/* ═══════════════════════════════════════════════════════════════
   DDD Servis Plzeňský kraj – Main Stylesheet
   Color Palette:
   --green-500: #22c55e  (primary accent – green)
   --teal-500:  #0ea5e9  (secondary accent – near-green-blue)
   ═══════════════════════════════════════════════════════════════ */

/* ─── 0. RESET & CUSTOM PROPERTIES ─────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* Brand colors */
  --clr-green-400: #4ade80;
  --clr-green-500: #22c55e;
  --clr-green-600: #16a34a;
  --clr-green-700: #15803d;
  --clr-teal-400: #38bdf8;
  --clr-teal-500: #0ea5e9;
  --clr-teal-600: #0284c7;

  /* Gradient */
  --grad-brand: linear-gradient(135deg, var(--clr-green-500) 0%, var(--clr-teal-500) 100%);
  --grad-brand-hover: linear-gradient(135deg, var(--clr-green-600) 0%, var(--clr-teal-600) 100%);

  /* Neutrals */
  --clr-white:    #ffffff;
  --clr-gray-50:  #f8fafc;
  --clr-gray-100: #f1f5f9;
  --clr-gray-200: #e2e8f0;
  --clr-gray-300: #cbd5e1;
  --clr-gray-400: #94a3b8;
  --clr-gray-500: #64748b;
  --clr-gray-600: #475569;
  --clr-gray-700: #334155;
  --clr-gray-800: #1e293b;
  --clr-gray-900: #0f172a;

  /* Typography */
  --font-display: 'Outfit', 'Inter', sans-serif;
  --font-body:    'Inter', sans-serif;

  /* Spacing */
  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  1.5rem;
  --space-lg:  2rem;
  --space-xl:  3rem;
  --space-2xl: 5rem;

  /* Layout */
  --max-width: 1200px;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,.1);
  --shadow-lg: 0 16px 40px rgba(0,0,0,.14);
  --shadow-green: 0 8px 30px rgba(34,197,94,.25);
  --shadow-teal: 0 8px 30px rgba(14,165,233,.2);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 400ms ease;

  /* Header height */
  --header-h: 72px;
  --topbar-h: 40px;
}

/* ─── SCROLL BEHAVIOR ─────────────────────────────────────────── */
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + var(--topbar-h));
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--clr-gray-800);
  background: var(--clr-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Skip to content */
.skip-to-content {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--clr-green-500);
  color: white;
  padding: .5rem 1rem;
  border-radius: var(--radius-sm);
  z-index: 9999;
  font-weight: 600;
}
.skip-to-content:focus { top: 1rem; }

/* ─── CONTAINER ───────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

/* ─── UTILITIES ───────────────────────────────────────────────── */
.desktop-only { display: none; }
@media (min-width: 768px) { .desktop-only { display: inline; } }

/* ─── BUTTONS ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .7rem 1.5rem;
  border-radius: var(--radius-md);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--transition-base);
  white-space: nowrap;
}
.btn svg { width: 1.1em; height: 1.1em; flex-shrink: 0; }

.btn--primary {
  background: var(--grad-brand);
  color: white;
  box-shadow: var(--shadow-green);
}
.btn--primary:hover, .btn--primary:focus-visible {
  background: var(--grad-brand-hover);
  box-shadow: 0 12px 35px rgba(34,197,94,.35);
  transform: translateY(-2px);
}
.btn--primary:active { transform: translateY(0); }

.btn--outline {
  background: transparent;
  color: var(--clr-green-600);
  border-color: var(--clr-green-500);
}
.btn--outline:hover, .btn--outline:focus-visible {
  background: var(--clr-green-500);
  color: white;
  transform: translateY(-2px);
}

.btn--lg { padding: .9rem 2rem; font-size: 1.05rem; }
.btn--block { width: 100%; justify-content: center; }

/* ─── SECTION BASE ────────────────────────────────────────────── */
.section { padding-block: var(--space-2xl); }
.section--alt { background: var(--clr-gray-50); }

.section-label {
  display: inline-block;
  background: linear-gradient(135deg, rgba(34,197,94,.12), rgba(14,165,233,.12));
  color: var(--clr-green-600);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .35rem .9rem;
  border-radius: 50px;
  margin-bottom: .75rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--clr-gray-900);
  margin-bottom: .75rem;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--clr-gray-500);
  max-width: 600px;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.section-header .section-subtitle { margin-inline: auto; }

