:root {
  --bg: #07101f;
  --bg-2: #091425;
  --panel: rgba(12, 25, 45, 0.74);
  --panel-solid: #0c192d;
  --panel-light: #10203a;
  --line: rgba(126, 167, 225, 0.14);
  --line-strong: rgba(126, 167, 225, 0.28);
  --text: #f5f8ff;
  --muted: #9daec5;
  --muted-2: #6f829d;
  --blue: #438cff;
  --blue-2: #66b9ff;
  --cyan: #42e8df;
  --green: #35d89a;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 15%, rgba(45, 111, 220, 0.12), transparent 28rem),
    radial-gradient(circle at 87% 28%, rgba(32, 205, 190, 0.08), transparent 24rem),
    linear-gradient(180deg, #07101f 0%, #07101f 48%, #06101d 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.ambient {
  position: fixed;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.11;
  pointer-events: none;
  z-index: -1;
}

.ambient-a {
  top: 3rem;
  right: -12rem;
  background: var(--blue);
}

.ambient-b {
  top: 48rem;
  left: -18rem;
  background: var(--cyan);
}

.site-header {
  width: min(1240px, calc(100% - 32px));
  height: 76px;
  margin: 16px auto 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 28px;
  position: sticky;
  top: 12px;
  z-index: 40;
  border: 1px solid var(--line);
  background: rgba(7, 16, 31, 0.76);
  backdrop-filter: blur(18px);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0,0,0,.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-logo {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: contain;
  border-radius: 10px;
  flex-shrink: 0;
}

.brand-copy {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.brand-copy strong {
  font-size: 18px;
  letter-spacing: -0.02em;
}

.brand-copy small {
  color: var(--muted-2);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.16em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.desktop-nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  padding: 10px 11px;
  border-radius: 10px;
  transition: 160ms ease;
}

.desktop-nav a:hover {
  color: var(--text);
  background: rgba(255,255,255,.04);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-switch {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
  border-radius: 12px;
}

.lang-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted-2);
  cursor: pointer;
  padding: 7px 9px;
  border-radius: 9px;
  font-weight: 750;
  font-size: 12px;
}

.lang-btn.is-active {
  color: var(--text);
  background: var(--panel-light);
}

.account-link {
  padding: 10px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  transition: 160ms ease;
}

.account-link:hover {
  border-color: rgba(102,185,255,.5);
  background: rgba(67,140,255,.07);
}

.hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 64px;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 70px;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(53,216,154,.08), 0 0 18px rgba(53,216,154,.5);
}

.hero h1 {
  margin: 22px 0 20px;
  max-width: 760px;
  font-size: clamp(54px, 6.3vw, 88px);
  letter-spacing: -0.064em;
  line-height: .95;
  font-weight: 800;
}

.hero h1 span {
  display: block;
}

.gradient-text {
  width: max-content;
  padding-right: 8px;
  background: linear-gradient(90deg, #ffffff 0%, var(--blue-2) 55%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.65vw, 20px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  min-height: 52px;
  padding: 0 20px;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 780;
  font-size: 14px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn svg,
.inline-cta svg {
  width: 18px;
  height: 18px;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: white;
  background:
    linear-gradient(135deg, #327cf2, #438cff 52%, #3b9de8);
  box-shadow: 0 12px 34px rgba(67,140,255,.24), inset 0 1px rgba(255,255,255,.16);
}

.btn-primary:hover {
  box-shadow: 0 15px 42px rgba(67,140,255,.34), inset 0 1px rgba(255,255,255,.18);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255,255,255,.025);
  border: 1px solid var(--line-strong);
}

.btn-secondary:hover {
  background: rgba(255,255,255,.045);
  border-color: rgba(126,167,225,.42);
}

.btn.full {
  width: 100%;
}

.trial-note {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted-2);
  font-size: 13px;
}

.trial-check {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: var(--green);
  border: 1px solid rgba(53,216,154,.28);
  border-radius: 50%;
  background: rgba(53,216,154,.06);
  font-weight: 900;
}

.hero-proof {
  max-width: 690px;
  margin-top: 42px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  border-top: 1px solid var(--line);
}

.hero-proof div {
  min-width: 0;
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  margin-bottom: 6px;
  font-size: 13px;
}

.hero-proof span {
  color: var(--muted-2);
  font-size: 12px;
  line-height: 1.5;
}

.hero-visual {
  min-height: 540px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67, 140, 255, 0.12), rgba(66, 232, 223, 0.035) 42%, transparent 70%);
  filter: blur(8px);
  z-index: -1;
}

