/* ============================================================
   Záhradnícke služby Turiec – style.css
   ============================================================ */

:root {
  --green-950: #122a1a;
  --green-900: #17371f;
  --green-800: #1d4a28;
  --green-700: #256b35;
  --green-600: #2e7d3c;
  --green-500: #3c9a4c;
  --green-100: #e3efe3;
  --green-50:  #f3f8f2;
  --lime:      #a4c93c;
  --ink:       #1f2a22;
  --muted:     #5b6b5e;
  --line:      #dfe7df;
  --white:     #ffffff;
  --radius:    14px;
  --radius-sm: 10px;
  --shadow-sm: 0 1px 3px rgba(18, 42, 26, .08);
  --shadow-md: 0 8px 24px rgba(18, 42, 26, .12);
  --shadow-lg: 0 18px 48px rgba(18, 42, 26, .18);
  --container: 1180px;
  --font-head: "Manrope", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--green-700); text-decoration: none; }
a:hover { color: var(--green-500); }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.18;
  color: var(--green-900);
  letter-spacing: -0.01em;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 88px 0; }
.section--tinted { background: var(--green-50); }

.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--green-600);
  margin-bottom: 12px;
}

.section-head h2 { font-size: clamp(28px, 4vw, 40px); margin-bottom: 14px; }
.section-head p  { color: var(--muted); font-size: 18px; }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
}

.btn svg { width: 18px; height: 18px; flex: none; }

.btn--primary { background: var(--green-600); color: var(--white); }
.btn--primary:hover { background: var(--green-700); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--light { background: var(--white); color: var(--green-800); }
.btn--light:hover { background: var(--green-100); color: var(--green-900); transform: translateY(-2px); }

.btn--outline { border-color: rgba(255,255,255,.55); color: var(--white); background: transparent; }
.btn--outline:hover { border-color: var(--white); background: rgba(255,255,255,.12); color: var(--white); }

.btn--ghost { border-color: var(--green-600); color: var(--green-700); background: transparent; }
.btn--ghost:hover { background: var(--green-600); color: var(--white); }

/* ---------- Top bar ---------- */

.topbar {
  background: var(--green-900);
  color: rgba(255,255,255,.85);
  font-size: 14px;
  padding: 8px 0;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.topbar a { color: var(--white); font-weight: 600; }
.topbar a:hover { color: var(--lime); }

.topbar__contacts { display: flex; gap: 24px; align-items: center; }
.topbar__contacts svg { width: 14px; height: 14px; vertical-align: -2px; margin-right: 6px; }
.topbar__region { display: flex; align-items: center; gap: 6px; }
.topbar__region svg { width: 14px; height: 14px; }

/* ---------- Header / nav ---------- */

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}

.header.is-scrolled { box-shadow: var(--shadow-md); }

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark { width: 44px; height: 44px; flex: none; border-radius: 11px; object-fit: cover; }
.brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.brand__name {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 800;
  color: var(--green-900);
  letter-spacing: -0.01em;
}
.brand__tag { font-size: 11.5px; color: var(--muted); letter-spacing: .04em; }

.nav { display: flex; align-items: center; gap: 6px; }

.nav a {
  font-family: var(--font-head);
  font-size: 15.5px;
  font-weight: 600;
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 8px;
}

.nav a:hover { color: var(--green-700); background: var(--green-50); }
.nav a.is-active { color: var(--green-700); background: var(--green-100); }

.nav a[href="kontakt.html#ponuka"] { color: var(--green-700); background: var(--green-50); font-weight: 700; }
.nav a[href="kontakt.html#ponuka"]:hover,
.nav a[href="kontakt.html#ponuka"].is-active { background: var(--green-100); }

.header__cta { margin-left: 10px; padding: 9px 18px; font-size: 15px; border-radius: 8px; }
.btn--primary.header__cta:hover { transform: none; box-shadow: none; background: var(--green-700); color: var(--white); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
}

.nav-toggle:hover { background: var(--green-50); }

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--green-900);
  margin: 5px 0;
  transition: transform .25s ease, opacity .25s ease;
}

.nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero (homepage) ---------- */

.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(15, 35, 21, .88) 0%, rgba(15, 35, 21, .62) 48%, rgba(15, 35, 21, .25) 100%);
}

.hero .container { padding-top: 96px; padding-bottom: 96px; }

.hero__content { max-width: 640px; }

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(4px);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 22px;
}