/* ─── REVEAL ANIMATION ────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal--right {
  transform: translateX(28px);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ─── 1. TOP BAR ──────────────────────────────────────────────── */
.topbar {
  height: var(--topbar-h);
  background: var(--clr-gray-900);
  color: var(--clr-gray-400);
  font-size: .82rem;
  position: relative;
  z-index: 110;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}
.topbar__contacts { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.topbar__link {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: var(--clr-gray-300);
  text-decoration: none;
  transition: color var(--transition-fast);
}
.topbar__link svg { width: 14px; height: 14px; }
.topbar__link:hover { color: var(--clr-green-400); }
.topbar__hours {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: var(--clr-gray-400);
  font-size: .78rem;
}
.topbar__hours svg { width: 14px; height: 14px; color: var(--clr-green-400); }
@media (max-width: 640px) {
  .topbar__hours { display: none; }
}

/* ─── 2. HEADER / NAVBAR ──────────────────────────────────────── */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--clr-gray-200);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition-base), background var(--transition-base);
}
.header.scrolled {
  background: rgba(255,255,255,.98);
  box-shadow: var(--shadow-md);
}

.nav {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 2rem;
}

/* Logo */
.nav__logo {
  display: flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.logo-icon svg { width: 100%; height: 100%; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text__main {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--clr-gray-900);
}
.logo-text__sub {
  font-size: .7rem;
  font-weight: 500;
  color: var(--clr-green-600);
  letter-spacing: .04em;
}

/* Menu */
.nav__menu {
  display: none;
  list-style: none;
  gap: .25rem;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .nav__menu { display: flex; align-items: center; }
}

.nav__link {
  display: flex;
  align-items: center;
  gap: .25rem;
  padding: .4rem .75rem;
  border-radius: var(--radius-sm);
  font-size: .9rem;
  font-weight: 500;
  color: var(--clr-gray-700);
  text-decoration: none;
  transition: background var(--transition-fast), color var(--transition-fast);
  white-space: nowrap;
}
.nav__link svg { width: 14px; height: 14px; transition: transform var(--transition-fast); }
.nav__link:hover, .nav__link:focus-visible { color: var(--clr-green-600); background: var(--clr-gray-100); }

/* Dropdown */
.nav__item--dropdown { position: relative; }
.nav__item--dropdown:hover .nav__dropdown,
.nav__item--dropdown:focus-within .nav__dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__item--dropdown:hover .nav__link--arrow svg,
.nav__item--dropdown:focus-within .nav__link--arrow svg { transform: rotate(180deg); }

.nav__dropdown {
  position: absolute;
  top: calc(100% + .5rem);
  left: 0;
  min-width: 220px;
  background: white;
  border: 1px solid var(--clr-gray-200);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  list-style: none;
  padding: .4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all var(--transition-base);
  z-index: 200;
}
.nav__dropdown-link {
  display: block;
  padding: .55rem 1rem;
  border-radius: var(--radius-sm);
  font-size: .88rem;
  color: var(--clr-gray-700);
  text-decoration: none;
  transition: background var(--transition-fast), color var(--transition-fast);
}
.nav__dropdown-link:hover { background: var(--clr-gray-50); color: var(--clr-green-600); }

/* Nav CTA */
.nav__cta {
  display: none;
  margin-left: .5rem;
}
@media (min-width: 1024px) { .nav__cta { display: inline-flex; } }

/* Hamburger */
.nav__hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: .4rem;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
}
@media (min-width: 1024px) { .nav__hamburger { display: none; } }

.nav__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--clr-gray-700);
  border-radius: 2px;
  transition: all var(--transition-base);
  transform-origin: center;
}
.nav__hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
@media (max-width: 1023px) {
  .nav__menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: calc(var(--topbar-h) + var(--header-h));
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    padding: 1.5rem;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform var(--transition-slow);
    z-index: 99;
    border-top: 1px solid var(--clr-gray-200);
    gap: .25rem;
  }
  .nav__menu.open {
    transform: translateX(0);
  }
  .nav__link { font-size: 1rem; padding: .75rem 1rem; }
  .nav__dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-left: 3px solid var(--clr-green-500);
    border-radius: 0;
    margin-left: 1rem;
    margin-top: .25rem;
    padding: .25rem 0;
  }
}

