:root {
  --ink: #141421;
  --muted: #676779;
  --line: #e7e7ef;
  --paper: #fbfbfe;
  --panel: #ffffff;
  --violet: #5d3fd3;
  --magenta: #d84d99;
  --cyan: #4eb8d8;
  --dark: #17132b;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(231, 231, 239, .86);
  background: rgba(251, 251, 254, .92);
  backdrop-filter: blur(18px);
}
.nav {
  width: min(100% - 40px, var(--max));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 780; letter-spacing: -.02em; }
.brand img { width: 34px; height: 34px; border-radius: 10px; }
.brand span { font-size: 1.12rem; }
.nav-links { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a { padding: 8px 12px; border-radius: 8px; color: var(--muted); text-decoration: none; font-size: .92rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); background: #efedf9; }
.nav-links .nav-cta { color: #fff; background: var(--violet); }
.nav-links .nav-cta:hover { color: #fff; background: #4930b0; }
.wrap { width: min(100% - 40px, var(--max)); margin: auto; }
.hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--dark) url("assets/bg_match.png") center / cover no-repeat;
}
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 11, 33, .94), rgba(23, 19, 43, .48) 58%, rgba(23, 19, 43, .2)); }
.hero-content { position: relative; width: min(100% - 40px, var(--max)); margin: auto; padding: 86px 0 120px; }
.eyebrow { margin: 0 0 14px; color: #bcebf5; font-size: .78rem; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.14; letter-spacing: -.04em; }
h1 { max-width: 680px; margin: 0; font-size: clamp(2.8rem, 7vw, 5.8rem); }
.hero p { max-width: 570px; margin: 24px 0 0; color: #e3e1ef; font-size: 1.14rem; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 8px; text-decoration: none; font-weight: 720; font-size: .94rem; }
.button-primary { color: #fff; background: var(--magenta); }
.button-primary:hover { background: #bc387f; }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.36); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.section { padding: 92px 0; }
.section-tight { padding: 60px 0; }
.section-header { max-width: 690px; margin-bottom: 36px; }
.section-header h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); }
.section-header p { margin: 14px 0 0; color: var(--muted); }
.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.card h3 { margin: 0 0 10px; font-size: 1.2rem; letter-spacing: -.02em; }
.card p { margin: 0; color: var(--muted); }
.icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 10px; color: var(--violet); background: #efebff; font-weight: 800; }
.band { color: #fff; background: var(--dark); }
.band .section-header p { color: #c8c4d6; }
.band .card { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.07); }
.band .card p { color: #d7d4e1; }
.callout { padding: 25px 28px; border-left: 4px solid var(--cyan); background: #eefaff; }
.callout p { margin: 0; color: #2c5966; }
.page-hero { padding: 92px 0 66px; background: linear-gradient(135deg, #f0ecff, #fbfbfe 58%); }
.page-hero h1 { max-width: 760px; font-size: clamp(2.4rem, 5vw, 4.6rem); }
.page-hero p { max-width: 670px; margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); align-items: start; gap: 54px; }
.legal-nav { position: sticky; top: 102px; display: grid; gap: 5px; }
.legal-nav a { padding: 9px 12px; border-radius: 7px; color: var(--muted); text-decoration: none; font-size: .9rem; }
.legal-nav a:hover { color: var(--ink); background: #efedf9; }
.legal-copy section { padding: 0 0 40px; margin: 0 0 40px; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { margin: 0 0 18px; font-size: 1.7rem; }
.legal-copy h3 { margin: 24px 0 7px; font-size: 1.08rem; letter-spacing: -.02em; }
.legal-copy p, .legal-copy li { color: #4c4c5d; }
.legal-copy ul { padding-left: 22px; }
.meta { color: var(--muted); font-size: .88rem; }
.faq details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 720; }
.faq details p { margin: 12px 0 0; color: var(--muted); }
.contact-list { display: grid; gap: 12px; margin: 22px 0 0; }
.contact-item { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-item span:first-child { color: var(--muted); }
.contact-item a { color: var(--violet); font-weight: 700; text-decoration: none; }
.site-footer { padding: 42px 0 30px; color: #b8b5c7; background: var(--dark); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; }
.site-footer .brand { color: #fff; }
.site-footer p { max-width: 330px; margin: 16px 0 0; color: #aaa7ba; font-size: .9rem; }
.site-footer h3 { margin: 0 0 12px; color: #fff; font-size: .95rem; letter-spacing: 0; }
.site-footer a { display: block; width: fit-content; margin: 7px 0; color: #c9c6d4; text-decoration: none; font-size: .9rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; margin-top: 34px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
@media (max-width: 760px) {
  .nav { width: min(100% - 28px, var(--max)); min-height: 68px; align-items: flex-start; padding: 14px 0; }
  .nav-links { gap: 0; }
  .nav-links a { padding: 6px 7px; font-size: .78rem; }
  .hero-content, .wrap { width: min(100% - 28px, var(--max)); }
  .hero { min-height: 560px; }
  .hero-content { padding: 74px 0 92px; }
  .section { padding: 68px 0; }
  .grid-3, .grid-2, .footer-grid { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 28px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; }
  .legal-nav a { border: 1px solid var(--line); }
  .contact-item { display: grid; gap: 4px; }
  .footer-bottom { display: grid; gap: 6px; }
}
