:root{--bg:#B5CCC8;--bg-deep:#A0BAB4;--cream:#F1E4C9;--cream-2:#F5ECD6;--highlight:#E2EBE6;--paper:#FDFBF6;--paper-2:#FFFFFF;--ink:#141414;--ink-2:#2A2A2A;--ink-mid:#4A554F;--ink-mute:#6E7B74;--accent:#EE5A29;--accent-2:#D44C1E;--accent-soft:#FBE6DC;--green:#2A8155;--green-soft:#E1ECDF;--display:"Hanken Grotesk","DM Sans",system-ui,-apple-system,sans-serif;--body:"Hanken Grotesk","DM Sans",system-ui,-apple-system,sans-serif;--mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace}.il-page,.il-page *,.il-page :after,.il-page :before{box-sizing:border-box}.il-page{font-family:var(--body);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.35;font-size:16px;width:100%;max-width:none;min-height:100dvh;min-height:100vh;margin:0}.il-page .col{display:flex;flex-direction:column}.il-page .row{display:flex;flex-direction:row}.il-page .pad{padding:22px}.il-page .pad-x{padding-left:22px;padding-right:22px}.il-page .eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-mid);font-weight:500}.il-page .eyebrow .dot{display:inline-block;width:9px;height:9px;background:var(--accent);margin-right:8px;vertical-align:1px}.il-page h1,.il-page h2,.il-page h3{font-family:var(--display);font-weight:800;letter-spacing:-.02em;color:var(--ink);margin:0;text-wrap:balance;line-height:1.05}.il-page h1{font-size:34px}.il-page h2{font-size:28px}.il-page h3{font-size:19px;letter-spacing:-.01em}.il-page p{margin:0}.il-page .lead{font-size:16px;line-height:1.5;color:var(--ink-2)}.il-page .muted{color:var(--ink-mute)}.il-page .accent{color:var(--accent)}.il-page .green-ink{color:var(--green)}.il-page .top-bar{display:flex;align-items:center;justify-content:center;padding:18px 22px 14px;position:relative}.il-page .top-bar .wordmark{font-family:var(--display);font-weight:700;font-size:18px;letter-spacing:-.01em;color:var(--ink)}.il-page .top-bar .back{position:absolute;left:18px;top:50%;transform:translateY(-50%);font-size:15px;color:var(--ink-2);display:inline-flex;gap:6px;background:none;padding:6px 8px;font-family:var(--body)}.il-page .btn,.il-page .top-bar .back{align-items:center;border:none;cursor:pointer}.il-page .btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:var(--display);font-weight:700;font-size:17px;width:100%;padding:22px;border-radius:0;background:var(--ink);color:white;letter-spacing:-.005em;display:flex;justify-content:center;gap:10px;transition:transform .06s ease,background .15s ease}.il-page .btn:active{transform:translateY(1px)}.il-page .btn .arrow{font-size:18px;line-height:1}.il-page .btn.btn-cream{background:var(--cream);color:var(--ink)}.il-page .btn.btn-pill{border-radius:999px;padding:14px 22px;width:auto;font-size:14px}.il-page .btn.btn-pill-cream{background:var(--paper);color:var(--ink)}.il-page .card{background:var(--paper);padding:22px}.il-page .card.cream{background:var(--cream)}.il-page .card.cream-2{background:var(--cream-2)}.il-page .card.dark{background:var(--ink);color:var(--paper)}.il-page .card.highlight{background:var(--highlight)}.il-page .card.bordered{border-left:4px solid var(--accent)}.il-page .card.tight{padding:16px}.il-page .img-ph{width:100%;aspect-ratio:4/3;background:repeating-linear-gradient(135deg,rgba(20,20,20,.07) 0 1px,transparent 1px 14px),var(--cream-2);border:1px dashed rgba(20,20,20,.18);display:flex;align-items:center;justify-content:center;color:var(--ink-mid);font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;text-align:center;padding:14px;position:relative}.il-page .img-ph.dark{background:repeating-linear-gradient(135deg,rgba(255,255,255,.06) 0 1px,transparent 1px 14px),#232323;color:rgba(255,255,255,.7);border-color:rgba(255,255,255,.18)}.il-page .img-ph.square{aspect-ratio:1/1}.il-page .img-ph.tall{aspect-ratio:3/4}.il-page .img-ph.wide{aspect-ratio:16/9}.il-page .checklist{display:flex;flex-direction:column;gap:12px}.il-page .checklist li{list-style:none;display:flex;gap:12px;align-items:flex-start;font-size:16px;line-height:1.4;color:var(--ink-2);font-weight:500}.il-page .checklist li .check{flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:var(--ink);color:white;display:inline-flex;align-items:center;justify-content:center;font-size:12px;margin-top:1px}.il-page .checklist.on-dark li{color:rgba(255,255,255,.92)}.il-page .checklist.on-dark li .check{background:white;color:var(--ink)}.il-page .row-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;background:var(--cream)}.il-page .row-item+.row-item{border-top:1px solid rgba(20,20,20,.07)}.il-page .row-item .label{font-weight:700;font-size:15px}.il-page .row-item .icon{width:22px;height:22px}.il-page .hero-cta{background:var(--ink);color:white;padding:22px;display:flex;flex-direction:column;gap:16px}.il-page .hero-cta .copy{font-size:16px;line-height:1.4;color:rgba(255,255,255,.92);font-weight:500}.il-page .hero-cta .btn{background:var(--paper);color:var(--ink);padding:18px}.il-page .stat-grid{display:grid;grid-template-columns:repeat(3,1fr);background:var(--paper)}.il-page .stat-grid .stat{padding:18px 12px;text-align:center;border-right:1px solid rgba(20,20,20,.08)}.il-page .stat-grid .stat:last-child{border-right:0}.il-page .stat-grid .num{font-family:var(--display);font-weight:800;font-size:32px;letter-spacing:-.02em;color:var(--ink)}.il-page .stat-grid .num.accent{color:var(--accent)}.il-page .stat-grid .lbl{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-mid);margin-top:4px}.il-page .review{background:var(--paper);display:flex;flex-direction:column;overflow:hidden}.il-page .review .ba{gap:4px;background:var(--paper)}.il-page .review .ba .img-ph{aspect-ratio:1/1}.il-page .review .ba .pill.dark{background:var(--ink);color:white}.il-page .review .quote{font-size:15px;line-height:1.45;padding:4px 18px 16px;color:var(--ink-2)}.il-page .review .who{display:flex;align-items:center;gap:10px;border-top:1px solid rgba(20,20,20,.08);padding:14px 18px 16px;margin-top:4px}.il-page .review .who .ava{width:32px;height:32px;border-radius:50%;background:var(--accent);color:white;display:inline-flex;align-items:center;justify-content:center;font-family:var(--display)}.il-page .review .who .ava,.il-page .review .who .name{font-weight:700;font-size:14px}.il-page .review .who .verified{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--green);display:inline-flex;align-items:center;gap:4px}.il-page .score-ba{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:stretch;padding:14px 14px 6px}.il-page .score-ba .col-block{background:var(--cream-2);padding:14px 10px;text-align:center;display:flex;flex-direction:column;gap:2px}.il-page .score-ba .col-block .when{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-mid)}.il-page .score-ba .col-block .val{font-family:var(--display);font-weight:800;font-size:30px;letter-spacing:-.02em;color:var(--ink)}.il-page .score-ba .col-block.after .val{color:var(--green)}.il-page .score-ba .arrow-block{display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--ink-mid)}.il-page .section{padding:36px 22px}.il-page .section.tight{padding:24px 22px}.il-page .section.flush{padding:36px 0}.il-page .section .section-inner{padding:0 22px}.il-page .section.bg-cream{background:var(--cream)}.il-page .section.bg-paper{background:var(--paper)}.il-page .section.bg-ink{background:var(--ink);color:white}.il-page .section.bg-ink h2{color:white}.il-page .section.bg-ink .lead{color:rgba(255,255,255,.85)}.il-page .footer{background:var(--ink);color:rgba(255,255,255,.7);padding:36px 22px;display:flex;flex-direction:column;gap:22px;font-size:13px}.il-page .footer .foot-head{font-family:var(--display);font-weight:700;color:white;font-size:18px}.il-page .footer .socials{display:flex;gap:10px}.il-page .footer .socials a{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);color:white;display:inline-flex;align-items:center;justify-content:center;font-family:var(--display);font-weight:700;font-size:14px;text-decoration:none}.il-page .footer .links{display:flex;gap:18px;color:rgba(255,255,255,.6)}.il-page .footer .links a{color:inherit;text-decoration:none}.il-page .progress{display:flex;height:3px;margin:0 22px;background:rgba(20,20,20,.12)}.il-page .progress .fill{background:var(--accent);height:100%}.il-page .disclaimer{font-size:11px;line-height:1.5;color:var(--ink-mute)}.il-page .carousel{display:flex;gap:12px;padding:0 22px 8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.il-page .carousel::-webkit-scrollbar{display:none}.il-page .carousel>*{flex:0 0 86%;scroll-snap-align:start}.il-page .carousel.tight>*{flex-basis:78%}.il-page .grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.il-page .chip{display:inline-flex;align-items:center;gap:6px;background:var(--paper);color:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:6px 10px;font-weight:600}.il-page .chip.dark{background:var(--ink);color:white}.il-page .chip.accent{background:var(--accent);color:white}.il-page .chip.green{background:var(--green-soft);color:var(--green)}.il-page .num-badge{font-family:var(--mono);font-size:10px;letter-spacing:.12em;color:var(--ink-mid);font-weight:600}.il-page .step{display:grid;grid-template-columns:1fr 90px;gap:14px;padding:16px 18px;background:var(--cream);border-left:3px solid var(--accent);align-items:center}.il-page .step+.step{margin-top:10px}.il-page .step .step-img{width:90px;height:70px}.il-page .step .step-title{font-size:19px;font-weight:800;line-height:1.1;letter-spacing:-.01em}.il-page .step .step-desc{font-size:14px;color:var(--ink-mid);margin-top:6px;line-height:1.4}.il-page .step .step-time{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-mid);margin-top:8px}.il-page.il-brand{--brand-navy:#121A2B;--brand-navy-mid:#1C2A42;--brand-celestial:#0057A8;--brand-aurora:#77C89A;--brand-glow:#B8F5D1;--brand-silver:#BCC3CC;--brand-white:#F5F8FA;--brand-ink:#121A2B;background:var(--brand-navy);color:var(--brand-white);font-family:DM Sans,system-ui,sans-serif;font-weight:400}.il-page.il-brand,.il-page.il-brand[data-display=dm-sans]{--brand-display:"DM Sans",system-ui,sans-serif;--brand-display-weight:700;--brand-display-italic-weight:600;--brand-display-letter:-0.025em;--brand-em-font:"DM Sans",system-ui,sans-serif;--brand-em-weight:600}.il-page.il-brand[data-display=dm-sans-serif-em]{--brand-display:"DM Sans",system-ui,sans-serif;--brand-display-weight:700;--brand-display-italic-weight:600;--brand-display-letter:-0.025em;--brand-em-font:"Fraunces",Georgia,serif;--brand-em-weight:500}.il-page.il-brand[data-display=schibsted]{--brand-display:"Schibsted Grotesk",system-ui,sans-serif;--brand-display-weight:700;--brand-display-italic-weight:600;--brand-display-letter:-0.025em;--brand-em-font:"Schibsted Grotesk",system-ui,sans-serif;--brand-em-weight:600}.il-page.il-brand[data-display=fraunces]{--brand-display:"Fraunces",Georgia,serif;--brand-display-weight:600;--brand-display-italic-weight:500;--brand-display-letter:-0.022em;--brand-em-font:"Fraunces",Georgia,serif;--brand-em-weight:500}.il-page.il-brand[data-display=cormorant]{--brand-display:"Cormorant Garamond",Georgia,serif;--brand-display-weight:500;--brand-display-italic-weight:400;--brand-display-letter:-0.005em;--brand-em-font:"Cormorant Garamond",Georgia,serif;--brand-em-weight:400}.il-page.il-brand .top-bar .wordmark{font-family:var(--brand-display);font-weight:var(--brand-display-weight);font-size:17px;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-white)}.il-page.il-brand h1{font-size:46px;line-height:1.02}.il-page.il-brand h1,.il-page.il-brand h2{font-family:var(--brand-display);font-weight:var(--brand-display-weight);letter-spacing:var(--brand-display-letter);color:var(--brand-white)}.il-page.il-brand h2{font-size:32px;line-height:1.06}.il-page.il-brand h3{font-family:var(--brand-display);font-weight:var(--brand-display-weight);font-size:19px;letter-spacing:0;color:var(--brand-white)}.il-page.il-brand .lead em,.il-page.il-brand h1 em,.il-page.il-brand h2 em,.il-page.il-brand h3 em,.il-page.il-brand p em{font-style:italic;color:var(--brand-aurora);font-weight:var(--brand-em-weight);font-family:var(--brand-em-font)}.il-page.il-brand .lead{font-size:15px;line-height:1.65;color:rgba(245,248,250,.85);font-weight:500}.il-page.il-brand .muted{color:var(--brand-silver)}.il-page.il-brand .accent{color:var(--brand-aurora)}.il-page.il-brand .eyebrow{font-family:DM Mono,monospace;font-size:10px;letter-spacing:.35em;text-transform:uppercase;color:var(--brand-aurora);font-weight:400;opacity:.85}.il-page.il-brand .eyebrow .dot{display:none}.il-page.il-brand .btn{background:var(--brand-celestial);color:white;width:100%;padding:18px 28px;border-radius:100px;font-family:DM Sans,sans-serif;font-weight:400;font-size:14px;letter-spacing:.12em;text-transform:lowercase;transition:background .2s,transform .06s}.il-page.il-brand .btn:hover{background:#0064c0}.il-page.il-brand .btn.btn-cream{background:transparent;color:var(--brand-white);border:1px solid rgba(245,248,250,.18)}.il-page.il-brand .btn .arrow{font-size:16px}.il-page.il-brand .btn-ghost{background:transparent;border:1px solid rgba(119,200,154,.3);color:var(--brand-aurora)}.il-page.il-brand .card{background:var(--brand-navy-mid);color:var(--brand-white);border:1px solid rgba(188,195,204,.08);border-radius:14px}.il-page.il-brand .card.cream{background:rgba(255,255,255,.03);border:1px solid rgba(188,195,204,.1)}.il-page.il-brand .card.cream-2{background:rgba(255,255,255,.04)}.il-page.il-brand .card.dark{background:rgba(0,87,168,.15);border:1px solid rgba(0,87,168,.3)}.il-page.il-brand .card.highlight{background:linear-gradient(135deg,rgba(0,87,168,.12),rgba(119,200,154,.06));border:1px solid rgba(119,200,154,.15)}.il-page.il-brand .card.bordered{border-left:2px solid var(--brand-aurora)}.il-page.il-brand .section.bg-paper{background:var(--brand-navy-mid)}.il-page.il-brand .section.bg-cream{background:rgba(255,255,255,.02);border-top:1px solid rgba(188,195,204,.06);border-bottom:1px solid rgba(188,195,204,.06)}.il-page.il-brand .section.bg-ink{background:#06090F;position:relative;overflow:hidden}.il-page.il-brand .section.bg-ink:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0,rgba(0,87,168,.18) 0,rgba(119,200,154,.04) 40%,transparent 70%);pointer-events:none}.il-page.il-brand .section.bg-ink>*{position:relative;z-index:1}.il-page.il-brand .hero-cta{background:var(--brand-navy-mid);border:1px solid rgba(119,200,154,.15);border-radius:16px;padding:26px 22px 22px;color:var(--brand-white);position:relative;overflow:hidden}.il-page.il-brand .hero-cta:before{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;background:radial-gradient(circle,rgba(119,200,154,.18) 0,transparent 70%);pointer-events:none}.il-page.il-brand .hero-cta .copy{font-family:var(--brand-em-font);font-weight:var(--brand-em-weight);font-style:italic;font-size:18px;line-height:1.45;color:var(--brand-white);position:relative;z-index:1}.il-page.il-brand .checklist li{color:rgba(245,248,250,.92);font-weight:500;font-size:16px;line-height:1.5}.il-page.il-brand .checklist li .check{background:transparent;border:1px solid var(--brand-aurora);color:var(--brand-aurora);width:20px;height:20px;font-size:11px}.il-page.il-brand .checklist.on-dark li{color:rgba(245,248,250,.85)}.il-page.il-brand .checklist.on-dark li .check{background:transparent;border-color:var(--brand-aurora);color:var(--brand-aurora)}.il-page.il-brand .img-ph{background:repeating-linear-gradient(135deg,rgba(119,200,154,.05) 0 1px,transparent 1px 14px),var(--brand-navy-mid);border:1px solid rgba(119,200,154,.12);color:rgba(188,195,204,.7);font-family:DM Mono,monospace;font-size:9px;letter-spacing:.2em}.il-page.il-brand .img-ph.dark{background:repeating-linear-gradient(135deg,rgba(119,200,154,.04) 0 1px,transparent 1px 14px),#06090F;border-color:rgba(119,200,154,.08)}.il-page.il-brand .row-item{background:rgba(255,255,255,.03);border:1px solid rgba(188,195,204,.08);border-radius:10px;padding:16px 18px;margin-bottom:6px;display:flex;align-items:center;justify-content:space-between}.il-page.il-brand .row-item+.row-item{border-top:1px solid rgba(188,195,204,.08)}.il-page.il-brand .row-item .label{font-family:DM Sans,sans-serif;font-weight:400;font-size:14px;color:var(--brand-white)}.il-page.il-brand .step{background:rgba(255,255,255,.025);border:1px solid rgba(188,195,204,.08);border-left-color:rgba(119,200,154,.4);border-radius:0 10px 10px 0;padding:18px;margin-bottom:8px}.il-page.il-brand .step .step-title{font-family:var(--brand-em-font);font-weight:var(--brand-em-weight);font-style:italic;font-size:22px;letter-spacing:0;color:var(--brand-white)}.il-page.il-brand .step .step-desc{color:rgba(188,195,204,.85);font-weight:300;font-size:13px;line-height:1.55}.il-page.il-brand .step .step-time{font-family:DM Mono,monospace;color:var(--brand-aurora);font-size:9px;letter-spacing:.25em;opacity:.7}.il-page.il-brand .stat-grid{background:rgba(255,255,255,.025);border:1px solid rgba(188,195,204,.08);border-radius:14px}.il-page.il-brand .stat-grid .stat{border-right-color:rgba(188,195,204,.08)}.il-page.il-brand .stat-grid .num{font-family:var(--brand-display);font-weight:var(--brand-display-weight);font-size:36px;color:var(--brand-white);letter-spacing:var(--brand-display-letter)}.il-page.il-brand .stat-grid .num.accent{color:var(--brand-aurora)}.il-page.il-brand .stat-grid .lbl{color:rgba(188,195,204,.65);font-family:DM Mono,monospace;font-size:9px;letter-spacing:.25em}.il-page.il-brand .review{background:rgba(255,255,255,.03);border:1px solid rgba(188,195,204,.08);border-radius:14px;overflow:hidden}.il-page.il-brand .review .quote{font-family:var(--brand-em-font);font-style:italic;font-weight:var(--brand-em-weight);font-size:17px;line-height:1.5;color:var(--brand-white);padding:16px 20px 10px}.il-page.il-brand .review .who{padding:12px 20px 18px;border-top:1px solid rgba(188,195,204,.08)}.il-page.il-brand .review .who .ava{background:linear-gradient(135deg,var(--brand-celestial),var(--brand-aurora));color:var(--brand-white);font-family:var(--brand-display);font-weight:var(--brand-display-weight);font-size:14px}.il-page.il-brand .review .who .name{font-family:DM Sans,sans-serif;font-weight:400;font-size:13px;color:var(--brand-white)}.il-page.il-brand .review .who .verified{color:var(--brand-aurora);font-family:DM Mono,monospace;font-size:9px;letter-spacing:.2em}.il-page.il-brand .footer{background:#06090F;border-top:1px solid rgba(188,195,204,.06);color:rgba(188,195,204,.5);font-family:DM Sans,sans-serif}.il-page.il-brand .footer .foot-head{font-family:var(--brand-em-font);font-weight:var(--brand-em-weight);font-size:20px;color:var(--brand-white);font-style:italic}.il-page.il-brand .footer .socials a{background:rgba(119,200,154,.06);border:1px solid rgba(119,200,154,.15);color:var(--brand-aurora)}.il-page.il-brand .footer .links a{font-family:DM Mono,monospace;font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:rgba(188,195,204,.5)}.il-page.il-brand .disclaimer{letter-spacing:.18em;color:rgba(188,195,204,.45);line-height:1.6}.il-page.il-brand .disclaimer,.il-page.il-brand .num-badge{font-family:DM Mono,monospace;font-size:9px;text-transform:uppercase}.il-page.il-brand .num-badge{letter-spacing:.3em;color:rgba(188,195,204,.65)}.il-page.il-brand .brand-aurora-bg{position:relative;overflow:hidden}.il-page.il-brand .brand-aurora-bg:before{content:"";position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:500px;height:320px;background:radial-gradient(ellipse,rgba(0,87,168,.2) 0,rgba(119,200,154,.08) 40%,transparent 70%);pointer-events:none;z-index:0}.il-page.il-brand .brand-aurora-bg>*{position:relative;z-index:1}.il-page.il-brand .constellation{display:flex;align-items:center;justify-content:center;gap:14px;padding:28px 0;opacity:.5}.il-page.il-brand .constellation .dot{width:3px;height:3px;border-radius:50%;background:var(--brand-aurora)}.il-page.il-brand .constellation .dot.big{width:5px;height:5px;background:var(--brand-glow);box-shadow:0 0 12px rgba(184,245,209,.6)}.il-page.il-brand .constellation .line{height:1px;flex:0 0 30px;background:linear-gradient(90deg,transparent,rgba(119,200,154,.4),transparent)}.il-page.il-brand.light{background:#F5F8FA;color:#121A2B}.il-page.il-brand.light .top-bar .wordmark,.il-page.il-brand.light h1,.il-page.il-brand.light h2,.il-page.il-brand.light h3{color:#121A2B}.il-page.il-brand.light .lead em,.il-page.il-brand.light h1 em,.il-page.il-brand.light h2 em,.il-page.il-brand.light h3 em,.il-page.il-brand.light p em{color:#2F6E47}.il-page.il-brand.light .lead{color:#2A3142;font-weight:500}.il-page.il-brand.light p{font-weight:500}.il-page.il-brand.light .muted{color:rgba(18,26,43,.6)}.il-page.il-brand.light .accent{color:#2F6E47}.il-page.il-brand.light .eyebrow{color:#2F6E47;font-weight:500;opacity:1}.il-page.il-brand.light .checklist li{color:#1F2638;font-weight:600;font-size:16px;line-height:1.5}.il-page.il-brand.light .checklist li .check{border-color:#2F6E47;color:#2F6E47;border-width:1.5px}.il-page.il-brand.light .step .step-desc{color:#2A3142;font-weight:500}.il-page.il-brand.light .review .who .verified,.il-page.il-brand.light .step .step-time{color:#2F6E47}.il-page.il-brand.light .row-item .label{font-weight:600}.il-page.il-brand.light .review .quote{font-weight:500;color:#1F2638}.il-page.il-brand.light .review .who .name{font-weight:600}.il-page.il-brand.light .disclaimer{color:rgba(18,26,43,.6)}.il-page.il-brand.light .num-badge{color:rgba(18,26,43,.7);font-weight:500}.il-page.il-brand.light .btn.btn-cream{background:transparent;color:#121A2B;border:1px solid rgba(18,26,43,.18)}.il-page.il-brand.light .card{color:#121A2B}.il-page.il-brand.light .card,.il-page.il-brand.light .card.cream{background:#FFFFFF;border:1px solid rgba(18,26,43,.08)}.il-page.il-brand.light .card.dark{background:rgba(0,87,168,.08);border:1px solid rgba(0,87,168,.15)}.il-page.il-brand.light .card.highlight{background:linear-gradient(135deg,rgba(0,87,168,.06),rgba(119,200,154,.1));border:1px solid rgba(119,200,154,.25)}.il-page.il-brand.light .section.bg-paper{background:#FFFFFF;border-top:1px solid rgba(18,26,43,.05);border-bottom:1px solid rgba(18,26,43,.05)}.il-page.il-brand.light .section.bg-cream{background:#ECF1F4;border-top:1px solid rgba(18,26,43,.04);border-bottom:1px solid rgba(18,26,43,.04)}.il-page.il-brand.light .il-premium-dark-section.bg-ink,.il-page.il-brand.light .section.bg-ink{background:#121A2B;color:var(--brand-white)}.il-page.il-brand.light .il-premium-dark-section.bg-ink h2,.il-page.il-brand.light .section.bg-ink h2{color:var(--brand-white)}.il-page.il-brand.light .il-premium-dark-section.bg-ink .eyebrow,.il-page.il-brand.light .il-premium-dark-section.bg-ink h2 em,.il-page.il-brand.light .section.bg-ink .eyebrow,.il-page.il-brand.light .section.bg-ink h2 em{color:var(--brand-aurora)}.il-page.il-brand.light .il-premium-dark-section.bg-ink .lead,.il-page.il-brand.light .section.bg-ink .lead{color:rgba(245,248,250,.7)}.il-page.il-brand.light .il-premium-dark-section.bg-ink .checklist.on-dark li,.il-page.il-brand.light .section.bg-ink .checklist.on-dark li{color:rgba(245,248,250,.9);font-weight:500}.il-page.il-brand.light .il-premium-dark-section.bg-ink .checklist.on-dark li .check,.il-page.il-brand.light .section.bg-ink .checklist.on-dark li .check{background:transparent;border-color:var(--brand-aurora);color:var(--brand-aurora)}.il-page.il-brand.light .il-premium-dark-section.bg-ink .btn.btn-cream,.il-page.il-brand.light .section.bg-ink .btn.btn-cream{background:#f5f8fa;color:#121a2b;border:none;font-weight:600}.il-page.il-brand.light .il-premium-dark-section.bg-ink .btn.btn-cream:hover,.il-page.il-brand.light .section.bg-ink .btn.btn-cream:hover{background:#ffffff}.il-page.il-brand.light .footer.il-premium-footer{background:#06090f;color:rgba(188,195,204,.55)}.il-page.il-brand.light .footer.il-premium-footer .foot-head{color:var(--brand-white);font-style:italic}.il-page.il-brand.light .footer.il-premium-footer .links a{color:rgba(188,195,204,.55)}.il-page.il-brand.light .footer.il-premium-footer .footer-copy,.il-page.il-brand.light .footer.il-premium-footer .footer-legal{color:rgba(188,195,204,.45)}.il-page.il-brand.light .hero-cta{background:#121A2B;border:1px solid rgba(119,200,154,.2);color:var(--brand-white)}.il-page.il-brand.light .hero-cta .copy{color:var(--brand-white)}.il-page.il-brand.light .checklist li{color:rgba(18,26,43,.78)}.il-page.il-brand.light .checklist li .check{background:transparent;border:1px solid #3e8b5a;color:#3E8B5A}.il-page.il-brand.light .img-ph{background:repeating-linear-gradient(135deg,rgba(18,26,43,.05) 0 1px,transparent 1px 14px),#E6ECF0;border:1px solid rgba(18,26,43,.08);color:rgba(18,26,43,.5)}.il-page.il-brand.light .img-ph.dark{background:repeating-linear-gradient(135deg,rgba(119,200,154,.04) 0 1px,transparent 1px 14px),#121A2B;border-color:rgba(119,200,154,.12);color:rgba(245,248,250,.55)}.il-page.il-brand.light .row-item{background:#FFFFFF;border:1px solid rgba(18,26,43,.06)}.il-page.il-brand.light .row-item .label{color:#121A2B}.il-page.il-brand.light .step{background:#FFFFFF;border:1px solid rgba(18,26,43,.06);border-left-color:#77c89a}.il-page.il-brand.light .step .step-title{color:#121A2B}.il-page.il-brand.light .step .step-desc{color:rgba(18,26,43,.65)}.il-page.il-brand.light .step .step-time{color:#3E8B5A}.il-page.il-brand.light .stat-grid{background:#FFFFFF;border:1px solid rgba(18,26,43,.06)}.il-page.il-brand.light .stat-grid .stat{border-right-color:rgba(18,26,43,.06)}.il-page.il-brand.light .stat-grid .num{color:#121A2B}.il-page.il-brand.light .stat-grid .num.accent{color:#3E8B5A}.il-page.il-brand.light .stat-grid .lbl{color:rgba(18,26,43,.5)}.il-page.il-brand.light .review{background:#FFFFFF;border:1px solid rgba(18,26,43,.06)}.il-page.il-brand.light .review .quote{color:#121A2B}.il-page.il-brand.light .review .who{border-top:1px solid rgba(18,26,43,.06)}.il-page.il-brand.light .review .who .name{color:#121A2B}.il-page.il-brand.light .review .who .verified{color:#3E8B5A}.il-page.il-brand.light .disclaimer{color:rgba(18,26,43,.45)}.il-page.il-brand.light .num-badge{color:rgba(18,26,43,.55)}.il-page.il-brand.light .brand-aurora-bg:before{background:radial-gradient(ellipse,rgba(119,200,154,.2) 0,rgba(0,87,168,.05) 40%,transparent 70%)}.il-page.il-brand.light .constellation{opacity:.6}.il-page.il-brand.light .constellation .dot.big{box-shadow:0 0 12px rgba(119,200,154,.6)}.il-page.il-brand.light{width:100%;max-width:none;margin:0}.il-page .top-bar.il-top-bar,.il-page.il-brand.light .top-bar.il-top-bar{background:transparent;padding:16px 22px}.il-logo-wrap{display:flex;justify-content:center}.il-photo{position:relative;overflow:hidden;border-radius:4px;background:var(--cream-2,#f5ecd6)}.il-photo.tall{aspect-ratio:3/4}.il-photo.wide{aspect-ratio:16/10;max-height:200px}.il-photo.il-photo-hero{max-height:180px}.il-photo.il-photo-section{aspect-ratio:4/3;margin:18px 0 22px;max-height:180px}.il-photo.il-photo-section .img-ph{width:100%;height:100%;min-height:120px;aspect-ratio:4/3}.il-photo.il-photo-tall{aspect-ratio:4/5;max-height:240px}.il-photo.il-photo-great-news{max-height:220px}.il-photo-img{-o-object-fit:cover;object-fit:cover}.il-hero-section{padding-top:14px;padding-bottom:22px}.il-hero-checklist{margin-top:22px}.il-hero-cta-wrap{padding:0 22px 14px}.il-hero-media{padding:8px 22px 32px}.il-h1-authority{font-size:36px;line-height:1.04}.il-body-copy{font-size:15px;line-height:1.5;margin-bottom:14px}.il-body-copy-spaced{margin-bottom:22px}.il-lead-spaced{margin-bottom:18px}.il-overlay-wrap{position:relative}.il-overlay-badge{position:absolute;left:18px;top:18px;background:rgba(20,20,20,.85);color:white;padding:10px 14px;font-weight:700;font-size:15px;max-width:200px;line-height:1.3}.il-overlay-pill{position:absolute;left:18px;bottom:18px;width:auto}.il-included-photo{display:flex;justify-content:center;margin-bottom:22px}.il-included-img{border-radius:4px;-o-object-fit:cover;object-fit:cover;width:140px;height:140px}.il-included-placeholder{margin-bottom:18px}.il-included-ph{width:100%;max-height:100px;aspect-ratio:16/9}.il-page .review .ba.ba-scores-only{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px 16px}.il-page .review .ba-col-score-only{flex:1;text-align:center}.il-page .review .ba-arrow{font-family:var(--display);font-size:28px;font-weight:600;color:var(--forest,#2f6e47);flex-shrink:0}.il-page .review .ba-score-large{font-size:32px;margin-top:8px}.il-page .step-num-badge{width:90px;height:70px;border-radius:4px;background:var(--ink);color:var(--paper,#fff);font-family:var(--mono);font-size:22px;font-weight:600;letter-spacing:.06em;display:flex;align-items:center;justify-content:center;flex-shrink:0}.il-included-list{gap:8px}.il-cta-spaced{margin-top:22px}.il-cta-block{margin-top:18px}.il-disclaimer-spaced{margin-top:12px}.il-section-split{display:flex;flex-direction:column;gap:18px;margin-top:18px}.il-section-science .il-photo-section{order:-1}.il-included-layout{display:flex;flex-direction:column;gap:18px;margin-top:18px}.il-included-layout .il-included-photo,.il-included-layout .il-included-placeholder{order:-1}.il-final-checklist{margin-bottom:22px}.il-page .review .ba{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px}.il-page .review .ba-col{position:relative;display:flex;flex-direction:column;gap:6px}.il-page .review .ba .pill{position:absolute;top:8px;left:8px;z-index:1;background:var(--paper);color:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:4px 8px;font-weight:600}.il-page .review .ba .pill.accent{background:var(--accent);color:white}.il-page .review .ba-img-wrap{position:relative;aspect-ratio:1/1;border-radius:4px;overflow:hidden;background:var(--cream-2)}.il-page .review .ba-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.il-page .review .ba-score{font-family:var(--display);font-weight:800;font-size:22px;text-align:center;letter-spacing:-.02em}.il-page .review .ba-score.after-score{color:var(--green)}.il-page .step-img-wrap{width:90px;height:70px;border-radius:4px;overflow:hidden;position:relative}.il-page .step-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.il-page .btn{min-height:48px}.il-page .footer-copy,.il-page .footer-legal{font-size:11px;line-height:1.5;color:rgba(255,255,255,.5);margin:0}.il-skeleton{width:100%;max-width:none;min-height:100dvh;min-height:100vh;background:#f5f8fa}.il-skeleton-bar{background:#121a2b;padding:16px 22px;display:flex;justify-content:center}.il-skeleton-body{height:60vh;background:linear-gradient(180deg,rgba(18,26,43,.04),rgba(18,26,43,.02))}.il-page.il-brand{--brand-display:var(--font-schibsted),"Schibsted Grotesk",system-ui,sans-serif;--brand-em-font:var(--font-schibsted),"Schibsted Grotesk",system-ui,sans-serif;--display:var(--brand-display);--body:var(--font-schibsted),"Schibsted Grotesk",system-ui,sans-serif;--mono:var(--font-dm-mono),"JetBrains Mono",ui-monospace,monospace}@media (prefers-reduced-motion:reduce){.il-page .carousel{scroll-behavior:auto}.il-page .btn{transition:none}}.il-premium{--il-max:1120px;--il-gutter:clamp(20px,4vw,48px);--il-section-y:clamp(48px,8vw,88px);background:#f5f8fa}.il-premium-container{width:min(var(--il-max),calc(100% - var(--il-gutter) * 2));margin-inline:auto}.il-premium-chrome{background:linear-gradient(180deg,#121a2b,#121a2b);border-bottom:1px solid rgba(119,200,154,.12)}.il-premium-chrome .top-bar.il-top-bar{background:transparent;padding-top:20px;padding-bottom:16px}.il-premium-hero{padding:clamp(8px,2vw,20px) 0 clamp(32px,6vw,56px);background:#f5f8fa}.il-premium-hero-content{padding:8px 0 0}.il-hero-grid{display:flex;flex-direction:column;gap:28px}.il-hero-main .il-hero-cta-wrap{padding:0;margin-top:4px}.il-hero-stats{margin:20px 0 4px}.il-hero-stats .stat-grid{background:#ffffff;border:1px solid rgba(18,26,43,.08);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(18,26,43,.06)}.il-hero-stats .stat-grid .stat{border-right-color:rgba(18,26,43,.08)}.il-hero-stats .stat-grid .num{color:#121a2b}.il-hero-stats .stat-grid .num.accent{color:#2f6e47}.il-hero-stats .stat-grid .lbl{color:rgba(18,26,43,.55)}.il-hero-media-grid{width:100%}.il-hero-media{padding:0}.il-premium .section,.il-premium .section.flush{padding:var(--il-section-y) 0}.il-premium .section h2{font-size:clamp(28px,4vw,40px);letter-spacing:-.03em;margin-bottom:0}.il-premium .section .lead{font-size:clamp(16px,2vw,18px);line-height:1.55;max-width:42rem}.il-premium .il-section-heading{margin-bottom:clamp(20px,3vw,28px)}.il-premium .il-body-copy{font-size:17px;line-height:1.55;color:rgba(18,26,43,.78);max-width:38rem}.il-premium .il-photo{border-radius:14px;overflow:hidden;box-shadow:0 16px 48px rgba(18,26,43,.12)}.il-premium .img-ph{border-radius:14px;border-style:solid;font-size:9px;letter-spacing:.14em}.il-premium .il-photo-great-news,.il-premium .il-photo-section,.il-premium .il-photo-tall{max-height:none}.il-premium .il-photo.il-photo-hero,.il-premium .il-photo.wide{aspect-ratio:16/10;max-height:min(360px,50vw)}.il-premium .il-photo.tall{aspect-ratio:4/5;max-height:min(400px,55vw)}.il-premium .review{border-radius:14px;box-shadow:0 8px 32px rgba(18,26,43,.07);transition:box-shadow .2s ease,transform .2s ease}.il-premium .step{border-radius:14px;box-shadow:0 4px 20px rgba(18,26,43,.05)}.il-premium .stat-grid{border-radius:14px;box-shadow:0 8px 32px rgba(18,26,43,.08)}.il-premium .row-item{border-radius:10px}.il-premium .btn{max-width:420px;box-shadow:0 6px 20px rgba(0,87,168,.22)}.il-premium .btn:hover{box-shadow:0 8px 28px rgba(0,87,168,.28)}.il-premium .il-section-split{display:flex;flex-direction:column;gap:24px;margin-top:24px}.il-premium .il-section-science .il-photo-section{order:-1}.il-premium .il-included-layout{display:flex;flex-direction:column;gap:24px;margin-top:24px}.il-premium .il-included-layout .il-included-photo,.il-premium .il-included-layout .il-included-placeholder{order:-1}.il-premium .il-reviews-wrap{margin-top:28px;overflow:hidden}@media (max-width:1023px){.il-premium .il-reviews-wrap .carousel.il-reviews-track{padding-bottom:12px;margin-inline:calc(var(--il-gutter) * -1);width:calc(100% + var(--il-gutter) * 2)}}.il-premium .section .section-inner{padding:0}.il-premium .carousel.il-reviews-track>*{flex:0 0 min(320px,86vw)}.il-premium .il-steps-list{display:flex;flex-direction:column;gap:12px;margin-top:28px}.il-premium .il-premium-dark-section.bg-ink,.il-premium .il-premium-footer.footer{color:rgba(245,248,250,.85)}.il-premium .section.bg-ink .il-premium-container{display:flex;flex-direction:column;align-items:center;text-align:center}.il-premium-footer .il-footer-rule{height:1px;background:rgba(255,255,255,.1);margin:4px 0}.il-premium .il-final-checklist{width:100%;max-width:520px;text-align:left}.il-premium .footer{padding:var(--il-section-y) 0}.il-premium .footer .il-premium-container{display:flex;flex-direction:column;gap:24px}@media (min-width:1024px){.il-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(40px,5vw,64px);align-items:center}.il-premium-hero .il-h1,.il-premium-hero h1{font-size:clamp(44px,4.2vw,56px)}.il-premium-hero .il-h1-authority{font-size:clamp(48px,4.5vw,58px)}.il-premium .il-section-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,46%);gap:56px;align-items:center;margin-top:32px}.il-premium .il-section-science .il-photo-section{order:unset}.il-premium .il-section-split.il-section-split-media{grid-template-columns:minmax(320px,48%) minmax(0,1fr)}.il-premium .il-included-layout{display:grid;grid-template-columns:minmax(280px,38%) minmax(0,1fr);gap:56px;align-items:start;margin-top:32px}.il-premium .il-included-layout .il-photo,.il-premium .il-included-ph{max-height:320px;width:100%}.il-premium .il-reviews-wrap{overflow:visible;margin-top:36px}.il-premium .carousel.il-reviews-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;overflow:visible;scroll-snap-type:none;padding:0;margin:0;width:100%}.il-premium .carousel.il-reviews-track>*{flex:unset;min-width:0}.il-premium .il-steps-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:36px}.il-premium .il-steps-list .step{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-top:0;padding:22px 20px;border-left:none;border-top:3px solid #77c89a;min-height:100%}.il-premium .il-steps-list .step>div:first-child{flex:1}.il-premium .step-num-badge{width:100%;height:56px;font-size:20px;border-radius:10px;background:#121a2b;color:#f5f8fa}.il-premium .step-img-wrap{width:100%;height:72px;border-radius:10px}.il-premium .il-overlay-wrap .il-overlay-badge{border-radius:8px}.il-premium .footer .il-premium-container{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:20px 48px;align-items:start}.il-premium .footer .foot-head{grid-column:1}.il-premium .footer .socials{grid-column:2;grid-row:1/span 2;align-self:center}.il-premium .footer .links{grid-column:1}}