/* ─── 3. HERO ─────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 30, 20, .88) 0%,
    rgba(15, 25, 40, .75) 60%,
    rgba(10, 50, 30, .70) 100%
  );
}

/* Particles canvas */
.hero__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: float var(--dur, 8s) ease-in-out var(--delay, 0s) infinite;
}
@keyframes float {
  0%   { opacity: 0; transform: translateY(0) scale(0); }
  20%  { opacity: .6; }
  80%  { opacity: .4; }
  100% { opacity: 0; transform: translateY(-80vh) scale(1.5); }
}

.hero__content {
  position: relative;
  z-index: 1;
  padding-block: 8rem 4rem;
  max-width: 900px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(34,197,94,.3);
  color: var(--clr-green-400);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .03em;
  padding: .4rem 1rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
  animation: fadeInDown .7s ease both;
}
.hero__badge-dot {
  width: 7px;
  height: 7px;
  background: var(--clr-green-400);
  border-radius: 50%;
  animation: pulse 1.8s ease infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74,222,128,.5); }
  50%       { box-shadow: 0 0 0 6px rgba(74,222,128,0); }
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  color: white;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  animation: fadeInDown .7s .15s ease both;
}
.hero__title-accent {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: rgba(255,255,255,.75);
  margin-bottom: 2.5rem;
  line-height: 1.7;
  animation: fadeInDown .7s .3s ease both;
}

.hero__stats {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
  animation: fadeInDown .7s .45s ease both;
  flex-wrap: wrap;
}
.hero__stat { text-align: center; }
.hero__stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 800;
  background: var(--grad-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__stat span { color: rgba(255,255,255,.6); font-size: .82rem; }
.hero__stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.15);
}

.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: fadeInDown .7s .6s ease both;
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .4rem;
  color: rgba(255,255,255,.45);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  animation: fadeIn 1s 1.2s ease both;
  cursor: pointer;
}
.hero__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(34,197,94,.7), transparent);
  animation: scrollDown 1.8s ease infinite;
}
@keyframes scrollDown {
  0%   { transform: scaleY(1) translateY(0); opacity: 1; }
  100% { transform: scaleY(.5) translateY(20px); opacity: 0; }
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ─── 4. CONTACT STRIP ────────────────────────────────────────── */
.contact-strip {
  background: var(--clr-gray-900);
  padding: 1.25rem 0;
  position: relative;
  z-index: 2;
}
.contact-strip__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-strip__item {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.contact-strip__icon {
  width: 40px;
  height: 40px;
  background: var(--grad-brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-strip__icon svg { width: 18px; height: 18px; color: white; }
.contact-strip__label {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--clr-gray-400);
}
.contact-strip__value {
  font-size: .95rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  transition: color var(--transition-fast);
}
a.contact-strip__value:hover { color: var(--clr-green-400); }
.contact-strip__divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}
@media (max-width: 640px) { .contact-strip__divider { display: none; } }

/* ─── 5. ABOUT ────────────────────────────────────────────────── */
.about__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 768px) {
  .about__inner { grid-template-columns: 1fr 1fr; }
}

.about__desc {
  color: var(--clr-gray-600);
  margin-bottom: 1rem;
  font-size: 1.02rem;
  line-height: 1.75;
}
.about__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem 1rem;
  margin: 1.5rem 0;
}
.about__feature {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .9rem;
  color: var(--clr-gray-700);
}
.about__feature-icon {
  width: 20px;
  height: 20px;
  background: var(--grad-brand);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: .1rem;
}

.about__img-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: visible;
}
.about__img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
  display: block;
  box-shadow: var(--shadow-lg);
  transition: transform var(--transition-slow);
}
.about__img-wrap:hover .about__img { transform: scale(1.02); }
.about__img-badge {
  position: absolute;
  bottom: -1.25rem;
  right: -1.25rem;
  background: var(--grad-brand);
  color: white;
  text-align: center;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-green);
  line-height: 1.2;
}
.about__img-badge strong { display: block; font-size: 2rem; font-weight: 800; }
.about__img-badge span  { font-size: .75rem; opacity: .85; }