.hero__badge svg { width: 15px; height: 15px; color: var(--lime); }

.hero h1 {
  color: var(--white);
  font-size: clamp(34px, 5.4vw, 56px);
  margin-bottom: 18px;
}

.hero h1 em { font-style: normal; color: var(--lime); }

.hero p {
  font-size: clamp(17px, 2vw, 19.5px);
  color: rgba(255,255,255,.88);
  max-width: 540px;
  margin-bottom: 32px;
}

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.22);
}

.hero__trust-item { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; }
.hero__trust-item svg { width: 20px; height: 20px; color: var(--lime); flex: none; }

/* ---------- Page hero (subpages) ---------- */

.page-hero {
  position: relative;
  padding: 96px 0 88px;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(15, 35, 21, .9) 0%, rgba(15, 35, 21, .6) 60%, rgba(15, 35, 21, .35) 100%);
}

.page-hero h1 { color: var(--white); font-size: clamp(32px, 4.6vw, 48px); margin: 10px 0 14px; }
.page-hero p { max-width: 620px; font-size: 18px; color: rgba(255,255,255,.88); }
.page-hero .eyebrow { color: var(--lime); }

.breadcrumbs { font-size: 14px; margin-bottom: 18px; color: rgba(255,255,255,.7); }
.breadcrumbs a { color: rgba(255,255,255,.9); font-weight: 600; }
.breadcrumbs a:hover { color: var(--lime); }

/* ---------- USP strip ---------- */

.usp { background: var(--white); padding: 56px 0; border-bottom: 1px solid var(--line); }

.usp__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.usp__item { display: flex; gap: 16px; align-items: flex-start; }

.usp__icon {
  width: 52px;
  height: 52px;
  flex: none;
  border-radius: 12px;
  background: var(--green-100);
  color: var(--green-700);
  display: grid;
  place-items: center;
}

.usp__icon svg { width: 26px; height: 26px; }

.usp__item h3 { font-size: 17px; margin-bottom: 4px; }
.usp__item p { font-size: 14.5px; color: var(--muted); }

/* ---------- Split (about preview etc.) ---------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.split--reverse .split__media { order: 2; }

.split__media { position: relative; }

.split__media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
}

.split__media--landscape img { aspect-ratio: 4 / 3; }

.split__stat {
  position: absolute;
  left: -22px;
  bottom: 32px;
  background: var(--white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.split__stat strong {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  color: var(--green-700);
  line-height: 1;
}

.split__stat span { font-size: 13.5px; color: var(--muted); line-height: 1.35; }

.split__body h2 { font-size: clamp(28px, 3.6vw, 38px); margin-bottom: 18px; }
.split__body > p { color: var(--muted); margin-bottom: 16px; }

.checklist { list-style: none; margin: 22px 0 30px; display: grid; gap: 12px; }

.checklist li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }

.checklist svg {
  width: 21px;
  height: 21px;
  flex: none;
  margin-top: 2px;
  color: var(--green-600);
}

/* ---------- Service cards ---------- */

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: var(--green-500);
}

.card__icon {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: var(--green-100);
  color: var(--green-700);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}

.card__icon svg { width: 30px; height: 30px; }

.card h3 { font-size: 20px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 15.5px; flex: 1; }

.card__link {
  margin-top: 18px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.card__link svg { width: 16px; height: 16px; transition: transform .2s ease; }
.card:hover .card__link svg { transform: translateX(4px); }

/* ---------- Gallery ---------- */

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}

.gallery-filters button {
  font-family: var(--font-head);
  font-size: 14.5px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1.5px solid var(--line);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  transition: all .2s ease;
}

.gallery-filters button:hover { border-color: var(--green-500); color: var(--green-700); }
.gallery-filters button.is-active { background: var(--green-600); border-color: var(--green-600); color: var(--white); }

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

.gallery-item {
  position: relative;
  display: block;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 3 / 3.4;
  background: var(--green-100);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.gallery-item:hover img { transform: scale(1.06); }

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 42, 26, .68), transparent 55%);
  opacity: 0;
  transition: opacity .3s ease;
}

.gallery-item:hover::after { opacity: 1; }

.gallery-item__label {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 1;
  color: var(--white);
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .3s ease, transform .3s ease;
}

.gallery-item:hover .gallery-item__label { opacity: 1; transform: translateY(0); }

.gallery-item.is-hidden { display: none; }

