:root{--color-primary:#2563eb;--color-primary-mid:#60a5fa;--color-primary-light:#dbeafe;--color-dark:#0c1e3c;--color-dark-secondary:#14294d;--color-cloud:#f8fafc;--color-smoke:#eef2f7;--color-steel:#cbd5e1;--color-space:#94a3b8;--color-graphite:#64748b;--color-arsenic:#334155;--color-phantom:#1e293b;--color-black:#000;--color-white:#fff;--gradient-brand:linear-gradient(135deg, #2563eb 0%, #60a5fa 100%);--gradient-hero:linear-gradient(135deg, #0c1e3c 0%, #14294d 50%, #1e3a5f 100%);--font-primary:"Plus Jakarta Sans", "Inter", sans-serif;--text-h1:4rem;--text-h2:3rem;--text-h3:2rem;--text-h4:1.5rem;--text-body-lg:1.125rem;--text-body:1rem;--text-caption:.8125rem;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:40px;--space-2xl:64px;--space-3xl:96px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-pill:9999px;--shadow-card:0 2px 12px #0c1e3c14;--shadow-elevated:0 8px 32px #0c1e3c1f;--max-width:1200px;--nav-height:72px}@media (width<=768px){:root{--text-h1:2.5rem;--text-h2:2rem;--text-h3:1.5rem;--text-h4:1.25rem;--nav-height:64px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-primary);font-size:var(--text-body);color:var(--color-arsenic);background:var(--color-cloud);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.section{padding:var(--space-3xl) 0}.section-title{font-size:var(--text-h2);color:var(--color-phantom);letter-spacing:-.02em;font-weight:700;line-height:1.15}.section-title em{color:var(--color-primary);font-style:normal}.section-subtitle{font-size:var(--text-body-lg);color:var(--color-graphite);max-width:640px;margin-top:var(--space-md);line-height:1.7}.section-header{text-align:center;margin-bottom:var(--space-2xl)}.section-header .section-subtitle{margin-left:auto;margin-right:auto}.btn{justify-content:center;align-items:center;gap:var(--space-sm);font-size:var(--text-body);border-radius:var(--radius-pill);white-space:nowrap;padding:14px 32px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 16px #2563eb59}.btn-secondary{color:var(--color-primary);border:2px solid var(--color-primary);background:0 0}.btn-secondary:hover{background:var(--color-primary-light)}.btn-ghost{color:var(--color-white);background:0 0;border:2px solid #fff6}.btn-ghost:hover{border-color:var(--color-white);background:#ffffff14}.btn-sm{padding:10px 24px;font-size:.9375rem}.card{background:var(--color-white);border:1px solid var(--color-smoke);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-xl)}.img-placeholder{background:linear-gradient(135deg, var(--color-smoke) 0%, var(--color-primary-light) 100%);border-radius:var(--radius-md);color:var(--color-space);font-size:var(--text-caption);text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;font-weight:500;display:flex}.brand-logo{object-fit:contain;width:auto;display:block}.brand-logo--on-dark,.brand-logo--on-light{height:40px}.brand-logo--wordmark-white{height:28px}.brand-logo--emblem{width:32px;height:32px}@media (width<=768px){.brand-logo--on-dark,.brand-logo--on-light{height:32px}}.hero-nav{z-index:10;align-items:center;gap:var(--space-md);padding:var(--space-lg) var(--space-xl);grid-template-columns:1fr auto 1fr;display:grid;position:relative}.hero-nav-logo{flex-shrink:0;justify-self:start;align-items:center;display:flex}.hero-nav-logo .brand-logo--on-dark{height:64px}.hero-nav-pill{align-items:center;gap:var(--space-xs);border-radius:var(--radius-pill);background:#fffffff2;justify-self:center;padding:6px 8px;display:flex;box-shadow:0 2px 16px #0c1e3c1f}.hero-nav-link{color:var(--color-phantom);border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:4px;padding:10px 16px;font-size:.875rem;font-weight:500;transition:background .2s,color .2s;display:flex}.hero-nav-link:hover{background:var(--color-cloud);color:var(--color-primary)}.hero-nav-actions{align-items:center;gap:var(--space-sm);justify-self:end;display:flex}.btn-login{background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-pill);align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.btn-login:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-get-started{background:var(--color-white);color:var(--color-primary);border-radius:var(--radius-pill);align-items:center;padding:10px 20px;font-size:.875rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.btn-get-started:hover{background:var(--color-primary-light);transform:translateY(-1px)}.hero-nav-toggle{flex-direction:column;grid-column:3;justify-self:end;gap:5px;padding:4px;display:none}.hero-nav-toggle span{background:var(--color-white);border-radius:2px;width:22px;height:2px;display:block}@media (width<=1024px){.hero-nav-pill{display:none}}@media (width<=768px){.hero-nav{padding:var(--space-md) var(--space-lg);grid-template-columns:1fr auto}.hero-nav-logo .brand-logo--on-dark{height:44px}.hero-nav-actions{display:none}.hero-nav-toggle{display:flex}}.hero-shell{padding:var(--space-md) var(--space-lg) 0;background:var(--color-cloud)}.hero-container{border-radius:48px;flex-direction:column;min-height:min(88vh,820px);display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg-image{object-fit:cover;object-position:center 35%;width:100%;height:100%;position:absolute;inset:0}.hero-bg-overlay{background:linear-gradient(90deg,#0c1e3cb8 0%,#0c1e3c73 45%,#0c1e3c26 100%);position:absolute;inset:0}.hero-body{z-index:1;padding:var(--space-xl) var(--space-xl) var(--space-3xl);flex:1;align-items:center;display:flex;position:relative}.hero-content{max-width:560px}.hero-title{gap:var(--space-xs);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.hero-title-line{color:var(--color-white);letter-spacing:-.01em;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:400;line-height:1.2}.hero-title-main{color:var(--color-white);letter-spacing:-.03em;font-size:clamp(2.75rem,5.5vw,4.5rem);font-weight:800;line-height:1.05}.hero-subtitle{font-size:var(--text-body-lg);color:#ffffffe0;margin-bottom:var(--space-xl);max-width:480px;line-height:1.65}.hero-subtitle strong{color:var(--color-white);font-weight:600}.hero-actions{gap:var(--space-md);margin-bottom:var(--space-2xl);flex-wrap:wrap;display:flex}.btn-hero-ghost{font-size:var(--text-body);color:var(--color-white);border-radius:var(--radius-pill);background:0 0;border:2px solid #ffffff8c;justify-content:center;align-items:center;padding:14px 32px;font-weight:600;transition:all .2s;display:inline-flex}.btn-hero-ghost:hover{border-color:var(--color-white);background:#ffffff1a}.hero-trust{align-items:center;gap:var(--space-md);display:flex}.avatar-stack{flex-shrink:0;display:flex}.avatar{object-fit:cover;border:2px solid #ffffffe6;border-radius:50%;width:40px;height:40px;margin-left:-12px}.avatar:first-child{margin-left:0}.hero-trust-text{color:#ffffffd9;font-size:.9375rem;line-height:1.4}.hero-trust-text strong{color:var(--color-white);font-weight:700}@media (width<=768px){.hero-shell{padding:var(--space-sm) var(--space-md) 0}.hero-container{border-radius:32px;min-height:min(92vh,720px)}.hero-body{padding:var(--space-lg) var(--space-lg) var(--space-2xl);align-items:flex-end}.hero-content{max-width:100%}.hero-bg-overlay{background:linear-gradient(#0c1e3c59 0%,#0c1e3cbf 60%,#0c1e3cd9 100%)}}.value-props{background:var(--color-cloud)}.value-props-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);display:grid}.value-prop-card{gap:var(--space-md);flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex}.value-prop-card:hover{box-shadow:var(--shadow-elevated);transform:translateY(-2px)}.value-prop-icon{border-radius:var(--radius-md);flex-shrink:0;width:56px;height:56px;font-size:1.5rem}.value-prop-title{font-size:var(--text-h4);color:var(--color-phantom);font-weight:600;line-height:1.3}.value-prop-description{font-size:var(--text-body);color:var(--color-graphite);line-height:1.7}@media (width<=768px){.value-props-grid{grid-template-columns:1fr}}.personal-care{background:var(--color-white)}.personal-care-header{text-align:center;margin-bottom:var(--space-2xl)}.personal-care-header .section-subtitle{margin-left:auto;margin-right:auto}.product-cards{gap:var(--space-lg);margin-bottom:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.product-card{border-radius:var(--radius-lg);border:1px solid var(--color-smoke);background:var(--color-white);transition:box-shadow .2s,transform .2s;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-elevated);transform:translateY(-2px)}.product-card-image{aspect-ratio:4/3;border-radius:0}.product-card-body{padding:var(--space-lg)}.product-category{font-size:var(--text-caption);color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.product-title{font-size:var(--text-h4);color:var(--color-phantom);margin:var(--space-sm) 0 var(--space-md);font-weight:600;line-height:1.3}.product-link{color:var(--color-primary);font-size:.9375rem;font-weight:600;transition:color .2s}.product-link:hover{color:#1d4ed8}.featured-product{gap:var(--space-xl);background:var(--gradient-hero);color:var(--color-white);border:none;grid-template-columns:1fr 1fr;align-items:center;display:grid}.featured-product-content{gap:var(--space-md);flex-direction:column;display:flex}.featured-product .product-category{color:var(--color-primary-mid)}.featured-product-title{font-size:var(--text-h3);font-weight:700;line-height:1.2}.featured-product-image{aspect-ratio:16/10;border-radius:var(--radius-md);border:1px solid #ffffff1a}@media (width<=900px){.product-cards,.featured-product{grid-template-columns:1fr}}.testimonials{background:var(--color-cloud)}.testimonials-stat{font-size:var(--text-body-lg);color:var(--color-primary);margin-top:var(--space-md);font-weight:600}.testimonials-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.testimonial-card{gap:var(--space-md);padding:var(--space-lg);flex-direction:column;display:flex}.testimonial-category{font-size:var(--text-caption);color:var(--color-primary);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.testimonial-result{font-size:var(--text-h3);color:var(--color-primary);letter-spacing:-.02em;font-weight:800}.testimonial-quote{font-size:var(--text-body);color:var(--color-arsenic);flex:1;line-height:1.6}.testimonial-author{padding-top:var(--space-md);border-top:1px solid var(--color-smoke);flex-direction:column;gap:2px;display:flex}.testimonial-author strong{color:var(--color-phantom);font-weight:600}.testimonial-author span{font-size:var(--text-caption);color:var(--color-graphite)}@media (width<=900px){.testimonials-grid{grid-template-columns:1fr}}.stats-section{background:var(--color-white)}.stats-layout{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.stats-features{margin-top:var(--space-xl)}.stats-feature h3{font-size:var(--text-h4);color:var(--color-phantom);margin-bottom:var(--space-sm);font-weight:600}.stats-feature p{color:var(--color-graphite);margin-bottom:var(--space-lg);line-height:1.7}.stats-visual{justify-content:center;display:flex;position:relative}.stats-phone-placeholder{aspect-ratio:9/19;border-radius:24px;width:240px}.stats-journey-card{padding:var(--space-lg);min-width:220px;position:absolute;bottom:-20px;right:0}.journey-label{font-size:var(--text-caption);color:var(--color-graphite);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.journey-numbers{align-items:center;gap:var(--space-sm);margin-top:var(--space-sm);display:flex}.journey-start,.journey-end{font-size:var(--text-h4);color:var(--color-phantom);font-weight:700}.journey-arrow{font-size:var(--text-body);color:var(--color-primary);font-weight:600}.stats-grid{gap:var(--space-lg);padding-top:var(--space-2xl);border-top:1px solid var(--color-smoke);grid-template-columns:repeat(3,1fr);display:grid}.stat-item{text-align:center;padding:var(--space-lg)}.stat-value{font-size:var(--text-h2);color:var(--color-primary);letter-spacing:-.02em;margin-bottom:var(--space-sm);font-weight:800;display:block}.stat-label{font-size:var(--text-body);color:var(--color-graphite);line-height:1.5}@media (width<=768px){.stats-layout,.stats-grid{grid-template-columns:1fr}}.services{background:var(--color-cloud)}.services-header{text-align:center;margin-bottom:var(--space-2xl)}.services-header .section-subtitle{margin-left:auto;margin-right:auto}.services-actions{justify-content:center;gap:var(--space-md);margin-top:var(--space-xl);display:flex}.services-scroll{gap:var(--space-lg);scroll-snap-type:x mandatory;padding-bottom:var(--space-md);-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.services-scroll::-webkit-scrollbar{display:none}.service-card{scroll-snap-align:start;border-radius:var(--radius-lg);background:var(--color-white);border:1px solid var(--color-smoke);flex:0 0 260px;transition:box-shadow .2s,transform .2s;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-elevated);transform:translateY(-2px)}.service-card-image{aspect-ratio:4/3;border-radius:0}.service-card-body{padding:var(--space-lg)}.service-card-body h3{font-size:var(--text-h4);color:var(--color-phantom);margin-bottom:var(--space-xs);font-weight:600}.service-card-body p{color:var(--color-graphite);font-size:.9375rem}.how-it-works{background:var(--color-white)}.how-actions{justify-content:center;gap:var(--space-md);margin-top:var(--space-xl);display:flex}.steps-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid;position:relative}.step-card{text-align:center;align-items:center;gap:var(--space-md);flex-direction:column;display:flex;position:relative}.step-number{font-size:var(--text-caption);color:var(--color-primary);letter-spacing:.1em;font-weight:700}.step-icon{background:var(--color-primary-light);width:72px;height:72px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 0 0 1px #2563eb1f}.step-icon-svg{width:32px;height:32px}.step-title{font-size:var(--text-h4);color:var(--color-phantom);font-weight:600;line-height:1.3}.step-description{font-size:var(--text-body);color:var(--color-graphite);line-height:1.7}.step-connector{display:none}@media (width>=901px){.step-connector{background:var(--color-steel);width:48px;height:2px;display:block;position:absolute;top:56px;right:-24px}.step-connector:after{content:"→";color:var(--color-steel);font-size:.875rem;position:absolute;top:-10px;right:-8px}}@media (width<=900px){.steps-grid{grid-template-columns:1fr}}.faq{background:var(--color-cloud)}.faq-list{gap:var(--space-sm);flex-direction:column;max-width:720px;margin:0 auto;display:flex}.faq-item{background:var(--color-white);border:1px solid var(--color-smoke);border-radius:var(--radius-md);transition:box-shadow .2s;overflow:hidden}.faq-item.open{box-shadow:var(--shadow-card)}.faq-question{justify-content:space-between;align-items:center;gap:var(--space-md);width:100%;padding:var(--space-lg);font-size:var(--text-body);color:var(--color-phantom);text-align:left;font-weight:600;transition:color .2s;display:flex}.faq-question:hover{color:var(--color-primary)}.faq-icon{background:var(--color-primary-light);width:28px;height:28px;color:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;font-weight:600;display:flex}.faq-answer{padding:0 var(--space-lg) var(--space-lg)}.faq-answer p{font-size:var(--text-body);color:var(--color-graphite);line-height:1.7}.cta-banner{padding:var(--space-3xl) 0;position:relative;overflow:hidden}.cta-banner-bg{background:var(--gradient-hero);position:absolute;inset:0}.cta-banner-inner{z-index:1;gap:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:center;display:grid;position:relative}.cta-banner-title{font-size:var(--text-h2);color:var(--color-white);letter-spacing:-.02em;margin-bottom:var(--space-md);font-weight:700;line-height:1.15}.cta-rating{font-size:var(--text-body-lg);color:var(--color-primary-mid);font-weight:600}.cta-banner-trust{margin-bottom:var(--space-lg)}.cta-banner-perks{gap:var(--space-md) var(--space-xl);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.cta-banner-perks li{font-size:var(--text-body);color:#fffc;align-items:center;gap:var(--space-sm);display:flex}.cta-banner-perks li:before{content:"✓";color:var(--color-primary-mid);font-weight:700}.cta-banner-actions{gap:var(--space-md);flex-wrap:wrap;display:flex}.cta-banner-image{aspect-ratio:16/10;object-fit:cover;object-position:center;border-radius:var(--radius-lg);border:1px solid #ffffff1a;width:100%}@media (width<=768px){.cta-banner-inner{text-align:center;grid-template-columns:1fr}.cta-banner-perks,.cta-banner-actions{justify-content:center}}.footer{background:var(--color-dark);color:#ffffffbf;padding:var(--space-3xl) 0 var(--space-xl)}.footer-top{gap:var(--space-xl);padding-bottom:var(--space-2xl);border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr repeat(4,1fr);display:grid}.footer-logo{margin-bottom:var(--space-lg);align-items:center;display:inline-flex}.footer-logo .brand-logo--wordmark-white{height:32px}.footer-trust-list{gap:var(--space-sm);flex-direction:column;display:flex}.footer-trust-list li{font-size:var(--text-caption);color:#ffffff8c;align-items:center;gap:var(--space-sm);display:flex}.footer-trust-list li:before{content:"✓";color:var(--color-primary-mid);font-size:.75rem}.footer-col h4{color:var(--color-white);margin-bottom:var(--space-md);font-size:.9375rem;font-weight:600}.footer-col ul{gap:var(--space-sm);flex-direction:column;display:flex}.footer-col a{font-size:var(--text-caption);color:#ffffff8c;transition:color .2s}.footer-col a:hover{color:var(--color-white)}.footer-contact address{gap:var(--space-xs);margin-bottom:var(--space-md);flex-direction:column;font-style:normal;display:flex}.footer-contact p{font-size:var(--text-caption)}.footer-bottom{padding-top:var(--space-xl);text-align:center}.footer-tagline{font-size:var(--text-body-lg);color:var(--color-primary-mid);margin-bottom:var(--space-md);font-weight:600}.footer-disclaimer{font-size:var(--text-caption);color:#fff6;max-width:800px;margin:0 auto var(--space-md);font-weight:300;line-height:1.6}.footer-copy{font-size:var(--text-caption);color:#ffffff59}@media (width<=900px){.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=480px){.footer-top{grid-template-columns:1fr}}.legal-page{background:var(--color-cloud);min-height:100vh}.legal-header{z-index:50;background:var(--color-white);border-bottom:1px solid var(--color-smoke);position:sticky;top:0}.legal-header-inner{height:var(--nav-height);justify-content:space-between;align-items:center;display:flex}.legal-logo{align-items:center;display:flex}.legal-logo .brand-logo--on-light{height:36px}.legal-back{color:var(--color-primary);font-size:.9375rem;font-weight:500;transition:color .2s}.legal-back:hover{color:#1d4ed8}.legal-main{padding:var(--space-2xl) 0 var(--space-3xl)}.legal-content{max-width:800px;margin:0 auto}.legal-doc-header{text-align:center;margin-bottom:var(--space-2xl)}.legal-doc-header h1{color:var(--color-phantom);letter-spacing:-.02em;margin-bottom:var(--space-sm);font-size:clamp(2rem,4vw,3rem);font-weight:700}.legal-doc-subtitle{font-size:var(--text-body-lg);color:var(--color-graphite)}.legal-prose{background:var(--color-white);border:1px solid var(--color-smoke);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-card)}.legal-prose section,.legal-section{margin-bottom:var(--space-2xl)}.legal-section-title{font-size:var(--text-h4);color:var(--color-phantom);margin-bottom:var(--space-md);font-weight:700;line-height:1.3}.legal-subsection-title{color:var(--color-phantom);margin:var(--space-lg) 0 var(--space-sm);font-size:1.125rem;font-weight:600;line-height:1.35}.legal-p{color:var(--color-graphite);margin-bottom:var(--space-md);line-height:1.75}.legal-ul,.legal-ol{color:var(--color-graphite);margin:0 0 var(--space-md);padding-left:var(--space-lg);line-height:1.75}.legal-ul{list-style:outside}.legal-ol{list-style:decimal}.legal-prose section:last-child{margin-bottom:0}.legal-prose h2{font-size:var(--text-h4);color:var(--color-phantom);margin-bottom:var(--space-md);font-weight:700;line-height:1.3}.legal-prose h3{color:var(--color-phantom);margin:var(--space-lg) 0 var(--space-sm);font-size:1.125rem;font-weight:600;line-height:1.35}.legal-prose p{color:var(--color-graphite);margin-bottom:var(--space-md);line-height:1.75}.legal-prose p:last-child{margin-bottom:0}.legal-prose ul,.legal-prose ol{color:var(--color-graphite);margin:0 0 var(--space-md);padding-left:var(--space-lg);line-height:1.75}.legal-prose ul{list-style:outside}.legal-prose ol{list-style:decimal}.legal-prose li{margin-bottom:var(--space-xs)}.legal-prose li:last-child{margin-bottom:0}.legal-prose strong{color:var(--color-phantom);font-weight:600}.legal-prose a{color:var(--color-primary);text-underline-offset:2px;text-decoration:underline}.legal-prose a:hover{color:#1d4ed8}.legal-notice{border-radius:var(--radius-md);padding:var(--space-lg);margin-bottom:var(--space-2xl);background:#dc26260f;border:1px solid #dc262633}.legal-notice h2{color:#b91c1c;margin-bottom:var(--space-sm);font-size:1.125rem}.legal-notice p{color:var(--color-arsenic)}.legal-meta{font-size:var(--text-caption);color:var(--color-space);margin-top:var(--space-sm)}.legal-footer-note{border-top:1px solid var(--color-smoke);padding-top:var(--space-lg);margin-top:var(--space-2xl);text-align:center}.legal-footer-note p{color:var(--color-graphite);font-size:.9375rem;font-weight:600}@media (width<=768px){.legal-prose{padding:var(--space-lg)}}
