/* visa.uzbeksafar.com — Bentley Showroom.
   Midnight charcoal база + champagne gold акцент + cream leather текст + brushed chrome blicks.
   Не неон-вывеска. Полированный металл под драматичным светом. */

:root {
  --bg: #0B1220;                        /* midnight charcoal с синевой */
  --bg-2: #131C30;
  --bg-3: #1A2540;

  /* Поверхности — brushed metal с лёгким blue undertone */
  --paper: linear-gradient(160deg, #1A2540 0%, #131C30 60%, #0F1729 100%);
  --paper-2: linear-gradient(160deg, #1F2C4A 0%, #182238 60%, #121B2E 100%);
  --paper-gradient: var(--paper);
  /* Brushed-metal blick: верхний highlight + нижний shadow rim */
  --paper-edge: inset 0 1px 0 rgba(217, 201, 159, 0.18), inset 0 -1px 0 rgba(0,0,0,0.50);

  --line: rgba(217, 201, 159, 0.14);             /* champagne thin line */
  --line-strong: rgba(217, 201, 159, 0.30);

  /* Текст — cream leather (тёплый кремовый, не белый) */
  --ink: #F0E9D6;                                 /* main text */
  --ink-2: #F8F4EB;                               /* heading */
  --ink-soft: #B8AC8E;                            /* меньшая контрастность */
  --ink-muted: #76705C;

  /* Champagne gold — ОДИН акцент, не миллиард */
  --accent: #D9C99F;                              /* champagne gold */
  --accent-2: #E8DCB8;                            /* light champagne */
  --accent-deep: #A89668;                         /* aged champagne */
  --accent-soft: rgba(217, 201, 159, 0.12);

  /* Brushed chrome — для бликов на surfaces */
  --chrome: linear-gradient(135deg, #D8DCE3 0%, #8C95A8 45%, #D8DCE3 100%);
  --chrome-line: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.45) 50%, transparent 100%);

  /* CTA — полированный champagne gold с chrome highlight */
  --cta: linear-gradient(135deg, #E8DCB8 0%, #D9C99F 50%, #A89668 100%);
  --cta-hover: linear-gradient(135deg, #F2E8C8 0%, #E0D2A8 50%, #C0AE7C 100%);
  --cta-orange: var(--cta);

  /* Цена — champagne, не lime. Premium = единая цветовая семья */
  --price: #E8DCB8;
  --price-2: #D9C99F;
  --price-soft: rgba(232, 220, 184, 0.10);

  --positive: #6FCF97;                            /* премиум-зелёный, не неон-lime */
  --warn: #E57373;

  /* Glow — едва заметный, как блик на полированном капоте */
  --glow-champagne: 0 0 24px rgba(217, 201, 159, 0.18);
  --glow-soft: 0 0 40px rgba(217, 201, 159, 0.10);

  --max-w: 1280px;
  --r: 18px;
  --r-sm: 12px;

  /* legacy aliases */
  --silver: var(--chrome);
  --platinum: var(--cta);
  --ice-glow: rgba(217, 201, 159, 0.14);
  --neon-glow: var(--glow-champagne);
  --neon-glow-hover: 0 0 36px rgba(217, 201, 159, 0.32);
  --chrome-edge: 1px solid var(--line);
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; margin: 0; padding: 0; }
html, body {
  min-height: 100vh; background: var(--bg); color: var(--ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased; line-height: 1.55; font-feature-settings: "ss01", "cv11";
}
a { color: var(--ink); text-decoration: none; transition: color 120ms; }
a:hover { color: var(--accent); }

body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.5; mix-blend-mode: overlay;
}
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background:
    /* верхний edge — slight champagne wash как студийный rim-light */
    radial-gradient(ellipse 90% 50% at 50% 0%, rgba(217, 201, 159, 0.12) 0, transparent 60%),
    /* нижний полусвет, графитовая глубина */
    radial-gradient(ellipse 70% 40% at 50% 100%, rgba(11, 18, 32, 0.85) 0, transparent 60%),
    /* лёгкая вертикальная градация для studio depth */
    linear-gradient(180deg, #0F1729 0%, #0B1220 50%, #060A14 100%);
}

/* Тонкий film-grain для текстуры — как фото в каталоге Bentley */
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.85 0 0 0 0 0.79 0 0 0 0 0.62 0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.6; mix-blend-mode: overlay;
}

/* ─── Header ───────────────────────────────────────────────── */
.hd {
  background: linear-gradient(180deg, rgba(11, 18, 32, 0.92) 0%, rgba(11, 18, 32, 0.78) 100%);
  backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(217, 201, 159, 0.08), 0 8px 32px rgba(0,0,0,0.40);
  position: sticky; top: 0; z-index: 50;
  padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: 15px; font-weight: 500; text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand__mark {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--cta);
  border: 1px solid var(--accent-deep);
  color: #0B1220; display: grid; place-items: center;
  font-weight: 800; font-size: 17px; letter-spacing: -0.04em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.45),
    inset 0 -1px 0 rgba(0,0,0,0.32),
    0 4px 14px rgba(217, 201, 159, 0.22);
}
.brand b { font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.brand__sub { color: var(--ink-soft); font-size: 12px; font-weight: 500; }
.hd__nav { display: flex; gap: 26px; font-size: 13px; }
.hd__nav a { color: var(--ink-soft); font-weight: 500; }
.hd__nav a:hover { color: var(--ink); }

/* ─── Hero — двухколоночный, без тумана ──────────────────── */
.welcome {
  max-width: var(--max-w); margin: 0 auto;
  padding: 60px 32px 70px;
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  gap: 48px; align-items: center;
}
@media (max-width: 980px) { .welcome { grid-template-columns: 1fr; gap: 32px; padding: 40px 22px 50px; } }
.welcome__inner { max-width: 100%; }
.welcome__bg {
  height: 440px; border-radius: 22px; overflow: hidden;
  position: relative;
  border: 1px solid var(--line-strong);
  box-shadow:
    inset 0 1px 0 rgba(217, 201, 159, 0.18),
    0 32px 80px -20px rgba(0, 0, 0, 0.65),
    0 0 60px rgba(217, 201, 159, 0.08);
  background: var(--bg-2);
}

/* Bento мозаика — пазлы из пластиковых карт */
.welcome__mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
  padding: 10px;
}

/* Каждая плитка стилизована как пластиковая карта */
.tile {
  position: relative; overflow: hidden;
  border-radius: 10px;
  background-size: cover; background-position: center;
  background-color: var(--bg-3);
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), box-shadow 320ms;
  border: 1px solid rgba(217, 201, 159, 0.18);
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-areas:
    "chip    chip"
    ".       ."
    "holder  brand";
  padding: 10px 12px;
  text-decoration: none; color: var(--ink-2);
  /* пластиковый gloss — мягкий вертикальный highlight + edge bevel */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.16),
    inset 0 -1px 0 rgba(0,0,0,0.35),
    0 4px 12px rgba(0,0,0,0.30);
}
/* затемнение фото чтобы текст карты читался */
.tile::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(155deg, rgba(11,18,32,0.45) 0%, rgba(11,18,32,0.25) 45%, rgba(11,18,32,0.80) 100%);
  pointer-events: none;
}
/* блик света по диагонали (плёнка пластика) */
.tile::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,0.10) 50%, transparent 65%);
  mix-blend-mode: screen;
}

