:root {
  --bg-top: #fff8ec;
  --bg-bottom: #fffdf8;
  --panel: rgba(255, 255, 255, 0.92);
  --text: #16181d;
  --muted: #626872;
  --accent: #ffab1f;
  --accent-deep: #ff7a00;
  --accent-ink: #5d2d00;
  --line: rgba(17, 24, 39, 0.08);
  --success: #14805e;
  --error: #c0392b;
  --shadow: 0 22px 60px rgba(255, 122, 0, 0.16);
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  background:
    radial-gradient(circle at top left, rgba(255, 171, 31, 0.2), transparent 28%),
    radial-gradient(circle at right 12%, rgba(255, 122, 0, 0.1), transparent 26%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.travel-shell {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  padding:
    max(24px, env(safe-area-inset-top))
    clamp(18px, 4vw, 44px)
    calc(28px + env(safe-area-inset-bottom));
}

.pop-shell {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:
    max(16px, env(safe-area-inset-top))
    16px
    calc(18px + env(safe-area-inset-bottom));
}

.hero-card {
  width: min(100%, 460px);
  padding: 20px 18px 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
  text-align: center;
  backdrop-filter: blur(14px);
}

.minimal-card {
  width: min(100%, 480px);
}

.hero-topline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 171, 31, 0.16);
  color: var(--accent-ink);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  margin: 14px 0 0;
  font-size: clamp(1.9rem, 8vw, 2.55rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-copy {
  margin: 14px auto 0;
  max-width: 22ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.45;
}

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

.hero-toolbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.language-switch {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.lang-chip {
  min-width: 42px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--muted);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}

.lang-chip.is-active {
  border-color: rgba(17, 24, 39, 0.14);
  background: rgba(17, 24, 39, 0.08);
  color: var(--text);
}

.step-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 18px;
}

.step-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: rgba(247, 247, 247, 0.9);
  text-align: left;
}

.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
}

.step-text {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.15;
}

.deal-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 18px;
}

.deal-chip {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: rgba(247, 247, 247, 0.9);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.button {
  width: 100%;
  min-height: 72px;
  margin: 0 auto;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 100%);
  box-shadow:
    0 18px 38px rgba(255, 122, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.button-primary:active {
  transform: translateY(1px) scale(0.995);
}

.button:disabled {
  opacity: 0.88;
  cursor: default;
}

.helper-line {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.travel-hero {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.9fr);
  gap: 24px;
  align-items: stretch;
}

.travel-hero-copy,
.travel-summary-card,
.travel-tile {
  border: 1px solid rgba(16, 38, 76, 0.08);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 60px rgba(14, 57, 121, 0.12);
}

.travel-hero-copy {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: clamp(28px, 5vw, 48px);
  min-height: 420px;
}

.travel-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(16, 110, 230, 0.12), transparent 42%),
    radial-gradient(circle at top right, rgba(255, 176, 59, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.82));
  pointer-events: none;
}

.travel-hero-copy > * {
  position: relative;
  z-index: 1;
}

.travel-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(23, 134, 255, 0.1);
  color: #0f427f;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.travel-title {
  max-width: 10.5ch;
  margin: 18px 0 0;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: #10233b;
}

.travel-copy {
  max-width: 34ch;
  margin: 18px 0 0;
  color: #4b5f79;
  font-size: clamp(1rem, 1.8vw, 1.12rem);
  line-height: 1.6;
}

.travel-meta-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.travel-stat {
  min-height: 92px;
  padding: 16px 16px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(16, 38, 76, 0.07);
}

.travel-stat-label {
  display: block;
  color: #6a7b90;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.travel-stat strong {
  display: block;
  margin-top: 10px;
  color: #10233b;
  font-size: 1.15rem;
  line-height: 1.2;
}

.travel-cta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 28px;
}

.travel-cta {
  width: min(100%, 360px);
}

.travel-helper {
  max-width: 42ch;
  margin: 0;
  color: #62738a;
  font-size: 0.9rem;
  line-height: 1.55;
}

.travel-summary-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  border-radius: 32px;
  padding: 24px 22px;
  background:
    linear-gradient(180deg, rgba(11, 87, 179, 0.92), rgba(15, 54, 112, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06));
  color: #ffffff;
}

