﻿:root {
  --bg: #fff9f3;
  --surface: #ffffffcc;
  --surface-strong: #fffaf5;
  --text: #1f2430;
  --muted: #5d6473;
  --accent: #d65c45;
  --accent-strong: #b94533;
  --teal: #217b7d;
  --line: #f0d9c9;
  --shadow: 0 20px 55px rgba(125, 80, 48, 0.16);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Sora", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 8%, #ffe6d5 0%, transparent 30%),
    radial-gradient(circle at 92% 16%, #d6f1e6 0%, transparent 25%),
    linear-gradient(130deg, #fff9f3 0%, #fff2e8 45%, #fffaf2 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image: linear-gradient(90deg, rgba(240, 217, 201, 0.45) 1px, transparent 1px);
  background-size: 36px 36px;
}

.page-glow {
  position: fixed;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.35;
}

.glow-left {
  left: -180px;
  top: 120px;
  background: #f8be9c;
}

.glow-right {
  right: -160px;
  top: 320px;
  background: #8dcac1;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0 18px;
}

.top-links {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
}

.lang-switch select {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  background: #ffffffd6;
  color: var(--text);
  font: inherit;
  font-size: 0.9rem;
  cursor: pointer;
}

.lang-switch select:focus {
  outline: 2px solid rgba(214, 92, 69, 0.35);
  border-color: var(--accent);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 2.1vw, 2rem);
  color: var(--text);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: clamp(32px, 2.2vw, 40px);
  height: clamp(32px, 2.2vw, 40px);
  border-radius: 12px;
  box-shadow: 0 7px 16px rgba(57, 82, 143, 0.25);
  flex: 0 0 auto;
}

.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  color: var(--text);
  font-size: 0.9rem;
  background: #ffffffa8;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.ghost-btn:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 26px;
  align-items: start;
  padding: 36px 0 26px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 0.78rem;
}

h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.08;
  max-width: 18ch;
}

.lead {
  margin: 18px 0 0;
  max-width: 56ch;
  font-size: 1.03rem;
  line-height: 1.68;
  color: var(--muted);
}

.lead.compact {
  margin-top: 10px;
  max-width: 70ch;
}

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

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(101, 49, 32, 0.16);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, var(--accent) 0%, #e57650 100%);
  overflow: hidden;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -20%;
  width: 28%;
  height: 360%;
  transform: rotate(18deg);
  background: rgba(255, 255, 255, 0.35);
  animation: sweep 5.6s ease-in-out infinite;
}

.btn-secondary {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
}

.hero-points {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: #394152;
}

.hero-points li {
  position: relative;
  padding-left: 24px;
  font-size: 0.94rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--teal), #39a18f);
}

.hero-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: start;
  height: fit-content;
  gap: 6px;
  border: 1px solid #efdacb;
  border-radius: 28px;
  padding: clamp(20px, 3.6vw, 32px);
  background: var(--surface);
  backdrop-filter: blur(6px);
  box-shadow: var(--shadow);
  animation: floatCard 6.2s ease-in-out infinite;
}

.hero-card::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 22px;
  width: 90px;
  height: 90px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(214, 92, 69, 0.16), rgba(33, 123, 125, 0.14));
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: min(100%, 150px);
  border-radius: 22px;
  box-shadow: 0 12px 20px rgba(50, 73, 132, 0.15);
  display: block;
}

.card-kicker {
  margin: 20px 0 8px;
  color: var(--muted);
  font-size: 0.92rem;
}

.status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 600;
  color: #333d4a;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3dac98;
  box-shadow: 0 0 0 6px rgba(61, 172, 152, 0.2);
}

.quote {
  margin: 22px 0 0;
  line-height: 1.58;
  color: #40495a;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 20px 0;
}

.feature {
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  padding: 20px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.feature:hover {
  transform: translateY(-5px);
  border-color: #e6b89a;
}

.feature h2 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
}

.feature p {
  margin: 0;
  line-height: 1.65;
  color: var(--muted);
}

.showcase {
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  background: linear-gradient(140deg, #fff7f0 0%, #fffdf9 100%);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
}

.showcase h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.15;
}

.showcase-list {
  display: grid;
  gap: 12px;
}

.showcase-list p {
  margin: 0;
  padding: 14px 16px;
  border-left: 3px solid #e4c2aa;
  background: #ffffffe0;
  border-radius: 10px;
  line-height: 1.6;
  color: #4d5567;
}

.pay {
  margin-top: 24px;
  border: 1px solid #ebceb9;
  border-radius: 28px;
  padding: clamp(20px, 4vw, 32px);
  background: linear-gradient(145deg, #fff6ee 0%, #fffdf9 100%);
}

.pay h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.16;
}

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

.pay-card {
  border: 1px solid #e6c9b5;
  background: #fffefc;
  border-radius: 18px;
  padding: 16px;
}

.pay-badge {
  display: inline-flex;
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f3e4d8;
  color: #7a4a30;
  font-size: 0.8rem;
  font-weight: 600;
}

.pay-card h3 {
  margin: 10px 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
}

.pay-card p {
  margin: 0;
  line-height: 1.6;
  color: #525a6b;
}

.pay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.support-note {
  margin-top: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.waitlist {
  margin: 28px auto 18px;
  border-radius: 24px;
  border: 1px solid #eccdb6;
  background:
    radial-gradient(circle at top right, rgba(214, 92, 69, 0.18), transparent 42%),
    #fffaf4;
  padding: clamp(20px, 4vw, 34px);
}

.waitlist h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 3.6vw, 2.25rem);
}

.waitlist p {
  margin: 10px 0 0;
  color: var(--muted);
}

.waitlist-form {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.waitlist input {
  width: 100%;
  border: 1px solid #e9cdbb;
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: #2b3343;
  background: #fffefb;
}

.waitlist input:focus {
  outline: 2px solid rgba(214, 92, 69, 0.35);
  border-color: var(--accent);
}

.waitlist button {
  border: 0;
  border-radius: 14px;
  padding: 13px 18px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(130deg, #d65c45 0%, #b74636 100%);
  transition: transform 0.2s ease;
}

.waitlist button:hover {
  transform: translateY(-2px);
}

.form-note {
  margin-top: 12px;
  font-size: 0.9rem;
}

.form-note a,
.footer a {
  color: #a73d2f;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  padding: 18px 0 36px;
  font-size: 0.9rem;
  color: #5f6678;
}

.legal-ru-note {
  margin: 24px auto 0;
  border: 1px solid #e6c0a6;
  border-radius: 16px;
  background: #fff5ed;
  padding: 12px 14px;
  color: #76371f;
  font-size: 0.92rem;
  line-height: 1.55;
}

.legal-ru-note p {
  margin: 0;
}

.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;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--delay, 0ms);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes sweep {
  0% {
    left: -30%;
  }
  36%,
  100% {
    left: 150%;
  }
}

@media (max-width: 980px) {
  .container {
    width: min(1120px, calc(100% - 30px));
  }

  .hero,
  .showcase {
    grid-template-columns: 1fr;
  }

  .features {
    grid-template-columns: 1fr;
  }

  .pay-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    animation-duration: 7s;
  }
}

@media (max-width: 600px) {
  .topbar {
    padding-top: 18px;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
  }

  .waitlist-form {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
