:root {
  --night: #061126;
  --night-2: #0a1a35;
  --night-3: #10264a;
  --ice: #f2f7fb;
  --paper: #ffffff;
  --ink: #07162f;
  --ink-soft: #40516a;
  --text: #edf8ff;
  --muted: #96abc3;
  --cyan: #17d7e8;
  --cyan-soft: #79f2fb;
  --violet: #9c4df4;
  --violet-bright: #c260ff;
  --line-dark: rgba(141, 221, 245, 0.17);
  --line-light: rgba(6, 28, 58, 0.1);
  --shadow-dark: 0 26px 70px rgba(0, 0, 0, 0.34);
  --shadow-light: 0 24px 65px rgba(21, 44, 75, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --shell: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

[id] {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--night);
  color: var(--text);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.65;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 78% 10%, rgba(23, 215, 232, 0.13), transparent 27%),
    radial-gradient(circle at 12% 34%, rgba(156, 77, 244, 0.12), transparent 24%);
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 14px;
  padding: 10px 16px;
  transform: translateY(-150%);
  border-radius: var(--radius-sm);
  background: var(--cyan);
  color: var(--ink);
  font-weight: 600;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.shell {
  width: min(calc(100% - 44px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  background: rgba(6, 17, 38, 0.88);
  border-top: 3px solid var(--cyan);
  border-bottom: 1px solid rgba(121, 242, 251, 0.1);
  backdrop-filter: blur(18px);
}

.nav-wrap,
.site-nav,
.hero-actions,
.hero-boundaries,
.module-rail,
.section-heading,
.bundle-title,
.cookie-actions,
.footer-grid {
  display: flex;
  align-items: center;
}

.nav-wrap {
  justify-content: space-between;
  min-height: 82px;
}

.brand {
  display: block;
  width: 121px;
  height: 66px;
  overflow: hidden;
  border: 1px solid rgba(121, 242, 251, 0.28);
  border-radius: 14px;
  background: #f8fbfd;
  box-shadow: 0 8px 28px rgba(23, 215, 232, 0.12);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.site-nav {
  gap: 30px;
  color: #b5c5d8;
  font-size: 0.9rem;
}

.site-nav a {
  position: relative;
  transition: color 160ms ease;
}

.site-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--cyan);
  content: "";
  transition: transform 160ms ease;
}

.site-nav a:hover {
  color: var(--text);
}

.site-nav > a:not(.nav-cta):hover::after {
  transform: scaleX(1);
}

.site-nav .nav-cta {
  padding: 11px 19px;
  border: 1px solid rgba(121, 242, 251, 0.42);
  border-radius: 999px;
  color: var(--cyan-soft);
  box-shadow: inset 0 0 22px rgba(23, 215, 232, 0.06);
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  background: var(--night-2);
  cursor: pointer;
}

.menu-button span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 2px;
  background: var(--cyan-soft);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.94fr);
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
  min-height: calc(100vh - 85px);
  padding-block: 86px 102px;
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: 9%;
  right: -18%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(156, 77, 244, 0.18), transparent 64%);
  content: "";
  filter: blur(12px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
}

.hero .eyebrow span {
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--violet-bright));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.1;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  margin-bottom: 26px;
  color: #f7fbff;
  font-size: clamp(3.35rem, 6vw, 5.8rem);
  letter-spacing: -0.06em;
}

h1 em {
  background: linear-gradient(90deg, var(--cyan-soft), var(--violet-bright));
  background-clip: text;
  color: transparent;
  font-style: normal;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  letter-spacing: -0.05em;
}

