: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));
}

* { 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; }
.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: 25px; 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%); }
.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 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: end; border-top: 1px solid var(--line); }
.price-block { display: grid; 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; }
.circle-link { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 19px; transition: .2s ease; }
.circle-link:hover { transform: rotate(45deg); color: var(--ink); background: var(--lime); }
.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); }

.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; }

.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; }
.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-row { padding: 26px 28px; display: grid; grid-template-columns: 1fr 300px; align-items: center; gap: 40px; 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-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; }

.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); }
.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); }
  .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) {
  :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; }
  .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; }
  .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-board { position: relative; z-index: 2; overflow: hidden; color: var(--ink); background: rgba(255, 254, 250, .97); border: 1px solid rgba(255,255,255,.55); border-radius: 30px; box-shadow: 0 45px 110px rgba(0,0,0,.4); transform: rotate(1deg); }
.activation-board::before { content: ""; position: absolute; width: 180px; height: 180px; right: -65px; top: -70px; border-radius: 50%; background: var(--lime); opacity: .6; filter: blur(2px); }
.activation-board-head { min-height: 94px; padding: 24px 27px; display: flex; align-items: center; justify-content: space-between; gap: 18px; position: relative; 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: 26px; letter-spacing: -1px; }
.activation-board-head > i { color: #656670; font-size: 10px; line-height: 1.4; font-style: normal; text-align: right; }
.activation-list { padding: 5px 14px; }
.activation-list > a { min-height: 57px; padding: 8px 12px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(17,19,26,.09); transition: transform .18s ease, background .18s ease; }
.activation-list > a:last-child { border-bottom: 0; }
.activation-list > a:hover { transform: translateX(4px); background: #f2efff; border-radius: 14px; }
.activation-list .service-mark { width: 39px; height: 39px; border-radius: 12px; }
.activation-list .service-mark b { font-size: 11px; }
.activation-list .service-mark i { width: 5px; height: 5px; top: 6px; right: 6px; }
.activation-list > a > span { min-width: 0; }
.activation-list > a > span b { display: block; font-size: 14px; }
.activation-list > a > span small { display: block; overflow: hidden; color: #5b5d65; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.activation-list > a > strong { color: #3e3f47; font-size: 11px; white-space: nowrap; }
.activation-list > a > strong i { margin-left: 5px; color: var(--violet-dark); font-style: normal; }
.activation-board-foot { min-height: 49px; padding: 0 26px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #696a72; background: #efede7; font-size: 9px; font-weight: 750; letter-spacing: .3px; }
.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; left: 50%; bottom: 18px; width: min(1050px, calc(100vw - 32px)); padding: 20px 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 30px 100px rgba(0,0,0,.42); 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); }
.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; }
.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; }

@media (max-width: 1060px) {
  .hero-grid { grid-template-columns: 1fr; }
  .activation-board { width: min(680px, 100%); margin: 0 auto 25px; transform: none; }
}

@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-board { margin-top: 38px; border-radius: 23px; }
  .activation-board-head { min-height: 82px; padding: 19px; }
  .activation-board-head b { font-size: 22px; }
  .activation-list { padding-inline: 7px; }
  .activation-list > a { grid-template-columns: 38px 1fr; }
  .activation-list > a > strong { grid-column: 2; margin-top: -8px; }
  .activation-board-foot { padding-inline: 16px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-grid article { min-height: 230px; }
  .consent-banner { bottom: 10px; padding: 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; }
}