.tile:hover {
  transform: translateY(-3px) scale(1.015);
  z-index: 5;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.22),
    0 22px 50px rgba(0,0,0,0.55),
    0 0 36px rgba(217, 201, 159, 0.32);
  border-color: var(--accent);
}

/* ─── Chip (золотой контакт-чип с насечками) ─── */
.tile__chip {
  grid-area: chip;
  position: relative; z-index: 2;
  width: 32px; height: 24px; border-radius: 4px;
  background:
    linear-gradient(135deg, #FFE9B0 0%, #D9C99F 40%, #A89668 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    inset 0 -1px 0 rgba(0,0,0,0.30),
    0 1px 3px rgba(0,0,0,0.45);
  border: 0.5px solid rgba(0,0,0,0.20);
  justify-self: start;
}
/* линии-насечки на чипе как у настоящей карты */
.tile__chip::before, .tile__chip::after {
  content: ""; position: absolute; left: 4px; right: 4px;
  height: 0.5px; background: rgba(0,0,0,0.40);
}
.tile__chip::before { top: 8px; box-shadow: 0 6px 0 rgba(0,0,0,0.40), 0 -3px 0 rgba(0,0,0,0.40); }
.tile__chip::after  { top: 18px; }

/* Slogan = эмбоссированный «номер карты» */
.tile__slogan {
  position: absolute;
  left: 12px; right: 12px;
  bottom: 38px;
  z-index: 2;
  font-family: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(245, 239, 216, 0.95);
  text-shadow:
    0 1px 0 rgba(0,0,0,0.60),
    0 -1px 0 rgba(255,255,255,0.18);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.tile__holder {
  grid-area: holder;
  align-self: end; justify-self: start;
  position: relative; z-index: 2;
  font-family: ui-monospace, "SF Mono", monospace;
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em;
  color: var(--ink-2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.55), 0 -1px 0 rgba(255,255,255,0.10);
}

.tile__brand {
  grid-area: brand;
  align-self: end; justify-self: end;
  position: relative; z-index: 2;
  font-family: "Inter", sans-serif;
  font-size: 10px; font-weight: 800; letter-spacing: 0.20em;
  color: var(--accent-2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.55);
}

/* Spans — bento: TR большая 2×2 (как Visa Infinite), остальные стандарт */
.tile--tr { grid-column: span 2; grid-row: span 2;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/2/22/Hagia_Sophia_Mars_2013.jpg"); }
.tile--ae { grid-column: span 2; grid-row: span 1;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/e/e0/Burj_dubai_3.11.08.jpg"); }
.tile--es { grid-column: span 1; grid-row: span 1;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/7/74/Sagrada_Familia_March_2015-10a.jpg"); }
.tile--us { grid-column: span 1; grid-row: span 1;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/d/d3/Statue_of_Liberty%2C_NY.jpg"); }
.tile--gb { grid-column: span 2; grid-row: span 1;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/5/5f/Tower_Bridge_London_Dusk_Feb_2006.jpg"); }
.tile--lk { grid-column: span 2; grid-row: span 1;
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/c/c7/Sigiriya.jpg"); }

/* На большой карте — slogan крупнее, как Infinite-карта */
.tile--tr .tile__slogan { font-size: 18px; bottom: 52px; letter-spacing: 0.08em; }
.tile--tr .tile__holder { font-size: 13px; }
.tile--tr .tile__brand { font-size: 13px; }
.tile--tr .tile__chip { width: 44px; height: 32px; }

/* На маленьких 1×1 — компактный slogan */
.tile--es .tile__slogan, .tile--us .tile__slogan { font-size: 10px; bottom: 32px; letter-spacing: 0.04em; }
.tile--es .tile__chip, .tile--us .tile__chip { width: 26px; height: 20px; }
.tile--es .tile__holder, .tile--us .tile__holder { font-size: 9px; letter-spacing: 0.10em; }
.tile--es .tile__brand, .tile--us .tile__brand { font-size: 9px; letter-spacing: 0.16em; }

/* Mirror highlight blicks — как на полированном капоте Bentley */
.welcome__bg .blick {
  position: absolute; inset: 0; z-index: 4; pointer-events: none;
  background:
    radial-gradient(ellipse 65% 35% at 18% -8%, rgba(255,255,255,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 30% at 95% 105%, rgba(217, 201, 159, 0.22) 0%, transparent 55%);
  mix-blend-mode: screen;
}

@media (max-width: 980px) {
  .welcome__bg { height: 360px; order: 2; }
  .tile--tr .tile__cap { font-size: 13px; padding: 10px 12px; }
}
@media (max-width: 640px) {
  .welcome__mosaic { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); }
  .tile--tr { grid-column: span 2; grid-row: span 2; }
  .tile--ae, .tile--gb, .tile--lk { grid-column: span 1; grid-row: span 1; }
}
.welcome__overlay { display: none; }

.welcome__kicker {
  display: inline-block; padding: 6px 14px;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 100px; color: var(--ink);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600;
  margin-bottom: 24px;
  box-shadow: 0 1px 3px rgba(10,15,28,0.05);
}
.welcome h1 {
  font-size: clamp(34px, 5.4vw, 56px); letter-spacing: -0.035em; line-height: 1.04;
  margin: 0 0 22px; font-weight: 800; color: var(--ink);
}
.welcome h1 .accent {
  background: linear-gradient(135deg, #FFFAE8 0%, var(--accent-2) 35%, var(--accent) 70%, var(--accent-deep) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-weight: 800;
  filter: drop-shadow(0 0 28px rgba(217, 201, 159, 0.32));
}
.welcome__lead {
  color: var(--ink-soft); font-size: 16px; line-height: 1.6;
  max-width: 540px; margin: 0 0 28px; font-weight: 500;
}

/* Trust row */
.trust-row {
  display: grid; grid-template-columns: 1fr;
  gap: 10px; margin-top: 22px; max-width: 540px;
}
.trust {
  background: var(--paper-gradient);
  box-shadow: var(--paper-edge), 0 1px 3px rgba(20,40,90,0.05), 0 0 16px rgba(80,140,255,0.04); border: 1px solid var(--line);
  border-radius: 12px; padding: 14px 16px;
  display: flex; gap: 12px; box-shadow: 0 1px 2px rgba(10,15,28,0.03);
}
.trust__icon { font-size: 22px; flex-shrink: 0; line-height: 1.2; }
.trust strong { display: block; margin-bottom: 3px; font-size: 14px; font-weight: 700; color: var(--ink); }
.trust p { font-size: 12.5px; color: var(--ink-soft); line-height: 1.55; margin: 0; }

/* ─── Wrap ─────────────────────────────────────────────── */
.wrap { max-width: var(--max-w); margin: 0 auto; padding: 40px 32px 80px; }
.section-h { margin: 0 0 20px; display: flex; align-items: baseline; justify-content: space-between; }
.section-h h2 { font-size: 12px; margin: 0; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.22em; font-weight: 600; }
.section-h .hint { color: var(--ink-muted); font-size: 12px; }
.loading { text-align: center; color: var(--ink-muted); padding: 80px 0; font-size: 14px; }

/* ─── Destinations: mosaic ────────────────────────────── */
.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  gap: 14px;
}
@media (max-width: 1100px) { .grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 720px) { .grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; gap: 10px; } }

.dest-card {
  background: var(--paper-gradient);
  box-shadow: var(--paper-edge), 0 1px 3px rgba(20,40,90,0.06), 0 0 20px rgba(80,140,255,0.06); border: 1px solid var(--line);
  border-radius: 16px; padding: 20px;
  display: flex; flex-direction: column; color: inherit; text-decoration: none;
  transition: all 200ms cubic-bezier(.2,.8,.2,1);
  position: relative; overflow: hidden;
  grid-column: span 2; grid-row: span 1;
  box-shadow: 0 1px 3px rgba(10,15,28,0.04);
}
.dest-card--featured { grid-column: span 3; grid-row: span 2; padding: 28px; }
.dest-card--wide { grid-column: span 3; grid-row: span 1; }
@media (max-width: 1100px) {
  .dest-card--featured { grid-column: span 2; grid-row: span 2; }
  .dest-card--wide { grid-column: span 2; }
}
@media (max-width: 720px) {
  .dest-card--featured { grid-column: span 2; padding: 20px; }
  .dest-card--wide { grid-column: span 1; }
}

/* Country silhouette as background decoration */
.dest-card__shape {
  position: absolute; right: -12%; bottom: -12%; width: 70%; height: 70%;
  background-image: var(--shape-url);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  opacity: 0.08;
  filter: invert(0.15);
  transition: opacity 250ms, transform 350ms cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}
.dest-card--featured .dest-card__shape { width: 65%; height: 80%; opacity: 0.12; }

.dest-card:hover {
  border-color: var(--ink); transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(20,40,90,0.12), 0 0 50px rgba(80, 140, 255, 0.16);
}
.dest-card:hover .dest-card__shape { opacity: 0.20; transform: scale(1.05) translate(-2%, -2%); }

.dest-card__flag { font-size: 28px; line-height: 1; margin-bottom: 12px; position: relative; z-index: 1; }
.dest-card--featured .dest-card__flag { font-size: 44px; margin-bottom: 18px; }

.dest-card__country {
  font-size: 19px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--ink); position: relative; z-index: 1; margin-bottom: 4px;
}
.dest-card--featured .dest-card__country { font-size: 32px; letter-spacing: -0.03em; }

.dest-card__name {
  font-size: 12px; color: var(--ink-soft); position: relative; z-index: 1;
  line-height: 1.45; margin-bottom: auto;
}
.dest-card--featured .dest-card__name { font-size: 13px; max-width: 80%; }

.dest-card__price {
  display: flex; align-items: baseline; gap: 6px;
  margin-top: 14px; position: relative; z-index: 1;
}
.dest-card__price span {
  font-size: 11px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600;
}
.dest-card__price b {
  font-size: 30px; font-weight: 800; color: var(--price); font-feature-settings: "tnum";
  letter-spacing: -0.025em;
}
.dest-card--featured .dest-card__price b { font-size: 44px; }

.dest-card__cta {
  display: block; text-align: center; padding: 12px;
  background: var(--cta-orange); color: #fff; border-radius: 10px; margin-top: 12px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  position: relative; z-index: 1;
  transition: all 160ms;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.25);
}
.dest-card:hover .dest-card__cta { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(255, 107, 53, 0.40); }
.dest-card--featured .dest-card__cta { padding: 14px; font-size: 12px; }

.badge-auto, .badge-assisted {
  display: inline-block; padding: 4px 10px; border-radius: 100px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  position: absolute; top: 16px; right: 16px; z-index: 2;
  border: 1px solid;
}
.badge-auto { background: rgba(22, 163, 74, 0.10); color: var(--positive); border-color: rgba(22, 163, 74, 0.3); }
.badge-assisted { background: rgba(220, 38, 38, 0.08); color: var(--warn); border-color: rgba(220, 38, 38, 0.3); }

/* ─── How it works ───────────────────────────────────── */
.how {
  padding: 80px 32px; background: var(--paper);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.how__inner { max-width: var(--max-w); margin: 0 auto; }
.how__title {
  font-size: clamp(24px, 3.5vw, 38px); font-weight: 800; letter-spacing: -0.02em;
  margin-bottom: 36px; max-width: 700px; color: var(--ink);
}
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.step {
  background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--r); padding: 24px 22px;
}
.step__num {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--cta-orange); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; margin-bottom: 14px;
  box-shadow: 0 6px 14px rgba(255, 107, 53, 0.32), inset 0 1px 0 rgba(255,255,255,0.25);
}
.step h3 { font-size: 16px; font-weight: 700; margin: 0 0 8px; color: var(--ink); }
.step p { font-size: 13px; color: var(--ink-soft); line-height: 1.6; margin: 0; }

/* ─── Privacy ────────────────────────────────────────── */
.privacy { max-width: 800px; margin: 0 auto; padding: 80px 32px; }
.privacy h2 { font-size: clamp(22px, 3vw, 32px); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 18px; color: var(--ink); }
.privacy p { font-size: 15px; line-height: 1.7; color: var(--ink-soft); margin: 14px 0; }
.privacy ul { padding-left: 22px; margin: 18px 0; }
.privacy li { margin-bottom: 12px; font-size: 14px; color: var(--ink-soft); line-height: 1.65; }
.privacy strong { color: var(--ink); font-weight: 700; }

/* ─── Footer ─────────────────────────────────────────── */
.ft {
  background: linear-gradient(180deg, #060A14 0%, #03060D 100%);
  color: var(--ink-soft);
  border-top: 1px solid var(--line-strong);
  box-shadow: inset 0 1px 0 rgba(217, 201, 159, 0.20), 0 -16px 60px rgba(217, 201, 159, 0.06);
  padding: 40px 32px; margin-top: 80px;
}
.ft__inner {
  max-width: var(--max-w); margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap;
}
.ft__inner .brand { color: var(--ink-2); }
.ft__inner .brand:hover { color: var(--accent-2); }
.ft__inner .brand b { color: var(--ink-2); }
.ft__inner .brand__sub { color: var(--ink-muted); }
.ft__inner .brand__mark {
  background: var(--cta);
  border-color: var(--accent-deep);
  color: #0B1220;
}
.ft__contact { display: flex; gap: 22px; font-size: 13px; }
.ft__contact a { color: var(--ink-soft); }
.ft__contact a:hover { color: var(--accent-2); }

/* ─── Apply page ─────────────────────────────────────── */
.apply-page { max-width: 760px; margin: 50px auto 80px; padding: 0 32px; }
.apply-header { margin-bottom: 30px; text-align: center; }
.apply-header h1 { font-size: clamp(26px, 4vw, 44px); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; color: var(--ink); }
.apply-header p { color: var(--ink-soft); font-size: 14px; margin: 0 0 6px; }
.apply-header .summary { font-size: 13px; margin-top: 16px; color: var(--ink-soft); }
.apply-header .summary strong { color: var(--ink); }

.step-block {
  background: var(--paper-gradient);
  box-shadow: var(--paper-edge), 0 2px 8px rgba(20,40,90,0.06); border: 1px solid var(--line);
  border-radius: var(--r); padding: 26px 28px; margin-bottom: 14px;
  box-shadow: 0 1px 3px rgba(10,15,28,0.04);
}
.step-block h2 {
  font-size: 12px; font-weight: 700; margin: 0 0 18px;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-soft);
  display: flex; align-items: center; gap: 12px;
}
.step-num {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--platinum); border: 1px solid #b0bccc;
  color: var(--ink); display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}

.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.field label {
  font-size: 11px; color: var(--ink-muted); text-transform: uppercase;
  letter-spacing: 0.14em; font-weight: 600;
}
.field input, .field select {
  background: var(--bg-2); border: 1px solid var(--line);
  border-radius: 10px; padding: 12px 16px; font: inherit;
  color: var(--ink); outline: none; transition: all 120ms;
}
.field input:focus, .field select:focus {
  border-color: var(--ink); background: var(--paper);
  box-shadow: 0 0 0 3px rgba(10,15,28,0.05);
}
.field input::placeholder { color: var(--ink-muted); }

.upload-area {
  border: 1.5px dashed var(--line-strong); border-radius: 12px;
  padding: 26px 20px; text-align: center; cursor: pointer;
  transition: all 150ms; background: var(--bg);
}
.upload-area:hover { background: var(--bg-2); border-color: var(--ink); }
.upload-area.has-file { background: rgba(22, 163, 74, 0.06); border-color: var(--positive); border-style: solid; }
.upload-area h3 { font-size: 14px; margin: 0 0 4px; color: var(--ink); }
.upload-area p { font-size: 12px; color: var(--ink-muted); margin: 0; }

.btn-primary {
  width: 100%; padding: 16px; font-size: 13px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--cta-orange); color: #fff;
  border: none; border-radius: 12px; cursor: pointer;
  transition: all 160ms;
  box-shadow: 0 6px 16px rgba(255, 107, 53, 0.28);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(255, 107, 53, 0.45); }
.btn-primary:disabled { opacity: 0.4; cursor: wait; transform: none; }

.parsed-data {
  background: var(--bg-2); padding: 14px 16px; border-radius: 10px;
  margin-top: 10px; font-size: 12px; border: 1px solid var(--line);
}
.parsed-data div { padding: 3px 0; }
.parsed-data strong { display: inline-block; min-width: 140px; color: var(--ink-soft); }

/* ─── Guide page ─────────────────────────────────────── */
.guide-hero {
  position: relative; padding: 60px 32px; overflow: hidden; isolation: isolate;
  min-height: 360px;
  display: flex; align-items: center;
  max-width: var(--max-w); margin: 0 auto;
}
.guide-hero .welcome__bg {
  position: absolute; inset: 24px;
  border-radius: 22px; height: auto;
  background-color: var(--bg-2);
}
.guide-hero .welcome__overlay {
  display: block; position: absolute; inset: 24px;
  border-radius: 22px;
  background:
    linear-gradient(95deg, rgba(11,18,32,0.92) 0%, rgba(11,18,32,0.72) 40%, rgba(11,18,32,0.30) 80%),
    radial-gradient(ellipse 60% 40% at 0% 50%, rgba(217, 201, 159, 0.08) 0%, transparent 60%);
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(217, 201, 159, 0.18);
}
.guide-hero .welcome__inner { position: relative; z-index: 1; padding: 0 32px; }

.apply-cta-link {
  display: inline-block; padding: 16px 32px;
  background: var(--cta); color: #0B1220;
  border-radius: 12px; margin-top: 18px;
  font-size: 13px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  transition: all 160ms;
  box-shadow: 0 8px 20px rgba(217, 201, 159, 0.32), inset 0 1px 0 rgba(255,255,255,0.30);
}
.apply-cta-link:hover { transform: translateY(-2px); color: #0B1220; box-shadow: 0 14px 32px rgba(217, 201, 159, 0.50), inset 0 1px 0 rgba(255,255,255,0.40); }

.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }
.info-block {
  background: var(--paper-gradient);
  box-shadow: var(--paper-edge), 0 1px 3px rgba(20,40,90,0.05); border: 1px solid var(--line);
  border-radius: var(--r); padding: 22px 24px;
  box-shadow: 0 1px 3px rgba(10,15,28,0.04);
}
.info-block h3 { font-size: 13px; font-weight: 700; color: var(--ink); margin: 0 0 14px; text-transform: uppercase; letter-spacing: 0.12em; }
.info-block p { font-size: 14px; line-height: 1.65; color: var(--ink-soft); margin: 0; }
.info-block ul { padding-left: 18px; margin: 0; }
.info-block li { font-size: 13px; line-height: 1.65; margin-bottom: 6px; color: var(--ink-soft); }

.hotels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(260px, auto);
  grid-auto-flow: dense;
  gap: 14px;
}
@media (max-width: 1100px) { .hotels-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 760px)  { .hotels-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .hotels-grid { grid-template-columns: 1fr; } }

.hotel-card {
  background: var(--paper-gradient);
  box-shadow: var(--paper-edge), 0 4px 14px rgba(0,0,0,0.30);
  border: 1px solid var(--line);
  border-radius: 14px; padding: 18px 20px; transition: all 200ms cubic-bezier(.2,.8,.2,1);
  grid-column: span 1; grid-row: span 1;
}
.hotel-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45), 0 0 36px rgba(217, 201, 159, 0.20);
}