h3 {
  font-size: 1.3rem;
  letter-spacing: -0.025em;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: #aebfd2;
  font-size: clamp(1.04rem, 1.4vw, 1.18rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 15px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 21px;
  border: 1px solid rgba(121, 242, 251, 0.24);
  border-radius: 999px;
  background: rgba(12, 35, 68, 0.9);
  color: #d9e9f7;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: rgba(121, 242, 251, 0.68);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.24);
}

.button:active {
  transform: translateY(0);
}

.button-primary {
  border-color: transparent;
  background: linear-gradient(115deg, #08c7df, #7b5cf2 58%, #b147eb);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(69, 95, 235, 0.34);
}

.button-primary span {
  margin-left: 10px;
  font-size: 1.15rem;
}

.button-quiet {
  background: rgba(10, 29, 57, 0.72);
}

.hero-boundaries {
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 27px;
  color: #7f94ad;
  font-size: 0.76rem;
}

.hero-boundaries span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-boundaries span::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(23, 215, 232, 0.8);
  content: "";
}

.brand-stage {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(121, 242, 251, 0.18);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(16, 38, 74, 0.9), rgba(7, 20, 43, 0.96));
  box-shadow: var(--shadow-dark), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.brand-stage::before {
  position: absolute;
  z-index: -1;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(23, 215, 232, 0.32), transparent 38%, transparent 62%, rgba(194, 96, 255, 0.32));
  content: "";
}

.logo-frame {
  overflow: hidden;
  border-radius: 23px;
  background: #f8fbfd;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25), 0 0 55px rgba(23, 215, 232, 0.1);
}

.logo-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 1.84 / 1;
  object-fit: cover;
}

.module-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 16px;
}

.module-rail a {
  min-width: 0;
  padding: 13px 10px;
  border: 1px solid rgba(121, 242, 251, 0.12);
  border-radius: 13px;
  background: rgba(4, 15, 34, 0.65);
  text-align: center;
  transition: background 160ms ease, border-color 160ms ease;
}

.module-rail a:hover {
  border-color: rgba(121, 242, 251, 0.5);
  background: rgba(23, 215, 232, 0.08);
}

.module-rail span,
.module-rail strong {
  display: block;
}

.module-rail span {
  color: var(--violet-bright);
  font-size: 0.65rem;
}

.module-rail strong {
  margin-top: 3px;
  color: #ddecf7;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}

.stage-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 17px 4px 1px;
  color: #849ab4;
  font-size: 0.74rem;
}

.stage-note span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(23, 215, 232, 0.9);
}

.trust-strip {
  border-top: 1px solid rgba(121, 242, 251, 0.1);
  border-bottom: 1px solid rgba(121, 242, 251, 0.1);
  background: rgba(9, 28, 56, 0.75);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid div {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 96px;
  padding: 22px 24px;
  color: #a8bbcf;
  font-size: 0.84rem;
}

.trust-grid div:not(:last-child) {
  border-right: 1px solid rgba(121, 242, 251, 0.1);
}

.trust-grid strong {
  color: var(--cyan);
  font-size: 0.73rem;
}

.section {
  position: relative;
  padding-block: 112px;
}

#products,
#access,
#legal {
  background: var(--ice);
  color: var(--ink);
  box-shadow: 0 0 0 100vmax var(--ice);
  clip-path: inset(0 -100vmax);
}

#products .eyebrow,
#access .eyebrow,
#legal .eyebrow {
  color: #5647d9;
}

.section-heading {
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.section-heading h2 {
  max-width: 790px;
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 360px;
  margin: 0;
  color: inherit;
  opacity: 0.67;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-card,
.bundle-card {
  position: relative;
  overflow: hidden;
  padding: 27px;
  border-radius: var(--radius-lg);
}

.product-card {
  display: flex;
  min-height: 450px;
  flex-direction: column;
  border: 1px solid rgba(7, 22, 47, 0.08);
  background: var(--paper);
  box-shadow: var(--shadow-light);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  content: "";
}

.product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 30px 75px rgba(21, 44, 75, 0.17);
}

.product-card:target {
  box-shadow: 0 0 0 3px rgba(23, 215, 232, 0.32), var(--shadow-light);
}

.product-index {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(23, 215, 232, 0.16), rgba(156, 77, 244, 0.16));
  color: #4b45d9;
  font-size: 0.74rem;
}

