@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Outfit:wght@300;400;500;600&display=swap";:root{--navy: #1B2A4A;--navy-deep: #0F1A30;--teal: #2A9D8F;--teal-deep: #21867A;--teal-light: #E6F4F2;--coral: #E76F51;--cream: #FAF9F6;--white: #FFFFFF;--grey-warm: #6B7D85;--grey-mid: #94A3A9;--grey-pale: #E9EDEF;--charcoal: #2C3E44;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Outfit", "Helvetica Neue", sans-serif;--section-pad: 6rem 2rem;--section-pad-sm: 4rem 1.5rem;--max-width: 1140px;--nav-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);font-weight:400;color:var(--charcoal);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.section-tag{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem}.section-headline{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2;color:var(--navy);margin-bottom:1rem}.section-headline em{font-style:italic;color:var(--teal)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease}.reveal.revealed{opacity:1;transform:none}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:.95rem;font-weight:600;letter-spacing:.02em;padding:.75rem 1.75rem;border-radius:4px;cursor:pointer;border:none;transition:background .2s ease,transform .15s ease;min-height:44px;text-decoration:none}.btn-primary{background:var(--teal);color:var(--white)}.btn-primary:hover{background:var(--teal-deep);transform:translateY(-1px)}.btn-coral{background:var(--coral);color:var(--white);font-size:1.05rem;padding:.875rem 2rem}.btn-coral:hover{background:#d4623f;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--teal);border:2px solid var(--teal)}.btn-outline:hover{background:var(--teal);color:var(--white)}.link-arrow{color:var(--teal);font-weight:500;font-size:.95rem;display:inline-flex;align-items:center;gap:.35rem;text-decoration:none;transition:gap .2s ease}.link-arrow:hover{gap:.6rem}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-height);background:var(--white);z-index:100;transition:box-shadow .25s ease}.nav.scrolled{box-shadow:0 2px 16px #1b2a4a1a}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.nav-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.nav-logo{height:36px;width:auto}.nav-tag{font-family:var(--font-display);font-style:italic;font-size:1rem;color:var(--grey-warm);font-weight:400}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(var(--nav-height) + 4rem) 2rem 4rem;background:linear-gradient(160deg,var(--cream) 0%,#eef6f5 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-120px;right:-120px;width:500px;height:500px;background:radial-gradient(circle,rgba(42,157,143,.08) 0%,transparent 70%);pointer-events:none}.hero-inner{max-width:760px;margin:0 auto}.hero h1{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1.1;color:var(--navy);margin-bottom:1.5rem;letter-spacing:-.01em}.hero-sub{font-size:clamp(1rem,2vw,1.2rem);color:var(--grey-warm);max-width:560px;margin:0 auto 2.5rem;line-height:1.7}.hero-price{display:inline-block;background:var(--white);border:1px solid var(--grey-pale);border-radius:8px;padding:1.25rem 2rem;margin-bottom:2.5rem;box-shadow:0 2px 12px #1b2a4a0f}.hero-price-main{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:500;color:var(--navy);display:block}.hero-price-sub{font-size:.875rem;color:var(--grey-warm);display:block;margin-top:.25rem}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero-trust{font-size:.82rem;color:var(--grey-mid);font-style:italic}.gap-section{padding:var(--section-pad);background:var(--white)}.gap-header{text-align:center;margin-bottom:3rem}.gap-header .section-headline{max-width:600px;margin:0 auto}.gap-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;max-width:var(--max-width);margin:0 auto;align-items:stretch}.gap-col{border-radius:8px;padding:2rem 1.75rem;border:1px solid var(--grey-pale);display:flex;flex-direction:column}.gap-col.muted{background:#f8f9fa;opacity:.85}.gap-col.featured{background:var(--white);border:2px solid var(--teal);box-shadow:0 8px 32px #2a9d8f1f;position:relative}.gap-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--teal);color:var(--white);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .9rem;border-radius:20px;white-space:nowrap}.gap-icon{width:40px;height:40px;margin-bottom:1rem;color:var(--teal)}.gap-col.muted .gap-icon{color:var(--grey-mid)}.gap-label{font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--grey-mid);margin-bottom:.4rem}.gap-col.featured .gap-label{color:var(--teal)}.gap-price{font-family:var(--font-display);font-size:1.6rem;font-weight:500;color:var(--navy);margin-bottom:1.25rem;line-height:1.2}.gap-col.muted .gap-price{color:var(--grey-warm)}.gap-bullets{display:flex;flex-direction:column;gap:.6rem;margin-top:auto}.gap-bullets li{font-size:.9rem;color:var(--charcoal);padding-left:1.1rem;position:relative;line-height:1.5}.gap-bullets li:before{content:"–";position:absolute;left:0;color:var(--grey-mid)}.gap-col.featured .gap-bullets li:before{color:var(--teal);content:"✓"}.gap-col.muted .gap-bullets li{color:var(--grey-warm)}.wyg-section{padding:var(--section-pad);background:var(--cream)}.wyg-header{text-align:center;margin-bottom:3rem}.wyg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:var(--max-width);margin:0 auto}.wyg-item{display:flex;flex-direction:column;gap:.75rem}.wyg-icon{width:36px;height:36px;color:var(--teal);flex-shrink:0}.wyg-label{font-family:var(--font-body);font-weight:600;font-size:1rem;color:var(--navy)}.wyg-desc{font-size:.9rem;color:var(--grey-warm);line-height:1.6}.hiw-section{padding:var(--section-pad);background:var(--navy)}.hiw-section .section-tag{color:#2a9d8fe6}.hiw-section .section-headline{color:var(--white)}.hiw-header{text-align:center;margin-bottom:3.5rem}.hiw-steps{display:flex;gap:0;max-width:var(--max-width);margin:0 auto;position:relative}.hiw-steps:before{content:"";position:absolute;top:28px;left:calc(10% + 28px);right:calc(10% + 28px);height:1px;background:#ffffff26}.hiw-step{flex:1;text-align:center;padding:0 1rem;position:relative}.hiw-num{font-family:var(--font-display);font-size:3rem;font-weight:300;color:var(--teal);line-height:1;margin-bottom:1rem;display:block;position:relative;z-index:1}.hiw-title{font-weight:600;font-size:.95rem;color:var(--white);margin-bottom:.5rem}.hiw-desc{font-size:.85rem;color:#fff9;line-height:1.6}.example-section{padding:var(--section-pad);background:var(--white)}.example-header{text-align:center;margin-bottom:3rem}.example-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:var(--max-width);margin:0 auto;align-items:center}.example-img-wrap{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 16px 48px #1b2a4a24}.example-img-wrap img{width:100%;height:auto;display:block}.live-badge{position:absolute;top:1rem;left:1rem;background:var(--teal);color:var(--white);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .8rem;border-radius:20px;display:flex;align-items:center;gap:.4rem}.live-badge:before{content:"";width:7px;height:7px;background:#7fd88a;border-radius:50%;display:block}.example-story p{font-size:1rem;color:var(--charcoal);line-height:1.8;margin-bottom:1.25rem}.example-meta{display:flex;align-items:center;gap:2rem;margin-bottom:2rem;padding:1rem 0;border-top:1px solid var(--grey-pale);border-bottom:1px solid var(--grey-pale)}.example-stat{text-align:center}.example-stat-value{font-family:var(--font-display);font-size:1.75rem;font-weight:500;color:var(--teal);display:block}.example-stat-label{font-size:.78rem;color:var(--grey-warm);text-transform:uppercase;letter-spacing:.08em}.example-testimonial{margin-top:2rem;padding:1.25rem 1.5rem;background:var(--teal-light);border-radius:6px;border-left:3px solid var(--teal)}.example-testimonial p{font-style:italic;font-size:.9rem;color:var(--grey-warm);margin:0}.who-section{padding:var(--section-pad);background:var(--teal-light)}.who-header{text-align:center;margin-bottom:3rem}.who-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:820px;margin:0 auto}.who-item{display:flex;align-items:flex-start;gap:1rem;background:var(--white);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #1b2a4a0d}.who-check{width:28px;height:28px;color:var(--teal);flex-shrink:0;margin-top:2px}.who-text{font-size:.95rem;color:var(--charcoal);line-height:1.6}.faq-section{padding:var(--section-pad);background:var(--cream)}.faq-header{text-align:center;margin-bottom:3rem}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--grey-pale)}.faq-item:first-child{border-top:1px solid var(--grey-pale)}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--navy);min-height:44px;gap:1rem;transition:color .2s ease}.faq-question:hover{color:var(--teal)}.faq-chevron{width:20px;height:20px;color:var(--teal);flex-shrink:0;transition:transform .25s ease}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{overflow:hidden;max-height:0;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:400px}.faq-answer p{padding:0 0 1.25rem;font-size:.95rem;color:var(--grey-warm);line-height:1.8}.cta-section{padding:var(--section-pad);background:var(--navy-deep);text-align:center}.cta-section .section-headline{color:var(--white);max-width:580px;margin:0 auto 1rem}.cta-sub{font-size:1.05rem;color:#ffffffa6;margin-bottom:2.5rem;max-width:480px;margin-left:auto;margin-right:auto}.cta-email-link{display:block;margin-top:1.25rem;font-size:.9rem;color:#ffffff80}.cta-email-link a{color:#ffffffbf;text-decoration:underline;text-underline-offset:3px}.cta-email-link a:hover{color:var(--white)}.footer{padding:1.75rem 2rem;background:var(--navy-deep);border-top:1px solid rgba(255,255,255,.06);text-align:center}.footer p{font-size:.82rem;color:#ffffff59}.footer a{color:#ffffff80;text-decoration:underline;text-underline-offset:3px}.footer a:hover{color:#ffffffbf}@media(max-width:1024px){.hiw-steps:before{display:none}.hiw-steps{flex-direction:column;gap:2rem;max-width:560px}.hiw-step{text-align:left;display:flex;align-items:flex-start;gap:1.25rem;padding:0}.hiw-num{font-size:2.5rem;margin-bottom:0;min-width:2rem;flex-shrink:0}.example-grid{grid-template-columns:1fr;gap:2.5rem}.example-meta{justify-content:center}}@media(max-width:767px){:root{--section-pad: 4rem 1.5rem}.nav-tag{display:none}.gap-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.gap-col.muted{order:1}.gap-col.featured{order:0}.gap-col.muted:last-child{order:2}.wyg-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.who-grid{grid-template-columns:1fr}.hero-ctas{flex-direction:column;gap:1rem}.hero-ctas .btn{width:100%;max-width:320px}}@media(min-width:768px)and (max-width:1024px){.gap-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.wyg-grid{grid-template-columns:repeat(2,1fr)}.who-grid{grid-template-columns:1fr;max-width:560px}}
