@charset "UTF-8";*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1a202c;background-color:#f8f9fb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;color:#1a202c}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}@media(min-width:768px){h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}}p{margin-bottom:1rem;line-height:1.625}p:last-child{margin-bottom:0}strong{font-weight:600}.container{max-width:1200px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:1024px){.container{padding-inline:2rem}}.container--narrow{max-width:760px;margin-inline:auto;padding-inline:1.5rem}section{padding-block:5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;line-height:1;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all 200ms ease;white-space:nowrap;letter-spacing:-.01em}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn--primary{background:linear-gradient(135deg,#2E7D5A 0%,#3BA06E 100%);color:#fff;border-color:#2e7d5a;box-shadow:0 4px 14px rgba(46,125,90,.35)}.btn--primary:hover{background:linear-gradient(135deg,#236145 0%,#2E7D5A 100%);box-shadow:0 6px 20px rgba(46,125,90,.45);border-color:#236145}.btn--secondary{background-color:transparent;color:#1a3c5e;border-color:#1a3c5e}.btn--secondary:hover{background-color:#1a3c5e;color:#fff}.btn--outline-white{background-color:transparent;color:#fff;border-color:rgba(255,255,255,.45)}.btn--outline-white:hover{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.8)}.btn--white{background-color:#fff;color:#1a3c5e;border-color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.18)}.btn--white:hover{background-color:#f8f9fb;box-shadow:0 6px 24px rgba(0,0,0,.24)}.btn--lg{padding:1.25rem 2.5rem;font-size:1.125rem}.site-header{position:sticky;top:0;z-index:100;background-color:rgba(255,255,255,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0;padding-block:1rem;transition:box-shadow 200ms ease}.site-header.scrolled{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-logo{font-size:1.25rem;font-weight:700;color:#1a3c5e;letter-spacing:-.04em;display:flex;align-items:center;gap:.5rem}.site-logo::before{content:'';width:8px;height:8px;background:#2e7d5a;border-radius:50%;flex-shrink:0}.site-nav{display:none}@media(min-width:768px){.site-nav{display:flex;align-items:center;gap:2rem}}.site-nav__link{font-size:.875rem;font-weight:500;color:#4a5568;transition:color 200ms ease;position:relative}.site-nav__link::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:2px;background:#2e7d5a;transition:width 200ms ease;border-radius:1px}.site-nav__link:hover,.site-nav__link.active{color:#1a3c5e}.site-nav__link:hover::after,.site-nav__link.active::after{width:100%}.site-nav__cta{margin-left:1rem}.site-nav__cta::after{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background:0 0;border:none;cursor:pointer;color:#1a202c}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-nav{display:none;padding-block:1rem;border-top:1px solid #e2e8f0}.mobile-nav.is-open{display:block}.mobile-nav__link{display:block;padding:.75rem 0;font-weight:500;color:#4a5568;border-bottom:1px solid #e2e8f0}.mobile-nav__link:last-child{border-bottom:none}.hero{padding-block:6rem;background:linear-gradient(150deg,#0B1F38 0%,#1A3C5E 55%,#12293F 100%);position:relative;overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,6%) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.hero::after{content:'';position:absolute;top:-150px;right:-100px;width:700px;height:700px;background:radial-gradient(circle,rgba(59,160,110,.18) 0%,transparent 65%);pointer-events:none}@media(min-width:768px){.hero{padding-block:8rem}}.hero__inner{position:relative;z-index:1}.hero__label{display:inline-flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:600;color:#3ba06e;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.hero__label::before{content:'';width:24px;height:2px;background:#3ba06e;border-radius:2px;flex-shrink:0}.hero__headline{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;line-height:1.08;color:#fff;margin-bottom:1.5rem;max-width:820px;letter-spacing:-.03em}.hero__headline-accent{color:#3ba06e}.hero__sub{font-size:1.25rem;line-height:1.625;color:rgba(255,255,255,.7);max-width:600px;margin-bottom:2.5rem}.hero__ctas{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero__micro{font-size:.875rem;color:rgba(255,255,255,.45);margin-top:1.25rem;display:flex;align-items:center;gap:.5rem}.hero__micro::before{content:'✓';color:#3ba06e;font-weight:700;font-size:.875rem}.hero__trust{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.hero__trust{gap:2rem}}.hero__trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.55)}.hero__trust-item svg{color:#3ba06e;flex-shrink:0}.problem{background-color:#f0f3f7;position:relative}.problem__headline{text-align:center;margin-bottom:.75rem;color:#1a3c5e;letter-spacing:-.02em}.problem__sub{text-align:center;color:#4a5568;font-size:1.125rem;margin-bottom:3rem;max-width:500px;margin-inline:auto}.problem__list{display:grid;gap:.75rem;max-width:740px;margin-inline:auto}@media(min-width:640px){.problem__list{grid-template-columns:1fr 1fr}}.problem__item{display:flex;gap:.75rem;align-items:flex-start;padding:1.25rem 1.5rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,5%);font-size:1rem;color:#4a5568;line-height:1.625;transition:box-shadow 200ms ease,border-color 200ms ease}.problem__item:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%);border-color:rgba(26,60,94,.2)}.problem__item-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(26,60,94,8%);border-radius:8px;color:#1a3c5e;margin-top:1px}.problem__transition{text-align:center;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:#fff;margin-top:3rem;padding:1.75rem 2rem;background:linear-gradient(135deg,#1A3C5E 0%,#0F2340 100%);border-radius:16px;max-width:540px;margin-inline:auto;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%)}.guide{background-color:#fff}.guide__inner{display:grid;gap:4rem}@media(min-width:1024px){.guide__inner{grid-template-columns:3fr 2fr;align-items:center;gap:5rem}}.guide__headline{margin-bottom:1.5rem;color:#1a3c5e;letter-spacing:-.03em}.guide__body{color:#4a5568}.guide__body p{margin-bottom:1rem;font-size:1.125rem}.stats-panel{background:linear-gradient(150deg,#0B1F38 0%,#1A3C5E 100%);border-radius:16px;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,4%)}.stat-item{padding:2rem 2.5rem;text-align:center}.stat-item:not(:last-child){border-bottom:1px solid rgba(255,255,255,.1)}.stat-item__number{font-size:2.25rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.5rem;letter-spacing:-.04em}.stat-item__number--accent{color:#3ba06e}.stat-item__label{font-size:.875rem;font-weight:500;color:rgba(255,255,255,.55);line-height:1.625;max-width:200px;margin-inline:auto}.credentials{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.credential-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:rgba(46,125,90,8%);border:1px solid rgba(46,125,90,.22);border-radius:9999px;font-size:.75rem;font-weight:600;color:#2e7d5a;letter-spacing:.01em}.services{background-color:#f0f3f7}.services__headline{text-align:center;color:#1a3c5e;letter-spacing:-.02em;margin-bottom:.75rem}.services__sub{text-align:center;color:#4a5568;font-size:1.125rem;margin-bottom:3rem}.service-cards{display:grid;gap:1.25rem}@media(min-width:768px){.service-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.service-cards{grid-template-columns:repeat(4,1fr)}}.service-card{padding:2rem;background:#fff;border-radius:16px;border:1px solid #e2e8f0;border-top:3px solid #2e7d5a;box-shadow:0 1px 2px rgba(0,0,0,5%);transition:box-shadow 300ms ease,transform 300ms ease,border-top-color 300ms ease;display:flex;flex-direction:column}.service-card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,4%);transform:translateY(-5px);border-top-color:#3ba06e}.service-card__icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(46,125,90,.12) 0%,rgba(46,125,90,5%) 100%);border-radius:12px;margin-bottom:1.25rem;color:#2e7d5a;flex-shrink:0}.service-card__title{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#1a3c5e;letter-spacing:-.01em}.service-card__summary{font-size:.875rem;color:#4a5568;line-height:1.625;flex:1}.testimonials{background:linear-gradient(150deg,#0B1F38 0%,#1A3C5E 55%,#12293F 100%);color:#fff;position:relative;overflow:hidden}.testimonials::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,4%) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.testimonials__inner{position:relative;z-index:1}.testimonials__headline{text-align:center;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.testimonials__sub{text-align:center;color:rgba(255,255,255,.55);font-size:1.125rem;margin-bottom:3rem}.testimonial-grid{display:grid;gap:1.25rem}@media(min-width:768px){.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonial-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{padding:2rem;background:rgba(255,255,255,5%);border-radius:16px;border:1px solid rgba(255,255,255,.1);position:relative;transition:background 200ms ease,border-color 200ms ease}.testimonial-card:hover{background:rgba(255,255,255,9%);border-color:rgba(255,255,255,.18)}.testimonial-card::before{content:'\201C';position:absolute;top:1rem;right:1.5rem;font-size:5.5rem;line-height:1;color:rgba(59,160,110,.18);font-family:Georgia,serif;pointer-events:none;user-select:none}.testimonial-card__outcome{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;color:#3ba06e;text-transform:uppercase;letter-spacing:.09em;margin-bottom:1rem;background:rgba(59,160,110,.15);padding:.25rem .75rem;border-radius:9999px}.testimonial-card__quote{font-size:1rem;line-height:1.625;color:rgba(255,255,255,.85);margin-bottom:1.5rem;font-style:italic}.testimonial-card__name{font-size:.875rem;font-weight:500;color:rgba(255,255,255,.45)}.testimonials__note{text-align:center;margin-top:2.5rem;font-size:.875rem;color:rgba(255,255,255,.4);font-style:italic;max-width:560px;margin-inline:auto}.lead-magnet{background:linear-gradient(135deg,#EEF3F8 0%,#EAF4EE 100%);position:relative}.lead-magnet__inner{max-width:620px;margin-inline:auto;text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px;border:1px solid rgba(46,125,90,.15);box-shadow:0 20px 60px rgba(26,60,94,8%),0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,6%)}.lead-magnet__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;color:#2e7d5a;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.lead-magnet__headline{margin-bottom:.75rem;color:#1a3c5e;font-size:1.5rem;letter-spacing:-.02em}@media(min-width:768px){.lead-magnet__headline{font-size:1.875rem}}.lead-magnet__sub{color:#4a5568;margin-bottom:2rem;font-size:1rem}.lead-magnet__form{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.lead-magnet__form{flex-direction:row}}.lead-magnet__input{flex:1;padding:1rem 1.25rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#1a202c;background:#f8f9fb;transition:border-color 200ms ease,box-shadow 200ms ease}.lead-magnet__input:focus{outline:none;border-color:#1a3c5e;box-shadow:0 0 0 3px rgba(26,60,94,8%);background:#fff}.lead-magnet__input::placeholder{color:#718096}.lead-magnet__fine{font-size:.75rem;color:#718096;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.cta-section{background:linear-gradient(135deg,#1F5E3F 0%,#2E7D5A 50%,#3BA06E 100%);color:#fff;text-align:center;padding-block:5rem;position:relative;overflow:hidden}.cta-section::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,6%) 1px,transparent 1px);background-size:36px 36px;pointer-events:none}.cta-section__inner{position:relative;z-index:1}.cta-section__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;color:rgba(255,255,255,.65);text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem}.cta-section__headline{color:#fff;margin-bottom:1rem;letter-spacing:-.02em;font-size:1.875rem}@media(min-width:768px){.cta-section__headline{font-size:2.25rem}}.cta-section__sub{color:rgba(255,255,255,.8);font-size:1.25rem;max-width:560px;margin-inline:auto;margin-bottom:2.5rem}.cta-section__micro{margin-top:1.25rem;font-size:.875rem;color:rgba(255,255,255,.55);display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.cta-section__dot{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.35);flex-shrink:0}.faq{background-color:#fff}.faq__headline{text-align:center;margin-bottom:.75rem;color:#1a3c5e;letter-spacing:-.02em}.faq__sub{text-align:center;color:#4a5568;font-size:1.125rem;margin-bottom:3rem}.faq-list{max-width:760px;margin-inline:auto}.faq-item{border-bottom:1px solid #e2e8f0}.faq-item:first-child{border-top:1px solid #e2e8f0}.faq-item__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;background:0 0;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:#1a202c;transition:color 200ms ease}@media(min-width:768px){.faq-item__trigger{font-size:1.125rem}}.faq-item__trigger:hover{color:#1a3c5e}.faq-item__icon{flex-shrink:0;width:26px;height:26px;display:flex;align-items:center;justify-content:center;color:#fff;background:#2e7d5a;border-radius:50%;transition:transform 200ms ease,background 200ms ease}.faq-item.is-open .faq-item__icon{transform:rotate(45deg);background:#1a3c5e}.faq-item__body{display:none;padding-bottom:1.5rem;color:#4a5568;font-size:1rem;line-height:1.625}.faq-item.is-open .faq-item__body{display:block}.post-header{padding-block:4rem;background:#fff}.post-header__label{font-size:.875rem;font-weight:600;color:#2e7d5a;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.post-header__title{margin-bottom:1rem}.post-header__meta{font-size:.875rem;color:#718096}.post-content{padding-block:3rem;background:#fff}.post-content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem}.post-content h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.post-content p,.post-content li{font-size:1.125rem;line-height:1.625;color:#4a5568}.post-content ul,.post-content ol{margin-left:1.5rem;margin-bottom:1rem}.post-content ul li{list-style:disc}.post-content ol li{list-style:decimal}.post-content li{margin-bottom:.5rem}.post-content a{color:#2e7d5a;text-decoration:underline}.post-content blockquote{border-left:4px solid #2e7d5a;padding-left:1.5rem;margin-block:2rem;font-style:italic;color:#4a5568}.blog-cta{margin-block:2.5rem;padding:2rem;background:#f8f9fb;border-radius:16px;border-left:4px solid #2e7d5a;text-align:center}.blog-cta__headline{font-size:1.25rem;margin-bottom:.75rem;color:#1a3c5e}.blog-cta__sub{color:#4a5568;margin-bottom:1.5rem}.blog-index{padding-block:4rem}.blog-index__headline{margin-bottom:3rem}.post-grid{display:grid;gap:2rem}@media(min-width:768px){.post-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.post-grid{grid-template-columns:repeat(3,1fr)}}.post-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;transition:box-shadow 200ms ease,transform 200ms ease}.post-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,5%);transform:translateY(-2px)}.post-card__body{padding:1.5rem}.post-card__category{font-size:.75rem;font-weight:600;color:#2e7d5a;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.post-card__title{font-size:1.25rem;margin-bottom:.75rem;color:#1a3c5e}.post-card__excerpt{font-size:.875rem;color:#4a5568;line-height:1.625}.post-card__meta{font-size:.75rem;color:#718096;margin-top:1rem}.highlight-box{padding:1.5rem;border-radius:12px;border-left:4px solid #2e7d5a;background:rgba(46,125,90,5%);margin-block:1.5rem;font-size:1rem;color:#1a202c}.stat-block{text-align:center;padding:2rem}.stat-block__number{font-size:3rem;font-weight:700;color:#1a3c5e;line-height:1;margin-bottom:.5rem}.stat-block__label{font-size:.875rem;font-weight:500;color:#4a5568;text-transform:uppercase;letter-spacing:.05em}.site-footer{background:linear-gradient(180deg,#0F2340 0%,#0A1926 100%);color:rgba(255,255,255,.7);padding-block:4rem}.site-footer__inner{display:grid;gap:2.5rem}@media(min-width:768px){.site-footer__inner{grid-template-columns:2.5fr 1fr 1fr 1fr}}.footer-brand__logo{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem;letter-spacing:-.04em;display:flex;align-items:center;gap:.5rem}.footer-brand__logo::before{content:'';width:8px;height:8px;background:#3ba06e;border-radius:50%;flex-shrink:0}.footer-brand__desc{font-size:.875rem;color:rgba(255,255,255,.45);line-height:1.625;max-width:280px}.footer-col__heading{font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.footer-col__links{display:flex;flex-direction:column;gap:.75rem}.footer-col__link{font-size:.875rem;color:rgba(255,255,255,.45);transition:color 200ms ease}.footer-col__link:hover{color:#fff}.site-footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,8%);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.75rem;color:rgba(255,255,255,.28)}.lp-header{padding-block:1.5rem;background:#fff;border-bottom:1px solid #e2e8f0;text-align:center}.lp-content{padding-block:4rem;background:#fff}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.text-center{text-align:center}.text-primary{color:#1a3c5e}.text-accent{color:#2e7d5a}.text-muted{color:#718096}.mt-0{margin-top:0}.mb-0{margin-bottom:0}