:root{--navy:#0b2545;--navy-deep:#08203e;--teal:#149a8e;--teal-dark:#0f7d73;--teal-light:#b9e2dc;--teal-pale:#d8efeb;--gold:#f1c33d;--gold-pale:#fcf3da;--rose:#f7d4cf;--rose-deep:#d65a4f;--text:#45516a;--text-strong:#0b2545;--bg:#fff;--bg-soft:#f7f8f7;--bg-card:#fff;--border:#e6e8ec;--shadow-card:0 2px 6px #0b25450d;--shadow-strong:0 24px 50px #0b25452e}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.55;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4{color:var(--text-strong);margin:0;font-weight:700;line-height:1.15}p{margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.page{max-width:1100px;color:var(--text);margin:0 auto;padding:24px clamp(18px,4vw,36px) 0}.page-label{text-align:center;letter-spacing:.18em;color:var(--text-strong);margin-bottom:18px;font-size:12px;font-weight:700}.site-header{justify-content:space-between;align-items:center;padding:14px 0 28px;display:flex}.logo{color:var(--navy);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.logo-img{flex-shrink:0;width:auto;height:56px;display:block}.logo-wordmark{letter-spacing:-.2px;color:inherit;max-width:130px;font-size:18px;font-weight:800;line-height:1.1}.logo-dark{color:#fff}.nav{gap:38px;display:flex}.nav a{color:var(--navy);font-size:15px;font-weight:500}.nav a:hover{color:var(--teal)}.hero{grid-template-columns:1fr 1fr;align-items:start;gap:28px;padding:6px 0 56px;display:grid}.hero-title{letter-spacing:-1px;color:var(--navy);margin-bottom:22px;font-size:clamp(38px,5vw,56px);font-weight:800;line-height:1.05}.hero-title .accent{color:var(--teal)}.hero-desc{color:#4d5a72;max-width:460px;margin-bottom:30px;font-size:16px;line-height:1.55}.hero-features{grid-template-columns:repeat(4,1fr);gap:14px;max-width:460px;margin-bottom:32px;display:grid}.hero-feature{text-align:center}.hero-feature-icon{width:38px;height:38px;color:var(--teal);margin:0 auto 8px}.hero-feature-icon svg{width:100%;height:100%}.hero-feature-title{color:var(--navy);margin-bottom:4px;font-size:14px;font-weight:700}.hero-feature-desc{color:#6a7689;font-size:11.5px;line-height:1.35}.btn-primary{background:var(--teal);color:#fff;border-radius:10px;align-items:center;gap:10px;padding:14px 26px;font-size:15px;font-weight:600;transition:background .15s,transform .15s;display:inline-flex;box-shadow:0 6px 14px #149a8e40}.btn-primary svg{width:18px;height:18px}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-1px)}.hero-right{position:relative}.hero-image{background:#e6edee;border-radius:8px;width:100%;height:clamp(280px,40vw,460px);overflow:hidden}.hero-image img{object-fit:cover;width:100%;height:100%}.testimonial{background:var(--navy-deep);color:#fff;width:320px;box-shadow:var(--shadow-strong);border-radius:10px;padding:18px 22px 20px;position:absolute;bottom:18px;right:-8px}.stars{gap:3px;margin-bottom:10px;display:flex}.stars svg{width:16px;height:16px}.testimonial-quote{color:#f0f4fa;margin-bottom:12px;font-size:14px;line-height:1.5}.testimonial-author{color:#c7d3e3;font-size:13px}.challenge-section,.program-section,.callout,.audience{scroll-margin-top:24px}.challenge-section{background:var(--bg-soft);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:48px calc(50vw - 50%)}.challenge-grid{grid-template-columns:1.3fr 1fr;align-items:center;gap:40px;max-width:1028px;margin:0 auto;display:grid}.challenge-card{grid-template-columns:170px 1fr;align-items:start;gap:26px;display:grid}.challenge-photo{background:#d8dde6;border-radius:50%;width:170px;height:170px;overflow:hidden}.challenge-photo img{object-fit:cover;width:100%;height:100%}.challenge-content h2{color:var(--navy);margin-bottom:12px;font-size:22px}.challenge-content p{color:#56627a;margin-bottom:10px;font-size:13.5px;line-height:1.55}.challenge-content p:last-child{margin-bottom:0}.perspective-card{background:#e3eeec;border-radius:10px;padding:28px 30px;position:relative}.perspective-icon{background:#c9e0db;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:14px;display:flex}.perspective-icon svg{width:30px;height:30px}.perspective-card h2{color:var(--teal-dark);margin-bottom:12px;font-size:22px}.perspective-card p{color:#4a5b76;margin-bottom:10px;font-size:13.5px;line-height:1.55}.perspective-card p:last-child{margin-bottom:0}.program-section{text-align:center;padding:50px 0 40px}.program-heading{color:var(--teal-dark);letter-spacing:.3px;margin-bottom:6px;font-size:22px;font-weight:700}.program-heading .dot{color:var(--teal);margin:0 8px}.program-sub{color:var(--navy);margin-bottom:32px;font-size:15px;font-weight:600}.program-grid{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}.program-item{text-align:center;padding:0 4px}.program-icon{color:var(--teal);width:48px;height:48px;margin:0 auto 12px}.program-icon svg{width:100%;height:100%}.program-item p{color:#4d5a72;font-size:11.5px;line-height:1.4}.callout{background:var(--gold-pale);grid-template-columns:80px 1fr;align-items:center;gap:28px;margin:30px calc(50% - 50vw) 0;padding:26px calc(50vw - 50% + 14px);display:grid}.callout-icon{background:var(--gold);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;display:flex}.callout-icon svg{width:36px;height:36px}.callout-body h3{color:var(--navy);margin-bottom:10px;font-size:19px}.callout-grid{grid-template-columns:1fr 1fr;gap:38px;display:grid}.callout-grid p{color:#56627a;font-size:12.5px;line-height:1.55}.callout-grid strong{color:var(--navy);font-weight:700}.audience{grid-template-columns:1fr 1fr;gap:26px;padding:32px 0 26px;display:grid}.audience-card{box-shadow:var(--shadow-card);border:1px solid var(--border);background:#fff;border-radius:12px;padding:26px 28px}.audience-head{align-items:center;gap:14px;margin-bottom:18px;display:flex}.audience-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.audience-avatar svg{width:28px;height:28px}.audience-avatar-yes{background:var(--teal)}.audience-avatar-no{background:var(--rose)}.audience-no .audience-avatar-no svg{fill:#d65a4f}.audience-card h3{font-size:17px}.audience-yes h3{color:var(--teal-dark)}.audience-no h3{color:var(--rose-deep)}.audience-card ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.audience-card li{color:#4d5a72;grid-template-columns:22px 1fr;align-items:start;gap:10px;font-size:13.5px;line-height:1.45;display:grid}.bullet-check,.bullet-x{width:18px;height:18px;margin-top:2px}.footer-cta{background:var(--navy-deep);color:#fff;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;margin:28px calc(50% - 50vw) 0;padding:26px calc(50vw - 50% + 14px);display:grid}.footer-brand{align-items:center;display:flex}.footer-brand .logo-img{height:64px}.footer-brand .logo-wordmark{max-width:150px;font-size:19px}.footer-text h3{color:#fff;margin-bottom:4px;font-size:22px;font-weight:700}.footer-text p{color:var(--teal-light);font-size:14px}.footer-action{text-align:right}.footer-action .btn-primary{background:var(--teal)}.footer-note{color:#aebccd;margin-top:8px;font-size:12px}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;background:#0814268c;justify-content:center;align-items:center;padding:28px 18px;animation:.2s ease-out modal-fade;display:flex;position:fixed;inset:0}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:14px;grid-template-columns:1.05fr 1fr;width:100%;max-width:1020px;max-height:92vh;animation:.22s ease-out modal-pop;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 70px #00000059}@keyframes modal-pop{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}.modal-close{width:34px;height:34px;color:var(--navy);z-index:2;background:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex;position:absolute;top:14px;right:14px}.modal-close:hover{background:#fff}.modal-close svg{width:18px;height:18px}.modal-left{background:#fff;padding:36px 38px;overflow-y:auto}.modal-title{color:var(--navy);margin-bottom:6px;font-size:28px;font-weight:800}.modal-subtitle{color:var(--teal-dark);margin-bottom:14px;font-size:16px;font-weight:700}.modal-desc{color:#4d5a72;margin-bottom:18px;font-size:13.5px;line-height:1.55}.modal-note{background:#f1f3f5;border-radius:10px;margin-bottom:20px;padding:14px 16px}.modal-note-label{color:var(--navy);margin-bottom:8px;font-size:13.5px;font-weight:700}.modal-note ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.modal-note li{color:#4d5a72;grid-template-columns:18px 1fr;align-items:start;gap:10px;font-size:13px;line-height:1.45;display:grid}.modal-note .bullet-x{width:16px;height:16px;margin-top:2px}.modal-offers-label{color:var(--navy);margin-bottom:12px;font-size:14px;font-weight:700}.modal-offers{grid-template-columns:1fr 1fr;gap:10px 16px;margin-bottom:20px;display:grid}.modal-offer{color:#4d5a72;grid-template-columns:18px 1fr;align-items:start;gap:8px;font-size:12.5px;line-height:1.4;display:grid}.modal-offer .bullet-check{width:16px;height:16px;margin-top:2px}.modal-agree{color:#4d5a72;cursor:pointer;align-items:center;gap:10px;margin-bottom:14px;font-size:13.5px;display:flex}.modal-agree input{width:18px;height:18px;accent-color:var(--teal);cursor:pointer}.modal-cta{background:var(--navy-deep);color:#fff;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 22px;font-size:15px;font-weight:700;text-decoration:none;transition:background .15s,opacity .15s;display:flex}.modal-cta:hover{background:#0a2856}.modal-cta-disabled{opacity:.55;cursor:not-allowed;pointer-events:auto}.modal-cta-disabled:hover{background:var(--navy-deep)}.modal-cta svg{width:18px;height:18px}.modal-secure{color:#6b7891;justify-content:center;align-items:center;gap:6px;margin-top:10px;font-size:12px;display:flex}.modal-secure svg{width:12px;height:12px}.modal-right{background:#eaf3f1;flex-direction:column;gap:18px;padding:28px;display:flex;overflow-y:auto}.modal-image{background:#d8e4e2;border-radius:10px;width:100%;height:200px;overflow:hidden}.modal-image img{object-fit:cover;width:100%;height:100%}.modal-notice{grid-template-columns:50px 1fr;align-items:start;gap:14px;display:grid}.modal-notice-icon{background:#d3e7e3;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.modal-notice-icon svg{width:28px;height:28px}.modal-notice-body h3{color:var(--navy);margin-bottom:6px;font-size:17px}.modal-notice-body p{color:#4d5a72;margin-bottom:6px;font-size:12.5px;line-height:1.5}.modal-notice-body p:last-child{margin-bottom:0}.modal-notice-body strong{color:var(--navy);font-weight:700}.modal-badges{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:auto;padding-top:6px;display:grid}.modal-badge{text-align:center}.modal-badge-icon{width:30px;height:30px;color:var(--teal-dark);margin:0 auto 6px}.modal-badge-icon svg{width:100%;height:100%}.modal-badge p{color:var(--navy);font-size:11px;font-weight:600;line-height:1.3}@media (width<=880px){.modal{grid-template-columns:1fr;max-height:95vh;overflow-y:auto}.modal-right{order:-1;overflow-y:visible}.modal-image{height:140px}.modal-left{padding:28px 26px;overflow-y:visible}}@media (width<=960px){.hero,.challenge-grid,.audience,.callout-grid{grid-template-columns:1fr}.hero-features{grid-template-columns:repeat(4,1fr)}.program-grid{grid-template-columns:repeat(3,1fr);gap:22px}.hero-image{height:clamp(240px,50vw,380px)}.testimonial{width:100%;margin-top:14px;position:static}.footer-cta{text-align:center;grid-template-columns:1fr}.footer-action{text-align:center}.callout{text-align:center;grid-template-columns:1fr}.callout-icon{margin:0 auto}}@media (width<=560px){.nav{display:none}.hero-title{font-size:clamp(30px,8vw,40px)}.hero-desc,.hero-features{max-width:100%}.hero-features{grid-template-columns:repeat(2,1fr)}.btn-primary{justify-content:center;width:100%}.program-grid{grid-template-columns:repeat(2,1fr)}.challenge-card{text-align:center;grid-template-columns:1fr}.challenge-photo{width:140px;height:140px;margin:0 auto}.challenge-content h2,.challenge-content p{text-align:left}.modal-backdrop{align-items:flex-end;padding:10px 8px}.modal{border-radius:14px 14px 0 0;max-height:92vh}.modal-left{padding:24px 18px}.modal-right{padding:16px}.modal-image{height:100px}.modal-badges{grid-template-columns:repeat(2,1fr)}.modal-offers{grid-template-columns:1fr}}