.product-type {
  margin-bottom: 8px;
  color: #7a43df;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
}

.product-card h3 {
  margin-bottom: 16px;
  color: var(--ink);
}

.product-card > p:not(.product-type) {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.price {
  display: flex;
  align-items: baseline;
  margin: auto 0 12px;
}

.price span {
  align-self: flex-start;
  margin: 10px 4px 0 0;
  color: #68798d;
  font-size: 0.72rem;
}

.price strong {
  color: var(--ink);
  font-size: 2.65rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.price small,
.bundle-price span {
  margin-left: 6px;
  color: #76889b;
  font-size: 0.75rem;
  font-weight: 600;
}

.billing-note {
  display: grid;
  gap: 3px;
  margin: 0 0 20px;
  padding: 12px 13px;
  border: 1px solid rgba(17, 113, 159, 0.16);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(23, 215, 232, 0.1), rgba(156, 77, 244, 0.08));
}

.billing-note strong {
  color: #18385c;
  font-size: 0.75rem;
}

.billing-note span {
  color: #657a90;
  font-size: 0.71rem;
  line-height: 1.45;
}

.product-card .button {
  width: 100%;
  border-color: transparent;
  background: var(--ink);
  color: #ffffff;
}

.product-card .button:hover {
  background: linear-gradient(115deg, #0c5672, #4e43c6 62%, #7d37c9);
}

#bundles {
  padding-block: 126px;
}

.bundle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bundle-card {
  display: flex;
  min-height: 385px;
  flex-direction: column;
  border: 1px solid rgba(121, 242, 251, 0.15);
  background: linear-gradient(145deg, rgba(16, 38, 74, 0.88), rgba(7, 21, 44, 0.94));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.23);
  transition: transform 180ms ease, border-color 180ms ease;
}

.bundle-card:hover {
  transform: translateY(-6px);
  border-color: rgba(121, 242, 251, 0.42);
}

.bundle-title {
  justify-content: space-between;
  gap: 16px;
}

.bundle-title h3 {
  margin-bottom: 0;
  color: #f0f8ff;
}

.bundle-title > span,
.recommendation {
  color: var(--cyan);
  font-size: 0.65rem;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.bundle-card > p {
  margin: 20px 0 28px;
  color: #94a9c0;
  font-size: 0.88rem;
}

.bundle-price {
  display: flex;
  align-items: baseline;
  margin-top: auto;
  margin-bottom: 12px;
}

.bundle-price strong {
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.bundle-price span {
  color: #8fa4bb;
}

.bundle-card .billing-note {
  margin-bottom: 20px;
  border-color: rgba(121, 242, 251, 0.16);
  background: rgba(121, 242, 251, 0.07);
}

.bundle-card .billing-note strong {
  color: #dffbff;
}

.bundle-card .billing-note span {
  color: #9fb5ca;
}

.featured {
  border-color: rgba(194, 96, 255, 0.7);
  background:
    radial-gradient(circle at 90% 0%, rgba(194, 96, 255, 0.2), transparent 38%),
    linear-gradient(145deg, rgba(25, 52, 93, 0.96), rgba(12, 27, 58, 0.98));
  box-shadow: 0 25px 70px rgba(109, 55, 210, 0.25);
}

.recommendation {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 17px;
  padding: 8px 11px;
  border: 1px solid rgba(194, 96, 255, 0.5);
  border-radius: 999px;
  background: rgba(156, 77, 244, 0.1);
  color: #e5b7ff;
}

.access-panel,
.risk-panel,
.legal-panel {
  border-radius: var(--radius-xl);
}

.access-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 8vw, 100px);
  padding: clamp(34px, 6vw, 74px);
  background: var(--night);
  color: var(--text);
  box-shadow: var(--shadow-light);
}