.hero-image-frame {
  width: min(650px, 100%);
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-image {
  width: 100%;
  height: auto;
  max-height: 560px;
  display: block;
  object-fit: contain;
  filter:
    drop-shadow(0 35px 50px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 40px rgba(67, 140, 255, 0.12));
}

/* If hero.webp has not been uploaded yet, the rest of the page still looks intentional. */
.hero-image-frame:has(.hero-image[src=""]) {
  border: 1px solid var(--line);
  border-radius: 28px;
}

.trust-bar {
  min-height: 76px;
  padding: 0 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.018);
}

.trust-bar span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 18px;
  border-right: 1px solid var(--line);
}

.trust-bar span:last-child {
  border-right: 0;
}

.trust-bar i {
  color: var(--blue-2);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .1em;
}

.trust-bar b {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding-top: 118px;
  padding-bottom: 118px;
}

.section-alt {
  margin-top: 30px;
  padding-top: 112px;
  padding-bottom: 112px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,.022));
}

.section-heading {
  max-width: 740px;
}

.section-heading.narrow {
  max-width: 650px;
}

.section-heading h2,
.privacy-card h2,
.final-card h2 {
  margin: 12px 0 14px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.03;
  letter-spacing: -.045em;
}

.section-heading p,
.privacy-card p,
.final-card p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.feature-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-card {
  min-height: 260px;
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0, rgba(67,140,255,.07), transparent 170px),
    rgba(255,255,255,.018);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(102,185,255,.28);
  background:
    radial-gradient(circle at 100% 0, rgba(67,140,255,.1), transparent 190px),
    rgba(255,255,255,.025);
}

.feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--blue-2);
  border: 1px solid rgba(102,185,255,.22);
  border-radius: 14px;
  background: rgba(67,140,255,.06);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature-card h3 {
  margin: 32px 0 10px;
  font-size: 20px;
  letter-spacing: -.025em;
}

