:root {
  --bg: #0f141a;
  --surface: #161d25;
  --surface-2: #1c2530;
  --line: #52657a;
  --text: #e9f0f7;
  --muted: #a7b6c4;
  --accent: #85acd9;
  --accent-deep: #35506e;
  --s1: 4px;
  --s2: 8px;
  --s3: 16px;
  --s4: 24px;
  --s5: 32px;
  --s6: 48px;
  --s7: 64px;
  --s8: 96px;
  --fs-0: 0.8125rem;
  --fs-1: 1rem;
  --fs-2: 1.25rem;
  --fs-3: 1.5625rem;
  --fs-4: 1.953rem;
  --fs-5: 2.441rem;
  --fs-6: 3.052rem;
  --radius: 10px;
  --container: 1200px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  font-size: var(--fs-1);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Bricolage Grotesque", "Inter", sans-serif;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 600;
}

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

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

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--s4);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(15, 20, 26, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-row {
  display: flex;
  align-items: center;
  gap: var(--s5);
  min-height: 72px;
}

.brand {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: var(--fs-2);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.main-nav {
  display: flex;
  gap: var(--s2);
  margin-left: auto;
}

.main-nav a {
  color: var(--muted);
  font-size: var(--fs-0);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 12px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  transition: color 0.15s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--text);
}

.currency-switch {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}

.cur-btn {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: var(--fs-0);
  font-weight: 600;
  min-width: 52px;
  min-height: 48px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.cur-btn[aria-pressed="true"] {
  background: var(--accent);
  color: #0d1319;
}

.cur-btn:focus-visible,
a:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.hero {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(133, 172, 217, 0.14), transparent 65%),
    var(--surface);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: var(--s7);
  align-items: center;
  padding: var(--s8) 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  color: var(--accent);
  font-size: var(--fs-0);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: var(--s3);
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--accent);
}

.hero h1 {
  font-size: clamp(var(--fs-4), 5.4vw, var(--fs-6));
  max-width: 14ch;
  margin-bottom: var(--s4);
}

.hero p {
  color: var(--muted);
  max-width: 46ch;
  margin-bottom: var(--s5);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 var(--s5);
  border-radius: 999px;
  font-weight: 600;
  font-size: var(--fs-1);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}

.btn-primary {
  background: var(--text);
  color: #0d1319;
}

.btn-primary:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.hero-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--surface-2), var(--surface));
  padding: var(--s5);
  display: grid;
  gap: var(--s3);
}

.hero-panel-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--s3);
  padding-bottom: var(--s3);
  border-bottom: 1px solid var(--line);
}

.hero-panel-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hero-panel-row span:first-child {
  color: var(--muted);
  font-size: var(--fs-0);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-panel-row span:last-child {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: var(--fs-2);
}

.section {
  padding: var(--s8) 0;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s4);
  margin-bottom: var(--s6);
}

.section-title {
  font-size: var(--fs-4);
  padding-left: var(--s3);
  border-left: 4px solid var(--accent);
}

.section-note {
  color: var(--muted);
  font-size: var(--fs-0);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.promo-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s4);
}

.promo-tile {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--s6) var(--s5);
  background: linear-gradient(140deg, rgba(133, 172, 217, 0.12), transparent 60%), var(--surface);
}

.promo-tile h3 {
  font-size: var(--fs-3);
  margin-bottom: var(--s2);
}

.promo-tile p {
  color: var(--muted);
  max-width: 40ch;
  margin-bottom: var(--s4);
}

.text-link {
  color: var(--accent);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid transparent;
}

.text-link:hover {
  border-bottom-color: var(--accent);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: var(--s5) var(--s4);
}

.card {
  display: flex;
  flex-direction: column;
  gap: var(--s3);
}

.card-media {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--surface-2), var(--accent-deep));
}

.card-media .ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: var(--fs-5);
  font-weight: 700;
  color: rgba(233, 240, 247, 0.55);
}

.card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card:hover .card-media img {
  transform: scale(1.03);
}

.card h3 {
  font-size: var(--fs-2);
  font-weight: 600;
}

.card .desc {
  color: var(--muted);
  font-size: var(--fs-0);
  line-height: 1.55;
}

.card .price {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: var(--fs-2);
  font-weight: 700;
  color: var(--accent);
}

.statement {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.statement-inner {
  padding: var(--s8) 0;
  max-width: 800px;
}

.statement h2 {
  font-size: clamp(var(--fs-3), 3.6vw, var(--fs-5));
  margin-bottom: var(--s4);
}

.statement p {
  color: var(--muted);
  max-width: 58ch;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--surface);
  padding: var(--s7) 0 var(--s5);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: var(--s6);
  margin-bottom: var(--s6);
}

.footer-grid h3 {
  font-size: var(--fs-0);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: var(--s3);
}

.footer-grid ul {
  list-style: none;
  display: grid;
  gap: var(--s1);
}

.footer-grid a,
.footer-grid li {
  color: var(--text);
  font-size: var(--fs-1);
}

.footer-grid ul a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
}

.footer-grid ul a:hover {
  color: var(--accent);
}

.footer-brand p {
  color: var(--muted);
  max-width: 34ch;
  margin-top: var(--s2);
  font-size: var(--fs-0);
}

.footer-legal {
  border-top: 1px solid var(--line);
  padding-top: var(--s4);
  color: var(--muted);
  font-size: var(--fs-0);
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2) var(--s4);
  justify-content: space-between;
}

.page-head {
  padding: var(--s7) 0 var(--s5);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.page-head h1 {
  font-size: clamp(var(--fs-4), 4.5vw, var(--fs-5));
  margin-bottom: var(--s2);
}

.page-head p {
  color: var(--muted);
}

.policy {
  max-width: 760px;
  padding: var(--s7) var(--s4) var(--s8);
  margin: 0 auto;
}

.policy h2 {
  font-size: var(--fs-3);
  margin: var(--s6) 0 var(--s3);
  padding-left: var(--s3);
  border-left: 4px solid var(--accent);
}

.policy h2:first-of-type {
  margin-top: 0;
}

.policy p,
.policy li {
  color: var(--muted);
  margin-bottom: var(--s3);
}

.policy strong {
  color: var(--text);
}

.policy ul,
.policy ol {
  padding-left: var(--s4);
  margin-bottom: var(--s3);
}

.policy li {
  margin-bottom: var(--s2);
}

.policy table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--s3) 0 var(--s4);
  font-size: var(--fs-0);
}

.policy th,
.policy td {
  text-align: left;
  padding: var(--s2) var(--s3);
  border: 1px solid var(--line);
  color: var(--muted);
  vertical-align: top;
}

.policy th {
  color: var(--text);
  background: var(--surface);
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: var(--s6);
    padding: var(--s7) 0;
  }
  .promo-duo,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .main-nav {
    display: none;
  }
  .header-row {
    justify-content: space-between;
  }
  .section {
    padding: var(--s7) 0;
  }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--s2);
    margin-bottom: var(--s5);
  }
}
