:root {
  --cb-core: #88fcff;
  --cb-core-soft: rgba(136, 252, 255, 0.18);
  --cb-support: #8affb4;
  --cb-support-soft: #eefff4;
  --cb-white: #ffffff;

  --bg: #061118;
  --bg-deep: #03080d;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --surface-light: rgba(255, 255, 255, 0.88);
  --surface-light-2: rgba(255, 255, 255, 0.74);

  --text: #f6ffff;
  --text-dark: #0a1720;
  --muted: #a8bcc4;
  --muted-dark: #5d7078;

  --border: rgba(136, 252, 255, 0.14);
  --border-light: rgba(10, 23, 32, 0.08);

  --shadow-xl: 0 30px 80px rgba(0, 0, 0, 0.30);
  --shadow-lg: 0 20px 48px rgba(0, 0, 0, 0.22);
  --shadow-soft: 0 20px 40px rgba(6, 17, 24, 0.08);

  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;

  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(136, 252, 255, 0.15), transparent 28%),
    radial-gradient(circle at top right, rgba(138, 255, 180, 0.12), transparent 24%),
    linear-gradient(180deg, #07131a 0%, #03080d 100%);
}

img {
  max-width: 100%;
  display: block;
}

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

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 12%, rgba(136, 252, 255, 0.08), transparent 18%),
    radial-gradient(circle at 85% 18%, rgba(138, 255, 180, 0.08), transparent 16%),
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.03), transparent 24%);
  z-index: -1;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(3, 8, 13, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-logo {
  height: 40px;
  width: auto;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-links a,
.nav-link-minor {
  color: var(--muted);
  font-size: 0.95rem;
  transition: color 0.18s ease, opacity 0.18s ease;
}

.nav-links a:hover,
.nav-link-minor:hover {
  color: var(--cb-white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-large {
  min-height: 54px;
  padding: 0 22px;
}

.button-primary {
  color: #041018;
  background: linear-gradient(135deg, var(--cb-core) 0%, var(--cb-support) 100%);
  box-shadow: 0 16px 34px rgba(136, 252, 255, 0.18);
}

.button-primary:hover {
  box-shadow: 0 20px 38px rgba(136, 252, 255, 0.24);
}

.button-secondary {
  color: var(--cb-white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.10);
}

.hero {
  padding: 52px 0 42px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(136, 252, 255, 0.10);
  border: 1px solid rgba(136, 252, 255, 0.16);
  color: var(--cb-core);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow-dark {
  background: rgba(255, 255, 255, 0.06);
  color: var(--cb-core);
  border-color: rgba(255, 255, 255, 0.08);
}

h1,
h2,
h3 {
  font-family: "Funnel Display", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -0.03em;
  margin: 0;
}

.hero h1 {
  margin-top: 20px;
  font-size: clamp(2.65rem, 5.4vw, 5rem);
  line-height: 0.95;
  max-width: 12.4ch;
}

.hero-line-lock {
  white-space: nowrap;
}

.hero-text {
  margin: 22px 0 0;
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--muted);
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.store-badges {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.store-badge-link {
  display: inline-flex;
  border-radius: 16px;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.store-badge-link:hover {
  transform: translateY(-1px);
}

.store-badge-img {
  width: 186px;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.store-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.hero-points {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.point-card {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  color: #dff7f8;
  font-size: 0.92rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.point-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cb-core) 0%, var(--cb-support) 100%);
  box-shadow: 0 0 16px rgba(136, 252, 255, 0.45);
  flex: 0 0 auto;
}

.hero-visual {
  position: relative;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(50px);
  z-index: 0;
}

.hero-visual::before {
  width: 180px;
  height: 180px;
  background: rgba(136, 252, 255, 0.20);
  top: 20px;
  left: 10px;
}

.hero-visual::after {
  width: 180px;
  height: 180px;
  background: rgba(138, 255, 180, 0.20);
  right: 0;
  bottom: 10px;
}

.hero-device-shell {
  width: min(420px, 100%);
  padding: 16px;
}

.hero-slideshow-frame {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 47 / 96;
  background: #09141c;
}

.hero-slide {
  position: absolute;
  inset: 10px;
  overflow: hidden;
  border-radius: 22px;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-screen-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 22px;
}

.device-shell {
  position: relative;
  z-index: 1;
  width: min(390px, 100%);
  margin-inline: auto;
  padding: 14px;
  border-radius: 38px;
  background: linear-gradient(160deg, #10202d 0%, #060d13 100%);
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.device-screen {
  border-radius: 28px;
  min-height: 700px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(136, 252, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #f8ffff 0%, #ecf7f6 100%);
  color: var(--text-dark);
  display: grid;
  gap: 14px;
}

.mock-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #62757b;
  font-size: 0.85rem;
  font-weight: 600;
}

.mock-hero-card,
.mock-chart-card,
.stat-card,
.mock-focus-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(10, 23, 32, 0.08);
  box-shadow: var(--shadow-soft);
}

.mock-hero-card {
  border-radius: 24px;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.mock-label,
.stat-label {
  font-size: 0.82rem;
  color: #61727a;
}

.mock-total {
  margin-top: 6px;
  font-family: "Funnel Display", ui-sans-serif, system-ui, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.mock-progress {
  margin-top: 8px;
  color: #16796c;
  font-size: 0.9rem;
  font-weight: 600;
}

.mock-ring {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: conic-gradient(var(--cb-core) 0 38%, var(--cb-support) 38% 65%, #d7eceb 65% 100%);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.mock-ring-inner {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: white;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  font-weight: 700;
}

.mock-chart-card {
  border-radius: 22px;
  padding: 16px;
}

.mock-card-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 600;
}

.mini-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(136, 252, 255, 0.18);
  color: #0b5b61;
  font-size: 0.76rem;
  font-weight: 700;
}

.mini-badge-dark {
  background: #0d1b24;
  color: var(--cb-core);
}

.mock-chart {
  position: relative;
  margin-top: 14px;
  height: 120px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(238,255,244,0.9) 100%);
  overflow: hidden;
}

.chart-line {
  position: absolute;
  left: 12px;
  right: 12px;
  border-radius: 999px;
}

.chart-line-1 {
  bottom: 30px;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, transparent 8%, #0d1d26 12%, #0d1d26 100%);
  transform: skewY(-11deg);
  transform-origin: left;
}

.chart-line-2 {
  bottom: 50px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, transparent 45%, #5fbba8 50%, #5fbba8 100%);
  transform: skewY(-9deg);
  transform-origin: left;
}

.mock-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.stat-card {
  border-radius: 20px;
  padding: 16px;
}

.stat-value {
  margin-top: 8px;
  font-family: "Funnel Display", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
}

.mock-focus-card {
  border-radius: 20px;
  padding: 16px;
}

.mock-focus-card p {
  margin: 8px 0 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #24353d;
}

.value-strip {
  padding: 12px 0 14px;
}

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

.value-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.value-card h2 {
  font-size: 1.4rem;
}

.value-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.section {
  padding: 72px 0;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.02) 100%);
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.section-dark {
  background:
    radial-gradient(circle at top left, rgba(136,252,255,0.10), transparent 22%),
    linear-gradient(180deg, #06131a 0%, #03080d 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 26px;
}

.section-heading h2 {
  margin-top: 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.03;
}

.section-heading p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.03rem;
}

.section-heading-light p {
  color: #b8ccd4;
}

.app-showcase {
  padding-top: 32px;
  padding-bottom: 20px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.showcase-card {
  display: grid;
  grid-template-rows: 252px auto;
  height: 100%;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  overflow: hidden;
}

.showcase-card-tall {
  background:
    radial-gradient(circle at top right, rgba(136,252,255,0.12), transparent 24%),
    rgba(255,255,255,0.06);
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.showcase-copy h3 {
  margin-top: 10px;
  font-size: 1.7rem;
  line-height: 1.05;
}

.showcase-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.showcase-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(136, 252, 255, 0.12);
  color: var(--cb-core);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.showcase-phone-wrap {
  margin-top: 18px;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.showcase-phone {
  width: min(100%, 305px);
  padding: 16px;
  border-radius: 36px;
  background: linear-gradient(160deg, #10202d 0%, #060d13 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-lg);
}

.showcase-phone-small {
  width: min(100%, 305px);
}

.showcase-screen-img {
  width: 100%;
  height: auto;
  aspect-ratio: 47 / 96;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.feature-grid,
.steps-grid,
.trust-grid {
  display: grid;
  gap: 18px;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.feature-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.feature-card h3 {
  font-size: 1.35rem;
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

#features.section {
  padding-top: 24px;
}

.steps-grid {
  grid-template-columns: repeat(3, 1fr);
}

.step-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--border-light);
  color: var(--text-dark);
  box-shadow: var(--shadow-soft);
}

.step-number {
  color: #66d5d8;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.step-card h3 {
  font-size: 1.5rem;
}

.step-card p {
  margin: 12px 0 0;
  color: var(--muted-dark);
  line-height: 1.75;
}

#how-it-works.section,
#premium.section,
#trust.section {
  padding-top: 64px;
}

.premium-panel {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 26px;
  align-items: stretch;
  padding: 30px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(136, 252, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.premium-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.premium-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.premium-list li {
  position: relative;
  padding-left: 22px;
  color: #e8f6f7;
}

.premium-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cb-core) 0%, var(--cb-support) 100%);
}

.premium-preview {
  display: flex;
  align-items: center;
}

.preview-card {
  width: 100%;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(238,255,244,0.96) 100%);
  color: var(--text-dark);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(10, 23, 32, 0.08);
}

.preview-card h3 {
  margin-top: 18px;
  font-size: 2rem;
  line-height: 1.04;
}

.preview-card p {
  margin: 14px 0 0;
  color: var(--muted-dark);
  line-height: 1.75;
}

.preview-stats {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.preview-stat {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(10, 23, 32, 0.08);
}

.preview-stat span {
  display: block;
  color: var(--muted-dark);
  font-size: 0.86rem;
}

.preview-stat strong {
  display: block;
  margin-top: 8px;
  font-family: "Funnel Display", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.5rem;
}

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

.trust-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.trust-card h3 {
  font-size: 1.4rem;
}

.trust-card p {
  margin: 12px 0 0;
  color: #b8ccd4;
  line-height: 1.75;
}

.trust-card a {
  display: inline-block;
  margin-top: 16px;
  color: var(--cb-core);
  font-weight: 600;
}

.final-cta {
  padding-top: 36px;
}

.final-cta-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(136,252,255,0.08) 0%, rgba(138,255,180,0.08) 100%);
  border: 1px solid rgba(136,252,255,0.12);
}

.final-cta-panel h2 {
  margin-top: 18px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.final-cta-panel p {
  margin: 14px 0 0;
  max-width: 60ch;
  color: var(--muted);
  line-height: 1.8;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.site-footer {
  padding: 30px 0 50px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  gap: 20px;
  align-items: end;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
}

.footer-logo {
  height: 36px;
  width: auto;
}

.footer-brand p,
.footer-meta p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--cb-white);
}

.footer-meta p + p {
  margin-top: 8px;
  max-width: 42ch;
  line-height: 1.6;
  font-size: 0.88rem;
}

@media (max-width: 1100px) {
  .hero-grid,
  .premium-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 14ch;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .nav {
    min-height: auto;
    padding: 16px 0;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero-points,
  .feature-grid,
  .steps-grid,
  .trust-grid,
  .value-grid,
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .showcase-card,
  .showcase-card-tall {
    grid-template-rows: auto auto;
  }

  .mock-stats,
  .preview-stats {
    grid-template-columns: 1fr;
  }

  .final-cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .final-cta-actions {
    justify-content: flex-start;
  }
}

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

  .hero {
    padding-top: 28px;
  }

  .hero h1 {
    font-size: clamp(2.3rem, 10vw, 3.45rem);
    max-width: none;
  }

  .device-shell {
    border-radius: 30px;
    padding: 10px;
  }

  .hero-device-shell {
    padding: 12px;
  }

  .section,
  .section-soft,
  .section-dark {
    padding: 70px 0;
  }

  .premium-panel,
  .final-cta-panel {
    padding: 22px;
  }

  .feature-card,
  .step-card,
  .trust-card,
  .value-card,
  .preview-card {
    padding: 22px;
  }

  .brand-logo,
  .footer-logo {
    height: 32px;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .store-badge-img {
    width: 100%;
    max-width: 220px;
  }

  .showcase-card,
  .showcase-card-tall {
    padding: 22px;
  }

  .showcase-phone-wrap {
    min-height: auto;
    margin-top: 16px;
  }
}

/* =========================
   LEGAL / PRIVACY PAGE
========================= */

.legal-page {
  padding-bottom: 30px;
}

.legal-hero {
  padding: 48px 0 26px;
}

.legal-hero-card {
  padding: 34px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  border: 1px solid rgba(136, 252, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.legal-hero-card h1 {
  margin-top: 18px;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  line-height: 0.98;
}

.legal-intro {
  margin: 18px 0 0;
  max-width: 70ch;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.02rem;
}

.legal-meta-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.legal-meta-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.legal-meta-label {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.legal-meta-card strong {
  color: var(--cb-white);
  font-size: 1rem;
  word-break: break-word;
}

.legal-content-section {
  padding: 10px 0 70px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  align-items: start;
}

.legal-sidebar {
  position: sticky;
  top: 106px;
}

.legal-sidebar-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.legal-sidebar-title {
  font-family: "Funnel Display", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 14px;
}

.legal-sidebar-nav {
  display: grid;
  gap: 10px;
}

.legal-sidebar-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  transition: color 0.16s ease;
}

.legal-sidebar-nav a:hover {
  color: var(--cb-white);
}

.legal-card {
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(238,255,244,0.96) 100%);
  color: var(--text-dark);
  border: 1px solid rgba(10, 23, 32, 0.08);
  box-shadow: var(--shadow-soft);
}

.legal-block + .legal-block {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid rgba(10, 23, 32, 0.08);
}

.legal-block h2 {
  font-size: 1.8rem;
  line-height: 1.08;
}

.legal-block p,
.legal-block li {
  color: var(--muted-dark);
  line-height: 1.85;
  font-size: 1rem;
}

.legal-block p {
  margin: 14px 0 0;
}

.legal-block ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.legal-block li + li {
  margin-top: 8px;
}

.legal-contact-box {
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(136, 252, 255, 0.16);
  border: 1px solid rgba(10, 23, 32, 0.08);
}

.legal-contact-label {
  display: block;
  font-size: 0.82rem;
  color: var(--muted-dark);
  margin-bottom: 8px;
}

.legal-contact-box a {
  color: #0a5f65;
  font-weight: 600;
  word-break: break-word;
}

.legal-contact-box a:hover {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
  }

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

@media (max-width: 640px) {
  .legal-hero {
    padding-top: 28px;
  }

  .legal-hero-card,
  .legal-card,
  .legal-sidebar-card {
    padding: 22px;
  }

  .legal-block h2 {
    font-size: 1.45rem;
  }
}
