/* =========================================================
   NEW GENERATION PEST CONTROL — style.css
   Brand red: #C8102E | Professional pest-control portfolio
   ========================================================= */

:root {
  --red: #c8102e;
  --red-dark: #9c0b22;
  --red-tint: #fbe9ec;
  --ink: #1a1b1e;
  --dark: #1b1c20;
  --darker: #141518;
  --card-dark: #232429;
  --paper: #f8f7f4;
  --white: #ffffff;
  --muted: #5f646b;
  --muted-dark: #a6a9af;
  --line: #e7e4de;
  --shadow: 0 12px 32px rgba(20, 21, 24, 0.10);
  --font-head: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif;
  --font-body: "Barlow", "Segoe UI", Tahoma, sans-serif;
}

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

html { scroll-behavior: smooth; }

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

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

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

ul { list-style: none; }

::selection { background: var(--red); color: #fff; }

a:focus-visible, .btn:focus-visible {
  outline: 3px solid rgba(200, 16, 46, 0.45);
  outline-offset: 2px;
}

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

.icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.icon-sm { width: 16px; height: 16px; }

section { scroll-margin-top: 92px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 8px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.btn .icon { width: 18px; height: 18px; }

.btn-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 8px 20px rgba(200, 16, 46, 0.28);
}
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }

.btn-ghost {
  border: 2px solid var(--ink);
  color: var(--ink);
  background: transparent;
}
.btn-ghost:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }

.btn-white {
  background: #fff;
  color: var(--red);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.btn-white:hover { transform: translateY(-2px); }

/* Static (non-clickable) button */
.btn-static { cursor: default; }
.btn-static:hover { transform: none; background: transparent; color: var(--ink); }

.icon-fill { fill: currentColor; stroke: none; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--darker);
  color: #cfd2d6;
  font-size: 0.82rem;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 9px 0;
}

.topbar-right { display: flex; align-items: center; gap: 22px; }

.topbar-item { display: inline-flex; align-items: center; gap: 7px; }

.topbar-item .icon { color: var(--red); }

a.topbar-tel { color: #fff; font-weight: 600; }
a.topbar-tel:hover { color: var(--red); }

a.topbar-mail { color: #cfd2d6; }
a.topbar-mail:hover { color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: #fff;
  box-shadow: 0 2px 14px rgba(20, 21, 24, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px 0;
}

.brand { display: inline-flex; align-items: center; gap: 12px; }

.brand img { height: 52px; width: auto; }

.brand-text { display: flex; flex-direction: column; line-height: 1.15; }

.brand-text strong {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.28rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--red);
}

.brand-text small {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: var(--ink);
}

.btn-call { padding: 11px 22px; margin-left: auto; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--paper);
  padding: 78px 0 96px;
}

.hero::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -140px;
  width: 620px;
  height: 620px;
  background: url("../images/logo-mark.png") center / contain no-repeat;
  opacity: 0.05;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--red);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--red);
}

.hero h1 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(2.3rem, 4.6vw, 3.55rem);
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
}

.hero h1 span { color: var(--red); }

.lead {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 560px;
  margin-bottom: 30px;
}

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }

.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; }

.hero-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--ink);
  box-shadow: 0 3px 10px rgba(20, 21, 24, 0.05);
}

.hero-chips .icon { width: 15px; height: 15px; color: var(--red); stroke-width: 2.6; }

.hero-media { position: relative; }

.hero-media img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 3px solid var(--red);
  border-radius: 14px;
  z-index: 0;
}

.hero-media img { position: relative; z-index: 1; }

.hero-card {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: -26px;
  background: #fff;
  border-left: 4px solid var(--red);
  border-radius: 10px;
  box-shadow: var(--shadow);
  padding: 14px 22px;
  display: flex;
  flex-direction: column;
}

.hero-card strong {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 1rem;
  color: var(--ink);
}

.hero-card span { font-size: 0.82rem; color: var(--muted); }

/* ---------- Trust bar ---------- */
.trustbar { background: var(--dark); }

.trustbar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 56px;
  padding: 18px 0;
}

.trustbar p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.trustbar .icon { color: var(--red); stroke-width: 2.4; }

/* ---------- Termite highlight bar ---------- */
.termite-bar {
  background: linear-gradient(140deg, var(--red) 0%, var(--red-dark) 100%);
}

