:root {
  --bg: #080b10;
  --bg-soft: #10151d;
  --panel: #151b24;
  --panel-strong: #1c2430;
  --text: #f7f8f8;
  --muted: #bcc4cf;
  --muted-strong: #dce2e9;
  --brand: #f7b733;
  --brand-dark: #b97400;
  --whatsapp: #25d366;
  --whatsapp-soft: #1fbd5b;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --glow: 0 18px 46px rgba(247, 183, 51, 0.18);
  --radius: 8px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(247, 183, 51, 0.045) 0 1px, transparent 1px 120px),
    linear-gradient(45deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 140px);
  content: "";
}

@keyframes line-shift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 140px 0, 56px 0;
  }
}

@keyframes accent-flow {
  from {
    background-position: 0 50%;
  }

  to {
    background-position: 160px 50%;
  }
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 4px;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--brand);
  color: #121212;
  padding: 10px 14px;
  border-radius: var(--radius);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 11, 16, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 44px;
  flex: 0 0 48px;
  border-radius: 7px;
  background: var(--brand);
  color: #121212;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.18);
}

.brand-text {
  line-height: 1.12;
  letter-spacing: 0;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  color: var(--muted-strong);
  padding: 11px 12px;
  border-radius: var(--radius);
  font-weight: 700;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
}

.header-call,
.btn,
.strip-phone,
.mobile-call,
.mobile-whatsapp,
.strip-whatsapp,
.contact-whatsapp {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  font-weight: 900;
}

.header-call {
  gap: 8px;
  padding: 0 20px;
  background: var(--brand);
  color: #121212;
  box-shadow: 0 10px 28px rgba(247, 183, 51, 0.24);
}

.header-call:hover,
.btn:hover,
.strip-phone:hover,
.strip-whatsapp:hover,
.contact-links a:hover,
.contact-links button:hover,
.mobile-call:hover,
.mobile-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(247, 183, 51, 0.22);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  display: block;
  width: 22px;
  height: 2px;
  margin-inline: auto;
  background: currentColor;
  content: "";
}

.menu-icon::before {
  transform: translateY(-7px);
}

.menu-icon::after {
  transform: translateY(5px);
}

.hero {
  position: relative;
  min-height: clamp(660px, 92vh, 860px);
  display: grid;
  align-items: start;
  overflow: hidden;
}

.hero::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  z-index: 2;
  background:
    linear-gradient(90deg, transparent, rgba(247, 183, 51, 0.9) 18%, rgba(37, 211, 102, 0.75) 50%, rgba(247, 183, 51, 0.9) 82%, transparent),
    linear-gradient(90deg, transparent 0 24px, rgba(255, 255, 255, 0.22) 24px 28px, transparent 28px 56px);
  content: "";
  opacity: 0.95;
  animation: line-shift 14s linear infinite;
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 11, 16, 0.96) 0%, rgba(8, 11, 16, 0.68) 48%, rgba(8, 11, 16, 0.18) 100%),
    linear-gradient(0deg, rgba(8, 11, 16, 0.98) 0%, rgba(8, 11, 16, 0.28) 42%, rgba(8, 11, 16, 0.18) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: clamp(72px, 9vh, 104px) 0 38px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  display: inline-block;
  color: var(--brand);
  background: linear-gradient(90deg, var(--brand), #ffe08a, var(--brand));
  background-size: 160px 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: accent-flow 9s linear infinite;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2rem, 4.45vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.8vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.hero-copy {
  max-width: 640px;
  color: var(--muted-strong);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  padding: 0 22px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.btn-primary {
  background: var(--brand);
  color: #121212;
  box-shadow: 0 18px 46px rgba(247, 183, 51, 0.26);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.btn-whatsapp {
  border-color: rgba(31, 189, 91, 0.52);
  background:
    linear-gradient(135deg, var(--whatsapp), var(--whatsapp-soft));
  color: #06140a;
  cursor: pointer;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: min(880px, 100%);
  margin: 42px 0 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.hero-stats div {
  position: relative;
  min-height: 116px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(8, 11, 16, 0.74);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.hero-stats div::before {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--brand), var(--whatsapp-soft));
  content: "";
}

.hero-stats dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-stats dd {
  margin: 8px 0 0;
  color: var(--text);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.15;
}

.emergency-strip {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(120deg, var(--brand), #ffd56b 45%, var(--brand));
  color: #111;
}

.emergency-strip::before,
.emergency-strip::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  pointer-events: none;
  content: "";
}

.emergency-strip::before {
  top: 0;
  background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.22) 0 14px, transparent 14px 28px);
}

.emergency-strip::after {
  bottom: -12px;
  background: linear-gradient(180deg, rgba(247, 183, 51, 0.35), transparent);
}

.emergency-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 22px 0;
}

.emergency-grid p {
  margin: 0;
}

.strip-label {
  font-weight: 950;
  font-size: 1.15rem;
}

.strip-phone {
  padding: 0 22px;
  background: #111;
  color: var(--text);
}

.strip-whatsapp,
.contact-whatsapp,
.mobile-whatsapp {
  border: 0;
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-soft));
  color: #07120b;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.strip-whatsapp {
  padding: 0 18px;
}