/* Первая плитка отеля — featured 2×2, как Visa Infinite */
.hotel-card:first-child {
  grid-column: span 2; grid-row: span 2;
  padding: 0;
  background:
    linear-gradient(160deg, rgba(31, 43, 75, 0.55) 0%, rgba(15, 23, 41, 0.85) 100%),
    var(--paper-gradient);
  border: 1px solid var(--line-strong);
  box-shadow: var(--paper-edge), 0 16px 50px rgba(0,0,0,0.55), 0 0 60px rgba(217, 201, 159, 0.10);
}
.hotel-card:first-child .hotel-photo { height: 60%; min-height: 320px; border-radius: 14px 14px 0 0; }
.hotel-card:first-child .hotel-body { padding: 22px 26px; }
.hotel-card:first-child h3 { font-size: 24px; }
.hotel-card:first-child .stars { font-size: 18px; color: var(--accent-2); }
.hotel-card:first-child .area { font-size: 12px; }
.hotel-card:first-child .why { font-size: 15px; line-height: 1.6; }
.hotel-card:first-child .price { font-size: 20px; color: var(--accent-2); }
.hotel-card:first-child::before {
  content: "★ Топ выбор";
  position: absolute; top: 16px; right: 16px; z-index: 5;
  padding: 6px 14px; border-radius: 100px;
  background: var(--cta); color: #0B1220;
  font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase;
  box-shadow: 0 6px 18px rgba(217, 201, 159, 0.28);
}
.hotel-card { position: relative; }

