:root {
  --cream: #fffbf4;
  --paper: #fffdf9;
  --champagne: #d9a441;
  --champagne-dark: #9b6a1c;
  --ink: #1f1d1a;
  --muted: #77716a;
  --line: #e9dfd0;
  --success: #1f8a5b;
  --danger: #b84f5e;
  --slate: #263238;
  --wine: #6f2438;
  --shadow: 0 18px 50px rgba(31, 29, 26, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.55;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(233, 223, 208, 0.8);
  background: rgba(255, 251, 244, 0.9);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #000;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(31, 29, 26, 0.22);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.brand-name {
  font-size: 1.1rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-left: 10px;
}

.site-footer .brand-name {
  color: #fff;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #3c3934;
  font-size: 0.95rem;
  font-weight: 750;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.nav-links a {
  padding: 10px 0;
}

.nav-links a:hover {
  color: var(--champagne-dark);
}

.nav-cta,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid var(--champagne);
  background: var(--champagne);
  color: #fff;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(217, 164, 65, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(217, 164, 65, 0.34);
  background: #c8902a;
  border-color: #c8902a;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.button.outline {
  background: transparent;
  color: var(--champagne-dark);
  box-shadow: none;
}

.button.dark {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
  box-shadow: 0 14px 34px rgba(31, 29, 26, 0.18);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 1.3rem;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
}

.language-select {
  min-height: 40px;
  min-width: 92px;
  padding: 0 30px 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 850;
  cursor: pointer;
}

.language-select:focus-visible,
.menu-button:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(217, 164, 65, 0.5);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background-color: var(--ink);
  background-image:
    linear-gradient(90deg, rgba(31, 29, 26, 0.76), rgba(31, 29, 26, 0.28)),
    url("assets/images/hero-event.png");
  background-size: cover;
  background-position: center;
}

.hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 52px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #fff2d2;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.05;
  overflow-wrap: break-word;
  hyphens: auto;
}

h1 {
  max-width: 780px;
  font-size: clamp(3.2rem, 8vw, 6.8rem);
  font-weight: 950;
}

.hero h1 {
  color: #f5d98a;
  text-shadow: 0 2px 40px rgba(217, 164, 65, 0.25);
}

.hero-copy {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-metrics {
  width: min(930px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 42px;
}

.metric {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.metric strong {
  display: block;
  font-size: 1.6rem;
}

.metric span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.section {
  padding: 82px 0;
}

.section.alt {
  background: var(--paper);
}

.section.ink {
  background: var(--ink);
  color: #fff;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.section-head p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section.ink .section-head p,
.section.ink .muted {
  color: rgba(255, 255, 255, 0.68);
}

.grid {
  display: grid;
  gap: 16px;
}

.grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 29, 26, 0.06);
}

.section.ink .card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: none;
}

.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 8px;
  background: var(--soft, #fff3d6);
  color: var(--champagne-dark);
  font-size: 1.25rem;
}

.card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.card p,
.card li {
  color: var(--muted);
}

.section.ink .card p,
.section.ink .card li {
  color: rgba(255, 255, 255, 0.72);
}

.list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.list li {
  position: relative;
  padding-left: 24px;
  margin: 10px 0;
}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--champagne);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 44px;
  align-items: center;
}

.image-panel {
  min-height: 520px;
  border-radius: 8px;
  background-color: var(--champagne-dark);
  background-image:
    linear-gradient(180deg, rgba(31, 29, 26, 0.05), rgba(31, 29, 26, 0.42)),
    url("assets/images/champagne-event.png");
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.step-list {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
}

.step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--champagne);
  font-weight: 950;
}

.pricing {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card {
  padding: 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.price-number {
  margin: 14px 0 4px;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1;
  font-weight: 950;
  color: var(--success);
}

.example-box {
  display: grid;
  gap: 12px;
  padding: 30px;
  border-radius: 8px;
  background: var(--slate);
  color: #fff;
}

.money-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.money-row strong:last-child {
  color: #dff6eb;
}

.app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-badge {
  min-width: 184px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #050505;
  color: #fff;
  font-weight: 850;
}

.store-badge span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 750;
}

.store-badge strong {
  display: block;
  line-height: 1.1;
}

.store-badge.disabled {
  opacity: 0.68;
}

.lead {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.04rem, 2vw, 1.25rem);
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 850;
  font-size: 0.86rem;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 18px 0;
}

.legal-tile {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.legal-tile strong {
  display: block;
  margin-bottom: 6px;
}

.legal-table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.legal-table th,
.legal-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  background: var(--paper);
  color: var(--ink);
  font-size: 0.92rem;
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.download-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.download-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 29, 26, 0.07);
}

.download-card .store-badge {
  margin-top: 18px;
}

.contact-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--champagne-dark);
  font-weight: 900;
  word-break: break-word;
}

.legal-hero {
  padding: 78px 0 44px;
  background: var(--ink);
  color: #fff;
}

.legal-hero h1 {
  max-width: 980px;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
}

.legal-page {
  padding: 54px 0 84px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 42px;
  align-items: start;
}

.legal-nav {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.legal-nav a {
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
}

.legal-nav a:hover {
  background: var(--cream);
  color: var(--champagne-dark);
}

.legal-content {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.legal-content h2 {
  margin-top: 34px;
  margin-bottom: 10px;
  font-size: 1.55rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: #514d47;
}

.legal-content a {
  color: var(--champagne-dark);
  font-weight: 850;
}

.notice {
  padding: 16px;
  border: 1px solid rgba(31, 138, 91, 0.24);
  border-radius: 8px;
  background: #eefaf3;
  color: #173d2c;
  font-weight: 750;
}

.danger-notice {
  border-color: rgba(184, 79, 94, 0.25);
  background: #fff1f3;
  color: #5a1d2b;
}

.contact-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.contact-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.site-footer {
  border-top: 1px solid rgba(233, 223, 208, 0.9);
  background: #151412;
  color: #fff;
}

.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 38px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.footer-links h3 {
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: var(--champagne);
}

.footer-links a {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.72);
}

.fine-print {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

@media (max-width: 1120px) {
  .nav-right {
    gap: 12px;
  }

  .menu-button {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 76px;
    display: none;
    gap: 8px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links a {
    padding: 12px 10px;
  }

  .nav-links.is-open {
    display: flex;
  }
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 82px 0 38px;
  }

  .hero-metrics,
  .grid.three,
  .grid.two,
  .split,
  .pricing,
  .legal-layout,
  .footer-inner,
  .footer-links,
  .contact-panel,
  .legal-grid,
  .download-panel {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
  }

  .legal-content {
    padding: 22px;
  }
}

@media (max-width: 520px) {
  .nav,
  .container,
  .hero-inner,
  .footer-inner,
  .fine-print {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    font-size: clamp(2.75rem, 15vw, 4.8rem);
  }

  .legal-hero h1 {
    font-size: clamp(2.05rem, 8.5vw, 2.8rem);
    line-height: 1.08;
  }

  .brand-name {
    display: none;
  }

  .language-select {
    min-width: 76px;
    padding-right: 22px;
  }

  .hero-metrics {
    margin-top: 30px;
  }

  .section {
    padding: 62px 0;
  }

  .card,
  .price-card,
  .example-box {
    padding: 20px;
  }
}
