:root {
  --text: #253041;
  --muted: #667085;
  --line: #d9e2ef;
  --blue: #006bb6;
  --orange: #f58220;
  --green: #149a75;
  --paper: #ffffff;
  --soft: #f3f7fb;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--text);
  font-family: Arial, "Helvetica Neue", sans-serif;
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; }
.site-header {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.topline {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand img { width: 210px; max-width: 48vw; display: block; }
.contacts { display: flex; flex-wrap: wrap; gap: 8px 18px; font-weight: 700; }
.contacts a { text-decoration: none; }
.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 15px;
}
.nav a { text-decoration: none; color: var(--muted); }
.nav a[aria-current="page"], .nav a:hover { color: var(--blue); }
.hero {
  min-height: 500px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8, 40, 77, 0.82), rgba(8, 40, 77, 0.35)),
    url("/wp-content/themes/lkcompany/images/bg-cyprus.jpg") center / cover;
  color: #fff;
}
.hero-copy {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  transform: translateX(-18%);
}
.hero h1, .page-hero h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.05; margin: 0 0 18px; letter-spacing: 0; }
.hero p { font-size: 20px; max-width: 680px; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}
.hero .eyebrow { color: #ffb266; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
}
.button.primary { background: var(--orange); color: #fff; }
.button.ghost { border-color: rgba(255,255,255,.75); color: #fff; }
.button.outline { border-color: var(--blue); color: var(--blue); }
.actions.on-light .button.ghost { border-color: var(--blue); color: var(--blue); }
.section { max-width: 1180px; margin: 0 auto; padding: 70px 24px; }
.section.narrow { max-width: 860px; }
.section.band { max-width: none; background: var(--soft); }
.section.band > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-title { margin-bottom: 28px; }
.section-title h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.1; }
.country-grid, .benefits, .vacation-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.country-card, .benefits article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}
.country-card h3, .benefits h3 { margin: 0 0 10px; font-size: 22px; }
.country-card a { text-decoration: none; color: var(--blue); }
.country-card p, .benefits p { margin: 0; color: var(--muted); }
.benefits { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.benefits.two { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
.vacation-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.vacation-grid figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.vacation-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; }
.vacation-grid figcaption { padding: 12px; font-weight: 800; text-align: center; }
.cta {
  padding: 60px 24px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #006bb6, #149a75);
}
.cta h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 42px); }
.cta p { margin: 0 auto 22px; max-width: 720px; }
.page-hero {
  padding: 78px 24px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 40, 77, 0.86), rgba(8, 40, 77, 0.56)),
    url("/wp-content/themes/lkcompany/images/bg-cyprus.jpg") center / cover;
}
.page-hero > * { max-width: 900px; margin-left: auto; margin-right: auto; }
.page-hero p:not(.eyebrow) { font-size: 20px; }
.info-list, .contact-panel, .legal {
  font-size: 18px;
}
.archive-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.archive-form label { display: grid; gap: 7px; font-weight: 800; }
.archive-form select, .archive-form input {
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text);
  background: #f8fafc;
}
.archive-form .notice, .archive-form button { grid-column: 1 / -1; }
.archive-form button {
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  background: #c9d3df;
  color: #475467;
  font-weight: 800;
}
.notice {
  padding: 14px 16px;
  border-left: 4px solid var(--orange);
  background: #fff6ed;
  color: #7a3e00;
}
.steps { display: grid; gap: 20px; }
.steps article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
}
.steps span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-weight: 800;
}
.steps h3 { margin: 0 0 6px; }
.steps p { margin: 0; color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.chips span {
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--soft);
  border: 1px solid var(--line);
  font-weight: 700;
}
.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 24px;
  padding: 38px 24px;
  color: #dbe7f4;
  background: #162a3f;
}
.site-footer > * { max-width: 390px; }
.site-footer a { color: #fff; }
.fineprint { font-size: 13px; color: #aebed0; }
@media (max-width: 920px) {
  .hero-copy { transform: none; }
  .country-grid, .benefits, .vacation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .topline { align-items: flex-start; flex-direction: column; }
  .contacts { display: grid; }
  .hero { min-height: 460px; }
  .hero p, .page-hero p:not(.eyebrow) { font-size: 18px; }
  .country-grid, .benefits, .benefits.two, .vacation-grid, .archive-form { grid-template-columns: 1fr; }
  .section { padding: 48px 18px; }
  .page-hero { padding: 58px 18px; }
}