.travel-summary-top {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.travel-summary-price {
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.travel-summary-route {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.5;
}

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

.travel-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.travel-summary-item span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.travel-summary-item strong {
  font-size: 0.92rem;
}

.travel-grid {
  max-width: 1180px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.travel-tile {
  border-radius: 28px;
  padding: 24px 22px;
}

.travel-tile-large {
  grid-column: span 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at right top, rgba(23, 134, 255, 0.12), transparent 28%);
}

.travel-tile h2,
.travel-tile h3 {
  margin: 14px 0 0;
  color: #10233b;
  line-height: 1.04;
}

.travel-tile h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.05em;
  max-width: 12ch;
}

.travel-tile h3 {
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}

.travel-tile p {
  margin: 12px 0 0;
  color: #5f7086;
  font-size: 0.96rem;
  line-height: 1.6;
  max-width: 32ch;
}

.travel-tile-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(23, 134, 255, 0.1);
  color: #0f427f;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.travel-trust-row {
  max-width: 1180px;
  margin: 18px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.travel-trust-chip {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 38, 76, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #314762;
  font-size: 0.88rem;
  font-weight: 700;
}

.feedback,
.close-hint {
  width: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.45;
}

.feedback,
.close-hint {
  display: none;
}

.feedback:not(:empty) {
  margin-top: 12px;
}

.close-hint:not(:empty) {
  margin-top: 6px;
}

.feedback:not(:empty),
.close-hint:not(:empty) {
  display: block;
}

.feedback {
  color: var(--muted);
}

.variant-minimal {
  background:
    radial-gradient(circle at top left, rgba(255, 171, 31, 0.08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
}

.variant-minimal .pop-shell {
  justify-content: flex-start;
  padding-top: clamp(96px, 18vh, 180px);
}

.variant-minimal .button {
  min-height: 68px;
  max-width: 480px;
}

.variant-minimal .feedback,
.variant-minimal .close-hint {
  max-width: 480px;
}

.variant-hero-en {
  --bg-top: #edf8ef;
  --bg-bottom: #fff8ea;
  --panel: rgba(255, 255, 255, 0.95);
  --accent: #149647;
  --accent-deep: #086a32;
  --accent-ink: #0f4f29;
  --shadow: 0 22px 60px rgba(8, 106, 50, 0.18);
  background:
    radial-gradient(circle at top left, rgba(20, 150, 71, 0.18), transparent 28%),
    radial-gradient(circle at right 12%, rgba(255, 179, 0, 0.12), transparent 26%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
}

.variant-hero-en .hero-card {
  border-color: rgba(8, 106, 50, 0.12);
}

.variant-hero-en .hero-topline {
  background: rgba(20, 150, 71, 0.12);
}

.variant-hero-en .step-chip {
  background: rgba(246, 250, 247, 0.94);
}

.variant-hero-global {
  --bg-top: #eef7ff;
  --bg-bottom: #fffdf8;
  --panel: rgba(255, 255, 255, 0.96);
  --accent: #1677ff;
  --accent-deep: #0b4fae;
  --accent-ink: #0b3874;
  --shadow: 0 24px 68px rgba(11, 79, 174, 0.16);
  background:
    radial-gradient(circle at top left, rgba(22, 119, 255, 0.16), transparent 28%),
    radial-gradient(circle at right 14%, rgba(19, 199, 171, 0.10), transparent 26%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
}

.variant-hero-global .hero-card {
  width: min(100%, 470px);
  border-color: rgba(11, 79, 174, 0.1);
}

.variant-hero-global .hero-topline {
  background: rgba(22, 119, 255, 0.10);
}

.variant-hero-global .step-chip {
  background: rgba(244, 248, 253, 0.95);
}

.variant-hero-global .button {
  min-height: 74px;
}

.variant-hero-global .helper-line {
  font-size: 0.8rem;
}

.variant-hero-th {
  --bg-top: #fff6ea;
  --bg-bottom: #fffdf7;
  --panel: rgba(255, 255, 255, 0.95);
  --accent: #0d7b63;
  --accent-deep: #065746;
  --accent-ink: #08463a;
  --shadow: 0 22px 60px rgba(6, 87, 70, 0.18);
  background:
    radial-gradient(circle at top left, rgba(13, 123, 99, 0.18), transparent 28%),
    radial-gradient(circle at right 12%, rgba(255, 170, 0, 0.12), transparent 26%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
}

.variant-hero-th .hero-card {
  border-color: rgba(6, 87, 70, 0.12);
}

.variant-hero-th .hero-topline {
  background: rgba(13, 123, 99, 0.12);
}

.variant-hero-th .step-chip {
  background: rgba(246, 250, 248, 0.94);
}

.variant-hero-th-focus {
  --bg-top: #fff3df;
  --bg-bottom: #fffdf8;
  --panel: rgba(255, 255, 255, 0.97);
  --accent: #f15a24;
  --accent-deep: #c63b10;
  --accent-ink: #7b2107;
  --shadow: 0 24px 70px rgba(198, 59, 16, 0.18);
  background:
    radial-gradient(circle at top left, rgba(241, 90, 36, 0.22), transparent 30%),
    radial-gradient(circle at right 14%, rgba(255, 198, 80, 0.16), transparent 28%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
}

.variant-hero-th-focus .hero-card {
  width: min(100%, 430px);
  padding: 16px 14px 14px;
  border-color: rgba(198, 59, 16, 0.12);
  border-radius: 30px;
}

.variant-hero-th-focus .hero-topline {
  min-height: 30px;
  padding: 0 14px;
  background: rgba(241, 90, 36, 0.12);
}

.variant-hero-th-focus .hero-title {
  margin-top: 12px;
  font-size: clamp(2rem, 9vw, 2.7rem);
}

.variant-hero-th-focus .hero-copy {
  margin-top: 10px;
  max-width: 24ch;
  font-size: 0.95rem;
  line-height: 1.35;
}

.variant-hero-th-focus .step-strip {
  gap: 8px;
  margin: 14px 0 14px;
}

.variant-hero-th-focus .step-chip {
  min-height: 48px;
  padding: 0 10px;
  background: rgba(255, 247, 241, 0.95);
  border-color: rgba(198, 59, 16, 0.08);
}

.variant-hero-th-focus .step-text {
  font-size: 0.83rem;
}

.variant-hero-th-focus .button {
  min-height: 76px;
  font-size: 1.22rem;
  letter-spacing: 0.02em;
}

.variant-hero-th-focus .helper-line {
  margin-top: 10px;
  font-size: 0.79rem;
  line-height: 1.35;
}

.variant-hero-br-focus {
  --bg-top: #fff2ea;
  --bg-bottom: #fffdf8;
  --panel: rgba(255, 255, 255, 0.97);
  --accent: #0d9256;
  --accent-deep: #08683d;
  --accent-ink: #0a4d2e;
  --shadow: 0 26px 72px rgba(8, 104, 61, 0.18);
  background:
    radial-gradient(circle at top left, rgba(13, 146, 86, 0.2), transparent 30%),
    radial-gradient(circle at right 14%, rgba(255, 143, 31, 0.16), transparent 26%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
}

.variant-hero-br-focus .hero-card {
  width: min(100%, 418px);
  padding: 16px 14px 14px;
  border-color: rgba(8, 104, 61, 0.1);
  border-radius: 30px;
}

.variant-hero-br-focus .hero-topline {
  min-height: 30px;
  padding: 0 14px;
  background: rgba(13, 146, 86, 0.12);
}

.variant-hero-br-focus .hero-title {
  margin-top: 12px;
  font-size: clamp(2rem, 9vw, 2.75rem);
  max-width: 10ch;
  margin-left: auto;
  margin-right: auto;
}

.variant-hero-br-focus .hero-copy {
  margin-top: 10px;
  max-width: 24ch;
  font-size: 0.95rem;
  line-height: 1.34;
}

.variant-hero-br-focus .step-strip {
  gap: 8px;
  margin: 14px 0 14px;
}

.variant-hero-br-focus .step-chip {
  min-height: 48px;
  padding: 0 10px;
  background: rgba(245, 250, 246, 0.96);
  border-color: rgba(8, 104, 61, 0.08);
}

.variant-hero-br-focus .step-text {
  font-size: 0.83rem;
}

.variant-hero-br-focus .button {
  min-height: 78px;
  font-size: 1.24rem;
  letter-spacing: 0.02em;
}

.variant-hero-br-focus .helper-line {
  margin-top: 10px;
  font-size: 0.79rem;
  line-height: 1.34;
}

.variant-hero-sg {
  --bg-top: #eef6ff;
  --bg-bottom: #fbfdff;
  --panel: rgba(255, 255, 255, 0.97);
  --accent: #0f67d4;
  --accent-deep: #083f86;
  --accent-ink: #0c3565;
  --shadow: 0 26px 72px rgba(8, 63, 134, 0.16);
  background:
    radial-gradient(circle at top left, rgba(15, 103, 212, 0.16), transparent 28%),
    radial-gradient(circle at right 18%, rgba(26, 168, 137, 0.1), transparent 24%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
}

.variant-hero-sg .hero-card {
  width: min(100%, 760px);
  padding: 26px 28px 24px;
  border-color: rgba(8, 63, 134, 0.1);
  text-align: left;
}

.variant-hero-sg .hero-topline {
  background: rgba(15, 103, 212, 0.1);
}

.variant-hero-sg .hero-title {
  max-width: 14ch;
  margin-top: 16px;
  font-size: clamp(2.2rem, 4.8vw, 3.5rem);
}

.variant-hero-sg .hero-copy {
  margin: 14px 0 0;
  max-width: 46ch;
  font-size: 1.02rem;
}

.variant-hero-sg .step-strip {
  max-width: 560px;
  margin: 20px 0 18px;
}

.variant-hero-sg .step-chip {
  min-height: 56px;
  background: rgba(242, 247, 253, 0.95);
}

.variant-hero-sg .button {
  width: min(360px, 100%);
  min-height: 74px;
}

.variant-hero-sg .helper-line,
.variant-hero-sg .feedback,
.variant-hero-sg .close-hint {
  max-width: 540px;
  margin-left: 0;
  text-align: left;
}

.variant-hero-mx {
  --bg-top: #fff5ef;
  --bg-bottom: #fffdf9;
  --panel: rgba(255, 255, 255, 0.96);
  --accent: #d94f2b;
  --accent-deep: #9f2f16;
  --accent-ink: #6d2212;
  --shadow: 0 24px 68px rgba(159, 47, 22, 0.18);
  background:
    radial-gradient(circle at top left, rgba(217, 79, 43, 0.2), transparent 30%),
    radial-gradient(circle at right 14%, rgba(22, 147, 101, 0.1), transparent 24%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
}

.variant-hero-mx .hero-card {
  border-color: rgba(159, 47, 22, 0.1);
}

.variant-hero-mx .hero-topline {
  background: rgba(217, 79, 43, 0.12);
}

.variant-hero-mx .step-chip {
  background: rgba(255, 246, 242, 0.95);
}

.variant-hero-mx .button {
  min-height: 74px;
  font-size: 1.2rem;
}

.variant-hero-mx .helper-line {
  font-size: 0.8rem;
}

.variant-hero-ng {
  --bg-top: #eef9f0;
  --bg-bottom: #fffbed;
  --panel: rgba(255, 255, 255, 0.95);
  --accent: #0b8a42;
  --accent-deep: #066230;
  --accent-ink: #0b4a27;
  --shadow: 0 22px 60px rgba(6, 98, 48, 0.18);
  background:
    radial-gradient(circle at top left, rgba(11, 138, 66, 0.18), transparent 28%),
    radial-gradient(circle at right 12%, rgba(255, 196, 77, 0.12), transparent 26%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
}

.variant-hero-ng .hero-card {
  border-color: rgba(6, 98, 48, 0.12);
}

.variant-hero-ng .hero-topline {
  background: rgba(11, 138, 66, 0.12);
}

.variant-hero-ng .step-chip {
  background: rgba(246, 251, 247, 0.94);
}

.variant-hero-travel {
  --bg-top: #eef7ff;
  --bg-bottom: #fffdf7;
  --panel: rgba(255, 255, 255, 0.97);
  --accent: #1786ff;
  --accent-deep: #0c56b3;
  --accent-ink: #0f427f;
  --shadow: 0 26px 72px rgba(12, 86, 179, 0.18);
  background:
    radial-gradient(circle at top left, rgba(23, 134, 255, 0.16), transparent 28%),
    radial-gradient(circle at right 18%, rgba(255, 176, 59, 0.14), transparent 24%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
}

.variant-hero-travel .hero-card {
  width: min(100%, 540px);
  border-color: rgba(12, 86, 179, 0.1);
}

.variant-hero-travel .hero-topline {
  background: rgba(23, 134, 255, 0.1);
}

.variant-hero-travel .hero-title {
  max-width: 12ch;
  margin-left: auto;
  margin-right: auto;
}

.variant-hero-travel .hero-copy {
  max-width: 30ch;
}

.variant-hero-travel .deal-chip {
  background: rgba(242, 248, 255, 0.95);
  border-color: rgba(12, 86, 179, 0.08);
}

.variant-hero-travel .button {
  min-height: 74px;
}

.variant-hero-travel .helper-line {
  max-width: 34ch;
  margin-left: auto;
  margin-right: auto;
}

.variant-hero-travel .travel-shell {
  background:
    radial-gradient(circle at top left, rgba(23, 134, 255, 0.14), transparent 26%),
    radial-gradient(circle at right 14%, rgba(255, 176, 59, 0.12), transparent 22%),
    linear-gradient(180deg, #edf6ff 0%, #fffdf8 100%);
}

.feedback[data-tone="success"] {
  color: var(--success);
}

.feedback[data-tone="error"] {
  color: var(--error);
}

.close-hint {
  color: var(--muted);
}

@media (max-width: 360px) {
  .travel-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .pop-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .variant-minimal .pop-shell {
    padding-top: clamp(72px, 14vh, 120px);
  }

  .hero-card {
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 24px;
  }

  .hero-title {
    font-size: 1.72rem;
  }

  .hero-copy {
    font-size: 0.94rem;
  }

  .hero-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .language-switch {
    justify-content: flex-start;
  }

  .step-strip {
    gap: 8px;
  }

  .step-chip {
    min-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button {
    min-height: 68px;
    font-size: 1.08rem;
  }
}

@media (max-width: 980px) {
  .travel-hero {
    grid-template-columns: 1fr;
  }

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

  .travel-tile-large {
    grid-column: span 2;
  }
}

@media (max-width: 640px) {
  .travel-title {
    max-width: none;
    font-size: clamp(2.4rem, 10vw, 3.4rem);
  }

  .travel-copy,
  .travel-helper,
  .travel-tile p {
    max-width: none;
  }

  .travel-meta-row,
  .travel-grid {
    grid-template-columns: 1fr;
  }

  .travel-tile-large {
    grid-column: span 1;
  }

  .travel-hero-copy,
  .travel-summary-card,
  .travel-tile {
    border-radius: 24px;
  }

  .travel-hero-copy {
    padding: 22px 18px;
    min-height: 0;
  }

  .travel-summary-card,
  .travel-tile {
    padding: 20px 18px;
  }

  .travel-cta {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .variant-hero-sg .hero-card {
    width: min(100%, 460px);
    padding: 20px 18px 18px;
    text-align: center;
  }

  .variant-hero-sg .hero-title,
  .variant-hero-sg .hero-copy {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .variant-hero-sg .button,
  .variant-hero-sg .helper-line,
  .variant-hero-sg .feedback,
  .variant-hero-sg .close-hint {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (orientation: landscape) and (max-height: 540px) {
  .pop-shell {
    justify-content: center;
    padding-top: max(12px, env(safe-area-inset-top));
  }

  .variant-minimal .pop-shell {
    justify-content: center;
    padding-top: max(20px, env(safe-area-inset-top));
  }

  .hero-card {
    max-width: 620px;
  }

  .hero-title {
    font-size: 1.7rem;
  }

  .hero-copy {
    max-width: 32ch;
  }
}
