/* ══════════════════════════════════════════════════════════════
   TOKENS — sampled from the client's real brand (navy + muted gold)
══════════════════════════════════════════════════════════════ */
:root {
  --navy:      #14213D;
  --navy-2:    #1F2E4D;
  --gold:      #A6824F;
  --gold-d:    #8C6B3E;
  --gold-l:    #F3ECDD;

  --cream:     #FAF9F5;
  --white:     #FFFFFF;

  --gray-700:  #4B5468;
  --gray-500:  #707A8C;
  --gray-400:  #9AA3B5;
  --gray-200:  #E6E3DA;
  --gray-100:  #F4F2EC;

  --footer-bg: #10192B;

  --font:      'Heebo', sans-serif;
  --ease:      cubic-bezier(0.22, 1, 0.36, 1);

  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;

  --shadow-card: 0 20px 50px rgba(20, 33, 61, 0.08), 0 2px 10px rgba(20, 33, 61, 0.05);
  --shadow-btn:  0 10px 24px rgba(166, 130, 79, 0.30);
}

/* ══════════════════════════════════════════════════════════════
   RESET
══════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--white);
  color: var(--gray-700);
  direction: rtl;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; }
h1, h2, h3 { color: var(--navy); font-weight: 800; }

.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 18px;
  border-radius: 40px;
  background: var(--gold-l);
  color: var(--gold-d);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}
.section-kicker--light { background: rgba(255,255,255,0.12); color: var(--gold-l); }

/* ══════════════════════════════════════════════════════════════
   HEADER
══════════════════════════════════════════════════════════════ */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  border-bottom: 1px solid var(--gray-200);
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark { height: 52px; width: auto; flex-shrink: 0; display: flex; align-items: center; }
.brand__mark img { height: 100%; width: auto; display: block; }
.brand__text { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.brand__name { font-size: 18px; font-weight: 800; color: var(--navy); }
.brand__sep  { color: var(--gray-400); font-size: 15px; }
.brand__role { font-size: 14px; font-weight: 500; color: var(--gray-500); }

.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav__link {
  font-size: 15px;
  font-weight: 600;
  color: var(--navy-2);
  transition: color 0.18s;
}
.site-nav__link:hover { color: var(--gold-d); }

.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: var(--radius-md);
  border: 1.5px solid var(--gray-200);
  color: var(--navy);
  font-size: 16px;
  font-weight: 700;
  direction: ltr;
  transition: border-color 0.18s, background 0.18s, color 0.18s;
}
.header-contact svg { width: 18px; height: 18px; color: var(--gold); }
.header-contact:hover { border-color: var(--gold); background: var(--gold-l); }

/* ══════════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════════ */
.hero { background: var(--white); }
.hero__stage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 620px;
}

.hero__photo { position: relative; overflow: hidden; background: var(--navy); }
.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 56px 64px 40px;
}
.hero__body::before {
  content: '';
  position: absolute;
  top: -70px;
  right: -110px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166,130,79,0.10) 0%, rgba(166,130,79,0) 70%);
  z-index: -1;
  pointer-events: none;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 18px;
  border-radius: 40px;
  background: var(--gold-l);
  color: var(--gold-d);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 22px;
}

.hero__title {
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.hero-title__line { display: block; }
.hero-title__line--1 { font-size: clamp(42px, 5.6vw, 64px); }
.hero-title__line--2 {
  font-size: clamp(30px, 4vw, 44px);
  margin-top: 10px;
  color: var(--navy);
}
.hero-title__accent {
  position: relative;
  display: inline-block;
  color: var(--gold-d);
}
.hero-title__accent::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -8px;
  height: 3px;
  border-radius: 4px;
  background: var(--gold);
}

.hero__sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--gray-500);
  max-width: 480px;
  margin-bottom: 40px;
}

.hero__features {
  display: flex;
  gap: 28px;
  margin-bottom: 38px;
  flex-wrap: wrap;
}
.hf-item { display: flex; align-items: center; gap: 12px; max-width: 150px; }
.hf-item__ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold-l);
  color: var(--gold-d);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hf-item__ico svg { width: 20px; height: 20px; }
.hf-item__text { font-size: 13.5px; font-weight: 600; color: var(--navy-2); line-height: 1.45; }

.hero__cta-wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }

/* ══════════════════════════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-size: 15.5px;
  font-weight: 700;
  border: none;
  border-radius: var(--radius-md);
  padding: 16px 28px;
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }

.btn--primary {
  background: linear-gradient(140deg, var(--gold) 0%, var(--gold-d) 100%);
  color: var(--white);
  box-shadow: var(--shadow-btn);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(166, 130, 79, 0.38); }
.btn--primary:active { transform: translateY(0); }

.btn--bounce { animation: btn-bounce 2.4s ease-in-out infinite; }
.btn--bounce:hover { animation-play-state: paused; }
@keyframes btn-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.btn--ghost {
  background: var(--white);
  color: var(--navy);
  border: 1.5px solid var(--gray-200);
}
.btn--ghost:hover { border-color: var(--gold); background: var(--gold-l); }

.btn--block { width: 100%; }

/* ══════════════════════════════════════════════════════════════
   RECOGNITION
══════════════════════════════════════════════════════════════ */
.recognition { background: var(--cream); padding: 80px 40px; }
.recognition__wrap { text-align: center; }
.recognition__title { font-size: clamp(26px, 3vw, 34px); margin-bottom: 18px; }
.recognition__sub {
  max-width: 640px;
  margin: 0 auto 44px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--gray-500);
}
.recognition__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 44px;
}
.rec-item {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 26px 18px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.rec-item__ico {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--gold-l);
  color: var(--gold-d);
  display: flex; align-items: center; justify-content: center;
}
.rec-item__ico svg { width: 21px; height: 21px; }
.rec-item p { font-size: 14.5px; font-weight: 600; color: var(--navy-2); line-height: 1.4; }

.recognition__bridge {
  max-width: 560px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
}

/* ══════════════════════════════════════════════════════════════
   THREE PATHS
══════════════════════════════════════════════════════════════ */
.paths { padding: 90px 0; }
.paths__title { font-size: clamp(28px, 3.4vw, 38px); margin-bottom: 14px; }
.paths__sub { max-width: 620px; font-size: 17px; line-height: 1.7; color: var(--gray-500); margin-bottom: 48px; }

.paths__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 48px;
}
.path-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}
.path-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: transparent; }
.path-card__num {
  position: absolute;
  top: 24px;
  left: 28px;
  font-size: 13px;
  font-weight: 800;
  color: var(--gray-400);
  letter-spacing: 1px;
}
.path-card__ico {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--gold-l);
  color: var(--gold-d);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
}
.path-card__ico svg { width: 24px; height: 24px; }
.path-card h3 { font-size: 19px; margin-bottom: 6px; }
.path-card__lede { font-size: 13.5px; font-weight: 700; color: var(--gold-d); margin-bottom: 14px; }
.path-card p:last-child { font-size: 14.5px; line-height: 1.7; color: var(--gray-500); }

.paths__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
}
.paths__cta p { color: var(--white); font-size: 18px; font-weight: 700; }

/* ══════════════════════════════════════════════════════════════
   AUTHORITY / ABOUT
══════════════════════════════════════════════════════════════ */
.authority { background: var(--cream); padding: 90px 0; }
.authority__wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
}
.authority__photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  aspect-ratio: 4/5;
}
.authority__photo img { width: 100%; height: 100%; object-fit: cover; }

.authority__body h2 { font-size: clamp(26px, 3vw, 34px); margin-bottom: 10px; }
.authority__lede { font-size: 17px; font-weight: 700; color: var(--gold-d); margin-bottom: 18px; }
.authority__body > p:not(.authority__lede) { font-size: 16px; line-height: 1.8; color: var(--gray-700); margin-bottom: 34px; }

.authority__stats { display: flex; gap: 40px; flex-wrap: wrap; }
.astat { display: flex; flex-direction: column; gap: 4px; }
.astat__num { font-size: 30px; font-weight: 800; color: var(--navy); }
.astat__label { font-size: 13.5px; font-weight: 600; color: var(--gray-500); }

/* ══════════════════════════════════════════════════════════════
   WHY CHOOSE
══════════════════════════════════════════════════════════════ */
.why { padding: 90px 40px; text-align: center; }
.why__title { font-size: clamp(26px, 3vw, 34px); margin-bottom: 48px; }
.why__grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.why-item { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.why-item__ico {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--gold-l);
  color: var(--gold-d);
  display: flex; align-items: center; justify-content: center;
}
.why-item__ico svg { width: 25px; height: 25px; }
.why-item__title { font-size: 15px; font-weight: 700; color: var(--navy); }
.why-item__sub { font-size: 13.5px; color: var(--gray-500); }

