@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18362f;background:#f6f4ed;font-synthesis:none;--forest:#173f35;--forest-2:#225448;--sage:#91a98e;--sage-light:#dfe8dc;--warm:#fbfaf6;--paper:#f6f4ed;--gold:#c5a65b;--ink:#18362f;--muted:#6d7d77;--line:#dfe3dc;--danger:#a23d35;--shadow:0 20px 50px rgba(31,63,54,.09)}*{box-sizing:border-box}html{min-width:320px;background:var(--paper)}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #c5a65b;outline-offset:2px}p{line-height:1.65}h1,h2,h3,.brand{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3,p{margin-top:0}.brand{display:flex;align-items:center;gap:12px;color:var(--forest)}.brand-mark{width:47px;height:47px;background:var(--forest);color:#f5edd7;border-radius:50% 50% 50% 12px;display:grid;place-items:center;font-size:25px;font-weight:800}.brand>span:last-child{display:flex;flex-direction:column;line-height:.9;letter-spacing:.13em}.brand strong{font-size:20px}.brand small{font-size:8px;letter-spacing:.28em;margin-top:8px}.brand.compact .brand-mark{background:#f2e9d2;color:var(--forest)}.brand.compact{color:#fff;padding:4px 8px}.button{min-height:46px;border:0;border-radius:10px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--forest);color:#fff;box-shadow:0 10px 24px #173f3533}.button.primary:hover{background:#0d3128}.button.secondary{background:#fff;color:var(--forest);border:1px solid #bdc9c2}.button.ghost{background:transparent;color:var(--forest);padding:0 8px}.button.danger{background:#fff1ef;color:var(--danger)}.button:disabled{opacity:.6;cursor:wait}.eyebrow,.top-eyebrow{font-size:11px;font-weight:800;letter-spacing:.19em;color:#628274}.welcome-page{min-height:100vh;padding:30px clamp(24px,6vw,90px);background:linear-gradient(135deg,#f8f6ee,#edf1e8 65%,#dfe8dc);position:relative;overflow:hidden;display:flex;flex-direction:column}.welcome-glow{position:absolute;width:600px;height:600px;right:-200px;top:-240px;border-radius:50%;background:#c5a65b1f;filter:blur(20px)}.welcome-header,.welcome-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.secure-pill{display:flex;align-items:center;gap:8px;border:1px solid #cbd8ce;border-radius:999px;padding:9px 14px;font-size:12px;color:#3a6257;background:#ffffff8c}.hero{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:center;gap:clamp(50px,8vw,130px);max-width:1250px;width:100%;margin:auto;padding:60px 0}.hero-copy h1{font-size:clamp(48px,6vw,82px);line-height:1.04;letter-spacing:-.055em;margin:18px 0 28px;color:var(--forest)}.hero-copy h1 em,.auth-aside h1 em{font-weight:400;font-style:italic;color:#638271}.hero-copy>p{max-width:650px;color:#5f716b;font-size:18px}.hero-actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}.text-link,.back-link{border:0;background:transparent;color:#496b60;display:flex;align-items:center;gap:8px;padding:14px 0;font-weight:600}.method-card{background:var(--forest);color:#fff;border-radius:28px;padding:28px 30px;box-shadow:0 35px 80px #173f3538;position:relative}.method-card:after{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.1);border-radius:19px;pointer-events:none}.method-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.16em;font-weight:700;color:#cfdbd4}.live-dot{color:#e0c87f}.method-ring{height:200px;display:grid;place-items:center}.method-ring:before{content:"";position:absolute;width:145px;height:145px;border-radius:50%;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 0 0 18px #ffffff05}.method-ring div{display:flex;flex-direction:column;text-align:center;position:relative}.method-ring strong{font-size:55px}.method-ring small{color:#b8c8c0}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);padding:18px 0}.method-grid span{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:10px}.method-grid svg{width:21px}.method-card>p{font-family:Inter;font-size:13px;color:#cad7d0;margin:22px 10px 5px;text-align:center}.welcome-footer{color:#71817b;font-size:11px;letter-spacing:.08em}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(330px,.8fr) minmax(500px,1.2fr);background:var(--warm)}.auth-aside{background:var(--forest);color:#fff;padding:50px clamp(35px,6vw,90px);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-aside:after{content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-200px;bottom:10%}.auth-aside .brand{color:#fff}.auth-aside .brand-mark{background:#f2e9d2;color:var(--forest)}.auth-aside h1{font-size:clamp(46px,5vw,76px);line-height:1.05;letter-spacing:-.05em;margin:20px 0}.auth-aside p{color:#bdcec6;max-width:390px}.auth-aside small{color:#a8bdb4;max-width:380px;line-height:1.5}.auth-panel{padding:30px clamp(30px,8vw,120px);display:flex;flex-direction:column;overflow:auto}.auth-form{width:100%;max-width:510px;margin:auto}.auth-form h2{font-size:42px;letter-spacing:-.04em;margin-bottom:8px}.auth-form>p{color:var(--muted);margin-bottom:30px}.auth-form label,.check-form label{font-size:13px;font-weight:700;color:#38564d;display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.auth-form input,.check-form input,.check-form select,.check-form textarea{width:100%;min-height:48px;border:1px solid #ccd5cf;border-radius:9px;background:#fff;padding:12px 14px;color:var(--ink)}.auth-form fieldset{border:0;padding:0;margin:0 0 15px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.auth-form legend{font-size:13px;font-weight:700;margin-bottom:10px}.auth-form .radio-card{border:1px solid #ccd5cf;border-radius:9px;min-height:52px;display:flex;flex-direction:row;align-items:center;padding:12px;margin:0;background:#fff}.auth-form .radio-card input{width:18px;min-height:18px}.auth-form .check-line{display:flex;flex-direction:row;align-items:flex-start;font-weight:500}.check-line input{width:18px;min-height:18px;margin-top:2px}.auth-form>.button{width:100%;margin-top:8px}.form-switch{text-align:center;font-size:14px}.form-switch button{border:0;background:none;color:var(--forest);font-weight:700;text-decoration:underline}.form-error{background:#fff0ee;border:1px solid #e4b9b3;color:#8c322d;padding:12px 14px;border-radius:9px;margin:12px 0;font-size:13px}.app-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:30px}.app-loading>span{width:40px;height:40px;border:3px solid #d5ded8;border-top-color:var(--forest);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:var(--forest);color:#fff;padding:28px 18px;display:flex;flex-direction:column;z-index:20}.sidebar nav{display:flex;flex-direction:column;gap:6px;margin-top:48px}.sidebar nav button,.logout{min-height:48px;border:0;background:transparent;color:#bcd0c7;border-radius:9px;padding:0 13px;display:flex;align-items:center;gap:13px;font-weight:600;text-align:left}.sidebar nav button svg,.logout svg{width:20px}.sidebar nav button.active{background:#ffffff1a;color:#fff}.sidebar nav button:hover,.logout:hover{background:#ffffff0f;color:#fff}.sidebar-bottom{margin-top:auto}.mini-profile{border-top:1px solid rgba(255,255,255,.12);padding:20px 8px 13px;display:flex;align-items:center;gap:10px}.mini-profile>span{width:38px;height:38px;border-radius:50%;background:#e6dcc1;color:var(--forest);display:grid;place-items:center;font-weight:800}.mini-profile div{display:flex;flex-direction:column;min-width:0}.mini-profile strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-profile small{color:#9fb7ad}.logout{width:100%}.mobile-menu{display:none}.app-main{grid-column:2;min-width:0;background:var(--paper)}.topbar{height:96px;background:#fbfaf6e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(28px,4vw,58px);position:sticky;top:0;z-index:10}.topbar h1{font-size:20px;margin:4px 0 0}.top-eyebrow{font-size:8px}.top-actions{display:flex;gap:14px;align-items:center}.top-actions button{width:44px;height:44px;border:0;background:transparent;color:#587069}.top-actions .avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#dce7dc;color:var(--forest);font-weight:800}.content{padding:48px clamp(28px,5vw,70px);max-width:1500px;margin:0 auto;min-height:calc(100vh - 150px)}.greeting{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.greeting h2,.section-heading h2,.client-hero h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.045em;margin:9px 0}.greeting p,.section-heading p{color:var(--muted);margin:0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card{background:var(--warm);border:1px solid var(--line);border-radius:15px;padding:22px;display:flex;gap:16px;align-items:flex-start}.stat-card.gold{background:#fbf7e9;border-color:#e7d9ae}.stat-icon{width:42px;height:42px;flex:0 0 auto;border-radius:11px;background:var(--sage-light);display:grid;place-items:center;color:var(--forest)}.stat-card.gold .stat-icon{background:#efe2b9}.stat-icon svg{width:21px}.stat-card>div{display:flex;flex-direction:column}.stat-card p{font-size:12px;margin:0;color:var(--muted)}.stat-card strong{font-family:Inter;font-size:24px;margin:3px 0}.stat-card small{color:#769086;font-size:11px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr);gap:18px;margin-top:18px}.panel{background:var(--warm);border:1px solid var(--line);border-radius:16px;padding:26px}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.panel-title h3{margin:5px 0 0;font-size:20px}.panel-title button,.privacy-panel button{border:0;background:transparent;color:#54736a;display:flex;align-items:center;gap:3px;font-size:12px;font-weight:700}.panel-title button svg,.privacy-panel button svg{width:16px}.chart{height:230px;position:relative;margin:25px 15px 0}.chart-lines{position:absolute;inset:10px 0 30px;display:flex;flex-direction:column;justify-content:space-between}.chart-lines span{border-top:1px dashed #dce2dd}.chart-points{position:absolute;inset:10px 10px 35px}.point-wrap{position:absolute;transform:translate(-50%,50%);display:flex;flex-direction:column;align-items:center}.point-wrap i{width:11px;height:11px;border:3px solid var(--forest);background:#fff;border-radius:50%;box-shadow:0 0 0 5px #173f3512}.point-label{font-size:10px;font-weight:700;background:var(--forest);color:#fff;padding:3px 6px;border-radius:4px;margin-bottom:6px}.chart-labels{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;color:#82918c;font-size:10px}.next-action{background:var(--forest);color:#fff;display:flex;flex-direction:column;align-items:flex-start;position:relative;overflow:hidden}.next-action:after{content:"";position:absolute;width:240px;height:240px;border:1px solid rgba(255,255,255,.09);border-radius:50%;right:-130px;bottom:-130px}.round-icon{width:50px;height:50px;border-radius:50%;background:#e9dfc4;color:var(--forest);display:grid;place-items:center;margin-bottom:28px}.next-action .eyebrow{color:#b6c9c0}.next-action h3{font-size:25px;margin:8px 0}.next-action p{color:#c0d0c8;font-size:14px}.next-action .button{margin-top:auto;background:#f2ead4;color:var(--forest);position:relative;z-index:1}.disclaimer,.medical-note{margin-top:18px;padding:17px 20px;border:1px solid #d8dfd9;border-radius:12px;display:flex;align-items:center;gap:14px;color:#60756e;background:#ffffff73}.disclaimer svg,.medical-note svg{flex:0 0 auto}.disclaimer p,.medical-note p{margin:0;font-size:12px}.app-footer{padding:25px clamp(28px,5vw,70px);display:flex;justify-content:space-between;color:#80908a;font-size:10px;border-top:1px solid var(--line)}.check-form,.page-stack{max-width:1050px;margin:0 auto}.form-intro{display:flex;gap:22px;align-items:center;margin-bottom:35px}.form-intro .round-icon{margin:0}.form-intro h2{font-size:36px;margin:5px 0}.form-intro p{margin:0;color:var(--muted)}.form-section{background:var(--warm);border:1px solid var(--line);border-radius:16px;padding:30px;margin-bottom:18px}.form-section h3{display:flex;align-items:center;gap:12px;margin-bottom:25px}.form-section h3 span{font-size:10px;width:28px;height:28px;border-radius:50%;background:var(--forest);color:#fff;display:grid;place-items:center}.field-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0 16px}.check-form textarea{resize:vertical}.photo-rules{display:flex;gap:15px;background:#eef3ed;border-radius:12px;padding:18px;margin-bottom:22px;color:#49685e}.photo-rules svg{flex:0 0 auto}.photo-rules p{font-size:12px;margin:4px 0}.dropzone{min-height:150px!important;border:1px dashed #8da399;border-radius:12px;display:flex!important;align-items:center;justify-content:center;padding:20px;text-align:center;background:#fbfcf9;position:relative}.dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer}.dropzone span{font-weight:400;color:var(--muted);font-size:12px}.form-actions{display:flex;justify-content:flex-end}.success-state{max-width:620px;margin:8vh auto;text-align:center}.success-state>span{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:#dcebdc;color:var(--forest);margin:0 auto 25px}.success-state h2{font-size:42px}.success-state p{color:var(--muted)}.section-heading{margin-bottom:30px}.section-heading.row{display:flex;justify-content:space-between;align-items:flex-end;gap:25px}.timeline{border-left:1px solid #ccd8d0;margin-left:12px;padding-left:34px}.timeline>article{position:relative;margin-bottom:18px}.timeline-dot{position:absolute;width:11px;height:11px;border-radius:50%;background:var(--forest);left:-40px;top:30px;box-shadow:0 0 0 6px var(--paper)}.check-card-head{display:flex;justify-content:space-between;align-items:center}.check-card-head small{font-size:10px;color:#71867e;letter-spacing:.12em}.check-card-head h3{margin:6px 0}.mini-metrics{border-top:1px solid var(--line);margin-top:18px;padding-top:18px;display:grid;grid-template-columns:repeat(4,1fr)}.mini-metrics span{display:flex;flex-direction:column;color:var(--muted);font-size:11px}.mini-metrics strong{font-size:16px;color:var(--ink);margin-bottom:4px}.empty-state{padding:55px 20px;text-align:center;color:var(--muted)}.empty-state>span{width:60px;height:60px;border-radius:50%;background:var(--sage-light);color:var(--forest);display:grid;place-items:center;margin:auto}.empty-state h3{color:var(--ink);margin:18px 0 5px}.empty-state p{font-size:13px}.report-hero{text-align:center;padding:10px 0 28px}.demo-badge{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#f3e8c8;padding:8px 13px;font-size:10px;font-weight:800;letter-spacing:.1em}.demo-badge svg{width:16px}.report-hero h2{font-size:38px;margin:18px 0 5px}.report-hero p{color:var(--muted)}.report-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}.report-metrics{margin-top:18px}.report-metrics>div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.report-section{margin-top:22px}.report-section>strong{font-family:Inter;font-size:14px}.report-section ul{padding-left:20px;color:#5f746c;font-size:13px;line-height:1.8}.client-list>div,.coach-list>div{display:flex;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.client-list>div:last-child,.coach-list>div:last-child{border:0}.client-list>div>div,.coach-list>div>div{display:flex;flex-direction:column;flex:1;min-width:0}.client-list small,.coach-list small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-list>div>span:last-child{font-size:12px;color:var(--muted)}.client-avatar{width:42px;height:42px;flex:0 0 auto;border-radius:50%;background:#d5e0e7;color:#244454;display:grid;place-items:center;font-weight:800}.client-avatar.sage{background:#e1e5d6;color:#526044}.client-avatar.large{width:55px;height:55px}.client-avatar.xl{width:80px;height:80px;font-size:27px}.privacy-panel{background:#edf2ec}.privacy-panel>svg{width:40px;height:40px;margin-bottom:30px;color:var(--forest)}.privacy-panel h3{font-size:23px;margin:8px 0}.privacy-panel p{color:#63756f;font-size:13px}.privacy-panel button{padding:0;margin-top:20px}.segmented{background:#e8ebe6;border-radius:10px;padding:4px;display:flex}.segmented button{min-height:40px;padding:0 14px;border:0;border-radius:7px;background:transparent;color:#65766f;font-weight:600}.segmented button.active{background:#fff;color:var(--forest);box-shadow:0 2px 8px #0000000f}.client-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.client-card{min-height:250px;text-align:left;background:var(--warm);border:1px solid var(--line);border-radius:15px;padding:22px;color:var(--ink);transition:transform .2s,box-shadow .2s}.client-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.client-card-top,.client-card-foot{display:flex;justify-content:space-between;align-items:center}.path-badge{font-size:9px;text-transform:uppercase;letter-spacing:.08em;background:#dbe7eb;color:#305663;border-radius:999px;padding:7px 9px}.path-badge.female{background:#e5eadc;color:#536448}.client-card h3{margin:27px 0 5px;font-size:19px}.client-card p{color:var(--muted);font-size:12px;min-height:45px}.client-card-foot{border-top:1px solid var(--line);padding-top:16px;color:#71817b;font-size:11px}.client-card-foot span{display:flex;align-items:center;gap:6px}.client-card-foot svg{width:16px}.client-hero{display:flex;align-items:center;gap:20px;margin-bottom:28px}.client-hero p{color:var(--muted);margin:0}.protected-block{background:var(--forest);color:#fff;border-radius:16px;padding:40px;display:flex;gap:24px;align-items:flex-start}.protected-block>svg{width:45px;height:45px;flex:0 0 auto;color:#e7d6a5}.protected-block h3{font-size:25px;margin:0}.protected-block p{color:#c5d4cd}.protected-block small{color:#98b1a6}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.photo-grid figure{margin:0;background:#edf0ea;border-radius:11px;overflow:hidden}.photo-grid img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block}.photo-grid figcaption{text-transform:uppercase;text-align:center;padding:10px;font-size:10px;letter-spacing:.12em}.simple-table{margin-top:15px}.simple-table>div{display:grid;grid-template-columns:1fr 1fr 1fr;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px}.simple-table span{color:var(--muted)}.invite-reveal{background:#f4e8c3;border:1px solid #ddca92;border-radius:15px;padding:25px;display:flex;justify-content:space-between;gap:20px}.invite-reveal code{display:block;background:#fff9e9;border:1px dashed #bea34f;border-radius:8px;padding:13px;margin:12px 0;font-size:16px;word-break:break-all}.invite-reveal p{font-size:12px;margin:0}.invite-reveal>button{width:44px;height:44px;border:0;background:transparent}.coach-list select{min-height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 10px}.audit-table>div{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.audit-table>div:last-child{border:0}.decision{font-size:10px;text-transform:uppercase;font-weight:800;letter-spacing:.08em;padding:7px;border-radius:999px;text-align:center}.decision.allowed{color:#2e6a49;background:#dff0e3}.decision.denied{color:#933d37;background:#f8dfdc}.audit-table>div>div{display:flex;flex-direction:column}.audit-table small,.audit-table time{color:var(--muted);font-size:11px}.consent-list>label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line);gap:20px}.consent-list label>div{display:flex;flex-direction:column}.consent-list small{color:var(--muted);font-weight:400;margin-top:5px}.consent-list input{appearance:none;width:50px;height:28px;border-radius:999px;background:#c8d0cb;position:relative;transition:background .2s;flex:0 0 auto}.consent-list input:after{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .2s}.consent-list input:checked{background:var(--forest)}.consent-list input:checked:after{transform:translate(22px)}.consent-list>.button{margin-top:22px}.data-actions{display:flex;align-items:center;justify-content:space-between}.data-actions>div{display:flex;gap:15px;align-items:center}.data-actions>div>div{display:flex;flex-direction:column}.data-actions small{color:var(--muted);margin-top:4px}@media(max-width:1100px){.stats-grid,.client-cards,.field-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr .8fr;gap:45px}.method-grid{grid-template-columns:repeat(2,1fr);gap:15px}.dashboard-grid{grid-template-columns:1fr}.next-action .button{margin-top:20px}}@media(max-width:760px){.welcome-page{padding:22px}.secure-pill{display:none}.hero{grid-template-columns:1fr;padding:55px 0 30px}.hero-copy h1{font-size:48px}.hero-copy>p{font-size:16px}.method-card{display:none}.welcome-footer{flex-direction:column;align-items:flex-start;gap:6px}.auth-page{display:block}.auth-aside{display:none}.auth-panel{min-height:100vh;padding:20px 24px}.auth-form h2{font-size:36px}.app-shell{display:block}.sidebar{transform:translate(-102%);transition:transform .25s;width:min(290px,82vw);box-shadow:20px 0 60px #0003}.sidebar.open{transform:none}.mobile-menu{display:grid;place-items:center;position:fixed;right:18px;top:18px;width:46px;height:46px;border:0;border-radius:50%;background:var(--forest);color:#fff;z-index:30;box-shadow:0 8px 20px #173f3533}.app-main{width:100%}.topbar{height:82px;padding:0 76px 0 20px}.top-actions{display:none}.content{padding:28px 18px}.greeting,.section-heading.row{display:block}.greeting .button,.section-heading.row>.button{margin-top:20px}.greeting h2,.section-heading h2{font-size:34px}.stats-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:16px;display:block}.stat-icon{margin-bottom:12px}.stat-card strong{font-size:21px}.dashboard-grid{grid-template-columns:1fr}.panel{padding:20px}.panel-title{align-items:flex-start}.chart{margin-left:4px;margin-right:4px}.app-footer{padding:22px 18px;flex-direction:column;gap:5px}.form-intro{align-items:flex-start}.form-intro h2{font-size:31px}.form-section{padding:20px}.field-grid{grid-template-columns:1fr}.mini-metrics{grid-template-columns:1fr 1fr;gap:17px}.check-card-head{align-items:flex-start}.check-card-head .button{font-size:0}.check-card-head .button svg{width:22px}.report-grid{grid-template-columns:1fr}.report-hero h2{font-size:31px}.client-cards{grid-template-columns:1fr}.segmented{margin-top:20px;overflow-x:auto}.client-hero{align-items:flex-start}.protected-block{padding:25px;display:block}.protected-block>svg{margin-bottom:18px}.photo-grid{grid-template-columns:1fr 1fr}.audit-table>div{grid-template-columns:90px 1fr}.audit-table time{grid-column:2}.data-actions{align-items:flex-start;gap:15px}.data-actions>div>svg{display:none}.consent-list>label{align-items:flex-start}.auth-form fieldset{grid-template-columns:1fr}.invite-reveal{padding:18px}.invite-reveal>button{flex:0 0 auto}}@media(max-width:390px){.hero-copy h1{font-size:41px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.stats-grid{grid-template-columns:1fr}.topbar h1{font-size:17px}.content{padding-left:14px;padding-right:14px}.photo-grid{grid-template-columns:1fr}.simple-table>div{grid-template-columns:1fr 1fr}.simple-table>div span:last-child{display:none}.data-actions{display:block}.data-actions .button{margin-top:18px;width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.coach-row{padding:12px 0;border-bottom:1px solid var(--line)}.coach-row:last-child{border:0}.coach-main{display:flex;align-items:center;gap:12px}.coach-main>div{display:flex;flex-direction:column;flex:1;min-width:0}.coach-main small{color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assignments{padding:10px 0 0 54px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.assignment-add{display:flex;gap:8px}.assignment-add select{min-width:220px}.assignment-chip{display:inline-flex;align-items:center;gap:5px;background:var(--sage-light);border-radius:999px;padding:6px 7px 6px 11px;font-size:11px}.assignment-chip button{width:28px;height:28px;border:0;border-radius:50%;background:#173f3517;display:grid;place-items:center;color:var(--forest)}.assignment-chip svg{width:14px}@media(max-width:760px){.coach-main{align-items:flex-start;flex-wrap:wrap}.coach-main>select{margin-left:54px}.assignments{padding-left:0}.assignment-add{width:100%;flex-direction:column}.assignment-add select{min-width:0;width:100%}}.journey-loading{min-height:300px;display:grid;place-items:center;color:var(--muted)}.journey-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:-12px 0 22px}.journey-strip button{min-height:82px;border:1px solid var(--line);border-radius:13px;background:var(--warm);padding:15px;display:flex;align-items:center;gap:12px;color:#60736d;text-align:left}.journey-strip button>svg:first-child{width:22px}.journey-strip button>svg:last-child{margin-left:auto;width:18px}.journey-strip button span{display:flex;flex-direction:column}.journey-strip button small{font-size:8px;letter-spacing:.12em}.journey-strip button strong{color:var(--ink);margin-top:4px}.journey-strip button.done{border-color:#b9cfbd;background:#eff6ee;color:#2f694a}.journey-strip button.current{border-color:#d9c47f;background:#fbf6e7}.payment-hero{display:flex;align-items:center;justify-content:space-between;background:var(--forest);color:#fff;padding:42px;border-radius:20px;margin-bottom:18px;overflow:hidden}.payment-hero h2,.intake-intro h2{font-size:clamp(34px,5vw,55px);letter-spacing:-.05em;margin:10px 0}.payment-hero p{color:#c8d8d1;max-width:700px;margin:0}.payment-icon{width:105px;height:105px;border-radius:50%;background:#ede3c7;color:var(--forest);display:grid;place-items:center;flex:0 0 auto}.payment-icon svg{width:42px;height:42px}.checkout-card{padding:34px}.checkout-line{display:flex;justify-content:space-between;align-items:flex-start;gap:25px;padding-bottom:22px;border-bottom:1px solid var(--line)}.checkout-line>div{display:flex;flex-direction:column}.checkout-line small{color:var(--muted);margin-top:7px}.checkout-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.checkout-features span{display:flex;align-items:center;gap:8px;font-size:13px}.checkout-features svg{width:17px;color:#427757}.demo-payment-note{display:flex;align-items:center;gap:10px;background:#edf2ec;color:#526a62;padding:14px;border-radius:10px;font-size:12px}.demo-payment-note svg{width:18px;flex:0 0 auto}.checkout-button{width:100%;margin-top:18px}.compact-success{margin-top:3vh}.compact-success .demo-payment-note{max-width:600px;margin:20px auto}.locked-step{min-height:320px;border:1px dashed #bac7bf;border-radius:18px;background:#fff6;display:grid;place-content:center;text-align:center;justify-items:center;padding:35px;color:var(--muted)}.locked-step>svg{width:50px;height:50px;color:var(--forest);margin-bottom:18px}.locked-step h2{color:var(--ink);margin-bottom:5px}.intake-intro{padding:15px 0 35px}.intake-intro>p{max-width:760px;color:var(--muted)}.demo-intake-action{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:24px;padding:16px 18px;border:1px solid #d7c889;border-radius:12px;background:#fbf6e7}.demo-intake-action>div{display:flex;align-items:center;gap:12px}.demo-intake-action svg{width:23px;color:#8b7130;flex:0 0 auto}.demo-intake-action span{display:flex;flex-direction:column;gap:3px}.demo-intake-action strong{font-size:13px}.demo-intake-action small{font-size:11px;color:var(--muted);font-weight:500}.step-kicker{font-size:10px;font-weight:800;letter-spacing:.16em;color:#6b857b}.intake-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:28px}.intake-progress span{padding:10px;background:#e8ece7;border-radius:8px;font-size:10px;text-align:center;color:#73827d}.intake-progress span.active{background:var(--forest);color:#fff}.intake-section{padding:34px}.intake-section h3{font-size:22px}.section-help{color:var(--muted);font-size:13px;margin-top:-12px}.field-grid.two{grid-template-columns:repeat(2,1fr)}.field-grid.three{grid-template-columns:repeat(3,1fr)}.form-success{background:#e5f2e5;color:#326a49;padding:12px 14px;border-radius:9px;margin:12px 0;display:flex;align-items:center;gap:8px}.intake-summary{display:grid;gap:14px;margin-bottom:18px}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:16px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.summary-grid>div{background:var(--warm);padding:14px;display:flex;flex-direction:column;gap:5px;min-width:0}.summary-grid small{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.summary-grid strong{font-size:12px;line-height:1.4;overflow-wrap:anywhere}.program-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.program-card{border:1px solid var(--line);border-radius:18px;padding:28px;background:var(--warm);position:relative;overflow:hidden}.program-card.training{border-top:4px solid var(--forest)}.program-card.nutrition{border-top:4px solid var(--gold)}.program-card>div{padding-right:40px}.program-card h3{font-size:23px;margin:8px 0}.program-card small{color:var(--muted)}.program-icon{width:46px;height:46px;border-radius:12px;background:var(--sage-light);display:grid;place-items:center;color:var(--forest);float:right}.program-card.nutrition .program-icon{background:#f3e8c8}.program-card pre{white-space:pre-wrap;font-family:inherit;font-size:13px;line-height:1.7;background:#f0f2ed;border-radius:11px;padding:18px;margin:24px 0 0;max-height:560px;overflow:auto;color:#3f5a51}.payment-status{margin-left:auto;border-radius:999px;padding:9px 13px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.payment-status.paid{background:#e1f0e2;color:#31694a}.payment-status.pending{background:#f6e1de;color:#91413b}.client-section-heading{margin:15px 0}.client-section-heading h2{font-size:29px}.coach-programs{margin:18px 0}.program-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.program-actions article{display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:12px;padding:14px}.program-actions article>div{display:flex;flex-direction:column;flex:1;min-width:0}.program-actions small{font-size:9px;color:var(--muted);letter-spacing:.1em}.program-actions strong{font-size:12px;margin-top:4px}.program-actions .program-icon{float:none;flex:0 0 auto}.program-editor{border-top:1px solid var(--line);margin-top:22px;padding-top:22px}.program-editor h4{font-family:Inter,ui-sans-serif,sans-serif;font-size:20px}.program-editor label{display:flex;flex-direction:column;gap:7px;margin:14px 0;font-size:12px;font-weight:700}.program-editor input,.program-editor textarea{border:1px solid #ccd5cf;border-radius:9px;padding:12px;background:#fff;resize:vertical}.editor-buttons{display:flex;justify-content:flex-end;gap:8px}@media(max-width:760px){.journey-strip{grid-template-columns:1fr}.payment-hero{padding:28px;display:block}.payment-icon{display:none}.checkout-card{padding:22px}.checkout-line{display:block}.checkout-line>strong{display:block;margin-top:15px}.checkout-features{grid-template-columns:1fr}.demo-intake-action{align-items:stretch;flex-direction:column}.demo-intake-action .button{width:100%}.intake-progress{grid-template-columns:1fr 1fr}.intake-progress span:last-child{grid-column:1/-1}.intake-section{padding:20px}.field-grid.two,.field-grid.three{grid-template-columns:1fr}.summary-grid{grid-template-columns:1fr 1fr}.program-grid,.program-actions{grid-template-columns:1fr}.client-hero{flex-wrap:wrap}.payment-status{margin-left:100px}.editor-buttons{flex-direction:column-reverse}.editor-buttons .button{width:100%}}@media(max-width:390px){.summary-grid{grid-template-columns:1fr}.payment-status{margin-left:0}.program-card{padding:20px}}.precision-example{border:1px solid #d9c47f;background:#fbf6e7;border-radius:12px;padding:16px 18px;margin:0 0 18px;color:#59685f}.precision-example strong{color:#735d21}.precision-example p{margin:6px 0 0;font-size:13px;line-height:1.6}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.choice-card{display:grid;grid-template-columns:auto 1fr;gap:3px 12px;text-align:left;border:1px solid var(--line);border-radius:14px;padding:20px;background:#fff;color:var(--ink)}.choice-card>svg{grid-row:1/3;width:28px;height:28px;color:var(--forest)}.choice-card span{font-size:12px;color:var(--muted);line-height:1.5}.choice-card.selected{border:2px solid var(--forest);background:#edf4ef;box-shadow:0 8px 24px #173f3514}.intake-mode{border-left:4px solid var(--gold)}.exercise-gallery{clear:both;margin-top:24px;display:grid;gap:16px}.exercise-gallery-title{display:flex!important;gap:10px;align-items:center;padding:15px!important;background:#edf4ef;border-radius:10px}.exercise-gallery-title svg{color:var(--forest)}.exercise-gallery-title div{display:flex;flex-direction:column}.exercise-card{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff}.exercise-head{display:flex!important;align-items:flex-start;justify-content:space-between;gap:14px;padding:0!important}.exercise-head h4{font-family:Inter,ui-sans-serif,sans-serif;font-size:18px;margin:4px 0}.exercise-head p{font-size:12px;color:var(--muted);margin:0}.exercise-head>span{font-size:10px;color:var(--muted);max-width:38%;text-align:right}.exercise-images{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;padding:0!important;margin:16px 0}.exercise-images figure{margin:0;background:#f0f2ed;border-radius:10px;overflow:hidden}.exercise-images img{width:100%;height:230px;object-fit:contain;display:block}.exercise-images figcaption{text-align:center;padding:7px;font-size:10px;color:var(--muted)}.exercise-card ol,.exercise-card ul{font-size:12px;line-height:1.6;padding-left:22px}.exercise-card details{border-top:1px solid var(--line);padding-top:10px}.exercise-card summary{font-size:11px;font-weight:800;cursor:pointer}.exercise-source{display:block;text-align:right;color:var(--muted)}.messages-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px;min-height:620px}.conversation-list{padding:20px;overflow:auto}.conversation-list h3{margin:8px 0 18px}.conversation-list>button{width:100%;border:0;background:transparent;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:10px;border-radius:10px;text-align:left}.conversation-list>button.active{background:#e8f0ea}.conversation-list>button>span{width:38px;height:38px;border-radius:50%;background:var(--sage-light);display:grid;place-items:center}.conversation-list>button>span svg{width:18px}.conversation-list>button div{min-width:0;display:flex;flex-direction:column}.conversation-list>button small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted)}.conversation-list>button b{background:var(--forest);color:#fff;border-radius:999px;min-width:20px;padding:3px;text-align:center;font-size:10px}.chat-panel{padding:22px;display:flex;flex-direction:column;min-height:580px}.chat-messages{flex:1;overflow:auto;display:flex;flex-direction:column;gap:10px;padding:18px 4px}.chat-message{max-width:75%;align-self:flex-start;background:#eef0ec;border-radius:4px 14px 14px;padding:11px 14px}.chat-message.mine{align-self:flex-end;background:var(--forest);color:#fff;border-radius:14px 4px 14px 14px}.chat-message strong{font-size:10px}.chat-message p{margin:4px 0;white-space:pre-wrap}.chat-message time{font-size:9px;opacity:.65}.chat-empty,.chat-placeholder{display:grid;place-content:center;text-align:center;color:var(--muted)}.chat-compose{display:grid;grid-template-columns:1fr auto;gap:8px;border-top:1px solid var(--line);padding-top:14px}.chat-compose textarea{resize:none;border:1px solid #cdd6d0;border-radius:10px;padding:11px}.chat-compose .button{width:48px;padding:0}.chat-compose svg{width:18px}.vision-report{border:1px solid #c7d8cb;background:#f4f8f4;border-radius:14px;padding:18px}.vision-report-head{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.vision-report-head>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--forest);color:#fff}.vision-report-head small{font-size:9px;letter-spacing:.1em}.vision-report-head h4{font-family:Inter,ui-sans-serif,sans-serif;margin:4px 0;font-size:15px}.vision-report-head em{font-size:10px;color:var(--muted)}.vision-section{padding-top:14px}.vision-section strong{font-size:11px;text-transform:uppercase;letter-spacing:.06em}.vision-section ul{margin:8px 0 0;padding-left:20px;font-size:12px;line-height:1.6}.vision-report footer{display:flex;align-items:center;gap:7px;border-top:1px solid #d6e1d7;margin-top:15px;padding-top:12px;font-size:10px;color:var(--muted)}.vision-report footer svg{width:15px}.check-reports{display:grid;gap:18px}.coach-check-report{display:grid;grid-template-columns:220px 1fr;gap:14px;border-top:1px solid var(--line);padding-top:16px}.analysis-pending{display:flex;align-items:center;gap:8px;color:var(--muted)}@media(max-width:760px){.choice-grid,.messages-layout{grid-template-columns:1fr}.exercise-head{display:block!important}.exercise-head>span{display:block;max-width:none;text-align:left;margin-top:8px}.exercise-images img{height:180px}.messages-layout{min-height:0}.conversation-list{max-height:280px}.coach-check-report{grid-template-columns:1fr}.chat-panel{min-height:520px}.intake-progress{grid-template-columns:repeat(2,1fr)}}.checkout-code{display:flex;gap:12px;align-items:end;margin:22px 0}.checkout-code label{flex:1}.discount-result{display:flex;gap:8px;align-items:center;padding:14px 16px;margin-bottom:14px;border-radius:12px;background:#eaf5ee;color:#174a3c}.demo-payment-note button{margin-left:auto;border:0;background:transparent;color:inherit;text-decoration:underline;cursor:pointer}.photo-team-notice{padding:18px;margin-bottom:18px;border:1px solid #d7dfd9;border-radius:14px;background:#f5f7f3}.photo-team-notice p{margin:7px 0;line-height:1.55}.program-file{display:inline-flex;gap:8px;align-items:center;margin:12px 0;padding:10px 14px;border-radius:10px;background:#eef4ef;color:#174a3c;font-weight:700;text-decoration:none}.program-file svg{width:18px}.program-actions article a{font-size:12px;color:#47655d}.notification-button{position:relative}.notification-button b{position:absolute;right:-5px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:20px;background:#c83f3f;color:#fff;font-size:11px;line-height:18px}.notification-list{padding:0;overflow:hidden}.notification-list article{display:flex;gap:16px;padding:18px 20px;border-bottom:1px solid #e5e9e3}.notification-list article:last-child{border:0}.notification-list article.unread{background:#f1f7f2}.notification-list article>span{color:#315f52}.notification-list p{margin:5px 0}.notification-list small{color:#75827d}.invite-form label,.review-detail label{display:flex;gap:7px;flex-direction:column;font-weight:700}.invite-form input,.invite-form select,.review-detail textarea{padding:13px;border:1px solid #cad6d0;border-radius:10px;background:#fff;font:inherit}.invite-form>.button{margin-top:18px}.invite-list article{display:grid;grid-template-columns:1fr auto auto auto;gap:18px;align-items:center;padding:15px 0;border-bottom:1px solid #e1e6e1}.invite-list article div{display:flex;flex-direction:column}.invite-list small{color:#74817c}.invite-list em{font-style:normal;font-size:12px;text-transform:uppercase}.invite-list button{border:0;background:transparent;color:#a43a3a;cursor:pointer}.review-queue{display:grid;gap:12px}.review-queue button{display:flex;gap:16px;align-items:center;text-align:left;cursor:pointer}.review-queue button div{display:flex;flex:1;flex-direction:column}.review-queue button>span{padding:6px 10px;border-radius:20px;background:#edf4ef;font-size:12px}.review-detail form{margin-top:24px}.review-detail textarea{margin:8px 0 14px}.photo-confirm{display:flex;gap:18px;align-items:center;padding:18px;border:1px solid #d9dfdc;border-radius:14px;background:#f8f8f5}.photo-confirm p{flex:1;margin:0}.asia-reviews article{padding:15px 0;border-bottom:1px solid #e4e8e4}.asia-reviews p{white-space:pre-wrap;line-height:1.6}@media(max-width:700px){.checkout-code{align-items:stretch;flex-direction:column}.checkout-code .button{width:100%}.invite-list article{grid-template-columns:1fr auto}.photo-confirm{align-items:flex-start;flex-direction:column}.photo-confirm .button{width:100%}}:root{font-family:DM Sans,Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--forest:#123d32;--forest-2:#1c5847;--gold:#c3a45d;--paper:#f7f4ea;--warm:#fcfaf4}h1,h2,h3,.brand{font-family:Manrope,Inter,ui-sans-serif,sans-serif}.brand strong{font-size:15px;letter-spacing:.08em}.brand small{color:#8d7850;font-size:7px;letter-spacing:.22em}.brand.compact small{color:#d9c995}.welcome-page{background-color:#f7f4ea;background-image:linear-gradient(30deg,rgba(18,61,50,.035) 12%,transparent 12.5%,transparent 87%,rgba(18,61,50,.035) 87.5%),linear-gradient(150deg,rgba(18,61,50,.035) 12%,transparent 12.5%,transparent 87%,rgba(18,61,50,.035) 87.5%),linear-gradient(30deg,rgba(195,164,93,.04) 12%,transparent 12.5%,transparent 87%,rgba(195,164,93,.04) 87.5%);background-size:84px 146px;background-position:0 0,0 0,42px 73px}.welcome-page:before{content:"";position:absolute;width:580px;height:580px;border:1px solid rgba(195,164,93,.22);border-radius:50% 50% 12px;left:-340px;bottom:-350px;transform:rotate(45deg)}.hero{grid-template-columns:minmax(0,1.12fr) minmax(370px,.78fr)}.hero-copy h1{max-width:810px}.hero-copy h1 em{display:inline;color:#967d45}.hero-copy>p{max-width:720px}.method-card{border-radius:180px 180px 28px 28px;padding:46px 36px 32px;background:linear-gradient(155deg,#174b3d,#0f332a);box-shadow:0 35px 90px #0d302747}.method-card:after{inset:13px;border-color:#e0c87f3d;border-radius:165px 165px 18px 18px}.method-top{position:relative;z-index:1;margin-top:6px}.rhythm-mark{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:34px 20px 24px}.rhythm-mark>svg{width:38px;height:38px;color:#e4cb84;margin-bottom:14px}.rhythm-mark small{font-size:8px;letter-spacing:.18em;color:#b8cbc2}.rhythm-mark strong{font-family:Manrope,sans-serif;font-size:16px;line-height:1.5;margin-top:10px}.faith-rhythm{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:0 22px;padding:16px 8px;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}.faith-rhythm span{min-height:39px;display:flex;align-items:center;gap:12px;text-transform:uppercase;font-family:Manrope,sans-serif;font-size:11px;letter-spacing:.12em;color:#eef3ed}.faith-rhythm span:last-child{grid-column:1/-1;justify-content:center;color:#e4cb84}.faith-rhythm svg{width:18px;height:18px;color:#d8c17d}.method-card>p{position:relative;z-index:1;font-family:DM Sans,sans-serif}.auth-aside{background-color:#123d32;background-image:linear-gradient(30deg,rgba(255,255,255,.025) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.025) 87.5%),linear-gradient(150deg,rgba(255,255,255,.025) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.025) 87.5%);background-size:84px 146px}.auth-aside:after{border-color:#e0c87f2e;border-radius:50% 50% 8px;transform:rotate(45deg)}.top-eyebrow{color:#8e7740}.payment-hero{position:relative;background:linear-gradient(145deg,#123d32,#1c5847);overflow:hidden}.payment-hero:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(228,203,132,.22);border-radius:50% 50% 12px;right:-95px;bottom:-145px;transform:rotate(45deg)}.payment-hero>div,.payment-icon{position:relative;z-index:1}.intake-intro{position:relative}.intake-intro:after{content:"";display:block;width:58px;height:3px;margin-top:24px;background:linear-gradient(90deg,var(--gold),transparent)}@media(max-width:900px){.hero{grid-template-columns:1fr}.method-card{max-width:600px;width:100%;margin:0 auto}.brand strong{font-size:14px}}@media(max-width:600px){.method-card{border-radius:120px 120px 24px 24px;padding:38px 24px 26px}.method-top{display:block;text-align:center}.method-top span{display:block;margin-bottom:7px}.faith-rhythm{grid-template-columns:1fr}.faith-rhythm span:last-child{grid-column:auto;justify-content:flex-start}.hero-copy h1{font-size:43px}.hero-copy>p{font-size:16px}.secure-pill{font-size:0}.secure-pill svg{width:18px}.brand strong{font-size:12px}}.experience-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:22px 0 8px;max-width:720px}.experience-proof span{border:1px solid rgba(195,164,93,.34);background:#ffffff8a;border-radius:14px;padding:12px 14px;color:var(--forest);font-size:.78rem;line-height:1.3}.experience-proof strong{display:block;color:#8e7740;font-family:Manrope,sans-serif;font-size:1.55rem;line-height:1;margin-bottom:5px}@media(max-width:600px){.experience-proof{grid-template-columns:1fr}}
