:root {
  --bg: #05080d;
  --bg-2: #08111d;
  --surface: rgba(11, 22, 35, .72);
  --surface-strong: rgba(14, 29, 47, .92);
  --line: rgba(126, 207, 255, .14);
  --line-strong: rgba(94, 211, 255, .32);
  --text: #f5f9ff;
  --muted: #9fb0c4;
  --soft: #c7d3df;
  --cyan: #37dcff;
  --blue: #3184ff;
  --cyan-soft: #8eeeff;
  --success: #53e6ad;
  --shadow: 0 28px 80px rgba(0, 0, 0, .38);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 80% -5%, rgba(46, 154, 255, .18), transparent 34rem),
    radial-gradient(circle at 10% 24%, rgba(55, 220, 255, .08), transparent 28rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 82px 0; position: relative; }
.section--tight { padding: 58px 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--cyan-soft);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan));
}

.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.section-heading p { margin: 18px 0 0; max-width: 650px; color: var(--muted); font-size: 18px; }

.button {
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 720;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary {
  color: #031019;
  background: linear-gradient(135deg, var(--cyan-soft), var(--cyan) 48%, #53a6ff);
  box-shadow: 0 12px 34px rgba(55, 220, 255, .19), inset 0 1px rgba(255,255,255,.7);
}
.button--primary:hover { box-shadow: 0 16px 46px rgba(55, 220, 255, .28); }
.button--ghost {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
  color: var(--text);
}
.button--ghost:hover { border-color: var(--line-strong); background: rgba(58, 170, 255, .08); }
.button--full { width: 100%; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(5, 8, 13, .78);
  backdrop-filter: blur(18px);
  border-color: rgba(255,255,255,.06);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 820; letter-spacing: -.02em; }
.brand-mark {
  width: 36px; height: 36px; border-radius: 12px; position: relative;
  background: linear-gradient(145deg, rgba(55,220,255,.2), rgba(49,132,255,.08));
  border: 1px solid rgba(102,225,255,.26);
  box-shadow: inset 0 0 22px rgba(55,220,255,.1);
}
.brand-mark::before {
  content: "";
  position: absolute;
  left: 9px; top: 8px;
  width: 17px; height: 17px;
  clip-path: polygon(0 44%, 100% 0, 64% 100%, 46% 61%);
  background: linear-gradient(135deg, #f7feff, var(--cyan));
}
.brand span { font-size: 18px; }
.nav { display: flex; align-items: center; gap: 28px; color: #b6c4d3; font-size: 14px; }
.nav > a:not(.button):hover { color: white; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); color: white; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; width: 18px; height: 1px; background: currentColor; display: block; margin: 4px auto; transition: .2s ease; }

.hero {
  min-height: auto;
  padding: 132px 0 64px;
  display: block;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -320px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(55,220,255,.12), rgba(49,132,255,.04) 47%, transparent 72%);
  filter: blur(12px);
  pointer-events: none;
}
.hero-grid {
  display: block;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.hero-badge {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(104, 219, 255, .18);
  background: rgba(8, 22, 35, .64);
  border-radius: 999px;
  padding: 8px 13px;
  color: #cceeff;
  font-size: 13px;
  margin-bottom: 24px;
}
.hero-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 13px var(--success);
}
.hero h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .96;
  letter-spacing: -.058em;
  font-weight: 850;
}
.hero h1 span {
  color: transparent;
  background: linear-gradient(110deg, #f8fdff 5%, #9befff 43%, #5aa9ff 82%);
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: #b1c0cf;
  font-size: clamp(17px, 1.8vw, 20px);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.hero-note {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: #71869b;
  font-size: 13px;
}
.hero-note span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-note span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  opacity: .72;
}

.trust-strip {
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.018);
}
.trust-grid {
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.trust-item {
  min-width: 0;
  padding: 20px 22px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 20px;
  background: rgba(10, 18, 30, .5);
}
.trust-item strong {
  display: block;
  color: white;
  font-size: 25px;
  letter-spacing: -.025em;
}
.trust-item span {
  display: block;
  margin-top: 5px;
  color: #7e91a5;
  font-size: 13px;
}

.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.feature-card {
  min-height: 260px;
  padding: 30px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(14,29,47,.72), rgba(7,14,24,.58));
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: ""; position: absolute; width: 170px; height: 170px; right: -80px; bottom: -90px; border-radius: 50%; background: rgba(55,220,255,.09); filter: blur(8px);
}
.feature-card--wide { grid-column: span 7; }
.feature-card--narrow { grid-column: span 5; }
.feature-icon {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px;
  background: rgba(61,187,255,.08); border: 1px solid rgba(95,213,255,.16); color: var(--cyan-soft); font-size: 20px; margin-bottom: 42px;
}
.feature-card h3 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.feature-card p { max-width: 580px; margin: 12px 0 0; color: var(--muted); }
.feature-kicker { margin-top: 18px; color: #d5e5f2; font-size: 13px; }

.highlight-wrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.highlight-card {
  padding: 42px;
  border-radius: var(--radius-xl);
  min-height: 390px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  background: rgba(8, 17, 29, .72);
}
.highlight-card--glow { background: linear-gradient(145deg, rgba(15,43,65,.9), rgba(6,13,23,.8)); }
.highlight-card--glow::before {
  content: ""; position: absolute; right: -100px; top: -110px; width: 330px; height: 330px; border-radius: 50%; background: radial-gradient(circle, rgba(55,220,255,.22), transparent 70%);
}
.highlight-card__num { color: rgba(143,234,255,.52); font-size: 13px; font-weight: 780; letter-spacing: .15em; }
.highlight-card h3 { margin: 80px 0 0; max-width: 520px; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.02; letter-spacing: -.045em; }
.highlight-card p { max-width: 520px; margin: 18px 0 0; color: var(--muted); font-size: 16px; }
.highlight-card__line { width: 100%; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); margin-top: 38px; opacity: .36; }

.trial-card {
  padding: 58px;
  border-radius: 34px;
  border: 1px solid rgba(92,215,255,.22);
  background:
    radial-gradient(circle at 82% 18%, rgba(49,132,255,.23), transparent 26rem),
    linear-gradient(135deg, rgba(12,31,49,.92), rgba(6,13,22,.94));
  box-shadow: var(--shadow);
  display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center;
}
.trial-card h2 { margin: 0; font-size: clamp(34px, 4.6vw, 61px); line-height: 1; letter-spacing: -.05em; }
.trial-card p { max-width: 650px; margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.trial-days { width: 170px; height: 170px; border-radius: 50%; display: grid; place-items: center; text-align: center; border: 1px solid rgba(123,229,255,.28); background: rgba(31,112,170,.12); box-shadow: inset 0 0 50px rgba(55,220,255,.08), 0 0 50px rgba(55,220,255,.06); }
.trial-days strong { display: block; font-size: 62px; line-height: .85; letter-spacing: -.05em; }
.trial-days span { color: #a9c1d5; font-size: 13px; }

.pricing-top { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 40px; }
.pricing-note { max-width: 430px; color: #7f93a8; font-size: 13px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(8,17,29,.72); position: relative; }
.price-card--featured { border-color: rgba(78,211,255,.34); background: linear-gradient(160deg, rgba(21,55,80,.88), rgba(7,15,25,.88)); box-shadow: 0 20px 70px rgba(27,129,198,.1); }
.price-card__tag { position: absolute; top: 18px; right: 18px; padding: 6px 9px; border-radius: 999px; color: #bdf4ff; background: rgba(55,220,255,.08); border: 1px solid rgba(55,220,255,.15); font-size: 11px; }
.price-card__eyebrow { margin: 0 0 8px; color: var(--cyan-soft); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.price-card h3 { margin: 0; font-size: 28px; letter-spacing: -.035em; }
.price-card__price { margin: 32px 0 22px; display: flex; align-items: baseline; gap: 8px; }
.price-card__price strong { font-size: 58px; line-height: .8; letter-spacing: -.055em; }
.price-card__price span { font-size: 23px; }
.price-card p { min-height: 72px; margin: 0 0 24px; color: var(--muted); font-size: 14px; }

.cta-panel { border-radius: 34px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(11,27,43,.82), rgba(5,10,17,.86)); padding: 44px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; align-items: center; }
.cta-panel h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.055em; }
.cta-panel p { margin: 18px 0 0; color: var(--muted); max-width: 640px; }
.social-stack { display: grid; gap: 12px; }
.social-card { display: flex; align-items: center; gap: 15px; padding: 14px 16px; border-radius: 18px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.035); transition: .2s ease; }
.social-card:hover { transform: translateY(-2px); border-color: rgba(97,220,255,.22); background: rgba(53,174,255,.06); }
.social-card img { width: 50px; height: 50px; border-radius: 15px; object-fit: cover; }
.social-card__copy { flex: 1; min-width: 0; }
.social-card strong { display: block; font-size: 15px; }
.social-card span { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.social-card__arrow { color: var(--cyan-soft); font-size: 20px; }

.site-footer { padding: 32px 0 40px; border-top: 1px solid rgba(255,255,255,.06); color: #718398; font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-links { display: flex; gap: 18px; }
.footer-links a:hover { color: #d8e7f2; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .section { padding: 72px 0; }
  .section--tight { padding: 52px 0; }
  .hero { padding: 116px 0 54px; }
  .hero-copy { max-width: 780px; }
  .feature-card--wide, .feature-card--narrow { grid-column: span 6; }
  .highlight-wrap, .cta-panel { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; max-width: 720px; }
  .price-card p { min-height: 0; }
}

@media (max-width: 760px) {
  body { min-width: 0; overflow-x: hidden; }
  .container { width: calc(100% - 28px); max-width: none; }
  .section { padding: 58px 0; }
  .section--tight { padding: 42px 0; }
  .header-inner {
    min-height: calc(68px + env(safe-area-inset-top, 0px));
    padding-top: env(safe-area-inset-top, 0px);
    gap: 14px;
  }
  .site-header { padding-top: 0; }
  .brand { min-width: 0; }
  .brand span { font-size: 18px; white-space: nowrap; }
  .nav-toggle { display: block; flex: 0 0 auto; }
  .nav {
    display: none;
    position: fixed;
    top: calc(76px + env(safe-area-inset-top, 0px));
    left: 14px;
    right: 14px;
    max-height: calc(100dvh - 96px - env(safe-area-inset-top, 0px));
    overflow-y: auto;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(5,11,18,.97);
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .nav.is-open { display: flex; }
  .nav > a:not(.button) { padding: 10px; }
  .nav .button { width: 100%; }

  .hero {
    padding-top: calc(96px + env(safe-area-inset-top, 0px));
    padding-bottom: 40px;
  }
  .hero::after {
    width: 390px;
    height: 390px;
    right: -230px;
    top: 40px;
  }
  .hero-copy { max-width: 100%; }
  .hero-badge { margin-bottom: 20px; }
  .hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 11.3vw, 56px);
    line-height: .98;
    letter-spacing: -.05em;
  }
  .hero-lead {
    max-width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.52;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }
  .hero-actions .button { width: 100%; }
  .hero-note {
    display: grid;
    gap: 8px;
    margin-top: 20px;
  }
  .trust-strip { margin-top: 30px; }
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 0;
  }
  .trust-item {
    padding: 16px 18px;
    text-align: left;
  }
  .trust-item strong { font-size: 23px; }

  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: clamp(32px, 9vw, 46px); }
  .section-heading p { font-size: 16px; }
  .feature-grid { grid-template-columns: 1fr; gap: 14px; }
  .feature-card--wide, .feature-card--narrow { grid-column: auto; }
  .feature-card { min-height: 0; padding: 24px; }
  .feature-icon { margin-bottom: 28px; }
  .feature-card h3 { font-size: 23px; }
  .highlight-wrap { grid-template-columns: 1fr; gap: 14px; }
  .highlight-card { padding: 26px; min-height: 0; }
  .highlight-card h3 { margin-top: 48px; font-size: clamp(30px, 8vw, 42px); }
  .trial-card { padding: 30px 22px; grid-template-columns: 1fr; gap: 24px; }
  .trial-card h2 { font-size: clamp(32px, 9vw, 46px); }
  .trial-card p { font-size: 16px; }
  .trial-days { width: 120px; height: 120px; }
  .trial-days strong { font-size: 46px; }
  .pricing-top { display: block; margin-bottom: 28px; }
  .pricing-note { margin-top: 16px; }
  .price-grid { gap: 14px; }
  .price-card { padding: 24px; }
  .price-card__price strong { font-size: 50px; }
  .cta-panel { padding: 28px 22px; gap: 26px; }
  .cta-panel h2 { font-size: clamp(34px, 9vw, 48px); }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .container { width: calc(100% - 24px); }
  .brand span { font-size: 17px; }
  .brand-mark { width: 34px; height: 34px; }
  .button { min-height: 48px; padding: 0 18px; }
  .hero h1 { font-size: clamp(35px, 11vw, 46px); }
  .hero-lead { font-size: 15.5px; }
  .trust-item span { font-size: 12.5px; }
  .social-card { padding: 12px; }
  .social-card img { width: 46px; height: 46px; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 20px); }
  .brand { gap: 9px; }
  .brand span { font-size: 16px; }
  .nav-toggle { width: 42px; height: 42px; }
  .hero h1 { font-size: 34px; }
  .hero-actions .button { font-size: 14px; }
  .cta-panel, .trial-card, .feature-card, .highlight-card, .price-card { padding-left: 18px; padding-right: 18px; }
}


.price-card__price--dual {
  display: grid;
  align-items: start;
  gap: 10px;
}
.price-card__price--dual strong {
  font-size: 48px;
  line-height: .95;
}
.price-card__alt {
  color: var(--muted);
  font-size: 15px !important;
  font-weight: 650;
}

.legal-main { padding: 128px 0 72px; min-height: calc(100vh - 140px); }
.legal-shell {
  max-width: 880px;
  margin: 0 auto;
  padding: 42px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(14,29,47,.78), rgba(7,14,24,.72));
  box-shadow: var(--shadow);
}
.legal-back { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan-soft); font-size: 14px; font-weight: 700; margin-bottom: 30px; }
.legal-shell h1 { margin: 0; font-size: clamp(36px, 5vw, 58px); line-height: 1; letter-spacing: -.05em; }
.legal-updated { margin: 14px 0 0; color: #71869b; font-size: 13px; }
.legal-section { margin-top: 34px; }
.legal-section h2 { margin: 0 0 12px; font-size: 22px; letter-spacing: -.02em; }
.legal-section p, .legal-section li { color: var(--soft); font-size: 15px; line-height: 1.72; }
.legal-section p { margin: 0 0 12px; }
.legal-section ul { margin: 10px 0 0; padding-left: 22px; }
.legal-price-table { width: 100%; border-collapse: collapse; margin-top: 14px; overflow: hidden; }
.legal-price-table th, .legal-price-table td { padding: 13px 14px; border-bottom: 1px solid rgba(255,255,255,.07); text-align: left; color: var(--soft); }
.legal-price-table th { color: var(--text); font-size: 13px; }
.legal-price-table td { font-size: 14px; }
.legal-contact {
  margin-top: 34px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(95,213,255,.16);
  background: rgba(61,187,255,.06);
}
.legal-contact strong { display: block; margin-bottom: 4px; }
.legal-contact a { color: var(--cyan-soft); }
@media (max-width: 760px) {
  .legal-main { padding: calc(96px + env(safe-area-inset-top, 0px)) 0 52px; }
  .legal-shell { padding: 28px 22px; border-radius: 22px; }
  .legal-section { margin-top: 28px; }
  .legal-price-table { display: block; overflow-x: auto; }
}

/* ==========================================================================
   2026-08-20 — visual refinement
   Calmer, more product-like presentation without changing site structure.
   ========================================================================== */

:root {
  --bg: #070a0f;
  --bg-2: #0b1119;
  --surface: rgba(14, 21, 30, .82);
  --surface-strong: rgba(18, 27, 38, .94);
  --line: rgba(176, 196, 216, .12);
  --line-strong: rgba(116, 181, 230, .24);
  --text: #f3f6f9;
  --muted: #9aa9b8;
  --soft: #c9d1d9;
  --cyan: #54c4ee;
  --blue: #4b94d7;
  --cyan-soft: #9bdcf4;
  --shadow: 0 18px 48px rgba(0, 0, 0, .22);
  --radius-xl: 18px;
  --radius-lg: 14px;
  --radius-md: 10px;
}

body {
  background:
    radial-gradient(circle at 85% -15%, rgba(76, 148, 215, .09), transparent 34rem),
    radial-gradient(circle at 10% 26%, rgba(84, 196, 238, .035), transparent 30rem),
    var(--bg);
}

body::before {
  opacity: .045;
  background-size: 72px 72px;
}

.section { padding: 76px 0; }
.section--tight { padding: 52px 0; }

.eyebrow {
  color: #a9c8db;
  letter-spacing: .12em;
}
.eyebrow::before {
  width: 20px;
  background: rgba(130, 190, 225, .55);
}

.section-heading { margin-bottom: 40px; }
.section-heading h2 {
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.04;
  letter-spacing: -.038em;
}
.section-heading p {
  color: var(--muted);
  font-size: 17px;
}

/* Buttons: less glossy, less "game UI". */
.button {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  font-weight: 690;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}
.button:hover { transform: none; }

.button--primary {
  color: #061119;
  background: #78cfee;
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 8px 22px rgba(53, 157, 202, .12);
}
.button--primary:hover {
  background: #8bd7f1;
  box-shadow: 0 10px 26px rgba(53, 157, 202, .16);
}

.button--ghost {
  border-color: rgba(255,255,255,.10);
  background: rgba(255,255,255,.035);
}
.button--ghost:hover {
  border-color: rgba(138, 180, 211, .24);
  background: rgba(255,255,255,.055);
}

/* Header: cleaner, more conventional SaaS navigation. */
.site-header.is-scrolled {
  background: rgba(7, 10, 15, .88);
  backdrop-filter: blur(14px);
  border-color: rgba(255,255,255,.055);
}

.brand-mark {
  border-radius: 9px;
  background: rgba(84, 196, 238, .075);
  border-color: rgba(128, 197, 229, .20);
  box-shadow: none;
}
.brand-mark::before {
  background: #a7dff3;
}

.nav {
  color: #aab6c1;
}
.nav > a:not(.button):hover { color: #eef3f7; }

/* Hero: keep the identity but remove the cyberpunk glow. */
.hero {
  padding: 128px 0 58px;
}
.hero::after {
  width: 620px;
  height: 620px;
  right: -300px;
  top: -110px;
  background: radial-gradient(circle, rgba(79, 151, 205, .07), transparent 68%);
  filter: none;
}

.hero-badge {
  gap: 8px;
  border-color: rgba(161, 190, 211, .14);
  background: rgba(255,255,255,.025);
  border-radius: 9px;
  padding: 7px 11px;
  color: #b9c8d3;
}
.hero-badge i {
  background: #68c99e;
  box-shadow: none;
}

.hero h1 {
  max-width: 13ch;
  font-size: clamp(46px, 5.6vw, 74px);
  line-height: .99;
  letter-spacing: -.052em;
}
.hero h1 span {
  color: #9ccfe5;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.hero-lead {
  color: #a9b5c0;
}
.hero-note {
  color: #7e8e9d;
}
.hero-note span::before {
  background: #83b8d1;
  opacity: .65;
}

/* Trust strip: flatter and more editorial. */
.trust-strip {
  margin-top: 44px;
  background: rgba(255,255,255,.012);
}
.trust-item {
  padding: 18px 20px;
  border-color: rgba(255,255,255,.055);
  border-radius: 12px;
  background: rgba(255,255,255,.018);
}
.trust-item strong { font-size: 23px; }
.trust-item span { color: #8795a2; }

/* Feature cards: consistent surfaces, no decorative neon orbs. */
.feature-grid { gap: 16px; }
.feature-card {
  min-height: 248px;
  padding: 28px;
  border-radius: var(--radius-lg);
  border-color: var(--line);
  background: rgba(14, 21, 30, .76);
}
.feature-card::after { display: none; }
.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  margin-bottom: 38px;
  background: rgba(113, 172, 207, .07);
  border-color: rgba(133, 184, 214, .14);
  color: #a7d7ec;
}
.feature-card h3 { font-size: 24px; }
.feature-kicker { color: #bcc8d1; }

/* Highlight cards: same hierarchy, less dramatic styling. */
.highlight-wrap { gap: 16px; }
.highlight-card {
  padding: 38px;
  border-radius: var(--radius-xl);
  min-height: 360px;
  background: rgba(13, 20, 29, .82);
}
.highlight-card--glow {
  background: rgba(17, 27, 38, .88);
}
.highlight-card--glow::before { display: none; }
.highlight-card__num {
  color: #87a9bc;
  letter-spacing: .12em;
}
.highlight-card h3 {
  margin-top: 68px;
  font-size: clamp(29px, 3.2vw, 44px);
}
.highlight-card__line {
  background: linear-gradient(90deg, rgba(123, 184, 216, .58), transparent);
  opacity: .32;
}

/* Trial: still highlighted, but like a finished product card rather than a promo game panel. */
.trial-card {
  padding: 50px;
  border-radius: 18px;
  border-color: rgba(128, 180, 211, .18);
  background: rgba(16, 25, 35, .92);
  box-shadow: 0 18px 46px rgba(0,0,0,.18);
}
.trial-card h2 {
  font-size: clamp(33px, 4.2vw, 54px);
  letter-spacing: -.042em;
}
.trial-days {
  width: 154px;
  height: 154px;
  border-color: rgba(143, 194, 222, .20);
  background: rgba(94, 153, 187, .06);
  box-shadow: none;
}
.trial-days strong { font-size: 56px; }
.trial-days span { color: #9fb0bd; }

/* Pricing: conventional cards, subtle featured plan. */
.price-grid { gap: 16px; }
.price-card {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: rgba(13, 20, 29, .82);
}
.price-card--featured {
  border-color: rgba(112, 179, 219, .28);
  background: rgba(18, 30, 41, .90);
  box-shadow: 0 16px 38px rgba(0,0,0,.14);
}
.price-card__tag {
  border-radius: 7px;
  color: #bad9e8;
  background: rgba(111, 174, 210, .07);
  border-color: rgba(130, 187, 219, .14);
}
.price-card__eyebrow { color: #9cc9dd; }
.price-card__price { margin-top: 30px; }
.price-card__price strong { font-size: 54px; }

/* Closing CTA and contacts: calmer surfaces and smaller radii. */
.cta-panel {
  border-radius: 18px;
  background: rgba(14, 22, 31, .88);
  padding: 40px;
  gap: 38px;
}
.cta-panel h2 {
  font-size: clamp(36px, 4.6vw, 56px);
  letter-spacing: -.045em;
}
.social-card {
  border-radius: 11px;
  border-color: rgba(255,255,255,.07);
  background: rgba(255,255,255,.025);
}
.social-card:hover {
  transform: none;
  border-color: rgba(132, 184, 215, .18);
  background: rgba(255,255,255,.04);
}
.social-card img { border-radius: 10px; }
.social-card__arrow { color: #9ecfe4; }

/* Footer: legal links stay visible; Telegram shortcuts deliberately removed in HTML. */
.site-footer {
  border-top-color: rgba(255,255,255,.055);
  color: #7f8b97;
}
.footer-links { gap: 20px; }
.footer-links a {
  color: #8f9ba6;
  transition: color .18s ease;
}
.footer-links a:hover { color: #d8e0e6; }

/* Reveal is retained but made quieter. */
[data-reveal] {
  transform: translateY(10px);
  transition: opacity .5s ease, transform .5s ease;
}

/* Legal pages follow the same restrained system. */
.legal-shell {
  padding: 40px;
  border-radius: 18px;
  background: rgba(14, 21, 30, .88);
  box-shadow: 0 16px 40px rgba(0,0,0,.16);
}
.legal-back { color: #9dc9dd; }
.legal-contact {
  border-radius: 11px;
  border-color: rgba(129, 184, 215, .14);
  background: rgba(108, 167, 201, .045);
}
.legal-contact a { color: #a5d5e9; }

@media (max-width: 760px) {
  .section { padding: 54px 0; }
  .section--tight { padding: 40px 0; }

  .nav {
    border-radius: 13px;
    background: rgba(8, 12, 18, .98);
    backdrop-filter: blur(14px);
  }

  .hero {
    padding-top: calc(96px + env(safe-area-inset-top, 0px));
    padding-bottom: 38px;
  }
  .hero::after {
    width: 340px;
    height: 340px;
    right: -220px;
  }

  .trust-item { border-radius: 10px; }
  .feature-card { padding: 23px; }
  .feature-icon { margin-bottom: 26px; }

  .highlight-card { padding: 25px; }
  .highlight-card h3 { margin-top: 42px; }

  .trial-card {
    padding: 28px 22px;
    border-radius: 15px;
  }

  .price-card { padding: 23px; }

  .cta-panel {
    padding: 27px 22px;
    border-radius: 15px;
  }

  .legal-shell {
    padding: 27px 22px;
    border-radius: 15px;
  }
}

