*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy: #223856;--navy-deep: #1a2d47;--teal: #6FBFA4;--teal-light: #a8d8c7;--teal-pale: #e8f5f0;--offwhite: #F7F3EC;--offwhite-dark: #ede8df;--text-dark: #1a2535;--text-mid: #4a5568;--text-light: #718096;--white: #ffffff}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--offwhite);color:var(--text-dark);overflow-x:hidden}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:18px 60px;background:#f7f3ecf0;backdrop-filter:blur(12px);border-bottom:1px solid rgba(34,56,86,.08)}.nav-logo{display:flex;align-items:center;gap:10px;font-family:"DM Serif Display",serif;font-size:22px;color:var(--navy);text-decoration:none}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{font-size:14px;font-weight:500;color:var(--text-mid);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--navy)}.nav-cta{display:flex;align-items:center;gap:12px}.btn-ghost{font-size:14px;font-weight:500;color:var(--navy);text-decoration:none;padding:8px 16px;border:1.5px solid rgba(34,56,86,.25);border-radius:8px}.btn-primary{font-size:14px;font-weight:600;color:var(--white);text-decoration:none;padding:9px 20px;background:var(--navy);border-radius:8px;transition:all .2s}.btn-primary:hover{background:var(--navy-deep)}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:101}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:all .3s}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-menu{display:flex;flex:1;align-items:center;justify-content:space-between;margin-left:32px}.page-hero{background:var(--navy);position:relative;overflow:hidden;padding-top:80px}.page-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 600px 500px at 20% 80%,rgba(111,191,164,.12) 0%,transparent 65%)}.page-hero-inner{position:relative;z-index:1;display:flex;align-items:center;gap:0;min-height:calc(100vh - 80px)}.page-hero-text{flex:0 0 52%;padding:80px 60px;display:flex;flex-direction:column;align-items:flex-start}.page-hero-label{display:inline-flex;align-items:center;gap:8px;background:#6fbfa426;border:1px solid rgba(111,191,164,.3);border-radius:100px;padding:6px 16px;font-size:12px;font-weight:600;color:var(--teal-light);letter-spacing:.8px;text-transform:uppercase;margin-bottom:28px}.page-hero h1{font-family:"DM Serif Display",serif;font-size:52px;line-height:1.1;color:var(--white);margin-bottom:24px}.page-hero h1 em{font-style:italic;color:var(--teal)}.page-hero-sub{font-size:18px;line-height:1.7;color:#ffffffa6;margin-bottom:40px}.btn-hero-teal{display:inline-flex;align-items:center;gap:8px;background:var(--teal);color:var(--white);font-size:16px;font-weight:600;padding:15px 28px;border-radius:12px;text-decoration:none;transition:all .25s;box-shadow:0 4px 20px #6fbfa459}.btn-hero-teal:hover{background:#5aab8f;transform:translateY(-2px)}.page-hero-image{flex:1;align-self:stretch;overflow:hidden;border-radius:20px 0 0 20px;margin-left:40px}.page-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.problem-section{background:var(--white);padding:80px 60px}.container{max-width:860px;margin:0 auto}.problem-intro{font-size:20px;line-height:1.75;color:var(--text-mid);max-width:680px;margin:0 auto 48px;text-align:center}.problem-questions{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:680px;margin:0 auto 48px}.problem-q{display:flex;align-items:flex-start;gap:14px;background:var(--offwhite);border-radius:14px;padding:20px 22px;border-left:3px solid var(--teal)}.problem-q-icon{font-size:20px;flex-shrink:0;margin-top:2px}.problem-q-text{font-size:15px;font-weight:600;color:var(--text-dark);line-height:1.5}.problem-resolution{text-align:center;max-width:560px;margin:0 auto;padding:32px;background:var(--teal-pale);border-radius:16px;border:1px solid rgba(111,191,164,.3)}.problem-resolution p{font-size:17px;line-height:1.7;color:var(--navy);font-weight:500}.problem-resolution strong{color:var(--navy);font-weight:700}.reality-section{margin-top:0}.reality-grid{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 80px)}.reality-left{background:var(--offwhite);padding:80px 60px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.reality-left-bg{position:absolute;inset:0;background:radial-gradient(ellipse 400px 400px at 0% 100%,rgba(111,191,164,.15) 0%,transparent 60%)}.reality-left-content{position:relative;z-index:1}.reality-eyebrow{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal);margin-bottom:20px}.reality-headline{font-family:"DM Serif Display",serif;font-size:42px;line-height:1.15;color:var(--navy);margin-bottom:24px}.reality-headline em{font-style:italic;color:var(--teal)}.reality-body{font-size:16px;line-height:1.8;color:var(--text-mid);margin-bottom:36px}.reality-quotes{display:flex;flex-direction:column;gap:16px}.reality-quote-item{display:flex;gap:10px;align-items:flex-start}.reality-quote-mark{font-family:"DM Serif Display",serif;font-size:28px;color:var(--teal);line-height:1;flex-shrink:0;margin-top:-4px}.reality-quote-text{font-size:15px;color:var(--text-mid);line-height:1.65;font-style:italic}.reality-right{background:var(--offwhite);padding:80px 60px;display:flex;flex-direction:column;justify-content:center}.reality-questions-label{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal);margin-bottom:24px}.reality-questions{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.reality-q{display:flex;align-items:center;gap:14px;background:var(--white);border-radius:12px;padding:16px 18px;border:1px solid var(--offwhite-dark);transition:all .2s}.reality-q:hover{border-color:var(--teal-light);box-shadow:0 4px 16px #22385612;transform:translate(4px)}.reality-q-icon{width:40px;height:40px;border-radius:10px;background:var(--teal-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0}.reality-q-text{font-size:15px;font-weight:600;color:var(--text-dark);line-height:1.45}.reality-callout{background:var(--navy);border-radius:14px;padding:24px 28px}.reality-callout p{font-size:15px;line-height:1.75;color:#fffc}.reality-callout strong{color:var(--white);font-weight:700}.wide-image-block{background:var(--white);padding:72px 80px}.wide-image-block img{display:block;width:100%;border-radius:20px;box-shadow:0 16px 48px #2238561a}.steps-section{padding:90px 60px;background:var(--offwhite)}.section-label{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal);margin-bottom:14px;text-align:center}.section-title{font-family:"DM Serif Display",serif;font-size:42px;line-height:1.12;color:var(--navy);margin-bottom:16px;text-align:center}.section-sub{font-size:17px;color:var(--text-mid);line-height:1.7;max-width:520px;margin:0 auto 64px;text-align:center}.steps-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:0}.step-row{display:grid;grid-template-columns:80px 1fr;gap:0;position:relative}.step-row:not(:last-child) .step-line{display:block}.step-left{display:flex;flex-direction:column;align-items:center;padding-top:4px}.step-circle{width:52px;height:52px;border-radius:50%;background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:"DM Serif Display",serif;font-size:20px;flex-shrink:0;z-index:1;position:relative;box-shadow:0 4px 16px #22385633}.step-line{width:2px;flex:1;background:linear-gradient(var(--teal-light),var(--offwhite-dark));margin:8px 0;min-height:40px}.step-content{background:var(--white);border-radius:16px;padding:28px 32px;margin-left:20px;margin-bottom:24px;border:1px solid var(--offwhite-dark);transition:box-shadow .25s,transform .25s}.step-content:hover{box-shadow:0 8px 32px #22385614;transform:translate(4px)}.step-header{display:flex;align-items:center;gap:14px;margin-bottom:14px}.step-icon-circle{width:42px;height:42px;border-radius:10px;background:var(--teal-pale);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.step-title{font-size:18px;font-weight:700;color:var(--navy)}.step-body{font-size:15px;color:var(--text-mid);line-height:1.7;margin-bottom:16px}.step-bullets{list-style:none;display:flex;flex-direction:column;gap:8px}.step-bullets li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-mid)}.step-bullets li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--teal);flex-shrink:0}.step-note{margin-top:14px;padding:12px 16px;background:var(--offwhite);border-radius:10px;font-size:14px;color:var(--text-mid);line-height:1.6;border-left:3px solid var(--teal)}.step-note strong{color:var(--navy)}.step-content--with-image{display:flex;gap:32px;align-items:center}.step-content-text{flex:1}.step-content-image{flex:0 0 240px;border-radius:14px;overflow:hidden;align-self:stretch}.step-content-image img{width:100%;height:100%;object-fit:cover;display:block}.experience-section{background:var(--navy);padding:90px 60px}.experience-inner{display:flex;align-items:center;gap:64px;max-width:1200px;margin:0 auto}.experience-left{flex:1}.experience-image{flex:0 0 400px;border-radius:20px;overflow:hidden;align-self:stretch}.experience-image img{width:100%;height:100%;object-fit:cover;display:block}.experience-section .section-title{color:var(--white)}.experience-section .section-sub{color:#ffffff8c}.experience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.exp-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:28px;transition:all .25s}.exp-card:hover{background:#6fbfa41f;border-color:#6fbfa44d}.exp-card-icon{font-size:28px;margin-bottom:14px}.exp-card-title{font-size:16px;font-weight:700;color:var(--white);margin-bottom:8px}.exp-card-body{font-size:14px;color:#ffffff8c;line-height:1.65}.exp-bottom{padding:28px 32px;background:#6fbfa41a;border:1px solid rgba(111,191,164,.25);border-radius:16px;text-align:center;font-size:17px;color:#fffc;line-height:1.7;font-style:italic;font-family:"DM Serif Display",serif}.principles-section{background:var(--white);padding:90px 60px}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:860px;margin:0 auto}.principle-card{padding:28px;border-radius:16px;border:1.5px solid var(--offwhite-dark);transition:all .25s}.principle-card:hover{border-color:var(--teal-light);box-shadow:0 8px 28px #22385612}.principle-icon{font-size:28px;margin-bottom:14px}.principle-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:8px}.principle-body{font-size:14px;color:var(--text-mid);line-height:1.65}.important-section{background:var(--offwhite);padding:60px}.important-box{max-width:760px;margin:0 auto;background:var(--white);border-radius:16px;padding:36px 40px;border:1.5px solid var(--offwhite-dark);display:grid;grid-template-columns:48px 1fr;gap:24px;align-items:start}.important-icon-wrap{width:48px;height:48px;background:#ffc1071f;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px}.important-title{font-size:16px;font-weight:700;color:var(--navy);margin-bottom:10px}.important-bullets{list-style:none;display:flex;flex-direction:column;gap:8px}.important-bullets li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-mid);line-height:1.6}.important-bullets li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--navy);flex-shrink:0;margin-top:7px}.cta-section{background:var(--offwhite);padding:0 60px 100px;text-align:center}.cta-box{max-width:680px;margin:0 auto;background:var(--navy);border-radius:24px;padding:64px 60px;position:relative;overflow:hidden}.cta-box-bg{position:absolute;inset:0;background:radial-gradient(ellipse 500px 300px at 50% 120%,rgba(111,191,164,.2) 0%,transparent 70%)}.cta-box-label{font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--teal);margin-bottom:16px;position:relative;z-index:1}.cta-box h2{font-family:"DM Serif Display",serif;font-size:36px;line-height:1.2;color:var(--white);margin-bottom:14px;position:relative;z-index:1}.cta-box p{font-size:16px;color:#fff9;line-height:1.7;margin-bottom:36px;position:relative;z-index:1}.cta-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;position:relative;z-index:1}.btn-hero{display:inline-flex;align-items:center;gap:10px;background:var(--teal);color:var(--white);font-size:16px;font-weight:600;padding:16px 28px;border-radius:12px;text-decoration:none;transition:all .25s;box-shadow:0 4px 20px #6fbfa459}.btn-hero:hover{background:#5aab8f;transform:translateY(-2px)}.btn-outline{display:inline-flex;align-items:center;gap:8px;color:#ffffffb3;font-size:15px;font-weight:500;text-decoration:none;padding:16px 4px;transition:color .2s}.btn-outline:hover{color:var(--white)}footer{background:var(--text-dark);padding:48px 60px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:36px}.footer-logo{margin-bottom:10px;display:block}.footer-tagline{font-size:14px;color:#ffffff61;line-height:1.6;max-width:220px}.footer-col-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ffffff52;margin-bottom:14px}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{font-size:14px;color:#ffffff85;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{background:var(--text-dark);padding:18px 60px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.07);flex-wrap:wrap;gap:8px}.footer-bottom p{font-size:13px;color:#ffffff47}@media(max-width:1024px){nav{padding:14px 24px}.nav-menu{display:none;position:fixed;top:64px;left:0;right:0;background:#f7f3ecfa;backdrop-filter:blur(12px);border-bottom:1px solid rgba(34,56,86,.08);flex-direction:column;padding:20px 24px 28px;gap:0;z-index:99}.nav-menu.open{display:flex}.nav-links{flex-direction:column;gap:0}.nav-links li{border-bottom:1px solid rgba(34,56,86,.07)}.nav-links a{display:block;padding:13px 0;font-size:15px}.nav-cta{flex-direction:column;margin-top:16px;gap:10px}.btn-ghost,.btn-primary{text-align:center;display:block;width:100%;box-sizing:border-box}.nav-hamburger{display:flex}}@media(max-width:768px){footer{grid-template-columns:1fr 1fr;gap:28px;padding:40px 24px}.footer-bottom{padding:16px 24px;flex-direction:column;align-items:flex-start;gap:4px}}@media(max-width:480px){footer{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){.page-hero-inner{flex-direction:column;min-height:auto}.page-hero-text{flex:none;width:100%;padding:80px 24px 48px}.page-hero-image{display:none}.page-hero h1{font-size:36px}.problem-section{padding:60px 24px}.problem-questions{grid-template-columns:1fr;gap:12px}.reality-grid{grid-template-columns:1fr;min-height:auto}.reality-left,.reality-right{padding:60px 24px}.reality-headline,.section-title{font-size:30px}.wide-image-block{padding:40px 24px;margin:0 24px}.wide-image-block img{border-radius:14px}.steps-section{padding:60px 24px}.steps-list{padding:0}.step-row{grid-template-columns:52px 1fr}.step-content--with-image{flex-direction:column}.step-content-image{flex:none;width:100%;max-width:100%;height:200px;border-radius:14px}.step-content-image img{width:100%;height:100%;object-fit:cover}.experience-section{padding:60px 24px}.experience-inner{flex-direction:column;gap:36px}.experience-image{flex:none;width:100%;max-width:100%;height:260px;border-radius:20px;overflow:hidden}.experience-image img{width:100%;height:100%;object-fit:cover}.experience-grid{grid-template-columns:1fr}.principles-section{padding:60px 24px}.principles-grid{grid-template-columns:1fr;gap:16px}.cta-section{padding:60px 24px}.cta-section h2{font-size:30px}}@media(max-width:480px){.page-hero h1{font-size:30px}.reality-headline,.section-title{font-size:26px}}
