:root {
  --ink: #17202a;
  --muted: #637083;
  --line: #e5e9ef;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --brand: #c32331;
  --brand-dark: #8d1722;
  --navy: #2c2e36;
  font-family: "Exo 2", "Open Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--navy);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; line-height: 1.65; background: var(--navy); color: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.site-header { position: sticky; top: 0; z-index: 1000; border-top: 6px solid var(--navy); background: #fff; }
.navbar {
  max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 34px; min-height: 88px; padding: 0 28px; background: #fff;
}
.brand img { width: 78px; height: auto; }
.navlinks { display: flex; align-items: center; justify-content: center; gap: 34px; color: #2c2e36; }
.navlinks > a, .menu-dropdown > a, .lang-dropdown button {
  display: inline-flex; align-items: center; min-height: 88px; gap: 8px; border: 0; background: transparent;
  color: #2c2e36; font-family: "Nunito", "Open Sans", Arial, sans-serif; font-size: 15px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 2px; cursor: pointer;
}
.navlinks a:hover, .menu-dropdown:hover > a, .lang-dropdown:hover button { color: var(--brand); }
.chevron { color: var(--brand); font-size: 24px; line-height: 1; margin-top: -3px; }
.menu-dropdown, .lang-dropdown { position: relative; }
.dropdown-panel {
  position: absolute; left: 0; top: 100%; min-width: 520px; background: #fff; color: #3c414a;
  border-top: 4px solid var(--brand); box-shadow: 0 18px 38px rgba(0,0,0,.16);
  opacity: 0; visibility: hidden; transform: translateY(10px); transition: .16s ease;
}
.menu-dropdown:hover .dropdown-panel, .menu-dropdown:focus-within .dropdown-panel,
.lang-dropdown:hover .dropdown-panel, .lang-dropdown:focus-within .dropdown-panel {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown-panel a {
  display: block; min-height: 46px; padding: 13px 24px; border-bottom: 1px solid #eef0f3;
  font-size: 17px; line-height: 1.35; letter-spacing: 1.4px; text-transform: none; font-family: "Exo 2", Arial, sans-serif;
}
.dropdown-panel a:hover { color: var(--brand); background: #fafafa; }
.lang-dropdown button { min-height: 88px; }
.lang-panel { right: 0; left: auto; min-width: 130px; }
.lang-panel a { font-size: 14px; font-weight: 700; letter-spacing: 1px; }
.lang-panel .active { color: var(--brand); }
.flag {
  width: 22px; height: 22px; border-radius: 50%; display: inline-block; flex: 0 0 auto;
  background-size: cover; background-position: center; box-shadow: 0 0 0 1px rgba(0,0,0,.08);
}
.flag-ua { background-image: url('/assets/flags/flag-ua.png'); }
.flag-gb { background-image: url('/assets/flags/flag-gb.png'); }
.page-content { overflow: hidden; }
.page-content .elementor-section-wrap > section:first-child { margin-top: 0; }
.page-content a { transition: color .15s ease, background .15s ease; }
.page-content .elementor-button, .button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 44px; padding: 12px 18px; border: 1px solid var(--brand); color: var(--brand);
  border-radius: 4px; font-weight: 800; background: #fff;
}
.page-content .elementor-button:hover, .button:hover, .button.primary { background: var(--brand); color: #fff; }
.page-content .elementor-button-text { display: inline-block; }
.page-content .elementor-icon-list-items { list-style: none; padding-left: 0; }
.page-content .elementor-counter-number { color: var(--brand); }
.page-content .elementor-custom-embed iframe { width: 100%; min-height: 360px; border: 0; display: block; }
.page-content img { object-fit: cover; }
.page-content .elementor-image-box-img img { width: 100%; }
.contact-cta {
  display: grid; grid-template-columns: 1fr; gap: 22px; align-items: start;
  max-width: 1120px; margin: 0 auto 80px; padding: 34px 38px 38px; background: var(--brand); color: #fff;
  box-shadow: 0 22px 42px rgba(0,0,0,.25);
  overflow: hidden;
}
.contact-cta h2 {
  margin: 0; max-width: 900px; font-size: clamp(26px, 3vw, 38px); letter-spacing: 0; line-height: 1.18;
  overflow-wrap: anywhere;
}
.contact-cta .eyebrow { color: #fff; opacity: .85; margin: 0 0 4px; text-transform: uppercase; letter-spacing: 2px; }
.contact-cta .contact-form { max-width: none; width: 100%; padding: 24px; box-shadow: none; border-top: 0; }
.contact-form-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 18px; }
.contact-form-compact label { min-width: 0; }
.contact-form-compact label:nth-of-type(3), .contact-form-compact .cf-turnstile,
.contact-form-compact button, .contact-form-compact .form-status { grid-column: 1 / -1; }
.contact-form-compact textarea { min-height: 118px; }
.contact-form-compact .cf-turnstile { min-width: 0; max-width: 100%; overflow: hidden; }
.contact-cta .contact-form label { color: var(--ink); }
.contact-cta .contact-form button { background: var(--navy); color: #fff; border-color: var(--navy); }
.contact-cta .contact-form button:hover { background: #fff; color: var(--brand); border-color: #fff; }
.consultation-page { background: var(--soft); color: var(--ink); min-height: 70vh; padding-bottom: 72px; }
.consultation-hero {
  min-height: 340px; display: grid; align-items: end; padding: 88px 6vw 58px;
  background: linear-gradient(rgba(44,46,54,.78), rgba(44,46,54,.78)), url('/assets/uploads/2020/08/uvito_bg_000.jpg') center/cover;
  color: #fff;
}
.consultation-hero > div, .contact-form-section { max-width: 960px; width: 100%; margin: 0 auto; }
.consultation-hero .eyebrow { margin: 0 0 8px; color: #fff; opacity: .82; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; }
.consultation-hero h1 { margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.1; letter-spacing: 0; }
.consultation-hero p { max-width: 740px; margin: 18px 0 0; font-size: 18px; color: #eef2f6; }
.contact-form-section { padding: 52px 6vw 0; }
.contact-form {
  display: grid; gap: 18px; max-width: 720px; padding: 34px; background: #fff; color: var(--ink);
  border-top: 5px solid var(--brand); box-shadow: 0 18px 46px rgba(23,32,42,.14);
}
.contact-form label { display: grid; gap: 8px; font-weight: 800; color: #2c2e36; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid #d7dde6; border-radius: 4px; padding: 13px 14px;
  font: inherit; color: var(--ink); background: #fff;
}
.contact-form textarea { resize: vertical; min-height: 170px; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(195,35,49,.2); border-color: var(--brand); }
.contact-form .cf-turnstile { max-width: 100%; overflow: hidden; }
.contact-form button { width: 300px; max-width: 100%; min-width: 154px; min-height: 65px; }
.contact-form button:disabled { opacity: .65; cursor: wait; }
.form-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 24px; margin: 0; color: #2d6a3f; font-weight: 700; }
.form-status.error { color: var(--brand); }
.site-footer { background: #282930; color: #fff; padding: 38px 6vw; }
.footer-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-logo { width: 40px; margin-bottom: 18px; }
.site-footer a, .site-footer span { display: block; color: #dbe2ec; margin-top: 8px; }
@media (max-width: 860px) {
  .site-header { position: relative; }
  .navbar { grid-template-columns: 1fr; padding: 14px 5vw; gap: 10px; min-height: auto; }
  .brand img { width: 54px; }
  .navlinks { justify-content: flex-start; align-items: flex-start; gap: 14px; flex-wrap: wrap; }
  .navlinks > a, .menu-dropdown > a, .lang-dropdown button { min-height: 32px; font-size: 12px; letter-spacing: 1px; }
  .dropdown-panel { min-width: min(92vw, 420px); }
  .contact-cta, .footer-grid { grid-template-columns: 1fr; }
  .contact-cta { width: auto; max-width: none; margin: 0 5vw 48px; padding: 20px; }
  .contact-cta h2 { max-width: 100%; font-size: clamp(24px, 8vw, 34px); }
  .contact-form-compact { grid-template-columns: 1fr; padding: 18px; }
  .consultation-hero { min-height: 300px; padding: 52px 5vw 40px; }
  .contact-form-section { padding: 34px 5vw 0; }
  .contact-form { padding: 24px; }
}