.hotel-card h3 { font-size: 16px; font-weight: 700; margin: 0 0 6px; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; color: var(--ink-2); }
.hotel-card .stars { color: var(--accent); font-size: 13px; flex-shrink: 0; letter-spacing: 1px; }
.hotel-card .area { font-size: 11px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 12px; font-weight: 600; }
.hotel-card .why { font-size: 13px; line-height: 1.6; color: var(--ink-soft); }
.hotel-card .price {
  margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--line-strong);
  font-size: 15px; font-weight: 800; color: var(--accent-2); font-feature-settings: "tnum"; letter-spacing: -0.01em;
}

.attractions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 18px; }
.attraction {
  background: var(--paper-gradient);
  box-shadow: var(--paper-edge), 0 1px 4px rgba(20,40,90,0.06); border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden; transition: all 150ms;
  box-shadow: 0 1px 3px rgba(10,15,28,0.04);
}
.attraction:hover { border-color: var(--ink); transform: translateY(-2px); box-shadow: 0 18px 40px rgba(20,40,90,0.12), 0 0 50px rgba(80, 140, 255, 0.16); }
.attraction__photo {
  width: 100%; height: 240px; background-color: var(--bg-2);
  background-size: cover; background-position: center; position: relative;
}
.attraction__photo .credit {
  position: absolute; bottom: 0; right: 0; padding: 6px 10px;
  background: rgba(10,15,28,0.7); color: rgba(255,255,255,0.85);
  font-size: 9px; letter-spacing: 0.02em; border-top-left-radius: 6px;
}
.attraction__body { padding: 22px 24px; }
.attraction__body h3 { font-size: 19px; font-weight: 700; letter-spacing: -0.02em; margin: 0 0 6px; color: var(--ink); }
.attraction__body .location { font-size: 11px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 14px; }
.attraction__body p { font-size: 13px; line-height: 1.65; margin: 0 0 12px; color: var(--ink-soft); }
.attraction__body .label {
  display: inline-block; font-size: 10px; font-weight: 700;
  color: var(--ink); text-transform: uppercase; letter-spacing: 0.14em; margin-right: 8px;
}
.attraction__body em { font-style: italic; color: var(--ink-soft); }
.attraction__visitors { display: flex; flex-wrap: wrap; gap: 6px; margin: 4px 0 12px; }
.chip {
  font-size: 11px; padding: 4px 10px; background: var(--bg-2);
  border: 1px solid var(--line); border-radius: 100px;
  color: var(--ink-soft);
}

