:root {
  --bg: #08090b;
  --panel: #111318;
  --panel-2: #16191f;
  --ink: #f3f4f7;
  --text: #c8cad1;
  --muted: #8d919c;
  --line: rgba(255, 255, 255, 0.1);
  --orange: #ffab2e;
  --green: #35d17b;
  --max: 1120px;
  --legal-max: 820px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 16px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
a.link { color: #ffc267; }
a.link:hover { text-decoration: underline; }
.shell { max-width: var(--max); margin: auto; padding: 0 24px; }
.shell.legal { max-width: var(--legal-max); }
.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.4px;
  flex-shrink: 0;
}
.mark {
  display: block;
  width: 29px;
  height: 29px;
  overflow: hidden;
  border-radius: 9px;
  box-shadow: 0 2px 10px rgba(255, 171, 46, 0.24);
}
.mark img { display: block; width: 100%; height: 100%; object-fit: cover; }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}
.nav-links a:hover { color: var(--ink); }
.lang-switch {
  position: relative;
  flex-shrink: 0;
}
.lang-switch summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
}
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch summary:hover { border-color: rgba(255, 171, 46, 0.35); }
.lang-switch[open] summary { border-color: rgba(255, 171, 46, 0.45); }
.lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 40;
  min-width: 168px;
  padding: 6px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #12151b;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.lang-menu a {
  display: block;
  padding: 9px 11px;
  border-radius: 8px;
  color: var(--text);
  font-size: 13px;
}
.lang-menu a:hover { background: rgba(255, 255, 255, 0.05); color: var(--ink); }
.lang-menu a[aria-current="true"] {
  color: var(--orange);
  background: rgba(255, 171, 46, 0.1);
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding: 84px 0 70px;
  overflow: clip;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
}
h1 {
  max-width: 610px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.01;
  letter-spacing: -2.8px;
}
h1 em { font-style: normal; color: var(--orange); }
.lede {
  max-width: 545px;
  margin: 22px 0 28px;
  color: var(--text);
  font-size: 19px;
  line-height: 1.5;
}
.actions { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  background: var(--orange);
  color: #141006;
  font-size: 14px;
  font-weight: 750;
}
.button:hover { background: #ffc15a; }
.text-link { font-size: 14px; font-weight: 650; color: var(--text); }
.fine { margin-top: 14px; color: var(--muted); font-size: 12px; }
.hero-shot { position: relative; margin: auto; width: min(100%, 340px); }
.hero-shot img {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.52);
}
.hero-shot:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% -15%;
  background: radial-gradient(circle, rgba(255, 171, 46, 0.28), transparent 68%);
  filter: blur(22px);
}
.strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0d0f13;
}
.strip-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.metric { padding: 22px 20px; border-left: 1px solid var(--line); }
.metric:first-child { border-left: 0; }
.metric b { display: block; color: var(--ink); font-size: 18px; }
.metric span { color: var(--muted); font-size: 13px; }
.section { padding: 90px 0; }
.section-heading { max-width: 610px; margin-bottom: 34px; }
.section h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 34px;
  letter-spacing: -1.3px;
}
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.feature {
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.feature .icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 19px;
  border-radius: 10px;
  background: rgba(255, 171, 46, 0.12);
  color: var(--orange);
  font-size: 18px;
}
.feature h3 { margin: 0 0 7px; color: var(--ink); font-size: 16px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }
.story {
  display: grid;
  grid-template-columns: 1fr minmax(250px, 0.78fr);
  gap: 44px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.story:nth-of-type(even) { grid-template-columns: minmax(250px, 0.78fr) 1fr; }
.story:nth-of-type(even) .story-copy { order: 2; }
.story img {
  display: block;
  width: min(100%, 330px);
  max-height: 560px;
  object-fit: cover;
  object-position: top center;
  margin: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}
.story-copy { max-width: 610px; }
.story-copy h2 { margin-bottom: 12px; }
.story-copy > p { margin: 0 0 15px; color: var(--muted); font-size: 17px; }
.points { margin: 0; padding-left: 20px; color: var(--text); }
.points li { margin: 7px 0; }
.proof-note { color: var(--orange) !important; font-weight: 650; }
.shots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.shot {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: var(--panel);
}
.shot img {
  display: block;
  width: 100%;
  transition: transform 0.25s ease;
}
.shot:hover img { transform: scale(1.025); }
.shot div {
  padding: 14px 15px 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}
.pro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 171, 46, 0.32);
  background: linear-gradient(
    110deg,
    rgba(255, 171, 46, 0.13),
    rgba(255, 171, 46, 0.035) 48%,
    var(--panel)
  );
}
.pro h2 { font-size: 28px; margin: 0 0 8px; color: var(--ink); }
.pro p { max-width: 620px; margin: 0; color: var(--text); }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 23px;
}
.benefit {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.14);
}
.benefit h3 { margin: 0 0 5px; color: var(--ink); font-size: 14px; }
.benefit p { margin: 0; color: var(--muted); font-size: 13px; }
.price-block { text-align: right; }
.price {
  color: var(--ink);
  font-size: 26px;
  font-weight: 750;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
.price span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
.price b { display: block; margin-bottom: 4px; color: var(--text); font-size: 12px; letter-spacing: 0; }
.price strong { display: block; color: var(--ink); font-size: 29px; }
.price strong span { display: inline; margin-left: 4px; font-size: 13px; }
.price small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 500; line-height: 1.45; }
.price.annual { padding: 15px; border: 1px solid rgba(255, 171, 46, 0.4); border-radius: 13px; background: rgba(255, 171, 46, 0.09); }
.price.monthly { margin-top: 13px; padding: 0 15px 3px; }
.price + .price { margin-top: 12px; }
.notice {
  max-width: 830px;
  margin: auto;
  padding: 19px 21px;
  border-left: 3px solid var(--orange);
  border-radius: 5px;
  background: #13110d;
  color: var(--muted);
  font-size: 13px;
}
.notice b { color: var(--text); }
footer {
  margin-top: 70px;
  padding: 27px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-links a:hover { color: var(--ink); }

/* Legal pages */
.legal-hero {
  padding: 62px 0 34px;
  border-bottom: 1px solid var(--line);
}
.legal-hero .eyebrow {
  margin-bottom: 7px;
  display: block;
}
.legal-hero h1 {
  margin: 7px 0 10px;
  font-size: 40px;
  letter-spacing: -1.4px;
}
.legal-hero p { margin: 0; color: var(--muted); font-size: 16px; }
article.legal { padding: 26px 0 60px; }
article.legal h2 {
  margin: 34px 0 9px;
  color: var(--ink);
  font-size: 21px;
  letter-spacing: -0.4px;
}
article.legal p,
article.legal ul { margin: 0 0 13px; }
article.legal li { margin: 5px 0; }
article.legal a { color: #ffc267; }
article.legal a:hover { text-decoration: underline; }
.callout {
  margin: 20px 0;
  padding: 15px 17px;
  border-left: 3px solid var(--orange);
  border-radius: 5px;
  background: #15120d;
  color: var(--text);
}
.table { overflow-x: auto; margin: 15px 0; }
.table table {
  width: 100%;
  border-collapse: collapse;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.table th,
.table td {
  text-align: left;
  vertical-align: top;
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
}
.table tr:last-child td { border-bottom: 0; }
.table th {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.8px;
}
.legal-footer {
  margin-top: 0;
  padding: 26px 0 42px;
}

@media (max-width: 760px) {
  .shell { padding: 0 18px; }
  .nav { height: auto; min-height: 64px; padding: 12px 0; flex-wrap: wrap; }
  .nav-right { width: 100%; justify-content: space-between; }
  .nav-links { gap: 12px; font-size: 12px; }
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 55px 0;
  }
  .hero-shot { width: 240px; order: -1; }
  .lede { font-size: 17px; }
  .strip-inner { grid-template-columns: 1fr; }
  .metric { border-left: 0; border-top: 1px solid var(--line); }
  .metric:first-child { border-top: 0; }
  .section { padding: 62px 0; }
  .feature-grid,
  .shots,
  .benefit-grid { grid-template-columns: 1fr; }
  .story,
  .story:nth-of-type(even) { grid-template-columns: 1fr; gap: 30px; }
  .story:nth-of-type(even) .story-copy { order: initial; }
  .story img { width: min(100%, 270px); max-height: 420px; }
  .pro { grid-template-columns: 1fr; }
  .price-block { text-align: left; }
  .section h2 { font-size: 29px; }
  .legal-hero h1 { font-size: 34px; }
}