.access-panel .eyebrow {
  color: var(--cyan) !important;
}

.access-intro p:last-child,
.risk-panel > p:not(.risk-label),
.legal-copy > p:last-of-type {
  color: #9db0c5;
}

.steps-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 21px;
  border: 1px solid rgba(121, 242, 251, 0.13);
  border-radius: var(--radius-md);
  background: rgba(14, 39, 75, 0.65);
}

.steps-list li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(23, 215, 232, 0.18), rgba(156, 77, 244, 0.2));
  color: var(--cyan-soft);
  font-size: 0.73rem;
}

.steps-list strong {
  display: block;
}

.steps-list p {
  margin: 5px 0 0;
  color: #94a9c0;
  font-size: 0.86rem;
}

.risk-panel {
  position: relative;
  max-width: 980px;
  margin-inline: auto;
  overflow: hidden;
  padding: clamp(36px, 6vw, 76px);
  border: 1px solid rgba(194, 96, 255, 0.28);
  background:
    radial-gradient(circle at 15% 10%, rgba(23, 215, 232, 0.12), transparent 35%),
    radial-gradient(circle at 88% 90%, rgba(194, 96, 255, 0.17), transparent 35%),
    #0a1933;
  text-align: center;
  box-shadow: var(--shadow-dark);
}

.risk-label {
  color: var(--violet-bright);
  font-size: 0.72rem;
  letter-spacing: 0.19em;
}

.risk-panel h2 {
  max-width: 720px;
  margin-inline: auto;
}

.risk-panel > p:not(.risk-label) {
  max-width: 770px;
  margin: 0 auto 30px;
}

.faq-section {
  max-width: 980px;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  overflow: hidden;
  padding: 0 24px;
  border: 1px solid rgba(121, 242, 251, 0.14);
  border-radius: var(--radius-md);
  background: rgba(11, 31, 61, 0.68);
}

.faq-list details[open] {
  border-color: rgba(121, 242, 251, 0.42);
  background: rgba(14, 38, 73, 0.88);
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  padding: 22px 38px 22px 0;
  color: #e8f5ff;
  cursor: pointer;
  font-weight: 600;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(121, 242, 251, 0.22);
  border-radius: 50%;
  color: var(--cyan);
  content: "+";
  font-size: 1.1rem;
  line-height: 26px;
  text-align: center;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  max-width: 800px;
  padding-bottom: 22px;
  color: #97abc1;
}

.legal-panel {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(38px, 7vw, 88px);
  padding: clamp(34px, 6vw, 72px);
  background: #ffffff;
  box-shadow: var(--shadow-light);
}

.legal-panel .legal-copy > p:last-of-type {
  color: var(--ink-soft);
}

.support-link {
  display: inline-block;
  margin-top: 16px;
  color: #5844d9;
  font-size: 0.9rem;
  font-weight: 600;
}

.support-link:hover,
.legal-links a:hover span,
.check-row a:hover {
  color: #6e3bd9;
}

.legal-links {
  display: grid;
  gap: 12px;
}

.legal-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 62px;
  padding: 14px 18px;
  border: 1px solid rgba(7, 22, 47, 0.08);
  border-radius: 15px;
  background: #f5f9fc;
  color: var(--ink-soft);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.legal-links a:hover {
  transform: translateX(4px);
  border-color: rgba(88, 68, 217, 0.3);
  background: #ffffff;
}

.legal-links strong {
  color: #5844d9;
  font-size: 0.74rem;
  white-space: nowrap;
}

.site-footer {
  padding: 42px 0;
  border-top: 1px solid rgba(121, 242, 251, 0.1);
}

.footer-grid {
  justify-content: space-between;
  gap: 28px;
}

.footer-grid p {
  margin: 0;
  color: #8095ad;
  font-size: 0.78rem;
}

