/* ========================================
   CL Elektrotechnik e.K. – Stylesheet
   Colors: Navy #1a1a2e / Red #ce000c
   ======================================== */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1e1e1e;
  background: #f8f8f8;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
}
h1, h2, h3, h4 {
  font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
  color: #1a1a2e;
  line-height: 1.25;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
::selection { background: #ce000c; color: #fff; }

/* --- Utilities --- */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ========================================
   Navigation
   ======================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: box-shadow 0.3s, border-color 0.3s;
}
.nav.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  border-bottom-color: transparent;
}
.nav__inner {
  max-width: 1140px; margin: 0 auto; padding: 0 24px;
  height: 68px; display: flex; align-items: center; justify-content: space-between;
}
.nav__logo { display: flex; align-items: center; gap: 10px; }
.nav__logo img { height: 38px; width: auto; }
.nav__logo span {
  font-family: 'Merriweather', serif; font-weight: 700;
  color: #1a1a2e; font-size: 15px; letter-spacing: -0.01em;
}
.nav__links { display: flex; gap: 36px; }
.nav__links a {
  font-size: 13.5px; font-weight: 500; color: #555;
  transition: color 0.2s; position: relative;
}
.nav__links a::after {
  content: ''; position: absolute; bottom: -4px; left: 0;
  width: 0; height: 2px; background: #ce000c;
  transition: width 0.25s ease;
}
.nav__links a:hover { color: #1a1a2e; }
.nav__links a:hover::after { width: 100%; }
.nav__cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: #ce000c; color: #fff; font-weight: 600;
  font-size: 13px; padding: 10px 22px; border-radius: 6px;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.01em;
}
.nav__cta:hover { background: #a8000a; }
.nav__cta svg { width: 15px; height: 15px; }
.nav__hamburger { display: none; padding: 8px; color: #1a1a2e; }
.nav__hamburger svg { width: 24px; height: 24px; }

/* Mobile Sheet */
.mobile-sheet__overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.4);
  z-index: 199; opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.mobile-sheet__overlay.open { opacity: 1; pointer-events: auto; }
.mobile-sheet {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: 300px; background: #fff; z-index: 200;
  transform: translateX(100%); transition: transform 0.3s ease;
  box-shadow: -8px 0 32px rgba(0,0,0,0.12);
}
.mobile-sheet.open { transform: translateX(0); }
.mobile-sheet__header {
  padding: 20px 24px; border-bottom: 1px solid #eee;
  display: flex; align-items: center; justify-content: space-between;
}
.mobile-sheet__title {
  font-family: 'Merriweather', serif; font-weight: 700;
  color: #1a1a2e; font-size: 17px;
}
.mobile-sheet__close { padding: 8px; color: #666; transition: color 0.2s; }
.mobile-sheet__close:hover { color: #1a1a2e; }
.mobile-sheet__close svg { width: 22px; height: 22px; }
.mobile-sheet__nav { padding: 20px 24px; display: flex; flex-direction: column; gap: 4px; }
.mobile-sheet__nav a {
  padding: 14px 0; font-size: 15px; font-weight: 500;
  color: #444; border-bottom: 1px solid #f0f0f0;
  transition: color 0.2s;
}
.mobile-sheet__nav a:hover { color: #ce000c; }
.mobile-sheet__cta {
  margin-top: 20px; display: flex; align-items: center;
  justify-content: center; gap: 8px;
  background: #ce000c; color: #fff; font-weight: 600;
  font-size: 14px; padding: 14px 20px; border-radius: 6px;
  transition: background 0.2s;
}
.mobile-sheet__cta:hover { background: #a8000a; }
.mobile-sheet__cta svg { width: 16px; height: 16px; }

/* ========================================
   Hero
   ======================================== */
.hero {
  position: relative; min-height: 88vh;
  display: flex; align-items: center;
  background: #1a1a2e;
  background-image:
    linear-gradient(135deg, rgba(206,0,12,0.08) 0%, transparent 50%),
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 100% 100%, 48px 48px, 48px 48px;
  padding: 140px 24px 100px;
  overflow: hidden;
}
.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  color: #fff; font-weight: 700;
  line-height: 1.15; max-width: 680px;
  position: relative; z-index: 1;
}
.hero h1 span { color: #e8453a; }
.hero__sub {
  margin-top: 24px; font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  color: #9ca3af; max-width: 580px;
  position: relative; z-index: 1; line-height: 1.7;
}
.hero__ctas {
  margin-top: 44px; display: flex; flex-wrap: wrap; gap: 16px;
  position: relative; z-index: 1;
}
.hero__cta-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: #ce000c; color: #fff; font-weight: 600;
  font-size: 15px; padding: 15px 32px; border-radius: 6px;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.01em;
}
.hero__cta-primary:hover { background: #e01020; }
.hero__cta-primary svg { width: 18px; height: 18px; }
.hero__cta-secondary {
  display: inline-flex; align-items: center;
  border: 1.5px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.85);
  font-weight: 500; font-size: 15px; padding: 15px 32px;
  border-radius: 6px; transition: all 0.2s;
  letter-spacing: 0.01em;
}
.hero__cta-secondary:hover {
  border-color: #fff; color: #fff;
  background: rgba(255,255,255,0.06);
}
.hero__trust {
  margin-top: 48px; display: flex; flex-wrap: wrap; gap: 28px;
  position: relative; z-index: 1;
}
.hero__trust-item {
  display: flex; align-items: center; gap: 8px;
  color: #7a7a8a; font-size: 13px; font-weight: 500;
}
.hero__trust-item svg { width: 15px; height: 15px; color: #ce000c; }

/* ========================================
   Trust Bar
   ======================================== */
.trust-bar {
  background: #fff; border-bottom: 1px solid #e8e8e8;
  padding: 52px 0;
}
.trust-bar__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 32px; text-align: center;
}
.trust-bar__item svg {
  width: 26px; height: 26px; color: #ce000c; margin: 0 auto;
}
.trust-bar__number {
  margin-top: 14px; font-family: 'Merriweather', serif;
  font-size: 2.1rem; font-weight: 700; color: #ce000c;
}
.trust-bar__label {
  margin-top: 6px; font-size: 12px; color: #777;
  text-transform: uppercase; letter-spacing: 0.08em; font-weight: 500;
}
.trust-bar__divider {
  width: 24px; height: 2px; background: #e8e8e8;
  margin: 0 auto; margin-top: 10px;
}

/* ========================================
   Section Titles
   ======================================== */
.section-header { margin-bottom: 48px; }
.section-label {
  display: inline-block; color: #ce000c; text-transform: uppercase;
  letter-spacing: 0.12em; font-size: 12px; font-weight: 600;
  margin-bottom: 8px;
}
.section-title {
  font-size: clamp(1.6rem, 3vw, 2rem); font-weight: 700;
  color: #1a1a2e;
}
.section-subtitle {
  margin-top: 10px; color: #666; font-size: 15px; max-width: 520px;
}
.section-header--center { text-align: center; }
.section-header--center .section-subtitle { margin: 10px auto 0; }

/* ========================================
   Services
   ======================================== */
.services { background: #f8f8f8; padding: 88px 0; }
.services__main-card {
  background: #fff; border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06);
  padding: 36px; display: flex; flex-direction: column;
  gap: 20px; align-items: flex-start;
  border: 1px solid #f0f0f0;
  transition: box-shadow 0.3s;
}
.services__main-card:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 12px 32px rgba(0,0,0,0.08);
}
.services__main-icon {
  width: 60px; height: 60px; border-radius: 12px;
  background: #fef2f2; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.services__main-icon svg { width: 28px; height: 28px; color: #ce000c; }
.services__main-card h3 {
  font-family: 'Merriweather', serif; font-size: 1.4rem;
  font-weight: 700; color: #1a1a2e; display: flex;
  align-items: center; flex-wrap: wrap; gap: 12px;
}
.services__main-card .price-badge {
  display: inline-block; background: #fef2f2; color: #ce000c;
  font-size: 12px; font-weight: 600; padding: 4px 14px;
  border-radius: 100px; font-family: 'Inter', sans-serif;
}
.services__main-card p { color: #555; line-height: 1.75; font-size: 14.5px; }
.services__main-card ul { margin-top: 12px; }
.services__main-card ul li {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: #333; padding: 5px 0;
}
.services__main-card ul li svg { width: 16px; height: 16px; color: #ce000c; flex-shrink: 0; }

.services__sub-grid {
  margin-top: 36px; display: grid;
  grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.services__sub-card {
  background: #fff; border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  padding: 28px 24px; border: 1px solid #f0f0f0;
  transition: all 0.3s ease; position: relative; overflow: hidden;
}
.services__sub-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 3px; background: #ce000c;
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease;
}
.services__sub-card:hover::before { transform: scaleX(1); }
.services__sub-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  border-color: transparent;
}
.services__sub-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: #fef2f2; display: flex; align-items: center;
  justify-content: center;
}
.services__sub-icon svg { width: 22px; height: 22px; color: #ce000c; }
.services__sub-card h3 {
  font-size: 1rem; font-weight: 700; color: #1a1a2e; margin-top: 16px;
}
.services__sub-card p {
  color: #555; font-size: 13.5px; line-height: 1.7; margin-top: 8px;
}
.services__sub-card .price {
  display: inline-block; margin-top: 16px;
  color: #ce000c; font-weight: 600; font-size: 13.5px;
  padding: 4px 12px; background: #fef2f2; border-radius: 100px;
}

/* ========================================
   About
   ======================================== */
.about { background: #fff; padding: 88px 0; }
.about__grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: center;
}
.about__text { color: #555; line-height: 1.8; margin-top: 20px; font-size: 14.5px; }
.about__text + .about__text { margin-top: 14px; }
.about__badges { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.about__badge {
  display: flex; align-items: center; gap: 12px;
  background: #f8f8f8; border: 1px solid #eee; border-radius: 8px;
  padding: 14px 16px; transition: all 0.2s;
}
.about__badge:hover { border-color: #ce000c; background: #fef2f2; }
.about__badge svg { width: 18px; height: 18px; color: #ce000c; flex-shrink: 0; }
.about__badge span { font-weight: 600; font-size: 13.5px; color: #1a1a2e; }
.about__image-placeholder {
  border-radius: 12px; overflow: hidden;
  background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  min-height: 420px; box-shadow: 0 8px 32px rgba(0,0,0,0.06);
  border: 1px solid #e0e0e0;
}
.about__image-placeholder svg { width: 48px; height: 48px; color: #ccc; }
.about__image-placeholder span {
  margin-top: 16px; color: #888;
  font-family: 'Merriweather', serif; font-size: 1rem;
}

/* ========================================
   Reviews
   ======================================== */
.reviews { background: #f8f8f8; padding: 88px 0; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 0; }
.reviews__card {
  background: #fff; border-radius: 10px;
  padding: 28px; border: 1px solid #eee;
  transition: all 0.3s; position: relative;
}
.reviews__card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border-color: transparent;
}
.reviews__stars { display: flex; gap: 3px; }
.reviews__stars svg { width: 15px; height: 15px; color: #ce000c; fill: #ce000c; }
.reviews__quote {
  margin-top: 16px; color: #555; font-style: italic;
  line-height: 1.75; font-size: 14px;
}
.reviews__author { margin-top: 20px; display: flex; align-items: center; gap: 12px; }
.reviews__avatar {
  width: 38px; height: 38px; border-radius: 8px;
  background: #1a1a2e; display: flex; align-items: center;
  justify-content: center; color: #fff; font-weight: 700;
  font-size: 12px; flex-shrink: 0; letter-spacing: 0.02em;
}
.reviews__name { font-weight: 600; color: #1a1a2e; font-size: 14px; }
.reviews__location { font-size: 13px; color: #888; margin-top: 1px; }

/* ========================================
   Contact
   ======================================== */
.contact { background: #fff; padding: 88px 0; }
.contact__grid { display: grid; grid-template-columns: 3fr 2fr; gap: 40px; }
.contact__form {
  background: #fafafa; border-radius: 12px;
  padding: 36px; border: 1px solid #eee;
}
.contact__form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact__field { display: flex; flex-direction: column; gap: 5px; }
.contact__field + .contact__field--stack { margin-top: 18px; }
.contact__label { font-size: 13.5px; font-weight: 500; color: #333; }
.contact__input,
.contact__select,
.contact__textarea {
  padding: 11px 14px; font-size: 14px; border: 1px solid #ddd;
  border-radius: 6px; background: #fff; color: #1e1e1e;
  font-family: inherit; transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.contact__input:focus,
.contact__select:focus,
.contact__textarea:focus {
  outline: none; border-color: #ce000c;
  box-shadow: 0 0 0 3px rgba(206,0,12,0.08);
}
.contact__input::placeholder,
.contact__textarea::placeholder { color: #aaa; }
.contact__textarea { resize: vertical; min-height: 120px; }
.contact__dsgvo {
  display: flex; align-items: flex-start; gap: 10px; margin-top: 18px;
}
.contact__dsgvo input[type="checkbox"] {
  width: 18px; height: 18px; margin-top: 1px; accent-color: #ce000c;
  flex-shrink: 0; cursor: pointer;
}
.contact__dsgvo label { font-size: 13.5px; color: #555; line-height: 1.5; cursor: pointer; }
.contact__dsgvo a { color: #ce000c; }
.contact__dsgvo a:hover { text-decoration: underline; }
.contact__submit {
  margin-top: 22px; display: inline-flex; align-items: center;
  gap: 10px; background: #ce000c; color: #fff; font-weight: 600;
  font-size: 15px; padding: 13px 32px; border-radius: 6px;
  transition: background 0.2s; border: none; cursor: pointer;
}
.contact__submit:hover { background: #a8000a; }
.contact__submit svg { width: 16px; height: 16px; }
.contact__info {
  background: #fafafa; border-radius: 12px;
  padding: 32px; border: 1px solid #eee;
}
.contact__info h3 {
  font-family: 'Merriweather', serif; font-size: 1.15rem;
  font-weight: 700; color: #1a1a2e;
}
.contact__info-item { display: flex; align-items: flex-start; gap: 14px; margin-top: 22px; }
.contact__info-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: #fef2f2; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0;
}
.contact__info-icon svg { width: 16px; height: 16px; color: #ce000c; }
.contact__info-item p { font-size: 14px; color: #555; line-height: 1.6; }
.contact__info-item .strong { font-weight: 600; color: #1a1a2e; }
.contact__info-item a { color: #555; transition: color 0.2s; }
.contact__info-item a:hover { color: #ce000c; }
.contact__map {
  margin-top: 20px; border-radius: 10px; overflow: hidden;
  border: 1px solid #eee; height: 220px;
}
.contact__map iframe {
  width: 100%; height: 100%; border: 0; display: block;
}

/* ========================================
   Footer
   ======================================== */
.footer {
  background: #1a1a2e; color: #fff; padding: 56px 0 40px; margin-top: auto;
}
.footer__grid {
  display: flex; justify-content: space-between; gap: 40px;
  flex-wrap: wrap;
}
.footer__logo { display: flex; align-items: center; gap: 12px; }
.footer__logo img { height: 36px; width: auto; opacity: 0.9; }
.footer__logo span { font-family: 'Merriweather', serif; font-weight: 700; font-size: 15px; }
.footer__links { display: flex; gap: 56px; }
.footer__col span {
  font-weight: 600; color: #ce000c; font-size: 13px;
  display: block; margin-bottom: 12px; text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer__col a {
  display: block; font-size: 13.5px; color: #9ca3af;
  padding: 4px 0; transition: color 0.2s;
}
.footer__col a:hover { color: #fff; }
.footer__col button {
  display: block; font-size: 13.5px; color: #9ca3af;
  padding: 4px 0; transition: color 0.2s; text-align: left;
  background: none; border: none; cursor: pointer; font-family: inherit;
}
.footer__col button:hover { color: #fff; }
.footer__bottom {
  margin-top: 44px; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center; font-size: 13px; color: #6b7280;
}
.footer__bottom p + p { margin-top: 4px; }
.footer__bottom a { color: #9ca3af; transition: color 0.2s; }
.footer__bottom a:hover { color: #fff; }

/* ========================================
   Cookie Banner
   ======================================== */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 150;
  padding: 16px;
}
.cookie-banner__inner {
  max-width: 720px; margin: 0 auto; background: #fff;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.12);
  border-radius: 12px 12px 0 0; padding: 24px 28px;
  border-top: 3px solid #1a1a2e;
}
.cookie-banner__text { font-size: 13.5px; color: #555; line-height: 1.65; }
.cookie-banner__buttons { display: flex; gap: 12px; margin-top: 18px; }
.cookie-banner__accept {
  background: #ce000c; color: #fff; font-weight: 600;
  font-size: 13px; padding: 10px 24px; border-radius: 6px;
  border: none; cursor: pointer; transition: background 0.2s;
}
.cookie-banner__accept:hover { background: #a8000a; }
.cookie-banner__reject {
  border: 1px solid #ddd; color: #666; font-weight: 500;
  font-size: 13px; padding: 10px 24px; border-radius: 6px;
  background: none; cursor: pointer; transition: all 0.2s;
}
.cookie-banner__reject:hover { border-color: #bbb; color: #333; }

/* ========================================
   Modal
   ======================================== */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,0.5);
  z-index: 300; display: flex; align-items: center;
  justify-content: center; padding: 24px;
  opacity: 0; pointer-events: none; transition: opacity 0.25s;
}
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal {
  background: #fff; border-radius: 12px;
  max-width: 560px; width: 100%; max-height: 80vh;
  overflow-y: auto; padding: 36px;
  transform: translateY(16px) scale(0.98);
  transition: transform 0.25s ease;
  box-shadow: 0 24px 48px rgba(0,0,0,0.15);
}
.modal-overlay.open .modal { transform: translateY(0) scale(1); }
.modal__title {
  font-family: 'Merriweather', serif; font-size: 1.35rem;
  font-weight: 700; color: #1a1a2e; margin-bottom: 20px;
  padding-bottom: 16px; border-bottom: 1px solid #eee;
}
.modal__text { font-size: 13.5px; color: #555; line-height: 1.8; white-space: pre-line; }
.modal__close-btn {
  margin-top: 24px; background: #1a1a2e; color: #fff;
  font-weight: 500; font-size: 14px; padding: 10px 28px;
  border-radius: 6px; transition: background 0.2s;
  border: none; cursor: pointer;
}
.modal__close-btn:hover { background: #2a2a4e; }

/* ========================================
   Legal Page
   ======================================== */
.legal-page {
  padding: 120px 24px 80px;
  max-width: 720px; margin: 0 auto;
}
.legal-page h1 {
  font-size: 2rem; margin-bottom: 8px;
}
.legal-page h2 {
  font-size: 1.2rem; margin-top: 32px; margin-bottom: 12px;
}
.legal-page p {
  color: #555; line-height: 1.8; margin-bottom: 14px; font-size: 14.5px;
}
.legal-page a { color: #ce000c; }
.legal-page a:hover { text-decoration: underline; }
.legal-page__back {
  display: inline-flex; align-items: center; gap: 8px;
  color: #555; font-size: 14px; margin-top: 40px;
  transition: color 0.2s; font-weight: 500;
}
.legal-page__back:hover { color: #ce000c; }
.legal-page__back svg { width: 16px; height: 16px; }

/* ========================================
   Toast
   ======================================== */
.toast-container {
  position: fixed; top: 84px; right: 24px; z-index: 400;
  display: flex; flex-direction: column; gap: 8px;
}
.toast {
  background: #fff; border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  padding: 14px 20px; min-width: 280px; max-width: 380px;
  animation: toastIn 0.3s ease-out;
}
.toast.error { border-left: 4px solid #ef4444; }
.toast.success { border-left: 4px solid #16a34a; }
.toast__title { font-weight: 600; font-size: 13.5px; color: #1e1e1e; }
.toast__desc { font-size: 13px; color: #666; margin-top: 2px; }
@keyframes toastIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* ========================================
   Animations
   ======================================== */
.fade-in {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in.d1 { transition-delay: 0.1s; }
.fade-in.d2 { transition-delay: 0.2s; }
.fade-in.d3 { transition-delay: 0.3s; }
.fade-in.d4 { transition-delay: 0.4s; }
.fade-in.d5 { transition-delay: 0.5s; }

/* ========================================
   Responsive
   ======================================== */
@media (max-width: 1024px) {
  .services__sub-grid { grid-template-columns: repeat(2, 1fr); }
  .about__grid { grid-template-columns: 1fr; gap: 40px; }
  .contact__grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav__links, .nav__cta { display: none; }
  .nav__hamburger { display: block; }
  .trust-bar__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .trust-bar__divider { display: block; }
  .services__main-card { padding: 28px; }
  .services__sub-grid { grid-template-columns: 1fr; }
  .reviews__grid { grid-template-columns: 1fr; }
  .contact__form-row { grid-template-columns: 1fr; }
  .footer__grid { flex-direction: column; gap: 24px; }
  .footer__links { gap: 32px; }
  .hero { min-height: auto; padding: 120px 24px 72px; }
  .services, .about, .reviews, .contact { padding: 64px 0; }
}