.feature-card p {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.card-number {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(157,174,197,.16);
  font-size: 28px;
  font-weight: 900;
}

.steps {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step {
  padding: 26px 24px 30px;
  border-top: 1px solid var(--line-strong);
}

.step-index {
  margin-bottom: 46px;
  color: var(--blue-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}

.step h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -.03em;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.inline-cta {
  margin-top: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 750;
  border-bottom: 1px solid rgba(102,185,255,.4);
  padding-bottom: 6px;
}

.pricing-layout {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 72px;
  align-items: center;
}

.pricing-heading {
  max-width: 610px;
}

.price-card {
  padding: 32px;
  border: 1px solid rgba(102,185,255,.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(66,232,223,.08), transparent 180px),
    linear-gradient(150deg, rgba(16,32,58,.92), rgba(10,22,40,.92));
  box-shadow: 0 22px 66px rgba(0,0,0,.25);
}

.price-label {
  color: var(--blue-2);
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 900;
}

.price-row {
  margin-top: 14px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.price-row strong {
  font-size: 54px;
  line-height: 1;
  letter-spacing: -.055em;
}

.price-row span {
  color: var(--muted);
  font-size: 15px;
}

.price-card > p {
  color: var(--muted);
  margin: 14px 0 0;
  font-size: 13px;
}

.price-divider {
  height: 1px;
  background: var(--line);
  margin: 28px 0;
}

.price-benefits {
  display: grid;
  gap: 11px;
  margin-bottom: 26px;
}

.price-benefits span {
  color: var(--green);
  font-size: 13px;
}

.price-benefits b {
  color: #cfdbec;
  font-weight: 650;
  margin-left: 6px;
}

.apps-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.apps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.app-pill {
  min-height: 72px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.018);
  font-weight: 750;
  font-size: 15px;
}

.app-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 0 14px rgba(67,140,255,.36);
}

.privacy-section {
  padding-bottom: 50px;
}

.privacy-card {
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 46px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(67,140,255,.055), rgba(66,232,223,.025)),
    rgba(255,255,255,.016);
}

.privacy-card h2 {
  font-size: clamp(32px, 3.3vw, 46px);
}

.privacy-card > p {
  font-size: 15px;
}

.text-link {
  grid-column: 2;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 750;
}

.faq-list {
  margin-top: 42px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 40px 24px 0;
  position: relative;
  font-size: 17px;
  font-weight: 720;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 20px;
  color: var(--blue-2);
  font-size: 24px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list p {
  max-width: 760px;
  margin: -8px 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.final-cta {
  padding-top: 40px;
  padding-bottom: 100px;
}

.final-card {
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-radius: 30px;
  border: 1px solid rgba(102,185,255,.24);
  background:
    radial-gradient(circle at 90% 0, rgba(66,232,223,.08), transparent 260px),
    linear-gradient(130deg, rgba(67,140,255,.08), rgba(255,255,255,.018));
}

.final-card h2 {
  font-size: clamp(34px, 3.5vw, 48px);
}

.final-card p {
  font-size: 15px;
}

.site-footer {
  min-height: 140px;
  padding-top: 28px;
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 12px;
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  color: var(--text);
  font-size: 14px;
  margin-bottom: 4px;
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a:hover {
  color: var(--blue-2);
}

.site-footer > p {
  grid-column: 1 / -1;
  margin: 8px 0 0;
}

@media (max-width: 1040px) {
  .desktop-nav {
    display: none;
  }

  .site-header {
    gap: 12px;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 74px;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .trust-bar {
    grid-template-columns: 1fr 1fr;
    padding-block: 10px;
  }

  .trust-bar span:nth-child(2) {
    border-right: 0;
  }

  .trust-bar span {
    padding: 8px 16px;
  }

  .feature-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 220px;
  }

  .step-index {
    margin-bottom: 22px;
  }

  .pricing-layout,
  .apps-layout,
  .privacy-card {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .price-card {
    max-width: 560px;
  }

  .text-link {
    grid-column: 1;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    width: calc(100% - 20px);
    height: 66px;
    top: 8px;
    margin-top: 8px;
    padding: 0 12px;
    border-radius: 16px;
  }

  .brand-copy small,
  .account-link {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-proof div {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(126,167,225,.09);
  }

  .hero-proof div:last-child {
    border-bottom: 0;
  }

  .hero-visual {
    min-height: auto;
    margin-top: 28px;
  }

  .hero-image-frame {
    min-height: 300px;
  }

  .hero-image {
    width: 100%;
    max-width: 580px;
    max-height: none;
  }

  .trust-bar {
    grid-template-columns: 1fr;
  }

  .trust-bar span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-bar span:last-child {
    border-bottom: 0;
  }

  .section,
  .section-alt {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section-heading h2,
  .privacy-card h2,
  .final-card h2 {
    font-size: 38px;
  }

  .feature-grid {
    margin-top: 34px;
  }

  .apps-grid {
    grid-template-columns: 1fr;
  }

  .privacy-card,
  .final-card {
    padding: 26px;
  }

  .final-card {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .site-footer > p {
    grid-column: 1;
  }
}

/* =========================================================
   LAZEYKA CINEMATIC HERO — 2026-09
   Keeps the existing site/sections, but rebuilds the first
   screen around the cat + glowing passage artwork.
   ========================================================= */

.cinematic-home .site-header {
  background: rgba(5, 14, 28, 0.72);
  border-color: rgba(126, 167, 225, 0.17);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.cinematic-home .hero {
  position: relative;
  display: block;
  min-height: 700px;
  padding-top: 76px;
  padding-bottom: 44px;
  isolation: isolate;
}

.cinematic-home .hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  left: -16vw;
  right: -16vw;
  top: -130px;
  bottom: -80px;
  background:
    radial-gradient(circle at 72% 43%, rgba(31, 123, 255, 0.12), transparent 28rem),
    radial-gradient(circle at 82% 50%, rgba(45, 224, 255, 0.06), transparent 21rem);
  pointer-events: none;
}

.cinematic-home .hero-copy {
  width: min(620px, 52%);
  position: relative;
  z-index: 5;
}

.cinematic-home .hero h1 {
  margin-top: 24px;
  margin-bottom: 22px;
  max-width: 610px;
  font-size: clamp(58px, 5.6vw, 86px);
  line-height: 1.02;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.cinematic-home .gradient-text {
  background: linear-gradient(
    90deg,
    #f3f8ff 0%,
    #6dbdff 43%,
    #37e4e3 92%
  );

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  width: max-content;
  padding-right: 8px;
  padding-bottom: 0.08em;
  margin-bottom: -0.08em;

  overflow: visible;

  filter: drop-shadow(
    0 0 26px rgba(77, 183, 255, 0.10)
  );
}

.cinematic-home .hero-lead {
  max-width: 570px;
  color: #a7b7cd;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.72;
}

.cinematic-home .hero-actions {
  margin-top: 31px;
  gap: 13px;
}

.cinematic-home .btn-primary {
  min-width: 230px;
  background: linear-gradient(135deg, #2986ff 0%, #35a7ff 58%, #23c7ef 100%);
  box-shadow:
    0 16px 42px rgba(42, 139, 255, 0.27),
    inset 0 1px rgba(255,255,255,.18);
}

.cinematic-home .btn-primary:hover {
  box-shadow:
    0 20px 52px rgba(42, 139, 255, 0.36),
    inset 0 1px rgba(255,255,255,.20);
}

.cinematic-home .telegram-icon {
  width: 18px;
  height: 18px;
  stroke: none;
  fill: currentColor;
}

.cinematic-home .button-arrow {
  margin-left: 2px;
}

.cinematic-home .trial-note {
  margin-top: 17px;
}

.cinematic-home .hero-art {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: -155px;
  width: min(940px, 69vw);
  height: 675px;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.cinematic-home .hero-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 52% 48%;
  filter:
    saturate(1.05)
    contrast(1.035)
    brightness(.93)
    drop-shadow(0 22px 60px rgba(0,0,0,.18));
  transform: scale(1.015);
}

/* The important part: the art melts into the site instead of looking like a rectangle. */
.cinematic-home .hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      #07101f 0%,
      rgba(7, 16, 31, 0.96) 7%,
      rgba(7, 16, 31, 0.76) 18%,
      rgba(7, 16, 31, 0.34) 32%,
      rgba(7, 16, 31, 0.06) 47%,
      transparent 62%
    ),
    linear-gradient(
      180deg,
      rgba(7, 16, 31, 0.13) 0%,
      transparent 22%,
      transparent 72%,
      rgba(7, 16, 31, 0.40) 86%,
      #07101f 100%
    );
}

.cinematic-home .hero-art::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: auto 0 0 0;
  height: 180px;
  background:
    linear-gradient(180deg, transparent, rgba(7, 16, 31, 0.72) 72%, #07101f 100%);
  pointer-events: none;
}

.cinematic-home .hero-proof {
  width: 610px;
  max-width: 100%;
  margin-top: 38px;
  padding-top: 23px;
  gap: 24px;
  border-top: 1px solid rgba(126, 167, 225, 0.16);
}

.cinematic-home .proof-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 11px;
  align-items: start;
}

.cinematic-home .proof-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #53b5ff;
}

.cinematic-home .proof-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cinematic-home .hero-proof strong {
  margin: 1px 0 5px;
  color: #eef5ff;
  font-size: 13px;
}

.cinematic-home .hero-proof span:not(.proof-icon) {
  color: #758aa6;
  font-size: 11.5px;
  line-height: 1.52;
}

/* Give the next strip enough visual separation from the cinematic hero. */
.cinematic-home .trust-bar {
  position: relative;
  z-index: 5;
  margin-top: 4px;
  background: rgba(8, 19, 35, 0.74);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 55px rgba(0,0,0,.11);
}

/* Medium screens: keep the artwork dominant, but stop it colliding with copy. */
@media (max-width: 1180px) {
  .cinematic-home .hero {
    min-height: 680px;
  }

  .cinematic-home .hero-copy {
    width: min(590px, 55%);
  }

  .cinematic-home .hero-art {
    right: -180px;
    width: 74vw;
  }

  .cinematic-home .hero h1 {
    font-size: clamp(54px, 6vw, 78px);
  }
}


/* Mobile composition and glass navigation — September 2026. */
html { scroll-padding-top: 112px; }
body { overflow-x: clip; }
main { overflow: clip; }
a, button, summary { touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 5px;
}
.cinematic-home .site-header {
  background: linear-gradient(120deg, rgba(24, 43, 66, .68), rgba(7, 16, 31, .78));
  border-color: rgba(167, 206, 244, .16);
  box-shadow: inset 0 1px 0 rgba(225, 244, 255, .07), 0 12px 36px rgba(0, 0, 0, .15);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  backdrop-filter: blur(24px) saturate(145%);
}
.lang-btn { min-width: 44px; min-height: 44px; color: #a5b7cc; }
.lang-btn.is-active { background: rgba(123, 183, 236, .14); box-shadow: inset 0 1px rgba(255,255,255,.08); }
.account-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; }
.account-icon { width: 19px; height: 19px; flex-shrink: 0; }
.menu-toggle { display: none; }
.cinematic-home .gradient-text { max-width: 100%; padding-bottom: .13em; margin-bottom: -.13em; }
.btn { padding-block: 13px; text-align: center; }
.btn svg { flex-shrink: 0; }
.cinematic-home .hero-proof span:not(.proof-icon) { color: #98aac1; }
.trial-note { color: #a2b2c8; }
.trial-check { flex-shrink: 0; }
.text-link { max-width: 100%; min-height: 44px; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.faq-list summary { min-height: 68px; }
.faq-list summary::after { top: 50%; transform: translateY(-50%); }
.faq-list details[open] { background: rgba(104, 179, 238, .025); }

@media (min-width: 1041px) and (max-width: 1200px) {
  .site-header { gap: 10px; padding-inline: 14px; }
  .desktop-nav a { padding-inline: 7px; font-size: 13px; }
  .header-actions { gap: 8px; }
  .account-link { padding-inline: 10px; }
}

@media (max-width: 1040px) {
  .site-header {
    height: 72px;
    gap: 8px;
    top: max(10px, env(safe-area-inset-top));
  }
  .header-actions { gap: 8px; }
  .menu-toggle {
    display: grid; place-items: center; flex-shrink: 0;
    width: 44px; height: 44px; padding: 10px;
    color: #d9e8f8; border: 1px solid var(--line);
    border-radius: 12px; background: rgba(255,255,255,.035); cursor: pointer;
  }
  .menu-toggle svg { width: 22px; height: 22px; }
  .menu-toggle[aria-expanded="true"] { color: var(--cyan); background: rgba(66,232,223,.08); }
  .desktop-nav {
    position: absolute; top: calc(100% + 10px); left: 0; right: 0;
    margin: 0; padding: 10px; border: 1px solid var(--line-strong);
    border-radius: 18px; background: #0c1a2d;
    box-shadow: 0 20px 40px rgba(0,0,0,.35);
    max-height: calc(100dvh - 110px - env(safe-area-inset-top)); overflow-y: auto;
  }
  .site-header.menu-open .desktop-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
  .desktop-nav a { display: flex; align-items: center; min-height: 48px; padding: 12px; color: #c6d7e9; }
  .desktop-nav a:last-child { grid-column: 1 / -1; }
  .cinematic-home .hero {
    display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 0 20px; padding-top: 48px; padding-bottom: 36px;
  }
  .cinematic-home .hero::before { inset-inline: 0; }
  .cinematic-home .hero-copy { display: contents; }
  .hero .eyebrow { grid-column: 1; grid-row: 1; }
  .cinematic-home .hero h1 { grid-column: 1; grid-row: 2; font-size: clamp(48px, 6.6vw, 66px); margin: 20px 0; }
  .cinematic-home .hero-lead { grid-column: 1; grid-row: 3; font-size: 16px; line-height: 1.65; }
  .cinematic-home .hero-actions { grid-column: 1; grid-row: 4; display: grid; gap: 10px; margin-top: 24px; }
  .hero-actions .btn { min-height: 52px; }
  .cinematic-home .trial-note { grid-column: 1; grid-row: 5; font-size: 12px; }
  .cinematic-home .hero-art {
    grid-column: 2; grid-row: 1 / 6; align-self: stretch;
    position: relative; inset: auto; width: 100%; height: auto; min-height: 430px;
    margin: 0; border-radius: 24px; z-index: 0;
  }
  .cinematic-home .hero-art img { position: absolute; inset: 0; object-position: 64% 50%; transform: none; }
  .cinematic-home .hero-art::before {
    background: linear-gradient(180deg, #07101f, transparent 18%, transparent 74%, #07101f),
      linear-gradient(90deg, #07101f, transparent 22%, transparent 84%, rgba(7,16,31,.4));
  }
  .cinematic-home .hero-art::after { height: 80px; }
  .cinematic-home .hero-proof { grid-column: 1 / -1; grid-row: 6; width: 100%; gap: 20px; margin-top: 32px; }
  .section, .section-alt { padding-block: 80px; }
  .section-alt { margin-top: 0; }
  .feature-grid { gap: 12px; margin-top: 30px; }
  .feature-card { min-height: 0; display: grid; grid-template-columns: 44px 1fr; gap: 6px 18px; padding: 24px; }
  .feature-icon { grid-row: 1 / 3; }
  .feature-card h3 { margin: 0; padding-right: 22px; }
  .feature-card p { grid-column: 2; margin: 0; }
  .card-number { top: 24px; bottom: auto; right: 20px; }
  .steps { margin-top: 30px; gap: 0; }
  .step { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 24px 0; }
  .step-index { margin: 0; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
  .inline-cta { margin-top: 12px; min-height: 48px; }
  .price-card { width: 100%; max-width: none; }
  .apps-layout { gap: 28px; }
  .privacy-section { padding-bottom: 0; }
  .final-card { padding: 32px; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: calc(96px + env(safe-area-inset-top)); }
  body { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
  .shell { width: calc(100% - 40px); }
  .site-header { width: calc(100% - 24px); height: 64px; padding: 0 8px; margin-top: max(10px, env(safe-area-inset-top)); border-radius: 18px; }
  .brand { min-width: 0; gap: 5px; min-height: 44px; }
  .brand-logo { width: 31px; height: 36px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { display: none; }
  .header-actions { gap: 5px; }
  .lang-switch { padding: 0; border-radius: 11px; }
  .lang-btn { padding: 0; }
  .account-link { display: inline-flex; width: 44px; padding: 0; border-color: var(--line); }
  .account-link span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .cinematic-home .hero { grid-template-columns: minmax(0, 1fr); gap: 0; padding-top: 30px; padding-bottom: 28px; }
  .cinematic-home .hero::before { display: none; }
  .hero .eyebrow, .cinematic-home .hero h1, .cinematic-home .hero-art,
  .cinematic-home .hero-lead, .cinematic-home .hero-actions,
  .cinematic-home .trial-note, .cinematic-home .hero-proof { grid-column: 1; grid-row: auto; }
  .hero .eyebrow { order: 0; font-size: 10px; letter-spacing: .14em; gap: 10px; }
  .status-dot { width: 6px; height: 6px; }
  .cinematic-home .hero h1 { order: 1; font-size: clamp(42px, 13.8vw, 60px); line-height: 1.06; letter-spacing: -.06em; margin: 16px 0 0; z-index: 2; }
  .cinematic-home .hero-art {
    order: 2; min-height: 0; height: clamp(205px, 58vw, 258px);
    width: calc(100% + 40px); margin: -4px -20px -10px; border-radius: 0;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 16%, #000 72%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 16%, #000 72%, transparent);
  }
  .cinematic-home .hero-art img { object-position: 65% 44%; filter: saturate(1.07) brightness(.95); }
  .cinematic-home .hero-art::before {
    background: linear-gradient(90deg, rgba(7,16,31,.34), transparent 25%, transparent 85%, rgba(7,16,31,.24));
  }
  .cinematic-home .hero-art::after { height: 38px; }
  .cinematic-home .hero-lead { order: 3; font-size: 15px; line-height: 1.65; color: #aabbd0; z-index: 2; }
  .cinematic-home .hero-actions { order: 4; margin-top: 20px; gap: 9px; }
  .hero-actions .btn { min-height: 54px; border-radius: 15px; font-size: 14px; }
  .hero-actions .btn-primary { position: relative; padding-inline: 36px; }
  .hero-actions .button-arrow { position: absolute; right: 18px; }
  .hero-actions .btn-secondary { min-height: 48px; color: #c2d2e5; background: rgba(128,185,231,.035); border-color: var(--line); }
  .cinematic-home .trial-note { order: 5; margin-top: 13px; justify-content: center; gap: 6px; font-size: 11.5px; }
  .trial-check { width: 16px; height: 16px; font-size: 10px; }
  .cinematic-home .hero-proof { order: 6; margin-top: 28px; padding: 5px 16px; border: 1px solid var(--line); border-radius: 20px; gap: 0; background: linear-gradient(125deg, rgba(33,65,94,.2), rgba(12,25,45,.2)); }
  .cinematic-home .hero-proof div { padding: 0; border: 0; }
  .cinematic-home .hero-proof .proof-item { grid-template-columns: 36px minmax(0,1fr); gap: 12px; align-items: center; padding: 15px 0; }
  .cinematic-home .proof-item + .proof-item { border-top: 1px solid var(--line); }
  .cinematic-home .proof-icon { width: 36px; height: 36px; border-radius: 11px; background: rgba(72,160,233,.08); }
  .cinematic-home .proof-icon svg { width: 21px; height: 21px; }
  .cinematic-home .hero-proof strong { font-size: 13px; margin: 0 0 3px; }
  .cinematic-home .hero-proof span:not(.proof-icon) { font-size: 12px; line-height: 1.5; }
  .cinematic-home .trust-bar { grid-template-columns: 1fr 1fr; padding: 4px 14px; border: 0; border-radius: 0; box-shadow: none; background: none; backdrop-filter: none; gap: 0 16px; }
  .trust-bar span { align-items: flex-start; padding: 12px 0; gap: 7px; border: 0; }
  .trust-bar b { font-size: 10.5px; line-height: 1.55; font-weight: 550; }
  .trust-bar i { font-size: 9px; padding-top: 2px; }
  .section, .section-alt { padding-block: 60px; }
  .section-kicker { font-size: 10px; letter-spacing: .16em; }
  .section-heading h2, .privacy-card h2, .final-card h2 { font-size: clamp(29px, 8.4vw, 36px); line-height: 1.12; letter-spacing: -.045em; margin: 12px 0 16px; text-wrap: balance; overflow-wrap: break-word; }
  .section-heading p, .privacy-card p, .final-card p { font-size: 14px; line-height: 1.75; }
  .feature-card { grid-template-columns: 36px minmax(0,1fr); gap: 8px 12px; padding: 20px 16px; border-radius: 20px; }
  .feature-icon { width: 36px; height: 36px; border-radius: 11px; }
  .feature-card h3 { font-size: 17px; line-height: 1.35; }
  .feature-card p { font-size: 13px; line-height: 1.7; }
  .card-number { top: 21px; right: 12px; font-size: 10px; }
  .step { grid-template-columns: 36px minmax(0,1fr); gap: 14px; padding-block: 22px; }
  .step h3 { font-size: 20px; margin-bottom: 8px; }
  .step p { font-size: 13px; }
  .inline-cta { font-size: 14px; }
  .pricing-layout { gap: 26px; }
  .price-card { padding: 26px 22px; border-radius: 24px; box-shadow: 0 16px 40px rgba(0,0,0,.16); }
  .price-row { flex-wrap: wrap; gap: 10px; }
  .price-row strong { font-size: 60px; }
  .price-divider { margin-block: 22px; }
  .price-benefits span { display: flex; align-items: baseline; }
  .price-benefits b { margin-left: 8px; font-size: 13px; }
  .price-card .btn { min-height: 54px; }
  .apps-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .app-pill { min-height: 62px; padding: 12px 14px; gap: 10px; border-radius: 16px; font-size: 14px; }
  .app-dot { width: 7px; height: 7px; flex-shrink: 0; }
  .privacy-section { padding-bottom: 0; }
  .privacy-card { padding: 24px 22px; gap: 18px; border-radius: 24px; }
  .privacy-card h2 { margin-bottom: 0; }
  .text-link { font-size: 12px; }
  .faq-list { margin-top: 26px; }
  .faq-list summary { padding: 22px 36px 22px 0; font-size: 15px; line-height: 1.5; }
  .faq-list summary::after { right: 3px; width: 25px; text-align: center; }
  .faq-list p { font-size: 13px; padding-right: 12px; margin-top: -3px; }
  .final-cta { padding-top: 0; padding-bottom: 56px; }
  .final-card { padding: 28px 22px; border-radius: 24px; gap: 22px; }
  .final-card .btn { min-width: 0; min-height: 54px; }
  .site-footer { padding-top: 26px; padding-bottom: max(28px, env(safe-area-inset-bottom)); gap: 12px; }
  .footer-links { gap: 0 20px; }
  .site-footer > p { margin: 0; }
}

@media (max-width: 359px) {
  .site-header { width: calc(100% - 16px); padding-inline: 5px; gap: 4px; }
  .brand-logo { display: none; }
  .brand-copy strong { font-size: 15px; }
  .shell { width: calc(100% - 32px); }
  .cinematic-home .hero-art { width: calc(100% + 32px); margin-inline: -16px; }
  .cinematic-home .trial-note { font-size: 10.5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