.footer-brand {
  width: 121px;
  height: 66px;
  overflow: hidden;
  border-radius: 12px;
  background: #f7fbfd;
}

.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cookie-notice {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(121, 242, 251, 0.2);
  background: linear-gradient(90deg, rgba(13, 40, 75, 0.98), rgba(20, 31, 74, 0.98));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 96px;
  padding-block: 15px;
}

.cookie-notice strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
}

.cookie-notice p {
  max-width: 700px;
  margin: 0;
  color: #9fb2c7;
  font-size: 0.82rem;
}

.cookie-notice a,
.check-row a {
  color: var(--cyan);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.cookie-actions {
  flex: 0 0 auto;
  gap: 12px;
}

/* Legal center */

.legal-page {
  background: var(--ice);
  color: var(--ink);
}

.legal-page::before {
  display: none;
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 86px;
  background:
    radial-gradient(circle at 82% 18%, rgba(23, 215, 232, 0.16), transparent 31%),
    radial-gradient(circle at 14% 72%, rgba(156, 77, 244, 0.18), transparent 30%),
    var(--night);
  color: var(--text);
}

.legal-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: clamp(42px, 8vw, 112px);
}

.legal-hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
}

.legal-hero .eyebrow span {
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--violet-bright));
}

.legal-hero h1 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(3rem, 6vw, 5.15rem);
}

.legal-hero-copy > p:first-child {
  margin-bottom: 18px;
  color: #adc0d3;
  font-size: 1.03rem;
}

.legal-updated {
  margin: 0;
  color: var(--cyan-soft);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: clamp(34px, 6vw, 78px);
  padding-block: 76px 112px;
}

.legal-toc {
  position: sticky;
  top: 112px;
  padding: 24px;
  border: 1px solid rgba(7, 22, 47, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(21, 44, 75, 0.09);
  backdrop-filter: blur(14px);
}

.legal-toc > p {
  margin-bottom: 14px;
  color: #6844cf;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-toc nav {
  display: grid;
  gap: 4px;
}

.legal-toc nav a {
  padding: 9px 10px;
  border-radius: 10px;
  color: #52657c;
  font-size: 0.82rem;
  transition: background 150ms ease, color 150ms ease;
}

.legal-toc nav a:hover,
.legal-toc nav a:focus-visible {
  background: linear-gradient(90deg, rgba(23, 215, 232, 0.1), rgba(156, 77, 244, 0.08));
  color: #2f3a8d;
}

.legal-back {
  display: inline-block;
  margin: 20px 10px 0;
  color: #5945d2;
  font-size: 0.78rem;
  font-weight: 600;
}

.legal-documents {
  min-width: 0;
}

.policy-card {
  margin-bottom: 26px;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(7, 22, 47, 0.08);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 65px rgba(21, 44, 75, 0.1);
}

.policy-header {
  margin-bottom: 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(7, 22, 47, 0.1);
}

.policy-kicker {
  margin-bottom: 13px;
  color: #6d43d5;
  font-size: 0.73rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.policy-card h2 {
  max-width: 820px;
  margin-bottom: 13px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3rem);
}

.policy-header > p:last-child {
  margin: 0;
  color: #6b7c91;
}

.policy-card section + section {
  margin-top: 32px;
}

.policy-card h3 {
  margin-bottom: 11px;
  color: #172b49;
  font-size: 1.08rem;
}

.policy-card section p,
.policy-card li {
  color: #52657b;
  font-size: 0.95rem;
}

.policy-card section p:last-child,
.policy-card ul:last-child {
  margin-bottom: 0;
}

.policy-card ul {
  display: grid;
  gap: 9px;
  padding-left: 21px;
}

.policy-card a:not(.button) {
  color: #5945d2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.policy-card-dark {
  border-color: rgba(121, 242, 251, 0.16);
  background:
    radial-gradient(circle at 90% 0%, rgba(156, 77, 244, 0.18), transparent 32%),
    #091a35;
  color: var(--text);
  box-shadow: 0 26px 70px rgba(4, 16, 36, 0.26);
}

.policy-card-dark .policy-header {
  border-color: rgba(121, 242, 251, 0.15);
}

.policy-card-dark h2,
.policy-card-dark h3 {
  color: #f0f8ff;
}

.policy-card-dark .policy-kicker,
.policy-card-dark a:not(.button) {
  color: var(--cyan-soft);
}

.policy-card-dark .policy-header > p:last-child,
.policy-card-dark section p,
.policy-card-dark li {
  color: #a5b9cd;
}

.policy-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(7, 22, 47, 0.1);
  border-radius: 16px;
}

