:root {
  --navy: #09213d;
  --navy-2: #123a5d;
  --blue: #1b6b8f;
  --teal: #11a6a0;
  --orange: #f47a2a;
  --sand: #fff7eb;
  --cream: #fbf8f2;
  --text: #243244;
  --muted: #607084;
  --line: #e5edf3;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(9, 33, 61, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.86);
  font-size: .88rem;
}
.topbar .container { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; flex-wrap: wrap; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 18px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; color: var(--navy); }
.logo img { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; }
.nav-links { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; font-weight: 700; font-size: .95rem; }
.nav-links a { text-decoration: none; color: var(--navy); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--orange), #f25f23); box-shadow: 0 12px 24px rgba(244,122,42,.28); }
.btn-secondary { color: var(--navy); background: #fff; border: 1px solid rgba(9,33,61,.12); box-shadow: var(--shadow); }
.btn-outline { color: var(--navy); border: 1px solid var(--line); background: #fff; }
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 18% 12%, rgba(17,166,160,.22), transparent 34%), linear-gradient(135deg, #eef9fb 0%, #fff7eb 100%);
  padding: 58px 0 42px;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 34px; align-items: center; }
.kicker { color: var(--blue); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
h1 { margin: 12px 0 14px; font-size: clamp(2.25rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -0.05em; color: var(--navy); }
.hero p { font-size: 1.16rem; color: var(--muted); max-width: 720px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.trust-card { background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.85); padding: 15px; border-radius: 18px; box-shadow: 0 10px 30px rgba(9,33,61,.08); }
.trust-card strong { display: block; color: var(--navy); font-size: .98rem; }
.trust-card span { color: var(--muted); font-size: .88rem; }
.hero-visual { position: relative; }
.hero-visual img { border-radius: 34px; box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; }
.hero-badge { position: absolute; left: 22px; bottom: 22px; background: #fff; border-radius: 20px; padding: 16px; box-shadow: var(--shadow); max-width: 290px; }
.hero-badge strong { color: var(--navy); display: block; }
.breadcrumb { padding: 18px 0 0; font-size: .92rem; color: var(--muted); }
.breadcrumb a { color: var(--blue); text-decoration: none; }
.language-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.language-row a { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; background: rgba(255,255,255,.78); color: var(--navy); font-size: .85rem; }
.section { padding: 72px 0; }
.section-tight { padding: 42px 0; }
.section-title { max-width: 780px; margin-bottom: 28px; }
h2 { font-size: clamp(1.75rem, 3vw, 3rem); line-height: 1.08; margin: 0 0 12px; color: var(--navy); letter-spacing: -0.035em; }
h3 { color: var(--navy); line-height: 1.2; margin-top: 0; }
.lead { color: var(--muted); font-size: 1.08rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 12px 34px rgba(9,33,61,.06); }
.card .icon { width: 44px; height: 44px; border-radius: 14px; background: var(--sand); display: grid; place-items: center; color: var(--orange); font-weight: 900; margin-bottom: 14px; }
.destination-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.destination { min-height: 158px; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; border-radius: 22px; color: #fff; background: linear-gradient(180deg, rgba(9,33,61,.12), rgba(9,33,61,.86)); box-shadow: var(--shadow); }
.destination small { color: rgba(255,255,255,.82); }
.info-panel { background: var(--navy); color: #fff; border-radius: 32px; padding: 34px; display: grid; grid-template-columns: 1fr .9fr; gap: 24px; align-items: center; box-shadow: var(--shadow); }
.info-panel h2 { color: #fff; }
.info-panel p { color: rgba(255,255,255,.76); }
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; min-width: 720px; }
th, td { padding: 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #f3f8fb; color: var(--navy); }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; }
.step-number { width: 46px; height: 46px; border-radius: 50%; background: var(--orange); color: #fff; display: grid; place-items: center; font-weight: 900; }
details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; box-shadow: 0 10px 26px rgba(9,33,61,.05); }
details + details { margin-top: 12px; }
summary { cursor: pointer; font-weight: 900; color: var(--navy); }
.related a { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--navy); font-weight: 800; }
.related a span { color: var(--muted); font-weight: 600; }
.cta-band { background: linear-gradient(135deg, var(--blue), var(--navy)); color: #fff; border-radius: 34px; padding: 36px; display: flex; align-items: center; justify-content: space-between; gap: 22px; box-shadow: var(--shadow); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.8); }
.sticky-cta { position: fixed; left: 50%; bottom: 18px; transform: translateX(-50%); z-index: 60; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 999px; padding: 8px; box-shadow: var(--shadow); display: flex; gap: 8px; align-items: center; }
.footer { background: var(--navy); color: rgba(255,255,255,.78); padding: 42px 0 92px; }
.footer a { color: #fff; text-decoration: none; }
@media (max-width: 980px) {
  .hero-grid, .grid-2, .info-panel { grid-template-columns: 1fr; }
  .grid-3, .destination-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .topbar .container, .trust-row, .grid-3, .destination-list { grid-template-columns: 1fr; }
  .trust-row { display: grid; }
  .hero { padding-top: 34px; }
  .cta-band { display: block; }
  .sticky-cta { width: calc(100% - 24px); justify-content: center; }
  .sticky-cta .btn { padding: 11px 12px; font-size: .88rem; }
}