.section {
  position: relative;
  padding: clamp(72px, 10vw, 130px) 0;
}

.section::before,
.process-section::before,
.contact-section::before {
  position: absolute;
  left: max(20px, calc((100% - var(--container)) / 2));
  right: max(20px, calc((100% - var(--container)) / 2));
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 183, 51, 0.82), rgba(37, 211, 102, 0.42), transparent);
  content: "";
}

.intro-section {
  padding: clamp(42px, 5vw, 64px) 0;
  background: #080b10;
}

.intro-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(247, 183, 51, 0.11), rgba(247, 183, 51, 0) 38%),
    linear-gradient(180deg, #121820, #0d1118);
  box-shadow: var(--shadow);
}

.intro-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(247, 183, 51, 0.16), transparent 28%),
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(255, 255, 255, 0.035) 22px 23px);
  content: "";
}

.intro-card > * {
  position: relative;
  z-index: 1;
}

.intro-copy {
  display: grid;
  align-content: center;
}

.intro-copy h2 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 3.2vw, 3.55rem);
  line-height: 1.02;
}

.intro-copy p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted-strong);
  font-size: 1.05rem;
}

.intro-points {
  display: grid;
  gap: 12px;
  align-content: center;
}

.intro-points div {
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.intro-points strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
  font-size: 1.05rem;
}

.intro-points span {
  color: var(--muted);
}

.split,
.trust-grid,
.faq-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: start;
}

.split p,
.section-heading p,
.feature-panel p,
.trust-grid p,
.contact-grid p {
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.services-section,
.zones-section,
.faq-section {
  background: var(--bg-soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 235px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.service-card p {
  color: var(--muted);
}

.service-card::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), rgba(37, 211, 102, 0.85));
  content: "";
}

.card-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: var(--radius);
  background: rgba(247, 183, 51, 0.13);
  color: var(--brand);
  font-weight: 950;
}

.feature-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 680px;
  background: #0b0f15;
}

.feature-section::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 183, 51, 0.1), transparent 120px);
  content: "";
}

.feature-section > * {
  position: relative;
  z-index: 2;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-panel {
  align-self: center;
  padding: clamp(40px, 7vw, 84px);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 30px;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--muted-strong);
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand);
  content: "✓";
  font-weight: 950;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-cards article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--panel-strong), var(--panel));
}

.trust-cards strong {
  display: block;
  color: var(--brand);
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 0.95;
}

.trust-cards span {
  display: block;
  margin-top: 10px;
  color: var(--muted-strong);
  font-weight: 800;
}