.termite-bar-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
  padding: 22px 0;
}

.termite-bar-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: grid;
  place-items: center;
  flex: none;
}

.termite-bar-icon .icon { width: 27px; height: 27px; }

.termite-bar p {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-right: auto;
}

.termite-bar strong {
  font-family: var(--font-head);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 1.15rem;
  line-height: 1.25;
}

.termite-bar span { color: rgba(255, 255, 255, 0.92); font-size: 0.92rem; }

.termite-bar .btn { padding: 12px 24px; }

/* ---------- Sections ---------- */
.section { padding: 92px 0; }

.section-alt { background: var(--paper); }

.section-dark { background: var(--dark); color: #fff; }

.section-head { max-width: 780px; margin-bottom: 54px; }

.section-head h2 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(1.75rem, 3.1vw, 2.5rem);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 14px;
}

.section-head .sub { color: var(--muted); font-size: 1.03rem; }

.section-dark .section-head .sub { color: var(--muted-dark); }

/* ---------- Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 30px 26px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: var(--red);
  transition: width 0.3s ease;
}

.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::after { width: 100%; }

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: var(--red-tint);
  color: var(--red);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}

.service-icon .icon { width: 27px; height: 27px; }

.service-icon img { width: 34px; height: 34px; object-fit: contain; }

.service-card h3 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.06rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.service-card p { color: var(--muted); font-size: 0.93rem; }

.service-cta {
  background: linear-gradient(150deg, var(--red) 0%, var(--red-dark) 100%);
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.service-cta::after { background: #fff; }

.service-cta h3, .service-cta p { color: #fff; }
.service-cta p { opacity: 0.92; }
.service-cta .btn { align-self: flex-start; padding: 11px 22px; }

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.about-media { position: relative; }

.about-media img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 1;
}

.about-media::before {
  content: "";
  position: absolute;
  inset: 24px -24px -24px 24px;
  border: 3px solid var(--red);
  border-radius: 14px;
}

.about-badge {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: -24px;
  background: var(--red);
  color: #fff;
  border-radius: 10px;
  padding: 14px 22px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 26px rgba(200, 16, 46, 0.35);
}

.about-badge strong {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 1rem;
}

.about-badge span { font-size: 0.82rem; opacity: 0.92; }

.about-copy h2 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-copy p { color: var(--muted); margin-bottom: 16px; font-size: 1.02rem; }

.about-copy p strong { color: var(--ink); }

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin-top: 26px;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 0.95rem;
}

.check-list .icon { color: var(--red); stroke-width: 2.6; width: 17px; height: 17px; }

/* ---------- Why us ---------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 76px;
}

.why-card {
  background: var(--card-dark);
  border: 1px solid #2e2f35;
  border-radius: 12px;
  padding: 32px 26px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.why-card:hover { transform: translateY(-5px); border-color: var(--red); }

.why-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(200, 16, 46, 0.16);
  color: var(--red);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}

.why-icon .icon { width: 27px; height: 27px; }

.why-card h3 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.why-card p { color: var(--muted-dark); font-size: 0.93rem; }

/* ---------- Process ---------- */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  border-top: 1px solid #2e2f35;
  padding-top: 62px;
}

.process-step { text-align: center; padding: 0 10px; }

.step-num {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid var(--red);
  color: var(--red);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 16px;
  background: var(--dark);
}

.process-step h3 {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.02rem;
  margin-bottom: 8px;
}

.process-step p { color: var(--muted-dark); font-size: 0.9rem; }

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

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(20, 21, 24, 0.08);
}

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

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

.gallery-item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 44px 16px 14px;
  background: linear-gradient(to top, rgba(12, 12, 15, 0.88), rgba(12, 12, 15, 0));
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gallery-item figcaption strong {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 0.92rem;
  color: #fff;
}

.gallery-item figcaption span { font-size: 0.78rem; color: #d4d6da; }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 44px;
}

.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 36px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

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

.contact-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--red-tint);
  color: var(--red);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
}

.contact-icon .icon { width: 26px; height: 26px; }

