@charset "UTF-8";*{box-sizing:border-box}:root{--bg: #0c0b10;--surface: #17151e;--surface-2: #1c1a25;--ink: #f3f1f7;--body: #b4aec0;--muted: #837c91;--border: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .2);--accent: #7c3aed;--tint: rgba(139, 92, 246, .16);--tint-2: rgba(192, 38, 211, .16);--nav-bg: rgba(12, 11, 16, .82);--btn-bg: #f3f1f7;--btn-fg: #15131a;--safety-bg: linear-gradient(180deg, #171320, #110e1a);--card-shadow: 0 18px 50px -26px rgba(0, 0, 0, .75);--soft-shadow: 0 6px 22px -12px rgba(0, 0, 0, .6)}html{scroll-behavior:smooth;scroll-padding-top:88px;background:var(--bg)}body{margin:0;background:var(--bg);color:var(--ink);font-family:Hanken Grotesk,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background .25s ease,color .25s ease}::selection{background:#8b5cf647;color:var(--ink)}a{text-decoration:none;color:inherit}ul{margin:0}.view{display:none}.view.active{display:block}.site-header{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:var(--nav-bg);border-bottom:1px solid var(--border)}.site-nav{position:relative;max-width:1200px;margin:0 auto;padding:14px 26px;display:flex;align-items:center;gap:16px}.site-nav__brand{display:flex;align-items:center;gap:11px;cursor:pointer;flex-shrink:0}.site-nav__logo-img{width:38px;height:38px;border-radius:11px;display:block;flex-shrink:0;object-fit:cover}.site-nav__logo-text{font-weight:800;font-size:19px;letter-spacing:-.02em;color:var(--ink)}.site-nav__logo-accent{color:var(--accent)}.site-nav__panel{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:2px;flex-wrap:wrap}.site-nav__link{padding:8px 13px;border-radius:9px;font-size:14.5px;font-weight:500;color:var(--body);cursor:pointer;white-space:nowrap;transition:color .15s ease,background .15s ease}.site-nav__link:hover{color:var(--ink);background:var(--tint)}.site-nav__theme{margin-left:6px;width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--body);border:1px solid var(--border);background:transparent;padding:0;flex-shrink:0;transition:border-color .15s ease,color .15s ease}.site-nav__theme:hover{color:var(--ink);border-color:var(--border-strong)}.site-nav__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.site-nav__cta{padding:10px 18px;border-radius:11px;font-size:14.5px;font-weight:700;color:var(--btn-fg);background:var(--btn-bg);white-space:nowrap;transition:opacity .15s ease}.site-nav__cta:hover{opacity:.92}.site-nav__menu-toggle{display:none;width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--body);cursor:pointer;padding:0;align-items:center;justify-content:center;flex-shrink:0}.site-nav__menu-toggle:hover{color:var(--ink);border-color:var(--border-strong)}.site-nav__menu-icon{position:relative;display:block;width:18px;height:2px;background:currentColor;border-radius:1px;transition:background .2s ease}.site-nav__menu-icon:before,.site-nav__menu-icon:after{content:"";position:absolute;left:0;width:18px;height:2px;background:currentColor;border-radius:1px;transition:transform .2s ease,top .2s ease}.site-nav__menu-icon:before{top:-6px}.site-nav__menu-icon:after{top:6px}.site-nav__menu-toggle.is-open .site-nav__menu-icon{background:transparent}.site-nav__menu-toggle.is-open .site-nav__menu-icon:before{top:0;transform:rotate(45deg)}.site-nav__menu-toggle.is-open .site-nav__menu-icon:after{top:0;transform:rotate(-45deg)}@media (max-width: 890px){.site-nav{flex-wrap:nowrap}.site-nav__menu-toggle{display:flex}.site-nav__panel{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:4px;padding:12px 20px 18px;background:var(--nav-bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--soft-shadow)}.site-nav__panel.is-open{display:flex}.site-nav__link{padding:12px 14px;font-size:15px}.site-nav__theme{margin-left:0;margin-top:4px;width:100%;height:44px;border-radius:11px}.site-nav__actions{margin-left:auto}}.features-section{max-width:1200px;margin:0 auto;padding:clamp(64px,8vw,112px) 26px clamp(40px,5vw,64px)}.features-section__layout{display:flex;flex-wrap:wrap;gap:56px}.features-section__intro{flex:1;min-width:280px;max-width:380px;position:sticky;top:104px;align-self:flex-start}.features-section__list{flex:1.3;min-width:300px;display:flex;flex-direction:column}@media (max-width: 688px){.features-section__layout{flex-direction:column;gap:32px}.features-section__intro{position:static;max-width:none;min-width:0}.features-section__list{min-width:0}}.hero-section{position:relative;overflow:hidden}.hero-section__layout{position:relative;max-width:1200px;margin:0 auto;padding:clamp(24px,4vw,40px) 26px;display:grid;grid-template-columns:1fr;gap:clamp(16px,2.5vw,24px);align-items:center}@media (prefers-reduced-motion: no-preference){.hero-section__layout{animation:heroEnter .65s ease-out both}}@keyframes heroEnter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-section__copy{min-width:0}.hero-section__headline{font-family:Newsreader,serif;font-weight:500;font-size:clamp(36px,5vw,68px);line-height:1.04;letter-spacing:-.02em;margin:0 0 20px;color:var(--ink)}.hero-section__headline-accent{font-style:italic;color:var(--accent)}.hero-section__description{font-size:clamp(16px,1.8vw,19px);line-height:1.6;color:var(--body);max-width:520px;margin:0 0 28px}.hero-section__actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:420px}.hero-section__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 28px;border-radius:13px;font-size:16px;font-weight:700;width:100%;transition:opacity .15s ease,border-color .15s ease,background .15s ease}.hero-section__cta:hover{opacity:.94}.hero-section__cta--primary{color:#fff;background:linear-gradient(140deg,#6d28d9,#9333ea);box-shadow:0 14px 32px -10px #6d28d999}.hero-section__cta--secondary{font-weight:600;color:var(--ink);background:var(--surface);border:1px solid var(--border-strong)}.hero-section__cta--secondary:hover{border-color:var(--accent);background:var(--tint);opacity:1}.hero-section__note{margin:14px 0 0;font-size:13px;line-height:1.45;color:var(--muted)}.hero-section__trust{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0;padding:0;list-style:none}.hero-section__trust-item{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:999px;font-size:12.5px;font-weight:600;color:var(--body);background:var(--surface);border:1px solid var(--border);box-shadow:var(--soft-shadow)}.hero-section__trust-dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(140deg,#6d28d9,#c026d3);flex-shrink:0}.hero-section__showcase{position:relative;width:100%;min-width:0;margin:0}.hero-section__phones{--phone-main-w: clamp(200px, 72vw, 260px);--phone-stack-h: calc(var(--phone-main-w) * 2.08);position:relative;width:min(100%,480px);height:var(--phone-stack-h);margin:0 auto}.hero-section__phones-glow{position:absolute;left:50%;top:50%;z-index:0;width:calc(var(--phone-main-w) * 1.1);height:calc(var(--phone-main-w) * 1.1);transform:translate(-50%,-50%);background:radial-gradient(ellipse,rgba(192,38,211,.32) 0%,rgba(109,40,217,.12) 42%,transparent 72%);pointer-events:none}.hero-section__phone{position:absolute;padding:8px;border-radius:34px;background:#15131a;box-shadow:0 44px 80px -26px #6d28d973}.hero-section__phone img{display:block;width:100%;height:auto;border-radius:27px}.hero-section__phone--main{z-index:3;left:50%;top:50%;width:var(--phone-main-w);padding:9px;transform:translate(-50%,-50%);box-shadow:0 48px 90px -28px #6d28d994,0 24px 48px -20px #0000008c}.hero-section__phone--side{z-index:1;bottom:0;width:calc(var(--phone-main-w) * .82);opacity:.92}.hero-section__phone--left{left:0;transform:rotate(-8deg) translateY(6px)}.hero-section__phone--right{right:0;transform:rotate(8deg) translateY(6px)}@media (max-width: 1023px){.hero-section__layout{text-align:center;gap:20px;padding-top:clamp(20px,3.5vw,32px);padding-bottom:clamp(20px,3.5vw,32px)}.hero-section__description{margin-left:auto;margin-right:auto;margin-bottom:22px}.hero-section__actions{margin-left:auto;margin-right:auto}.hero-section__note{text-align:center}.hero-section__trust{justify-content:center;margin-top:14px}.hero-section__showcase{margin-top:4px}.hero-section__phones{--phone-main-w: clamp(190px, 36vw, 230px);--phone-stack-h: calc(var(--phone-main-w) * 2.02);width:min(100%,420px)}.hero-section__phone--left{left:-1%}.hero-section__phone--right{right:-1%}}@media (max-width: 519px){.hero-section__phone--side{display:none}.hero-section__phones{--phone-main-w: clamp(75vw, 80vw, 85vw);--phone-stack-h: auto;height:auto;max-width:320px;padding:0}.hero-section__phone--main{position:relative;left:auto;top:auto;transform:none;margin:0 auto}.hero-section__phones-glow{top:50%;width:92%;height:88%}}@media (min-width: 1024px){.hero-section__layout{grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:clamp(28px,4vw,48px);padding:clamp(32px,4vw,48px) 26px;width:100%;align-items:center}.hero-section__actions{flex-direction:row;flex-wrap:wrap;width:auto;max-width:none}.hero-section__cta{width:auto}.hero-section__description{margin-bottom:28px}.hero-section__showcase{display:flex;align-items:center;justify-content:center;min-height:0}.hero-section__phones{--phone-main-w: min(272px, 32vw);--phone-stack-h: calc(var(--phone-main-w) * 2.06);width:min(100%,500px);margin:0}.hero-section__phone--left{left:2%}.hero-section__phone--right{right:2%}}@media (min-width: 1200px){.hero-section__phones{--phone-main-w: 284px;--phone-stack-h: calc(var(--phone-main-w) * 2.06)}}.social-proof{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface-2);padding:14px 26px;margin-bottom:40px}.social-proof__list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 22px;max-width:1200px;margin:0 auto;padding:0;list-style:none}.social-proof__item{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--body);white-space:nowrap}.social-proof__dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(140deg,#6d28d9,#c026d3);flex-shrink:0}@media (max-width: 640px){.social-proof__list{gap:10px 16px}.social-proof__item{font-size:12.5px}}.free-plan__labels{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px}.free-plan__premium-tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--muted);background:transparent;border:1px solid var(--border)}.info-banner-section{max-width:1000px;margin:0 auto;padding:0 26px}.info-banner{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:12px;background:var(--tint);border:1px solid var(--border);color:var(--body)}.info-banner__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;color:var(--accent);background:var(--surface);border:1px solid var(--border)}.info-banner__text{margin:0;font-size:14px;line-height:1.5;color:var(--body)}.info-banner__text strong{font-weight:600;color:var(--ink)}.how-it-works{max-width:1200px;margin:0 auto;padding:clamp(56px,7vw,88px) 26px clamp(48px,6vw,72px)}.how-it-works__header{max-width:620px;margin-bottom:40px}.how-it-works__eyebrow{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}.how-it-works__title{font-family:Newsreader,serif;font-weight:500;font-size:clamp(30px,4vw,44px);line-height:1.08;letter-spacing:-.02em;margin:0 0 14px;color:var(--ink)}.how-it-works__lead{font-size:16px;line-height:1.6;color:var(--body);margin:0}.how-it-works__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.how-it-works__step{padding:28px 26px;border-radius:18px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--soft-shadow)}.how-it-works__step-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:11px;margin-bottom:18px;font-size:15px;font-weight:800;color:var(--accent);background:var(--tint)}.how-it-works__step-title{font-size:17px;font-weight:700;margin:0 0 10px;color:var(--ink)}.how-it-works__step-text{font-size:14.5px;line-height:1.6;color:var(--body);margin:0}@media (max-width: 860px){.how-it-works__steps{grid-template-columns:1fr}}.about-section{padding:clamp(56px,7vw,88px) 26px clamp(48px,6vw,72px);border-top:1px solid var(--border)}.about-section__inner{max-width:56rem;margin:0 auto}.about-section__header{text-align:center;margin-bottom:28px}.about-section__eyebrow{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}.about-section__title{font-family:Newsreader,serif;font-weight:500;font-size:clamp(28px,3.8vw,40px);line-height:1.12;letter-spacing:-.02em;margin:0;color:var(--ink)}.about-section__body p{margin:0 0 18px;font-size:16px;line-height:1.75;color:var(--body)}.about-section__body p:last-child{margin-bottom:0}.about-section__body strong{font-weight:600;color:var(--ink)}.faq{max-width:820px;margin:0 auto;padding:clamp(56px,7vw,88px) 26px clamp(48px,6vw,72px)}.faq__header{margin-bottom:32px}.faq__eyebrow{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}.faq__title{font-family:Newsreader,serif;font-weight:500;font-size:clamp(30px,4vw,44px);line-height:1.08;letter-spacing:-.02em;margin:0 0 14px;color:var(--ink)}.faq__lead{font-size:16px;line-height:1.6;color:var(--body);margin:0}.faq__list{display:flex;flex-direction:column;gap:12px}.faq__item{border-radius:16px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--soft-shadow);overflow:hidden}.faq__item[open]{border-color:var(--border-strong)}.faq__item[open] .faq__question:after{transform:rotate(180deg)}.faq__question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;font-size:16px;font-weight:700;line-height:1.45;color:var(--ink);cursor:pointer;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__question:after{content:"";flex-shrink:0;width:10px;height:10px;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg);margin-top:-4px;transition:transform .2s ease}.faq__answer{padding:0 22px 20px}.faq__answer p{margin:0 0 12px;font-size:14.5px;line-height:1.65;color:var(--body)}.faq__answer p:last-child{margin-bottom:0}.faq__answer ul{margin:0 0 12px;padding-left:1.25rem;font-size:14.5px;line-height:1.65;color:var(--body)}.faq__answer li+li{margin-top:4px}.faq__answer a{color:var(--accent);font-weight:600;text-decoration:underline;text-underline-offset:2px}.faq__answer a:hover{opacity:.88}.bottom-cta{padding:clamp(56px,7vw,88px) 26px;background:var(--safety-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.bottom-cta__inner{max-width:720px;margin:0 auto;text-align:center}.bottom-cta__title{font-family:Newsreader,serif;font-weight:500;font-size:clamp(30px,4.5vw,48px);line-height:1.08;letter-spacing:-.02em;margin:0 0 14px;color:var(--ink)}.bottom-cta__lead{font-size:16px;line-height:1.6;color:var(--body);margin:0 0 28px}.bottom-cta__button{display:inline-flex;align-items:center;gap:10px;padding:16px 30px;border-radius:13px;font-size:16px;font-weight:700;color:#fff;background:linear-gradient(140deg,#6d28d9,#9333ea);box-shadow:0 14px 32px -10px #6d28d98c;transition:opacity .15s ease}.bottom-cta__button:hover{opacity:.94}.cookie-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:20px}.cookie-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#08070cb8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cookie-modal__dialog{position:relative;width:min(100%,520px);max-height:min(92vh,760px);overflow:auto;padding:clamp(24px,4vw,32px);border-radius:20px;background:var(--surface);border:1px solid var(--border-strong);box-shadow:var(--card-shadow);animation:cookieModalEnter .28s ease-out both}.cookie-modal__dialog--preferences{width:min(100%,540px);max-height:90vh;display:flex;flex-direction:column;padding:clamp(18px,3vw,24px);overflow:hidden}.cookie-modal__dialog--preferences .cookie-modal__eyebrow{margin-bottom:6px}.cookie-modal__dialog--preferences .cookie-modal__title{margin-bottom:8px;font-size:clamp(22px,3.5vw,26px)}.cookie-modal__dialog--preferences .cookie-modal__text{margin-bottom:14px;font-size:14px;line-height:1.5}.cookie-modal__dialog--preferences .cookie-pref__list{gap:8px;margin-bottom:14px;overflow:visible}.cookie-modal__dialog--preferences .cookie-pref__row{gap:12px;padding:12px 14px;border-radius:12px}.cookie-modal__dialog--preferences .cookie-pref__title{margin-bottom:4px;font-size:14px}.cookie-modal__dialog--preferences .cookie-pref__text{font-size:13px;line-height:1.45}.cookie-modal__dialog--preferences .cookie-pref__control{gap:6px}.cookie-modal__dialog--preferences .cookie-pref__status{padding:3px 8px;font-size:11px}.cookie-modal__dialog--preferences .cookie-modal__actions{flex-shrink:0;gap:8px}.cookie-modal__dialog--preferences .cookie-modal__button{min-height:40px;padding:9px 14px;font-size:14px;border-radius:10px}.cookie-modal__dialog--preferences .cookie-modal__legal-note{flex-shrink:0;margin-top:10px;font-size:11.5px;line-height:1.45}.cookie-modal__eyebrow{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.cookie-modal__title{margin:0 0 12px;font-family:Newsreader,serif;font-weight:500;font-size:clamp(24px,4vw,30px);line-height:1.1;color:var(--ink)}.cookie-modal__text{margin:0 0 22px;font-size:15px;line-height:1.65;color:var(--body)}.cookie-modal__actions{display:flex;flex-wrap:wrap;gap:10px}.cookie-modal__actions--stack{flex-direction:column}.cookie-modal__button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:12px;border:1px solid transparent;font-size:15px;font-weight:700;cursor:pointer;transition:opacity .15s ease,border-color .15s ease,background .15s ease}.cookie-modal__button--primary{color:#fff;background:linear-gradient(140deg,#6d28d9,#7c3aed);box-shadow:0 12px 28px -12px #6d28d9a6}.cookie-modal__button--secondary{color:var(--ink);background:var(--surface-2);border-color:var(--border-strong)}.cookie-modal__button--ghost{color:var(--body);background:transparent;border-color:var(--border)}.cookie-modal__button:hover{opacity:.94}.cookie-pref__list{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}.cookie-pref__row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px;border-radius:14px;background:var(--surface-2);border:1px solid var(--border)}.cookie-pref__copy{min-width:0}.cookie-pref__title{margin:0 0 6px;font-size:15px;font-weight:700;color:var(--ink)}.cookie-pref__text{margin:0;font-size:13.5px;line-height:1.55;color:var(--body)}.cookie-pref__toggle{position:relative;flex-shrink:0;width:46px;height:28px;cursor:pointer}.cookie-pref__toggle input{position:absolute;opacity:0;width:0;height:0}.cookie-pref__toggle input:disabled+.cookie-pref__toggle-ui{opacity:.55;cursor:not-allowed}.cookie-pref__toggle input:checked+.cookie-pref__toggle-ui{background:linear-gradient(140deg,#6d28d9,#7c3aed)}.cookie-pref__toggle input:checked+.cookie-pref__toggle-ui:after{transform:translate(18px)}.cookie-pref__toggle-ui{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:var(--border-strong);transition:background .2s ease}.cookie-pref__toggle-ui:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .2s ease}.cookie-pref__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cookie-pref__status{flex-shrink:0;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.3;color:var(--body);background:var(--surface);border:1px solid var(--border);white-space:nowrap}.cookie-pref__control{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0;align-self:center}.cookie-modal__legal-note{margin:16px 0 0;font-size:12.5px;line-height:1.55;color:var(--muted);text-align:center}.cookie-modal__legal-link{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.cookie-modal__legal-link:hover{opacity:.9}.site-footer__cookie-settings{padding:0;border:0;background:none;font:inherit;font-size:14px;color:var(--body);text-align:left;cursor:pointer}.site-footer__cookie-settings:hover{color:var(--ink)}.site-footer__brand{display:flex;align-items:center;gap:11px;margin-bottom:16px;cursor:pointer}.site-footer__logo-img{width:36px;height:36px;border-radius:11px;display:block;flex-shrink:0;object-fit:cover}.site-footer__logo-text{font-weight:800;font-size:18px;letter-spacing:-.02em;color:var(--ink)}.site-footer__logo-accent{color:var(--accent)}@keyframes cookieModalEnter{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 640px){.cookie-modal{padding:8px}.cookie-modal:has(.cookie-modal__dialog--preferences){align-items:flex-end}.cookie-modal__dialog--preferences{width:100%;max-height:calc(100dvh - 8px);padding:12px 14px max(12px,env(safe-area-inset-bottom));border-bottom-left-radius:0;border-bottom-right-radius:0;overflow-y:auto}.cookie-modal__dialog--preferences .cookie-modal__eyebrow,.cookie-modal__dialog--preferences .cookie-modal__text{display:none}.cookie-modal__dialog--preferences .cookie-modal__title{margin-bottom:8px;font-size:19px}.cookie-modal__dialog--preferences .cookie-pref__list{flex:0 0 auto;min-height:auto;overflow:visible;gap:5px;margin-bottom:10px}.cookie-modal__dialog--preferences .cookie-pref__row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title control" "text text";gap:2px 8px;padding:8px 10px;align-items:center}.cookie-modal__dialog--preferences .cookie-pref__copy{display:contents}.cookie-modal__dialog--preferences .cookie-pref__title{grid-area:title;margin:0;font-size:13px}.cookie-modal__dialog--preferences .cookie-pref__text{grid-area:text;font-size:11.5px;line-height:1.35}.cookie-modal__dialog--preferences .cookie-pref__control{grid-area:control;flex-direction:row;align-items:center;align-self:start;gap:4px}.cookie-modal__dialog--preferences .cookie-pref__row--marketing .cookie-pref__toggle{display:none}.cookie-modal__dialog--preferences .cookie-pref__status{font-size:10px;padding:2px 6px;white-space:normal;text-align:center;max-width:88px}.cookie-modal__dialog--preferences .cookie-pref__toggle{width:40px;height:24px}.cookie-modal__dialog--preferences .cookie-pref__toggle input:checked+.cookie-pref__toggle-ui:after{transform:translate(16px)}.cookie-modal__dialog--preferences .cookie-pref__toggle-ui:after{top:2px;left:2px;width:20px;height:20px}.cookie-modal__dialog--preferences .cookie-modal__actions.cookie-modal__actions--stack{display:flex;flex-direction:column;gap:6px}.cookie-modal__dialog--preferences .cookie-modal__button{min-height:38px;padding:8px 12px;font-size:13px}.cookie-modal__dialog--preferences .cookie-modal__legal-note{margin-top:6px;font-size:10.5px;line-height:1.35}}@media (prefers-reduced-motion: reduce){.cookie-modal__dialog{animation:none}}
