:root {
  --ink: #11131a;
  --ink-2: #1a1d27;
  --paper: #f5f3ee;
  --paper-2: #ebe8e1;
  --white: #fffefa;
  --muted: #666771;
  --line: rgba(17, 19, 26, .14);
  --violet: #745cff;
  --violet-dark: #5642dc;
  --lime: #c8ff63;
  --coral: #ff796f;
  --cyan: #75e6da;
  --radius: 28px;
  --shadow: 0 24px 80px rgba(26, 22, 53, .12);
  --container: min(1180px, calc(100vw - 48px));
}

/* guide-library-v2 */
.guides-hero { padding: 54px 0 96px; overflow: hidden; position: relative; color: white; background: radial-gradient(circle at 82% 8%, rgba(116, 92, 255, .34), transparent 31%), radial-gradient(circle at 9% 92%, rgba(117, 230, 218, .1), transparent 28%), var(--ink); }
.guides-hero::after { content: ""; width: 420px; height: 420px; position: absolute; right: -180px; bottom: -265px; border: 1px solid rgba(200, 255, 99, .26); border-radius: 50%; box-shadow: 0 0 0 70px rgba(200, 255, 99, .025), 0 0 0 140px rgba(200, 255, 99, .018); }
.guides-hero .breadcrumbs, .guides-hero .breadcrumbs a { color: #aaa7b6; }
.guides-hero .section-index, .guide-article-head .section-index { color: var(--lime); }
.guides-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); align-items: end; gap: 9vw; }
.guides-hero-copy h1 { margin: 16px 0 24px; max-width: 760px; font-size: clamp(64px, 8.4vw, 112px); line-height: .84; letter-spacing: -6.7px; }
.guides-hero-copy h1 em { color: var(--lime); font-style: normal; }
.guides-hero-copy > p:not(.section-index) { max-width: 650px; margin: 0; color: #c7c4d0; font-size: 18px; line-height: 1.66; }
.guide-topic-row { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 8px; }
.guide-topic-row span { padding: 8px 12px; color: #d8d5df; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .11); border-radius: 999px; font-size: 11px; }
.guides-hero-note { padding: 25px 0 4px; display: grid; grid-template-columns: 54px 1fr; gap: 18px; border-top: 1px solid rgba(255, 255, 255, .16); }
.guide-note-number { color: var(--lime); font-size: 12px; font-weight: 850; letter-spacing: 1px; }
.guides-hero-note b { display: block; font-size: 17px; }
.guides-hero-note p { margin: 8px 0 0; color: #aaa7b6; font-size: 13px; line-height: 1.6; }

.guides-index { background: var(--paper); }
.guides-section-head { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.guides-section-head h2 { margin: 0; font-size: clamp(44px, 5.3vw, 70px); line-height: .94; letter-spacing: -4px; }
.guide-count { min-width: 112px; display: flex; align-items: center; justify-content: flex-end; gap: 10px; color: var(--muted); }
.guide-count b { color: var(--violet-dark); font-size: 40px; line-height: 1; letter-spacing: -2px; }
.guide-count span { font-size: 11px; line-height: 1.25; text-transform: uppercase; }
.guide-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.guide-card { min-width: 0; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 32px; box-shadow: 0 22px 65px rgba(25, 21, 45, .07); }
.guide-card > a { height: 100%; display: grid; color: inherit; text-decoration: none; }
.guide-card-featured > a { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.guide-card-copy { min-width: 0; padding: 34px; display: flex; flex-direction: column; }
.guide-card-featured .guide-card-copy { padding: 48px; }
.guide-visual { min-width: 0; min-height: 330px; margin: 0; overflow: hidden; position: relative; background: #211d31; }
.guide-card-featured .guide-visual { min-height: 500px; }
.guide-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .55s ease; }
.guide-card:hover .guide-visual img { transform: scale(1.025); }
.guide-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(12, 12, 18, .76)); pointer-events: none; }
.guide-visual figcaption { position: absolute; z-index: 1; right: 23px; bottom: 22px; left: 23px; display: flex; align-items: end; justify-content: space-between; gap: 15px; color: white; }
.guide-visual figcaption span { max-width: 170px; color: #d0ccd8; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .7px; }
.guide-visual figcaption b { color: var(--lime); font-size: 10px; letter-spacing: .7px; text-transform: uppercase; white-space: nowrap; }
.guide-visual-fallback { display: grid; place-items: center; background: radial-gradient(circle at 30% 30%, rgba(116, 92, 255, .65), transparent 35%), var(--ink); }
.guide-visual-fallback > div { z-index: 1; text-align: center; }
.guide-visual-fallback small { display: block; margin-bottom: 8px; color: var(--lime); font-weight: 800; }
.guide-visual-fallback strong { color: white; font-size: 26px; }
.guide-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; }
.guide-orbit-one { width: 270px; height: 270px; transform: rotate(26deg); }
.guide-orbit-two { width: 150px; height: 310px; transform: rotate(63deg); }
.guide-card-meta, .guide-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.guide-card-meta { color: var(--violet-dark); font-size: 10px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.guide-card-meta time { color: var(--muted); font-weight: 650; letter-spacing: 0; text-transform: none; }
.guide-card h2 { margin: 52px 0 18px; font-size: clamp(28px, 3.2vw, 47px); line-height: 1.02; letter-spacing: -2px; }
.guide-card:not(.guide-card-featured) h2 { margin-top: 34px; font-size: 31px; }
.guide-card-copy > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.68; }
.guide-card-foot { margin-top: auto; padding-top: 36px; color: var(--muted); font-size: 11px; font-weight: 700; }
.guide-card-foot b { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: 12px; color: white; background: var(--ink); border-radius: 999px; white-space: nowrap; }
.guide-card-foot i { color: var(--lime); font-style: normal; }

.guide-principles { padding: 104px 0 112px; color: white; background: var(--ink); }
.guide-principles-head { display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .55fr); align-items: end; gap: 9vw; }
.guide-principles h2 { margin: 12px 0 0; font-size: clamp(48px, 6vw, 76px); line-height: .91; letter-spacing: -4.5px; }
.guide-principles-head > p { margin: 0 0 4px; color: #aaa7b6; font-size: 16px; line-height: 1.68; }
.guide-principle-cards { margin-top: 66px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255, 255, 255, .14); }
.guide-principle-cards article { min-height: 235px; padding: 30px 28px 0 0; border-right: 1px solid rgba(255, 255, 255, .14); }
.guide-principle-cards article + article { padding-left: 28px; }
.guide-principle-cards article:last-child { border-right: 0; }
.guide-principle-cards span { color: var(--lime); font-size: 11px; font-weight: 850; }
.guide-principle-cards h3 { max-width: 250px; margin: 45px 0 13px; font-size: 23px; line-height: 1.08; }
.guide-principle-cards p { max-width: 290px; margin: 0; color: #aaa7b6; font-size: 13px; line-height: 1.62; }

.guide-article { background: #f8f6f1; }
.guide-article-head { padding: 42px 0 70px; overflow: hidden; color: white; background: radial-gradient(circle at 15% 8%, rgba(116, 92, 255, .22), transparent 28%), var(--ink); }
.guide-article-head .breadcrumbs, .guide-article-head .breadcrumbs a { color: #9e9aa9; }
.guide-head-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .75fr); align-items: center; gap: 62px; }
.guide-head-copy h1 { max-width: 760px; margin: 16px 0 23px; font-size: clamp(50px, 5.4vw, 74px); line-height: .96; letter-spacing: -4.2px; overflow-wrap: anywhere; }
.guide-deck { max-width: 690px; margin: 0; color: #c8c5d0; font-size: 18px; line-height: 1.63; }
.guide-byline { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.guide-byline span, .guide-byline time { min-height: 34px; padding: 0 12px; display: inline-flex; align-items: center; color: #cac6d2; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); border-radius: 999px; font-size: 10px; }
.guide-article-head .guide-visual { aspect-ratio: 1.14; min-height: 0; border: 1px solid rgba(255, 255, 255, .13); border-radius: 30px; box-shadow: 0 34px 80px rgba(0, 0, 0, .32); transform: rotate(1.2deg); }
.guide-article-head .guide-visual figcaption { right: 18px; bottom: 17px; left: 18px; }

.guide-layout { padding-top: 76px; padding-bottom: 110px; display: grid; grid-template-columns: minmax(0, 760px) 320px; align-items: start; justify-content: center; gap: 70px; }
.guide-prose { min-width: 0; }
.guide-intro-card { margin-bottom: 44px; padding: 34px 38px 14px; background: white; border: 1px solid rgba(17, 19, 26, .09); border-radius: 28px; box-shadow: 0 18px 48px rgba(25, 21, 45, .05); }
.guide-intro-card > span { display: block; margin-bottom: 21px; color: var(--violet-dark); font-size: 10px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.guide-prose .guide-intro { margin: 0 0 22px; color: #34323b; font-size: 19px; line-height: 1.72; }
.guide-content-section { padding: 52px 0 20px; display: grid; grid-template-columns: 58px minmax(0, 1fr); gap: 18px; border-top: 1px solid var(--line); scroll-margin-top: 96px; }
.guide-section-number { padding-top: 8px; color: var(--violet-dark); font-size: 11px; font-weight: 900; letter-spacing: 1px; }
.guide-section-body { min-width: 0; }
.guide-prose h2 { margin: 0 0 23px; font-size: clamp(33px, 3.4vw, 46px); line-height: 1.03; letter-spacing: -2px; }
.guide-prose p { color: #56545d; font-size: 17px; line-height: 1.78; }
.guide-section-body > p { margin: 0 0 19px; }
.guide-prose ul { margin: 27px 0 8px; padding: 8px 24px; list-style: none; background: white; border: 1px solid rgba(17, 19, 26, .09); border-radius: 22px; }
.guide-prose li { min-height: 54px; padding: 13px 0; display: flex; align-items: flex-start; gap: 12px; color: #45434c; border-bottom: 1px solid rgba(17, 19, 26, .09); line-height: 1.55; }
.guide-prose li:last-child { border-bottom: 0; }
.guide-check { width: 22px; height: 22px; flex: 0 0 22px; display: grid; place-items: center; color: #3c298f; background: #e8e2ff; border-radius: 50%; font-size: 11px; font-weight: 900; }
.guide-bullet-link { display: block !important; padding: 0 !important; }
.guide-bullet-link a { min-height: 54px; padding: 13px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--violet-dark); font-weight: 750; }
.guide-bullet-link a span { font-size: 21px; }
.guide-method-note { margin: 42px 0 18px 76px; padding: 31px 34px; color: white; background: radial-gradient(circle at 100% 0, rgba(116, 92, 255, .46), transparent 39%), var(--ink); border-radius: 26px; }
.guide-method-note > span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: 1px; }
.guide-method-note strong { max-width: 570px; margin-top: 22px; display: block; font-size: 25px; line-height: 1.15; letter-spacing: -.7px; }
.guide-method-note p { margin: 14px 0 0; color: #bcb9c6; font-size: 14px; line-height: 1.65; }

.guide-side { min-width: 0; }
.guide-side-sticky { position: sticky; top: 96px; display: grid; gap: 18px; }
.guide-toc { padding: 24px 23px 15px; background: white; border: 1px solid rgba(17, 19, 26, .1); border-radius: 24px; }
.guide-toc > span, .guide-service-box > span { color: var(--violet-dark); font-size: 9px; font-weight: 900; letter-spacing: 1.2px; }
.guide-toc ol { margin: 16px 0 0; padding: 0; list-style: none; }
.guide-toc li { border-top: 1px solid rgba(17, 19, 26, .09); }
.guide-toc a { min-height: 44px; padding: 10px 0; display: grid; grid-template-columns: 27px 1fr; align-items: center; gap: 5px; color: #5a5862; font-size: 11px; line-height: 1.32; }
.guide-toc a:hover { color: var(--violet-dark); }
.guide-toc a b { color: #aaa8b1; font-size: 9px; }
.guide-service-box { padding: 24px; color: white; background: radial-gradient(circle at 100% 0, rgba(116, 92, 255, .42), transparent 42%), var(--ink); border-radius: 24px; }
.guide-service-box > span { color: var(--lime); }
.guide-service-box > a { min-height: 68px; margin-top: 13px; padding: 11px; display: grid; grid-template-columns: 44px minmax(0, 1fr) 18px; align-items: center; gap: 10px; color: white; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .1); border-radius: 17px; }
.guide-service-box > a:hover { background: rgba(255, 255, 255, .12); }
.guide-service-box .service-mark { width: 44px; height: 44px; border-radius: 14px; }
.guide-service-box .service-mark b { font-size: 11px; }
.guide-service-box .service-mark-icon { width: 24px; height: 24px; }
.guide-service-box b, .guide-service-box small { display: block; }
.guide-service-box small { margin-top: 3px; overflow: hidden; color: #aaa6b5; font-size: 9px; line-height: 1.3; text-overflow: ellipsis; }
.guide-service-box > a > i { color: var(--lime); font-style: normal; }
.guide-service-box > p { margin: 19px 0 0; color: #b8b4c2; font-size: 10px; line-height: 1.55; }

.guide-faq { margin-top: 56px; padding-top: 58px; border-top: 1px solid var(--line); }
.guide-faq h2, .guide-sources h2 { margin-bottom: 28px; }
.guide-faq-list { display: grid; gap: 10px; }
.guide-faq details { overflow: hidden; background: white; border: 1px solid rgba(17, 19, 26, .1); border-radius: 18px; }
.guide-faq summary { min-height: 68px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 22px; cursor: pointer; font-weight: 750; list-style: none; }
.guide-faq summary::-webkit-details-marker { display: none; }
.guide-faq summary span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; color: var(--violet-dark); background: #eeeaff; border-radius: 50%; font-size: 19px; transition: transform .2s ease; }
.guide-faq details[open] summary span { transform: rotate(45deg); }
.guide-faq details > p { margin: 0; padding: 0 60px 21px 18px; font-size: 15px; line-height: 1.68; }
.guide-sources { margin-top: 64px; padding-top: 58px; border-top: 1px solid var(--line); }
.guide-sources > p { max-width: 650px; margin: -10px 0 26px; font-size: 14px; }
.guide-sources ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; list-style: none; }
.guide-sources li { min-width: 0; }
.guide-sources a { min-height: 92px; padding: 17px; display: grid; grid-template-columns: 27px minmax(0, 1fr) 18px; align-items: start; gap: 5px; color: #383641; background: white; border: 1px solid rgba(17, 19, 26, .1); border-radius: 18px; font-size: 12px; }
.guide-sources a span { color: #aaa8b1; font-size: 9px; }
.guide-sources a b { line-height: 1.45; }
.guide-sources a i { color: var(--violet-dark); font-style: normal; font-size: 16px; }
.related-guides { background: var(--paper); }

@media (max-width: 980px) {
  .guides-hero-grid, .guide-principles-head { gap: 45px; }
  .guide-card-featured > a, .guide-head-grid { grid-template-columns: 1fr; }
  .guide-card-featured .guide-visual { min-height: 440px; }
  .guide-head-grid { gap: 42px; }
  .guide-article-head .guide-visual { width: min(700px, 100%); aspect-ratio: 1.55; transform: none; }
  .guide-layout { grid-template-columns: minmax(0, 760px); gap: 42px; }
  .guide-side { order: -1; }
  .guide-side-sticky { position: static; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: start; }
}

@media (max-width: 760px) {
  .guides-hero { padding: 34px 0 66px; }
  .guides-hero-grid, .guide-principles-head { grid-template-columns: 1fr; }
  .guides-hero-copy h1 { margin-top: 12px; font-size: clamp(58px, 18vw, 78px); line-height: .86; letter-spacing: -4.5px; }
  .guides-hero-copy > p:not(.section-index) { font-size: 16px; }
  .guides-hero-note { margin-top: 19px; }
  .guides-section-head { align-items: flex-start; }
  .guides-section-head h2 { font-size: 43px; letter-spacing: -2.4px; }
  .guide-count { min-width: auto; }
  .guide-grid, .guide-principle-cards, .guide-sources ol { grid-template-columns: 1fr; }
  .guide-card-featured .guide-visual, .guide-visual { min-height: 280px; }
  .guide-card-copy, .guide-card-featured .guide-card-copy { padding: 25px; }
  .guide-card h2, .guide-card:not(.guide-card-featured) h2 { margin-top: 31px; overflow-wrap: anywhere; font-size: 31px; letter-spacing: -1.5px; }
  .guide-card-meta, .guide-card-foot { align-items: flex-start; flex-direction: column; gap: 10px; }
  .guide-card-foot { padding-top: 27px; }
  .guide-principles { padding: 74px 0 80px; }
  .guide-principles h2 { font-size: 47px; letter-spacing: -2.8px; }
  .guide-principle-cards { margin-top: 43px; border-top: 0; }
  .guide-principle-cards article, .guide-principle-cards article + article { min-height: 0; padding: 23px 0 27px; border-top: 1px solid rgba(255, 255, 255, .14); border-right: 0; }
  .guide-principle-cards h3 { margin-top: 28px; }
  .guide-article-head { padding: 31px 0 52px; }
  .guide-head-copy h1 { font-size: clamp(42px, 12.8vw, 57px); line-height: .98; letter-spacing: -2.8px; }
  .guide-deck { font-size: 16px; }
  .guide-article-head .guide-visual { aspect-ratio: 1.25; border-radius: 23px; }
  .guide-article-head .guide-visual figcaption span { display: none; }
  .guide-layout { padding-top: 45px; padding-bottom: 78px; }
  .guide-side-sticky { grid-template-columns: 1fr; }
  .guide-toc { display: none; }
  .guide-intro-card { padding: 26px 23px 7px; border-radius: 23px; }
  .guide-prose .guide-intro { font-size: 17px; }
  .guide-content-section { padding-top: 42px; grid-template-columns: 1fr; gap: 8px; }
  .guide-section-number { padding-top: 0; }
  .guide-prose h2 { font-size: 33px; letter-spacing: -1.5px; }
  .guide-prose p { font-size: 16px; }
  .guide-prose ul { padding: 6px 17px; }
  .guide-method-note { margin: 35px 0 10px; padding: 26px 23px; }
  .guide-method-note strong { font-size: 22px; }
  .guide-faq, .guide-sources { margin-top: 48px; padding-top: 47px; }
  .guide-faq summary { padding: 15px 16px; font-size: 15px; }
  .guide-faq details > p { padding-right: 18px; }
  .guide-sources a { min-height: 78px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: "Segoe UI Variable", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.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; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; color: white; background: var(--ink); border-radius: 12px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(245, 243, 238, .86); border-bottom: 1px solid rgba(17, 19, 26, .08); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.logo-mark { width: 38px; height: 38px; color: var(--violet); }
.logo-mark svg rect { fill: currentColor; }
.logo-mark svg path { fill: none; stroke: white; stroke-width: 3.3; stroke-linecap: round; stroke-linejoin: round; }
.logo-mark svg circle { fill: var(--lime); }
.logo-type { font-size: 20px; font-weight: 800; letter-spacing: -.7px; }
.logo-type span { color: var(--violet-dark); }
.main-nav { display: flex; align-items: center; gap: 24px; margin-right: auto; }
.main-nav a { color: #3d3e47; font-size: 14px; font-weight: 650; }
.main-nav a:hover { color: var(--violet-dark); }
.header-actions { display: flex; align-items: center; gap: 15px; }
.hours { color: #52535c; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; white-space: nowrap; }
.hours i, .footer-hours i, .product-hero-actions i { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: #52c875; box-shadow: 0 0 0 5px rgba(82, 200, 117, .13); }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; justify-content: center; align-items: center; gap: 20px; border: 1px solid transparent; border-radius: 999px; background: var(--violet-dark); color: white; font-weight: 750; transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); background: #4532c8; box-shadow: 0 12px 30px rgba(86, 66, 220, .24); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.menu-button { display: none; width: 44px; height: 44px; flex: 0 0 44px; border: 0; border-radius: 50%; background: var(--ink); padding: 12px; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: white; border-radius: 2px; }

.hero { color: white; position: relative; overflow: hidden; background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -260px; top: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(116, 92, 255, .25), transparent 68%); }
.hero-grid { min-height: 675px; padding: 86px 0 64px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 55px; }
.hero-copy { min-width: 0; position: relative; z-index: 2; }
.hero-kicker { width: fit-content; padding: 7px 12px 7px 8px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; color: #d8d6e0; font-size: 13px; }
.hero-kicker span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: rgba(200, 255, 99, .1); font-size: 9px; }
.hero h1 { max-width: 720px; margin: 26px 0 22px; font-size: clamp(56px, 6.4vw, 96px); line-height: .94; letter-spacing: -5px; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 620px; margin: 0; color: #c7c5d0; font-size: 19px; line-height: 1.55; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.button-hero { background: var(--violet-dark); }
.button-ghost { color: #efedf6; background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .16); }
.button-ghost:hover { background: rgba(255, 255, 255, .11); box-shadow: none; }
.hero-notes { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 20px; color: #a9a7b2; font-size: 13px; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero-notes i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: rgba(200, 255, 99, .1); font-style: normal; font-size: 11px; }

.portal-scene { min-height: 500px; position: relative; display: grid; place-items: center; isolation: isolate; }
.portal-scene::before { content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #d3c9ff 0 7%, #745cff 30%, #4233aa 58%, transparent 59%); filter: drop-shadow(0 38px 70px rgba(116, 92, 255, .3)); }
.portal-scene::after { content: ""; position: absolute; width: 330px; height: 330px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .12); box-shadow: inset 0 0 70px rgba(255, 255, 255, .08), 0 0 0 22px rgba(116, 92, 255, .06), 0 0 0 55px rgba(116, 92, 255, .025); }
.portal-core { position: relative; z-index: 2; width: 152px; height: 152px; display: grid; place-content: center; border-radius: 50%; text-align: center; background: var(--ink); border: 1px solid rgba(255, 255, 255, .18); box-shadow: 0 25px 70px rgba(0, 0, 0, .4); }
.portal-core span { font-size: 56px; font-weight: 850; letter-spacing: -4px; }
.portal-core small { color: var(--lime); letter-spacing: 3px; font-size: 9px; }
.portal-orbit { position: absolute; z-index: 3; border: 1px dashed rgba(255, 255, 255, .2); border-radius: 50%; transform: rotate(-18deg); }
.orbit-one { width: 480px; height: 230px; }
.orbit-two { width: 470px; height: 300px; transform: rotate(54deg); }
.float-chip { position: absolute; z-index: 5; min-width: 126px; padding: 12px 15px; display: flex; align-items: center; gap: 11px; color: var(--ink); background: rgba(255, 254, 250, .94); border: 1px solid white; border-radius: 18px; box-shadow: 0 18px 45px rgba(0, 0, 0, .24); animation: float 5.5s ease-in-out infinite; }
.float-chip b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: white; background: var(--violet-dark); font-size: 12px; }
.float-chip span { color: #4b4c54; font-size: 12px; font-weight: 700; }
.chip-one { left: 0; top: 90px; }
.chip-two { right: -8px; top: 135px; animation-delay: -1.5s; }
.chip-three { left: 26px; bottom: 80px; animation-delay: -2.7s; }
.chip-four { right: 18px; bottom: 48px; animation-delay: -4s; }
.chip-four b { color: var(--ink); background: var(--lime); }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }

.trust-bar { min-height: 82px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid rgba(255, 255, 255, .1); }
.trust-bar span { padding: 0 24px; color: #9795a1; font-size: 12px; text-align: center; border-right: 1px solid rgba(255, 255, 255, .1); }
.trust-bar span:first-child { padding-left: 0; }
.trust-bar span:last-child { border: 0; padding-right: 0; }
.trust-bar b { display: block; color: white; font-size: 17px; }

.section { padding: 110px 0; }
.section-head { margin-bottom: 38px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .6fr); align-items: end; gap: 40px; }
.section-index { margin: 0 0 16px; color: var(--violet-dark); font-size: 11px; font-weight: 850; letter-spacing: 2px; text-transform: uppercase; }
.section h2, .page-hero h1, .product-hero h1 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.01; letter-spacing: -3px; }
.page-hero h1 { overflow-wrap: anywhere; }
.section-head > p { margin: 0 0 7px; color: var(--muted); font-size: 16px; }
.filters { margin-bottom: 34px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filters button { padding: 10px 17px; color: #55565e; background: transparent; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; white-space: nowrap; transition: .2s ease; }
.filters button:hover { border-color: var(--violet); color: var(--violet-dark); }
.filters button[aria-pressed="true"] { color: white; background: var(--ink); border-color: var(--ink); }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product-card { min-height: 390px; padding: 0; display: flex; flex-direction: column; position: relative; overflow: hidden; background: var(--white); border: 1px solid rgba(17, 19, 26, .09); border-radius: var(--radius); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(116, 92, 255, .35); box-shadow: var(--shadow); }
.product-card-featured:first-child { grid-column: span 2; background: linear-gradient(130deg, #fefdfa 0 57%, #ece8ff 57%); }
.product-card-link, .product-card-upcoming { padding: 25px; }
.product-card-link { min-height: 100%; display: flex; flex: 1; flex-direction: column; color: inherit; border-radius: inherit; cursor: pointer; }
.product-card-link:focus-visible { outline: 3px solid var(--violet-dark); outline-offset: -6px; }
.card-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.service-mark { width: 56px; height: 56px; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 18px; color: var(--ink); background: color-mix(in srgb, var(--accent), white 68%); border: 1px solid color-mix(in srgb, var(--accent), white 35%); }
.service-mark::before { content: ""; position: absolute; width: 42px; height: 42px; right: -18px; bottom: -22px; background: var(--accent); border-radius: 50%; filter: blur(7px); opacity: .65; }
.service-mark b { position: relative; z-index: 2; font-size: 14px; letter-spacing: -.5px; }
.service-mark-icon { width: 30px; height: 30px; position: relative; z-index: 2; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.service-mark i { position: absolute; width: 7px; height: 7px; top: 8px; right: 8px; border-radius: 50%; background: var(--accent); }
.card-tags { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.card-tags span { padding: 5px 8px; border-radius: 999px; color: #676872; background: #f2f0eb; font-size: 10px; font-weight: 750; }
.card-copy { margin: auto 0 26px; }
.card-copy .eyebrow { margin: 0 0 8px; color: #565861; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .8px; }
.card-copy h3 { margin: 0; font-size: 36px; line-height: 1; letter-spacing: -1.5px; }
.card-copy > p:last-child { max-width: 360px; margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.card-bottom { min-height: 63px; padding-top: 18px; display: flex; justify-content: space-between; align-items: center; gap: 14px; border-top: 1px solid var(--line); }
.price-block { min-width: 0; display: grid; flex: 1; grid-template-columns: auto 1fr; align-items: baseline; column-gap: 5px; }
.price-block small { color: #565861; font-size: 11px; }
.price-block strong { font-size: 21px; }
.price-block em { grid-column: 1 / -1; color: #565861; font-size: 10px; font-style: normal; }
.card-cta { min-height: 46px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; flex: 0 0 auto; color: white; background: var(--ink); border-radius: 999px; font-size: 11px; font-weight: 850; white-space: nowrap; transition: transform .2s ease, color .2s ease, background .2s ease; }
.card-cta i { font-size: 15px; font-style: normal; transition: transform .2s ease; }
.product-card-link:hover .card-cta { color: var(--ink); background: var(--lime); transform: translateY(-2px); }
.product-card-link:hover .card-cta i { transform: translate(2px, -2px); }
.product-card-upcoming { background: transparent; border-style: dashed; }
.soon-label { color: var(--violet-dark); font-size: 13px; font-weight: 800; }
.text-link { color: var(--violet-dark); font-weight: 780; }
.text-link:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.empty-state { padding: 40px; text-align: center; color: var(--muted); border: 1px dashed var(--line); border-radius: var(--radius); }
.section-cta { margin-top: 36px; text-align: center; }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: #272a35; box-shadow: 0 12px 30px rgba(17, 19, 26, .18); }

.not-found-section { min-height: 72vh; padding: 80px 0 110px; display: grid; place-items: center; background: radial-gradient(circle at 50% 12%, rgba(86, 66, 220, .14), transparent 42%), var(--paper); }
.not-found-card { max-width: 820px; margin: auto; text-align: center; }
.not-found-code { margin: 0 0 -18px; color: transparent; background: linear-gradient(135deg, var(--violet-dark), #9b8cff); background-clip: text; font-size: clamp(120px, 24vw, 240px); font-weight: 900; line-height: .82; letter-spacing: -12px; }
.not-found-card h1 { margin: 0; font-size: clamp(46px, 7vw, 78px); line-height: .98; letter-spacing: -4px; }
.not-found-card > p:not(.not-found-code, .section-index) { max-width: 620px; margin: 24px auto 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.not-found-actions { margin-top: 32px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.chooser { background: var(--paper-2); }
.chooser-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.chooser-intro { position: sticky; top: 120px; }
.chooser-intro h2 { font-size: clamp(40px, 4.5vw, 62px); }
.chooser-intro > p:last-child { max-width: 430px; color: var(--muted); }
.choice-list { border-top: 1px solid var(--line); }
.choice-list a { padding: 25px 0; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); transition: padding .2s ease; }
.choice-list a:hover { padding-left: 12px; }
.choice-list > a > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #73747d; font-size: 11px; }
.choice-list b { display: block; font-size: 18px; }
.choice-list small { color: var(--muted); }
.choice-list em { color: var(--violet-dark); font-style: normal; font-weight: 780; }

.process-section { color: white; background: var(--ink); }
.section-head.light .section-index { color: var(--lime); }
.section-head.light > p { color: #aaa8b3; }
.light-link { color: var(--lime); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(255, 255, 255, .13); }
.steps article { min-height: 260px; padding: 26px 28px; border-right: 1px solid rgba(255, 255, 255, .13); }
.steps article:last-child { border: 0; }
.steps span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 70px; color: var(--lime); border: 1px solid rgba(200, 255, 99, .35); border-radius: 50%; font-size: 11px; }
.steps h3 { margin: 0 0 9px; font-size: 19px; }
.steps p { margin: 0; color: #aaa8b3; font-size: 14px; }
.account-continuity { margin-top: 30px; padding: 34px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: stretch; overflow: hidden; position: relative; background: linear-gradient(132deg, rgba(116,92,255,.2), rgba(200,255,99,.08)); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; }
.account-continuity::after { content: ""; width: 240px; height: 240px; position: absolute; right: -110px; top: -130px; background: radial-gradient(circle, rgba(200,255,99,.22), transparent 68%); pointer-events: none; }
.account-continuity-intro { position: relative; z-index: 1; }
.account-continuity-intro > span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: 1.7px; }
.account-continuity-intro h2, .account-continuity-intro h3 { margin: 15px 0 10px; color: white; font-size: 31px; line-height: 1.04; letter-spacing: -1.4px; }
.account-continuity-intro p { margin: 0; color: #c6c3d1; font-size: 14px; }
.account-continuity-points { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 1; }
.account-continuity-points article { padding: 8px 20px; border-left: 1px solid rgba(255,255,255,.14); }
.account-continuity-points b { display: block; margin-bottom: 14px; color: var(--lime); font-size: 12px; }
.account-continuity-points p { margin: 0; color: #d8d5e0; font-size: 13px; line-height: 1.5; }

.security-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.security-visual { min-height: 540px; display: grid; place-items: center; overflow: hidden; position: relative; border-radius: 42px; background: radial-gradient(circle at 50% 44%, #a99cff 0 8%, #6c55ed 25%, #342678 55%, #171724 76%); }
.security-visual::before, .security-visual::after { content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, .15); border-radius: 50%; }
.security-visual::before { width: 420px; height: 420px; }
.security-visual::after { width: 320px; height: 320px; }
.lock-card { width: 245px; min-height: 310px; padding: 22px; z-index: 2; display: grid; justify-items: center; color: white; background: rgba(17, 19, 26, .78); border: 1px solid rgba(255, 255, 255, .2); border-radius: 28px; backdrop-filter: blur(12px); box-shadow: 0 30px 80px rgba(0, 0, 0, .35); }
.lock-card > span { color: var(--lime); font-size: 9px; letter-spacing: 2px; }
.lock-card svg { width: 130px; fill: none; stroke: white; stroke-width: 4; }
.lock-card b { max-width: 180px; text-align: center; font-size: 16px; }
.security .lead { color: var(--muted); font-size: 18px; }
.check-list { margin: 32px 0; padding: 0; list-style: none; }
.check-list li { padding: 17px 0; display: flex; gap: 14px; border-top: 1px solid var(--line); }
.check-list li:last-child { border-bottom: 1px solid var(--line); }
.check-list i { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-style: normal; font-weight: 900; }
.check-list b { display: block; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-grid > div:first-child > p:not(.section-index) { color: var(--muted); }
.faq-grid .button { margin-top: 15px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; display: flex; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: 18px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--violet-dark); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -8px 0 24px; color: var(--muted); }

.final-cta { padding: 120px 0; color: white; background: #4b37c9; overflow: hidden; position: relative; }
.final-cta::before { content: ""; position: absolute; width: 620px; height: 620px; right: -190px; top: -300px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255, 255, 255, .04), 0 0 0 160px rgba(255, 255, 255, .025); }
.final-cta-inner { position: relative; text-align: center; }
.final-cta p { color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: 3px; }
.final-cta h2 { max-width: 900px; margin: 22px auto 35px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -4px; }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime:hover { color: white; background: var(--ink); box-shadow: 0 15px 40px rgba(17, 19, 26, .25); }

.site-footer { padding: 75px 0 28px; color: #b2b0bb; background: #0c0e13; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.brand-light .logo-type { color: white; }
.brand-light .logo-type span { color: var(--lime); }
.footer-brand > p { max-width: 390px; color: #898792; }
.footer-hours { display: inline-flex; align-items: center; gap: 9px; margin-top: 14px; font-size: 13px; }
.footer-grid h3 { margin: 4px 0 17px; color: white; font-size: 13px; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 11px 0; font-size: 13px; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { margin-top: 60px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255, 255, 255, .1); color: #aaa8b3; font-size: 11px; }

.page-hero { padding: 80px 0 88px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.page-hero.compact { padding-bottom: 55px; }
.breadcrumbs { margin: 0 0 56px; color: #73747c; font-size: 12px; }
.breadcrumbs a:hover { color: var(--violet-dark); }
.breadcrumbs span { margin: 0 8px; color: #aaa9ae; }
.page-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.page-hero-grid > p { margin: 0 0 8px; color: var(--muted); font-size: 18px; }
.catalog-search { max-width: 580px; height: 58px; margin: 40px 0 18px; padding: 0 20px; display: flex; align-items: center; gap: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.catalog-search span { color: var(--violet-dark); font-size: 23px; }
.catalog-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.catalog-page { padding-top: 70px; }

.product-hero { padding: 40px 0 88px; color: white; position: relative; overflow: hidden; background: var(--ink); }
.product-hero::after { content: ""; position: absolute; width: 620px; height: 620px; right: -100px; bottom: -410px; border-radius: 50%; background: var(--product-accent); opacity: .23; filter: blur(30px); }
.product-hero .breadcrumbs { color: #8e8c98; }
.product-hero .breadcrumbs a:hover { color: var(--lime); }
.product-hero-grid { min-height: 430px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; position: relative; z-index: 2; }
.service-mark-large { width: 88px; height: 88px; margin-bottom: 28px; border-radius: 28px; }
.service-mark-large b { font-size: 21px; }
.service-mark-large .service-mark-icon { width: 44px; height: 44px; stroke-width: 1.55; }
.product-hero .section-index { color: var(--product-accent); }
.product-hero h1 { font-size: clamp(64px, 8vw, 112px); letter-spacing: -6px; }
.product-lead { max-width: 700px; color: #bcbac5; font-size: 18px; }
.product-hero-actions { margin-top: 28px; display: flex; align-items: center; gap: 22px; }
.product-hero-actions > span { display: inline-flex; align-items: center; gap: 10px; color: #aaa8b3; font-size: 12px; }
.product-summary { padding: 30px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .15); border-radius: 28px; backdrop-filter: blur(14px); }
.product-summary p { margin: 0; color: #8e8c98; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; }
.product-summary > strong { display: block; margin: 10px 0 25px; font-size: 30px; line-height: 1.1; }
.product-summary div { display: flex; flex-wrap: wrap; gap: 6px; }
.product-summary div span { padding: 6px 9px; color: #d6d4dc; border: 1px solid rgba(255, 255, 255, .15); border-radius: 999px; font-size: 11px; }
.product-summary > small { display: block; margin-top: 35px; color: var(--product-accent); font-size: 16px; font-weight: 800; }

.plans { background: var(--white); }
.plan-list { border-top: 1px solid var(--line); }
.plan-empty { padding: 34px; color: var(--ink); background: #f0edff; border: 1px solid rgba(116, 92, 255, .24); border-radius: 24px; }
.plan-empty strong { display: block; font-size: 25px; letter-spacing: -.8px; }
.plan-empty p { max-width: 650px; margin: 8px 0 20px; color: var(--muted); }
.plan-row { padding: 30px 28px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: center; gap: 42px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.plan-row:hover { background: #f8f6f1; }
.plan-row-recommended { margin-top: 12px; margin-bottom: 12px; background: #f0edff; border: 1px solid rgba(116, 92, 255, .25); border-radius: 22px; }
.recommend-label { display: inline-block; margin-bottom: 8px; padding: 4px 8px; color: var(--violet-dark); background: white; border-radius: 999px; font-size: 9px; font-weight: 850; letter-spacing: .8px; text-transform: uppercase; }
.plan-name h3 { margin: 0 0 9px; font-size: 20px; }
.plan-name p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.plan-facts { display: flex; flex-wrap: wrap; gap: 6px; }
.plan-facts span { padding: 5px 9px; color: #565761; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 700; }
.plan-benefits { max-width: 780px; margin-top: 20px; padding: 17px 18px; background: rgba(255,255,255,.72); border: 1px solid rgba(17,19,26,.08); border-radius: 16px; }
.plan-benefits > b { display: block; color: var(--violet-dark); font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.plan-benefits > p { margin: 7px 0 12px; color: var(--ink); font-size: 13px; font-weight: 650; line-height: 1.45; }
.plan-benefits ul { margin: 0; padding: 0; display: grid; gap: 7px; list-style: none; }
.plan-benefits li { padding-left: 20px; position: relative; color: #5a5b64; font-size: 12px; line-height: 1.45; }
.plan-benefits li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #287a48; font-weight: 900; }
.plan-name .plan-activation { max-width: 780px; margin-top: 12px; padding: 11px 13px; color: #454650; background: #f0edff; border-radius: 12px; line-height: 1.45; }
.plan-activation b { color: var(--violet-dark); }
.plan-buy { display: grid; justify-items: end; }
.plan-buy > strong { font-size: 26px; }
.plan-buy > small { margin: -2px 0 11px; color: #565861; font-size: 9px; }
.button-plan { min-height: 44px; width: 100%; font-size: 13px; }
[data-buy].is-disabled { pointer-events: none; color: #666771; background: #dedde1; border-color: #c8c7cc; box-shadow: none; transform: none; }
.price-note { margin-top: 28px; padding: 24px; display: grid; grid-template-columns: 220px 1fr auto; gap: 24px; align-items: center; color: #4e4f58; background: var(--paper); border-radius: 20px; }
.price-note p { margin: 0; font-size: 12px; }
.price-note span { padding: 7px 10px; color: #5e5f68; background: white; border-radius: 999px; font-size: 10px; white-space: nowrap; }
.price-note span.is-live, [data-price-status].is-live { color: #277a46; background: #e5f8ea; }
.price-note span.is-unavailable, [data-price-status].is-unavailable { color: #8b312c; background: #ffe5e1; }
.benefit-source-note { margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #6a6b73; font-size: 11px; }
.benefit-source-note a { min-height: 44px; display: inline-flex; align-items: center; color: var(--violet-dark); font-weight: 800; }
.benefit-source-note a:hover { text-decoration: underline; text-underline-offset: 3px; }

.product-how { background: var(--paper-2); }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.product-how ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.product-how li { padding: 21px 0; display: grid; grid-template-columns: 40px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.product-how li > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--violet-dark); border: 1px solid rgba(116, 92, 255, .3); border-radius: 50%; font-size: 11px; }
.product-how li b { font-size: 17px; }
.product-how li p { margin: 4px 0 0; color: var(--muted); }
.product-how-lead { max-width: 430px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.related { padding-top: 90px; }

.info-content { min-height: 500px; background: var(--white); }
.long-steps { max-width: 920px; margin: auto; }
.long-steps article { padding: 34px 0; display: grid; grid-template-columns: 100px 1fr; gap: 30px; border-bottom: 1px solid var(--line); }
.long-steps article > span { color: var(--violet-dark); font-size: 42px; font-weight: 800; letter-spacing: -2px; }
.long-steps h2 { font-size: 34px; }
.long-steps p { max-width: 650px; color: var(--muted); }
.support-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.support-cards article { min-height: 330px; padding: 35px; background: var(--paper); border-radius: 28px; }
.support-cards article:first-child { color: white; background: var(--violet-dark); }
.support-cards article > span { font-size: 10px; font-weight: 850; letter-spacing: 1.8px; }
.support-cards h2 { margin-top: 60px; font-size: 38px; }
.support-cards p { max-width: 500px; }
.support-cards article:first-child .button { color: var(--ink); background: var(--lime); }
.notice-block { margin-top: 18px; padding: 30px 35px; display: grid; grid-template-columns: 1fr auto; align-items: center; background: var(--ink); color: white; border-radius: 28px; }
.notice-block b { color: var(--lime); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.notice-block strong { grid-row: span 2; font-size: 44px; letter-spacing: -2px; }
.notice-block p { margin: 5px 0 0; color: #aaa8b3; }
.prose { max-width: 800px; margin: auto; }
.prose h2 { margin: 45px 0 10px; font-size: 30px; letter-spacing: -1px; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: #53545d; font-size: 17px; }

[hidden] { display: none !important; }

@media (max-width: 1060px) {
  :root { --container: min(100% - 36px, 920px); }
  .main-nav { gap: 15px; }
  .main-nav a:nth-last-child(-n+2) { display: none; }
  .hours { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 30px; }
  .hero-copy { padding-top: 10px; }
  .portal-scene { min-height: 450px; max-width: 620px; width: 100%; margin: -15px auto 0; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .trust-bar span { padding: 14px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .chooser-grid, .faq-grid, .security-grid { gap: 50px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps article:nth-child(2) { border-right: 0; }
  .steps article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .account-continuity { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 2fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2 / 4; display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
  .footer-grid > div:last-child h3 { width: 100%; }
  .product-hero-grid { gap: 40px; }
}

@media (max-width: 760px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  :root { --container: calc(100vw - 28px); --radius: 22px; }
  html { scroll-padding-top: 76px; }
  .header-inner { min-height: 66px; }
  .logo-mark { width: 34px; height: 34px; }
  .logo-type { font-size: 18px; }
  .header-actions { display: none; }
  .menu-button { display: grid; align-content: center; margin-left: auto; position: relative; z-index: 3; }
  .main-nav { display: none; position: absolute; left: 14px; right: 14px; top: 72px; padding: 15px; flex-direction: column; align-items: stretch; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a, .main-nav a:nth-last-child(-n+2) { display: block; padding: 10px 8px; }
  .hero-grid { min-height: auto; padding: 58px 0 10px; gap: 0; }
  .hero h1 { margin-top: 24px; font-size: clamp(52px, 15vw, 72px); letter-spacing: -4px; }
  .hero-copy > p { max-width: 100%; overflow-wrap: anywhere; font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; }
  .portal-scene { min-height: 400px; width: 100%; max-width: 100%; transform: scale(.82); margin: -20px 0 -35px; }
  .trust-bar { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .trust-bar span { min-height: 70px; display: grid; place-content: center; border-right: 1px solid rgba(255, 255, 255, .1); }
  .section { padding: 78px 0; }
  .section-head, .page-hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .section h2, .page-hero h1 { font-size: 43px; letter-spacing: -2px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-featured:first-child { grid-column: auto; background: linear-gradient(145deg, #fefdfa, #ece8ff); }
  .product-card { min-height: 350px; }
  .chooser-grid, .security-grid, .faq-grid, .split { grid-template-columns: 1fr; gap: 50px; }
  .chooser-intro { position: static; }
  .choice-list a { grid-template-columns: 40px 1fr; }
  .choice-list em { grid-column: 2; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 215px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .steps span { margin-bottom: 42px; }
  .account-continuity { padding: 25px; gap: 28px; border-radius: 24px; }
  .account-continuity, .account-continuity-intro, .account-continuity-points, .account-continuity-points article { min-width: 0; }
  .account-continuity-intro h2, .account-continuity-intro h3 { font-size: 28px; }
  .account-continuity-points { grid-template-columns: 1fr; }
  .account-continuity-points article { padding: 16px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .account-continuity-points b { margin-bottom: 7px; }
  .security-visual { min-height: 440px; }
  .final-cta { padding: 90px 0; }
  .final-cta h2 { font-size: 51px; letter-spacing: -3px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; display: block; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 44px 0 60px; }
  .breadcrumbs { margin-bottom: 35px; }
  .page-hero-grid > p { font-size: 16px; }
  .product-hero { padding-bottom: 65px; }
  .product-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 42px; }
  .product-hero h1 { font-size: 72px; letter-spacing: -5px; }
  .product-hero-actions { align-items: flex-start; flex-direction: column; }
  .product-summary { padding: 24px; }
  .plan-row { padding: 24px 0; grid-template-columns: 1fr; gap: 24px; }
  .plan-row-recommended { padding: 24px; }
  .plan-buy { justify-items: start; }
  .benefit-source-note { align-items: flex-start; flex-direction: column; gap: 4px; }
  .price-note { grid-template-columns: 1fr; gap: 10px; }
  .price-note span { width: fit-content; }
  .long-steps article { grid-template-columns: 60px 1fr; gap: 12px; }
  .long-steps article > span { font-size: 30px; }
  .long-steps h2 { font-size: 28px; }
  .support-cards { grid-template-columns: 1fr; }
  .notice-block { grid-template-columns: 1fr; }
  .notice-block strong { grid-row: auto; margin-top: 14px; font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* activation-service-v2 */
.hero { background:
  radial-gradient(circle at 83% 20%, rgba(116, 92, 255, .25), transparent 28%),
  linear-gradient(135deg, #0e1017 0%, #151521 55%, #0d1015 100%); }
.hero::before { width: 720px; height: 720px; left: -410px; top: -80px; background: radial-gradient(circle, rgba(200, 255, 99, .12), transparent 68%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .12; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent 8%, black 70%, transparent); }
.hero-grid { min-height: 720px; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); gap: 64px; }
.hero h1 { max-width: 700px; font-size: clamp(58px, 5.6vw, 88px); }
.hero h1 em { display: inline-block; color: var(--lime); }
.hero-copy > p { max-width: 650px; }
.activation-stage { min-height: 590px; display: grid; place-items: center; position: relative; z-index: 2; isolation: isolate; }
.activation-stage::before { content: ""; position: absolute; z-index: -3; width: 470px; height: 470px; border-radius: 50%; background: radial-gradient(circle, rgba(116,92,255,.46), rgba(116,92,255,.08) 45%, transparent 70%); filter: blur(10px); animation: activation-glow 7s ease-in-out infinite; }
.activation-orbit { position: absolute; z-index: -2; width: 610px; height: 390px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: rotate(-13deg); animation: activation-orbit 24s linear infinite; }
.activation-orbit::before, .activation-orbit::after { content: ""; position: absolute; inset: 34px -10px; border: 1px dashed rgba(200,255,99,.16); border-radius: inherit; }
.activation-orbit::after { inset: 74px -32px; border-color: rgba(117,230,218,.1); }
.activation-orbit > i { width: 10px; height: 10px; position: absolute; border-radius: 50%; background: var(--lime); box-shadow: 0 0 24px rgba(200,255,99,.9); }
.activation-orbit > i:nth-child(1) { left: 13%; top: 13%; }
.activation-orbit > i:nth-child(2) { right: 7%; top: 46%; background: var(--cyan); }
.activation-orbit > i:nth-child(3) { left: 34%; bottom: -1%; background: var(--coral); }
.activation-board { width: min(560px, 100%); min-height: 520px; position: relative; z-index: 2; overflow: hidden; color: var(--ink); background: rgba(255,254,250,.96); border: 1px solid rgba(255,255,255,.72); border-radius: 32px; box-shadow: 0 45px 110px rgba(0,0,0,.42), inset 0 1px 0 white; transform: rotate(.7deg); backdrop-filter: blur(18px); animation: activation-board-float 6.5s ease-in-out infinite; }
.activation-board::before { content: ""; width: 230px; height: 230px; position: absolute; right: -85px; top: -112px; border-radius: 50%; background: radial-gradient(circle at 36% 58%, #e4ffae, var(--lime) 58%, #a9ec35); opacity: .9; }
.activation-board::after { content: ""; width: 130px; height: 150%; position: absolute; z-index: 5; left: -190px; top: -25%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent); transform: rotate(18deg); animation: activation-shine 8s ease-in-out infinite; }
.activation-board-head { min-height: 100px; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; gap: 18px; position: relative; z-index: 6; border-bottom: 1px solid var(--line); }
.activation-board-head span { display: block; margin-bottom: 4px; color: var(--violet-dark); font-size: 9px; font-weight: 900; letter-spacing: 1.7px; }
.activation-board-head b { font-size: 27px; letter-spacing: -1.1px; }
.activation-board-head > i { color: #555761; font-size: 10px; line-height: 1.45; font-style: normal; text-align: right; }
.activation-board-head > i span { width: 7px; height: 7px; margin: 0 4px 0 0; display: inline-block; border-radius: 50%; background: #48bf72; box-shadow: 0 0 0 5px rgba(72,191,114,.14); }
.activation-viewport { height: 170px; position: relative; z-index: 2; overflow: hidden; background: linear-gradient(115deg, #fffefa 0 58%, #f0ecff 58%); }
.activation-slide { padding: 24px 28px 21px; display: flex; position: absolute; inset: 0; flex-direction: column; justify-content: space-between; opacity: 0; visibility: hidden; transform: translateX(36px) scale(.98); transition: opacity .45s ease, transform .45s cubic-bezier(.22,.8,.22,1), visibility .45s; }
.activation-slide.is-active { opacity: 1; visibility: visible; transform: none; }
.activation-service { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.activation-service-title { min-width: 0; display: flex; align-items: center; gap: 14px; }
.activation-service-title .service-mark { width: 58px; height: 58px; flex: 0 0 58px; border-radius: 18px; box-shadow: 0 12px 28px color-mix(in srgb, var(--accent), transparent 70%); }
.activation-service-title span { display: block; color: var(--violet-dark); font-size: 8px; font-weight: 900; letter-spacing: 1.2px; }
.activation-service-title b { display: block; margin: 1px 0 2px; font-size: 28px; line-height: 1; letter-spacing: -1.2px; }
.activation-service-title small { max-width: 220px; display: block; overflow: hidden; color: #656771; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.activation-price { flex: 0 0 auto; text-align: right; }
.activation-price small, .activation-price em { display: block; color: #72737c; font-size: 8px; font-style: normal; }
.activation-price strong { display: block; color: var(--ink); font-size: 17px; white-space: nowrap; }
.activation-open { display: flex; align-items: center; justify-content: space-between; color: var(--violet-dark); font-size: 11px; font-weight: 850; }
.activation-open i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-style: normal; transition: transform .2s ease, background .2s ease; }
.activation-slide:hover .activation-open i { background: var(--violet-dark); transform: rotate(8deg) scale(1.08); }
.activation-route { min-height: 98px; padding: 17px 27px; display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; gap: 5px; position: relative; z-index: 2; border-top: 1px solid rgba(17,19,26,.06); border-bottom: 1px solid rgba(17,19,26,.08); }
.activation-route > div { min-width: 0; }
.activation-route > div > span { width: 24px; height: 24px; margin-bottom: 5px; display: grid; place-items: center; border-radius: 50%; color: var(--violet-dark); background: #eeebff; font-size: 8px; font-weight: 900; }
.activation-route b, .activation-route small { display: block; }
.activation-route b { font-size: 11px; }
.activation-route small { color: #73747c; font-size: 8px; }
.activation-route > i { height: 1px; position: relative; overflow: hidden; background: #d9d6cf; }
.activation-route > i span { width: 60%; height: 100%; display: block; background: linear-gradient(90deg, var(--violet), var(--lime)); animation: activation-progress 3.8s ease-in-out infinite; }
.activation-route > i::after { content: ""; width: 5px; height: 5px; position: absolute; right: 0; top: -2px; border-radius: 50%; background: var(--lime); }
.activation-picker { min-height: 100px; padding: 13px 18px 12px; display: grid; grid-template-columns: repeat(7, 1fr); align-items: center; gap: 4px; position: relative; z-index: 6; }
.activation-pick { min-width: 0; padding: 5px 2px; display: grid; place-items: center; gap: 4px; color: #6f7079; background: transparent; border: 0; border-radius: 13px; cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease; }
.activation-pick:hover { color: var(--ink); background: #f1eee8; transform: translateY(-2px); }
.activation-pick.is-active { color: var(--ink); background: #ebe7ff; }
.activation-pick .service-mark { width: 38px; height: 38px; border-radius: 12px; }
.activation-pick .service-mark b { font-size: 9px; }
.activation-pick .service-mark-icon { width: 20px; height: 20px; stroke-width: 2; }
.activation-pick .service-mark i { width: 5px; height: 5px; top: 6px; right: 6px; }
.activation-pick-label { max-width: 64px; overflow: hidden; font-size: 8px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.activation-board-foot { min-height: 50px; padding: 0 26px; display: flex; align-items: center; justify-content: space-between; gap: 12px; position: relative; z-index: 6; color: #696a72; background: #efede7; font-size: 9px; font-weight: 750; letter-spacing: .2px; }
.activation-board-foot > span:first-child { display: inline-flex; align-items: center; gap: 7px; }
.activation-board-foot i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: #48bf72; box-shadow: 0 0 0 4px rgba(72,191,114,.12); }
.activation-motion { min-height: 32px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; color: #575861; background: rgba(255,255,255,.72); border: 1px solid rgba(17,19,26,.11); border-radius: 999px; cursor: pointer; font-size: 9px; font-weight: 800; white-space: nowrap; }
.activation-motion:hover { color: var(--violet-dark); border-color: rgba(86,66,220,.28); }
.activation-motion span { min-width: 9px; color: var(--violet-dark); font-size: 9px; text-align: center; }
.activation-motion b { font: inherit; }
.activation-float { position: absolute; z-index: 7; padding: 11px 14px; display: flex; align-items: center; gap: 10px; color: white; background: rgba(23,24,34,.88); border: 1px solid rgba(255,255,255,.16); border-radius: 17px; box-shadow: 0 18px 45px rgba(0,0,0,.28); backdrop-filter: blur(14px); font-size: 9px; line-height: 1.25; animation: float 5.5s ease-in-out infinite; }
.activation-float b { display: block; color: var(--lime); font-size: 11px; }
.activation-float > i { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 26px; border-radius: 50%; color: var(--ink); background: var(--lime); font-style: normal; }
.activation-float-top { right: -5px; top: 24px; }
.activation-float-top > i { width: 9px; height: 9px; flex-basis: 9px; background: #48bf72; box-shadow: 0 0 0 5px rgba(72,191,114,.14); }
.activation-float-bottom { left: -26px; bottom: 35px; animation-delay: -2.6s; }
@keyframes activation-board-float { 0%, 100% { transform: translateY(0) rotate(.7deg); } 50% { transform: translateY(-9px) rotate(-.25deg); } }
@keyframes activation-glow { 0%, 100% { transform: scale(.94); opacity: .72; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes activation-orbit { to { transform: rotate(347deg); } }
@keyframes activation-progress { 0%, 15% { transform: translateX(-105%); } 55%, 100% { transform: translateX(175%); } }
@keyframes activation-shine { 0%, 68% { transform: translateX(0) rotate(18deg); opacity: 0; } 76% { opacity: .8; } 92%, 100% { transform: translateX(820px) rotate(18deg); opacity: 0; } }
.service-offer { background: var(--white); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.offer-grid article { min-height: 285px; padding: 27px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.offer-grid article:nth-child(2) { color: white; background: var(--violet-dark); border-color: var(--violet-dark); }
.offer-grid article:nth-child(3) { background: var(--lime); }
.offer-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; opacity: .55; }
.offer-grid h3 { margin: auto 0 9px; font-size: 27px; letter-spacing: -1px; }
.offer-grid p { margin: 0; color: #666771; font-size: 14px; }
.offer-grid article:nth-child(2) p { color: #d7d2f5; }
.offer-grid article:nth-child(3) p { color: #41432f; }
.service-legal-note { max-width: 850px; margin: 24px 0 0; color: #5b5d65; font-size: 12px; }
.filter-block { margin-bottom: 34px; }
.filter-label { margin: 0 0 10px; color: #565861; font-size: 10px; font-weight: 850; letter-spacing: 1.2px; text-transform: uppercase; }
.filter-block .filters { margin-bottom: 0; }
.filters button { min-height: 44px; position: relative; font-weight: 650; }
.filters button::after { content: ""; position: absolute; inset: -5px; }
.footer-button { margin: 11px 0; padding: 0; display: block; color: inherit; background: none; border: 0; cursor: pointer; font: inherit; font-size: 13px; text-align: left; }
.footer-button:hover { color: var(--lime); }
.floating-action { position: fixed; z-index: 78; min-height: 46px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid rgba(17,19,26,.14); border-radius: 999px; color: var(--ink); background: rgba(255,254,250,.95); box-shadow: 0 16px 45px rgba(17,19,26,.18); cursor: pointer; backdrop-filter: blur(12px); font-weight: 800; }
.chat-launcher { left: 20px; bottom: 20px; color: white; background: var(--violet-dark); border-color: rgba(255,255,255,.2); }
.chat-launcher span { color: var(--lime); font-size: 9px; }
.chat-launcher.has-native-chat { display: none; }
.back-to-top { right: 20px; bottom: 92px; }
.back-to-top span { color: var(--violet-dark); font-size: 18px; }
.back-to-top b { font-size: 12px; }
.consent-banner { position: fixed; z-index: 90; bottom: 24px; left: 50%; width: min(820px, calc(100vw - 32px)); padding: 18px 54px 18px 22px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; color: white; background: rgba(14,16,23,.97); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; box-shadow: 0 24px 80px rgba(0,0,0,.34); transform: translateX(-50%); backdrop-filter: blur(16px); }
.consent-banner b { font-size: 15px; }
.consent-banner p { max-width: 650px; margin: 5px 0 0; color: #afadb7; font-size: 12px; }
.consent-actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.consent-link { padding: 8px 4px; color: #d7d3e8; background: none; border: 0; cursor: pointer; font-size: 12px; font-weight: 700; }
.consent-link:hover { color: var(--lime); }
.cookie-notice-close { position: absolute; top: 4px; right: 6px; width: 44px; height: 44px; color: #d7d3e8; background: transparent; border: 0; border-radius: 50%; cursor: pointer; font-size: 23px; line-height: 1; }
.cookie-notice-close:hover { color: white; background: rgba(255,255,255,.1); }
.consent-dialog { width: min(650px, calc(100vw - 30px)); padding: 0; color: var(--ink); background: var(--white); border: 0; border-radius: 27px; box-shadow: 0 35px 120px rgba(0,0,0,.4); }
.consent-dialog::backdrop { background: rgba(8,9,13,.72); backdrop-filter: blur(5px); }
.consent-dialog form { padding: 27px; }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.dialog-head span { color: var(--violet-dark); font-size: 9px; font-weight: 900; letter-spacing: 1.3px; }
.dialog-head h2 { margin: 5px 0 0; font-size: 32px; letter-spacing: -1.2px; }
.dialog-close { width: 38px; height: 38px; flex: 0 0 auto; color: #676871; background: var(--paper); border: 0; border-radius: 50%; cursor: pointer; font-size: 24px; }
.consent-dialog form > p { color: var(--muted); font-size: 13px; }
.consent-dialog label { padding: 15px 0; display: grid; grid-template-columns: 24px 1fr; gap: 12px; border-top: 1px solid var(--line); cursor: pointer; }
.consent-dialog label input { width: 18px; height: 18px; accent-color: var(--violet-dark); }
.consent-dialog label b, .consent-dialog label small { display: block; }
.consent-dialog label small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.cookie-service-list { margin: 20px 0; border-block: 1px solid var(--line); }
.cookie-service-list article { padding: 16px 0; }
.cookie-service-list article + article { border-top: 1px solid var(--line); }
.cookie-service-list b, .cookie-service-list small { display: block; }
.cookie-service-list small { margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.dialog-actions { padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); }
.dialog-actions a { color: var(--violet-dark); font-size: 12px; font-weight: 750; }
.legal-date { padding: 10px 13px; display: inline-block; color: var(--violet-dark) !important; background: #efecff; border-radius: 999px; font-size: 11px !important; font-weight: 800; }
.prose a { color: var(--violet-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-account-note { max-width: 800px; margin: 42px auto 0; padding: 30px 32px; color: white; background: linear-gradient(135deg, var(--ink), #27213f); border-radius: 26px; }
.legal-account-note > span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: 1.4px; }
.legal-account-note h2 { margin: 13px 0 9px; font-size: 27px; letter-spacing: -1px; }
.legal-account-note p { margin: 0; color: #d2cedc; line-height: 1.65; }

@media (max-width: 1060px) {
  .hero-grid { grid-template-columns: 1fr; }
  .activation-stage { width: min(720px, 100%); margin: 10px auto 20px; }
  .activation-board { width: min(590px, calc(100% - 70px)); }
}

@media (max-width: 760px) {
  .hero-grid { padding-top: 55px; }
  .hero h1 { font-size: clamp(48px, 13vw, 64px); letter-spacing: -3.5px; }
  .hero-copy > p { font-size: 16px; }
  .activation-stage { min-height: 555px; margin-top: 28px; }
  .activation-orbit, .activation-float { display: none; }
  .activation-board { width: 100%; min-height: 0; border-radius: 23px; animation-duration: 8s; }
  .activation-board-head { min-height: 82px; padding: 19px; }
  .activation-board-head b { font-size: 22px; }
  .activation-board-head > i { font-size: 8px; }
  .activation-viewport { height: 188px; }
  .activation-slide { padding: 20px 18px; }
  .activation-service { align-items: flex-start; }
  .activation-service-title { gap: 10px; }
  .activation-service-title .service-mark { width: 50px; height: 50px; flex-basis: 50px; }
  .activation-service-title b { font-size: 23px; }
  .activation-service-title small { max-width: 135px; }
  .activation-price strong { font-size: 14px; }
  .activation-price em { max-width: 85px; }
  .activation-route { min-height: 91px; padding-inline: 15px; grid-template-columns: 1fr 18px 1fr 18px 1fr; }
  .activation-route small { display: none; }
  .activation-picker { min-height: 82px; padding-inline: 8px; }
  .activation-pick { gap: 2px; }
  .activation-pick .service-mark { width: 34px; height: 34px; }
  .activation-pick-label { display: none; }
  .activation-board-foot { padding-inline: 16px; }
  .activation-motion { min-width: 78px; min-height: 44px; padding-inline: 10px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-grid article { min-height: 230px; }
  .consent-banner { bottom: 24px; padding: 18px 52px 18px 18px; grid-template-columns: 1fr; gap: 15px; }
  .consent-actions { justify-content: flex-start; }
  .consent-actions .button { width: 100%; }
  .dialog-head h2 { font-size: 26px; }
  .dialog-actions { align-items: stretch; flex-direction: column; }
  .dialog-actions .button { width: 100%; }
  .chat-launcher { left: 12px; bottom: 12px; }
  .back-to-top { right: 12px; bottom: 78px; width: 46px; padding: 0; }
  .back-to-top b { display: none; }
}

/* mobile-experience-v3 */
.mobile-nav-meta { display: none; }
.chat-launcher b { font: inherit; }
@media (max-width: 760px) {
  body.menu-open { overflow: hidden; }
  body.menu-open::before { content: ""; position: fixed; z-index: 45; inset: 66px 0 0; background: rgba(8, 9, 13, .52); backdrop-filter: blur(3px); }

  .menu-button span { transition: transform .2s ease, opacity .2s ease; transform-origin: center; }
  .menu-button[aria-expanded="true"] span { width: 20px; position: absolute; left: 12px; top: 17px; margin: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(4px) rotate(-45deg); }
  .main-nav { top: 74px; z-index: 3; padding: 12px; border-radius: 22px; }
  .main-nav a,
  .main-nav a:nth-last-child(-n+2) { min-height: 48px; padding: 0 14px; display: flex; align-items: center; border-radius: 12px; }
  .main-nav a:hover { background: #f1eee8; }
  .mobile-nav-meta { margin-top: 8px; padding: 14px; display: grid; gap: 12px; background: var(--paper); border-radius: 16px; }
  .mobile-nav-meta span { display: flex; align-items: center; gap: 9px; color: #555761; font-size: 12px; font-weight: 700; }
  .mobile-nav-meta i { width: 8px; height: 8px; display: block; flex: 0 0 8px; border-radius: 50%; background: #48bf72; box-shadow: 0 0 0 5px rgba(72,191,114,.13); }
  .mobile-nav-meta .button { width: 100%; justify-content: center; color: white; background: var(--violet-dark); }
  .mobile-nav-chat { min-height: 48px; color: var(--violet-dark); background: transparent; border: 1px solid rgba(86,66,220,.22); border-radius: 999px; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; }

  .page-hero,
  .page-hero.compact { padding: 34px 0 50px; }
  .breadcrumbs { max-width: 100%; margin-bottom: 28px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .page-hero-grid { gap: 16px; }
  .section { padding: 70px 0; }
  .catalog-page { padding-top: 54px; }
  .catalog-search { margin-top: 28px; }
  .filter-block { position: relative; }
  .filters { padding: 2px 26px 6px 0; scroll-snap-type: x proximity; mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 26px), transparent 100%); }
  .filters button { min-height: 46px; scroll-snap-align: start; }
  .product-card { min-height: 330px; padding: 0; }
  .product-card-link, .product-card-upcoming { padding: 22px; }
  .card-bottom { align-items: stretch; flex-direction: column; }
  .card-cta { width: 100%; min-height: 48px; font-size: 12px; }

  .product-hero { padding-top: 28px; padding-bottom: 58px; }
  .product-hero .breadcrumbs { margin-bottom: 30px; }
  .product-hero-grid { gap: 30px; }
  .product-hero h1 { overflow-wrap: anywhere; font-size: clamp(58px, 17vw, 68px); letter-spacing: -4px; }
  .product-hero-actions { width: 100%; gap: 16px; }
  .product-hero-actions .button { width: 100%; }
  .product-summary { padding: 22px; }
  .plans { padding-top: 64px; }
  .plan-row { padding: 22px 0; gap: 20px; }
  .plan-row-recommended { padding: 22px; }
  .plan-benefits { margin-top: 17px; padding: 16px; }
  .plan-benefits > p { font-size: 14px; }
  .plan-benefits li { font-size: 13px; }
  .plan-buy { width: 100%; justify-items: start; }
  .plan-buy > small { margin-top: 2px; line-height: 1.4; }
  .benefit-source-note { margin-top: 18px; }
  .price-note { padding: 20px; }

  .info-content { padding-top: 64px; }
  .long-steps article { padding: 28px 0; grid-template-columns: 56px 1fr; gap: 16px; }
  .long-steps article > span { font-size: 30px; }
  .long-steps h2 { font-size: 27px; line-height: 1.05; }
  .support-cards article { min-height: auto; padding: 28px; }
  .support-cards h2 { margin-top: 48px; font-size: 34px; }
  .support-cards .button { width: 100%; }
  .notice-block { padding: 26px; }
  .notice-block strong { font-size: 32px; }
  .prose h2 { margin-top: 38px; font-size: 30px; line-height: 1.08; }
  .prose p { font-size: 16px; }
  .legal-account-note { padding: 25px; border-radius: 22px; }
  .legal-account-note h2 { font-size: 25px; }
  .final-cta .button { width: 100%; }
  .not-found-section { min-height: 64vh; padding: 28px 0 220px; }
  .not-found-code { margin-bottom: -8px; font-size: clamp(112px, 38vw, 150px); letter-spacing: -8px; }
  .not-found-card h1 { font-size: clamp(40px, 12vw, 52px); letter-spacing: -3px; }
  .not-found-card > p:not(.not-found-code, .section-index) { margin-top: 16px; font-size: 16px; }
  .not-found-actions { margin-top: 20px; }
  .footer-grid a,
  .footer-button { min-height: 44px; margin: 0; display: flex; align-items: center; }

  .floating-actions { padding: 12px 14px calc(16px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 10px; background: var(--ink); }
  .floating-action { position: static; transform: none; box-shadow: none; backdrop-filter: none; }
  .chat-launcher { width: auto; height: 50px; min-height: 50px; padding: 0 18px; flex: 1; border-radius: 999px; }
  .chat-launcher span { color: var(--lime); font-size: 9px; }
  .chat-launcher b { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }
  .back-to-top { width: 50px; height: 50px; min-height: 50px; padding: 0; flex: 0 0 50px; }

  .consent-banner { bottom: calc(82px + env(safe-area-inset-bottom)); width: calc(100vw - 16px); padding: 15px 48px 15px 15px; gap: 10px; border-radius: 19px; }
  .consent-banner b { font-size: 14px; }
  .consent-banner p { font-size: 11px; line-height: 1.45; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .consent-actions .button { grid-column: 1 / -1; min-height: 44px; }
  .consent-link { min-height: 44px; padding: 8px; }

  .activation-board-head > i { font-size: 11px; line-height: 1.35; }
  .activation-service-title span,
  .activation-price small,
  .activation-price em { font-size: 10px; }
  .activation-open { font-size: 12px; }
  .activation-route b { font-size: 11px; }
  .activation-picker { min-height: 92px; padding: 8px 12px; display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 64px; justify-content: start; gap: 4px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: none; }
  .activation-picker::-webkit-scrollbar { display: none; }
  .activation-pick { min-height: 70px; padding: 6px 3px; scroll-snap-align: start; }
  .activation-pick-label { max-width: 60px; display: block; font-size: 10px; }
  .activation-board-foot { min-height: 58px; padding-inline: 13px; font-size: 11px; }
  .activation-motion { font-size: 11px; }
  .activation-motion span { font-size: 11px; }
}