/* ─── 6. SERVICES ─────────────────────────────────────────────── */
.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}
@media (min-width: 640px)  { .services__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .services__grid { grid-template-columns: repeat(3, 1fr); } }

.service-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--clr-gray-200);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.service-card__img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.service-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.service-card:hover .service-card__img { transform: scale(1.08); }
.service-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,23,42,.4), transparent 60%);
}

.service-card__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.service-card__icon {
  font-size: 1.8rem;
  margin-bottom: .6rem;
}
.service-card__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 1.3;
}
.service-card__title a {
  color: var(--clr-gray-900);
  text-decoration: none;
  transition: color var(--transition-fast);
}
.service-card__title a:hover { color: var(--clr-green-600); }
.service-card__desc {
  color: var(--clr-gray-500);
  font-size: .9rem;
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1rem;
}
.service-card__link {
  color: var(--clr-green-600);
  font-weight: 600;
  font-size: .88rem;
  text-decoration: none;
  transition: gap var(--transition-fast), color var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-top: auto;
}
.service-card__link:hover { color: var(--clr-teal-600); gap: .6rem; }

/* ─── 7. PROCESS ──────────────────────────────────────────────── */
.process__steps {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3.5rem;
}

.process__step {
  flex: 1;
  min-width: 180px;
  max-width: 240px;
  text-align: center;
  padding: 1.75rem 1rem;
  background: white;
  border: 1px solid var(--clr-gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  position: relative;
}
.process__step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.process__step-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  background: var(--grad-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: .5rem;
}
.process__step-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(34,197,94,.1), rgba(14,165,233,.1));
  border: 1px solid rgba(34,197,94,.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto .75rem;
}
.process__step-icon svg { width: 22px; height: 22px; color: var(--clr-green-600); }
.process__step-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--clr-gray-900);
  margin-bottom: .4rem;
}
.process__step-desc { font-size: .85rem; color: var(--clr-gray-500); line-height: 1.55; }

.process__connector {
  flex: 0 0 3rem;
  height: 2px;
  background: linear-gradient(to right, var(--clr-green-400), var(--clr-teal-400));
  align-self: center;
  border-radius: 2px;
  display: none;
}
@media (min-width: 900px) { .process__connector { display: block; } }

.process__cta {
  text-align: center;
  background: linear-gradient(135deg, rgba(34,197,94,.06), rgba(14,165,233,.06));
  border: 1px solid rgba(34,197,94,.2);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
}
.process__cta p {
  font-size: 1.15rem;
  color: var(--clr-gray-700);
  margin-bottom: 1.25rem;
}
.process__cta p strong { color: var(--clr-green-600); }

/* ─── 8. LOCATIONS ────────────────────────────────────────────── */
.locations__grid {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: 2rem;
  justify-content: center;
}
.location-tag {
  background: white;
  border: 1px solid var(--clr-gray-200);
  color: var(--clr-gray-700);
  font-size: .88rem;
  font-weight: 500;
  padding: .4rem 1rem;
  border-radius: 50px;
  transition: all var(--transition-fast);
  cursor: default;
}
.location-tag:hover {
  border-color: var(--clr-green-400);
  color: var(--clr-green-600);
  background: rgba(34,197,94,.06);
}
.location-tag--accent {
  background: var(--grad-brand);
  color: white;
  border-color: transparent;
}
.location-tag--accent:hover { opacity: .85; color: white; }

.locations__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  color: var(--clr-gray-500);
  font-size: .92rem;
  text-align: center;
}
.locations__note svg { width: 18px; height: 18px; color: var(--clr-green-500); flex-shrink: 0; }
.locations__note a { color: var(--clr-green-600); font-weight: 600; }

/* ─── 9. TESTIMONIALS ─────────────────────────────────────────── */
.testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px)  { .testimonials__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px)  { .testimonials__grid { grid-template-columns: repeat(3, 1fr); } }