@media (max-width: 720px) {
  .hd { padding: 12px 18px; }
  .hd__nav { gap: 14px; font-size: 12px; }
  .wrap { padding: 30px 18px 60px; }
  .how, .privacy { padding: 50px 18px; }
  .apply-page { padding: 0 18px; }
}

/* ─── Hotel card with photo ───────────────────────────────── */
.hotel-card { padding: 0; overflow: hidden; }
.hotel-photo {
  width: 100%; height: 180px;
  background-color: var(--bg-2); background-size: cover; background-position: center;
  border-bottom: 1px solid var(--line);
}
.hotel-body { padding: 18px 20px; }

/* ─── People (famous people from country) ─────────────────── */
.people-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
.person-card {
  background: var(--paper-gradient);
  border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--paper-edge), 0 1px 3px rgba(20,40,90,0.06);
  transition: all 180ms;
}
.person-card:hover {
  border-color: var(--ink); transform: translateY(-2px);
  box-shadow: var(--paper-edge), 0 18px 40px rgba(20,40,90,0.12), 0 0 32px rgba(80,140,255,0.18);
}
.person-photo {
  width: 100%; height: 280px;
  background-color: var(--bg-2);
  background-size: cover; background-position: center top;
  border-bottom: 1px solid var(--line);
}
.person-photo--blank {
  display: grid; place-items: center;
  font-size: 64px; color: var(--ink-muted);
  background: linear-gradient(135deg, #f0f4f9, #d6dde9);
}
.person-body { padding: 16px 20px; }
.person-name {
  font-size: 17px; font-weight: 700; color: var(--ink); letter-spacing: -0.015em;
  margin-bottom: 4px;
}
.person-field {
  font-size: 11px; color: var(--accent); text-transform: uppercase;
  letter-spacing: 0.1em; font-weight: 600; margin-bottom: 10px;
}
.person-body p {
  font-size: 13px; line-height: 1.55; color: var(--ink-soft); margin: 0 0 10px;
}
.person-fact {
  font-size: 12px; padding: 8px 12px;
  background: var(--bg-2); border-left: 3px solid var(--accent);
  border-radius: 0 6px 6px 0;
  color: var(--ink-soft); line-height: 1.5;
}