.zone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.zone-list li {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
  font-weight: 800;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-grid figure {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.gallery-grid figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(8, 11, 16, 0.78);
  color: var(--text);
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.process-section {
  position: relative;
  padding: clamp(72px, 10vw, 130px) 0;
  background:
    linear-gradient(180deg, #0b0f15, #121820),
    repeating-linear-gradient(90deg, rgba(247, 183, 51, 0.05) 0 1px, transparent 1px 110px);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.process-list span {
  display: inline-block;
  margin-bottom: 36px;
  color: var(--brand);
  font-weight: 950;
}

.process-list strong {
  display: block;
  font-size: 1.12rem;
}

.process-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

details[open] {
  border-color: rgba(247, 183, 51, 0.32);
  background: #19212c;
}

summary {
  cursor: pointer;
  padding: 20px;
  color: var(--text);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.contact-section {
  position: relative;
  padding: clamp(72px, 10vw, 130px) 0;
  background:
    linear-gradient(90deg, rgba(8, 11, 16, 0.94), rgba(8, 11, 16, 0.76)),
    url("assets/hero-platforma-auto-botosani.jpeg") center / cover;
}

.contact-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(8, 11, 16, 0.82);
  box-shadow: var(--shadow);
  background:
    linear-gradient(135deg, rgba(247, 183, 51, 0.12), transparent 34%),
    rgba(8, 11, 16, 0.82);
}

.contact-phone {
  display: block;
  margin-bottom: 18px;
  color: var(--brand);
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 950;
  line-height: 1;
}

.contact-meta {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.contact-meta p {
  margin: 0;
}

.contact-meta p:first-child {
  color: var(--muted-strong);
}

.contact-meta p:last-child {
  width: fit-content;
  padding: 6px 10px;
  border: 1px solid rgba(247, 183, 51, 0.28);
  border-radius: var(--radius);
  background: rgba(247, 183, 51, 0.08);
  color: var(--brand);
  font-weight: 850;
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.contact-links a,
.contact-links button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted-strong);
  font-weight: 850;
}

.contact-links .contact-whatsapp {
  grid-column: 1 / -1;
}

.contact-links .facebook-link {
  grid-column: 1 / -1;
  border-color: #1877f2;
  background: #1877f2;
  color: #fff;
}

.contact-links .contact-whatsapp {
  border-color: transparent;
  color: #07120b;
}

.site-footer {
  padding: 28px 0 96px;
  background: #05070a;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a,
.footer-links a {
  color: var(--text);
  font-weight: 850;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.legal-page {
  background: var(--bg);
}

.legal-hero {
  padding: clamp(74px, 11vw, 140px) 0 clamp(44px, 7vw, 74px);
  background:
    linear-gradient(90deg, rgba(8, 11, 16, 0.96), rgba(8, 11, 16, 0.8)),
    url("assets/hero-platforma-auto-botosani.jpeg") center / cover;
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 760px;
}

.legal-hero p:last-child {
  max-width: 780px;
  color: var(--muted-strong);
  font-size: 1.1rem;
}

.legal-content {
  padding: clamp(48px, 8vw, 90px) 0;
}

.legal-card {
  max-width: 860px;
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(247, 183, 51, 0.08), transparent 30%),
    var(--panel);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin-top: 34px;
  margin-bottom: 10px;
  font-size: clamp(1.28rem, 2.4vw, 1.75rem);
  line-height: 1.2;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  color: var(--muted-strong);
}

.legal-card a {
  color: var(--brand);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-updated {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.mobile-actions {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 60;
  display: none;
  grid-template-columns: 1fr;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-call,
.mobile-whatsapp {
  background: var(--brand);
  color: #111;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.38);
}

.mobile-whatsapp {
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-soft));
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 14px;
    min-height: 70px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: fixed;
    inset: 70px 0 auto 0;
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    padding: 14px 20px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(8, 11, 16, 0.98);
  }

  .privacy-nav {
    position: static;
    display: none;
  }

  .privacy-call {
    display: none;
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }

  .header-call {
    display: none;
  }

  .hero {
    min-height: 760px;
    align-items: center;
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8, 11, 16, 0.62) 0%, rgba(8, 11, 16, 0.88) 38%, rgba(8, 11, 16, 0.98) 100%),
      linear-gradient(90deg, rgba(8, 11, 16, 0.9), rgba(8, 11, 16, 0.38));
  }

  .hero-content {
    padding: 46px 0 42px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5rem);
    line-height: 0.96;
  }

  .split,
  .intro-card,
  .trust-grid,
  .faq-grid,
  .contact-grid,
  .feature-section {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .gallery-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-media {
    min-height: 440px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .brand-mark {
    width: 44px;
    height: 40px;
    flex-basis: 44px;
  }

  .brand-text {
    font-size: 0.95rem;
  }

  .hero {
    min-height: 780px;
  }

  .hero-actions,
  .contact-links {
    display: grid;
  }

  .hero-actions .btn,
  .strip-phone {
    width: 100%;
  }

  .hero-actions .btn-whatsapp {
    padding-inline: 10px;
    white-space: nowrap;
  }

  .hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emergency-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-grid,
  .gallery-grid,
  .process-list,
  .trust-cards {
    grid-template-columns: 1fr;
  }

  .intro-section {
    padding: 36px 0;
  }

  .intro-card {
    padding: 24px 18px;
  }

  .service-card {
    min-height: auto;
  }

  .gallery-grid figure,
  .gallery-grid img {
    min-height: 300px;
  }

  .feature-media {
    min-height: 360px;
  }

  .feature-panel,
  .contact-card {
    padding: 26px 20px;
  }

  .zone-list li {
    flex: 1 1 auto;
    text-align: center;
  }

  .footer-inner {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .mobile-actions {
    display: grid;
  }

  .mobile-actions.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .brand-text {
    max-width: 130px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
