:root {
  color-scheme: light;
  --ink: #111114;
  --muted: #68686f;
  --paper: #f1f1ef;
  --card: #ffffff;
  --line: rgba(17, 17, 20, 0.12);
  --violet: #5f2cff;
  --cyan: #11b8ee;
  --telegram: #2aabee;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(18, 15, 38, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.page-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: hidden;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  padding: 0 clamp(24px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.wordmark,
.header-link {
  text-decoration: none;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wordmark-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cyan), var(--violet));
  box-shadow: 0 0 0 5px rgba(95, 44, 255, 0.08);
}

.header-link {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
}

.hero,
.benefits,
.pricing,
.contact {
  padding: clamp(72px, 10vw, 144px) clamp(24px, 5vw, 72px);
}

.hero {
  min-height: calc(100svh - 88px);
  display: grid;
  align-content: center;
  gap: clamp(48px, 7vw, 96px);
}

.hero-copy {
  max-width: 1120px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: balance;
}

h1 {
  margin: 0;
  max-width: 1080px;
  font-size: clamp(56px, 8.7vw, 126px);
  font-weight: 650;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(92deg, var(--violet), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-text {
  max-width: 690px;
  margin: 34px 0 0;
  color: #424249;
  font-size: clamp(20px, 2.15vw, 30px);
  line-height: 1.35;
}

.flow-card {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 120px minmax(280px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 280px;
  padding: clamp(24px, 4vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at 20% 120%, rgba(95, 44, 255, 0.22), transparent 45%),
    radial-gradient(circle at 80% 110%, rgba(17, 184, 238, 0.24), transparent 46%),
    rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
}

.source-card {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 28px;
  border-radius: var(--radius);
  background: #13111a;
}

.source-card img {
  width: min(100%, 236px);
  height: auto;
}

.source-label {
  align-self: flex-start;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flow-line {
  display: flex;
  align-items: center;
  color: var(--ink);
}

.flow-line span {
  width: 100%;
  height: 1px;
  background: currentColor;
}

.flow-line svg {
  width: 32px;
  flex: 0 0 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.destinations {
  display: grid;
  gap: 14px;
}

.destination-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
}

.destination-card img,
.mail-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
}

.mail-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111114;
  color: white;
}

.mail-icon svg,
.contact-icon svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.destination-card div {
  display: grid;
  gap: 2px;
}

.destination-card span {
  font-size: 19px;
  font-weight: 720;
}

.destination-card small {
  color: var(--muted);
  font-size: 13px;
}

.benefits {
  background: #111114;
  color: white;
}

.benefits .eyebrow,
.contact .eyebrow {
  color: rgba(255, 255, 255, 0.5);
}

.section-heading {
  max-width: 880px;
}

h2 {
  margin: 0;
  font-size: clamp(40px, 5.7vw, 76px);
  font-weight: 620;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: clamp(48px, 7vw, 88px);
}

.benefit-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: clamp(24px, 3.4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: #19191e;
}

.benefit-number {
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.benefit-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 48px 0 auto;
  place-items: center;
  border-radius: 22px;
  background: white;
  color: var(--ink);
}

.benefit-icon svg {
  width: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.benefit-card h3 {
  margin: 40px 0 12px;
  font-size: clamp(25px, 2.25vw, 34px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.benefit-card p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 16px;
}

.pricing-heading {
  max-width: 840px;
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: clamp(48px, 7vw, 88px);
}

.price-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
}

.price-card-primary {
  background: linear-gradient(145deg, #5e2cff, #4122db);
  color: white;
}

.price-kicker {
  max-width: 330px;
  margin: 0;
  font-size: clamp(20px, 2.1vw, 29px);
  font-weight: 650;
  letter-spacing: -0.025em;
}

.price {
  margin: 40px 0 0;
  font-size: clamp(56px, 7vw, 98px);
  font-weight: 660;
  letter-spacing: -0.06em;
  line-height: 0.9;
  white-space: nowrap;
}

.price-note {
  max-width: 400px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.price-card-primary .price-note {
  color: rgba(255, 255, 255, 0.66);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1.15fr);
  gap: clamp(48px, 8vw, 120px);
  margin: 0 clamp(16px, 2.5vw, 36px) clamp(16px, 2.5vw, 36px);
  border-radius: calc(var(--radius) + 12px);
  background: #111114;
  color: white;
}

.contact-copy h2 {
  max-width: 520px;
}

.contact-links {
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-links a {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 620;
  letter-spacing: -0.02em;
}

.contact-links a > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 3px;
  overflow-wrap: anywhere;
}

.contact-links small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-icon,
.contact-links img {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
}

.contact-icon {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.contact-arrow {
  color: rgba(255, 255, 255, 0.48);
  font-size: 28px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(24px, 5vw, 72px) 42px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

@media (hover: hover) {
  .header-link,
  .contact-links a {
    transition: opacity 180ms ease;
  }

  .header-link:hover,
  .contact-links a:hover {
    opacity: 0.64;
  }
}

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

  .flow-card {
    grid-template-columns: 1fr;
  }

  .flow-line {
    width: 1px;
    height: 58px;
    justify-self: center;
    flex-direction: column;
  }

  .flow-line span {
    width: 1px;
    height: 100%;
  }

  .flow-line svg {
    transform: rotate(90deg);
  }

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

  .benefit-card {
    min-height: 310px;
  }

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

@media (max-width: 640px) {
  .site-header {
    min-height: 72px;
  }

  .hero,
  .benefits,
  .pricing,
  .contact {
    padding: 72px 20px;
  }

  h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .hero-text {
    font-size: 19px;
  }

  .flow-card {
    padding: 18px;
  }

  .source-card {
    min-height: 140px;
  }

  .destination-card {
    min-height: 76px;
  }

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

  .price-card {
    min-height: 300px;
  }

  .contact {
    margin: 0 10px 10px;
    padding-inline: 20px;
  }

  .contact-links a {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
    font-size: 17px;
  }

  .contact-icon,
  .contact-links img {
    width: 40px;
    height: 40px;
  }

  footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