.testimonial-card {
  background: white;
  border: 1px solid var(--clr-gray-200);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  position: relative;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 4rem;
  font-family: Georgia, serif;
  color: var(--clr-gray-100);
  line-height: 1;
  pointer-events: none;
}
.testimonial-card__stars { color: #f59e0b; font-size: 1rem; letter-spacing: .05em; margin-bottom: 1rem; }
.testimonial-card__text {
  font-size: .95rem;
  color: var(--clr-gray-600);
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-style: italic;
}
.testimonial-card__author { display: flex; align-items: center; gap: .75rem; }
.testimonial-card__avatar {
  width: 40px;
  height: 40px;
  background: var(--grad-brand);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 700;
  flex-shrink: 0;
}
.testimonial-card__name {
  display: block;
  font-weight: 700;
  color: var(--clr-gray-800);
  font-style: normal;
  font-size: .92rem;
}
.testimonial-card__location { font-size: .78rem; color: var(--clr-gray-400); }

/* ─── 10. PRICING ─────────────────────────────────────────────── */
.pricing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 640px)  { .pricing__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px)  { .pricing__grid { grid-template-columns: repeat(3, 1fr); } }

.pricing-card {
  background: white;
  border: 1px solid var(--clr-gray-200);
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: relative;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}
.pricing-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }

.pricing-card--featured {
  border: 2px solid var(--clr-green-500);
  box-shadow: var(--shadow-green);
}
.pricing-card--featured:hover { box-shadow: 0 20px 50px rgba(34,197,94,.3); }

.pricing-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad-brand);
  color: white;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .25rem .85rem;
  border-radius: 50px;
  white-space: nowrap;
}
.pricing-card__header { text-align: center; }
.pricing-card__icon { font-size: 2.5rem; margin-bottom: .5rem; }
.pricing-card__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--clr-gray-800);
  margin-bottom: .4rem;
}
.pricing-card__price { color: var(--clr-gray-500); font-size: .95rem; }
.pricing-card__price strong { color: var(--clr-gray-900); font-size: 1.5rem; font-family: var(--font-display); }

.pricing-card__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  flex: 1;
}
.pricing-card__features li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .9rem;
  color: var(--clr-gray-600);
}
.pricing-card__features li::before {
  content: '✓';
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, rgba(34,197,94,.15), rgba(14,165,233,.15));
  color: var(--clr-green-600);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: .1rem;
}

/* ─── 11. CONTACT ─────────────────────────────────────────────── */
.contact__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 900px) {
  .contact__inner { grid-template-columns: 5fr 7fr; }
}

.contact__card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--clr-gray-50);
  border: 1px solid var(--clr-gray-200);
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  margin-bottom: .75rem;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}
.contact__card:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.contact__card-icon {
  width: 44px;
  height: 44px;
  background: var(--grad-brand);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact__card-icon svg { width: 20px; height: 20px; color: white; }
.contact__card-label {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--clr-gray-400);
  margin-bottom: .15rem;
}
.contact__card-value {
  font-weight: 600;
  color: var(--clr-gray-800);
  text-decoration: none;
  font-size: .95rem;
  line-height: 1.4;
  transition: color var(--transition-fast);
}
a.contact__card-value:hover { color: var(--clr-green-600); }

/* Contact Form */
.contact__form-wrap {
  background: white;
  border: 1px solid var(--clr-gray-200);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-md);
}
.contact__form-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--clr-gray-900);
  margin-bottom: 1.5rem;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-group { display: flex; flex-direction: column; gap: .4rem; }
.form-group--full { grid-column: 1 / -1; }
.form-label { font-size: .85rem; font-weight: 600; color: var(--clr-gray-700); }

.form-input {
  padding: .7rem 1rem;
  border: 1.5px solid var(--clr-gray-300);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: .95rem;
  color: var(--clr-gray-800);
  background: white;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
  width: 100%;
}
.form-input::placeholder { color: var(--clr-gray-400); }
.form-input:focus {
  border-color: var(--clr-green-500);
  box-shadow: 0 0 0 3px rgba(34,197,94,.12);
}
.form-input.error { border-color: #ef4444; }
.form-textarea { resize: vertical; min-height: 110px; }
.form-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2394a3b8'%3E%3Cpath d='M5.5 8l4.5 4.5L14.5 8'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .8rem center; background-size: 16px; padding-right: 2.5rem; }

.form-success {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: .6rem;
  background: rgba(34,197,94,.1);
  border: 1px solid rgba(34,197,94,.3);
  color: var(--clr-green-700);
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: .92rem;
}
.form-success svg { width: 20px; height: 20px; color: var(--clr-green-600); flex-shrink: 0; }

@media (max-width: 520px) {
  .contact-form { grid-template-columns: 1fr; }
  .form-group--full { grid-column: 1; }
}

/* ─── 12. FOOTER ──────────────────────────────────────────────── */
.footer { background: var(--clr-gray-900); color: var(--clr-gray-400); }
.footer__top { padding: 4rem 0 3rem; }
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 640px)  { .footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }

