@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;--navy: #01102f;--navy-2: #00245f;--ink: #030a23;--blue: #003dbd;--blue-dark: #0034a5;--pink: #f84f92;--pink-soft: #fee6ee;--ivory: #f8f5f4;--warm-white: #fffdfa;--line: #e1e5ec;--muted: #687083;--sage: #159c7d;--danger: #b4233e;--shadow: 0 18px 50px rgb(17 38 76 / 10%)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--ivory);scrollbar-width:none}html::-webkit-scrollbar{display:none}body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);background:var(--ivory);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid #75a7ff;outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.site-shell{min-height:100vh;overflow:clip;background:var(--ivory)}.content-wrap{width:min(calc(100% - 40px),1120px);margin-inline:auto}.section-padding{padding-block:72px}.eyebrow{margin:0 0 10px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.14em}.eyebrow.blue{color:var(--blue)}.eyebrow.pink{color:var(--pink)}.eyebrow.light{color:#9bb8ff}.section-lead{margin:16px 0 0;color:#515b70;font-size:15px;line-height:1.65}.primary-button,.secondary-button{display:inline-flex;min-height:56px;align-items:center;justify-content:center;gap:12px;border:0;border-radius:15px;padding:0 22px;font-size:15px;font-weight:800;cursor:pointer;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.primary-button{color:#fff;background:var(--blue);box-shadow:0 10px 28px #075ce53d}.primary-button:hover{background:var(--blue-dark);transform:translateY(-1px)}.primary-button:active,.secondary-button:active{transform:translateY(1px)}.primary-button:disabled{cursor:wait;opacity:.68;transform:none}.secondary-button{width:100%;margin-top:24px;border:1.5px solid #c9d9fb;color:var(--blue-dark);background:#f7faff;box-shadow:none}.secondary-button:hover{background:#eef4ff}.hero-section{position:relative;height:395px;overflow:hidden;color:#fff;background:var(--navy);isolation:isolate}.hero-header{position:relative;z-index:4;display:flex;height:58px;align-items:center;justify-content:space-between;gap:12px;padding:10px 20px 0}.hero-header .brand-logo{width:90px}.brand-logo{width:126px;height:auto;object-fit:contain}.brand-logo-light{filter:drop-shadow(0 2px 7px rgb(0 0 0 / 12%))}.hero-reassurance{display:flex;align-items:center;gap:6px;margin:0;color:#ffffffe5;font-size:9.5px;font-weight:600;white-space:nowrap}.hero-reassurance i{width:4px;height:4px;border-radius:50%;background:var(--pink)}.hero-content{position:relative;z-index:3;padding:4px 20px 0}.hero-content h1{width:min(330px,91vw);margin:0;font-size:34px;font-weight:800;line-height:.94;letter-spacing:-.045em}.hero-content h1>span,.hero-content h1>em{display:block}.hero-content h1 em{color:var(--pink);font-style:normal}.hero-content>p{width:min(155px,44vw);margin:8px 0 0;color:#ffffffe0;font-size:10.5px;font-weight:500;line-height:1.48}.hero-family{position:absolute;z-index:1;right:-10px;bottom:-1px;width:470px;max-width:none;height:275px;object-fit:cover;object-position:57% top;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 18%,#000 100%);animation:hero-photo-in .72s cubic-bezier(.22,1,.36,1) both}.hero-content h1,.hero-content>p{animation:hero-copy-in .56s cubic-bezier(.22,1,.36,1) both}.hero-content>p{animation-delay:80ms}@keyframes hero-photo-in{0%{opacity:0;transform:translate3d(18px,10px,0) scale(1.03)}to{opacity:1;transform:none}}@keyframes hero-copy-in{0%{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:none}}.assessment{position:relative;z-index:5;scroll-margin-top:8px;background:var(--ivory)}.assessment-inner{width:min(100%,760px);min-height:393px;margin-inline:auto;padding:16px 29px 8px}.progress-row{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;color:var(--blue-dark)}.progress-row strong{font-size:12px;letter-spacing:.02em}.progress-track{height:6px;overflow:hidden;border-radius:999px;background:#dfe3e9}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--blue);transition:width .32s ease}.assessment-content{animation:step-in .26s ease both}@keyframes step-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.assessment-heading{margin-top:10px}.assessment-heading .eyebrow{display:none}.assessment-heading h2{max-width:220px;margin:0;font-size:24px;font-weight:800;line-height:1.06;letter-spacing:-.038em}.choice-list{display:grid;gap:8px;margin-top:14px}.choice-row{display:grid;min-height:58px;grid-template-columns:38px 1fr 24px;align-items:center;gap:12px;width:100%;border:1px solid var(--line);border-radius:10px;padding:7px 12px;text-align:left;background:#fff;box-shadow:0 7px 22px #0b1e440a;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.choice-row:hover{border-color:#9abbfb}.choice-row:active{transform:scale(.992)}.choice-row.selected{border-color:var(--blue);background:#edf1fb;box-shadow:0 0 0 1px var(--blue),0 10px 26px #075ce517}.choice-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:var(--pink);background:var(--pink-soft)}.choice-icon svg{width:22px;height:22px}.choice-row.selected .choice-icon{color:#fff;background:var(--blue)}.choice-label{font-size:14px;font-weight:500;line-height:1.25}.choice-row.selected .choice-label{font-weight:700}.choice-radio{display:grid;width:20px;height:20px;place-items:center;justify-self:end;border:2px solid #c6cad2;border-radius:50%;background:#fff}.choice-row.selected .choice-radio{border-color:var(--blue)}.choice-row.selected .choice-radio i{width:10px;height:10px;border-radius:50%;background:var(--blue)}.assessment-button{position:relative;width:100%;min-height:44px;margin-top:11px}.assessment-button svg,.primary-button svg,.secondary-button svg{width:19px;height:19px}.assessment-button svg{position:absolute;right:14px;margin-left:0}.privacy-note{display:flex;align-items:center;justify-content:center;gap:7px;min-height:18px;margin:4px 0 0;color:#7a8291;font-size:11.5px;line-height:1.35}.privacy-note svg{flex:0 0 auto;width:15px;height:15px}.back-button{display:inline-flex;align-items:center;gap:6px;min-height:36px;margin-top:9px;border:0;padding:0;color:#626b7d;font-size:12px;font-weight:700;background:transparent;cursor:pointer}.back-button svg{width:15px;height:15px}.back-button:disabled{cursor:wait;opacity:.55}.lead-form .assessment-heading{margin-top:5px}.lead-form .assessment-heading h2{font-size:25px}.form-intro{display:inline-flex;align-items:center;gap:7px;margin:7px 0 1px;color:var(--blue-dark);font-size:12px;font-weight:700}.form-intro svg{width:17px;height:17px}.field-label{display:grid;gap:5px;margin-top:9px}.field-label>span:first-child{color:#626a7b;font-size:11px;font-weight:700}.input-shell{position:relative;display:flex;min-height:52px;align-items:center;border:1px solid #d9dde5;border-radius:13px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.input-shell:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #075ce51f}.input-shell svg{position:absolute;left:15px;width:19px;height:19px;color:#8c94a3}.input-shell input{width:100%;min-width:0;min-height:50px;border:0;border-radius:inherit;padding:0 14px 0 44px;color:var(--ink);font-size:16px;outline:none;background:transparent}.input-shell input::placeholder{color:#9ca3af}.consent-row{display:grid;grid-template-columns:20px 1fr;align-items:start;gap:9px;margin-top:10px;color:#626a7b;font-size:10.5px;line-height:1.38;cursor:pointer}.consent-row input{width:19px;height:19px;margin:0;accent-color:var(--blue)}.form-error{margin:8px 0 0;color:var(--danger);font-size:11.5px;font-weight:700;line-height:1.35}.lead-form .assessment-button{margin-top:10px}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);width:100%;color:#fff;background:var(--navy-2)}.trust-strip>div{display:grid;justify-items:center;gap:6px;min-width:0;padding:19px 7px;text-align:center}.trust-strip>div+div{border-left:1px solid rgb(255 255 255 / 17%)}.trust-strip svg{width:24px;height:24px;color:#70a5ff}.trust-strip span{display:grid;gap:2px;color:#aec3e8;font-size:9.5px;line-height:1.25}.trust-strip b{color:#fff;font-size:11.5px}.product-section{position:relative;border-radius:28px 28px 0 0;color:var(--ink);background:var(--warm-white)}.product-section.section-padding{padding-top:20px}.product-section>.content-wrap>.eyebrow{display:none}.product-section h2,.stories-section h2,.final-section h2{margin:0;font-size:34px;font-weight:800;line-height:1.05;letter-spacing:-.045em}.product-section h2{max-width:280px;font-size:25px;line-height:1.04}.product-section h2 span{color:var(--pink)}.product-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px}.product-card{min-width:0}.product-image{display:grid;aspect-ratio:1 / 1.02;place-items:center;overflow:hidden;border-radius:19px;background:#edf5ff}.mammolin-product .product-image{background:#fff0f6}.product-image img{width:93%;height:93%;object-fit:contain;filter:drop-shadow(0 13px 15px rgb(20 30 55 / 12%))}.product-label{margin:14px 0 4px;color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.1em}.mammolin-product .product-label{color:#e72d79}.product-card h3{margin:0;font-size:20px;line-height:1.1}.product-card>p:last-child{margin:7px 0 0;color:#626b7c;font-size:11.5px;line-height:1.45}.info-note{display:grid;grid-template-columns:20px 1fr;gap:9px;margin-top:26px;border:1px solid #dbe4f4;border-radius:14px;padding:13px;color:#596478;background:#f8fbff}.info-note svg{width:20px;height:20px;color:var(--blue)}.info-note p{margin:0;font-size:11px;line-height:1.5}.steps-section{color:#fff;background:var(--navy)}.steps-section h2{max-width:330px;margin:0;font-size:34px;line-height:1.06;letter-spacing:-.045em}.steps-list{display:grid;gap:0;margin:32px 0 0;padding:0;list-style:none}.steps-list li{position:relative;display:grid;grid-template-columns:45px 1fr;gap:15px;min-height:88px}.steps-list li:not(:last-child):after{position:absolute;top:41px;bottom:7px;left:21px;width:1px;content:"";background:#ffffff38}.steps-list li>span{display:grid;width:44px;height:44px;place-items:center;border:1px solid #2f69bc;border-radius:50%;color:#9ec3ff;font-size:12px;font-weight:800;background:#0a2d66}.steps-list h3{margin:2px 0 5px;font-size:16px}.steps-list p{margin:0;color:#b9c7de;font-size:13px;line-height:1.45}.steps-note{margin:4px 0 0;color:#9eb0ce;font-size:11.5px}.pink-button{width:100%;margin-top:22px;background:var(--pink);box-shadow:0 10px 28px #ff3d8d33}.pink-button:hover{background:#ed2878}.stories-section{background:#f5f8fc}.video-stage{position:relative;aspect-ratio:16 / 10;margin-top:28px;overflow:hidden;border-radius:22px;background:#dbe5f2;box-shadow:var(--shadow)}.video-stage iframe,.video-poster{width:100%;height:100%;border:0}.video-poster{position:relative;display:block;padding:0;cursor:pointer;background:#dbe5f2}.video-poster:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#00163f38}.video-poster img{width:100%;height:100%;object-fit:cover}.video-poster>span{position:absolute;z-index:2;inset:50% auto auto 50%;display:grid;width:64px;height:64px;place-items:center;border-radius:50%;color:#fff;background:var(--pink);transform:translate(-50%,-50%);box-shadow:0 12px 30px #0000003d}.video-poster svg{width:38px;height:38px}.video-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.video-selector button{position:relative;aspect-ratio:16 / 10;overflow:hidden;border:2px solid transparent;border-radius:11px;padding:0;background:#dbe5f2;cursor:pointer}.video-selector button.active{border-color:var(--blue)}.video-selector img{width:100%;height:100%;object-fit:cover}.video-selector span{position:absolute;right:5px;bottom:5px;display:grid;width:20px;height:20px;place-items:center;border-radius:50%;color:#fff;font-size:9px;font-weight:800;background:#00163fcc}.fine-print{margin:15px 0 0;color:#778095;font-size:10.5px;line-height:1.5}.final-section{overflow:hidden;background:#fff}.final-section .content-wrap{display:grid;gap:30px}.final-copy>p:not(.eyebrow){margin:17px 0 0;color:#5f687a;font-size:14px;line-height:1.65}.final-copy .primary-button{width:100%;margin-top:24px}.final-section img{width:calc(100% + 40px);max-width:none;margin:0 -20px -72px;aspect-ratio:1 / .72;object-fit:cover;object-position:center 44%}.site-footer{padding:42px 0 96px;border-top:1px solid #e7eaf0;background:var(--ivory)}.site-footer .brand-logo{width:118px}.site-footer p{margin:22px 0 18px;color:#6d7586;font-size:10.5px;line-height:1.65}.site-footer small{color:#8b92a0;font-size:10px}.sticky-cta{position:fixed;z-index:50;right:12px;bottom:calc(12px + env(safe-area-inset-bottom));left:12px;display:flex;min-height:54px;align-items:center;justify-content:center;gap:12px;border:1px solid rgb(255 255 255 / 20%);border-radius:15px;padding:0 20px;color:#fff;font-size:14px;font-weight:800;background:var(--blue);box-shadow:0 14px 34px #00163f4d;opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity .22s ease,transform .22s ease}.sticky-cta.shown{opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-cta svg{width:18px;height:18px}.thank-you-page{display:grid;min-height:100svh;place-items:center;padding:28px 20px;color:#fff;background:var(--navy)}.thank-you-card{display:grid;width:min(100%,430px);justify-items:start;border-radius:28px;padding:28px 24px;color:var(--ink);background:var(--warm-white);box-shadow:0 28px 70px #00000040}.thank-you-card .brand-logo{width:125px}.thank-you-icon{width:58px;height:58px;margin:44px 0 18px;color:var(--sage)}.thank-you-card h1{margin:0;font-size:34px;line-height:1.05;letter-spacing:-.04em}.thank-you-card>p:not(.eyebrow){margin:16px 0 24px;color:#5e6677;font-size:14px;line-height:1.55}.thank-you-card .primary-button{width:100%}@media(max-width:699px){.eyebrow{font-size:12px}.section-lead{font-size:16px;line-height:1.58}.primary-button,.secondary-button{font-size:16px}.hero-reassurance{font-size:10px}.hero-content h1{font-size:36px;line-height:.95}.hero-content>p{width:min(160px,44vw);font-size:11.5px;line-height:1.45}.progress-row strong{font-size:13px}.assessment-heading h2{max-width:240px;font-size:26px}.choice-label{font-size:15px}.privacy-note{font-size:12px}.back-button,.form-intro{font-size:13px}.lead-form .back-button{min-height:32px;margin-top:4px}.lead-form .assessment-heading{margin-top:3px}.lead-form .assessment-heading h2{font-size:27px}.lead-form .form-intro{margin:5px 0 0}.lead-form .field-label{gap:4px;margin-top:7px}.lead-form .input-shell{min-height:50px}.lead-form .input-shell input{min-height:48px}.field-label>span:first-child{font-size:12px}.consent-row{margin-top:7px;font-size:11.5px;line-height:1.4}.form-error{font-size:12px}.lead-form .assessment-button{margin-top:7px}.trust-strip span{font-size:10.5px}.trust-strip b{font-size:12.5px}.product-section h2{max-width:300px;font-size:27px}.product-label{font-size:10.5px}.product-card h3{font-size:21px}.product-card>p:last-child{font-size:13px;line-height:1.48}.info-note p{font-size:12px}.steps-section h2,.stories-section h2,.final-section h2{font-size:36px}.steps-list h3{font-size:17px}.steps-list p{font-size:14px}.steps-note{font-size:12.5px}.video-selector span{font-size:10px}.fine-print{font-size:11.5px}.final-copy>p:not(.eyebrow){font-size:15px;line-height:1.6}.site-footer p{font-size:11.5px;line-height:1.6}.site-footer small{font-size:11px}.sticky-cta{font-size:15px}.thank-you-card h1{font-size:36px}.thank-you-card>p:not(.eyebrow){font-size:15px}}@media(max-width:359px){.hero-header{padding-inline:16px}.brand-logo{width:112px}.hero-reassurance{font-size:9.5px}.hero-content{padding-inline:16px}.hero-content h1{font-size:34px}.assessment-inner,.content-wrap{width:calc(100% - 32px)}.assessment-inner{width:100%;padding-inline:16px}.choice-label{font-size:14.5px}}@media(min-width:700px){.section-padding{padding-block:104px}.hero-section{height:680px}.hero-header,.hero-content{width:min(calc(100% - 64px),1120px);margin-inline:auto;padding-inline:0}.hero-header{height:82px;padding-top:14px}.brand-logo,.hero-header .brand-logo{width:156px}.hero-reassurance{gap:10px;font-size:12px}.hero-content{padding-top:50px}.hero-content h1{width:640px;font-size:76px}.hero-content>p{width:410px;font-size:18px}.hero-family{right:max(calc((100vw - 1180px)/2 - 100px),-80px);width:880px;height:660px;object-position:58% center}.assessment{z-index:8;width:min(calc(100% - 64px),980px);margin:-176px auto 76px;border-radius:30px;box-shadow:0 30px 80px #00163f33}.assessment-inner{min-height:0;padding:42px 54px 48px}.assessment-heading h2{max-width:580px;font-size:42px}.choice-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px}.choice-row{min-height:120px;grid-template-columns:48px 1fr;align-content:center;padding:17px}.choice-radio{position:absolute;top:16px;right:16px}.choice-row{position:relative}.choice-label{font-size:16px}.assessment-button{width:360px;margin-inline:auto}.lead-form{max-width:620px;margin-inline:auto}.trust-strip{max-width:980px;margin:0 auto 80px;border-radius:20px;overflow:hidden}.trust-strip>div{grid-template-columns:auto auto;align-items:center;justify-content:center;justify-items:start;padding:25px;text-align:left}.trust-strip span{font-size:11px}.trust-strip b{font-size:14px}.product-section{border-radius:0}.product-section.section-padding{padding-top:104px}.product-section>.content-wrap>.eyebrow{display:block}.product-section h2,.stories-section h2,.final-section h2,.steps-section h2{max-width:720px;font-size:56px}.section-lead{max-width:680px;font-size:17px}.product-pair{gap:28px;max-width:860px}.product-image{aspect-ratio:1.25 / 1}.product-card h3{font-size:28px}.product-card>p:last-child{font-size:14px}.info-note,.secondary-button{max-width:680px}.steps-list{max-width:760px}.pink-button{width:auto}.video-stage{max-width:860px}.video-selector{max-width:480px}.final-section .content-wrap{grid-template-columns:1fr 1fr;align-items:center}.final-copy .primary-button{width:auto}.final-section img{width:100%;margin:0;border-radius:28px;aspect-ratio:1 / 1}.sticky-cta{right:auto;left:50%;width:390px;transform:translate(-50%,20px)}.sticky-cta.shown{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
