.home-page .btn-dark{background:var(--black);color:var(--white);border-radius:var(--r-sm);font-family:var(--font-body);cursor:pointer;transition:transform .15s var(--ease), background .15s;border:none;justify-content:center;align-items:center;padding:13px 24px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.home-page .btn-dark:hover{background:var(--gray-700);transform:translateY(-1px)}.home-page .btn-ghost{color:var(--gray-500);border-radius:var(--r-sm);font-family:var(--font-body);cursor:pointer;border:1.5px solid var(--gray-200);background:0 0;justify-content:center;align-items:center;padding:13px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.home-page .btn-ghost:hover{border-color:var(--gray-300);color:var(--black)}.home-page .ecosystem{background:var(--white);border:1px solid var(--gray-200);border-radius:22px;padding:22px;box-shadow:0 32px 64px -28px #0d0d0d29,0 8px 24px -12px #0d0d0d12}.home-page .ecosystem-header{justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 4px;display:flex}.home-page .ecosystem-title{color:var(--black);font-size:13px;font-weight:700}.home-page .ecosystem-tag{color:var(--gray-500);background:var(--gray-100);border-radius:7px;padding:5px 11px;font-size:11px;font-weight:600}.home-page .eco-list{flex-direction:column;display:flex}.home-page .eco-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--r-md);opacity:0;animation:rise .6s var(--ease) forwards;align-items:center;gap:14px;padding:15px 16px;display:flex}.home-page .eco-card:first-child{animation-delay:.3s}.home-page .eco-card:nth-child(3){animation-delay:.42s}.home-page .eco-card:nth-child(5){animation-delay:.54s}.home-page .eco-connector{background:var(--gray-200);width:2px;height:14px;margin-left:34px}.home-page .eco-icon{background:var(--green-light);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.home-page .eco-icon svg{width:19px;height:19px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.home-page .eco-body{flex:1;min-width:0}.home-page .eco-label{letter-spacing:.6px;text-transform:uppercase;color:var(--green-dark);margin-bottom:2px;font-size:10.5px;font-weight:700}.home-page .eco-app{color:var(--black);letter-spacing:-.2px;font-size:14.5px;font-weight:700}.home-page .eco-sub{color:var(--gray-500);font-size:12px;line-height:1.4}.home-page .eco-status{color:var(--green-dark);flex-shrink:0;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.home-page .eco-status .dot{background:var(--green-bright);border-radius:50%;width:8px;height:8px;animation:2.2s ease-out infinite pulse;box-shadow:0 0 #00b67a80}.home-page .eco-card.is-soon{background:var(--gray-50);border-style:dashed}.home-page .eco-card.is-soon .eco-icon{background:var(--white);border:1px solid var(--gray-200)}.home-page .eco-card.is-soon .eco-icon svg{stroke:var(--gray-500)}.home-page .eco-card.is-soon .eco-label,.home-page .eco-card.is-soon .eco-status{color:var(--gray-500)}.home-page .eco-card.is-soon .eco-status .dot{background:var(--gray-300);box-shadow:none;animation:none}.home-page .eyebrow{font-size:var(--eyebrow-size);font-weight:var(--eyebrow-weight);letter-spacing:var(--eyebrow-track);text-transform:uppercase;color:var(--green-dark);background:var(--green-light);border-radius:99px;align-items:center;gap:7px;margin-bottom:20px;padding:5px 13px 5px 9px;display:inline-flex}.home-page .eyebrow-dot{background:var(--green-bright);border-radius:50%;flex-shrink:0;width:6px;height:6px}.home-page .section-heading{font-size:var(--title-size);letter-spacing:var(--title-track);font-weight:700;line-height:var(--title-lh);color:var(--black);margin-bottom:14px}.home-page .section-heading em{color:var(--green);font-style:normal}.home-page .section-sub{font-size:var(--subhead-size);color:var(--gray-500);max-width:560px;margin-bottom:52px;line-height:1.7}.home-page .section-sub.center{text-align:center;margin-left:auto;margin-right:auto}.home-page .accent{color:var(--green);font-style:normal}.home-page .reveal{opacity:1;transform:none}.js .home-page .reveal{opacity:0;transform:translateY(24px)}.js .home-page .reveal.is-visible{opacity:1;transition:opacity .5s var(--ease), transform .5s var(--ease);transform:none}.home-page .problem-section{background:var(--gray-50);padding:var(--space-sec) 0}.home-page .problem-section .section-heading em{color:var(--green);font-style:normal}.home-page .goal-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.home-page .goal-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);flex-direction:column;padding:34px 28px;transition:box-shadow .25s,border-color .25s,transform .25s;display:flex}.js .home-page .goal-card.reveal.is-visible{transition:opacity .5s var(--ease), transform .5s var(--ease), box-shadow .25s, border-color .25s}.home-page .goal-card:hover{border-color:var(--gray-300);transform:translateY(-3px);box-shadow:0 20px 50px -18px #0d0d0d24}.home-page .goal-card.is-future{background:var(--gray-50);border:1px dashed var(--gray-300)}.home-page .goal-card.is-future:hover{transform:translateY(-3px);box-shadow:0 20px 50px -18px #0d0d0d1a}.home-page .goal-badge-row{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.home-page .goal-icon{background:var(--green-light);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.home-page .goal-icon svg{width:19px;height:19px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.home-page .is-future .goal-icon{background:var(--white);border:1px solid var(--gray-200)}.home-page .is-future .goal-icon svg{stroke:var(--gray-500)}.home-page .goal-badge{letter-spacing:.5px;text-transform:uppercase;background:var(--green-light);color:var(--green-dark);white-space:nowrap;border-radius:99px;align-items:center;gap:5px;padding:5px 10px;font-size:10.5px;font-weight:700;display:inline-flex}.home-page .goal-badge .dot{background:var(--green-bright);border-radius:50%;flex-shrink:0;width:5px;height:5px}.home-page .is-future .goal-badge{background:var(--white);color:var(--gray-500);border:1px solid var(--gray-200)}.home-page .is-future .goal-badge .dot{background:var(--gray-300)}.home-page .goal-quote{color:var(--gray-500);flex:none;align-items:flex-end;min-height:3em;margin-bottom:14px;font-size:14px;font-style:italic;line-height:1.5;display:flex}.home-page .goal-card>p.goal-quote{flex:none}.home-page .goal-outcome{letter-spacing:.5px;text-transform:uppercase;color:var(--green-dark);align-items:flex-end;min-height:2.8em;margin-bottom:8px;font-size:11.5px;font-weight:700;line-height:1.4;display:flex}.home-page .is-future .goal-outcome{color:var(--gray-500)}.home-page .goal-card h3{letter-spacing:-.4px;color:var(--black);align-items:flex-start;min-height:2.5em;margin-bottom:11px;font-size:21px;font-weight:700;line-height:1.25;display:flex}.home-page .goal-card>p{color:var(--gray-500);flex:1;margin-bottom:22px;font-size:13.5px;line-height:1.65}.home-page .goal-chips{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.home-page .goal-chip{color:var(--gray-700);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:99px;padding:5px 11px;font-size:11.5px;font-weight:700}.home-page .is-future .goal-chip{background:var(--white)}.home-page .goal-link{color:var(--green-dark);align-items:center;gap:6px;font-size:13px;font-weight:700;text-decoration:none;transition:gap .15s;display:inline-flex}.home-page .goal-link svg{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px;transition:transform .15s}.home-page .goal-link:hover svg{transform:translate(2px)}.home-page .is-future .goal-link{color:var(--gray-500)}.home-page .goal-card-muted{background:#f9f9f7}.home-page .goal-badge-muted{color:#8a8a82;background:#fff;border:1px solid #e4e4e0}.home-page .goal-outcome-muted{color:#8a8a82}.home-page .goal-icon-muted,.home-page .goal-chip-muted{background:#fff;border:1px solid #e4e4e0}.home-page .goal-link-muted{color:#8a8a82}@media (max-width:1000px){.home-page .goal-grid{grid-template-columns:1fr}}.home-page .products-section{background:var(--white);padding:var(--space-sec) 0}.home-page .products-header{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:56px;display:flex}.home-page .products-header-left{max-width:620px}.home-page .products-header-left .section-heading{margin-bottom:10px}.home-page .products-header-left .section-sub{margin-bottom:0}.home-page .products-header-center{text-align:center;flex-direction:column;align-items:center}.home-page .products-header-center .products-header-left{max-width:1080px}.home-page .products-header-center .section-sub{max-width:780px;margin-left:auto;margin-right:auto}.home-page .products-header-center .products-count{margin-top:8px}.home-page .app-row-card{border-radius:var(--r-lg);padding:48px 40px}.home-page .app-row-card-mobile{background:#f9f9f7;box-shadow:0 10px 30px -14px #0d0d0d1a}.home-page .app-row-card-bundles{background:#f9f9f7;box-shadow:0 10px 30px -14px #0d0d0d24}.home-page .app-row-card.app-row-card-mobile{padding-top:24px}@media (max-width:900px){.home-page .app-row-card{padding:32px 28px}.home-page .app-row-card.app-row-card-mobile{padding-top:18px}}.home-page .products-count{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:99px;flex-shrink:0;align-items:center;gap:10px;padding:8px 16px 8px 10px;display:flex}.home-page .products-count-dot{background:var(--green-bright);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 3px #00b67a26}.home-page .products-count-text{color:var(--gray-700);letter-spacing:-.1px;font-size:12px;font-weight:700}.home-page .apps-showcase{flex-direction:column;gap:108px;display:flex}.home-page .app-row{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:48px;display:grid}.home-page .app-content{max-width:460px}.home-page .product-tag-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;display:flex}.home-page .product-tag{letter-spacing:.6px;text-transform:uppercase;background:var(--green-light);color:var(--green-dark);border:1px solid #00b67a33;border-radius:99px;align-items:center;gap:5px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.home-page .product-tag-dot{background:var(--green-bright);border-radius:50%;flex-shrink:0;width:5px;height:5px}.home-page .product-chip{color:var(--gray-500);background:var(--white);border:1px solid var(--gray-200);border-radius:99px;padding:4px 10px;font-size:11.5px;font-weight:700}.home-page .app-content h3{color:var(--black);letter-spacing:-.8px;margin-bottom:16px;font-size:30px;font-weight:700;line-height:1.18}.home-page .app-content>p{color:var(--gray-500);margin-bottom:18px;font-size:15.5px;line-height:1.75}.home-page .app-explain{color:var(--gray-700);margin-bottom:26px;font-size:14px;line-height:1.7}.home-page .feature-list{flex-direction:column;gap:13px;margin-bottom:34px;list-style:none;display:flex}.home-page .feature-list li{color:var(--gray-700);align-items:flex-start;gap:10px;font-size:14.5px;line-height:1.5;display:flex}.home-page .check-icon{background:var(--green-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.home-page .check-icon svg{width:9px;height:9px;stroke:var(--green-dark);stroke-width:3px;fill:none;stroke-linecap:round;stroke-linejoin:round}.home-page .product-cta-row{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.home-page .product-cta{border-radius:var(--r-sm);background:var(--black);color:var(--white);font-family:var(--font-body);font-size:var(--btn-size);font-weight:var(--btn-weight);letter-spacing:var(--btn-track);justify-content:center;align-items:center;gap:7px;padding:14px 26px;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.home-page .product-cta:hover{background:var(--gray-700);transform:translateY(-1px)}.home-page .product-cta:hover .cta-arrow{transform:translate(2px)}.home-page .product-cta svg{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px;transition:transform .18s var(--ease);flex-shrink:0}.home-page .product-secondary{color:var(--gray-500);font-size:13px;font-weight:600;text-decoration:none;transition:color .15s}.home-page .product-secondary:hover{color:var(--black)}.home-page .app-visual{justify-content:center;align-items:center;display:flex;position:relative}.home-page .mockup-badge{z-index:4;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--white);letter-spacing:.4px;background:#0d0d0d8c;border-radius:99px;align-items:center;gap:6px;padding:6px 11px;font-size:10.5px;font-weight:700;display:inline-flex;position:absolute;top:16px;left:16px}.home-page .mockup-badge .dot{background:var(--green-bright);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #00b67a40}.home-page .play-button{cursor:pointer;width:60px;height:60px;transition:transform .2s var(--ease), box-shadow .2s;z-index:3;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 32px -8px #0d0d0d59}.home-page .play-button:hover{transform:translate(-50%,-50%)scale(1.08);box-shadow:0 16px 40px -8px #0d0d0d73}.home-page .play-button svg{width:18px;height:18px;fill:var(--black);margin-left:3px}.home-page .browser-frame{border:1px solid var(--gray-200);background:var(--white);border-radius:18px;width:100%;max-width:460px;overflow:hidden;box-shadow:0 30px 70px -22px #0d0d0d38}.home-page .browser-bar{background:var(--gray-50);border-bottom:1px solid var(--gray-200);align-items:center;gap:6px;padding:12px 16px;display:flex}.home-page .browser-dot{background:var(--gray-200);border-radius:50%;width:9px;height:9px}.home-page .browser-url{font-family:var(--font-body);color:var(--gray-500);background:var(--white);border:1px solid var(--gray-200);border-radius:6px;flex:1;margin-left:10px;padding:3px 10px;font-size:10.5px}.home-page .browser-screen{background:linear-gradient(160deg, var(--gray-50) 0%, var(--green-light) 130%);min-height:300px;padding:22px;position:relative}.home-page .bundle-row{background:var(--white);border:1px solid var(--gray-200);border-radius:14px;align-items:center;gap:10px;margin-bottom:12px;padding:12px;display:flex}.home-page .bundle-row .mock-thumb{background:linear-gradient(135deg, var(--gray-100), var(--gray-200));border-radius:10px;flex-shrink:0;width:42px;height:42px}.home-page .bundle-row .mock-lines{flex-direction:column;flex:1;gap:6px;display:flex}.home-page .bundle-row .mock-line{background:var(--gray-200);border-radius:3px;height:7px}.home-page .bundle-row .mock-line.short{width:45%}.home-page .bundle-row .mock-plus{background:var(--gray-100);width:22px;height:22px;color:var(--gray-500);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.home-page .bundle-total{background:var(--green-dark);border-radius:14px;justify-content:space-between;align-items:center;margin-top:16px;padding:14px 16px;display:flex}.home-page .bundle-total .mock-line{background:#ffffff59;border-radius:4px;width:90px;height:8px}.home-page .bundle-total .bundle-save{color:var(--white);background:#ffffff2e;border-radius:99px;padding:5px 12px;font-size:12px;font-weight:700}@media (max-width:900px){.home-page .app-row{grid-template-columns:1fr;gap:36px}.home-page .app-content{max-width:none}.home-page .apps-showcase{gap:72px}.home-page .products-header{flex-direction:column;align-items:flex-start}}.home-page .proof-section{padding:var(--space-sec) 0;background:#f9f9f7}.home-page .proof-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.home-page .proof-block{border:1px solid var(--gray-200);border-radius:var(--r-lg);background:#fff;padding:26px}.home-page .proof-block-head{margin-bottom:18px}.home-page .proof-block-label{letter-spacing:.6px;text-transform:uppercase;color:var(--green-dark);margin-bottom:4px;font-size:11px;font-weight:700}.home-page .proof-block-name{letter-spacing:-.3px;color:var(--black);font-size:18px;font-weight:700}.home-page .proof-media{border:1px dashed var(--gray-300);border-radius:var(--r-md);background:var(--white);text-align:center;justify-content:center;align-items:center;min-height:260px;padding:24px;display:flex;position:relative;overflow:hidden}.home-page .proof-media-note{color:var(--gray-500);max-width:260px;font-size:12.5px;font-weight:600;line-height:1.5}.home-page .proof-media-icon{width:34px;height:34px;stroke:var(--gray-300);stroke-width:1.6px;fill:none;margin:0 auto 12px;display:block}.home-page .proof-media.proof-media-filled{border:1px solid var(--gray-200);background:var(--white);height:260px;padding:0;display:block}.home-page .proof-media.proof-media-filled img{object-fit:cover;border-radius:calc(var(--r-md) - 1px);width:100%;height:100%;display:block}.home-page .proof-points{flex-direction:column;gap:10px;margin-top:18px;list-style:none;display:flex}.home-page .proof-points li{color:var(--gray-700);align-items:flex-start;gap:9px;font-size:13.5px;line-height:1.5;display:flex}.home-page .proof-points .check-icon{width:16px;height:16px}@media (max-width:900px){.home-page .proof-grid{grid-template-columns:1fr}}.home-page .notify-section{background:var(--white);padding:var(--space-sec) 0}.home-page .notify-card{background:var(--white);border:1.5px dashed var(--gray-300);border-radius:var(--r-xl);grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;padding:48px 24px;display:grid}.home-page .notify-card .eyebrow{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-500)}.home-page .notify-card .eyebrow-dot{background:var(--gray-300)}.home-page .notify-card h2{letter-spacing:-1px;color:var(--black);margin-bottom:14px;font-size:32px;font-weight:700;line-height:1.15}.home-page .notify-card>.notify-body>p{color:var(--gray-500);max-width:460px;margin-bottom:24px;font-size:15px;line-height:1.7}.home-page .notify-benefits{flex-direction:column;gap:12px;margin-bottom:30px;list-style:none;display:flex}.home-page .notify-benefits li{color:var(--gray-700);align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;display:flex}.home-page .notify-form{flex-wrap:wrap;gap:10px;display:flex}.home-page .notify-form input[type=email]{min-width:200px;font-family:var(--font-body);border:1px solid var(--gray-200);border-radius:var(--r-sm);background:var(--gray-50);color:var(--black);flex:1;padding:13px 16px;font-size:14px}.home-page .notify-form input[type=email]:focus-visible{outline:3px solid var(--green-bright);outline-offset:1px;border-color:var(--green)}.home-page .notify-aside{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--r-lg);padding:28px}.home-page .notify-aside .eco-icon{margin-bottom:16px}.home-page .notify-aside h3{color:var(--black);margin-bottom:8px;font-size:16px;font-weight:700}.home-page .notify-aside p{color:var(--gray-500);font-size:13px;line-height:1.6}@media (max-width:900px){.home-page .notify-card{grid-template-columns:1fr;gap:32px;padding:34px 26px}}.home-page .why-section{padding:var(--space-sec) 0;background:#f9f9f7}.home-page .compare-table{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);overflow:hidden}.home-page .compare-header{background:var(--gray-50);border-bottom:1px solid var(--gray-200);grid-template-columns:1.1fr 1fr 1.2fr;align-items:center;gap:20px;padding:16px 26px;display:grid}.home-page .compare-header-label{letter-spacing:.8px;text-transform:uppercase;color:var(--gray-300);font-size:11.5px;font-weight:700}.home-page .compare-header-generic{color:var(--gray-500);text-align:left;width:100%;font-size:12px;font-weight:700}.home-page .compare-header-styld{color:var(--green-dark);justify-content:flex-start;align-items:center;gap:6px;width:100%;font-size:12px;font-weight:700;display:inline-flex}.home-page .compare-row{background:var(--white);opacity:0;grid-template-columns:1.1fr 1fr 1.2fr;align-items:center;gap:20px;padding:20px 26px;transition:background .15s;display:grid;transform:translateY(10px)}.home-page .compare-row+.compare-row{border-top:1px solid var(--gray-200)}.home-page .compare-row.is-visible{opacity:1;transition:opacity .45s var(--ease), transform .45s var(--ease), background .15s;transform:translateY(0)}.home-page .compare-row:hover{background:var(--gray-50)}.home-page .compare-feature{color:var(--black);letter-spacing:-.1px;font-size:13.5px;font-weight:600}.home-page .compare-feature-sub{color:var(--gray-500);margin-top:3px;font-size:12px;font-weight:500;line-height:1.4}.home-page .compare-cell{justify-content:flex-start;align-items:flex-start;gap:7px;width:100%;font-size:13px;font-weight:700;line-height:1.45;display:flex}.home-page .compare-cell.styld{color:var(--green-dark)}.home-page .compare-cell.styld svg{width:14px;height:14px;stroke:var(--green-bright);stroke-width:3px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}.home-page .compare-cell.generic{color:var(--gray-500);font-weight:600}@media (max-width:640px){.home-page .compare-row,.home-page .compare-header{text-align:left;grid-template-columns:1fr;gap:8px}.home-page .compare-header{display:none}.home-page .compare-cell{justify-content:flex-start}}.home-page .stay-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.home-page .stay-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);padding:30px 28px}.js .home-page .stay-card.reveal.is-visible{transition:opacity .55s var(--ease), transform .55s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease)}.home-page .stay-card:hover{box-shadow:var(--e-2);border-color:var(--gray-300);transform:translateY(-4px)}.home-page .stay-icon{background:var(--green-light);width:40px;height:40px;transition:transform .3s var(--ease), background .3s var(--ease);border-radius:11px;justify-content:center;align-items:center;margin-bottom:22px;display:flex}.home-page .stay-card:hover .stay-icon{background:var(--green-dark);transform:scale(1.08)rotate(-4deg)}.home-page .stay-icon svg{width:19px;height:19px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:stroke .3s var(--ease)}.home-page .stay-card:hover .stay-icon svg{stroke:var(--white)}.home-page .stay-card h3{letter-spacing:0;color:var(--black);margin-bottom:9px;font-size:16.5px;font-weight:700;line-height:1.3}.home-page .stay-card p{color:var(--gray-500);letter-spacing:.3px;font-size:13.5px;line-height:1.68}.home-page .stay-card--flagship{border-color:var(--gray-200);background:#f9f9f7;flex-direction:column;grid-column:span 2;justify-content:center;display:flex}.home-page .stay-card--flagship:hover{border-color:var(--gray-300)}.home-page .stay-flagship-kicker{letter-spacing:1.3px;text-transform:uppercase;color:#0d0d0d;align-items:center;gap:8px;margin-bottom:20px;font-size:11px;font-weight:700;display:inline-flex}.home-page .stay-flagship-dot{background:var(--green-bright);width:6px;height:6px;transition:transform .3s var(--ease), box-shadow .3s var(--ease);border-radius:50%;flex-shrink:0}.home-page .stay-card--flagship:hover .stay-flagship-dot{transform:scale(1.6);box-shadow:0 0 0 5px #00b67a38}.home-page .stay-flagship-quote{font-family:var(--font-body);letter-spacing:.1px;color:var(--black);max-width:30ch;margin-bottom:18px;font-size:clamp(26px,2.8vw,34px);font-style:italic;font-weight:400;line-height:1.35}.home-page .stay-flagship-sub{color:var(--gray-500);letter-spacing:.3px;max-width:42ch;font-size:15.5px;line-height:1.6}.home-page .stay-close{text-align:center;max-width:640px;margin:var(--sp-5) auto 0;letter-spacing:.1px;color:var(--black);white-space:normal;text-wrap:balance;font-size:15.5px;font-weight:600;line-height:1.6}@media (max-width:900px){.home-page .stay-grid{grid-template-columns:1fr}.home-page .stay-card--flagship{grid-column:span 1}}@media (max-width:560px){.home-page .stay-card{padding:26px 22px}.home-page .stay-card--flagship{padding:32px 26px}}.home-page .principles-section{background:var(--white);padding:var(--space-sec) 0}.home-page .principles-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.home-page .principle-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);align-items:flex-start;gap:20px;padding:32px 30px;transition:box-shadow .25s,border-color .25s,transform .25s;display:flex}.js .home-page .principle-card.reveal.is-visible{transition:opacity .5s var(--ease), transform .5s var(--ease), box-shadow .25s, border-color .25s}.home-page .principle-card:hover{border-color:var(--gray-300);transform:translateY(-3px);box-shadow:0 20px 50px -18px #0d0d0d24}.home-page .principle-icon{background:var(--green-light);width:46px;height:46px;transition:transform .3s var(--ease);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-page .principle-card:hover .principle-icon{transform:scale(1.08)rotate(-4deg)}.home-page .principle-icon svg{width:21px;height:21px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.home-page .principle-card h3{letter-spacing:-.3px;color:var(--black);margin-bottom:9px;font-size:17px;font-weight:700;line-height:1.3}.home-page .principle-card p{color:var(--gray-500);font-size:13.5px;line-height:1.65}@media (max-width:780px){.home-page .principles-grid{grid-template-columns:1fr}}.home-page .section{padding:var(--space-sec) 0}.home-page .section-tinted{background:var(--gray-50)}.home-page .testi-slides{display:grid;position:relative}.home-page .testi-slide{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-xl);opacity:0;visibility:hidden;transform:translateX(var(--testi-exit,-24px)) scale(.985);transition:opacity .45s var(--ease), transform .45s var(--ease), visibility 0s linear .45s;grid-area:1/1;padding:56px 30px;box-shadow:0 30px 70px -30px #0d0d0d24}.home-page .testi-slide.is-active{opacity:1;visibility:visible;transition:opacity .45s var(--ease), transform .55s cubic-bezier(.16, .84, .34, 1), visibility 0s;transform:translate(0)scale(1)}.home-page .testi-slides[data-dir=next] .testi-slide{--testi-exit:-28px}.home-page .testi-slides[data-dir=prev] .testi-slide{--testi-exit:28px}.home-page .testi-slide .testi-slide-quote,.home-page .testi-slide .testi-slide-footer{opacity:0;transition:opacity .4s var(--ease), transform .4s var(--ease);transform:translateY(8px)}.home-page .testi-slide.is-active .testi-slide-quote{opacity:1;transition-delay:.12s;transform:translateY(0)}.home-page .testi-slide.is-active .testi-slide-footer{opacity:1;transition-delay:.2s;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.home-page .testi-slide,.home-page .testi-slide.is-active,.home-page .testi-slide .testi-slide-quote,.home-page .testi-slide .testi-slide-footer{transition-duration:.2s;transition-delay:0s;transform:none}}.home-page .testi-quote-mark{font-family:var(--font-body);color:var(--green-dark);margin-bottom:18px;font-size:64px;font-weight:700;line-height:.6;display:block}.home-page .testi-slide-quote{color:var(--black);letter-spacing:-.2px;max-width:680px;margin-bottom:36px;font-size:21px;font-weight:500;line-height:1.55}.home-page .testi-slide-footer{border-top:1px solid var(--gray-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding-top:24px;display:flex}.home-page .testi-slide-name{color:var(--black);letter-spacing:-.2px;font-size:16px;font-weight:700}.home-page .testi-slide-meta{color:var(--gray-500);margin-top:3px;font-size:13.5px}.home-page .testi-uses{align-items:center;gap:10px;display:flex}.home-page .testi-uses-label{color:var(--gray-500);font-size:13px;font-weight:500}.home-page .testi-uses-badge{color:var(--black);background:var(--white);border:1px solid var(--gray-200);white-space:nowrap;border-radius:99px;padding:7px 16px;font-size:13px;font-weight:700}.home-page .testi-dots{justify-content:center;gap:8px;margin-top:32px;display:flex}.home-page .testi-dot{background:var(--gray-300);cursor:pointer;width:8px;height:8px;transition:width .25s var(--ease), background .25s;border:none;border-radius:99px;padding:0}.home-page .testi-dot:hover{background:var(--gray-500)}.home-page .testi-dot.is-active{background:var(--green-dark);width:26px}.home-page .testi-dot.is-active:hover{background:var(--green-dark)}@media (max-width:640px){.home-page .testi-slide{padding:40px 28px}.home-page .testi-quote-mark{font-size:48px}.home-page .testi-slide-quote{font-size:18px}.home-page .testi-slide-footer{flex-direction:column;align-items:flex-start;gap:12px}}.home-page .faq-section{background:var(--white);padding:100px 0 64px}.home-page .faq-list{flex-direction:column;gap:12px;max-width:780px;margin:0 auto;display:flex}.home-page .faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-md);overflow:hidden}.home-page .faq-trigger{cursor:pointer;width:100%;font-family:var(--font-body);color:var(--black);text-align:left;letter-spacing:-.2px;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:15.5px;font-weight:700;display:flex}.home-page .faq-trigger:hover{color:var(--green-dark)}.home-page .faq-icon{width:20px;height:20px;stroke:var(--green-dark);stroke-width:2.5px;fill:none;stroke-linecap:round;transition:transform .3s var(--ease);flex-shrink:0}.home-page .faq-trigger[aria-expanded=true] .faq-icon{transform:rotate(45deg)}.home-page .faq-panel{max-height:0;transition:max-height .3s var(--ease);overflow:hidden}.home-page .faq-panel-inner{color:var(--gray-500);max-width:640px;padding:0 24px 22px;font-size:14.5px;line-height:1.7}.home-page .faq-panel-inner p{margin:0 0 12px}.home-page .faq-panel-inner p:last-child{margin-bottom:0}.home-page .band{padding:var(--sec) 0;position:relative}.home-page .band--tight{padding:var(--sec-tight) 0}.home-page .band--paper{background:var(--white)}.home-page .band--mist{background:var(--gray-50)}.home-page .band--edge{border-top:var(--hairline)}.home-page .band--ink{background:var(--ink-panel);color:#ffffffb8}.home-page .band--fade{background:linear-gradient(180deg, var(--white) 0%, var(--gray-50) 100%)}.home-page .problem-section,.home-page .products-section,.home-page .proof-section,.home-page .notify-section,.home-page .why-section,.home-page .principles-section,.home-page .faq-section,.home-page .section{padding:var(--sec) 0}.home-page .faq-section{padding-bottom:var(--sec-tight)}.home-page .sec-head{max-width:720px;margin-bottom:var(--sec-head-mb)}.home-page .sec-head--center{text-align:center;margin-left:auto;margin-right:auto}.home-page .sec-head--center .eyebrow{margin-left:auto;margin-right:auto}.home-page .sec-head--split{gap:var(--sp-7);grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:end;max-width:none;display:grid}.home-page .sec-head .section-heading{margin-bottom:var(--sp-4)}.home-page .sec-head .section-sub{margin-bottom:0}.home-page .sec-head--center .section-sub{margin-left:auto;margin-right:auto}.home-page .band--ink .section-heading{color:var(--white)}.home-page .band--ink .section-heading em{color:var(--green-bright)}.home-page .band--ink .section-sub{color:#ffffff94}.home-page .band--ink .eyebrow{color:var(--green-bright);background:#00b67a24}.home-page .kicker{font-family:var(--font-body);letter-spacing:.12em;color:var(--gray-300);font-size:11.5px;font-weight:600}.js .home-page .reveal{will-change:opacity, transform}.js .home-page .reveal.is-visible{transition-delay:var(--rd,0s)}.home-page .hero-subline,.home-page .hero-ctas{margin-bottom:var(--sp-6)}.home-page .btn-dark,.home-page .btn-ghost{font-size:var(--btn-size);letter-spacing:var(--btn-track);padding:14px 26px}.home-page .btn-dark{box-shadow:var(--e-2)}.home-page .btn-dark:hover{box-shadow:var(--e-3)}.home-page .hero-ctas .btn-ghost{background:var(--white)}.home-page .btn-dark .btn-arrow{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px;transition:transform .2s var(--ease);flex-shrink:0;margin-left:9px}.home-page .btn-dark:hover .btn-arrow{transform:translate(3px)}.home-page .hero-badges{gap:var(--sp-2) var(--sp-3)}.home-page .hero-badge{background:var(--gray-50)}.home-page .flow{background:var(--white);border:var(--hairline);border-radius:var(--r-xl);padding:var(--sp-6);box-shadow:var(--e-4);opacity:0;animation:rise .8s var(--ease) .18s forwards;position:relative}.home-page .flow:before{content:"";border-radius:var(--r-xl);pointer-events:none;background:linear-gradient(#e8f8f28c 0%,#fff0 42%);position:absolute;inset:0}.home-page .flow-head{justify-content:space-between;align-items:center;gap:var(--sp-4);margin-bottom:var(--sp-5);display:flex;position:relative}.home-page .flow-title{letter-spacing:-.2px;color:var(--black);font-size:13px;font-weight:700}.home-page .flow-live{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--green-dark);background:var(--green-light);border-radius:99px;align-items:center;gap:6px;padding:5px 11px;font-size:10.5px;font-weight:600;display:inline-flex}.home-page .flow-live .dot{background:var(--green-bright);border-radius:50%;width:6px;height:6px;animation:2.2s ease-out infinite pulse}.home-page .flow-stack{flex-direction:column;display:flex;position:relative}.home-page .flow-step{position:relative}.home-page .flow-label{align-items:center;gap:var(--sp-2);font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--gray-500);margin-bottom:var(--sp-2);font-size:10px;font-weight:600;display:flex}.home-page .flow-label i{color:var(--gray-300);font-style:normal}.home-page .flow-card{border:var(--hairline);border-radius:var(--r-md);background:var(--gray-50);padding:var(--sp-4)}.home-page .flow-store{align-items:center;gap:var(--sp-3);display:flex}.home-page .flow-store-mark{background:var(--white);border:var(--hairline);border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.home-page .flow-store-mark svg{width:18px;height:18px;stroke:var(--gray-700);stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round}.home-page .flow-store-name{color:var(--black);letter-spacing:-.2px;font-size:14px;font-weight:700}.home-page .flow-store-meta{color:var(--gray-500);font-size:12px}.home-page .flow-store-tag{color:var(--gray-500);background:var(--white);border:var(--hairline);white-space:nowrap;border-radius:99px;margin-left:auto;padding:4px 10px;font-size:11px;font-weight:700}.home-page .flow-rail{height:34px;margin-left:27px;position:relative}.home-page .flow-rail:before{content:"";background:linear-gradient(180deg, var(--gray-200), var(--green-mid));border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:0}.home-page .flow-rail:after{content:"";background:var(--green-bright);width:8px;height:8px;animation:railDrop 2.6s var(--ease) infinite;border-radius:50%;position:absolute;left:-3px;box-shadow:0 0 0 4px #00b67a29}.home-page .flow-rail--b:after{animation-delay:1.3s}@keyframes railDrop{0%{opacity:0;top:-4px}18%{opacity:1}82%{opacity:1}to{opacity:0;top:calc(100% - 4px)}}.home-page .flow-apps{gap:var(--sp-2);flex-direction:column;display:flex}.home-page .flow-app{align-items:center;gap:var(--sp-3);background:var(--white);border:var(--hairline);border-radius:var(--r-sm);transition:transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s;padding:11px 13px;display:flex}.home-page .flow-app:hover{box-shadow:var(--e-2);border-color:var(--gray-300);transform:translate(3px)}.home-page .flow-app-icon{background:var(--green-light);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.home-page .flow-app-icon svg{width:15px;height:15px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.home-page .flow-app-name{color:var(--black);letter-spacing:-.2px;font-size:13.5px;font-weight:700}.home-page .flow-app-job{color:var(--gray-500);font-size:11.5px}.home-page .flow-app-state{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--green-dark);white-space:nowrap;margin-left:auto;font-size:9.5px;font-weight:600}.home-page .flow-app.is-soon{background:var(--gray-50);border-style:dashed}.home-page .flow-app.is-soon .flow-app-icon{background:var(--white);border:var(--hairline)}.home-page .flow-app.is-soon .flow-app-icon svg{stroke:var(--gray-500)}.home-page .flow-app.is-soon .flow-app-state{color:var(--gray-500)}.home-page .flow-growth{background:var(--ink-panel);border-radius:var(--r-md);padding:var(--sp-4) var(--sp-4) var(--sp-3);border:1px solid #ffffff12}.home-page .flow-growth-head{justify-content:space-between;align-items:baseline;gap:var(--sp-3);margin-bottom:var(--sp-4);display:flex}.home-page .flow-growth-title{color:var(--white);letter-spacing:-.2px;font-size:14px;font-weight:700}.home-page .flow-growth-note{font-family:var(--font-body);color:#ffffff6b;letter-spacing:.06em;font-size:10px}.home-page .flow-metrics{gap:var(--sp-3);display:grid}.home-page .flow-metric-label{color:#ffffff9e;justify-content:space-between;align-items:baseline;margin-bottom:6px;font-size:11.5px;display:flex}.home-page .flow-metric-label b{color:var(--white);font-size:12.5px;font-weight:700}.home-page .flow-bar{background:#ffffff1a;border-radius:99px;height:5px;overflow:hidden}.home-page .flow-bar span{background:linear-gradient(90deg, var(--green-dark), var(--green-bright));width:0;height:100%;animation:barGrow 1.4s var(--ease) forwards;border-radius:99px;display:block}.home-page .flow-metric:first-child .flow-bar span{animation-delay:.7s}.home-page .flow-metric:nth-child(2) .flow-bar span{animation-delay:.85s}.home-page .flow-metric:nth-child(3) .flow-bar span{animation-delay:1s}@keyframes barGrow{to{width:var(--w,60%)}}.home-page .flow-float{z-index:3;background:var(--white);border:var(--hairline);border-radius:var(--r-sm);box-shadow:var(--e-3);align-items:center;gap:9px;padding:10px 14px;animation:6s ease-in-out infinite floaty;display:flex;position:absolute;bottom:44px;right:-14px}.home-page .flow-float-icon{background:var(--green-light);border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.home-page .flow-float-icon svg{width:13px;height:13px;stroke:var(--green-dark);stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round}.home-page .flow-float-label{color:var(--gray-500);font-size:10.5px;font-weight:600}.home-page .flow-float-value{color:var(--black);letter-spacing:-.2px;font-size:13px;font-weight:700}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.home-page .trust{border-top:var(--hairline);border-bottom:var(--hairline);background:var(--gray-50);padding:var(--sp-6) 0}.home-page .trust-inner{gap:var(--sp-6);grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:center;display:grid}.home-page .trust-note{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-500);max-width:260px;font-size:12px;font-weight:700;line-height:1.5}.home-page .trust-stats{grid-template-columns:minmax(max-content,1.25fr) repeat(3,minmax(0,1fr));display:grid}.home-page .trust-stat{padding-left:var(--sp-4);padding-right:var(--sp-2);border-left:var(--hairline)}.home-page .trust-stat:first-child{padding-left:0;padding-right:var(--sp-4);border-left:none}.home-page .trust-stat-value{letter-spacing:-.6px;color:var(--black);white-space:nowrap;align-items:center;gap:7px;font-size:20px;font-weight:700;display:flex}.home-page .trust-stat-value svg{flex-shrink:0;width:15px;height:15px}.home-page .trust-stat-label{color:var(--gray-500);max-width:170px;margin-top:2px;font-size:12.5px;line-height:1.4}.home-page .spotlights{gap:var(--sp-9);flex-direction:column;display:flex}.home-page .spot{border-radius:var(--r-xl);border:var(--hairline);background:var(--gray-50);box-shadow:var(--e-2);overflow:hidden}.home-page .spot-top{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:center;gap:clamp(32px,4vw,64px);padding:clamp(32px,4vw,56px) clamp(28px,3.4vw,52px);display:grid}.home-page .spot--flip .spot-copy{order:2}.home-page .spot--flip .spot-stage{order:1}.home-page .spot-index{align-items:center;gap:var(--sp-3);margin-bottom:var(--sp-4);display:flex}.home-page .spot-index .kicker{color:var(--gray-300)}.home-page .spot-copy h3{letter-spacing:-.9px;color:var(--black);margin-bottom:var(--sp-4);font-size:clamp(26px,2.9vw,34px);font-weight:700;line-height:1.15}.home-page .spot-copy>p{color:var(--gray-500);margin-bottom:var(--sp-5);font-size:16px;line-height:1.75}.home-page .spot-copy .feature-list{margin-bottom:var(--sp-6)}.home-page .spot-stage{justify-content:center;align-items:center;display:flex;position:relative}.home-page .spot-shot{margin-top:clamp(28px,3.4vw,48px);padding:0 clamp(28px,3.4vw,52px) clamp(28px,3.4vw,52px)}.home-page .shot{border-radius:var(--r-lg);border:var(--hairline);background:var(--white);box-shadow:var(--e-3);overflow:hidden}.home-page .shot-chrome{background:var(--white);border-bottom:var(--hairline);align-items:center;gap:7px;padding:11px 16px;display:flex}.home-page .shot-chrome i{background:var(--gray-200);border-radius:50%;width:9px;height:9px;font-style:normal}.home-page .shot-chrome i:first-child{background:#ff5f57}.home-page .shot-chrome i:nth-child(2){background:#febc2e}.home-page .shot-chrome i:nth-child(3){background:#28c840}.home-page .shot-chrome span{font-family:var(--font-body);color:var(--gray-500);background:var(--gray-50);border:var(--hairline);border-radius:6px;margin-left:8px;padding:3px 12px;font-size:10.5px}.home-page .shot-media{background:var(--gray-50);position:relative;overflow:hidden}.home-page .shot-media img{width:100%;height:auto;display:block}.js .home-page .shot-media img{opacity:0;transition:transform 1.1s var(--ease), opacity .8s var(--ease);transform:scale(1.04)}.js .home-page .shot-media.is-visible img{opacity:1;transform:scale(1)}.home-page .shot-caption{align-items:center;gap:var(--sp-2);border-top:var(--hairline);color:var(--gray-500);padding:14px 18px;font-size:12.5px;display:flex}.home-page .shot-caption b{color:var(--gray-700);font-weight:700}.home-page .apps-cards{margin-top:clamp(28px,3.4vw,48px);padding:0 clamp(28px,3.4vw,52px) clamp(28px,3.4vw,52px)}.home-page .apps-cards-badges{margin-bottom:var(--sp-4);flex-wrap:wrap;gap:10px;display:flex}.home-page .apps-card-badge{color:var(--gray-500);background:var(--gray-50);border:var(--hairline);border-radius:99px;align-items:center;gap:7px;padding:7px 13px 7px 10px;font-size:12px;display:inline-flex}.home-page .apps-card-badge svg{width:14px;height:14px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.home-page .apps-card-badge b{color:var(--black);font-weight:700}.home-page .apps-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.home-page .apps-card{background:var(--white);border:var(--hairline);border-radius:var(--r-md);flex-direction:column;gap:8px;padding:18px;display:flex}.home-page .apps-card-icon{background:var(--green-light);border:1px solid var(--green-mid);border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.home-page .apps-card-icon svg{width:15px;height:15px;stroke:var(--green-dark);stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round}.home-page .apps-card h4{color:var(--black);letter-spacing:-.1px;font-size:13.5px;font-weight:700}.home-page .apps-card p{color:var(--gray-500);font-size:12px;line-height:1.55}.home-page .apps-cards-caption{align-items:center;gap:var(--sp-2);margin-top:var(--sp-4);border-top:var(--hairline);color:var(--gray-500);padding-top:14px;font-size:12.5px;display:flex}.home-page .apps-cards-caption b{color:var(--gray-700);font-weight:700}.home-page .apps-cards--ink .apps-card-badge{color:#fff9;background:#ffffff0f;border-color:#ffffff1f}.home-page .apps-cards--ink .apps-card-badge svg{stroke:var(--green-bright)}.home-page .apps-cards--ink .apps-card-badge b{color:var(--white)}.home-page .apps-cards--ink .apps-card{background:#ffffff0a;border-color:#ffffff1a}.home-page .apps-cards--ink .apps-card-icon{background:#00b67a24;border-color:#00b67a3d}.home-page .apps-cards--ink .apps-card-icon svg{stroke:var(--green-bright)}.home-page .apps-cards--ink .apps-card h4{color:var(--white)}.home-page .apps-cards--ink .apps-card p{color:#ffffff8c}.home-page .apps-cards--ink .apps-cards-caption{color:#ffffff80;border-top-color:#ffffff14}.home-page .apps-cards--ink .apps-cards-caption b{color:#fffc}@media (max-width:560px){.home-page .apps-cards-grid{grid-template-columns:1fr}}.home-page .spot--soft{background:var(--white);border:1px solid var(--gray-200);box-shadow:0 24px 60px -28px #1414122e}.home-page .spot--soft .spot-copy h3{color:var(--black)}.home-page .spot--soft .spot-copy>p{color:var(--gray-500)}.home-page .spot--soft .kicker{color:var(--gray-300)}.home-page .spot--soft .feature-list li{color:var(--gray-700)}.home-page .spot--soft .check-icon{background:var(--green-light)}.home-page .spot--soft .check-icon svg{stroke:var(--green-dark)}.home-page .spot--soft .product-tag{background:var(--green-light);color:var(--green-dark);border-color:var(--green-mid)}.home-page .spot--soft .product-chip{background:var(--gray-50);color:var(--gray-700);border-color:var(--gray-200)}.home-page .spot--soft .product-cta{background:var(--black);color:var(--white)}.home-page .spot--soft .product-cta:hover{background:var(--gray-700)}.home-page .spot--soft .product-secondary{color:var(--gray-500)}.home-page .spot--soft .product-secondary:hover{color:var(--black)}.home-page .spot--soft .shot{border-color:var(--gray-200);background:var(--gray-50)}.home-page .spot--soft .shot-chrome{background:var(--white);border-bottom-color:var(--gray-200)}.home-page .spot--soft .shot-chrome span{background:var(--gray-50);border-color:var(--gray-200);color:var(--gray-500)}.home-page .spot--soft .shot-caption{border-top-color:var(--gray-200);color:var(--gray-500)}.home-page .spot--soft .shot-caption b{color:var(--gray-700)}.home-page .upnext{border:var(--hairline);border-radius:var(--r-xl);background:var(--white);box-shadow:var(--e-1);transition:box-shadow .25s var(--ease), border-color .25s var(--ease);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:clamp(32px,4vw,64px);padding:clamp(32px,4vw,52px);display:grid}.home-page .upnext:hover{box-shadow:var(--e-2);border-color:var(--gray-300)}.home-page .upnext h3{letter-spacing:-.8px;color:var(--black);margin-bottom:var(--sp-4);font-size:clamp(24px,2.6vw,30px);font-weight:700;line-height:1.2}.home-page .upnext>div>p{color:var(--gray-500);margin-bottom:var(--sp-6);font-size:15.5px;line-height:1.75}.home-page .upnext .eyebrow{background:var(--green-light);color:var(--green-dark)}.home-page .upnext .eyebrow-dot{background:var(--green-bright)}.home-page .upnext-form{background:var(--gray-50);border:1.5px solid var(--gray-200);max-width:440px;transition:border-color .2s var(--ease), box-shadow .2s var(--ease);border-radius:99px;align-items:center;gap:6px;padding:6px;display:flex}.home-page .upnext-form:focus-within{border-color:var(--green);box-shadow:0 0 0 4px var(--green-light)}.home-page .upnext-form input[type=email]{min-width:0;font-family:var(--font-body);color:var(--black);background:0 0;border:none;border-radius:99px;flex:1;padding:10px 8px 10px 16px;font-size:14.5px}.home-page .upnext-form input::placeholder{color:var(--gray-500)}.home-page .upnext-form input:focus-visible{outline:none}.home-page .upnext-form .btn-dark{border-radius:99px;flex-shrink:0;padding:11px 20px}.home-page .upnext-hint{color:var(--gray-500);margin-top:var(--sp-3);font-size:12.5px}.home-page .upnext-aside{background:var(--gray-50);border:var(--hairline);border-radius:var(--r-lg);padding:var(--sp-6);transition:border-color .25s var(--ease), background .25s var(--ease)}.home-page .upnext:hover .upnext-aside{border-color:var(--gray-300);background:var(--white)}.home-page .upnext-aside .eco-icon{margin-bottom:var(--sp-4);background:var(--green-light);border:1px solid var(--green-mid)}.home-page .upnext-aside .eco-icon svg{stroke:var(--green-dark)}.home-page .upnext-aside h4{color:var(--black);margin-bottom:var(--sp-2);font-size:15.5px;font-weight:700}.home-page .upnext-aside p{color:var(--gray-500);font-size:13.5px;line-height:1.65}.home-page .upnext-aside ul{margin-top:var(--sp-5);flex-direction:column;list-style:none;display:flex}.home-page .upnext-aside li{color:var(--gray-700);border-top:var(--hairline);align-items:flex-start;gap:9px;padding:10px 0;font-size:13px;line-height:1.5;display:flex}.home-page .upnext-aside li:first-child{border-top:none;padding-top:0}.home-page .upnext-aside li:last-child{padding-bottom:0}@media (max-width:480px){.home-page .upnext-form{border-radius:var(--r-md);flex-wrap:wrap}.home-page .upnext-form input[type=email]{flex-basis:100%;padding-left:12px}.home-page .upnext-form .btn-dark{justify-content:center;width:100%}}.home-page .why-cards{gap:var(--sp-5);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.home-page .why-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);padding:var(--sp-6);transition:transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease)}.js .home-page .why-card.reveal.is-visible{transition:opacity .5s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease)}.home-page .why-card:hover{box-shadow:var(--e-2);border-color:var(--green-mid);transform:translateY(-6px)}.home-page .why-card-icon{background:var(--green-light);border:1px solid var(--green-mid);width:46px;height:46px;margin-bottom:var(--sp-5);transition:background .25s var(--ease), border-color .25s var(--ease);border-radius:13px;justify-content:center;align-items:center;display:flex}.home-page .why-card:hover .why-card-icon{background:var(--green-mid);border-color:var(--green-mid)}.home-page .why-card-icon svg{width:20px;height:20px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s var(--ease)}.home-page .why-card:hover .why-card-icon svg{animation:why-icon-pop .55s var(--ease)}@keyframes why-icon-pop{0%{transform:scale(1)rotate(0)}35%{transform:scale(1.22)rotate(-12deg)}65%{transform:scale(.92)rotate(6deg)}to{transform:scale(1)rotate(0)}}.home-page .why-card h3{letter-spacing:-.3px;color:var(--black);margin-bottom:var(--sp-3);font-size:17px;font-weight:700;line-height:1.3}.home-page .why-card p{color:var(--gray-500);font-size:13.5px;line-height:1.65}.home-page .why-quote{border-top:var(--hairline);color:var(--gray-700);margin-top:clamp(36px,4vw,52px);padding-top:clamp(28px,3vw,40px);font-size:15.5px;font-weight:600}.home-page .why-quote span{font-family:var(--font-body);letter-spacing:.04em;color:var(--gray-500);text-transform:none;margin-top:6px;font-size:11.5px;font-weight:500;display:block}@media (prefers-reduced-motion:reduce){.home-page .why-card,.home-page .why-card-icon,.home-page .why-card-icon svg{transition:none!important;animation:none!important}}@media (max-width:1080px){.home-page .why-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.home-page .why-cards{grid-template-columns:1fr}}.home-page .metrics{gap:var(--sp-6);padding-top:var(--sp-8);border-top:1px solid #ffffff1a;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.home-page .metric{position:relative}.home-page .metric-value{letter-spacing:-3px;color:var(--white);align-items:baseline;gap:2px;font-size:clamp(40px,5.4vw,66px);font-weight:700;line-height:1;display:flex}.home-page .metric-value .suffix{letter-spacing:-1px;color:var(--green-bright);font-size:.46em}.home-page .metric-label{margin-top:var(--sp-3);color:#ffffffdb;letter-spacing:-.1px;font-size:14px;font-weight:700}.home-page .metric-sub{color:#ffffff73;margin-top:4px;font-size:12.5px;line-height:1.55}.home-page .metrics-foot{margin-top:var(--sp-7);font-family:var(--font-body);letter-spacing:.06em;color:#ffffff61;font-size:11.5px}.home-page .why-section{background:var(--white)}.home-page .why-header{max-width:720px;margin:0 0 var(--sp-9)}.home-page .compare-table{box-shadow:var(--e-2)}.home-page .compare-row{padding:var(--sp-5) var(--sp-6)}.home-page .compare-header{padding:var(--sp-4) var(--sp-6)}.home-page .stories{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:start;gap:clamp(40px,5vw,80px);display:grid}.home-page .stories-aside{position:sticky;top:120px}.home-page .stories-rating{margin-top:var(--sp-6);padding-top:var(--sp-5);border-top:var(--hairline);align-items:center;gap:var(--sp-3);display:flex}.home-page .stars{gap:3px;display:flex}.home-page .stars svg{width:15px;height:15px;fill:var(--amber)}.home-page .stories-rating-text{color:var(--gray-500);font-size:13.5px}.home-page .stories-rating-text b{color:var(--black);font-weight:700}.home-page .testi-slide{box-shadow:var(--e-3);padding:clamp(32px,3.6vw,48px)}.home-page .testi-slide-quote{font-size:clamp(19px,2.1vw,24px)}.home-page .testi-dots{margin-top:var(--sp-5);justify-content:flex-start}.home-page .faq-split{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);align-items:start;gap:clamp(40px,5vw,88px);display:grid}.home-page .faq-aside{position:sticky;top:120px}.home-page .faq-aside .section-heading{font-size:clamp(28px,3.1vw,40px)}.home-page .faq-contact{margin-top:var(--sp-6);padding:var(--sp-5);border:var(--hairline);border-radius:var(--r-md);background:var(--gray-50)}.home-page .faq-contact p{color:var(--gray-500);margin-bottom:var(--sp-3);font-size:13.5px;line-height:1.65}.home-page .faq-contact a{color:var(--green-dark);align-items:center;gap:6px;font-size:13.5px;font-weight:700;text-decoration:none;display:inline-flex}.home-page .faq-contact a svg{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px;transition:transform .15s}.home-page .faq-contact a:hover svg{transform:translate(2px)}.home-page .faq-list{gap:var(--sp-3);max-width:none;margin:0}.home-page .faq-item{transition:border-color .2s,box-shadow .2s}.home-page .faq-item:hover{border-color:var(--gray-300)}.home-page .faq-trigger[aria-expanded=true]{color:var(--green-dark)}.home-page .faq-section .faq-list{gap:14px;max-width:780px;margin:0 auto}.home-page .faq-section .faq-item{border-radius:var(--r-lg)}.home-page .faq-section .sec-head{margin-bottom:clamp(20px,2.5vw,28px)}.home-page .faq-footnote{text-align:center;max-width:640px;color:var(--gray-500);margin:clamp(20px,2.5vw,28px) auto 0;font-size:14px;line-height:1.7}.home-page .faq-footnote a{color:var(--green-dark);align-items:center;gap:6px;margin-top:10px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.home-page .faq-footnote a svg{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px;transition:transform .15s}.home-page .faq-footnote a:hover svg{transform:translate(2px)}@media (max-width:1080px){.home-page .metrics{gap:var(--sp-7) var(--sp-6);grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .trust-inner{gap:var(--sp-5);grid-template-columns:1fr}.home-page .trust-note{max-width:none}}@media (max-width:900px){.home-page .sec-head--split{gap:var(--sp-5);grid-template-columns:1fr;align-items:start}.home-page .spot-top,.home-page .spot--flip .spot-top{grid-template-columns:1fr}.home-page .spot--flip .spot-copy,.home-page .spot--flip .spot-stage{order:0}.home-page .spot-copy{max-width:none}.home-page .upnext,.home-page .stories,.home-page .faq-split{grid-template-columns:1fr}.home-page .stories-aside,.home-page .faq-aside{position:static}.home-page .flow-float{bottom:-12px;right:0}.home-page .spotlights{gap:var(--sp-8)}}@media (max-width:640px){.home-page .trust-stats{gap:var(--sp-5) 0;grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .trust-stat:nth-child(3){border-left:none;padding-left:0}.home-page .metrics{grid-template-columns:1fr}.home-page .flow{padding:var(--sp-5)}.home-page .flow-float{display:none}.home-page .metric-value{letter-spacing:-2px}}@media (prefers-reduced-motion:reduce){.home-page .flow-rail:after,.home-page .flow-float,.home-page .flow-live .dot{animation:none!important}.home-page .flow-bar span{width:var(--w,60%)!important}.home-page .shot-media img{opacity:1!important;transform:none!important}}.home-page .hero-visual{position:relative}.home-page .metric-value .suffix--word{letter-spacing:0;color:#ffffff80;margin-left:8px;font-size:.3em;font-weight:700}.home-page .compare-row{opacity:1;transform:none}.js .home-page .compare-row:not(.is-visible){opacity:0;transform:translateY(10px)}.home-page .flow{padding:clamp(20px,2.4vw,30px)}.home-page .flow-title{font-size:14px}.home-page .flow-rail{height:clamp(28px,3vw,40px)}.home-page .flow-label{margin-bottom:var(--sp-3)}.home-page .flow-label i{color:var(--gray-300);letter-spacing:.14em;font-style:normal}.home-page .flow-goals{gap:var(--sp-3);grid-template-columns:1fr 1fr;display:grid}.home-page .flow-goal{background:var(--white);border:var(--hairline);border-radius:var(--r-sm);transition:transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s;padding:13px 14px}.home-page .flow-goal:hover{box-shadow:var(--e-2);border-color:var(--gray-300);transform:translateY(-2px)}.home-page .flow-goal-name{color:var(--black);letter-spacing:-.2px;font-size:12.5px;font-weight:700;display:block}.home-page .flow-goal-app{color:var(--gray-500);margin-top:1px;font-size:11px;display:block}.home-page .flow-goal-delta{font-family:var(--font-body);color:var(--green-dark);letter-spacing:-.4px;margin-top:8px;font-size:16px;font-weight:600;display:block}.home-page .flow-goal .flow-bar{background:var(--gray-100);margin-top:7px}.home-page .flow-goal .flow-bar span{animation-delay:.65s}.home-page .flow-chart{height:clamp(60px,7.5vw,84px);margin-bottom:var(--sp-3)}.home-page .flow-chart svg{width:100%;height:100%;display:block}.home-page .flow-chart-line{stroke-dasharray:900;stroke-dashoffset:900px;animation:drawLine 1.7s var(--ease) .55s forwards}.home-page .flow-chart-area{opacity:0;animation:softIn .9s var(--ease) 1.15s forwards}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes softIn{to{opacity:1}}.home-page .flow-growth-head{margin-bottom:var(--sp-3)}.home-page .flow-growth-foot{align-items:baseline;gap:9px;display:flex}.home-page .flow-growth-foot b{color:var(--white);letter-spacing:-.8px;font-size:22px;font-weight:700}.home-page .flow-growth-foot span{color:#ffffff73;font-size:12px}.home-page .flow-float--a{top:clamp(64px,8vw,88px);bottom:auto;right:-18px}.home-page .flow-float--b{animation-delay:1.8s;bottom:clamp(80px,10vw,116px);left:-22px;right:auto}.home-page .flow-float--a .flow-float-icon svg{stroke-width:3px}.home-page .dt-canvas{max-width:900px;margin:0 auto;padding:4px 0 8px;position:relative}.home-page .dt-canvas:before{content:"";z-index:0;background-image:radial-gradient(var(--gray-300) 1px, transparent 1px);opacity:.5;pointer-events:none;background-size:24px 24px;position:absolute;inset:-60px -80px;-webkit-mask-image:radial-gradient(62% 60% at 50% 45%,#000 30%,#0000 78%);mask-image:radial-gradient(62% 60% at 50% 45%,#000 30%,#0000 78%)}.home-page .dt{z-index:1;position:relative}.home-page .dt-node{background:var(--white);border:var(--hairline);border-radius:var(--r-md);transition:border-color .35s var(--ease), box-shadow .4s var(--ease), transform .4s var(--ease)}.home-page .dt-root{justify-content:center;display:flex}.home-page .dt-root-node{border-radius:99px;align-items:center;gap:13px;padding:14px 22px 14px 16px;animation:3.6s ease-in-out infinite rootGlow;display:inline-flex;box-shadow:0 2px 10px -6px #0d0d0d29}@keyframes rootGlow{0%,to{box-shadow:0 2px 10px -6px #0d0d0d29}50%{box-shadow:0 2px 18px -6px #00b67a3d}}.home-page .dt-root-icon{background:var(--gray-100);border-radius:10px;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.home-page .dt-root-icon svg{fill:none;width:17px;height:17px;stroke:var(--gray-700);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round}.home-page .dt-root-text{flex-direction:column;line-height:1.3;display:flex}.home-page .dt-root-text b{letter-spacing:-.2px;font-size:15px;font-weight:700}.home-page .dt-root-text span{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300);margin-top:3px;font-size:10.5px}.home-page .dt-trunk{flex-direction:column;align-items:center;display:flex}.home-page .dt-line{background:var(--gray-300);transform-origin:top;width:1.5px;transition:transform .5s var(--ease), background .35s var(--ease);transform:scaleY(0)}.home-page .dt-line--a{height:34px;transition-delay:.15s}.home-page .dt-line--b{height:34px;transition-delay:.45s}.home-page .is-drawn .dt-line{transform:scaleY(1)}.home-page .dt-question{color:var(--gray-700);background:var(--gray-50);border:1px dashed var(--gray-300);opacity:0;transition:opacity .45s var(--ease) .3s, transform .45s var(--ease) .3s, border-color .35s var(--ease);border-radius:99px;padding:8px 16px;font-size:14px;font-weight:600;transform:translateY(6px)}.home-page .is-drawn .dt-question{opacity:1;transform:none}.home-page .dt-branches{grid-template-columns:1fr 1fr;column-gap:0;display:grid;position:relative}.home-page .dt-elbow{border-top:1.5px solid var(--gray-300);height:54px;transition:border-color .35s var(--ease), opacity .35s var(--ease);pointer-events:none;position:absolute;top:0}.home-page .dt-elbow--l{border-left:1.5px solid var(--gray-300);clip-path:inset(0 0 0 100%);border-top-left-radius:18px;left:25%;right:50%}.home-page .dt-elbow--r{border-right:1.5px solid var(--gray-300);clip-path:inset(0 100% 0 0);border-top-right-radius:18px;left:50%;right:25%}.home-page .is-drawn .dt-elbow{clip-path:inset(0);transition:clip-path .6s var(--ease) .6s, border-color .35s var(--ease), opacity .35s var(--ease)}.home-page .dt-branch{color:inherit;text-align:center;transition:opacity .35s var(--ease);flex-direction:column;align-items:center;padding:54px 14px 0;text-decoration:none;display:flex;position:relative}.home-page .dt-goal{opacity:0;width:100%;transition:opacity .5s var(--ease) .85s, transform .5s var(--ease) .85s, border-color .35s var(--ease), box-shadow .4s var(--ease);flex:1;padding:26px 24px 24px;transform:translateY(10px)}.home-page .is-drawn .dt-goal{opacity:1;transform:none}.home-page .dt-goal-tag{font-family:var(--font-body);font-size:var(--microlabel-size);font-weight:var(--microlabel-weight);letter-spacing:var(--microlabel-track);text-transform:uppercase;color:var(--gray-300);transition:color .35s var(--ease);margin-bottom:13px;display:inline-block}.home-page .dt-quote{font-family:var(--font-body);letter-spacing:.3px;color:var(--gray-700);max-width:24ch;transition:color .35s var(--ease);margin:0 auto 18px;font-size:clamp(22px,2.3vw,27px);font-style:italic;font-weight:600;line-height:1.34}.home-page .dt-branch:hover .dt-quote,.home-page .dt-branch:focus-visible .dt-quote{color:var(--black)}.home-page .dt-goal h3{letter-spacing:-.6px;margin-bottom:10px;font-size:clamp(18px,1.6vw,21px);font-weight:700;line-height:1.14}.home-page .dt-goal p{color:var(--gray-500);max-width:26ch;margin:0 auto;font-size:14.5px;line-height:1.6}.home-page .dt-drop{background:var(--gray-300);transform-origin:top;width:1.5px;height:40px;transition:transform .45s var(--ease) 1s, background .35s var(--ease);transform:scaleY(0)}.home-page .is-drawn .dt-drop{transform:scaleY(1)}.home-page .dt-app{text-align:left;opacity:0;width:100%;transition:opacity .5s var(--ease) 1.15s, transform .5s var(--ease) 1.15s, border-color .35s var(--ease), box-shadow .4s var(--ease);align-items:center;gap:13px;padding:18px 20px;display:flex;transform:translateY(10px)}.home-page .is-drawn .dt-app{opacity:1;transform:none}.home-page .dt-app-icon{background:var(--gray-100);border:1px solid var(--gray-200);width:36px;height:36px;transition:background .35s var(--ease), border-color .35s var(--ease);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.home-page .dt-app-icon svg{fill:none;width:17px;height:17px;stroke:var(--gray-700);stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;transition:stroke .35s var(--ease)}.home-page .dt-app-text{flex-direction:column;min-width:0;line-height:1.35;display:flex}.home-page .dt-app-text span{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-300);margin-bottom:3px;font-size:10px;font-weight:600}.home-page .dt-app-text b{letter-spacing:-.2px;white-space:nowrap;font-size:15px;font-weight:700}.home-page .dt-app-arrow{color:var(--gray-500);white-space:nowrap;transition:color .3s var(--ease);align-items:center;gap:6px;margin-left:auto;font-size:13px;font-weight:600;display:inline-flex}.home-page .dt-app-arrow svg{fill:none;stroke:currentColor;stroke-width:2.3px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px;transition:transform .4s var(--ease)}.home-page .dt-branch:hover .dt-goal,.home-page .dt-branch:focus-visible .dt-goal{border-color:#00b67a66;box-shadow:0 20px 44px -26px #0d0d0d3d}.home-page .dt-branch:hover .dt-goal-tag,.home-page .dt-branch:focus-visible .dt-goal-tag{color:var(--green)}.home-page .dt-branch:hover .dt-drop,.home-page .dt-branch:focus-visible .dt-drop{background:var(--green-bright)}.home-page .dt-branch:hover .dt-app,.home-page .dt-branch:focus-visible .dt-app{border-color:#00b67a66;transform:translateY(-3px);box-shadow:0 18px 40px -24px #0d0d0d3d}.home-page .dt-branch:hover .dt-app-icon,.home-page .dt-branch:focus-visible .dt-app-icon{background:var(--green-light);border-color:#00b67a4d}.home-page .dt-branch:hover .dt-app-icon svg,.home-page .dt-branch:focus-visible .dt-app-icon svg{stroke:var(--green)}.home-page .dt-branch:hover .dt-app-arrow,.home-page .dt-branch:focus-visible .dt-app-arrow{color:var(--green)}.home-page .dt-branch:hover .dt-app-arrow svg,.home-page .dt-branch:focus-visible .dt-app-arrow svg{transform:translate(4px)}:is(.home-page .dt-branches:has(.dt-branch:first-of-type:hover) .dt-elbow--l,.home-page .dt-branches:has(.dt-branch:first-of-type:focus-visible) .dt-elbow--l),:is(.home-page .dt-branches:has(.dt-branch:nth-of-type(2):hover) .dt-elbow--r,.home-page .dt-branches:has(.dt-branch:nth-of-type(2):focus-visible) .dt-elbow--r){border-color:var(--green-bright)}:is(.home-page .dt:has(.dt-branch:hover) .dt-line,.home-page .dt:has(.dt-branch:focus-visible) .dt-line){background:var(--green-bright)}:is(.home-page .dt:has(.dt-branch:hover) .dt-question,.home-page .dt:has(.dt-branch:focus-visible) .dt-question){border-color:#00b67a80}:is(.home-page .dt:has(.dt-branch:hover) .dt-root-node,.home-page .dt:has(.dt-branch:focus-visible) .dt-root-node){border-color:#00b67a59}.home-page .dt-branches:has(.dt-branch:hover) .dt-branch:not(:hover){opacity:.48}.home-page .dt-branches:has(.dt-branch:hover) .dt-elbow:not(:hover){opacity:.48}:is(.home-page .dt-branches:has(.dt-branch:first-of-type:hover) .dt-elbow--l,.home-page .dt-branches:has(.dt-branch:nth-of-type(2):hover) .dt-elbow--r){opacity:1}.home-page .dt-or{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:var(--gray-300);align-items:center;gap:14px;padding:8px 14px 0;font-size:10.5px;font-weight:600;display:none}.home-page .dt-or:before,.home-page .dt-or:after{content:"";background:var(--gray-200);flex:1;height:1px}.home-page .dt-foot{z-index:1;margin-top:var(--sec-head-mb);color:var(--gray-500);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 14px;font-size:14px;display:flex;position:relative}.home-page .dt-foot a{color:var(--green);align-items:center;gap:6px;font-weight:600;text-decoration:none;display:inline-flex}.home-page .dt-foot a svg{fill:none;stroke:currentColor;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;width:13px;height:13px;transition:transform .3s var(--ease)}.home-page .dt-foot a:hover svg{transform:translate(3px)}@media (max-width:860px){.home-page .dt-canvas:before{inset:-40px -30px}.home-page .dt-branches{grid-template-columns:1fr}.home-page .dt-elbow{display:none}.home-page .dt-branch{padding:44px 0 0}.home-page .dt-branch:before{content:"";background:var(--gray-300);width:1.5px;height:44px;position:absolute;top:0;left:50%;transform:translate(-50%)}.home-page .dt-or{margin-top:30px;display:flex}.home-page .dt-goal p{max-width:none}}@media (max-width:520px){.home-page .dt-app{flex-wrap:wrap;gap:8px 12px;padding:14px 16px}.home-page .dt-app-arrow{white-space:normal;width:100%;margin-top:4px;margin-left:0;font-size:12px}.home-page .dt-app-text b{white-space:normal}.home-page .dt-root-node{padding:12px 16px}.home-page .dt-quote{font-size:19px}}@media (hover:none){.home-page .dt-app-arrow{color:var(--green)}}@media (prefers-reduced-motion:reduce){.home-page .dt-root-node{animation:none!important}.home-page .dt-line,.home-page .dt-drop{transform:scaleY(1)}.home-page .dt-elbow{clip-path:inset(0)}.home-page .dt-goal,.home-page .dt-app,.home-page .dt-question{opacity:1;transform:none}}.home-page .ps{padding:var(--sec) 0;background:var(--white)}.home-page .ps--mist{background:var(--gray-50);border-top:var(--hairline);border-bottom:var(--hairline)}.home-page .pd{max-width:1300px;margin:0 auto}.home-page .pd-main{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(40px,5vw,88px);display:grid}.home-page .pd--flip .pd-main{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.home-page .pd--flip .pd-copy{order:2}.home-page .pd--flip .pd-stage{order:1}.home-page .pd-tagrow{align-items:center;gap:12px;margin-bottom:26px;display:flex}.home-page .pd-num{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--gray-300);font-size:11px;font-weight:600}.home-page .pd-live{letter-spacing:.1em;text-transform:uppercase;color:var(--green-dark);background:var(--green-light);border-radius:99px;align-items:center;gap:6px;padding:4px 11px 4px 8px;font-size:11px;font-weight:700;display:inline-flex}.home-page .pd-live i{background:var(--green-bright);border-radius:50%;width:6px;height:6px;display:block}.home-page .pd-problem{font-family:var(--font-body);color:var(--gray-500);max-width:26ch;margin-bottom:14px;font-size:clamp(19px,1.8vw,23px);font-style:italic;line-height:1.4}.home-page .pd-outcome{font-size:var(--lead-size);letter-spacing:var(--title-track);max-width:12ch;margin-bottom:18px;font-weight:700;line-height:1.05}.home-page .pd-intro{color:var(--gray-500);max-width:42ch;margin-bottom:34px;font-size:16.5px;line-height:1.65}.home-page .pd-intro b{color:var(--black);font-weight:700}.home-page .pd-feats{gap:2px;list-style:none;display:grid}.home-page .pd-feat{border-top:var(--hairline);grid-template-columns:22px 1fr;gap:14px;padding:13px 0;display:grid}.home-page .pd-feat:last-child{border-bottom:var(--hairline)}.home-page .pd-feat-mark{background:var(--green-light);border-radius:50%;place-items:center;width:22px;height:22px;margin-top:2px;display:grid}.home-page .pd-feat-mark svg{fill:none;width:11px;height:11px;stroke:var(--green);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.home-page .pd-feat-body b{letter-spacing:-.2px;color:var(--black);font-size:15.5px;font-weight:600;line-height:1.45;display:block}.home-page .pd-feat-body .pd-feat-name{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-300);margin-top:5px;font-size:10.5px;font-weight:600;display:block}.home-page .pd-stage{justify-content:center;align-items:center;min-height:460px;padding:20px 0;display:flex;position:relative}.home-page .stage-glow{z-index:0;filter:blur(6px);pointer-events:none;background:radial-gradient(closest-side,#00b67a1c,#0000 72%);border-radius:50%;position:absolute;inset:6% 2%}.home-page .demoA{z-index:1;width:min(100%,470px);position:relative}.home-page .pp{background:var(--white);border:var(--hairline);border-radius:var(--r-lg);width:92%;overflow:hidden;box-shadow:0 30px 60px -40px #0d0d0d4d}.home-page .pp-bar{border-bottom:var(--hairline);background:var(--gray-50);align-items:center;gap:6px;padding:12px 16px;display:flex}.home-page .pp-bar i{background:var(--gray-200);border-radius:50%;width:8px;height:8px;display:block}.home-page .pp-bar b{font-family:var(--font-body);letter-spacing:.06em;color:var(--gray-300);margin-left:10px;font-size:10.5px;font-weight:600}.home-page .pp-body{grid-template-columns:96px 1fr;gap:16px;padding:20px;display:grid}.home-page .pp-media{aspect-ratio:1;border-radius:var(--r-md);border:1px solid var(--gray-200);background:url(/mobile-app-builder/showcase/pp-media.webp) 50%/cover no-repeat}.home-page .pp-info{flex-direction:column;gap:9px;padding-top:4px;display:flex}.home-page .pp-name{letter-spacing:-.3px;font-size:15px;font-weight:700}.home-page .pp-line{background:var(--gray-100);border-radius:4px;height:8px}.home-page .pp-line--s{width:55%}.home-page .pp-price{margin-top:2px;font-size:15px;font-weight:700}.home-page .pp-btn{border-radius:var(--r-xs);background:var(--gray-100);color:var(--gray-500);align-self:flex-start;margin-top:4px;padding:8px 16px;font-size:11.5px;font-weight:700;display:inline-block}.home-page .bw{background:var(--white);border:var(--hairline);border-radius:var(--r-lg);width:92%;margin:-34px 0 0 auto;padding:18px;position:relative;box-shadow:0 34px 70px -34px #0d0d0d57}.home-page .bw-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.home-page .bw-title{letter-spacing:-.2px;font-size:13px;font-weight:700}.home-page .bw-badge{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--green-dark);background:var(--green-light);border-radius:99px;padding:4px 9px;font-size:9.5px;font-weight:600}.home-page .bw-list{gap:8px;list-style:none;display:grid}.home-page .bw-item{border:1px solid var(--gray-200);border-radius:var(--r-sm);background:var(--white);transition:border-color .45s var(--ease), background .45s var(--ease);grid-template-columns:18px 34px 1fr auto;align-items:center;gap:11px;padding:9px 10px;display:grid}.home-page .bw-item.is-on{background:#00b67a0b;border-color:#00b67a66}.home-page .bw-check{border:1.5px solid var(--gray-300);width:18px;height:18px;transition:background .35s var(--ease), border-color .35s var(--ease);border-radius:5px;place-items:center;display:grid}.home-page .bw-check svg{fill:none;width:10px;height:10px;stroke:var(--white);stroke-width:3.4px;stroke-linecap:round;stroke-linejoin:round;opacity:0;transition:opacity .3s var(--ease), transform .35s var(--ease);transform:scale(.4)}.home-page .bw-item.is-on .bw-check{background:var(--green-bright);border-color:var(--green-bright)}.home-page .bw-item.is-on .bw-check svg{opacity:1;transform:none}.home-page .bw-thumb{border:1px solid var(--gray-200);background:url(/mobile-app-builder/showcase/pp-media.webp) 50%/cover no-repeat;border-radius:8px;width:34px;height:34px}.home-page .bw-thumb--b{background:url(/mobile-app-builder/showcase/bw-thumb-b.webp) 50%/cover no-repeat}.home-page .bw-thumb--c{background:url(/mobile-app-builder/showcase/bw-thumb-c.webp) 50%/cover no-repeat}.home-page .bw-name{letter-spacing:-.1px;font-size:12.5px;font-weight:600}.home-page .bw-price{color:var(--gray-500);font-size:12.5px;font-weight:700}.home-page .bw-total{border-top:var(--hairline);justify-content:space-between;align-items:flex-end;gap:12px;margin-top:14px;padding-top:14px;display:flex}.home-page .bw-total-label{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--gray-300);margin-bottom:4px;font-size:9.5px;font-weight:600;display:block}.home-page .bw-was{color:var(--gray-300);font-size:12px;text-decoration:line-through}.home-page .bw-now{letter-spacing:-.8px;font-variant-numeric:tabular-nums;color:var(--green-dark);font-size:21px;font-weight:700}.home-page .bw-cta{text-align:center;border-radius:var(--r-xs);background:var(--black);color:var(--white);margin-top:14px;padding:11px;font-size:12.5px;font-weight:700;display:block}.home-page .chip{z-index:2;background:var(--white);border:var(--hairline);white-space:nowrap;border-radius:99px;align-items:center;gap:9px;padding:10px 15px;font-size:12.5px;font-weight:600;display:inline-flex;position:absolute;box-shadow:0 14px 34px -18px #0d0d0d4d}.home-page .chip svg{fill:none;width:14px;height:14px;stroke:var(--green);stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.home-page .chip b{letter-spacing:-.2px;font-weight:700}.home-page .chip--aov{top:8px;right:-6px}.home-page .chip-arrow{color:var(--gray-300)}.home-page .demoB{z-index:1;justify-content:center;width:100%;display:flex;position:relative}.home-page .mab-hero-visual{flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex;position:relative}.home-page .mab-phone-stage{flex-direction:column;align-items:center;display:flex;position:relative}.home-page .mab-phone{aspect-ratio:9/19.5;background:linear-gradient(155deg,#182234,#05070d);border:1px solid #ffffff38;border-radius:48px;width:264px;padding:13px;position:relative;box-shadow:0 22px 48px -20px #0d0d0d47,inset 0 0 0 2px #ffffff0d}.home-page .mab-phone:before,.home-page .mab-phone:after{content:"";background:#05070d;position:absolute}.home-page .mab-phone:before{border-radius:0 2px 2px 0;width:2.5px;height:64px;top:129px;right:-2.5px}.home-page .mab-phone:after{border-radius:2px 0 0 2px;width:2.5px;height:36px;top:100px;left:-2.5px;box-shadow:0 55px #05070d,0 94px #05070d}.home-page .mab-phone-screen{background:#f8f9fc;border-radius:37px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.home-page .mab-phone-statusbar{z-index:11;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 17px 4px;display:flex;position:relative}.home-page .mab-phone-statusbar .sb-time{color:#0a0e1a;letter-spacing:-.2px;font-size:12px;font-weight:700}.home-page .mab-phone-statusbar .sb-icons{align-items:center;gap:5px;display:flex}.home-page .mab-phone-statusbar .sb-icons svg{display:block}.home-page .mab-phone-content{flex:auto;position:relative;overflow:hidden}.home-page .mab-phone-scene{opacity:0;transition:opacity .6s var(--ease);position:absolute;inset:0}.home-page .mab-phone-scene.is-active{opacity:1;z-index:2}.home-page .mab-phone-scene img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.home-page .mab-phone-order{text-align:center;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:7px;height:100%;padding:20px;display:flex}.home-page .mab-phone-order-check{background:linear-gradient(135deg, var(--green-bright), var(--green-dark));border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:5px;display:flex}.home-page .mab-phone-order-check svg{stroke:#fff;fill:none;stroke-width:2.5px;width:22px;height:22px}.home-page .mab-phone-order h3,.home-page .mab-phone-order .order-title{color:#0a0e1a;margin:0;font-size:14px;font-weight:700}.home-page .mab-phone-order p{color:#6b7280;max-width:150px;margin:4px 0 0;font-size:10px}.home-page .mab-phone-order .tag{background:var(--green-light);color:var(--green-dark);border-radius:6px;margin-top:3px;padding:4px 10px;font-size:10px;font-weight:700}.home-page .mab-step-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--gray-700);z-index:10;background:#ffffffeb;border:1px solid #0d0d0d14;border-radius:99px;align-items:center;gap:8px;padding:7px 14px;font-size:10.5px;font-weight:700;display:flex;position:relative;box-shadow:0 3px 10px -3px #0d0d0d1a}.home-page .mab-step-pill .dots{gap:5px;display:flex}.home-page .mab-step-pill .dot{background:#d1d5db;border-radius:50%;width:6px;height:6px;transition:all .3s}.home-page .mab-step-pill .dot.on{background:var(--green-dark);border-radius:4px;width:14px}.home-page .mab-float-card{z-index:8;background:var(--white);white-space:nowrap;font-family:var(--font-body);border:1px solid #0d0d0d12;border-radius:14px;align-items:center;gap:10px;padding:10px 14px;display:flex;position:absolute;top:50%;box-shadow:0 8px 18px -8px #0d0d0d24}.home-page .mab-float-card .mab-fc-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.home-page .mab-float-card .mab-fc-icon svg{width:17px;height:17px;display:block}.home-page .mab-float-card .mab-fc-text{flex-direction:column;gap:2px;line-height:1;display:flex}.home-page .mab-float-card .mab-fc-lbl{letter-spacing:.5px;text-transform:uppercase;color:var(--gray-500);font-size:8.5px;font-weight:700}.home-page .mab-float-card .mab-fc-val{color:var(--black);letter-spacing:-.2px;align-items:center;gap:4px;font-size:14.5px;font-weight:700;display:flex}.home-page .mab-float-card .mab-fc-up{color:var(--green-bright);font-size:12px;font-weight:700}.home-page .mab-float-card--conversion{left:auto;right:calc(100% + 16px);transform:translateY(-50%)}.home-page .mab-float-card--conversion .mab-fc-icon{animation:mabIconBob 2.4s var(--ease) infinite;background:#eef0fc}.home-page .mab-float-card--conversion .mab-fc-icon svg{stroke:#4f5bd8;fill:none;stroke-width:2.3px;stroke-linecap:round;stroke-linejoin:round}.home-page .mab-float-card--conversion .mab-fc-up{animation:mabArrowBounce 1.6s var(--ease) infinite;display:inline-block}.home-page .mab-float-card--order{opacity:0;pointer-events:none;transition:opacity .4s var(--ease), transform .4s var(--ease);top:63%;left:calc(100% + 16px);right:auto;transform:translateY(calc(8px - 50%))scale(.95)}.home-page .mab-float-card--order.is-visible{opacity:1;transform:translateY(-50%)scale(1)}.home-page .mab-float-card--order .mab-fc-icon{background:linear-gradient(135deg, var(--green-bright), var(--green-dark))}.home-page .mab-float-card--order .mab-fc-icon svg{stroke:#fff;fill:none;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round}.home-page .mab-float-card--order.is-visible .mab-fc-icon{animation:mabCheckPop .55s var(--ease), mabRing 1s ease-out}@keyframes mabIconBob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes mabArrowBounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.7;transform:translateY(-2px)}}@keyframes mabCheckPop{0%{transform:scale(.55)}60%{transform:scale(1.14)}to{transform:scale(1)}}@keyframes mabRing{0%{box-shadow:0 0 #00b67a80}70%{box-shadow:0 0 0 10px #00b67a00}to{box-shadow:0 0 #00b67a00}}@media (max-width:1080px){.home-page .mab-float-card--conversion{right:calc(100% + 10px)}.home-page .mab-float-card--order{left:calc(100% + 10px)}}@media (max-width:720px){.home-page .mab-float-card{gap:8px;padding:8px 11px}.home-page .mab-float-card .mab-fc-icon{width:30px;height:30px}.home-page .mab-float-card .mab-fc-val{font-size:13px}.home-page .mab-float-card--conversion{right:calc(100% + 6px)}.home-page .mab-float-card--order{left:calc(100% + 6px)}}@media (max-width:640px){.home-page .mab-float-card--conversion,.home-page .mab-float-card--order{opacity:1;pointer-events:auto;position:static;transform:none!important}.home-page .mab-float-card--order{margin-top:14px}.home-page .mab-float-card--conversion{margin-bottom:14px}.home-page .mab-float-card--order{display:none}.home-page .mab-float-card--order.is-visible{display:flex}}@media (prefers-reduced-motion:reduce){.home-page .mab-float-card--order{transition:none}.home-page .mab-float-card--conversion .mab-fc-icon,.home-page .mab-float-card--conversion .mab-fc-up,.home-page .mab-float-card--order.is-visible .mab-fc-icon{animation:none}}.home-page .phone{background:linear-gradient(160deg,#232320,#101010);border-radius:40px;width:248px;padding:9px;position:relative;box-shadow:0 40px 80px -40px #0d0d0d80,0 0 0 1px #0d0d0d0f}.home-page .phone-screen{background:var(--white);border-radius:32px;flex-direction:column;height:452px;display:flex;position:relative;overflow:hidden}.home-page .ph-status{justify-content:space-between;align-items:center;padding:13px 18px 8px;font-size:10.5px;font-weight:700;display:flex}.home-page .ph-status i{background:var(--gray-300);border-radius:2px;width:13px;height:8px;margin-left:3px;display:inline-block}.home-page .ph-head{border-bottom:var(--hairline);align-items:center;gap:9px;padding:8px 16px 12px;display:flex}.home-page .ph-brand{background:var(--black);width:24px;height:24px;color:var(--white);border-radius:8px;place-items:center;font-size:11px;font-weight:700;display:grid}.home-page .ph-head b{letter-spacing:-.2px;font-size:12.5px;font-weight:700}.home-page .ph-bag{border:1.5px solid var(--gray-300);border-radius:4px;width:16px;height:16px;margin-left:auto}.home-page .ph-hero{background:linear-gradient(140deg, var(--green-light), #d6f0e4);border:1px solid #00b67a2e;border-radius:14px;margin:12px 12px 0;padding:16px}.home-page .ph-hero span{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--green);font-size:8.5px;font-weight:600}.home-page .ph-hero b{letter-spacing:-.4px;color:var(--green-dark);margin-top:5px;font-size:14px;font-weight:700;display:block}.home-page .ph-grid{grid-template-columns:1fr 1fr;gap:10px;padding:12px;display:grid}.home-page .ph-tile-media{aspect-ratio:1;border:1px solid var(--gray-200);background:linear-gradient(150deg, var(--gray-100), var(--gray-200));border-radius:11px}.home-page .ph-tile:nth-child(2) .ph-tile-media{background:linear-gradient(150deg,#efede7,#ddd9d0)}.home-page .ph-tile:nth-child(3) .ph-tile-media{background:linear-gradient(150deg,#e9f3ee,#cfe6da)}.home-page .ph-tile:nth-child(4) .ph-tile-media{background:linear-gradient(150deg,#f2f1ec,#e2e0d8)}.home-page .ph-tile-line{background:var(--gray-100);border-radius:3px;height:6px;margin-top:7px}.home-page .ph-tile-line--s{width:48%}.home-page .ph-tabs{border-top:var(--hairline);justify-content:space-around;margin-top:auto;padding:12px 0 16px;display:flex}.home-page .ph-tabs i{background:var(--gray-200);border-radius:4px;width:15px;height:15px;display:block}.home-page .ph-tabs i:first-child{background:var(--black)}.home-page .push{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #0d0d0d12;border-radius:18px;gap:11px;width:250px;padding:13px 14px;display:flex;position:absolute;top:34px;left:-34px;box-shadow:0 22px 46px -22px #0d0d0d66}.home-page .push-icon{background:var(--black);width:30px;height:30px;color:var(--white);border-radius:9px;flex-shrink:0;place-items:center;font-size:12px;font-weight:700;display:grid}.home-page .push-head{align-items:baseline;gap:8px;display:flex}.home-page .push-head b{letter-spacing:-.1px;font-size:11.5px;font-weight:700}.home-page .push-head span{color:var(--gray-300);margin-left:auto;font-size:10px}.home-page .push p{color:var(--gray-700);margin-top:3px;font-size:11.5px;line-height:1.4}.home-page .chip--home{bottom:26px;right:-18px}.home-page .pd-anim .push{opacity:0;transform:translateY(-14px)scale(.96)}.home-page .pd-anim.is-played .push{opacity:1;transition:opacity .55s var(--ease) .35s, transform .65s var(--ease) .35s;transform:none}.home-page .pd-anim .chip{opacity:0;transform:translateY(8px)}.home-page .pd-anim.is-played .chip{opacity:1;transition:opacity .5s var(--ease) .9s, transform .5s var(--ease) .9s;transform:none}.home-page .pd-anim .bw-item:not(.is-on){border-color:var(--gray-200);background:var(--white)}.home-page .pd-anim .bw-item.is-on{background:var(--white);border-color:var(--gray-200)}.home-page .fw{border-top:var(--hairline);border-bottom:var(--hairline);align-items:stretch;gap:6px;margin-top:clamp(56px,6vw,92px);padding:30px 0;display:flex}.home-page .fw-step{flex-direction:column;flex:1;gap:6px;padding:0 6px;display:flex}.home-page .fw-step b{letter-spacing:-.3px;font-size:15px;font-weight:700;line-height:1.3}.home-page .fw-step span{color:var(--gray-500);font-size:13.5px;line-height:1.5}.home-page .fw-step span.fw-i{font-family:var(--font-body);letter-spacing:.13em;color:var(--gray-300);font-size:10.5px;font-weight:600}.home-page .fw-step--end b{color:var(--green-dark)}.home-page .fw-step--end span.fw-i{color:var(--green)}.home-page .fw-arrow{align-items:center;padding-top:2px;display:flex}.home-page .fw-arrow svg{fill:none;width:17px;height:17px;stroke:var(--gray-300);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.js .home-page .fw-arrow svg{animation:fw-nudge 3.4s var(--ease) infinite}.js .home-page .fw-arrow:nth-of-type(2) svg{animation-delay:.25s}.js .home-page .fw-arrow:nth-of-type(3) svg{animation-delay:.5s}@keyframes fw-nudge{0%,72%,to{opacity:.75;transform:translate(0)}80%{opacity:1;transform:translate(3px)}}.home-page .pd-close{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px 32px;margin-top:34px;display:flex}.home-page .pd-trust{flex-wrap:wrap;gap:10px 22px;display:flex}.home-page .pd-trust li{color:var(--gray-500);align-items:center;gap:8px;font-size:13.5px;list-style:none;display:flex}.home-page .pd-trust svg{fill:none;width:13px;height:13px;stroke:var(--green);stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.home-page .pd-ctas{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.home-page .pd-final{margin-top:var(--sec-head-mb);border:var(--hairline);border-radius:var(--r-lg);background:var(--gray-50);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px 48px;padding:34px 40px;display:flex}.home-page .ps--mist .pd-final{background:var(--white)}.home-page .pd-final-copy{flex:340px;max-width:44ch}.home-page .pd-final-copy b{letter-spacing:-.4px;margin-bottom:8px;font-size:19px;font-weight:700;line-height:1.3;display:block}.home-page .pd-final-copy span{color:var(--gray-500);font-size:14.5px;line-height:1.6}.home-page .pd-final-action{flex-direction:column;gap:16px;display:flex}.home-page .pd-final-ctas{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.home-page .pd-final-note{max-width:62ch;color:var(--gray-500);margin:0;font-size:14px;line-height:1.55}.home-page .pd-final-trust{flex-wrap:wrap;gap:8px 22px;display:flex}.home-page .pd-final-trust li{color:var(--gray-500);align-items:center;gap:8px;font-size:13px;list-style:none;display:flex}.home-page .pd-final-trust svg{fill:none;width:13px;height:13px;stroke:var(--green);stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.home-page .pd-final-trust li.is-placeholder{color:var(--gray-300)}.home-page .pd-final-trust li.is-placeholder svg{stroke:var(--gray-300)}.home-page .pd-final-trust li.is-placeholder span{border-bottom:1px dashed var(--gray-300);padding-bottom:1px}@media (max-width:1080px){.home-page .pd-main{grid-template-columns:1fr;gap:clamp(24px,4vw,36px);padding-top:5px}.home-page .pd--flip .pd-main{grid-template-columns:1fr}.home-page .pd--flip .pd-copy{order:1}.home-page .pd--flip .pd-stage{order:2}.home-page .pd-outcome{max-width:16ch}.home-page .pd-intro{max-width:54ch}.home-page .pd-stage{min-height:0}.home-page .fw{flex-wrap:wrap;gap:22px 6px}.home-page .fw-step{flex:40%}.home-page .fw-arrow:nth-of-type(2){display:none}}@media (max-width:720px){.home-page .fw{grid-template-columns:1fr;gap:0;padding:8px 0;display:grid}.home-page .fw-step{border-top:var(--hairline);padding:18px 0}.home-page .fw-step:first-child{border-top:none}.home-page .fw-arrow{display:none}.home-page .demoA{width:100%}.home-page .push{width:220px;left:-10px}.home-page .chip--aov{right:0}.home-page .chip--home{right:-6px}.home-page .pd-close{flex-direction:column;align-items:flex-start}.home-page .pd-final{gap:20px;padding:24px 20px}.home-page .pd-final-copy{max-width:none}.home-page .pd-final-action{width:100%}.home-page .pd-final-ctas{flex-direction:column;gap:10px;width:100%}.home-page .pd-final-ctas .product-cta,.home-page .pd-final-ctas .product-secondary{text-align:center;justify-content:center;width:100%}.home-page .pd-final-trust{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:640px){.home-page .mab-phone-stage{width:100%;max-width:320px;margin:0 auto}.home-page .mab-phone{width:min(260px,80vw)}.home-page .mab-float-card{width:max-content;max-width:90%;margin:10px auto;position:static;transform:none!important}.home-page .mab-float-card--conversion{order:-1;margin-bottom:12px}.home-page .mab-float-card--order{opacity:1;pointer-events:auto;margin-top:12px}}@media (max-width:480px){.home-page .pp,.home-page .bw{width:100%;margin-left:0}.home-page .bw{margin-top:-20px;padding:14px}.home-page .chip--aov{justify-content:center;width:max-content;max-width:100%;margin:12px auto 0;display:flex;position:static}}@media (max-width:420px){.home-page .push{width:200px;left:0}.home-page .chip{padding:9px 13px;font-size:11.5px}}@media (prefers-reduced-motion:reduce){.home-page .pd-anim .push,.home-page .pd-anim .chip{opacity:1!important;transform:none!important}.home-page .mab-phone-scene{transition:none}}.home-page .spot-top{grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr)}.home-page .spot--flip .spot-top{grid-template-columns:minmax(0,1.24fr) minmax(0,.76fr)}.home-page .spot-copy{max-width:420px}.home-page .spot-copy>p{margin-bottom:var(--sp-5);font-size:15.5px}.home-page .spot-index{gap:var(--sp-2) var(--sp-3);flex-wrap:wrap}.home-page .spot-goal{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--green-dark);background:var(--green-light);border-radius:99px;padding:5px 12px;font-size:10.5px;font-weight:600}.home-page .spot-shot,.home-page .apps-cards{padding:0 clamp(16px,2vw,30px) clamp(24px,2.8vw,40px)}.home-page .shot-frame{position:relative}.home-page .shot-fx{z-index:5;background:var(--white);border:var(--hairline);border-radius:var(--r-sm);box-shadow:var(--e-3);align-items:center;gap:9px;padding:9px 13px;animation:7s ease-in-out infinite floaty;display:flex;position:absolute}.home-page .shot-fx-icon{background:var(--green-light);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.home-page .shot-fx-icon svg{width:13px;height:13px;stroke:var(--green-dark);stroke-width:2.2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.home-page .shot-fx-label{color:var(--gray-500);font-size:10.5px;font-weight:600;display:block}.home-page .shot-fx-value{color:var(--black);letter-spacing:-.2px;font-size:13px;font-weight:700;display:block}.home-page .shot-fx--tr{top:-16px;right:-8px}.home-page .shot-fx--tl{top:-16px;left:-8px}.home-page .shot-fx--bl{animation-delay:2.2s;bottom:66px;left:-8px}.home-page .shot-fx--br{animation-delay:2.2s;bottom:66px;right:-8px}@media (max-width:1000px){.home-page .flow-float--a{right:-8px}.home-page .flow-float--b{left:-8px}}@media (max-width:900px){.home-page .hero-lede{max-width:none}}@media (max-width:620px){.home-page .flow-goals{grid-template-columns:1fr}.home-page .flow-float--a,.home-page .flow-float--b,.home-page .shot-fx{display:none}}@media (prefers-reduced-motion:reduce){.home-page .shot-fx{animation:none!important}.home-page .flow-chart-line{stroke-dashoffset:0!important;animation:none!important}.home-page .flow-chart-area{opacity:1!important;animation:none!important}}.home-page .band,.home-page .problem-section,.home-page .products-section,.home-page .proof-section,.home-page .notify-section,.home-page .why-section,.home-page .principles-section,.home-page .faq-section,.home-page .section{padding-top:var(--sec);padding-bottom:var(--sec)}.home-page .trust{padding:var(--sp-6) 0;margin-bottom:calc(var(--sec) - var(--sp-6))}.home-page .next{border:1.5px dashed var(--gray-200);border-radius:var(--r-xl);background:var(--white);transition:border-color .25s var(--ease);grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:clamp(28px,3.6vw,48px);padding:clamp(28px,3.6vw,44px);display:grid}.home-page .next:hover{border-color:var(--gray-300)}.home-page .next-badge{letter-spacing:.04em;text-transform:uppercase;color:var(--gray-500);background:var(--gray-100);margin-bottom:var(--sp-5);border-radius:99px;align-items:center;gap:8px;padding:6px 14px 6px 11px;font-size:11.5px;font-weight:700;display:inline-flex}.home-page .next-badge-dot{background:var(--gray-300);border-radius:50%;flex-shrink:0;width:7px;height:7px}.home-page .next-left h2,.home-page .next-left h3{letter-spacing:-.7px;color:var(--black);margin-bottom:var(--sp-4);text-wrap:balance;max-width:24ch;font-size:clamp(23px,2.6vw,30px);font-weight:700;line-height:1.2}.home-page .next-lede{font-size:var(--subhead-size);color:var(--gray-500);max-width:46ch;margin-bottom:var(--sp-6);line-height:1.7}.home-page .next-form{flex-wrap:wrap;gap:10px;max-width:480px;display:flex}.home-page .next-form input[type=email]{min-width:200px;font-family:var(--font-body);border:1px solid var(--gray-200);border-radius:var(--r-sm);background:var(--gray-50);color:var(--black);flex:auto;padding:13px 16px;font-size:14px}.home-page .next-form input[type=email]::placeholder{color:var(--gray-500)}.home-page .next-form input[type=email]:focus-visible{outline:3px solid var(--green-bright);outline-offset:1px;border-color:var(--green)}.home-page .next-cta{border-radius:var(--r-sm);background:var(--black);color:var(--white);font-family:var(--font-body);font-size:var(--btn-size);font-weight:var(--btn-weight);letter-spacing:var(--btn-track);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;gap:7px;padding:13px 20px;transition:background .15s,transform .15s;display:inline-flex}.home-page .next-cta:hover{background:var(--gray-700);transform:translateY(-1px)}.home-page .next-cta svg{stroke:currentColor;stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.home-page .next-hint{margin-top:var(--sp-3);color:var(--gray-500);font-size:13px}.home-page .next-status{margin-top:var(--sp-3);color:var(--green-dark);font-size:13px;font-weight:600;line-height:1.55}.home-page .next-status:empty{margin-top:0}.home-page .next-status--error{color:#b42318}.home-page .next-form input:disabled{opacity:.6;cursor:not-allowed}.home-page .next-cta:disabled{opacity:.6;cursor:progress;transform:none}.home-page .next-right{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--r-lg);padding:clamp(22px,2.8vw,30px)}.home-page .next-icon{background:var(--green-light);width:42px;height:42px;margin-bottom:var(--sp-4);border-radius:12px;justify-content:center;align-items:center;display:flex}.home-page .next-icon svg{width:19px;height:19px;stroke:var(--green-dark);stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.home-page .next-right h3{color:var(--black);margin-bottom:var(--sp-2);letter-spacing:-.2px;font-size:15.5px;font-weight:700}.home-page .next-right>p{color:var(--gray-500);margin-bottom:var(--sp-4);font-size:13.5px;line-height:1.6}.home-page .next-does{flex-direction:column;gap:12px;list-style:none;display:flex}.home-page .next-does li{color:var(--gray-700);align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.5;display:flex}.home-page .next-does .check-icon{background:var(--white);border:1px solid var(--green-mid);flex-shrink:0}.home-page .next-does .check-icon svg{stroke:var(--green-dark)}@media (max-width:900px){.home-page .next{grid-template-columns:1fr}.home-page .next-left h2,.home-page .next-left h3,.home-page .next-lede{max-width:none}}@media (max-width:480px){.home-page .next-form{flex-direction:column}.home-page .next-form input[type=email]{flex:none;width:100%;min-width:0}.home-page .next-cta{width:100%}}.home-page .stories{display:block}.home-page .stories-head{max-width:660px;margin:0 auto var(--head-block-gap);text-align:center}.home-page .stories-head .eyebrow,.home-page .stories-head .section-sub{margin-left:auto;margin-right:auto}.home-page .stories-head .section-heading{margin-bottom:var(--sp-4)}.home-page .stories-head .section-sub{max-width:520px;margin-bottom:0}.home-page .testi-single{max-width:720px;margin:0 auto}.home-page .testi-slide{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-lg);text-align:left;padding:clamp(28px,3.2vw,44px);box-shadow:0 24px 60px -34px #0d0d0d2e}.home-page .testi-slide-top{justify-content:space-between;align-items:flex-start;gap:var(--sp-4);margin-bottom:clamp(24px,3vw,34px);display:flex}.home-page .testi-app{letter-spacing:.1em;text-transform:uppercase;color:var(--green-dark);background:var(--green-light);white-space:nowrap;border-radius:99px;padding:7px 14px;font-size:11px;font-weight:700}.home-page .testi-metric{text-align:right;flex-shrink:0}.home-page .testi-metric-value{letter-spacing:-1.2px;color:var(--black);font-size:clamp(26px,2.9vw,34px);font-weight:700;line-height:1;display:block}.home-page .testi-metric-label{color:var(--gray-500);max-width:150px;margin-top:6px;font-size:12px;display:block}.home-page .testi-quote-mark{width:36px;height:auto;color:var(--green-mid);margin-bottom:var(--sp-4);font-size:0;display:block}.home-page .testi-quote-mark svg{fill:currentColor;width:100%;height:auto}.home-page .testi-slide-quote{letter-spacing:-.3px;color:var(--black);max-width:none;margin:0;font-size:clamp(17px,1.75vw,20px);font-weight:700;line-height:1.55}.home-page .testi-slide-footer{padding-top:var(--sp-5);border-top:1px solid var(--gray-200);flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:14px;margin-top:clamp(26px,3vw,36px);display:flex}.home-page .testi-avatar{letter-spacing:.02em;width:38px;height:38px;color:var(--white);background:linear-gradient(140deg, var(--green-bright), var(--green-dark));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.home-page .testi-slide-name{font-size:14.5px}.home-page .testi-slide-meta{font-size:13px}.home-page .testi-nav{justify-content:center;align-items:center;gap:var(--sp-4);margin-top:clamp(24px,2.8vw,32px);display:flex}.home-page .testi-arrow{background:var(--white);border:1px solid var(--gray-200);width:40px;height:40px;color:var(--gray-700);cursor:pointer;transition:border-color .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex}.home-page .testi-arrow:hover{border-color:var(--green-mid);color:var(--green-dark);box-shadow:var(--e-1)}.home-page .testi-arrow:active{transform:scale(.94)}.home-page .testi-arrow svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.home-page .testi-counter{font-family:var(--font-body);letter-spacing:.06em;color:var(--gray-300);align-items:baseline;gap:8px;font-size:13px;display:flex}.home-page .testi-counter b{color:var(--black);font-weight:700}.home-page .stories-rating{border-top:none;justify-content:center;margin-top:clamp(26px,3vw,34px);padding-top:0}@media (max-width:560px){.home-page .testi-slide-top{gap:var(--sp-3);flex-direction:column}.home-page .testi-metric{text-align:left}.home-page .testi-metric-label{max-width:none}.home-page .testi-slide-footer{flex-direction:row;align-items:center}.home-page .stories-rating{text-align:center;gap:var(--sp-2);flex-direction:column}}.home-page .sec-head{margin-bottom:var(--sec-head-mb)}.home-page .spotlights,.home-page .apps-showcase{gap:clamp(40px,4.4vw,68px)}.home-page .hero-wrap{--h-sans:var(--font-family);--h-serif:var(--font-family);font-family:var(--font-body);background:var(--white);padding-bottom:0;overflow:hidden}.home-page .hero-wrap h1,.home-page .hero-wrap p,.home-page .hero-wrap span,.home-page .hero-wrap a,.home-page .hero-wrap div{font-family:inherit}.home-page .hero-wrap .fork{gap:10px;max-width:480px;margin-top:clamp(26px,3vw,34px);display:grid}.home-page .hero-wrap .fork-card{border:1px solid var(--gray-200);border-radius:var(--r-md);background:var(--white);transition:border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);padding:16px 46px 15px 17px;text-decoration:none;display:block;position:relative}.home-page .hero-wrap .fork-card:hover,.home-page .hero-wrap .fork-card:focus-visible{border-color:var(--gray-300);transform:translateY(-1px);box-shadow:0 1px 2px #0d0d0d08,0 12px 28px -18px #0d0d0d47}.home-page .hero-wrap .fork-goal{letter-spacing:-.02em;color:var(--black);font-size:16.5px;font-weight:600;display:block}.home-page .hero-wrap .fork-desc{font-size:var(--fs-base);color:var(--gray-500);margin-top:3px;font-size:14px;line-height:1.5}.home-page .hero-wrap .fork-app{font-family:var(--font-body);letter-spacing:.07em;text-transform:uppercase;color:var(--green-dark);align-items:center;gap:6px;margin-top:11px;font-size:10.5px;font-weight:500;display:inline-flex}.home-page .hero-wrap .fork-dot{background:var(--green-bright);border-radius:50%;flex:none;width:5px;height:5px}.home-page .hero-wrap .fork-arw{fill:none;width:17px;height:17px;stroke:var(--gray-300);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s var(--ease), transform .3s var(--ease);margin-top:-8px;position:absolute;top:50%;right:17px}.home-page .hero-wrap .fork-card:hover .fork-arw,.home-page .hero-wrap .fork-card:focus-visible .fork-arw{stroke:var(--black);transform:translate(4px)}.home-page .hero-wrap .hero-sub{color:var(--gray-500);margin-top:20px;font-size:13.5px}.home-page .hero-wrap .txtlink{color:var(--black);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--gray-300);text-decoration-color:var(--gray-300)}.home-page .hero-wrap .txtlink:hover{-webkit-text-decoration-color:var(--green);text-decoration-color:var(--green);color:var(--green-dark)}.home-page .hero-wrap .stage{box-shadow:none;background:0 0;border:0;position:relative;overflow:visible}.home-page .hero-wrap .stage-body{height:392px;position:relative}.home-page .hero-wrap .panel{opacity:0;pointer-events:none;transition:opacity .42s var(--ease), transform .42s var(--ease);padding:22px;position:absolute;inset:0;transform:translateY(10px)}.home-page .hero-wrap .stage[data-state=aov] .panel--aov,.home-page .hero-wrap .stage[data-state=repeat] .panel--repeat{opacity:1;pointer-events:auto;transform:none}.home-page .hero-wrap .panel--aov{justify-content:center;align-items:center;display:flex}.home-page .hero-wrap .bz-browser{aspect-ratio:560/620;background:var(--white);width:100%;max-width:500px;box-shadow:inset 0 0 0 1px var(--gray-200), 0 30px 62px -36px #0d0d0d4d;border-radius:14px;margin:0 auto;position:relative;overflow:hidden}.home-page .hero-wrap .bz-chrome{background:var(--gray-100);border-bottom:1px solid var(--gray-200);flex:none;align-items:center;gap:12px;height:38px;padding:0 13px;display:flex}.home-page .hero-wrap .bz-lights{gap:7px;display:flex}.home-page .hero-wrap .bz-lights i{border-radius:50%;width:9px;height:9px;display:inline-block}.home-page .hero-wrap .bz-lights i:first-child{background:#ec6a5e}.home-page .hero-wrap .bz-lights i:nth-child(2){background:#f4bf4f}.home-page .hero-wrap .bz-lights i:nth-child(3){background:#61c454}.home-page .hero-wrap .bz-address{background:var(--white);border:1px solid var(--gray-200);min-width:0;height:22px;color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;border-radius:7px;flex:1;align-items:center;gap:6px;padding:0 10px;font-size:10px;display:flex;overflow:hidden}.home-page .hero-wrap .bz-address svg{flex:none;width:10px;height:10px}.home-page .hero-wrap .bz-body{background:var(--gray-50);height:calc(100% - 38px);position:relative;overflow:hidden}.home-page .hero-wrap .bz-slide{background:var(--gray-50);opacity:0;justify-content:center;align-items:center;padding:20px;transition:transform .6s cubic-bezier(.65,0,.35,1),opacity .5s;display:flex;position:absolute;inset:0;transform:translate(100%)}.home-page .hero-wrap .bz-slide.is-active{opacity:1;z-index:5;transform:translate(0)}.home-page .hero-wrap .bz-slide.is-out{opacity:0;z-index:4;transform:translate(-100%)}.home-page .hero-wrap .bz-shot{background:var(--white);border-radius:12px;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:14px 16px;display:flex;overflow:hidden}.home-page .hero-wrap .bz-shot img{border-radius:6px;width:auto;max-width:100%;max-height:100%;display:block}.home-page .hero-wrap .bz-done{background:linear-gradient(160deg, var(--gray-50) 0%, var(--green-light) 100%);flex-direction:column;gap:16px;padding:24px}.home-page .hero-wrap .bz-check{background:linear-gradient(135deg, var(--green-bright), var(--green-dark));border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;display:flex;transform:scale(0)}.home-page .hero-wrap .bz-done.is-active .bz-check{animation:.5s cubic-bezier(.34,1.56,.64,1) .2s forwards bzPop,1.6s ease-out .7s bzRing}@keyframes bzPop{to{transform:scale(1)}}@keyframes bzRing{0%{box-shadow:0 0 #00b67a73}70%{box-shadow:0 0 0 22px #00b67a00}to{box-shadow:0 0 #00b67a00}}.home-page .hero-wrap .bz-check svg{fill:none;width:40px;height:40px}.home-page .hero-wrap .bz-check path{stroke:var(--white);stroke-width:3.5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48px}.home-page .hero-wrap .bz-done.is-active .bz-check path{animation:.45s .55s forwards bzDraw}@keyframes bzDraw{to{stroke-dashoffset:0}}.home-page .hero-wrap .bz-done-text{text-align:center;opacity:0;transform:translateY(10px)}.home-page .hero-wrap .bz-done.is-active .bz-done-text{animation:.5s .5s forwards bzUp}@keyframes bzUp{to{opacity:1;transform:none}}.home-page .hero-wrap .bz-done-text h4{letter-spacing:-.3px;color:var(--black);margin:0 0 6px;font-size:18px;font-weight:700}.home-page .hero-wrap .bz-done-text p{color:var(--gray-500);max-width:30ch;margin:0;font-size:12.5px;line-height:1.5}.home-page .hero-wrap .bz-done-btn{background:var(--black);color:var(--white);opacity:0;border-radius:11px;padding:10px 24px;font-size:12.5px;font-weight:600;transform:translateY(10px)}.home-page .hero-wrap .bz-done.is-active .bz-done-btn{animation:.5s .85s forwards bzUp}.home-page .hero-wrap .panel--repeat{justify-content:center;align-items:center;display:flex}.home-page .hero-wrap .af-wrap{flex-direction:column;align-items:center;gap:12px;width:100%;height:100%;display:flex}.home-page .hero-wrap .af-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--gray-700);background:#ffffffeb;border:1px solid #0d0d0d14;border-radius:99px;flex:none;align-items:center;gap:9px;padding:7px 14px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 4px 18px -4px #0d0d0d21}.home-page .hero-wrap .af-label{min-width:74px}.home-page .hero-wrap .af-dots{gap:5px;display:flex}.home-page .hero-wrap .af-dot{background:var(--gray-300);width:6px;height:6px;transition:width .3s var(--ease), background .3s var(--ease), border-radius .3s var(--ease);border-radius:50%}.home-page .hero-wrap .af-dot.on{background:var(--green-dark);border-radius:4px;width:16px}.home-page .hero-wrap .af-phone{aspect-ratio:9/19.5;background:linear-gradient(155deg,#182234,#05070d);border:1px solid #ffffff38;border-radius:36px;flex:auto;width:auto;min-height:0;padding:9px;position:relative;box-shadow:0 40px 90px -18px #0d0d0d6b,inset 0 0 0 2px #ffffff0d}.home-page .hero-wrap .af-phone:before,.home-page .hero-wrap .af-phone:after{content:"";background:#05070d;position:absolute}.home-page .hero-wrap .af-phone:before{border-radius:0 2px 2px 0;width:2px;height:46px;top:92px;right:-2px}.home-page .hero-wrap .af-phone:after{border-radius:2px 0 0 2px;width:2px;height:26px;top:72px;left:-2px;box-shadow:0 39px #05070d,0 68px #05070d}.home-page .hero-wrap .af-screen{background:var(--white);border-radius:28px;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.home-page .hero-wrap .af-status{background:var(--white);z-index:3;flex:none;justify-content:space-between;align-items:center;padding:7px 14px 4px;display:flex;position:relative}.home-page .hero-wrap .af-time{color:var(--black);letter-spacing:-.2px;font-size:10px;font-weight:700}.home-page .hero-wrap .af-icons{align-items:center;gap:4px;display:flex}.home-page .hero-wrap .af-icons svg{display:block}.home-page .hero-wrap .af-content{flex:auto;position:relative;overflow:hidden}.home-page .hero-wrap .af-scene{opacity:0;transition:opacity .6s var(--ease);position:absolute;inset:0}.home-page .hero-wrap .af-scene.is-active{opacity:1;z-index:2}.home-page .hero-wrap .af-scene img{object-fit:cover;object-position:top center;width:100%;height:100%;display:block}.home-page .hero-wrap .af-order{background:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:100%;padding:18px;display:flex}.home-page .hero-wrap .af-check{background:linear-gradient(135deg, var(--green-bright), var(--green-dark));border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:4px;display:flex}.home-page .hero-wrap .af-check svg{width:20px;height:20px;stroke:var(--white);fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.home-page .hero-wrap .af-order h4{color:var(--black);letter-spacing:-.2px;margin:0;font-size:13.5px;font-weight:700}.home-page .hero-wrap .af-order p{color:var(--gray-500);max-width:140px;margin:0;font-size:10.5px;line-height:1.45}.home-page .hero-wrap .af-tag{background:var(--green-light);color:var(--green-dark);border-radius:var(--r-xs);margin-top:3px;padding:5px 10px;font-size:9.5px;font-weight:700}@media (max-width:1080px){.home-page .hero{grid-template-columns:1fr;gap:44px}.home-page .hero h1,.home-page .hero-lede,.home-page .hero-wrap .fork{max-width:none}.home-page .hero-visual{order:2}.home-page .hero-wrap .stage{max-width:540px;margin:0 auto}}@media (max-width:720px){.home-page .hero-wrap .stage-body{height:368px}}@media (prefers-reduced-motion:reduce){.home-page .hero-wrap .rise{opacity:1;animation:none;transform:none}.home-page .hero-wrap .hero-pill-dot{animation:none}.home-page .hero-wrap .panel,.home-page .hero-wrap .af-scene,.home-page .hero-wrap .bz-slide{transition:none}.home-page .hero-wrap .bz-check,.home-page .hero-wrap .bz-done-text,.home-page .hero-wrap .bz-done-btn{opacity:1;transform:none;animation:none!important}}.home-page .hero-wrap .fork-card{padding:14px 18px}.home-page .hero-wrap .hero-cta{margin-top:22px}.home-page .hero-wrap .hero-demo{min-height:46px;font-family:var(--font-body);font-size:var(--btn-size);font-weight:var(--btn-weight);letter-spacing:var(--btn-track);color:var(--white);background:var(--black);border:1px solid var(--black);border-radius:var(--r-sm);transition:background .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);justify-content:center;align-items:center;padding:0 24px;text-decoration:none;display:inline-flex}.home-page .hero-wrap .hero-demo:hover{background:var(--gray-700);border-color:var(--gray-700);transform:translateY(-1px);box-shadow:0 10px 24px -14px #0d0d0d8c}.home-page .hero-wrap .hero-demo:active{transform:translateY(0)}.home-page .hero-wrap .stage-body{height:600px}.home-page .hero-wrap .panel--aov{flex-direction:column;justify-content:center;display:flex}@media (max-width:720px){.home-page .hero-wrap .stage-body{height:520px}}.home-page .sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-page .hero-wrap .hero-btn{min-height:48px;font-size:var(--btn-size);font-weight:var(--btn-weight);letter-spacing:var(--btn-track);border-radius:var(--r-sm);transition:background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);justify-content:center;align-items:center;padding:0 24px;text-decoration:none;display:inline-flex}.home-page .hero-wrap .hero-btn--solid{color:var(--white);background:var(--black);border:1px solid var(--black)}.home-page .hero-wrap .hero-btn--solid:hover{background:var(--gray-700);border-color:var(--gray-700);transform:translateY(-1px);box-shadow:0 12px 26px -16px #0d0d0d99}.home-page .hero-wrap .hero-btn--ghost{color:var(--black);background:var(--white);border:1px solid var(--gray-200)}.home-page .hero-wrap .hero-btn--ghost:hover{border-color:var(--gray-300);transform:translateY(-1px);box-shadow:0 10px 24px -18px #0d0d0d66}.home-page .hero-wrap .hero-btn:active{transform:translateY(0)}.home-page .hero-wrap .hero-marks{margin-top:var(--hero-list-gap);font-size:var(--fs-md);color:var(--gray-500);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;font-size:13px;line-height:1.45;list-style:none;display:grid}.home-page .hero-wrap .hero-marks li{align-items:center;gap:10px;display:flex}.home-page .hero-wrap .hero-marks li:before{content:"";background:var(--green-bright);border-radius:50%;flex:none;width:5px;height:5px}.home-page .hero-wrap .path{--node:9px;--lane-pad-x:26px;--lane-pad-y:27px;--spine:calc(var(--lane-pad-x) + var(--node) / 2);--spine-out:calc(1px + var(--spine));--rail:calc(var(--spine) - .5px);--rail-out:calc(var(--spine-out) - .5px);--gutter:18px;position:relative}.home-page .hero-wrap .path-origin{align-items:center;gap:var(--gutter);padding-left:calc(var(--spine-out) - var(--node) / 2);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--gray-500);font-size:11px;font-weight:500;line-height:1;display:flex}.home-page .hero-wrap .path-origin-mark{width:var(--node);height:var(--node);background:var(--white);box-shadow:inset 0 0 0 1.5px var(--green-bright);border-radius:2px;flex:none}.home-page .hero-wrap .path-split{margin-left:var(--rail-out);background:var(--gray-200);width:1px;height:22px;margin-top:9px;display:block}.home-page .hero-wrap .lane{padding:var(--lane-pad-y) var(--lane-pad-x);border:1px solid var(--gray-200);border-radius:var(--r-md);background:var(--white);transition:border-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease);gap:21px;text-decoration:none;display:grid;position:relative}.home-page .hero-wrap .lane:hover,.home-page .hero-wrap .lane:focus-visible{border-color:var(--gray-300);transform:translateY(-1px);box-shadow:0 1px 2px #0d0d0d08,0 16px 34px -22px #0d0d0d4d}.home-page .hero-wrap .lane+.lane{margin-top:20px}.home-page .hero-wrap .lane+.lane:before{content:"";left:var(--rail);background:var(--gray-200);width:1px;height:21px;position:absolute;top:-21px}.home-page .hero-wrap .lane-rail{left:var(--rail);background:var(--gray-200);width:1px;position:absolute;top:-1px;bottom:-1px}.home-page .hero-wrap .lane-row{grid-template-columns:var(--node) 72px minmax(0, 1fr);align-items:center;gap:0 var(--gutter);display:grid}.home-page .hero-wrap .lane-node{width:var(--node);height:var(--node);background:var(--white);box-shadow:inset 0 0 0 1.5px var(--gray-300);z-index:1;transition:box-shadow .25s var(--ease), background .25s var(--ease);border-radius:50%;position:relative}.home-page .hero-wrap .lane-tag{font-family:var(--font-body);font-size:var(--microlabel-size);font-weight:var(--microlabel-weight);letter-spacing:var(--microlabel-track);text-transform:uppercase;color:var(--gray-500);transition:color .25s var(--ease)}.home-page .hero-wrap .lane-text{letter-spacing:-.002em;color:var(--gray-700);font-size:16px;line-height:1.45}.home-page .hero-wrap .lane-row--app .lane-node{box-shadow:inset 0 0 0 2.5px var(--black)}.home-page .hero-wrap .lane-row--app .lane-text{font-size:var(--fs-2xl);letter-spacing:-.012em;color:var(--black);gap:9px;font-size:18px;font-weight:600;display:inline-flex}.home-page .hero-wrap .lane-arw{fill:none;width:17px;height:17px;stroke:var(--gray-300);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;transition:stroke .25s var(--ease), transform .3s var(--ease);flex:none}.home-page .hero-wrap .lane:hover .lane-arw,.home-page .hero-wrap .lane:focus-visible .lane-arw{stroke:var(--black);transform:translate(4px)}.home-page .hero-wrap .lane-row--out .lane-node{background:var(--green-bright);box-shadow:inset 0 0 0 1.5px var(--green-bright)}.home-page .hero-wrap .lane-row--out .lane-text{font-variation-settings:"wght" 550;color:var(--green-dark);font-weight:600}.home-page .hero-wrap .lane:hover .lane-tag{color:var(--gray-500)}.home-page .hero-wrap .path-next{align-items:center;gap:var(--gutter);padding-left:calc(var(--spine-out) - var(--node) / 2);color:var(--gray-500);margin-top:30px;font-size:13.5px;line-height:1.4;display:flex;position:relative}.home-page .hero-wrap .path-next:before{content:"";left:var(--rail-out);background:repeating-linear-gradient(to bottom, var(--gray-300) 0 3px, transparent 3px 7px);width:1px;height:30px;position:absolute;top:-30px}.home-page .hero-wrap .path-next-mark{width:var(--node);height:var(--node);border:1px dashed var(--gray-300);border-radius:50%;flex:none}.home-page .hero-wrap .path-split,.home-page .hero-wrap .lane-rail,.home-page .hero-wrap .lane+.lane:before,.home-page .hero-wrap .path-next:before{transform-origin:top;animation:pathDraw .6s var(--ease) both}.home-page .hero-wrap .path-split{animation-delay:.3s}.home-page .hero-wrap .lane:first-of-type .lane-rail{animation-delay:.44s}.home-page .hero-wrap .lane+.lane:before{animation-delay:.66s}.home-page .hero-wrap .lane+.lane .lane-rail{animation-delay:.76s}.home-page .hero-wrap .path-next:before{animation-delay:.98s}.home-page .hero-wrap .lane-node,.home-page .hero-wrap .path-origin-mark,.home-page .hero-wrap .path-next-mark{animation:nodeIn .4s var(--ease) both}.home-page .hero-wrap .path-origin-mark{animation-delay:.22s}.home-page .hero-wrap .lane:first-of-type .lane-row:nth-child(2) .lane-node{animation-delay:.5s}.home-page .hero-wrap .lane:first-of-type .lane-row:nth-child(3) .lane-node{animation-delay:.58s}.home-page .hero-wrap .lane:first-of-type .lane-row:nth-child(4) .lane-node{animation-delay:.66s}.home-page .hero-wrap .lane+.lane .lane-row:nth-child(2) .lane-node{animation-delay:.82s}.home-page .hero-wrap .lane+.lane .lane-row:nth-child(3) .lane-node{animation-delay:.9s}.home-page .hero-wrap .lane+.lane .lane-row:nth-child(4) .lane-node{animation-delay:.98s}.home-page .hero-wrap .path-next-mark{animation-delay:1.12s}@keyframes pathDraw{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes nodeIn{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@media (max-width:1080px){.home-page .hero-wrap .hero-lede{max-width:58ch}.home-page .hero-wrap .path{max-width:620px}}@media (max-width:720px){.home-page .hero-wrap .hero h1{max-width:none}}@media (max-width:620px){.home-page .hero-wrap .hero-marks{flex-direction:column;align-items:flex-start;gap:10px;width:100%;max-width:none;display:flex}}@media (max-width:560px){.home-page .hero-wrap .hero-actions{flex-direction:column;gap:10px;width:100%}.home-page .hero-wrap .hero-btn{text-align:center;justify-content:center;width:100%}.home-page .hero-wrap .path{--lane-pad-x:18px;--lane-pad-y:20px;--gutter:14px}.home-page .hero-wrap .lane-row{grid-template-columns:var(--node) minmax(0, 1fr);align-items:start;gap:4px var(--gutter)}.home-page .hero-wrap .lane-node{grid-row:1/span 2;margin-top:5px}.home-page .hero-wrap .lane-tag{grid-area:1/2}.home-page .hero-wrap .lane-text{word-break:break-word;grid-area:2/2;font-size:14.5px;line-height:1.45}.home-page .hero-wrap .lane-row--app .lane-text{gap:6px;font-size:16.5px}}@media (prefers-reduced-motion:reduce){.home-page .hero-wrap .path-split,.home-page .hero-wrap .lane-rail,.home-page .hero-wrap .lane+.lane:before,.home-page .hero-wrap .path-next:before,.home-page .hero-wrap .lane-node,.home-page .hero-wrap .path-origin-mark,.home-page .hero-wrap .path-next-mark{opacity:1;animation:none;transform:none}}.home-page .why-tenets-section{padding:var(--sec) 0;border-top:var(--hairline);background:#f9f9f7}.home-page .why-tenets-inner{max-width:1300px;margin:0 auto}.home-page .why-open{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);align-items:end;gap:clamp(32px,5vw,80px);padding-bottom:clamp(52px,5.5vw,76px);display:grid}.home-page .why-statement{font-size:var(--title-size);letter-spacing:var(--title-track);max-width:15ch;font-weight:700;line-height:1.04}.home-page .why-statement em{color:var(--green);font-style:normal}.home-page .why-lede{font-size:var(--subhead-size);color:var(--gray-500);max-width:40ch;padding-bottom:6px;line-height:1.7}.home-page .tenets{border-top:1px solid var(--gray-300)}.home-page .tenet{border-bottom:var(--hairline);transition:padding-left .5s var(--ease);grid-template-columns:200px minmax(0,1fr);gap:clamp(24px,4vw,56px);padding:clamp(30px,3.2vw,44px) 0;display:grid;position:relative}.home-page .tenet:before{content:"";background:var(--green-bright);transform-origin:0;width:100%;height:1px;transition:transform .6s var(--ease);position:absolute;top:-1px;left:0;transform:scaleX(0)}.home-page .tenet:first-child:before{top:-1px}.home-page .tenet:hover{padding-left:14px}.home-page .tenet:hover:before{transform:scaleX(1)}.home-page .tenet-label{font-family:var(--font-body);font-size:var(--microlabel-size);font-weight:var(--microlabel-weight);letter-spacing:var(--microlabel-track);text-transform:uppercase;color:var(--gray-300);transition:color .35s var(--ease);padding-top:8px}.home-page .tenet:hover .tenet-label{color:var(--green);font-weight:700}.home-page .tenet-claim{letter-spacing:-.7px;max-width:30ch;margin-bottom:16px;font-size:clamp(20px,2.1vw,26px);font-weight:700;line-height:1.3}.home-page .tenet-not{align-items:flex-start;gap:12px;max-width:52ch;display:flex}.home-page .tenet-not-k{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:var(--gray-300);transition:color .35s var(--ease);flex-shrink:0;padding-top:4px;font-size:10px;font-weight:600}.home-page .tenet-not-t{color:var(--gray-500);transition:color .35s var(--ease);font-size:15px;line-height:1.6}.home-page .tenet:hover .tenet-not-k{color:var(--gray-500)}.home-page .tenet:hover .tenet-not-t{color:var(--gray-700)}.home-page .tenet:last-child{border-bottom:none}@media (max-width:900px){.home-page .why-open{grid-template-columns:1fr;align-items:start;gap:22px}.home-page .why-statement{max-width:18ch}.home-page .why-lede{max-width:54ch;padding-bottom:0}.home-page .tenet{grid-template-columns:1fr;gap:14px}.home-page .tenet-label{padding-top:0}.home-page .tenet-claim,.home-page .tenet-not{max-width:none}}@media (max-width:560px){.home-page .tenet:hover{padding-left:0}.home-page .tenet-not{flex-direction:column;gap:6px}.home-page .tenet-not-k{padding-top:0}}.home-page{--space-xs:16px;--space-sm:24px;--space-md:40px;--space-lg:64px;--space-xl:96px;--space-2xl:120px;--section-gap:var(--space-sec);--head-gap:var(--space-sm);--head-block-gap:var(--space-md);--sec:var(--section-gap);--sec-tight:var(--space-lg)}@media (max-width:1000px){.home-page{--section-gap:72px;--head-gap:var(--space-xs);--head-block-gap:var(--space-sm)}}@media (max-width:640px){.home-page{--section-gap:48px;--head-gap:var(--space-xs);--head-block-gap:var(--space-xs)}}.home-page .band,.home-page .ps,.home-page .why-section,.home-page .why-tenets-section,.home-page .faq-section,.home-page .section{padding-top:var(--space-sec);padding-bottom:var(--space-sec)}.home-page .trust{padding-block:var(--space-sm);margin-bottom:calc(var(--space-sec) / 2)}.home-page .sec-head,.home-page .stories-head{margin-top:0;margin-bottom:var(--head-block-gap)}.home-page .sec-head .section-heading,.home-page .stories-head .section-heading{margin-top:0}.home-page .sec-head .section-sub,.home-page .stories-head .section-sub{margin-bottom:0}.home-page .spotlights,.home-page .apps-showcase{gap:var(--space-xl)}.home-page .goal-grid,.home-page .stay-grid{gap:var(--space-sm)}.home-page .goal-grid,.home-page .stay-grid,.home-page .compare-table,.home-page .metrics{margin-bottom:0}.home-page .metrics{padding-top:var(--space-lg);gap:var(--space-md)}.home-page .metrics-foot,.home-page .testi-nav,.home-page .testi-dots{margin-top:var(--space-md)}.home-page .stories-rating{margin-top:var(--space-sm)}@media (min-width:768px) and (max-width:1000px){.home-page .goal-grid,.home-page .stay-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .trust-stats{row-gap:var(--space-xs);grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .trust-inner{gap:var(--space-sm);grid-template-columns:1fr}.home-page .spotlights,.home-page .apps-showcase{gap:var(--space-lg)}}@media (max-width:1000px){.home-page .compare-table{max-width:900px;margin-inline:auto}}@media (max-width:767px){.home-page .trust-stats{gap:var(--space-xs) 12px;grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .trust-stat{border-left:var(--hairline);padding-left:12px;padding-right:4px}.home-page .trust-stat:nth-child(odd){border-left:none;padding-left:0}.home-page .trust-stat-value{white-space:normal;word-break:break-word;font-size:16px}.home-page .trust-stat-value--partner{flex-wrap:wrap;font-size:14px}.home-page .trust-stat-label{max-width:100%;font-size:12px}.home-page .spotlights,.home-page .apps-showcase{gap:var(--space-md)}.home-page .goal-grid,.home-page .stay-grid{gap:var(--space-xs)}.home-page .goal-card,.home-page .stay-card{padding:var(--space-sm) var(--space-sm)}.home-page .goal-quote,.home-page .goal-outcome,.home-page .goal-card h3{min-height:0}.home-page .compare-row,.home-page .compare-header{padding:var(--space-xs) 18px;gap:var(--space-xs)}.home-page .metrics{padding-top:var(--space-md);grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}.home-page .metric-value{letter-spacing:-1.5px;font-size:clamp(32px,8vw,44px)}.home-page .metric-value .suffix--word{letter-spacing:normal;margin-left:4px;font-size:.38em}.home-page .metrics-foot,.home-page .testi-nav,.home-page .testi-dots{margin-top:var(--space-sm)}}@media (max-width:520px){.home-page .testi-slide-top{flex-direction:column;align-items:flex-start;gap:12px}.home-page .testi-metric{text-align:left}.home-page .testi-slide{padding:22px 18px}}@media (max-width:380px){.home-page .trust-stats{gap:var(--space-sm) 0;grid-template-columns:1fr}.home-page .trust-stat{border-left:none;padding-left:0;padding-right:0}.home-page .metrics{grid-template-columns:1fr;gap:20px}}@media (max-width:560px){.home-page .app-row-card,.home-page .principle-card,.home-page .notify-card{padding:24px 20px}}
.home-page .results-rule{height:1px;margin:0 0 var(--sp-8);background:#ffffff1a}.home-page .results-grid{gap:var(--sp-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.home-page .results-card{border-radius:var(--r-lg);padding:var(--sp-6) var(--sp-6) var(--sp-7);background:#ffffff0a;border:1px solid #ffffff1a;transition:border-color .2s,background-color .2s}.home-page .results-card:hover{background:#ffffff0f;border-color:#00b67a4d}.home-page .results-card-label{margin:0 0 var(--sp-6);font-size:var(--microlabel-size);font-weight:var(--microlabel-weight);letter-spacing:var(--microlabel-track);text-transform:uppercase;color:var(--green-bright);display:block}.home-page .results-stats{gap:var(--sp-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.home-page .results-stat+.results-stat{padding-left:var(--sp-5);border-left:1px solid #ffffff1a}.home-page .results-value{margin:0 0 var(--sp-3);letter-spacing:-.03em;color:var(--white);font-variant-numeric:tabular-nums;align-items:baseline;gap:1px;font-size:clamp(30px,3.6vw,42px);font-weight:700;line-height:1;display:flex}.home-page .results-unit{color:var(--green-bright);font-weight:700}.home-page .results-stat-label{margin:0 0 var(--sp-1);font-size:var(--fs-base);color:#ffffffdb;font-weight:600;line-height:1.35}.home-page .results-stat-sub{font-size:var(--fs-sm);color:#ffffff73;margin:0;line-height:1.45}@media (max-width:900px){.home-page .results-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:460px){.home-page .results-stats{gap:var(--sp-6);grid-template-columns:minmax(0,1fr)}.home-page .results-stat+.results-stat{padding-left:0;padding-top:var(--sp-6);border-top:1px solid #ffffff1a;border-left:0}}