.footer__col--brand .logo-text__main { color: white; }
.footer__col--brand .logo-text__sub  { color: var(--clr-green-400); }

.footer__brand-desc {
  font-size: .88rem;
  line-height: 1.7;
  color: var(--clr-gray-500);
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
.footer__contact-items { display: flex; flex-direction: column; gap: .5rem; }
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--clr-gray-300);
  text-decoration: none;
  font-size: .88rem;
  transition: color var(--transition-fast);
}
.footer__contact-item svg { width: 16px; height: 16px; color: var(--clr-green-400); flex-shrink: 0; }
.footer__contact-item:hover { color: var(--clr-green-400); }

.footer__col-title {
  font-family: var(--font-display);
  font-size: .88rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1rem;
}
.footer__links { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.footer__link {
  color: var(--clr-gray-500);
  text-decoration: none;
  font-size: .88rem;
  transition: color var(--transition-fast), padding-left var(--transition-fast);
  display: block;
}
.footer__link:hover { color: var(--clr-green-400); padding-left: .3rem; }

.footer__legal-info {
  margin-top: 1.25rem;
  font-size: .8rem;
  color: var(--clr-gray-600);
  line-height: 1.7;
}
.footer__member {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-top: 1rem;
  font-size: .8rem;
  color: var(--clr-gray-500);
}
.footer__member svg { width: 16px; height: 16px; color: var(--clr-green-400); }
.footer__member strong { color: var(--clr-gray-300); }

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 1.25rem 0;
}
.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer__copy { font-size: .82rem; color: var(--clr-gray-600); }
.footer__bottom-links { display: flex; gap: 1.25rem; }
.footer__bottom-link { color: var(--clr-gray-600); font-size: .82rem; text-decoration: none; transition: color var(--transition-fast); }
.footer__bottom-link:hover { color: var(--clr-green-400); }

/* ─── 13. FLOATING PHONE BUTTON ───────────────────────────────── */
.fab-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 56px;
  height: 56px;
  background: var(--grad-brand);
  color: white;
  border-radius: 50%;
  box-shadow: var(--shadow-green), 0 0 0 0 rgba(34,197,94,.4);
  z-index: 500;
  animation: fabPulse 2.5s ease infinite;
  transition: transform var(--transition-fast);
  text-decoration: none;
}
.fab-phone svg { width: 24px; height: 24px; }
.fab-phone:hover { transform: scale(1.1); }
@keyframes fabPulse {
  0%   { box-shadow: var(--shadow-green), 0 0 0 0 rgba(34,197,94,.4); }
  70%  { box-shadow: var(--shadow-green), 0 0 0 12px rgba(34,197,94,0); }
  100% { box-shadow: var(--shadow-green), 0 0 0 0 rgba(34,197,94,0); }
}
@media (min-width: 1024px) { .fab-phone { display: none; } }

/* ─── 14. BACK TO TOP ─────────────────────────────────────────── */
.back-to-top {
  position: fixed;
  bottom: 5.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  background: white;
  border: 1px solid var(--clr-gray-200);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  z-index: 500;
  transition: all var(--transition-fast);
}
.back-to-top svg { width: 20px; height: 20px; color: var(--clr-gray-600); }
.back-to-top:hover {
  background: var(--grad-brand);
  border-color: transparent;
}
.back-to-top:hover svg { color: white; }
@media (min-width: 1024px) {
  .back-to-top { bottom: 1.5rem; right: 5.5rem; }
}

