:root{--dark-pink: #EA6D7F;--brand-pink: #FFBFC2;--light-pink: #FFD4D6;--lightest-pink: #FFEEEF;--dark-blue: #272D67;--blue-75: #7E81A4;--blue-50: #A9ABC2;--blue-25: #EEEEF3;--soft-beige: #FFF5F0;--black-100: #03051C;--black-80: #33343C;--black-60: #66676D;--black-40: #999A9E;--white: #FFFFFF;--font-serif: "Source Serif 4", Georgia, serif;--font-sans: "Source Sans 3", system-ui, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 100px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:1.0625rem;line-height:1.65;color:var(--black-80);background:var(--white);overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-serif);line-height:1.2;color:var(--black-100)}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700}h2{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:600}h3{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600}p{font-size:1.0625rem;color:var(--black-60);max-width:52ch}.label{display:inline-block;font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--dark-pink);margin-bottom:var(--space-sm)}.btn{display:inline-flex;align-items:center;gap:.625rem;padding:.75rem 1.375rem;border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:.9375rem;font-weight:600;transition:transform .15s ease,box-shadow .15s ease;cursor:pointer;border:none;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #03051c2e}.btn:active{transform:translateY(0)}.btn--store{background:var(--white);color:var(--black-100)}.btn--store span{display:flex;flex-direction:column;line-height:1.15}.btn--store small{font-size:.6875rem;font-weight:400;opacity:.7}.btn--store strong{font-size:1rem}.hero{position:relative;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#03051c1a,#03051c4d 40%,#03051cc7)}.hero__content{position:relative;z-index:1;padding:var(--space-xl) var(--space-lg) var(--space-xl);max-width:680px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:var(--space-md)}.hero__logo img{height:28px;width:auto}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-pill);padding:.375rem .875rem;color:var(--white);font-size:.8125rem;font-weight:600;width:fit-content}.hero__badge .stars{color:gold;letter-spacing:.05em}.hero__heading{font-family:var(--font-serif);font-size:clamp(2.25rem,6vw,3.75rem);font-weight:700;color:var(--white);line-height:1.15}.hero__sub{color:#ffffffd9;font-size:1.125rem;line-height:1.6;max-width:48ch}.hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:var(--space-xs)}.trustbar{background:var(--dark-blue);padding:var(--space-lg) var(--space-lg)}.trustbar__inner{max-width:900px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-lg)}.trustbar__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}.trustbar__number{font-family:var(--font-serif);font-size:1.75rem;font-weight:700;color:var(--brand-pink)}.trustbar__label{font-size:.875rem;color:#ffffffa6}.trustbar__divider{width:1px;height:48px;background:#ffffff26;flex-shrink:0}.features{padding:var(--space-2xl) var(--space-lg);background:var(--soft-beige)}.features__intro{text-align:center;max-width:600px;margin:0 auto var(--space-2xl)}.features__intro h2{margin-top:var(--space-xs)}.feature{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:center;max-width:1100px;margin:0 auto var(--space-2xl)}.feature:last-child{margin-bottom:0}.feature__text{display:flex;flex-direction:column;gap:var(--space-sm)}.feature__text h3{margin-top:calc(var(--space-xs) * -.5)}.feature__text p{max-width:44ch}.feature__image{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;box-shadow:0 24px 64px #03051c1f}.feature__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.feature__image:hover img{transform:scale(1.03)}.feature--image-left .feature__image{order:-1}.testimonials{background:var(--lightest-pink);padding:var(--space-2xl) var(--space-lg)}.testimonials__inner{max-width:1100px;margin:0 auto;text-align:center}.testimonials__inner h2{margin-top:var(--space-xs);margin-bottom:var(--space-xl)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md);text-align:left}.testimonial{background:var(--white);border-radius:var(--radius-md);padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-sm);box-shadow:0 4px 20px #03051c0f}.testimonial__stars{color:#ffb830;font-size:1rem;letter-spacing:.05em}.testimonial p{font-size:1rem;color:var(--black-80);font-style:italic;line-height:1.6;max-width:none}.testimonial footer{font-size:.875rem;font-weight:600;color:var(--dark-blue)}.cta-section{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.cta-section__media{position:absolute;top:0;right:0;bottom:0;left:0}.cta-section__media img{width:100%;height:100%;object-fit:cover;object-position:center 60%}.cta-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#272d67e0,#272d67b3)}.cta-section__content{position:relative;z-index:1;text-align:center;padding:var(--space-xl) var(--space-lg);display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.cta-section__logo{height:28px;width:auto;margin-bottom:var(--space-xs)}.cta-section__content h2{color:var(--white);font-size:clamp(2rem,5vw,3rem)}.cta-section__content p{color:#fffc;font-size:1.125rem;max-width:44ch;text-align:center}.cta-section .hero__ctas{justify-content:center}.footer{background:var(--black-100);padding:var(--space-lg);text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--space-sm)}.footer__logo{height:20px;width:auto;opacity:.7;filter:invert(1)}.footer__legal{font-size:.8125rem;color:var(--black-40);max-width:none}.footer__legal a{color:var(--blue-50);text-decoration:underline}@media (max-width: 900px){.feature{grid-template-columns:1fr;gap:var(--space-lg)}.feature--image-left .feature__image{order:0}.feature__image{aspect-ratio:16/9}.testimonials__grid{grid-template-columns:1fr}.trustbar__divider{display:none}.trustbar__inner{gap:var(--space-lg)}}@media (max-width: 600px){:root{--space-lg: 1.5rem;--space-xl: 2.5rem;--space-2xl: 3.5rem}.hero__content{padding-bottom:var(--space-xl)}.hero__ctas{flex-direction:column;align-items:flex-start}.cta-section .hero__ctas{align-items:center}.features__intro{margin-bottom:var(--space-xl)}}