/* ---------- Lightbox ---------- */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(10, 20, 13, .94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.lightbox.is-open { display: flex; }

.lightbox__img {
  max-width: min(1100px, 100%);
  max-height: calc(100vh - 140px);
  border-radius: 8px;
  box-shadow: var(--shadow-lg);
  object-fit: contain;
}

.lightbox__caption {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.85);
  font-size: 15px;
  font-weight: 600;
}

.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: var(--white);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s ease;
}

.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover { background: rgba(255,255,255,.28); }

.lightbox__close { top: 22px; right: 22px; }
.lightbox__prev { left: 22px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 22px; top: 50%; transform: translateY(-50%); }

.lightbox svg { width: 22px; height: 22px; }

/* ---------- Service detail (sluzby.html) ---------- */

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid var(--line);
}

.service-block:last-of-type { border-bottom: none; }

.service-block:nth-child(even) .service-block__media { order: 2; }

.service-block__media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
}

.service-block h3 {
  font-size: clamp(24px, 3vw, 30px);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.service-block h3 svg { width: 32px; height: 32px; color: var(--green-600); flex: none; }
.service-block > div > p { color: var(--muted); margin-bottom: 14px; }

/* ---------- Steps ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  counter-reset: step;
}

.step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  position: relative;
}

.step__num {
  font-family: var(--font-head);
  font-size: 44px;
  font-weight: 800;
  color: var(--green-100);
  line-height: 1;
  margin-bottom: 14px;
}

.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 15.5px; }

/* ---------- Values (o nás) ---------- */

.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }

/* ---------- CTA band ---------- */

.cta-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--green-800);
  color: var(--white);
  padding: 72px 0;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(640px 280px at 88% 20%, rgba(164, 201, 60, .22), transparent 70%),
    radial-gradient(520px 320px at 8% 90%, rgba(60, 154, 76, .35), transparent 70%);
}

.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}

.cta-band h2 { color: var(--white); font-size: clamp(26px, 3.4vw, 36px); margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 560px; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Contact page ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 34px 30px;
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease;
}

.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.contact-card__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  display: grid;
  place-items: center;
}

.contact-card__icon svg { width: 28px; height: 28px; }
.contact-card h3 { font-size: 18px; margin-bottom: 6px; }
.contact-card a { font-size: 18px; font-weight: 700; }
.contact-card p { color: var(--muted); font-size: 15px; margin-top: 4px; }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}

.contact-form-wrap {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}

.contact-form-wrap h2 { font-size: 26px; margin-bottom: 8px; }
.contact-form-wrap > p { color: var(--muted); margin-bottom: 26px; font-size: 15.5px; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.form-group { margin-bottom: 18px; }

.form-group label {
  display: block;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink);
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--green-50);
  transition: border-color .2s ease, background .2s ease;
}

.form-group select {
  height: calc(1.5em + 26px + 3px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235b6b5e' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--green-500);
  background-color: var(--white);
}

.form-group textarea { resize: vertical; min-height: 130px; }

.form-note { font-size: 13.5px; color: var(--muted); margin-top: 14px; }

.form-status { margin-top: 14px; font-weight: 600; font-size: 15px; display: none; }
.form-status.is-ok { display: block; color: var(--green-700); }
.form-status.is-error { display: block; color: #b3261e; }

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  min-height: 420px;
  display: flex;
  flex-direction: column;
}

.map-wrap iframe { width: 100%; flex: 1; border: 0; min-height: 420px; }

.map-wrap__footer {
  padding: 18px 24px;
  background: var(--white);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.map-wrap__footer svg { width: 18px; height: 18px; color: var(--green-600); flex: none; }

/* ---------- Quote builder (WhatsApp) ---------- */

.quote { max-width: 760px; margin: 0 auto; }

.quote__cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.quote-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  padding: 32px 20px;
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  font-family: var(--font-head);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.quote-cat:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--green-500); }

.quote-cat__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--green-100);
  color: var(--green-700);
  display: grid;
  place-items: center;
}

.quote-cat__icon svg { width: 28px; height: 28px; }
.quote-cat__label { font-size: 16px; font-weight: 700; color: var(--green-900); line-height: 1.3; }

.quote-form {
  margin-top: 32px;
  scroll-margin-top: 96px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow-sm);
}

.quote-form[hidden] { display: none; }