/* ─── 15. NESTED DROPDOWN ─────────────────────────────────────── */
.nav__item--nested {
  position: relative;
}
.nav__dropdown--nested {
  top: 0;
  left: 100%;
  min-width: 210px;
}
@media (max-width: 1023px) {
  .nav__dropdown--nested {
    position: static;
    left: auto;
    top: auto;
    margin-left: 1.5rem;
  }
}

/* ─── 16. PAGE HERO (subpages) ────────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--clr-gray-900) 0%, #0a2a1a 60%, #0d1f35 100%);
  padding: 4rem 0 3.5rem;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(34,197,94,.12) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero__inner {
  position: relative;
  z-index: 1;
}
.page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .82rem;
  color: rgba(255,255,255,.5);
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.page-hero__breadcrumb a {
  color: rgba(255,255,255,.5);
  text-decoration: none;
  transition: color var(--transition-fast);
}
.page-hero__breadcrumb a:hover { color: var(--clr-green-400); }
.page-hero__breadcrumb span { color: rgba(255,255,255,.3); }
.page-hero__label {
  display: inline-block;
  background: rgba(34,197,94,.15);
  border: 1px solid rgba(34,197,94,.3);
  color: var(--clr-green-400);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .3rem .85rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.page-hero__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: white;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.page-hero__title span {
  background: var(--grad-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-hero__desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,.7);
  max-width: 600px;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.page-hero__cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ─── 17. CONTENT LAYOUT ──────────────────────────────────────── */
.content-section { padding-block: var(--space-2xl); }
.content-section--alt { background: var(--clr-gray-50); }

.content-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 900px) {
  .content-layout { grid-template-columns: 7fr 5fr; }
  .content-layout--reverse { direction: rtl; }
  .content-layout--reverse > * { direction: ltr; }
}

.content-body h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 800;
  color: var(--clr-gray-900);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.content-body h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--clr-gray-800);
  margin: 1.75rem 0 .75rem;
}
.content-body p {
  color: var(--clr-gray-600);
  line-height: 1.78;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.content-body ul, .content-body ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}
.content-body li {
  color: var(--clr-gray-600);
  font-size: .97rem;
  line-height: 1.6;
}
.content-body a { color: var(--clr-green-600); font-weight: 500; }
.content-body a:hover { color: var(--clr-teal-600); }

.content-image-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.content-image-card img {
  width: 100%;
  height: auto;
  display: block;
}
.content-image-card__caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,.65), transparent);
  color: white;
  padding: 1.5rem 1.25rem .75rem;
  font-size: .85rem;
  font-weight: 500;
}

/* Info card / sidebar box */
.info-card {
  background: linear-gradient(135deg, rgba(34,197,94,.06), rgba(14,165,233,.06));
  border: 1px solid rgba(34,197,94,.2);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
}
.info-card__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--clr-gray-900);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.info-card__title svg { width: 20px; height: 20px; color: var(--clr-green-600); }
.info-card ul { list-style: none; padding: 0; gap: .55rem; }
.info-card li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .9rem;
  color: var(--clr-gray-700);
}
.info-card li::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px; height: 18px;
  background: var(--grad-brand);
  color: white;
  border-radius: 50%;
  font-size: .6rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: .1rem;
}
.info-card--cta {
  background: var(--clr-gray-900);
  border-color: transparent;
  text-align: center;
  margin-top: 1.5rem;
}
.info-card--cta p { color: rgba(255,255,255,.7); font-size: .92rem; margin-bottom: 1rem; }
.info-card--cta .phone-big {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--clr-green-400);
  text-decoration: none;
  display: block;
  margin-bottom: 1rem;
}
.info-card--cta .phone-big:hover { color: var(--clr-green-300); }