.contact-card h3 {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.contact-card p { color: var(--muted); font-size: 0.95rem; }

.contact-card a {
  color: var(--red);
  font-weight: 700;
  font-size: 1.15rem;
  font-family: var(--font-head);
  letter-spacing: 1px;
}

.contact-card a:hover { color: var(--red-dark); }

.contact-card a.mail-link {
  margin-top: 10px;
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.2px;
  word-break: break-all;
}

.contact-card a.mail-link:hover { color: var(--red); }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(140deg, var(--red) 0%, var(--red-dark) 100%);
  border-radius: 16px;
  padding: 38px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 18px 40px rgba(200, 16, 46, 0.3);
}

.cta-copy { display: flex; align-items: center; gap: 26px; }

.cta-copy img {
  height: 96px;
  width: auto;
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
}

.cta-copy h3 {
  font-family: var(--font-head);
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.cta-copy p { color: rgba(255, 255, 255, 0.92); font-size: 0.95rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--darker); color: var(--muted-dark); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1.2fr 1.3fr;
  gap: 44px;
  padding: 70px 0 54px;
}

.brand-light .brand-text strong { color: var(--red); }
.brand-light .brand-text small { color: #fff; border-color: #fff; }

.footer-brand p { margin-top: 18px; font-size: 0.93rem; max-width: 300px; }

.footer-col h4 {
  font-family: var(--font-head);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 0.95rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--red);
  display: inline-block;
}

.footer-col a, .footer-line {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.92rem;
  margin-bottom: 11px;
  transition: color 0.2s ease;
}

.footer-col a:hover { color: #fff; }

.footer-line .icon { color: var(--red); margin-top: 3px; }

.footer-bottom { border-top: 1px solid #26272b; }

.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  padding: 20px 0;
  font-size: 0.84rem;
}

/* ---------- Reviews ---------- */
.rating-summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 28px;
  margin-bottom: 36px;
  box-shadow: 0 6px 18px rgba(20, 21, 24, 0.06);
}

.rating-score {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--red);
  line-height: 1;
}

.rating-summary .stars .icon { width: 22px; height: 22px; }

.rating-note { color: var(--muted); font-size: 0.95rem; }

.stars { display: inline-flex; gap: 4px; color: #f2a516; }

.stars .icon { width: 18px; height: 18px; }

.star-off { color: #dcd9d2; }

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

.review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 6px 18px rgba(20, 21, 24, 0.05);
}

.review-text { color: var(--muted); font-size: 0.95rem; }

.review-person { display: flex; align-items: center; gap: 12px; margin-top: auto; }

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--red-tint);
  color: var(--red);
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  display: grid;
  place-items: center;
  flex: none;
}

.review-person strong { display: block; font-size: 0.98rem; line-height: 1.3; }

.review-person span { font-size: 0.82rem; color: var(--muted); }

.verified {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #128c4b;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.verified .icon { width: 14px; height: 14px; stroke-width: 2.6; }

/* ---------- Floating WhatsApp button ---------- */
.wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, background 0.2s ease;
}

.wa-float:hover { transform: translateY(-3px) scale(1.05); background: #1ebe5b; }

.wa-float .icon { width: 30px; height: 30px; }

.wa-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.6);
  animation: wa-pulse 2s ease-out infinite;
}

@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.55); opacity: 0; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1080px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); gap: 40px 22px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero { padding-top: 56px; }
  .hero-media img { height: 420px; }
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-media img { height: 440px; }

  .topbar-inner { justify-content: center; }
  .topbar-item:first-child { display: none; }
  .topbar-mail { display: none; }

  .cta-band { flex-direction: column; text-align: center; }
  .cta-copy { flex-direction: column; }
}

@media (max-width: 700px) {
  .contact-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .termite-bar-inner { flex-direction: column; align-items: flex-start; }
  .termite-bar .btn { width: 100%; justify-content: center; }
  .check-list { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; margin-bottom: 56px; }
  .process { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .cta-band { padding: 32px 26px; }
}

@media (max-width: 620px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .hero-media img { height: 340px; }
  .hero-media::before { inset: 14px -10px -14px 14px; }
  .hero-card { left: 14px; bottom: -20px; }
  .about-media img { height: 360px; }
  .about-media::before { inset: 14px -10px -14px 14px; }
  .about-badge { right: 14px; }
  .btn-call span { display: none; }
}
