@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Roboto,sans-serif;line-height:1.5;font-weight:400}body{box-sizing:border-box;margin:0;padding:0}html{position:static!important;top:auto!important;left:auto!important;transform:none!important;margin:0!important;padding:0!important;scroll-behavior:auto!important}:root{--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem;--space-3xl: 6rem;--section-padding-desktop: 100px;--section-padding-tablet: 80px;--section-padding-mobile: 60px;--container-padding-desktop: 3rem;--container-padding-tablet: 2rem;--container-padding-mobile: 1.5rem}*{box-sizing:border-box;margin:0;padding:0}.min-h-screen{position:relative;top:0;left:0;transform:none}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a202c;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0!important;padding:0!important;position:static!important;top:auto!important;left:auto!important;transform:none!important;overflow-x:hidden}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fade-in-up .6s ease-out}.animate-slide-in{animation:slide-in .8s ease-out}.scroll-animate{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.scroll-animate.visible{opacity:1;transform:translateY(0)}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:0;position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid rgb(26 54 93 / 8%);transition:all .3s ease}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.5rem var(--container-padding-desktop);position:relative;height:70px}.hamburger-menu{display:none;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;padding:.6rem;gap:4px;background:none;border:none;z-index:1001;position:relative;width:44px;height:44px}.hamburger-menu span{width:24px;height:3px;background-color:#1a365d;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;transform-origin:center;border-radius:1px}.hamburger-menu.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-menu.active span:nth-child(2){opacity:0;transform:scale(0)}.hamburger-menu.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hamburger-menu:hover span{background-color:#2d3748}.hamburger-menu:focus{outline:2px solid #4299e1;outline-offset:2px}.nav-logo h2{color:#1a365d;font-family:"Source Serif 4",serif;font-weight:700;font-size:2.4rem;letter-spacing:-.02em;line-height:.8;margin:0}.nav-menu{display:flex;list-style:none;gap:3rem;align-items:center}@media (width <= 768px){.nav-menu{display:none!important}.nav-menu.nav-menu-open{display:flex!important}}.nav-menu a{text-decoration:none;color:#4a5568;font-weight:500;font-size:.95rem;letter-spacing:.01em;transition:all .3s ease;position:relative;cursor:pointer}.nav-menu a:hover{color:#1a365d}.nav-menu a:hover:after{width:100%}.nav-menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#1a365d;transition:width .3s ease}.nav-menu-open{display:flex!important;position:fixed;top:0;left:0;width:100%;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:1.5rem 1.5rem 2rem;padding-top:calc(70px + .5rem);gap:1.5rem;border-bottom:1px solid rgb(26 54 93 / 8%);box-shadow:0 4px 20px #0000001a;z-index:999;transform:translateY(0);transition:all .3s ease;min-height:300px}.nav-menu-open li{width:100%}.nav-menu-open a{display:block;padding:.75rem 0;font-size:1.1rem;text-align:center;border-bottom:1px solid rgb(26 54 93 / 5%)}.nav-menu-open a:last-child{border-bottom:none}body.menu-open{overflow:hidden}@media (width <= 768px){.nav-menu-open a{min-height:48px;display:flex;align-items:center;justify-content:center}.nav-menu-open a:focus{outline:2px solid #4299e1;outline-offset:-2px;background-color:#1a365d0d}.nav-menu-open a:active{background-color:#1a365d1a}}.nav-menu-open .cta-button{margin-top:1rem;text-align:center;display:block;width:100%}.btn-primary{background:linear-gradient(135deg,#1a365d,#2d4a6b);color:#fff!important;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .4s ease;box-shadow:0 4px 20px #1a365d40;position:relative;overflow:hidden;text-decoration:none;display:inline-block;text-align:center}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / 20%),transparent);transition:left .6s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1a365d66;color:#fff!important}.btn-primary:hover:before{left:100%}.btn-primary--small{padding:.875rem 2rem;font-size:.9rem}.btn-primary--large{padding:1.5rem 3rem;font-size:1.1rem}.btn-primary--full{width:100%;padding:1.25rem 2rem;font-size:1rem}.cta-button{background:linear-gradient(135deg,#1a365d,#2d4a6b);color:#fff!important;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:.9rem;letter-spacing:.02em;transition:all .4s ease;border:none;cursor:pointer;box-shadow:0 4px 20px #1a365d40;position:relative;overflow:hidden;display:inline-block;text-align:center}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / 20%),transparent);transition:left .6s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1a365d66;color:#fff!important}.cta-button:hover:before{left:100%}.hero{background:linear-gradient(135deg,#fafafa,#f8f9fa,#f5f6f7);padding:var(--section-padding-desktop) 0;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.hero-container{max-width:1400px;margin:0 auto;padding:0 var(--container-padding-desktop);display:flex;flex-direction:column;gap:3rem}.hero-content-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{background:linear-gradient(135deg,#1a365d,#2d4a6b);color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;display:inline-block;margin-top:2rem;margin-bottom:1.5rem;letter-spacing:.02em}.hero-title{font-family:"Source Serif 4",serif;font-size:3.2rem;font-weight:700;color:#1a202c;line-height:1.1;margin-bottom:1.5rem;margin-top:.5rem;letter-spacing:-.03em}.hero-subtitle{font-size:1.15rem;color:#4a5568;line-height:1.7;margin-bottom:2rem;font-weight:400}.hero-value-props{display:flex;flex-direction:column;gap:16px;margin-top:32px;margin-bottom:24px}.value-prop-item{display:flex;align-items:center;gap:16px;font-size:16px;color:#4a5568;font-weight:500;transition:transform .3s ease}.value-prop-item:hover{transform:translate(8px)}.value-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#1a365d;flex-shrink:0}.value-icon svg{width:24px;height:24px}.value-prop-item span:last-child{line-height:1.5;flex:1}.hero-image{position:relative}.hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 20px 60px #00000026;transition:transform .3s ease}.hero-image:hover img{transform:translateY(-8px)}.hero-cta-section{text-align:center;max-width:600px;margin:0 auto}.hero-testimonial-brief{background:#1a202c0a;border-radius:12px;padding:20px 24px;margin-bottom:32px;text-align:center;border:1px solid rgb(26 32 44 / 8%)}.testimonial-quote{font-size:16px;color:#1a202c;font-style:italic;margin-bottom:8px;line-height:1.5}.testimonial-author{font-size:14px;color:#718096;font-weight:500}.cta-primary-large{background:linear-gradient(135deg,#1a365d,#2d4a6b);color:#fff;padding:1.5rem 3rem;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .4s ease;box-shadow:0 8px 32px #1a365d4d;position:relative;overflow:hidden;margin-bottom:1rem;display:inline-block;text-align:center;text-decoration:none}.cta-primary-large:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / 20%),transparent);transition:left .6s ease}.cta-primary-large:hover{transform:translateY(-3px);box-shadow:0 12px 40px #1a365d66}.cta-primary-large:hover:before{left:100%}.hero-cta-subtitle{color:#718096;font-size:.95rem;font-weight:400;margin-bottom:24px}.problem-section{padding:var(--section-padding-desktop) 0;background:#fff}.container{max-width:1400px;margin:0 auto;padding:0 var(--container-padding-desktop)}.section-title{font-family:"Source Serif 4",serif;font-size:2.8rem;font-weight:700;text-align:center;color:#1a202c;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2}.section-description{font-size:1.2rem;text-align:center;color:#4a5568;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:400}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.problem-card{text-align:center;padding:2rem;transition:transform .3s ease}.problem-card:hover{transform:translateY(-4px)}.problem-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:#1a365d;background:#1a365d1a;border-radius:50%}.problem-icon svg{width:48px;height:48px}.problem-title{font-size:1.4rem;font-weight:600;color:#1a202c;margin-bottom:1rem;letter-spacing:-.01em}.problem-description{color:#4a5568;line-height:1.6;font-size:1rem;font-weight:400}.solution-section{padding:var(--section-padding-desktop) 0;background:#fafafa}.process-diagram{display:flex;align-items:center;justify-content:center;gap:2rem;margin:4rem 0;flex-wrap:wrap}.process-step{background:#fff;padding:2rem;border-radius:12px;text-align:center;flex:1;min-width:250px;max-width:300px;box-shadow:0 4px 20px #00000014;border:1px solid rgb(26 54 93 / 5%);transition:transform .3s ease}.process-step:hover{transform:translateY(-4px)}.process-number{width:50px;height:50px;background:linear-gradient(135deg,#1a365d,#2d4a6b);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin:0 auto 1rem}.process-step h4{font-size:1.2rem;font-weight:600;color:#1a202c;margin-bottom:.75rem}.process-step p{color:#4a5568;font-size:.95rem;line-height:1.5}.process-connector{font-size:3rem;color:#1a365d;font-weight:700;opacity:.7;transition:all .3s ease}.process-connector:hover{opacity:1;transform:scale(1.1)}.solution-features{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000000f;border:1px solid rgb(26 54 93 / 5%);transition:transform .3s ease}.feature-card:hover{transform:translateY(-4px)}.feature-icon{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;color:#1a365d;background:#1a365d1a;border-radius:12px}.feature-icon svg{width:40px;height:40px}.feature-card h4{font-size:1.1rem;font-weight:600;color:#1a202c;margin-bottom:.75rem}.feature-card p{color:#4a5568;font-size:.95rem;line-height:1.5}.testimonials-section{padding:var(--section-padding-desktop) 0;background:#fff}.research-overview{text-align:center;max-width:800px;margin:0 auto 4rem}.research-description{font-size:1.2rem;color:#4a5568;line-height:1.6}.research-findings{margin-top:4rem}.findings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.finding-item{text-align:center;padding:2rem}.finding-icon{width:48px;height:48px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;color:#1a365d;background:#1a365d1a;border-radius:50%}.finding-icon svg{width:24px;height:24px}.finding-item h4{font-size:1.2rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.finding-item p{font-size:1rem;color:#4a5568;line-height:1.6}.testimonial-card-large{background:linear-gradient(135deg,#fafafa,#f8f9fa);padding:3rem;border-radius:16px;border:1px solid rgb(26 54 93 / 8%);position:relative;box-shadow:0 8px 40px #00000014}.quote-mark{position:absolute;top:-10px;left:30px;font-size:4rem;color:#1a365d;font-family:"Source Serif 4",serif;line-height:1}.testimonial-text{font-size:1.15rem;color:#1a202c;line-height:1.6;margin-bottom:2rem;font-style:italic}.testimonial-author-info{display:flex;align-items:center;gap:1rem}.testimonial-author-info img{width:60px;height:60px;border-radius:50%;border:3px solid white;box-shadow:0 4px 15px #0000001a}.testimonial-author-info strong{display:block;color:#1a202c;font-weight:600;margin-bottom:.25rem}.testimonial-author-info span{color:#718096;font-size:.9rem}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;border:1px solid rgb(26 54 93 / 8%);box-shadow:0 4px 20px #0000000f;transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-card .testimonial-text{font-size:1rem;margin-bottom:1.5rem}.testimonial-author-small strong{display:block;color:#1a202c;font-weight:600;margin-bottom:.25rem;font-size:.95rem}.testimonial-author-small span{color:#718096;font-size:.85rem}.final-cta-section{padding:var(--section-padding-desktop) 0;background:linear-gradient(135deg,#1a365d,#2d4a6b,#683a5e);color:#fff;position:relative;overflow:hidden}.final-cta-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="white" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.cta-content-wrapper{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.cta-content{max-width:600px;text-align:center}.cta-title{font-family:"Source Serif 4",serif;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em;line-height:1.2}.cta-description{font-size:1.15rem;color:#ffffffe5;line-height:1.6;margin-bottom:2rem}.cta-benefits{margin-bottom:2.5rem}.benefit-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;color:#fffffff2}.benefit-item span:last-child{flex:1;line-height:1.4}.benefit-icon{background:#fff3;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#fff;flex-shrink:0;margin-top:2px}.email-capture-final{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem;border-radius:12px;border:1px solid rgb(255 255 255 / 20%)}.email-form-wrapper{display:flex;gap:1rem;margin-bottom:1rem}.email-input-final{flex:1;padding:1.25rem 1.5rem;border:2px solid rgb(255 255 255 / 30%);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.email-input-final::placeholder{color:#ffffffb3}.email-input-final:focus{outline:none;border-color:#fff9;background:#fff3}.email-submit-final{background:#fff;color:#1a365d;padding:1.25rem 2rem;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .4s ease;box-shadow:0 4px 20px #0003;white-space:nowrap;position:relative;overflow:hidden}.email-submit-final:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(26 54 93 / 10%),transparent);transition:left .6s ease}.email-submit-final:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.email-submit-final:hover:before{left:100%}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #1a365d;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite;margin-left:8px}.email-submit-final.submitting{cursor:not-allowed;opacity:.8}.email-submit-final:disabled{cursor:not-allowed;opacity:.8}.cta-note{text-align:center;font-size:.9rem;color:#fffc;display:flex;align-items:center;justify-content:center;gap:.5rem}.privacy-icon{font-size:.8rem}.cta-visual{display:flex;justify-content:center}.family-preview{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:2rem;border:1px solid rgb(255 255 255 / 20%);max-width:400px;width:100%}.preview-header{text-align:center;font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgb(255 255 255 / 20%)}.preview-content{display:flex;flex-direction:column;gap:1rem}.story-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgb(255 255 255 / 10%)}.story-photo{width:40px;height:40px;background:linear-gradient(135deg,#ffffff4d,#ffffff1a);border-radius:6px;border:1px solid rgb(255 255 255 / 20%)}.story-text{flex:1}.story-title{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:.25rem}.story-snippet{font-size:.8rem;color:#fffc;line-height:1.4}.footer{background:#1a202c;color:#fff;padding:4rem 0 2.5rem}.footer-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand h3{font-family:"Source Serif 4",serif;color:#fff;font-size:1.75rem;margin-bottom:1.5rem;font-weight:600;letter-spacing:-.02em}.footer-brand p{font-family:Inter,sans-serif;opacity:.8;line-height:1.7;font-size:1.05rem;color:#e2e8f0;max-width:85%}.footer-links{display:flex;justify-content:flex-end;gap:3rem}.footer-column h4{font-family:"Source Serif 4",serif;color:#e2e8f0;margin-bottom:1.5rem;font-weight:600;font-size:1.1rem;letter-spacing:.01em}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.75rem}.footer-column ul li a{color:#e2e8f0;text-decoration:none;opacity:.8;transition:all .3s ease;font-size:1rem;cursor:pointer;display:block}.footer-column ul li a:hover{opacity:1;color:#fff;padding-left:4px}.footer-bottom{border-top:1px solid rgb(26 54 93 / 20%);padding-top:2rem;text-align:center;opacity:.7;font-size:.95rem;color:#cbd5e0}@media (width <= 1024px){.nav-container{padding:.5rem var(--container-padding-tablet);height:65px}.container{padding:0 var(--container-padding-tablet)}.nav-logo h2{font-size:2.4rem}.hero-container{padding:0 var(--container-padding-tablet);gap:2.5rem}.hero,.problem-section,.solution-section,.testimonials-section,.final-cta-section{padding:var(--section-padding-tablet) 0}.hero-content-section{gap:3rem}.hero-title{font-size:2.8rem}.section-title{font-size:2.4rem}.problem-grid,.solution-features{grid-template-columns:1fr;gap:2rem}.process-diagram{flex-direction:column;gap:1rem}.process-connector{transform:rotate(90deg)!important}.findings-grid{grid-template-columns:1fr;gap:2rem}.cta-content-wrapper{grid-template-columns:1fr;gap:3rem}}@media (width <= 768px){.nav-menu{display:none!important}.hamburger-menu{display:flex}.nav-menu-open{top:0!important;padding-top:calc(60px + .5rem)!important;animation:slide-down .3s ease;display:flex!important;position:fixed!important}@keyframes slide-down{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.nav-logo h2{font-size:2.2rem}.nav-container{padding:.5rem var(--container-padding-mobile);height:60px}.container,.hero-container{padding:0 var(--container-padding-mobile)}.hero{padding:var(--section-padding-mobile) 0;min-height:auto}.problem-section,.solution-section,.testimonials-section,.final-cta-section{padding:var(--section-padding-mobile) 0}.hero-content-section{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.5rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.1rem}.hero-value-props{margin-top:24px}.value-prop-item{font-size:15px;align-items:center}.value-icon{margin-top:0}.hero-testimonial-brief{margin-bottom:24px;padding:16px 20px}.testimonial-quote{font-size:15px}.cta-primary-large{width:100%;padding:1.25rem 2rem;font-size:1rem}.section-title{font-size:2rem}.section-description{font-size:1.1rem;margin-bottom:3rem}.problem-grid{grid-template-columns:1fr;gap:2rem}.process-step{min-width:100%}.process-connector{transform:rotate(90deg)!important}.solution-features{grid-template-columns:1fr}.email-form-wrapper{flex-direction:column;gap:1rem}.email-submit-final{width:100%}.cta-title{font-size:2rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{margin-bottom:2rem}.footer-brand p{max-width:100%;text-align:center}.footer-links{justify-content:center;gap:0}.footer-column{text-align:center;width:100%}.footer-column h4{margin-bottom:1.5rem;font-size:1.2rem}.footer-column ul{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:0;margin:0}.footer-column ul li{margin-bottom:0;width:auto;list-style:none}.footer-column ul li a{display:block;padding:.25rem 0;font-size:1rem;text-align:center;color:#e2e8f0;text-decoration:none;opacity:.8;transition:all .3s ease}.footer-column ul li a:hover{opacity:1;color:#fff;padding-left:0}.footer-bottom{padding-top:1.5rem;font-size:.9rem}.hero-badge{margin-top:var(--space-sm);margin-bottom:var(--space-sm);position:relative;z-index:1}.footer{padding:3rem 0 2rem}}@media (width <= 480px){.navbar{padding:0}.nav-container{padding:.5rem var(--space-sm);height:55px}.nav-logo h2{font-size:2rem}.hero{padding:var(--section-padding-mobile) 0;min-height:auto}.hero-badge{margin-top:var(--space-xs);margin-bottom:var(--space-sm);position:relative;z-index:1}.hero-title{font-size:2.2rem;line-height:1.2}.section-title,.cta-title{font-size:1.8rem;line-height:1.3}.testimonial-text{font-size:.95rem}.process-step,.feature-card,.problem-card{padding:var(--space-md)}.process-connector{transform:rotate(90deg)!important}.email-capture-final{padding:var(--space-md)}.family-preview{padding:1.5rem}.story-item{padding:.75rem}.story-photo{width:32px;height:32px}.story-title{font-size:.85rem}.story-snippet{font-size:.75rem}.preview-header{font-size:1rem;margin-bottom:1rem;padding-bottom:.75rem}.benefit-item{font-size:.9rem}.cta-description{font-size:1rem}.email-input-final,.email-submit-final{padding:1rem 1.25rem;font-size:.95rem}}@media (width <= 320px){.nav-container{padding:.5rem var(--space-xs);height:50px}.nav-logo h2{font-size:1.8rem}.hero-title{font-size:2rem}.section-title,.cta-title{font-size:1.6rem}.process-step,.feature-card,.problem-card,.email-capture-final{padding:var(--space-sm)}.process-connector{transform:rotate(90deg)!important}.family-preview{padding:var(--space-sm)}.hero-badge{font-size:.8rem;padding:.4rem .8rem}.value-prop-item,.testimonial-quote{font-size:14px}}