/* ─── 18. ACCORDION / FAQ ─────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: .5rem; }
.faq-item {
  border: 1px solid var(--clr-gray-200);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: white;
}
.faq-item__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: .97rem;
  font-weight: 600;
  color: var(--clr-gray-800);
  text-align: left;
  transition: color var(--transition-fast);
}
.faq-item__btn:hover { color: var(--clr-green-600); }
.faq-item__icon {
  width: 24px; height: 24px;
  background: linear-gradient(135deg, rgba(34,197,94,.12), rgba(14,165,233,.12));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition-base), background var(--transition-base);
}
.faq-item__icon svg { width: 14px; height: 14px; color: var(--clr-green-600); transition: transform var(--transition-base); }
.faq-item.open .faq-item__icon { background: var(--grad-brand); }
.faq-item.open .faq-item__icon svg { color: white; transform: rotate(180deg); }
.faq-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.faq-item.open .faq-item__body { max-height: 500px; }
.faq-item__content {
  padding: 0 1.5rem 1.25rem;
  font-size: .93rem;
  color: var(--clr-gray-600);
  line-height: 1.75;
  border-top: 1px solid var(--clr-gray-100);
  padding-top: 1rem;
}

/* ─── 19. PRICE TABLE ────────────────────────────────────────── */
.price-table-wrap { overflow-x: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.price-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  font-size: .92rem;
}
.price-table thead { background: var(--clr-gray-900); }
.price-table thead th {
  color: white;
  padding: 1rem 1.25rem;
  text-align: left;
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.price-table tbody tr {
  border-bottom: 1px solid var(--clr-gray-100);
  transition: background var(--transition-fast);
}
.price-table tbody tr:hover { background: var(--clr-gray-50); }
.price-table tbody td {
  padding: .9rem 1.25rem;
  color: var(--clr-gray-700);
}
.price-table tbody td:last-child {
  font-weight: 700;
  color: var(--clr-green-600);
}
.price-table__note {
  margin-top: 1rem;
  font-size: .84rem;
  color: var(--clr-gray-500);
  display: flex;
  align-items: center;
  gap: .4rem;
}
.price-table__note svg { width: 16px; height: 16px; color: var(--clr-teal-500); flex-shrink: 0; }

/* ─── 20. BLOG GRID ──────────────────────────────────────────── */
.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}
@media (min-width: 640px)  { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .blog-grid { grid-template-columns: repeat(3, 1fr); } }

.blog-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--clr-gray-200);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.blog-card__img-wrap { position: relative; height: 200px; overflow: hidden; }
.blog-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition-slow); }
.blog-card:hover .blog-card__img { transform: scale(1.06); }
.blog-card__cat {
  position: absolute;
  top: .75rem; left: .75rem;
  background: var(--grad-brand);
  color: white;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .25rem .7rem;
  border-radius: 50px;
}
.blog-card__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--clr-gray-900);
  margin-bottom: .6rem;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  transition: color var(--transition-fast);
}
.blog-card__title:hover { color: var(--clr-green-600); }
.blog-card__excerpt {
  font-size: .88rem;
  color: var(--clr-gray-500);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1rem;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  color: var(--clr-gray-400);
}
.blog-card__meta svg { width: 14px; height: 14px; }

/* ─── 21. TEAM / ABOUT GRID ──────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) { .about-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .about-grid { grid-template-columns: repeat(4, 1fr); } }

.stat-card {
  text-align: center;
  padding: 1.75rem 1rem;
  background: white;
  border: 1px solid var(--clr-gray-200);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.stat-card__num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 800;
  background: var(--grad-brand);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: .35rem;
}
.stat-card__label { font-size: .88rem; color: var(--clr-gray-500); font-weight: 500; }

/* ─── 22. CONTACT PAGE ───────────────────────────────────────── */
.contact-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 900px) {
  .contact-page__grid { grid-template-columns: 1fr 1fr; }
}

.contact-page__map {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--clr-gray-200);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page__map iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: none;
  display: block;
}

/* ─── 23. NAHRADNI PLNENI ────────────────────────────────────── */
.nahradni-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 640px) { .nahradni-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .nahradni-grid { grid-template-columns: repeat(3, 1fr); } }

.nahradni-card {
  background: white;
  border: 1px solid var(--clr-gray-200);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}
.nahradni-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.nahradni-card__icon {
  font-size: 2.5rem;
  margin-bottom: .75rem;
}
.nahradni-card__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--clr-gray-900);
  margin-bottom: .5rem;
}
.nahradni-card__desc {
  font-size: .88rem;
  color: var(--clr-gray-500);
  line-height: 1.6;
}

/* ─── 24. ACTIVE NAV ─────────────────────────────────────────── */
.nav__link--active {
  color: var(--clr-green-600) !important;
  font-weight: 600;
}