.policy-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  color: #52657b;
  font-size: 0.85rem;
  text-align: left;
}

.policy-table th,
.policy-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(7, 22, 47, 0.08);
  vertical-align: top;
}

.policy-table th {
  background: #eef5fa;
  color: #243b5a;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.policy-table tr:last-child td {
  border-bottom: 0;
}

.policy-table td:last-child {
  color: #4338a6;
  font-weight: 600;
  white-space: nowrap;
}

.legal-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 44px;
  padding: clamp(28px, 5vw, 46px);
  border-radius: 26px;
  background: linear-gradient(135deg, #0b2446, #171d4d);
  color: var(--text);
}

.legal-contact .eyebrow {
  margin-bottom: 10px;
}

.legal-contact h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.legal-contact .button {
  flex: 0 0 auto;
}

.legal-footer {
  background: var(--night);
  color: var(--text);
}

.checkout-dialog {
  width: min(calc(100% - 32px), 620px);
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 1px solid rgba(121, 242, 251, 0.24);
  border-radius: var(--radius-xl);
  background: #0a1933;
  color: var(--text);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
}

.checkout-dialog::backdrop {
  background: rgba(2, 8, 20, 0.78);
  backdrop-filter: blur(8px);
}

.dialog-shell {
  position: relative;
  padding: clamp(28px, 6vw, 52px);
}

.dialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(121, 242, 251, 0.18);
  border-radius: 50%;
  background: #10284d;
  color: #b8cada;
  font-size: 1.5rem;
  cursor: pointer;
}

.dialog-shell h2 {
  padding-right: 36px;
  font-size: clamp(1.75rem, 5vw, 2.45rem);
}

.dialog-price {
  margin: -8px 0 12px;
  color: var(--cyan);
  font-size: 1.08rem;
  font-weight: 700;
}

.renewal-callout {
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(121, 242, 251, 0.22);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(23, 215, 232, 0.1), rgba(156, 77, 244, 0.12));
  color: #d8f8ff;
  font-size: 0.88rem;
  line-height: 1.55;
}

.dialog-shell > label:not(.check-row) {
  display: grid;
  gap: 9px;
  margin-top: 18px;
  color: #a6b9cd;
  font-size: 0.82rem;
}

.dialog-shell input[type="text"],
.dialog-shell input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid rgba(121, 242, 251, 0.17);
  border-radius: 14px;
  background: rgba(4, 15, 34, 0.78);
  color: #ffffff;
}

.check-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  margin-top: 22px;
  color: #a3b6ca;
  font-size: 0.8rem;
}

.check-row input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--cyan);
}

.dialog-submit {
  width: 100%;
  margin-top: 26px;
}

.form-status {
  margin: 18px 0 0;
  color: #d28fff;
  font-size: 0.82rem;
}

.dialog-footnote {
  display: block;
  margin-top: 16px;
  color: #8398b0;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bundle-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
    gap: 48px;
  }

  .legal-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
  }
}

