@keyframes softBreathe{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.04);opacity:.8}}@keyframes shine{0%{transform:skewX(-20deg) translateX(-167%)}50%,to{transform:skewX(-20deg) translateX(250%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes cardsScroll{0%,22%,to{transform:translateY(0)}25%,47%{transform:translateY(-68px)}50%,72%{transform:translateY(-126px)}75%,97%{transform:translateY(-178px)}}:root{--bg-primary:#F0EAE3;--bg-secondary:#E4DED8;--text-primary:#2A2A2A;--text-secondary:rgba(42, 42, 42, 0.7);--btn-primary:#034431;--btn-primary-text:#F0EAE3;--btn-accent:#DBAD00;--btn-black:#090909;--border-light:rgba(42, 42, 42, 0.12);--font-display:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;font-optical-sizing:auto;--container-padding:171px;--section-gap:50px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}img{max-width:100%;height:auto}body,html{overflow-x:hidden}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-display);font-optical-sizing:auto;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;width:100%;max-width:100vw}.navbar{position:fixed;top:20px;left:50%;transform:translateX(-50%);z-index:1000;width:calc(100% - 48px);max-width:1484px}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 32px;background:rgba(42,42,42,.08);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:100px;transition:background .3s ease}.navbar.navbar-light .nav-inner{background:rgba(255,255,255,.08);transition:background .3s ease}.navbar.navbar-light .nav-link,.navbar.navbar-light .nav-title{color:#f0eae3}.navbar.navbar-light .nav-hamburger span{background:#f0eae3}.nav-title{transition:color .3s ease}.nav-brand{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text-primary)}.nav-logo{width:28px;height:28px;object-fit:contain;border-radius:6px}.nav-title{font-weight:600;font-size:18px;color:var(--text-primary)}.nav-links{display:flex;align-items:center;gap:32px}.nav-cta,.nav-link{font-weight:500;font-size:15px;color:var(--text-primary);text-decoration:none;transition:opacity .2s ease}.nav-link:hover{opacity:.7}.nav-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;background:var(--btn-primary);color:var(--btn-primary-text);border:0;border-radius:100px;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(3,68,49,.3)}.nav-cta svg{width:16px;height:16px}.nav-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;background:0 0;border:0;cursor:pointer}.nav-hamburger span{display:block;width:100%;height:2px;background:var(--text-primary);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.mobile-menu{position:fixed;top:0;right:-100%;width:100%;max-width:320px;height:100vh;background:var(--bg-primary);z-index:2000;padding:24px;transition:right .3s ease;display:flex;flex-direction:column}.mobile-menu.is-open{right:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.mobile-close{width:32px;height:32px;background:0 0;border:0;cursor:pointer;color:var(--text-primary)}.mobile-close svg{width:100%;height:100%}.mobile-menu-links{display:flex;flex-direction:column;gap:24px}.mobile-link{font-weight:500;font-size:18px;color:var(--text-primary);text-decoration:none}.mobile-cta{margin-top:16px;justify-content:center}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1500;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-overlay.is-open{opacity:1;visibility:visible}.hero{position:relative;width:100%;height:auto;min-height:100vh;overflow:hidden;z-index:1}.hero-bg,.hero-bg::before{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-bg-image{position:absolute;width:110%;height:110%;left:-5%;top:-5%;object-fit:cover;mix-blend-mode:lighten;opacity:.75;animation:softBreathe 12s ease-in-out infinite;transform-origin:center center}.hero-bg::before{content:"";width:60%;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.08) 45%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.08) 55%,transparent 100%);animation:shine 1s ease-in-out infinite;z-index:1;pointer-events:none;will-change:transform}.hero-bg-gradient,.hero-bg::after{position:absolute;left:0;right:0;bottom:0;pointer-events:none}.hero-bg-gradient{width:100%;height:290px;background:linear-gradient(180deg,rgba(240,234,227,0) 19.45%,rgba(240,234,227,.23) 41.65%,#f0eae3 77.82%);z-index:2}.hero-bg::after{content:"";top:0;background:linear-gradient(to right,#f0eae3 0,transparent 20%,transparent 80%,#f0eae3 100%),radial-gradient(ellipse 80% 80%at 50% 50%,transparent 30%,rgba(240,234,227,.4) 60%,#f0eae3 100%);z-index:1}.hero-watermark{display:none}.hero-container{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-start;max-width:1920px;margin:0 auto;padding:0 110px;min-height:100vh}.hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:16px;width:100%;max-width:680px}.hero-badge{display:inline-flex;justify-content:center;align-items:center;padding:10px 16px;border:1px solid var(--border-light);border-radius:100px}.hero-badge span{font-weight:400;font-size:14px;line-height:16px;color:var(--text-primary)}.action-headline,.ai-coach-headline,.community-headline,.faq-headline,.fits-headline,.hero-headline,.normal-day-headline,.not-teaching-title,.perfect-for-headline,.pricing-headline,.ready-headline,.science-headline,.why-headline{text-transform:capitalize}.hero-headline{font-weight:600;font-size:56px;line-height:58px;letter-spacing:-.05em;color:var(--text-primary);margin:6px 0 0}.hero-headline-sub{font-size:.82em;font-weight:500;white-space:nowrap}.hero-subtitle{font-weight:400;font-size:16px;line-height:24px;color:var(--text-primary);max-width:500px;margin-top:6px}.hero-subtitle em{font-style:italic}.hero-buttons{display:flex;flex-direction:row;align-items:center;gap:12px;max-width:100%;box-sizing:border-box}.store-button{display:block;text-decoration:none;width:172px;height:63px;border-radius:40px;background:var(--btn-black);transition:transform .2s ease,box-shadow .2s ease;box-sizing:border-box;flex-shrink:1;min-width:0}.store-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.store-button-inner{display:flex;align-items:center;justify-content:center;gap:10px;height:100%;padding:0 20px}.store-icon{width:24px;height:24px;color:#fff;flex-shrink:0}.play-icon{width:22px;height:24px}.store-text{display:flex;flex-direction:column;align-items:flex-start}.store-label,.store-name{font-size:10px;font-weight:400;color:#fff;line-height:1.2}.store-name{font-size:16px;font-weight:600}.hero-tags{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px}.hero-phones,.hero-tag{align-items:center;justify-content:center}.hero-tag{display:inline-flex;padding:10px 12px;background:var(--bg-secondary);border-radius:100px;font-weight:400;font-size:16px;line-height:24px;color:var(--text-primary);white-space:nowrap}.hero-phones{position:absolute;left:45%;top:50%;transform:translateY(-44%);width:55%;max-width:900px;height:auto;display:flex}.hero-phones-image{width:100%;height:auto;max-height:85vh;object-fit:contain;object-position:center}.why-section{position:relative;padding:35px 40px 120px;background:#f0eae3;z-index:10}.why-header{text-align:center;margin-bottom:60px}.why-headline,.why-subtitle{font-weight:600;font-size:54px;line-height:80px;letter-spacing:-.05em;color:var(--text-primary);margin:0 0 16px}.why-subtitle{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.02em;margin:0 auto;max-width:511px}.why-cards{display:grid;grid-template-columns:1fr 1fr;gap:70px;max-width:1200px;margin:0 auto;padding:0 16px;align-items:center}.why-card{box-sizing:border-box;width:100%;max-width:730px;min-width:300px;background:#f5f5f5;border:0;border-radius:32px;padding:32px 36px 28px;flex:1 1 0;display:flex;flex-direction:column}@media (min-width:993px){.why-card{min-height:0;padding-bottom:24px}.why-highlight{margin-top:10px}}.why-card-title{font-weight:500;font-size:22px;line-height:24px;letter-spacing:-.04em;color:#2a2a2a;margin:0 0 24px}.why-quote-wrapper{position:relative;width:100%;max-width:614px;margin-bottom:36px}.why-quote-image{width:100%;max-width:614px;height:auto;object-fit:contain}.why-maybe{font-weight:600;font-size:12px;line-height:24px;letter-spacing:.12em;text-transform:uppercase;color:#3d7a52;margin:0 0 16px}.why-list{display:flex;flex-direction:column;align-items:flex-start;gap:10px;list-style:none;padding:0;margin:0 0 24px;width:100%}.why-list li,.why-x{font-size:16px;line-height:24px}.why-list li{display:flex;align-items:flex-start;gap:8px;letter-spacing:-.02em;margin:0}.why-x{color:#c45c5c;font-weight:500}.why-bold,.why-highlight,.why-text{font-weight:600;font-size:20px;line-height:24px;letter-spacing:-.03em;color:#2a2a2a;margin:0 0 4px}.why-highlight,.why-text{font-weight:400;font-size:16px;letter-spacing:-.02em;margin:0 0 24px}.why-highlight{font-weight:600;font-size:34px;letter-spacing:-.04em;color:#1b4332;margin:0}.why-card-phone{position:relative;display:flex;align-items:flex-end;justify-content:center;padding:0;background:rgba(42,42,42,.06);border-radius:32px;overflow:hidden;height:100%}.why-phone-image{width:100%;max-width:553px;height:auto;object-fit:contain;border-radius:59px;margin-top:0;margin-left:auto;margin-right:auto;animation:float 4s ease-in-out infinite}.not-teaching-section{position:relative;padding:0 40px;margin-bottom:80px}.not-teaching-container{position:relative;display:flex;flex-direction:row;justify-content:space-between;width:100%;max-width:1200px;height:650px;margin:0 auto;padding:60px 70px;background:#1b4332;border-radius:32px;overflow:hidden;box-sizing:border-box}.not-teaching-bg,.not-teaching-bg::after{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.not-teaching-bg{background-image:url(images/Background_hero_v2.webp);background-size:cover;background-position:center;mix-blend-mode:multiply;opacity:.25}.not-teaching-bg::after{content:"";background:radial-gradient(ellipse 80% 80%at 50% 50%,transparent 20%,rgba(27,67,50,.5) 60%,#1b4332 100%)}.not-teaching-left{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px 20px 0;width:45%;min-width:450px}.not-teaching-title{font-weight:600;font-size:54px;line-height:60px;letter-spacing:-.05em;color:#f0eae3;margin:0;width:100%;max-width:100%}.not-teaching-right{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;height:100%;gap:30px}.not-teaching-desc{font-family:var(--font-display);font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.02em;color:#efeae4;margin:0;width:100%;max-width:532px;height:auto;min-height:48px;display:flex;align-items:center}.not-teaching-phone{position:absolute;top:290px;left:70px;width:100%;max-width:473px;height:auto;z-index:5}.not-teaching-container::before{content:"";position:absolute;top:380px;display:none;left:0;width:100%;max-width:580px;height:300px;background:linear-gradient(180deg,rgba(27,67,50,0)0,rgba(27,67,50,.9) 50%,#1b4332 100%);pointer-events:none;z-index:6}.phone-screen,.widget-card img{width:100%;height:auto;border-radius:24px}.static-feature-card{position:relative;width:100%;max-width:520px;z-index:1;display:flex;justify-content:center;align-items:center;margin:0 auto}.static-feature-card::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(27,67,50,0)0,rgba(27,67,50,.9) 80%,#1b4332 100%)}.static-feature-img{width:100%;height:auto;display:block;margin:0 auto}.widget-stack{position:absolute;bottom:-30px;left:50%;transform:translateX(-50%);width:105%;max-width:590px;height:280px;z-index:10;overflow:visible}.widget-card{position:absolute;top:0;left:0;width:100%;transition:all .6s cubic-bezier(.4,0,.2,1)}.widget-card img{border-radius:20px;box-shadow:none;border:0;outline:0;display:block}.widget-card.card-exit{opacity:0!important;transform:translateY(-40px) scale(1)!important;filter:blur(3px)!important}.not-teaching-cards-stack{position:absolute;top:60px;left:100px;width:100%;max-width:480px;height:520px;z-index:5}.stack-card.card-features{position:relative;width:100%;max-width:420px;background:#fff;border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.12);padding:20px;z-index:10}.cards-carousel{position:absolute;top:220px;left:-30px;width:100%;max-width:450px;height:280px}.notification-card{position:absolute;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:12px 16px}.card-features{z-index:5}.card-features .card-header{font-family:var(--font-display);font-weight:600;font-size:18px;color:#1b4332;margin-bottom:20px}.card-features-grid,.feature-tile{display:flex;gap:16px}.feature-tile{flex:1;background:linear-gradient(145deg,#e8f5e9 0,#f5f5f5 100%);border-radius:12px;padding:20px 16px;flex-direction:column;position:relative}.feature-tile-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.feature-tile-icon.green{background:rgba(27,67,50,.1);color:#1b4332}.feature-tile-icon.orange{background:rgba(219,173,0,.15);color:#b8860b}.feature-tile-icon svg{width:24px;height:24px}.feature-tile-content{display:flex;flex-direction:column;gap:4px}.feature-tile-subtitle,.feature-tile-title{font-family:var(--font-display);font-weight:600;font-size:14px;color:#1b4332}.feature-tile-subtitle{font-weight:400;font-size:12px;color:#666}.feature-tile-arrow{position:absolute;bottom:16px;right:16px;width:16px;height:16px;color:#999}.card-remember{top:0;left:30px;width:calc(100% - 30px);max-width:420px;z-index:4;box-shadow:0 6px 24px rgba(0,0,0,.1)}.card-remember-header{display:flex;align-items:center;gap:12px}.card-remember-icon{width:44px;height:44px;background:#f5f5f5;border-radius:10px;display:flex;align-items:center;justify-content:center}.card-remember-icon svg{width:22px;height:22px;color:#666}.card-remember-info{flex:1;display:flex;flex-direction:column;gap:2px}.card-remember-label,.card-remember-title{font-family:var(--font-display);font-weight:400;font-size:12px;color:#888}.card-remember-title{font-weight:600;font-size:16px;color:#1b4332}.card-remember-time{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.card-surah-continue span,.card-time-ago,.card-time-label{font-family:var(--font-display);font-weight:500;font-size:12px;color:#1b4332}.card-time-label{font-weight:400;font-size:11px;color:#888}.card-surah,.card-surah-icon{display:flex;align-items:center}.card-surah{top:68px;left:10px;width:calc(100% - 10px);max-width:440px;z-index:3;gap:12px}.card-surah-icon{width:40px;height:40px;background:#f5f5f5;border-radius:10px;justify-content:center}.card-surah-icon svg{width:20px;height:20px;color:#888}.card-surah-content{flex:1;display:flex;flex-direction:column;gap:6px}.card-surah-title{font-family:var(--font-display);font-weight:600;font-size:15px;color:#1b4332}.card-surah-continue{display:inline-flex;align-items:center;gap:6px;background:#fff8e7;border-radius:20px;padding:6px 12px;width:fit-content}.card-surah-continue svg{width:10px;height:10px;color:#b8860b}.card-progress{top:126px;left:-10px;width:calc(100% + 10px);max-width:460px;z-index:2;display:flex;align-items:center;gap:12px}.card-progress-icon{width:36px;height:36px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center}.card-focus-icon svg,.card-progress-icon svg{width:18px;height:18px;color:#888}.card-progress-text{font-family:var(--font-display);font-weight:400;font-size:13px;color:#666}.card-focus,.card-focus-icon{display:flex;align-items:center}.card-focus{top:178px;left:-30px;width:calc(100% + 30px);max-width:480px;z-index:1;gap:12px;background:#1b4332}.card-focus-icon{width:36px;height:36px;background:rgba(255,255,255,.15);border-radius:8px;justify-content:center}.card-focus-icon svg{color:#fff}.card-focus-text{font-family:var(--font-display);font-weight:500;font-size:13px;color:#fff}.not-teaching-features{flex-direction:column;padding:0;gap:30px;width:100%;max-width:672px;margin-top:30px}.feature-item,.feature-row,.not-teaching-features{display:flex;align-items:flex-start;height:auto}.feature-row{flex-direction:row;padding:0;gap:30px;width:100%;max-width:672px}.feature-item{flex-direction:column;gap:6px;width:321px;max-width:321px;flex-shrink:0}.feature-header{display:flex;flex-direction:row;align-items:center;padding:0;gap:12px}.feature-icon{width:22px;height:22px;flex-shrink:0}.feature-dash,.feature-name,.feature-text{font-family:var(--font-display);line-height:24px}.feature-dash{font-weight:500;font-size:18px;color:#efeae4;flex-shrink:0}.feature-name,.feature-text{letter-spacing:-.02em}.feature-name{font-weight:500;font-size:18px;color:#efeae4;display:flex;align-items:center}.feature-text{font-weight:400;font-size:16px;color:#f0eae3;margin:0;padding-left:24px;white-space:nowrap}.fits-section{padding:100px 24px;background:var(--bg-primary)}.fits-header{text-align:center;margin-bottom:60px}.fits-headline,.fits-subtitle{font-family:var(--font-display);text-align:center;color:#2a2a2a}.fits-headline{font-weight:600;font-size:54px;line-height:80px;letter-spacing:-.05em;margin:0 auto 16px;white-space:nowrap}.fits-subtitle{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.02em;margin:0 auto;max-width:513px}.fits-cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;max-width:1483px;height:auto;margin:0 auto}.fits-card{position:relative;width:100%;max-width:481px;flex:1 1 300px;min-width:280px;height:auto;background:rgba(42,42,42,.06);backdrop-filter:blur(60px);-webkit-backdrop-filter:blur(60px);border-radius:32px;padding:30px}@media (min-width:993px){.fits-card{min-height:0;height:auto}}.fits-card-icon{width:30px;height:31px;color:#1b4332}.fits-card-icon svg{width:100%;height:100%;stroke:#1b4332}.fits-card-content{position:relative;top:auto;left:auto;width:100%;display:flex;flex-direction:column;gap:8px;margin-top:8px}@media (min-width:993px){.fits-card-content{position:relative;top:auto;left:auto;width:100%;margin-top:16px}}.fits-card-text,.fits-card-title{font-family:var(--font-display);font-weight:500;font-size:22px;line-height:24px;letter-spacing:-.02em;color:#2a2a2a;margin:0}.fits-card-text{font-weight:400;font-size:16px}.action-section{position:relative;padding:100px 24px;background:var(--bg-primary);overflow:hidden}.action-bg,.ai-does-card::after,.ai-does-card::before{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.action-bg-image{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(images/Background_hero_v2.webp);background-size:cover;background-position:center;opacity:.25;mix-blend-mode:lighten}.action-gradient-bottom,.action-gradient-top{position:absolute;left:0;right:0;height:290px;z-index:1}.action-gradient-top{top:0;background:linear-gradient(180deg,#f0eae3 0,rgba(240,234,227,.23) 41.65%,rgba(240,234,227,0) 100%)}.action-gradient-bottom{bottom:0;background:linear-gradient(0deg,#f0eae3 0,rgba(240,234,227,.23) 41.65%,rgba(240,234,227,0) 100%)}.action-gradient-left{position:absolute;top:0;left:0;bottom:0;width:520px;background:linear-gradient(90deg,#f0eae3 0,rgba(240,234,227,.23) 41.65%,rgba(240,234,227,0) 100%);z-index:1}.action-gradient-right{position:absolute;top:0;right:0;bottom:0;width:545px;background:linear-gradient(270deg,#f0eae3 0,rgba(240,234,227,.23) 41.65%,rgba(240,234,227,0) 100%);z-index:1}.action-header{position:relative;z-index:2;text-align:center}.action-headline,.action-subtitle{font-family:var(--font-display);font-weight:600;font-size:54px;line-height:80px;letter-spacing:-.05em;text-align:center;color:#2a2a2a;margin:0 auto 20px}.action-subtitle{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.02em;margin:0 auto;max-width:513px}.action-phones{position:relative;z-index:2;display:flex;justify-content:center;margin:40px auto;max-width:1000px}.action-phones-image{width:100%;max-width:900px;height:auto;object-fit:contain;filter:drop-shadow(0 350px 140px rgba(0,0,0,.01)) drop-shadow(0 197px 118px rgba(0,0,0,.05)) drop-shadow(0 87px 87px rgba(0,0,0,.09)) drop-shadow(0 22px 48px rgba(0,0,0,.1))}.phone-slider{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:1100px;height:820px;perspective:1000px}.phone-slide{position:absolute;transition:all .5s cubic-bezier(.4,0,.2,1);border-radius:40px;overflow:hidden}.phone-slide img{width:400px;height:auto;display:block;filter:drop-shadow(0 25px 50px rgba(0,0,0,.15))}.phone-slide[data-position=center]{z-index:3;transform:translateX(0) scale(1);opacity:1}.phone-slide[data-position=left],.phone-slide[data-position=right]{z-index:1;transform:translateX(-320px) scale(.85);opacity:.7;filter:brightness(.9) saturate(.8)}.phone-slide[data-position=right]{transform:translateX(320px) scale(.85)}.phone-slide[data-position=hidden]{z-index:0;transform:translateX(0) scale(.6);opacity:0;pointer-events:none}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#1b4332;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease}.slider-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2)}.slider-arrow svg{width:24px;height:24px}.slider-arrow-left{left:0}.slider-arrow-right{right:0}.action-buttons{position:relative;z-index:2;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;margin-top:20px;max-width:100%;box-sizing:border-box}.science-section{padding:100px 40px;background:var(--bg-primary)}.science-header{text-align:center;margin-bottom:60px}.science-headline,.science-subtitle{font-family:var(--font-display);font-weight:600;font-size:54px;line-height:60px;letter-spacing:-.05em;text-align:center;color:#2a2a2a;margin:0 auto 24px;max-width:900px}.science-subtitle{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.02em;margin:0 auto;max-width:800px}.science-cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;max-width:1483px;margin:0 auto 40px}.science-card{position:relative;width:100%;max-width:363px;flex:1 1 280px;min-width:250px;height:auto;background:rgba(42,42,42,.06);backdrop-filter:blur(60px);-webkit-backdrop-filter:blur(60px);border-radius:32px;padding:30px 30px 40px;display:flex;flex-direction:column}@media (min-width:993px){.science-card{min-height:0;height:auto}.science-card-content{position:relative;margin-top:auto}}.science-card-icon{width:30px;height:31px;flex-shrink:0}.science-card-icon svg{width:100%;height:100%}.science-card-content{position:relative;margin-top:20px;width:100%;display:flex;flex-direction:column;gap:8px}.science-card-text,.science-card-title{font-family:var(--font-display);font-weight:500;font-size:22px;line-height:26px;letter-spacing:-.02em;color:#2a2a2a;margin:0}.science-card-text{font-weight:400;font-size:16px;line-height:24px;word-wrap:break-word;overflow-wrap:break-word}.science-footer{max-width:1100px;margin:0 auto;text-align:center}.science-footer-text{font-family:var(--font-display);font-weight:400;font-size:14px;line-height:24px;letter-spacing:-.02em;text-align:center;color:#898989;margin:0}.science-footer-text strong,.why-list li{font-weight:500;color:#2a2a2a}.ai-coach-section{padding:100px 24px;background:var(--bg-primary)}.ai-coach-header{text-align:center}.ai-coach-headline,.ai-coach-subtitle{font-family:var(--font-display);font-weight:600;font-size:54px;line-height:60px;letter-spacing:-.05em;text-align:center;color:#2a2a2a;margin:0 auto 24px;max-width:596px}.ai-coach-subtitle{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.02em;margin:0 auto;max-width:720px}.ai-does-card,.ai-does-header{width:100%;border-radius:24px;box-sizing:border-box;position:relative}.ai-does-card{max-width:600px;flex:1 1 300px;min-width:280px;height:auto;min-height:408px;background-color:#1b4332;padding:10px;overflow:hidden}.ai-does-card::after,.ai-does-card::before{content:"";border-radius:24px}.ai-does-card::before{background-image:url(images/Background_hero_v2.webp);background-size:cover;background-position:center;opacity:.15;mix-blend-mode:overlay}.ai-does-card::after{background:linear-gradient(179.3deg,rgba(3,68,49,0) 41.13%,rgba(3,68,49,.84) 77.15%,rgba(3,68,49,.91) 82.36%,rgba(3,68,49,.95) 88.13%,#034431 95.77%)}.ai-does-header{height:95px;background:rgba(255,255,255,.04);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);display:flex;align-items:center;justify-content:space-between;padding:0 22px;z-index:2}.ai-does-list span,.ai-does-title{font-family:var(--font-display);letter-spacing:-.02em;color:#efeae4}.ai-does-title{font-weight:500;font-size:22px;line-height:26px;margin:0}.ai-does-icon{width:28px;height:28px}.ai-does-list{list-style:none;padding:0;margin:0;position:absolute;top:184px;left:32px;display:flex;flex-direction:column;gap:16px;z-index:2}.ai-does-list li,.ai-doesnt-list li{display:flex;align-items:flex-start;gap:10px}.ai-does-check{width:20px;height:20px;flex-shrink:0}.ai-does-list span{font-weight:400;font-size:16px;line-height:24px;word-wrap:break-word;overflow-wrap:break-word}.ai-cards-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:60px}.ai-doesnt-card,.ai-doesnt-header{width:100%;border-radius:24px;box-sizing:border-box}.ai-doesnt-card{max-width:600px;flex:1 1 300px;min-width:280px;height:auto;min-height:408px;background:rgba(42,42,42,.06);position:relative;padding:10px}.ai-doesnt-header{height:95px;background:rgba(42,42,42,.04);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);display:flex;align-items:center;justify-content:space-between;padding:0 22px}.ai-doesnt-title{font-family:var(--font-display);font-weight:500;font-size:22px;line-height:26px;letter-spacing:-.02em;color:#2a2a2a;margin:0}.ai-doesnt-icon{width:28px;height:28px}.ai-doesnt-list{list-style:none;padding:0;margin:0;position:absolute;top:184px;left:32px;display:flex;flex-direction:column;gap:16px}.ai-doesnt-x,.pricing-features li svg{width:20px;height:20px;flex-shrink:0}.ai-coach-footer,.ai-doesnt-list span{font-family:var(--font-display);font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.02em}.ai-doesnt-list span{color:#2a2a2a;word-wrap:break-word;overflow-wrap:break-word}.ai-coach-footer{text-align:center;color:#898989;margin:40px auto 0;white-space:nowrap}.community-section{padding:80px 24px;background:var(--bg-primary)}.community-container{position:relative;width:100%;max-width:1484px;height:668px;margin:0 auto;background:#1b4332;border-radius:32px;overflow:hidden}.community-bg,.normal-day-section::before{position:absolute;top:0;left:0;right:0;bottom:0;background-image:url(images/Background_hero_v2.webp);background-size:cover;background-position:center}.community-bg{opacity:.15;mix-blend-mode:overlay;pointer-events:none}.community-gradient{position:absolute;bottom:0;left:0;right:0;height:315px;background:linear-gradient(179.3deg,rgba(3,68,49,0) 41.13%,rgba(3,68,49,.84) 61.62%,rgba(3,68,49,.91) 68.78%,rgba(3,68,49,.95) 77.78%,#034431 95.77%);pointer-events:none}.community-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;padding:60px 40px;height:100%;box-sizing:border-box}.community-headline,.community-subtitle{font-family:var(--font-display);font-weight:600;font-size:54px;line-height:60px;letter-spacing:-.05em;text-align:center;color:#efeae4;margin:0 0 24px}.community-subtitle{font-weight:400;font-size:18px;line-height:24px;letter-spacing:-.02em;margin:0 0 50px;max-width:532px}.community-cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:16px;margin-bottom:40px}.community-card{width:100%;max-width:325px;flex:1 1 250px;min-width:200px;height:auto;border-radius:18px;padding:12px 12px 16px;background:rgba(239,234,228,.04);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);display:flex;flex-direction:column;gap:12px;box-sizing:border-box}@media (min-width:993px){.community-card{min-height:0;height:auto}}.community-card-header,.pricing-features li{display:flex;align-items:flex-start;gap:12px}.community-card-icon{width:20px;height:21px;flex-shrink:0}.community-card-titles{display:flex;flex-direction:column;gap:2px}.community-card-title{font-family:var(--font-display);font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.02em;color:#efeae4;margin:0}.community-card-label{font-size:16px;color:#d4af37}.community-card-label,.community-card-text,.community-footer{font-family:var(--font-display);font-weight:400;line-height:24px;letter-spacing:-.02em;margin:0}.community-card-text{font-size:16px;color:#efeae4;padding-left:32px}.community-footer{font-size:14px;text-align:center;color:rgba(239,234,228,.74);white-space:nowrap}.normal-day-section{padding:0;background:var(--bg-primary);position:relative;overflow:hidden}.normal-day-container{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:40px;width:100%;max-width:1200px;min-height:auto;margin:0 auto;padding:80px;background:0 0;border:0;border-radius:0;overflow:hidden}.normal-day-section::before{content:"";opacity:.25;animation:softBreathe 12s ease-in-out infinite}.normal-day-bg,.normal-day-section::after{position:absolute;top:0;left:0;height:100%;pointer-events:none;z-index:1}.normal-day-section::after{content:"";width:60%;background:linear-gradient(90deg,transparent 0,rgba(255,255,255,.08) 45%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.08) 55%,transparent 100%);animation:shine 1s ease-in-out infinite;border-radius:inherit;mix-blend-mode:lighten;will-change:transform}.normal-day-bg{width:100%;background:radial-gradient(ellipse 80% 80%at 30% 50%,rgba(240,234,227,.95)0,rgba(240,234,227,.7) 40%,rgba(240,234,227,0) 70%);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px)}.normal-day-content{position:relative;z-index:2;width:50%;display:flex;flex-direction:column}.normal-day-headline,.normal-day-subtitle{font-family:var(--font-display);font-weight:600;font-size:54px;line-height:60px;letter-spacing:-.05em;color:#2a2a2a;margin:0 0 18px;width:100%;max-width:562px}.normal-day-subtitle{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.02em;margin:0 0 50px;max-width:600px}.normal-day-times,.time-item{display:flex;width:100%;max-width:691px}.normal-day-times{position:relative;flex-direction:column;gap:40px;margin-top:40px}.time-item{flex-direction:row;align-items:flex-start;gap:14px}.time-icon{width:50px;height:50px;background:rgba(42,42,42,.06);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.time-icon svg{width:20px;height:21px}.time-text{display:flex;flex-direction:column;gap:2px;width:100%;max-width:627px;flex:1}.time-desc,.time-title{font-family:var(--font-display);font-weight:500;font-size:20px;line-height:26px;letter-spacing:-.02em;color:#2a2a2a;margin:0}.time-desc{font-weight:400;font-size:16px;line-height:22px;max-width:479px}.normal-day-buttons{position:relative;display:flex;flex-direction:row;gap:12px;max-width:100%;box-sizing:border-box;margin-top:40px}.normal-day-buttons-wrap{display:flex;justify-content:flex-start;gap:12px;max-width:1200px;margin:40px auto 0;padding:0 40px}.normal-day-times-col{position:relative;z-index:2;width:50%;flex-shrink:0}.normal-day-phones{display:none}.perfect-for-section{position:relative;padding:100px 24px;background:var(--bg-primary);overflow:hidden}.perfect-for-bg,.perfect-for-bg-image{position:absolute;top:0;left:0;right:0;bottom:0}.perfect-for-bg{pointer-events:none}.perfect-for-bg-image{background-image:url(images/Background_hero_v2.webp);background-size:cover;background-position:center;opacity:.25;mix-blend-mode:lighten}.perfect-for-gradient-top{position:absolute;top:0;left:0;right:0;height:290px;background:linear-gradient(180deg,#f0eae3 0,rgba(240,234,227,.23) 41.65%,rgba(240,234,227,0) 100%);z-index:1}.perfect-for-gradient-bottom{position:absolute;bottom:0;left:0;right:0;height:290px;background:linear-gradient(0deg,#f0eae3 0,rgba(240,234,227,.23) 41.65%,rgba(240,234,227,0) 100%);z-index:1}.perfect-for-gradient-left{position:absolute;top:0;left:0;bottom:0;width:520px;background:linear-gradient(90deg,#f0eae3 0,rgba(240,234,227,.23) 41.65%,rgba(240,234,227,0) 100%);z-index:1}.perfect-for-gradient-right{position:absolute;top:0;right:0;bottom:0;width:545px;background:linear-gradient(270deg,#f0eae3 0,rgba(240,234,227,.23) 41.65%,rgba(240,234,227,0) 100%);z-index:1}.perfect-for-header{position:relative;z-index:2;text-align:center;margin-bottom:50px}.perfect-for-headline,.perfect-for-subtitle{font-family:var(--font-display);font-weight:600;font-size:54px;line-height:60px;letter-spacing:-.05em;text-align:center;color:#2a2a2a;margin:0 auto 20px}.perfect-for-subtitle{font-weight:400;font-size:16px;line-height:24px;letter-spacing:-.02em;margin:0 auto;max-width:720px}.perfect-for-cards{position:relative;z-index:2;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;max-width:1484px;margin:0 auto}.perfect-for-card{position:relative;width:100%;max-width:363px;flex:1 1 280px;min-width:250px;height:auto;background:rgba(42,42,42,.06);backdrop-filter:blur(60px);-webkit-backdrop-filter:blur(60px);border-radius:32px;padding:30px;box-sizing:border-box}@media (min-width:993px){.perfect-for-card{min-height:0;height:auto}}.perfect-for-icon{width:30px;height:30px}.perfect-for-icon svg{width:100%;height:100%}.perfect-for-content{position:relative;top:auto;left:auto;width:100%;display:flex;flex-direction:column;gap:8px;margin-top:8px}@media (min-width:993px){.perfect-for-content{position:relative;top:auto;left:auto;width:100%;margin-top:16px}}.perfect-for-text,.perfect-for-title{font-family:var(--font-display);font-weight:500;font-size:22px;line-height:26px;letter-spacing:-.02em;color:#2a2a2a;margin:0}.perfect-for-text{font-weight:400;font-size:16px;line-height:24px}.pricing-section{position:relative;padding:100px 24px;background:var(--bg-primary)}.pricing-header{text-align:center;margin-bottom:70px}.pricing-headline,.pricing-subtitle{font-family:var(--font-display);font-weight:600;font-size:54px;line-height:60px;letter-spacing:-.05em;text-align:center;color:#2a2a2a;margin:0 auto 20px}.pricing-subtitle{font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.02em;margin:0 auto;max-width:720px}.pricing-cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;max-width:1484px;margin:0 auto}.pricing-card{width:100%;max-width:484px;flex:1 1 300px;min-width:280px;background:rgba(42,42,42,.06);backdrop-filter:blur(60px);-webkit-backdrop-filter:blur(60px);border-radius:32px;padding:32px;box-sizing:border-box;display:flex;flex-direction:column}@media (min-width:993px){.pricing-card{min-height:0;height:auto}}.pricing-card-featured{background:#1b4332}.pricing-card-top{display:flex;flex-direction:column;gap:24px;padding-bottom:24px;border-bottom:1px solid rgba(42,42,42,.12)}.pricing-card-featured .pricing-card-top{border-bottom-color:rgba(239,234,228,.2)}.pricing-card-header{display:flex;justify-content:space-between;align-items:flex-start}.pricing-card-info{display:flex;flex-direction:column;gap:4px}.pricing-plan-name,.pricing-plan-tagline{font-family:var(--font-display);font-weight:500;font-size:20px;line-height:24px;letter-spacing:-.02em;color:#2a2a2a;margin:0}.pricing-card-featured .pricing-plan-name{color:#efeae4}.pricing-plan-tagline{font-size:15px;letter-spacing:-.01em}.pricing-card-featured .pricing-plan-tagline{color:rgba(239,234,228,.9)}.pricing-toggle-icon{width:24px;height:24px}.pricing-price{display:flex;align-items:baseline;gap:4px}.pricing-amount{font-family:var(--font-display);font-weight:600;font-size:48px;line-height:52px;letter-spacing:-.05em;color:#2a2a2a}.pricing-card-featured .pricing-amount,.pricing-card-featured .pricing-features li span{color:#efeae4}.pricing-btn,.pricing-period{font-family:var(--font-display);font-size:16px;line-height:24px;letter-spacing:-.02em}.pricing-period{font-weight:400;color:rgba(42,42,42,.7)}.pricing-card-featured .pricing-period{color:rgba(239,234,228,.7)}.pricing-btn{display:flex;align-items:center;justify-content:center;height:56px;padding:20px;gap:10px;border-radius:100px;font-weight:500;text-decoration:none;transition:all .2s ease}.pricing-btn-outline{background:0 0;border:1.5px solid #1b4332;color:#2a2a2a}.pricing-btn-outline:hover{background:rgba(27,67,50,.05)}.pricing-btn-primary{background:#dbad00;border:0;color:#2a2a2a}.pricing-btn-primary:hover{background:#c49c00}.pricing-card-bottom{padding-top:24px;display:flex;flex-direction:column;gap:16px}.pricing-features li span,.pricing-features-label{font-family:var(--font-display);font-weight:500;line-height:24px;letter-spacing:-.02em}.pricing-features-label{font-size:13px;color:rgba(42,42,42,.74);margin:0}.pricing-card-featured .pricing-features-label{color:rgba(239,234,228,.74)}.pricing-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.pricing-features li{align-items:center}.pricing-features li span{font-size:16px;color:#2a2a2a}.faq-section{position:relative;padding:100px 40px;background:var(--bg-primary)}.faq-header{text-align:center;margin-bottom:60px}.faq-headline,.faq-subtitle{font-family:var(--font-display);font-weight:600;font-size:54px;line-height:60px;letter-spacing:-.05em;text-align:center;color:#2a2a2a;margin:0 auto 20px}.faq-subtitle{font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.02em;margin:0 auto;max-width:600px}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(42,42,42,.12)}.faq-item:first-child{border-top:1px solid rgba(42,42,42,.12)}.faq-answer p,.faq-question{font-family:var(--font-display);line-height:26px}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 0;background:0 0;border:0;cursor:pointer;font-weight:600;font-size:18px;letter-spacing:-.02em;color:#2a2a2a;text-align:left;gap:16px}.faq-icon{width:20px;height:20px;flex-shrink:0;stroke:#2a2a2a;transition:transform .3s ease}.faq-item.is-open .faq-icon{transform:rotate(45deg)}.faq-item.is-open .faq-question,.faq-question:hover{color:#1b4332}.faq-item.is-open .faq-icon{stroke:#1b4332}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer p{font-weight:400;font-size:16px;letter-spacing:-.01em;color:rgba(42,42,42,.7);padding:0 0 24px;margin:0}.ready-section{position:relative;padding:0;background:#1b4332}.ready-container{position:relative;max-width:1200px;height:auto;margin:0 auto;padding:100px 40px 80px;background:0 0;border-radius:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.ready-bg,.ready-gradient-overlay{display:none}.ready-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:30px;max-width:820px;text-align:center}.ready-headline,.ready-subtitle{font-family:var(--font-display);text-align:center;margin:0}.ready-headline{font-weight:600;font-size:54px;line-height:60px;letter-spacing:-.05em;color:#fff}.ready-subtitle{font-weight:500;font-size:18px;line-height:24px;letter-spacing:-.02em;color:rgba(255,255,255,.75);max-width:750px}.ready-buttons{display:flex;flex-direction:row;gap:12px;max-width:100%;box-sizing:border-box}.store-button-dark{background:#090909;border-color:#090909}.store-button-dark .store-icon,.store-button-dark .store-text .store-label,.store-button-dark .store-text .store-name{color:#fff}.footer{padding:20px 40px;background:var(--bg-primary)}.footer-container{max-width:1200px;margin:0 auto;padding:0;display:flex;align-items:center;justify-content:space-between;gap:40px}.footer-brand{display:flex;align-items:center;gap:8px;text-decoration:none}.footer-logo{width:28px;height:28px;object-fit:contain;border-radius:6px}.footer-logo-text{font-family:var(--font-display);font-weight:600;font-size:18px;line-height:24px;color:#2a2a2a}.footer-nav{display:flex;align-items:center;gap:40px}.footer-link{font-family:var(--font-display);font-weight:500;font-size:14px;line-height:24px;letter-spacing:-.02em;color:#2a2a2a;text-decoration:none;transition:opacity .2s ease}.footer-link:hover{opacity:.7}.footer-legal{display:flex;align-items:center;gap:24px;margin-left:100px}.footer-copyright{font-family:var(--font-display);font-weight:400;font-size:14px;line-height:24px;letter-spacing:-.02em;color:rgba(42,42,42,.7);margin:0}@media (max-width:1440px){:root{--container-padding:100px}.hero-content{width:550px;max-width:550px}.hero-headline{font-size:60px;line-height:68px}.hero-phones{left:52%;width:58%;max-width:550px}.hero-watermark{top:500px}}@media (max-width:1200px){:root{--container-padding:60px}.hero-content{width:450px;max-width:450px}.hero-headline{font-size:52px;line-height:58px}.hero-phones{left:40%;width:60%;max-width:750px}.hero-tags{flex-wrap:wrap;width:auto}.footer-legal{margin-left:40px}}@media (max-width:1350px) and (min-width:1025px){.not-teaching-container{height:550px}.not-teaching-right{justify-content:space-between;height:100%}.not-teaching-desc{margin-bottom:0}.not-teaching-features{margin-top:0;padding-bottom:20px}.not-teaching-phone{position:absolute;top:auto;bottom:-20px;left:30px;max-width:350px}.not-teaching-cards-stack{top:80px;left:30px;max-width:380px;height:380px}.stack-card{max-width:360px}.not-teaching-container::before{display:none}}@media (max-width:1024px){.nav-download-wrap,.nav-links{display:none}.nav-cta:not(.mobile-cta){display:none}.nav-hamburger{display:flex}.hero-container{flex-direction:column;align-items:center;text-align:center;padding:0 20px;min-height:auto;gap:16px}.hero-content{display:contents}.hero-headline{font-size:42px;line-height:48px}.hero-subtitle{text-align:center;max-width:500px;margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-phones,.hero-tags{width:100%;justify-content:center}.hero-tags{flex-wrap:wrap}.hero-phones{position:relative;left:0;top:0;max-width:500px;height:auto;margin:20px auto;transform:translateY(0)}.hero-phones-image{object-position:center;width:100%;height:auto}.hero-watermark,.not-teaching-container::before{display:none}.not-teaching-section{padding:0 20px;margin-bottom:60px}.not-teaching-container{flex-direction:column;align-items:center;height:auto;padding:40px 30px;gap:24px}.not-teaching-left{width:100%;min-width:unset;align-items:center;text-align:center;padding:20px 0 160px;order:1}.static-feature-card{max-width:340px}.widget-stack{max-width:360px;height:240px;bottom:0}.not-teaching-title{font-size:32px;line-height:40px;text-align:center;max-width:100%;margin-bottom:0}.not-teaching-right{width:100%;align-items:center;display:contents}.not-teaching-desc{text-align:center;max-width:600px;font-size:14px;line-height:22px;order:3;margin-bottom:20px;width:100%}.not-teaching-cards-stack,.not-teaching-phone{position:relative;top:auto;left:auto;width:100%;margin:0 auto 20px;order:2}.not-teaching-phone{bottom:auto;max-width:280px;display:block}.not-teaching-cards-stack{max-width:350px;height:350px}.stack-card{max-width:330px;margin:0 auto}.card-features{padding:16px}.card-features-grid{gap:12px}.feature-tile{padding:14px 12px}.not-teaching-features{width:auto;display:grid;grid-template-columns:repeat(2,auto);gap:24px 60px;order:4;max-width:700px;margin:0 auto;justify-content:center;align-items:start}.feature-row{display:contents}.feature-item{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:auto}.feature-header{justify-content:flex-start}.feature-text{padding-left:0;text-align:left}.fits-cards{align-items:stretch}.fits-card{min-height:0;height:auto;flex:1 1 calc(50% - 10px);padding:20px}.fits-card-content{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin-top:12px}.science-cards{align-items:stretch}.science-card{min-height:0;height:auto;flex:1 1 calc(50% - 10px);padding:20px}.science-card-content{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin-top:12px}.perfect-for-cards{align-items:stretch}.perfect-for-card{min-height:0;height:auto;flex:1 1 calc(50% - 10px);padding:20px}.perfect-for-content{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin-top:12px}.community-section{padding:40px 20px 60px}.community-container{height:auto;min-height:auto;padding-bottom:80px}.community-cards{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:500px;margin:0 auto 30px}.community-card{min-height:0!important;height:auto!important;flex:none;width:100%;max-width:450px;padding:16px}.community-card-text{font-size:14px;line-height:20px}.community-footer{position:relative;bottom:auto;padding:20px;margin-top:20px}.pricing-cards{align-items:stretch}.pricing-card,.why-card{min-height:0;height:auto;flex:1 1 calc(50% - 10px)}.footer-legal{margin-left:0}}@media (max-width:992px){:root{--container-padding:40px}.nav-links,.not-teaching-container::before,br{display:none}.nav-cta:not(.mobile-cta){display:none}.nav-hamburger{display:flex}.not-teaching-container{flex-direction:column;height:auto;padding:40px 40px 60px;gap:30px}.not-teaching-left{width:100%;align-items:center;padding-top:0;order:1}.not-teaching-title{width:100%;max-width:100%;height:auto;font-size:40px;line-height:48px;text-align:center;margin-bottom:0}.not-teaching-right{width:100%;align-items:center;gap:30px;height:auto;display:contents}.not-teaching-desc{width:100%;max-width:100%;height:auto;text-align:center;justify-content:center;order:3}.not-teaching-cards-stack,.not-teaching-phone{position:relative;top:auto;left:auto;width:100%;max-width:350px;height:auto;margin:20px auto;order:2}.not-teaching-cards-stack{max-width:320px;height:320px}.stack-card{max-width:300px}.not-teaching-features{width:100%;max-width:100%;height:auto;align-items:center;gap:30px;order:4}.feature-item,.feature-row{height:auto;align-items:flex-start}.feature-row{width:100%;max-width:100%;justify-content:center;flex-wrap:wrap;gap:30px}.feature-item{width:280px;max-width:280px;flex-shrink:0;text-align:left}.feature-text{padding-left:34px;white-space:normal;text-align:left}.hero{height:auto;min-height:auto;overflow:visible}.hero-bg,.hero-bg-image{width:100%;min-width:100%;height:100%}.hero-bg-gradient{width:100%}.hero-container{grid-template-columns:1fr;align-items:center;text-align:center;padding:0 20px;min-height:auto;gap:16px}.hero-content{display:contents}.hero-headline{font-size:42px;line-height:48px;word-wrap:break-word;overflow-wrap:break-word}.hero-subtitle{text-align:center;max-width:450px;margin-left:auto;margin-right:auto}.hero-buttons,.hero-tags{justify-content:center;flex-wrap:wrap}.hero-tags{width:100%;height:auto}.hero-badge{order:1;margin-top:100px}.hero-headline{order:2}.hero-subtitle{order:3}.hero-phones{position:relative;left:0;top:0;width:100%;max-width:500px;height:auto;order:4;margin:40px auto 0;justify-content:center}.hero-buttons{order:5}.hero-tags{order:6}.hero-phones-image{object-position:center;width:100%;height:auto}.hero-watermark{display:none}.why-card-phone{background:0 0;border:0;border-radius:0}.why-phone-image{margin-top:0;border-radius:0}.why-text{margin-bottom:4px}.why-highlight{font-size:20px;line-height:1.3;margin-top:0;margin-bottom:0}.why-subtitle{text-align:center;max-width:100%;padding:0 20px;box-sizing:border-box}.action-headline,.action-subtitle,.ai-coach-headline,.ai-coach-subtitle,.community-headline,.community-subtitle,.faq-headline,.fits-headline,.normal-day-headline,.normal-day-subtitle,.perfect-for-headline,.perfect-for-subtitle,.pricing-headline,.ready-headline,.science-headline,.science-subtitle,.why-headline,.why-subtitle{margin-bottom:7px!important;padding-left:30px;padding-right:30px}}@media (max-width:768px){br{display:none}:root{--container-padding:16px}.navbar{top:10px;width:calc(100% - 40px)}.nav-inner{height:50px!important;padding:0 20px!important;background:rgba(240,234,227,.6)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;box-shadow:0 2px 16px rgba(0,0,0,.08)!important;border-radius:100px!important}.navbar.navbar-light .nav-inner{background:rgba(27,67,50,.85);box-shadow:0 2px 12px rgba(0,0,0,.15)}.nav-logo{width:24px;height:24px}.nav-title{font-size:16px}.hero-container{padding:0 20px;gap:0}.hero-content>:first-child{margin-top:50px!important}.hero-headline{font-size:28px;line-height:34px}.hero-phones{margin:40px auto 0}.hero-buttons{margin-top:8px!important}.hero-buttons img{height:42px!important}.hero-trust{padding:14px 16px!important;gap:10px!important;border-radius:14px!important;margin-top:12px!important}.hero-trust strong{font-size:13px!important}.hero-trust div[style*="font-size:13px"]{font-size:12px!important}.hero-subtitle{line-height:22px}.hero-tags{align-items:center}.hero-phones{max-width:420px}.not-teaching-section{padding:0 16px;margin-bottom:50px}.not-teaching-container{padding:32px 20px 40px;border-radius:24px;gap:24px}.not-teaching-title{font-size:28px;line-height:34px}.not-teaching-desc{font-size:14px;line-height:22px;white-space:normal;order:3}.not-teaching-phone{max-width:260px;margin:10px auto;order:2}.not-teaching-left{padding-bottom:140px;min-width:unset}.static-feature-card{max-width:300px}.widget-stack{max-width:320px;height:220px;bottom:0}.widget-card img{border-radius:16px;box-shadow:none}.not-teaching-cards-stack{max-width:280px;height:280px;margin:10px auto;order:2}.stack-card{max-width:260px}.card-features,.stack-card{padding:12px}.card-features .card-header{font-size:14px;margin-bottom:12px}.card-features-grid{gap:8px}.feature-tile{padding:12px 10px;gap:10px}.feature-tile-icon{width:36px;height:36px}.feature-tile-icon svg{width:18px;height:18px}.feature-tile-title{font-size:12px}.feature-tile-subtitle{font-size:10px}.card-remember{top:0;left:0}.card-surah{top:50px;left:-8px}.card-progress{top:96px;left:-16px}.card-focus{top:140px;left:-24px}.cards-carousel{height:180px;margin-left:16px}@keyframes cardsScroll{0%,22%,to{transform:translateY(0)}25%,47%{transform:translateY(-50px)}50%,72%{transform:translateY(-96px)}75%,97%{transform:translateY(-140px)}}.not-teaching-features{display:grid;grid-template-columns:repeat(2,auto);gap:20px 30px;order:4;max-width:100%;justify-content:center;align-items:start}.feature-row{display:contents}.feature-item{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:100%;width:100%}.feature-header{justify-content:flex-start}.feature-name{font-size:14px}.feature-text{font-size:12px;padding-left:0;text-align:left;white-space:normal}.why-section{padding:48px 24px}.why-headline{font-size:36px;line-height:44px}.why-subtitle{font-size:15px;line-height:22px;text-align:center;max-width:100%;padding:0 20px;box-sizing:border-box}.why-cards{grid-template-columns:1fr;justify-items:center}.why-card{width:100%;max-width:500px;min-height:0!important;height:auto!important;padding:20px!important;justify-content:flex-start}.why-text{margin-bottom:4px}.why-highlight{font-size:18px;line-height:1.2;margin:0!important;padding:0!important}.why-card-phone{background:0 0;border:0;border-radius:0;min-height:0!important;height:auto!important}.why-phone-image{margin-top:0;border-radius:0}.hero-badge span{font-size:13px}.hero-subtitle{font-size:15px;text-align:center;max-width:400px;margin-left:auto;margin-right:auto}.hero-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px;width:100%;max-width:100%}.store-button{width:auto;min-width:135px;max-width:145px;flex:1 1 135px;height:48px}.store-button-inner{padding:0 10px;gap:6px}.store-icon{width:20px;height:20px}.hero-tags{flex-direction:column}.hero-tag{font-size:14px;padding:8px 12px}}@media (max-width:480px){.navbar{top:8px;width:calc(100% - 20px)}.nav-inner{height:46px;padding:0 14px}.nav-logo{width:22px;height:22px}.nav-title{font-size:14px}.nav-hamburger{width:28px;height:28px}.hero-buttons img{height:40px!important}.hero-container{padding:0 12px}.hero-content>:first-child{margin-top:50px!important}.hero-badge{padding:8px 12px}.hero-badge span{font-size:12px}.hero-headline{font-size:28px;line-height:34px}.hero-subtitle{font-size:13px;line-height:20px;text-align:center;max-width:350px;margin-left:auto;margin-right:auto}.store-button{width:auto;min-width:130px;max-width:145px;flex:1 1 130px;height:48px}.store-button-inner{padding:0 10px;gap:6px}.store-icon{width:18px;height:18px}.store-name{font-size:13px}.store-label{font-size:9px}.hero-tag{font-size:13px;padding:8px 10px}.hero-phones{max-width:340px}.not-teaching-container{padding:24px 16px 32px}.not-teaching-title{font-size:24px;line-height:30px}.not-teaching-desc{font-size:13px;line-height:20px;order:3}.not-teaching-phone{max-width:220px;order:2}.static-feature-card{max-width:260px}.widget-stack{max-width:280px;height:180px;bottom:0}.not-teaching-cards-stack{max-width:240px;height:240px;margin:10px auto;order:2}.stack-card{max-width:220px;padding:10px}.not-teaching-features{display:grid;grid-template-columns:repeat(2,auto);gap:16px 20px;padding:0 10px;justify-content:center;align-items:start}.feature-item{align-items:flex-start;text-align:left}.feature-name{font-size:14px}.feature-text{font-size:12px;line-height:18px;text-align:left}.why-section{padding:36px 24px}}@media (max-width:992px){.faq-headline,.fits-headline,.why-headline{font-size:36px;line-height:1.3}.faq-section{padding:60px 24px}.faq-question{font-size:16px;line-height:24px;padding:20px 0}.faq-answer p{font-size:15px;line-height:24px}.fits-section{padding:60px 24px}.fits-cards{flex-wrap:wrap;height:auto;align-items:stretch}.fits-card{width:calc(50% - 10px);height:auto;min-height:0;flex:1 1 calc(50% - 10px);padding:16px 20px}.fits-card-content{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin-top:8px}.action-headline{font-size:40px;line-height:48px}.action-gradient-left,.action-gradient-right{width:200px}.science-headline{font-size:40px;line-height:48px}.science-cards{flex-wrap:wrap;align-items:stretch}.science-card{width:calc(50% - 10px);height:auto;min-height:0;flex:1 1 calc(50% - 10px);padding:16px 20px}.science-card-content{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin-top:8px;padding:0}.science-footer-text{white-space:normal}.ai-coach-headline{font-size:40px;line-height:48px}.ai-cards-container{flex-direction:column;align-items:center}.ai-does-card,.ai-doesnt-card{width:100%;max-width:600px;height:auto;min-height:auto;overflow:visible}.ai-does-header,.ai-doesnt-header{width:100%}.ai-does-list,.ai-doesnt-list{position:relative;top:auto;left:auto;margin-top:20px;padding:0 22px 22px}.ai-coach-footer{white-space:normal}.community-container{height:auto;min-height:600px}.community-headline{font-size:40px;line-height:48px}.community-subtitle{font-size:16px;white-space:normal}.community-cards{flex-direction:column;align-items:center;width:100%}.community-card{width:100%;max-width:450px;height:auto!important;min-height:0!important;flex:none;padding:16px}.community-footer{white-space:normal;padding:0 20px}.normal-day-container{flex-direction:column;height:auto;min-height:auto}.normal-day-times-col{width:100%;order:2;padding:0 30px}.normal-day-content{position:relative;width:100%;padding:24px 30px 0;order:1}.normal-day-headline{font-size:40px;line-height:48px;width:100%}.normal-day-subtitle{width:100%;white-space:normal}.normal-day-times{position:relative;top:auto;left:auto;width:100%;margin-top:10px}.time-item{width:100%}.time-text{width:auto;flex:1}.normal-day-buttons{justify-content:center}.perfect-for-headline{font-size:40px;line-height:48px}.perfect-for-cards{flex-wrap:wrap;align-items:stretch}.perfect-for-card{width:calc(50% - 10px);height:auto;min-height:0;flex:1 1 calc(50% - 10px);padding:16px 20px}.perfect-for-content{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin-top:8px;padding:0}.perfect-for-gradient-left,.perfect-for-gradient-right{width:200px}.pricing-headline{font-size:40px;line-height:48px}.pricing-cards{flex-wrap:wrap;align-items:stretch}.pricing-card{width:calc(50% - 10px);min-width:300px;min-height:0;height:auto;flex:1 1 calc(50% - 10px)}.ready-container{height:auto;min-height:400px;padding:60px 40px}.ready-headline{font-size:40px;line-height:48px}.ready-subtitle{white-space:normal}.footer-container{flex-wrap:wrap;justify-content:center;text-align:center}.footer-legal,.footer-nav{width:100%;justify-content:center;gap:20px}.footer-nav{order:3;flex-wrap:wrap}.footer-legal{order:4;margin-top:0}}@media (max-width:768px){.fits-headline,.why-headline{line-height:1.3}.action-headline,.ai-coach-headline,.community-headline,.faq-headline,.fits-headline,.normal-day-headline,.perfect-for-headline,.pricing-headline,.ready-headline,.science-headline,.why-headline{font-size:clamp(22px,6vw,28px)}.faq-headline,.ready-headline{line-height:1.3}.faq-section{padding:48px 24px}.faq-header{margin-bottom:40px}.faq-question{font-size:15px;line-height:22px;padding:18px 0}.faq-icon{width:18px;height:18px}.faq-answer p{font-size:14px;line-height:22px;padding-bottom:18px}.fits-section{padding:48px 24px}.fits-cards{flex-direction:column;align-items:center}.fits-card{width:100%;max-width:400px;min-height:0!important;height:auto!important;flex:none;padding:16px 20px}.fits-card-content{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin-top:8px}.action-section{padding:48px 24px}.action-headline{font-size:32px;line-height:40px}.action-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px;max-width:100%}.action-buttons .store-button{width:auto;min-width:130px;max-width:145px;flex:1 1 130px;height:48px}.phone-slider{height:580px}.phone-slide img{width:300px}.phone-slide[data-position=left]{transform:translateX(-200px) scale(.8)}.phone-slide[data-position=right]{transform:translateX(200px) scale(.8)}.science-section{padding:48px 24px}.science-headline{font-size:32px;line-height:40px}.science-headline,.science-subtitle{white-space:normal}.science-cards{flex-direction:column;align-items:center}.science-card{width:100%;max-width:400px;min-height:0!important;height:auto!important;flex:none;padding:16px 20px}.science-card-content{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin-top:8px}.ai-coach-section{padding:48px 24px}.ai-coach-headline{font-size:32px;line-height:40px;white-space:normal}.ai-coach-subtitle{white-space:normal}.ai-does-card,.ai-doesnt-card{padding:8px;overflow:visible;min-height:auto}.ai-does-header,.ai-doesnt-header{padding:0 16px;height:auto;min-height:70px}.ai-does-list,.ai-doesnt-list{padding:0 12px 24px}.ai-does-list span,.ai-doesnt-list span{font-size:14px;line-height:20px}.community-section{padding:48px 24px}.community-content{padding:40px 20px}.community-headline{font-size:32px;line-height:40px;white-space:normal}.community-subtitle{font-size:14px}.community-cards{display:flex!important;flex-direction:column;align-items:center;width:100%;grid-template-columns:none}.community-card{width:100%;max-width:400px;min-height:0!important;height:auto!important;flex:none;padding:16px}.community-container{height:auto;min-height:auto;padding-bottom:60px}.community-footer{position:relative;bottom:auto}.normal-day-section{padding:0}.normal-day-container{border-radius:0}.normal-day-content{padding:30px}.normal-day-headline{font-size:32px;line-height:40px}.normal-day-subtitle{font-size:14px;margin-bottom:30px}.normal-day-times{gap:30px}.time-icon{width:40px;height:40px}.time-title{font-size:18px}.time-desc{font-size:14px}.normal-day-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px;max-width:100%}.normal-day-buttons .store-button,.ready-buttons .store-button{width:auto;min-width:130px;max-width:145px;flex:1 1 130px;height:48px}.perfect-for-section{padding:48px 24px}.perfect-for-headline{font-size:32px;line-height:40px}.perfect-for-subtitle{white-space:normal}.perfect-for-cards{flex-direction:column;align-items:center}.perfect-for-card{width:100%;max-width:363px;min-height:0;height:auto;flex:none;padding:16px}.perfect-for-content{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin-top:8px;padding:0}.pricing-section{padding:48px 24px}.pricing-headline{font-size:32px;line-height:40px}.pricing-subtitle{white-space:normal}.pricing-cards{flex-direction:column;align-items:center}.pricing-card{width:100%;max-width:400px;min-height:0!important;height:auto!important;flex:none;padding:20px 20px 24px}.pricing-amount{font-size:40px}.ready-section{padding:0}.ready-container{padding:48px 24px;border-radius:0}.ready-headline{white-space:normal}.ready-subtitle{font-size:14px}.ready-buttons{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:10px;max-width:100%}.footer{padding:30px 16px}.footer-container{flex-direction:column;gap:12px}.footer-nav{gap:16px}.footer-link{font-size:13px}.footer-copyright{font-size:12px}}@media (max-width:480px){.why-section{padding:36px 24px}.why-headline{font-size:26px;line-height:1.25}.why-list li,.why-subtitle{font-size:14px}.why-card{height:auto!important;min-height:0!important;flex:none;padding:24px}.why-bold,.why-card-title{font-size:18px}.why-text{font-size:14px;white-space:normal;margin-bottom:4px}.why-highlight{margin:0!important;padding:0!important;line-height:1.2}.why-phone-image{width:100%;margin:40px auto 0 0}.fits-card-title{font-size:18px}.fits-card-text{font-size:14px}.phone-slide img{width:210px}.science-card-title{font-size:18px;white-space:normal}.science-card-text{font-size:14px}.ai-does-title,.ai-doesnt-title{font-size:18px}.community-card-text{font-size:14px}.perfect-for-card{min-height:0;height:auto;flex:none;padding:16px}.perfect-for-content{position:relative;top:auto;left:auto;width:100%;margin-top:8px;padding:0}.perfect-for-title{font-size:18px}.perfect-for-text,.pricing-features li span{font-size:14px}.pricing-plan-name{font-size:18px}.pricing-amount{font-size:36px}.phone-slider{height:440px}.phone-slide[data-position=left]{transform:translateX(-120px) scale(.75)}.phone-slide[data-position=right]{transform:translateX(120px) scale(.75)}}@media (max-width:380px){.why-section{padding:32px 24px}.normal-day-container{padding:28px 24px!important}.ready-container{padding:32px 24px}.footer{padding:16px 10px}.not-teaching-container{padding:16px 10px 24px!important}.action-headline,.ai-coach-headline,.community-headline,.faq-headline,.fits-headline,.normal-day-headline,.perfect-for-headline,.pricing-headline,.ready-headline,.science-headline,.why-headline{font-size:clamp(20px,5.5vw,24px)}.hero-container{padding:0 10px}.hero-headline{font-size:24px;line-height:30px}.hero-subtitle{font-size:12px;line-height:18px;text-align:center;max-width:300px;margin-left:auto;margin-right:auto}.hero-badge span{font-size:11px}.store-button{width:auto;min-width:120px;max-width:140px;flex:1 1 120px;height:46px}.store-button-inner{padding:0 8px;gap:5px}.store-icon{width:16px;height:16px}.store-name{font-size:12px}.store-label{font-size:8px}.hero-tag{font-size:12px;padding:6px 10px}.hero-phones{max-width:300px}.why-headline{font-size:28px;line-height:34px}.why-cards{padding:0 16px;grid-template-columns:1fr}.why-card{height:auto!important;min-height:0!important;padding:16px!important}.why-highlight{font-size:16px;line-height:1.2;margin:0!important;padding:0!important}.not-teaching-section{padding:0 10px}.not-teaching-title{font-size:22px;line-height:28px}.not-teaching-features{gap:14px 10px;padding:0 5px}.feature-name{font-size:13px}.feature-text{font-size:11px;line-height:16px}.action-headline,.ai-coach-headline,.community-headline,.faq-headline,.fits-headline,.normal-day-headline,.perfect-for-headline,.pricing-headline,.ready-headline,.science-headline{font-size:26px;line-height:32px}.pricing-amount{font-size:32px}.perfect-for-card{min-height:0!important;height:auto!important;flex:none;padding:14px}.perfect-for-content{position:relative!important;top:auto!important;left:auto!important;width:100%!important;margin-top:6px;padding:0}}