/* ══════════════════════════════════════════════════════════════
   LEAD FORM
══════════════════════════════════════════════════════════════ */
.leadform { background: var(--navy); padding: 90px 40px; }
.leadform__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.leadform__intro h2 { color: var(--white); font-size: clamp(26px, 3vw, 34px); margin-bottom: 16px; }
.leadform__intro p { color: rgba(255,255,255,0.7); font-size: 16px; line-height: 1.75; margin-bottom: 36px; }

.leadform__contacts { display: flex; flex-direction: column; gap: 14px; }
.lf-contact {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.2s;
}
.lf-contact:hover { background: rgba(255,255,255,0.1); }
.lf-contact__ico {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(166,130,79,0.25);
  color: var(--gold-l);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lf-contact__ico svg { width: 18px; height: 18px; }
.lf-contact__title { display: block; font-size: 12.5px; color: rgba(255,255,255,0.55); margin-bottom: 2px; }
.lf-contact__val { display: block; font-size: 16px; font-weight: 700; color: var(--white); direction: ltr; text-align: right; }

.leadform__card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  padding: 36px;
  position: relative;
}
.fi { margin-bottom: 20px; }
.fi label { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.fi-optional { font-weight: 400; color: var(--gray-400); }
.fi input, .fi textarea {
  width: 100%;
  font-family: var(--font);
  font-size: 15px;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--gray-200);
  background: var(--gray-100);
  color: var(--navy);
  transition: border-color 0.18s, background 0.18s;
  resize: vertical;
}
.fi input:focus, .fi textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--white);
}
.fi input:invalid:not(:placeholder-shown) { border-color: #D97757; }
.fi-err { display: block; font-size: 12.5px; color: #D97757; margin-top: 6px; }
.fi-err[hidden] { display: none; }

.leadform__privacy { margin-top: 16px; font-size: 12.5px; color: var(--gray-400); text-align: center; }

.leadform__ok {
  position: absolute;
  inset: 0;
  background: var(--white);
  border-radius: var(--radius-lg);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}
.leadform__ok.is-visible { display: flex; }
.leadform__ok-ico {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--gold-l);
  color: var(--gold-d);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.leadform__ok-ico svg { width: 28px; height: 28px; }
.leadform__ok h3 { font-size: 19px; margin-bottom: 8px; }
.leadform__ok p { font-size: 14.5px; color: var(--gray-500); }

/* ══════════════════════════════════════════════════════════════
   FAQ
══════════════════════════════════════════════════════════════ */
.faq { padding: 90px 40px; }
.faq__title { text-align: center; font-size: clamp(26px, 3vw, 34px); margin-bottom: 44px; }
.faq__list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item {
  background: var(--cream);
  border-radius: var(--radius-md);
  padding: 6px 24px;
}
.faq-item summary {
  cursor: pointer;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: var(--gold-d);
  transition: transform 0.2s var(--ease);
  flex-shrink: 0;
  margin-inline-start: 16px;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding-bottom: 20px; font-size: 14.5px; line-height: 1.75; color: var(--gray-500); }

/* ══════════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════════ */
.site-footer {
  background: var(--cream);
  background-image: radial-gradient(circle at 12% 25%, rgba(166,130,79,0.08) 0%, transparent 50%), radial-gradient(circle at 88% 75%, rgba(91,118,144,0.06) 0%, transparent 50%);
  padding: 46px 40px;
  border-top: 3px solid var(--gold);
}
.site-footer__wrap {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.footer-brand { display: flex; align-items: center; gap: 12px; padding-bottom: 28px; border-bottom: 1px solid var(--gray-200); width: 100%; justify-content: center; }
.footer-brand .brand__mark { height: 44px; }
.footer-brand .brand__name { font-size: 15px; color: var(--navy); }
.footer-brand .brand__role { font-size: 12.5px; color: var(--gray-500); }

.footer-items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
  width: 100%;
}
.footer-item { display: flex; align-items: center; gap: 10px; max-width: 260px; }
.footer-item__ico {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--gold-l);
  color: var(--gold-d);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.footer-item__ico svg { width: 15px; height: 15px; }
.footer-item__title { font-size: 12.5px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.footer-item__sub   { display: block; font-size: 11.5px; color: var(--gray-500); line-height: 1.5; transition: color 0.15s; }
.footer-item__sub--lg { display: block; font-size: 15px; font-weight: 800; color: var(--navy); direction: ltr; text-align: right; }
a.footer-item__sub:hover, a.footer-item__sub--lg:hover { color: var(--gold-d); }

/* ══════════════════════════════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ══════════════════════════════════════════════════════════════
   FLOATING ACTION STACK — a11y / phone / whatsapp
══════════════════════════════════════════════════════════════ */
.fab-stack {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.fab {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.25s var(--ease);
}
.fab.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.fab svg { width: 24px; height: 24px; }
.fab:hover { transform: scale(1.08); }

.fab--wa { width: 56px; height: 56px; background: #25D366; color: var(--white); box-shadow: 0 6px 20px rgba(37,211,102,0.4); }
.fab--wa svg { width: 28px; height: 28px; }
.fab--wa:hover { box-shadow: 0 8px 32px rgba(37,211,102,0.5), 0 0 0 6px rgba(37,211,102,0.18); }

.fab--phone { background: linear-gradient(140deg, var(--gold) 0%, var(--gold-d) 100%); color: var(--white); box-shadow: var(--shadow-btn); }
.fab--phone:hover { box-shadow: 0 10px 28px rgba(166,130,79,0.45), 0 0 0 6px rgba(166,130,79,0.16); }

.fab--a11y { background: var(--navy); color: var(--white); box-shadow: 0 6px 20px rgba(20,33,61,0.35); }
.fab--a11y:hover { box-shadow: 0 8px 28px rgba(20,33,61,0.45), 0 0 0 6px rgba(20,33,61,0.14); }

.a11y { position: relative; }
.a11y__panel {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  width: 250px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 16px;
  opacity: 0;
  transform: translateY(8px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.2s var(--ease), transform 0.2s var(--ease);
}
.a11y__panel[aria-hidden="false"] { opacity: 1; transform: none; pointer-events: auto; }
.a11y__title { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 12px; }
.a11y__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.a11y__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px 6px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  font-size: 11px;
  font-weight: 600;
  color: var(--navy-2);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.a11y__item:hover { background: var(--gold-l); border-color: var(--gold); }
.a11y__item[aria-checked="true"] { background: var(--gold-l); border-color: var(--gold); color: var(--gold-d); }
.a11y__item--reset { grid-column: 1 / -1; background: transparent; }
.a11y__ico { font-size: 14px; font-weight: 800; line-height: 1; color: var(--gold-d); }

body.a11y-contrast { filter: contrast(1.25) saturate(1.1); }
body.a11y-underline a { text-decoration: underline !important; }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero__stage { grid-template-columns: 1fr; min-height: auto; }
  .hero__photo { order: -1; height: 320px; }
  .hero__body { padding: 48px 32px; }
  .recognition__grid { grid-template-columns: repeat(2, 1fr); }
  .paths__grid { grid-template-columns: 1fr; }
  .authority__wrap { grid-template-columns: 1fr; }
  .authority__photo { max-width: 380px; margin: 0 auto; }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .leadform__wrap { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .footer-items { flex-direction: column; align-items: center; text-align: center; gap: 22px; }
  .footer-item { flex-direction: column; max-width: 100%; }
}

@media (max-width: 640px) {
  .wrap { padding: 0 20px; }
  .site-header { padding: 14px 20px; }
  .brand__role { display: none; }
  .header-contact span { display: none; }
  .header-contact { padding: 12px; }
  .site-nav { gap: 10px; }
  .site-nav__link { font-size: 13px; }
  .hero__body { padding: 40px 20px; }
  .hero__features { gap: 18px; }
  .hero__cta-wrap { flex-direction: column; align-items: stretch; }
  .hero__cta-wrap .btn { width: 100%; }
  .recognition, .paths, .authority, .why, .leadform, .faq { padding-left: 20px; padding-right: 20px; }
  .recognition__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .why__grid { grid-template-columns: 1fr 1fr; }
  .paths__cta { flex-direction: column; text-align: center; padding: 30px 24px; }
  .leadform__card { padding: 26px 22px; }
}