@media (max-width: 880px) {
  .site-header {
    border-top-width: 2px;
  }

  .nav-wrap {
    min-height: 74px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
    padding: 20px;
    border: 1px solid var(--line-dark);
    border-radius: 20px;
    background: rgba(8, 25, 51, 0.98);
    box-shadow: var(--shadow-dark);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 10px 12px;
  }

  .site-nav > a:not(.nav-cta)::after {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-block: 76px 94px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .brand-stage {
    max-width: 650px;
  }

  .section-heading,
  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .access-panel,
  .legal-panel {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid div:nth-child(2) {
    border-right: 0;
  }

  .trust-grid div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(121, 242, 251, 0.1);
  }

  .cookie-notice-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .cookie-actions .button {
    flex: 1;
  }

  .legal-hero-inner,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-hero-inner {
    align-items: start;
  }

  .legal-hero-copy {
    max-width: 700px;
  }

  .legal-toc {
    position: static;
  }

  .legal-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .brand {
    width: 99px;
    height: 54px;
  }

  .hero {
    gap: 58px;
    padding-top: 58px;
  }

  h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .module-rail,
  .product-grid,
  .bundle-grid,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .module-rail a {
    padding: 12px 8px;
  }

  .trust-grid div {
    min-height: 90px;
    padding: 17px;
  }

  .trust-grid div:nth-child(2n) {
    border-right: 0;
  }

  .trust-grid div:nth-child(3) {
    border-bottom: 0;
  }

  .section,
  #bundles {
    padding-block: 82px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .product-grid,
  .bundle-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 405px;
  }

  .access-panel,
  .risk-panel,
  .legal-panel {
    padding: 29px 22px;
    border-radius: 24px;
  }

  .steps-list li {
    grid-template-columns: 44px 1fr;
    gap: 13px;
    padding: 17px;
  }

  .steps-list li > span {
    width: 42px;
    height: 42px;
  }

  .legal-links a {
    align-items: flex-start;
  }

  .cookie-notice-inner {
    min-height: 0;
    padding-block: 18px;
  }

  .cookie-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .legal-hero {
    padding: 64px 0 58px;
  }

  .legal-layout {
    padding-block: 44px 78px;
  }

  .legal-toc {
    padding: 18px;
    border-radius: 18px;
  }

  .legal-toc nav {
    grid-template-columns: 1fr;
  }

  .policy-card {
    padding: 28px 21px;
    border-radius: 22px;
  }

  .policy-header {
    margin-bottom: 30px;
    padding-bottom: 24px;
  }

  .legal-contact {
    align-items: stretch;
    flex-direction: column;
  }

  .legal-contact .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* TRIGON_FINAL_LAYOUT_FIX_V6 */
@media (min-width: 881px) {
  .hero { grid-template-columns: minmax(0, 1.08fr) minmax(470px, 0.92fr); gap: clamp(44px, 5vw, 76px); }
  .hero-copy { min-width: 0; }
  .hero h1 { max-width: 100%; overflow-wrap: normal; word-break: normal; font-size: clamp(3.2rem, 5.55vw, 5.25rem); }
}
.menu-button { position: relative; padding: 0; }
.menu-button span:not(.sr-only) { position: absolute; left: 50%; display: block; width: 20px; height: 2px; margin: 0; transform: translateX(-50%); transition: top 160ms ease, opacity 120ms ease, transform 160ms ease; }
.menu-button span:nth-child(1) { top: 16px; }
.menu-button span:nth-child(2) { top: 22px; }
.menu-button span:nth-child(3) { top: 28px; }
.menu-button[aria-expanded="true"] span:nth-child(1), .menu-button[aria-expanded="true"] span:nth-child(3) { top: 22px; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateX(-50%) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateX(-50%) rotate(-45deg); }
.dialog-close { display: block; padding: 0; color: transparent; font-size: 0; line-height: 0; }
.dialog-close::before, .dialog-close::after { position: absolute; top: 50%; left: 50%; width: 15px; height: 2px; border-radius: 999px; background: #b8cada; content: ""; }
.dialog-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.dialog-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
