:root{--background:#ffffff;--surface:#ffffff;--surface-soft:#f7f5ff;--text:#10111a;--muted:#676b7a;--primary:#6f42e8;--primary-dark:#5530c3;--primary-soft:#eee8ff;--blue:#3579f6;--border:#e8e8f0;--shadow:0 18px 60px rgba(33,26,72,0.12);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(232,232,240,.85)}.header-inner{height:76px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:23px;font-weight:800;letter-spacing:-.03em}.brand-mark{width:35px;height:35px;display:grid;place-items:center;color:white;font-weight:900;font-style:italic;border-radius:11px 14px 11px 14px;background:linear-gradient(135deg,#8458ff,#5530d8);box-shadow:0 8px 18px rgba(111,66,232,.25)}.desktop-nav{display:flex;justify-content:center;gap:38px;margin-left:auto;margin-right:auto}.desktop-nav a,.login-link{color:#292b35;font-weight:650;font-size:14px}.desktop-nav a:hover,.login-link:hover{color:var(--primary)}.header-actions{display:flex;align-items:center;gap:22px}.mobile-menu-button{display:none;background:none;border:0;padding:8px}.mobile-menu{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 22px;border-radius:12px;font-weight:750;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(135deg,#7a49ee,#5730ce);box-shadow:0 10px 25px rgba(105,65,224,.24)}.button-secondary{background:#fff;border:1px solid #d9d9e5}.button-small{min-height:42px;padding:0 18px;font-size:14px}.hero{position:relative;overflow:hidden;min-height:720px;padding:70px 0 0;background:linear-gradient(180deg,rgba(250,248,255,.9),rgba(255,255,255,0)),radial-gradient(circle at 92% 30%,rgba(255,179,199,.35),transparent 30%),radial-gradient(circle at 10% 55%,rgba(141,112,255,.14),transparent 32%)}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:180px;background:linear-gradient(145deg,transparent 0 25%,rgba(89,90,118,.12) 26% 31%,transparent 32%),linear-gradient(25deg,rgba(52,63,89,.14) 0 19%,transparent 20%),linear-gradient(160deg,transparent 0 60%,rgba(82,95,128,.11) 61%);-webkit-clip-path:polygon(0 35%,12% 18%,23% 45%,37% 16%,50% 50%,66% 14%,78% 42%,91% 8%,100% 38%,100% 100%,0 100%);clip-path:polygon(0 35%,12% 18%,23% 45%,37% 16%,50% 50%,66% 14%,78% 42%,91% 8%,100% 38%,100% 100%,0 100%);pointer-events:none}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.15fr;grid-gap:40px;gap:40px;align-items:center}.hero-copy{padding-bottom:110px}.eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:var(--primary-soft);color:var(--primary-dark);font-size:13px;font-weight:750;margin-bottom:22px}.hero h1{margin:0;font-size:clamp(54px,6vw,82px);line-height:.98;letter-spacing:-.055em}.hero h1 span{background:linear-gradient(90deg,#6f42e8,#8c68ff);color:transparent;-webkit-background-clip:text;background-clip:text}.title-underline{width:42px;height:5px;border-radius:999px;margin:28px 0 22px;background:var(--primary)}.hero-copy>p{max-width:590px;margin:0;font-size:20px;color:#31333d}.hero-buttons{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap}.social-proof{display:flex;align-items:center;gap:14px;margin-top:34px}.avatar-stack{display:flex}.avatar-stack span{width:38px;height:38px;display:grid;place-items:center;margin-left:-8px;border:3px solid white;border-radius:50%;color:white;background:linear-gradient(135deg,#25385f,#8053e9);font-size:10px;font-weight:800}.avatar-stack span:first-child{margin-left:0}.social-proof>div:last-child{display:grid}.social-proof strong{font-size:14px}.social-proof span{font-size:13px;color:var(--muted)}.phones-wrap{position:relative;min-height:615px}.phone{position:absolute;top:10px;width:292px;height:590px;border:8px solid #17181d;border-radius:48px;background:#fff;box-shadow:0 30px 55px rgba(29,27,42,.24)}.phone-left{left:20px;transform:rotate(-1.6deg)}.phone-right{right:5px;top:15px;transform:rotate(1deg)}.phone-notch{position:absolute;z-index:3;width:92px;height:26px;top:8px;left:50%;transform:translateX(-50%);border-radius:18px;background:#15161b}.phone-screen{position:relative;height:100%;padding:20px 15px 58px;overflow:hidden;border-radius:39px;background:#fff}.phone-status{font-size:9px;font-weight:800;margin-bottom:30px}.phone-heading{display:flex;justify-content:space-between;align-items:start;margin-bottom:16px}.phone-heading>div{display:grid}.phone-heading span{font-size:10px;color:var(--muted)}.phone-heading strong{font-size:13px;line-height:1.25}.activity-card,.mock-card{padding:13px;border:1px solid #ececf2;border-radius:13px;box-shadow:0 7px 18px rgba(42,41,56,.05)}.row-between{display:flex;justify-content:space-between;gap:12px}.row-between>div{display:grid}.mini-label{font-size:9px;color:var(--muted)}.mock-card strong{font-size:11px}.progress{height:6px;margin:11px 0 7px;border-radius:99px;background:#ece9f7;overflow:hidden}.progress span{display:block;height:100%;border-radius:inherit;background:#7550ed}.phone-section-title{margin:16px 0 8px;font-size:11px;font-weight:800}.task-row{display:flex;justify-content:space-between;align-items:center;padding:9px 1px;font-size:10px}.task-check{width:16px;height:16px;display:grid;place-items:center;border:1px solid #858a99;border-radius:50%}.task-check.done{color:white;border-color:#12a66b;background:#12a66b}.activity-card{display:grid;grid-gap:6px;gap:6px}.activity-card strong{font-size:10px}.activity-card span{font-size:9px;color:var(--muted)}.mini-map{height:57px;border-radius:9px;overflow:hidden;background:linear-gradient(135deg,#e6f3e8,#eef0ff);color:#7c55ee}.mini-map svg{width:100%;height:100%}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;margin-bottom:12px}.summary-grid>div{display:grid;text-align:center;padding:10px 4px;border-radius:10px;background:#f8f8fb}.summary-grid span{font-size:8px;color:var(--muted)}.summary-grid strong{font-size:13px}.summary-grid.compact{margin-top:4px}.attendance-body{display:flex;align-items:center;gap:13px;margin-top:12px}.donut{width:76px;height:76px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#7651ec 0 94%,#ece9fb 94%);position:relative}.donut:after{content:"";position:absolute;inset:9px;border-radius:50%;background:white}.donut strong{position:relative;z-index:1;font-size:16px}.attendance-body>div:last-child{display:grid}.attendance-body>div:last-child strong{font-size:12px}.attendance-body a,.attendance-body>div:last-child span{font-size:8px;color:var(--muted)}.attendance-body a{color:var(--primary);margin-top:4px}.team-strip{display:flex;align-items:center;gap:8px;margin-top:15px;padding:10px;border-radius:10px;color:var(--primary-dark);background:var(--primary-soft);font-size:9px}.phone-nav{position:absolute;left:0;right:0;bottom:0;height:49px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;text-align:center;border-top:1px solid #ededf2;background:white;font-size:13px}.phone-nav button{width:42px;height:42px;display:grid;place-items:center;margin:-18px auto 0;color:#fff;border:0;border-radius:50%;background:#7044e9;box-shadow:0 8px 18px rgba(112,68,233,.3)}.phone-nav .active{color:var(--primary)}.phone-caption{position:absolute;bottom:-22px;display:grid;text-align:center;grid-gap:3px;gap:3px;z-index:5}.phone-caption strong{width:-moz-fit-content;width:fit-content;margin:auto;padding:5px 15px;color:white;border-radius:999px;background:#6f42e8;font-size:12px}.phone-caption span{font-size:11px;color:#4d5060}.caption-left{left:90px}.caption-right{right:52px}.mountain-layer{position:absolute;left:6%;bottom:62px;color:#2e3250;z-index:3}.audience-switcher-section{position:relative;z-index:8;margin-top:-28px;text-align:center}.audience-switcher{width:-moz-fit-content;width:fit-content;display:flex;margin:auto;padding:5px;border:1px solid #ece9f4;border-radius:999px;background:white;box-shadow:0 12px 35px rgba(32,26,70,.14)}.audience-switcher button{min-width:180px;display:inline-flex;justify-content:center;align-items:center;gap:9px;padding:12px 22px;border:0;border-radius:999px;color:#4a4d5a;background:transparent;font-weight:800;cursor:pointer}.audience-switcher button.active{color:#6538dc;background:#f3efff}.audience-switcher-section>p{width:min(720px,calc(100% - 40px));margin:14px auto 0;color:var(--muted)}.section{padding:82px 0}.section-heading{text-align:center;margin-bottom:42px}.section-heading h2{margin:0;font-size:clamp(30px,4vw,42px);letter-spacing:-.035em}.section-heading h2 span{color:var(--primary)}.section-heading p{color:var(--muted);margin:10px 0 0}.journey-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:14px;gap:14px}.journey-item{position:relative;text-align:center;padding:0 8px}.journey-item:not(:last-child):after{content:"";position:absolute;top:31px;left:calc(50% + 42px);width:calc(100% - 62px);border-top:2px dashed #d8d8e7}.journey-icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;color:var(--primary);background:#f0eaff}.journey-item:nth-child(2) .journey-icon{color:#1f9a72;background:#e5f7f0}.journey-item:nth-child(3) .journey-icon{color:#e77a2d;background:#fff0e2}.journey-item:nth-child(4) .journey-icon{color:#2e76ed;background:#e7f0ff}.journey-item:nth-child(5) .journey-icon{color:#df3b73;background:#ffe7ef}.journey-item:nth-child(6) .journey-icon{color:#d99b17;background:#fff3d9}.journey-item strong{display:block;font-size:15px}.journey-item p{margin:6px 0 0;color:var(--muted);font-size:13px}.community-section{background:linear-gradient(180deg,#fff,#fcfbff)}.inline-heading{display:flex;justify-content:space-between;align-items:end;text-align:left}.text-link{padding:8px 14px;border-radius:10px;color:var(--primary);background:var(--primary-soft);font-weight:750;font-size:13px}.community-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.post-card{display:flex;flex-direction:column;min-height:420px;padding:22px;border:1px solid var(--border);border-radius:18px;background:white;box-shadow:0 13px 35px rgba(45,41,66,.06)}.post-header{display:flex;gap:12px;align-items:center}.post-avatar{width:40px;height:40px;display:grid;place-items:center;color:white;border-radius:50%;background:linear-gradient(135deg,#3b5b8f,#7b51e7);font-weight:850}.post-header>div:last-child{display:grid}.post-header strong{font-size:14px}.post-header span{font-size:12px;color:var(--muted)}.verified{color:#3579f6!important}.post-card h3{margin:22px 0 4px;font-size:16px}.post-card>p,.post-metric{font-size:14px}.post-card>p{color:#424550}.post-visual{height:145px;display:grid;place-items:end start;margin-top:auto;padding:18px;border-radius:14px;overflow:hidden}.run-visual{color:white;background:linear-gradient(0deg,rgba(11,17,34,.4),transparent),radial-gradient(circle at 75% 35%,#f3b270 0 6%,transparent 7%),linear-gradient(145deg,#acc9df,#596a89 55%,#27364d)}.code-visual{color:#8ad6ff;background:linear-gradient(135deg,#111623,#222d44)}.reading-progress{margin-top:auto}.reading-progress>div{height:7px;border-radius:999px;background:#ece9f5;overflow:hidden}.reading-progress span{display:block;height:100%;background:#7044e9}.reading-progress small{display:block;text-align:right;margin-top:5px;color:var(--muted)}.post-actions{display:flex;gap:17px;align-items:center;padding-top:16px;margin-top:16px;border-top:1px solid #eeeef3;color:#5a5d6c}.post-actions span{display:inline-flex;align-items:center;gap:5px;font-size:12px}.post-actions span:first-child{color:#ec3f69}.push-right{margin-left:auto}.product-section{padding-top:65px}.product-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.product-card{min-height:395px;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:22px;gap:22px;padding:30px;border-radius:22px;overflow:hidden}.product-card.personal{background:linear-gradient(135deg,#f0e8ff,#fbf9ff)}.product-card.business{background:linear-gradient(135deg,#e7efff,#f9fbff)}.product-title{display:flex;align-items:center;gap:12px}.product-title>span{width:42px;height:42px;display:grid;place-items:center;color:white;border-radius:13px;background:var(--primary)}.product-card.business .product-title>span{background:var(--blue)}.product-title h3{margin:0;font-size:24px}.product-content>p{color:#515463;font-size:14px}.product-content ul{list-style:none;padding:0;margin:22px 0;display:grid;grid-gap:11px;gap:11px}.product-content li{display:flex;gap:9px;align-items:center;font-size:14px}.product-content li svg{color:var(--primary)}.product-card.business li svg{color:var(--blue)}.product-preview{align-self:end;height:270px;padding:17px;border-radius:22px 22px 0 0;background:white;box-shadow:0 18px 35px rgba(48,48,70,.13)}.preview-header{font-size:12px;font-weight:800}.preview-progress{height:8px;margin:14px 0;border-radius:999px;background:#edeaf6}.preview-progress span{display:block;width:72%;height:100%;border-radius:inherit;background:var(--primary)}.preview-list{display:grid;grid-gap:12px;gap:12px}.preview-list i{height:36px;border-radius:9px;background:#f5f4f8}.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px}.preview-stats span{padding:10px 2px;text-align:center;border-radius:9px;background:#f5f7fb;font-weight:800;font-size:12px}.preview-chart{height:155px;display:flex;gap:8px;align-items:end;margin-top:28px}.preview-chart i{flex:1 1;border-radius:6px 6px 0 0;background:#4d7cf0;opacity:.78}.cta-wrap{padding:10px 0 70px}.cta{justify-content:space-between;gap:35px;padding:30px 36px;color:white;border-radius:20px;background:linear-gradient(105deg,#7b3fe7,#3e82f4);box-shadow:0 24px 60px rgba(82,58,195,.2)}.cta,.cta-copy{display:flex;align-items:center}.cta-copy{gap:18px}.cta-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:rgba(255,255,255,.16)}.cta h2{margin:0 0 5px;font-size:24px}.cta p{margin:0;color:rgba(255,255,255,.85)}.cta-actions{display:grid;grid-template-columns:auto auto;grid-gap:10px;gap:10px}.google-button{color:#262833;background:white;min-width:190px}.google-g{color:#4285f4;font-size:18px;font-weight:900}.email-button{color:white;border:1px solid rgba(255,255,255,.7)}.cta-actions small{grid-column:1/-1;text-align:center;color:rgba(255,255,255,.82)}.footer{padding:48px 0 24px;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);grid-gap:40px;gap:40px}.footer-brand p{max-width:300px;color:var(--muted);font-size:14px}.social-links{display:flex;gap:10px;margin-top:18px}.social-links a{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#747887;background:#f2f2f6}.footer-column{display:grid;align-content:start;grid-gap:10px;gap:10px}.footer-column strong{margin-bottom:5px}.footer-column a{color:var(--muted);font-size:14px}.footer-column a:hover{color:var(--primary)}.copyright{margin-top:38px;padding-top:22px;border-top:1px solid var(--border);text-align:center;color:#878a96;font-size:13px}@media (max-width:1080px){.desktop-nav{gap:22px}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center;padding-bottom:25px}.hero-copy>p,.title-underline{margin-inline:auto}.hero-buttons,.social-proof{justify-content:center}.phones-wrap{width:min(650px,100%);margin:auto}.journey-grid{grid-template-columns:repeat(3,1fr);row-gap:42px}.journey-item:after{display:none}.product-card{grid-template-columns:1fr}.product-preview{height:210px}}@media (max-width:860px){.desktop-nav,.header-actions{display:none}.mobile-menu-button{display:grid;margin-left:auto}.mobile-menu{display:block;border-top:1px solid var(--border);background:white}.mobile-menu .container{display:grid;grid-gap:8px;gap:8px;padding:15px 0 20px}.mobile-menu a{padding:10px 4px;font-weight:700}.community-grid,.product-grid{grid-template-columns:1fr}.post-card{min-height:390px}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:1/-1}.cta{flex-direction:column;align-items:stretch;text-align:center}.cta-actions,.cta-copy{justify-content:center}}@media (max-width:680px){.container{width:min(100% - 28px,1180px)}.header-inner{height:66px}.hero{min-height:auto;padding-top:45px;padding-bottom:105px}.hero h1{font-size:48px}.hero-copy>p{font-size:17px}.hero-buttons{flex-direction:column}.hero-buttons .button{width:100%}.social-proof{align-items:flex-start;text-align:left}.phones-wrap{min-height:760px}.phone{width:245px;height:500px;border-width:6px}.phone-left{left:0}.phone-right{right:0;top:230px}.phone-screen{transform:scale(.84);transform-origin:top left;width:119%;height:119%}.phone-caption{display:none}.audience-switcher-section{margin-top:-22px}.audience-switcher{width:calc(100% - 28px)}.audience-switcher button{min-width:0;flex:1 1;padding:11px 13px}.section{padding:62px 0}.journey-grid{grid-template-columns:repeat(2,1fr);gap:30px 10px}.inline-heading{align-items:start;gap:15px}.inline-heading .text-link{display:none}.product-card{padding:24px}.cta{padding:25px 20px}.cta-copy{flex-direction:column}.cta-actions{grid-template-columns:1fr}.cta-actions small{grid-column:1}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}}@media (max-width:430px){.hero h1{font-size:42px}.phones-wrap{transform:scale(.93);transform-origin:top center;width:108%;margin-left:-4%}.journey-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}}