.quote-form__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.quote-form__head h3 { font-size: 22px; }
.quote-form__head .eyebrow { margin-bottom: 4px; }

.quote-back {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14.5px;
  color: var(--green-700);
  padding: 6px 2px;
  white-space: nowrap;
}

.quote-back:hover { color: var(--green-500); }

.quote-fields { display: grid; gap: 16px; margin-bottom: 26px; }
.quote-fields .form-group { margin-bottom: 0; }

.quote-actions { display: flex; gap: 14px; }
.quote-actions .btn { flex: 1; justify-content: center; font-size: 16px; }

.quote-submit {
  background: #25d366;
  color: var(--white);
}

.quote-submit:hover { background: #1da955; color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.quote-submit svg { width: 20px; height: 20px; }

.quote-email:hover { transform: translateY(-2px); }

@media (max-width: 480px) {
  .quote-actions { flex-direction: column; }
}

@media (max-width: 560px) {
  .quote__cats { grid-template-columns: 1fr; }
  .quote-form { padding: 26px 22px; }
}

/* ---------- FAQ ---------- */

.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }

.faq__item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 26px;
  transition: box-shadow .2s ease, border-color .2s ease;
}

.faq__item[open] { border-color: var(--green-500); box-shadow: var(--shadow-sm); }

.faq__item summary {
  list-style: none;
  cursor: pointer;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  color: var(--green-900);
  padding: 20px 38px 20px 0;
  position: relative;
}

.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 26px;
  width: 10px;
  height: 10px;
  border-right: 2.4px solid var(--green-600);
  border-bottom: 2.4px solid var(--green-600);
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.faq__item[open] summary::after { transform: rotate(-135deg); top: 30px; }

.faq__answer { padding: 0 0 22px; color: var(--muted); }
.faq__answer p { margin: 0; }

/* ---------- Footer ---------- */

.footer {
  background: var(--green-950);
  color: rgba(255,255,255,.78);
  padding: 72px 0 0;
  font-size: 15px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 56px;
  padding-bottom: 56px;
}

.footer .brand__name { color: var(--white); }
.footer .brand__tag { color: rgba(255,255,255,.55); }
.footer__about p { margin: 18px 0 22px; max-width: 360px; }

.footer h4 {
  color: var(--white);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

.footer ul { list-style: none; display: grid; gap: 11px; }
.footer a { color: rgba(255,255,255,.78); }
.footer a:hover { color: var(--lime); }

.footer__contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer__contact svg { width: 18px; height: 18px; color: var(--lime); flex: none; margin-top: 3px; }

.footer__social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  color: var(--white);
}

.footer__social:hover { background: rgba(255,255,255,.16); color: var(--white); }
.footer__social svg { width: 17px; height: 17px; }

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 22px 0;
  font-size: 13.5px;
  color: rgba(255,255,255,.5);
}

.footer__bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------- Scroll reveal ---------- */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Back to top ---------- */

.to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--green-600);
  color: var(--white);
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, background .2s ease;
}

.to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--green-700); }
.to-top svg { width: 20px; height: 20px; }

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
  .cards, .values, .steps, .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .usp__grid { grid-template-columns: repeat(2, 1fr); }
  .split, .service-block, .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .split--reverse .split__media,
  .service-block:nth-child(even) .service-block__media { order: 0; }
  .split__media img { aspect-ratio: 16 / 10; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .topbar__region { display: none; }

  .nav-toggle { display: block; }

  .nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    flex-direction: column;
    align-items: stretch;
    padding: 14px 20px 22px;
    gap: 4px;
    display: none;
  }

  .nav.is-open { display: flex; }
  .nav a { padding: 13px 14px; }
  .header__cta { margin: 10px 0 0; justify-content: center; }

  .hero { min-height: 560px; }
  .hero__trust { gap: 18px; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .form-row { grid-template-columns: 1fr; }
  .split__stat { left: 12px; bottom: 16px; padding: 14px 18px; }
  .cta-band .container { flex-direction: column; align-items: flex-start; }

  .lightbox { padding: 16px; }
  .lightbox__prev { left: 8px; }
  .lightbox__next { right: 8px; }
}

@media (max-width: 520px) {
  .cards, .values, .steps, .contact-grid, .usp__grid, .footer__grid { grid-template-columns: 1fr; }
  .topbar__contacts { width: 100%; justify-content: space-between; gap: 12px; }
  .hero__actions .btn { width: 100%; justify-content: center; }
}
