/* ============================================================
   Farmacia Ruiz Maldonado — Layout & Sections
   ============================================================ */

/* ---------------- HEADER ---------------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
  padding: 16px 0;
}
.site-header.scrolled {
  background: oklch(0.992 0.004 150 / 0.86);
  backdrop-filter: saturate(1.4) blur(14px);
  box-shadow: 0 1px 0 var(--line), 0 6px 24px oklch(0.4 0.03 160 / 0.05);
  padding: 10px 0;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand .logo { width: 38px; height: 38px; object-fit: contain; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text b { font-family: var(--display); font-weight: 800; font-size: 17px; color: var(--ink); letter-spacing: -0.02em; white-space: nowrap; }
.brand-text span { font-size: 11.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  font-weight: 500; font-size: 15.5px; color: var(--body);
  transition: color .18s ease; position: relative;
}
.nav-links a:hover { color: var(--green-700); }

.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--display); font-weight: 700; font-size: 16px; color: var(--ink);
}
.nav-phone svg { width: 18px; height: 18px; color: var(--green-600); }
.nav-phone span { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; display: block; line-height: 1; }

.burger { display: none; width: 46px; height: 46px; border-radius: 12px; align-items: center; justify-content: center; box-shadow: inset 0 0 0 1.5px var(--line); background: var(--white); }
.burger svg { width: 22px; height: 22px; color: var(--ink); }

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 70;
  background: oklch(0.992 0.004 150 / 0.98);
  backdrop-filter: blur(8px);
  display: flex; flex-direction: column;
  padding: 22px var(--gutter) 40px;
  transform: translateY(-100%); opacity: 0;
  transition: transform .42s cubic-bezier(.16,.84,.44,1), opacity .3s ease;
  pointer-events: none;
}
.mobile-menu.open { transform: none; opacity: 1; pointer-events: auto; }
.mm-top { display: flex; align-items: center; justify-content: space-between; }
.mm-close { width: 46px; height: 46px; border-radius: 12px; box-shadow: inset 0 0 0 1.5px var(--line); display: flex; align-items: center; justify-content: center; background: var(--white); }
.mm-close svg { width: 22px; height: 22px; }
.mm-links { display: flex; flex-direction: column; gap: 4px; margin-top: 30px; }
.mm-links a { font-family: var(--display); font-weight: 600; font-size: 26px; color: var(--ink); padding: 12px 0; border-bottom: 1px solid var(--line-2); }
.mm-foot { margin-top: auto; display: flex; flex-direction: column; gap: 12px; }

/* ---------------- HERO ---------------- */
.hero { padding-top: 132px; padding-bottom: 70px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.hero-rating {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--white); border-radius: 999px;
  padding: 8px 8px 8px 16px;
  box-shadow: var(--sh-1); margin-bottom: 26px;
  font-size: 14px;
}
.hero-rating b { font-family: var(--display); color: var(--ink); }
.hero-rating .gpill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green-50); color: var(--green-800);
  font-weight: 600; font-size: 12.5px; padding: 5px 11px; border-radius: 999px;
}
.hero h1 {
  font-size: clamp(38px, 6vw, 66px);
  font-weight: 800;
  letter-spacing: -0.035em;
}
.hero h1 .hl { color: var(--green-600); }
.hero-sub {
  margin-top: 22px; font-size: clamp(17px, 2.2vw, 21px);
  color: var(--muted); max-width: 30em;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.hero-meta div { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 500; color: var(--body); }
.hero-meta svg { width: 18px; height: 18px; color: var(--green-600); flex: none; }

.hero-photo { position: relative; }
.hero-photo .frame {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-3);
  aspect-ratio: 4 / 4.6;
  background: var(--green-100);
}
.hero-photo .frame img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero-photo .float {
  position: absolute; left: -26px; bottom: 34px;
  background: var(--white); border-radius: var(--r-md);
  box-shadow: var(--sh-2); padding: 16px 20px;
  display: flex; align-items: center; gap: 14px; max-width: 280px;
}
.hero-photo .float .dot { width: 44px; height: 44px; border-radius: 12px; background: var(--green-50); display: grid; place-items: center; flex: none; }
.hero-photo .float .dot svg { width: 22px; height: 22px; color: var(--green-600); }
.hero-photo .float b { font-family: var(--display); color: var(--ink); font-size: 15px; display: block; }
.hero-photo .float small { color: var(--muted); font-size: 13px; }

.hero-blob {
  position: absolute; z-index: -1;
  width: 60%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, var(--green-100), transparent 70%);
  right: -6%; top: 0; filter: blur(10px);
}

/* trust strip under hero */
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.trust-strip .wrap { display: flex; flex-wrap: wrap; gap: 14px 40px; justify-content: space-between; align-items: center; padding-block: 22px; }
.trust-item { display: flex; align-items: center; gap: 11px; font-weight: 600; color: var(--green-800); font-size: 15px; }
.trust-item svg { width: 20px; height: 20px; color: var(--green-600); }

/* ---------------- ABOUT ---------------- */
.about { padding-block: clamp(70px, 10vw, 120px); }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.about-quote { font-family: var(--display); font-weight: 600; font-size: clamp(23px, 3vw, 32px); line-height: 1.32; color: var(--ink); letter-spacing: -0.02em; }
.about-quote .hl { color: var(--green-600); }
.about-card {
  background: linear-gradient(160deg, var(--green-700), var(--green-900));
  border-radius: var(--r-xl); padding: clamp(28px, 4vw, 44px); color: #fff;
  position: relative; overflow: hidden;
}
.about-card::after { content: ""; position: absolute; right: -40px; top: -40px; width: 180px; height: 180px; border-radius: 50%; background: oklch(0.64 0.135 155 / 0.35); filter: blur(8px); }
.about-card .big { font-family: var(--display); font-weight: 800; font-size: clamp(46px, 7vw, 68px); letter-spacing: -0.04em; line-height: 1; }
.about-card .big .star { color: var(--star); }
.about-card p { color: oklch(0.94 0.034 158); margin-top: 10px; font-size: 16px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.about-stats .s { background: oklch(1 0 0 / 0.08); border: 1px solid oklch(1 0 0 / 0.14); border-radius: var(--r-md); padding: 18px; }
.about-stats .s b { font-family: var(--display); font-weight: 700; font-size: 22px; color: #fff; display: block; }
.about-stats .s span { color: oklch(0.94 0.034 158); font-size: 13.5px; }

/* ---------------- SERVICES ---------------- */
.services { padding-block: clamp(60px, 9vw, 110px); background: var(--bg-soft); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.svc {
  background: var(--white); border-radius: var(--r-lg); padding: 30px 28px;
  box-shadow: var(--sh-1); border: 1px solid var(--line-2);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.svc:hover { transform: translateY(-4px); box-shadow: var(--sh-2); border-color: var(--green-200); }
.svc .ic { width: 52px; height: 52px; border-radius: 15px; background: var(--green-50); display: grid; place-items: center; margin-bottom: 20px; }
.svc .ic svg { width: 26px; height: 26px; color: var(--green-700); }
.svc.accent .ic { background: var(--orange-soft); }
.svc.accent .ic svg { color: var(--orange); }
.svc h3 { font-size: 19px; margin-bottom: 8px; }
.svc p { font-size: 15px; color: var(--muted); line-height: 1.55; }
.services-note { margin-top: 34px; text-align: center; color: var(--muted); font-size: 16px; max-width: 620px; margin-inline: auto; }

/* ---------------- HORARIO ---------------- */
.horario { padding-block: clamp(64px, 9vw, 110px); }
.horario-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 70px); align-items: center; }
.horario-left h2 { font-size: clamp(30px, 4.4vw, 48px); margin-top: 16px; }
.horario-left p { margin-top: 18px; font-size: 18px; color: var(--muted); max-width: 30em; }
.open-now { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; background: var(--green-50); color: var(--green-800); font-weight: 600; padding: 12px 20px; border-radius: 999px; font-size: 15px; }
.open-now .pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--green-600); position: relative; }
.open-now .pulse::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid var(--green-500); animation: pulse 2s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(.7); opacity: .9; } 100% { transform: scale(1.9); opacity: 0; } }

.schedule {
  background: var(--white); border-radius: var(--r-xl);
  box-shadow: var(--sh-2); border: 1px solid var(--line-2);
  padding: 12px;
}
.schedule .row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-radius: 14px;
  font-size: 16px;
}
.schedule .row + .row { border-top: 1px solid var(--line-2); }
.schedule .row .day { font-family: var(--display); font-weight: 600; color: var(--ink); }
.schedule .row .hrs { color: var(--body); font-weight: 500; font-variant-numeric: tabular-nums; }
.schedule .row.today { background: var(--green-50); border-top-color: transparent !important; }
.schedule .row.today .day { color: var(--green-800); }
.schedule .row.today .hrs { color: var(--green-700); font-weight: 700; }
.schedule .row.closed .hrs { color: var(--muted); }
.schedule .row .tag { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green-700); background: var(--green-100); padding: 3px 9px; border-radius: 999px; margin-left: 10px; }

/* ---------------- CONFIANZA ---------------- */
.trust { padding-block: clamp(64px, 9vw, 110px); background: var(--green-900); color: #fff; }
.trust .eyebrow { color: var(--green-200); }
.trust .eyebrow::before { background: var(--green-500); }
.trust h2 { color: #fff; font-size: clamp(28px, 4.4vw, 44px); }
.trust .lead { color: oklch(0.88 0.04 158); margin-top: 16px; font-size: 18px; max-width: 600px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px; }
.tcard {
  background: oklch(1 0 0 / 0.05); border: 1px solid oklch(1 0 0 / 0.12);
  border-radius: var(--r-lg); padding: 26px 24px;
  transition: background .2s ease, transform .2s ease;
}
.tcard:hover { background: oklch(1 0 0 / 0.09); transform: translateY(-3px); }
.tcard .ic { width: 46px; height: 46px; border-radius: 13px; background: oklch(0.64 0.135 155 / 0.28); display: grid; place-items: center; margin-bottom: 18px; }
.tcard .ic svg { width: 23px; height: 23px; color: #fff; }
.tcard h3 { color: #fff; font-size: 17px; margin-bottom: 7px; }
.tcard p { color: oklch(0.86 0.03 158); font-size: 14.5px; line-height: 1.5; }

/* ---------------- RESEÑAS ---------------- */
.reviews { padding-block: clamp(64px, 9vw, 110px); }
.reviews-head { display: flex; flex-wrap: wrap; gap: 24px; align-items: flex-end; justify-content: space-between; }
.gscore {
  display: flex; align-items: center; gap: 16px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 16px 22px; box-shadow: var(--sh-1);
}
.gscore .num { font-family: var(--display); font-weight: 800; font-size: 44px; color: var(--ink); letter-spacing: -0.03em; line-height: 1; }
.gscore .meta small { display: block; color: var(--muted); font-size: 13px; margin-top: 4px; }

.rev-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.rcard {
  background: var(--white); border: 1px solid var(--line-2); border-radius: var(--r-lg);
  padding: 28px 26px; box-shadow: var(--sh-1);
  display: flex; flex-direction: column; gap: 16px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.rcard:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.rcard .quote { font-size: 16px; color: var(--body); line-height: 1.6; flex: 1; }
.rcard .who { display: flex; align-items: center; gap: 12px; }
.rcard .av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-family: var(--display); font-weight: 700; color: #fff; font-size: 17px; flex: none; }
.rcard .who b { font-family: var(--display); color: var(--ink); font-size: 15.5px; display: block; }
.rcard .who small { color: var(--muted); font-size: 13px; }
.rcard .gmark { margin-left: auto; color: var(--muted); font-size: 12px; font-weight: 600; display: flex; align-items: center; gap: 5px; }
.rcard .gmark svg { width: 16px; height: 16px; }

/* mobile carousel mode */
.rev-track.carousel {
  grid-auto-flow: column;
  grid-auto-columns: 86%;
  grid-template-columns: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: var(--gutter);
  padding-bottom: 8px;
}
.rev-track.carousel::-webkit-scrollbar { display: none; }
.rev-track.carousel .rcard { scroll-snap-align: start; }

/* ---------------- UBICACIÓN ---------------- */
.location { padding-block: clamp(64px, 9vw, 110px); background: var(--bg-soft); }
.loc-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 26px; align-items: stretch; margin-top: 46px; }
.map-card {
  border-radius: var(--r-xl); overflow: hidden; position: relative;
  box-shadow: var(--sh-2); min-height: 420px; background: var(--green-50);
  display: block;
}
.map-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.map-overlay {
  position: absolute; left: 18px; bottom: 18px; right: 18px; z-index: 3;
  background: oklch(0.992 0.004 150 / 0.95); backdrop-filter: blur(6px);
  border-radius: var(--r-md); padding: 14px 18px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--sh-1); cursor: pointer;
  transition: transform .18s ease, box-shadow .22s ease;
}
.map-overlay:hover { transform: translateY(-2px); box-shadow: var(--sh-2); }
.map-overlay .logo { width: 30px; height: 30px; object-fit: contain; flex: none; }
.map-overlay b { font-family: var(--display); color: var(--ink); font-size: 15px; display: block; }
.map-overlay small { color: var(--muted); font-size: 13px; }
.map-overlay .go { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; color: var(--green-700); font-weight: 600; font-size: 14px; flex: none; }
.map-overlay .go svg { width: 17px; height: 17px; }

.contact-card {
  background: var(--white); border: 1px solid var(--line-2); border-radius: var(--r-xl);
  box-shadow: var(--sh-1); padding: clamp(26px, 3vw, 38px);
  display: flex; flex-direction: column; gap: 4px;
}
.contact-card h3 { font-size: 22px; margin-bottom: 6px; }
.ci { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line-2); align-items: flex-start; }
.ci:last-of-type { border-bottom: none; }
.ci .ic { width: 42px; height: 42px; border-radius: 12px; background: var(--green-50); display: grid; place-items: center; flex: none; }
.ci .ic svg { width: 20px; height: 20px; color: var(--green-700); }
.ci .t small { display: block; color: var(--muted); font-size: 12.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 3px; }
.ci .t b { font-family: var(--display); color: var(--ink); font-size: 16.5px; font-weight: 600; }
.ci .t b.tel { font-size: 20px; }
.contact-card .cc-actions { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.contact-card .cc-actions .btn { flex: 1; min-width: 140px; }

/* ---------------- CONTACTO FINAL ---------------- */
.cta-final { padding-block: clamp(64px, 9vw, 110px); }
.cta-box {
  background: linear-gradient(155deg, var(--green-600), var(--green-800));
  border-radius: var(--r-xl); padding: clamp(36px, 6vw, 72px);
  color: #fff; position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center;
}
.cta-box::before { content: ""; position: absolute; left: -60px; bottom: -80px; width: 280px; height: 280px; border-radius: 50%; background: oklch(0.64 0.135 155 / 0.4); filter: blur(10px); }
.cta-box .cta-copy { position: relative; z-index: 2; }
.cta-box h2 { color: #fff; font-size: clamp(30px, 4.6vw, 48px); }
.cta-box p { color: oklch(0.94 0.034 158); margin-top: 16px; font-size: 18px; max-width: 26em; }
.cta-box .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.cta-box .btn-ghost { background: oklch(1 0 0 / 0.12); color: #fff; box-shadow: inset 0 0 0 1.5px oklch(1 0 0 / 0.3); }
.cta-box .btn-ghost:hover { background: oklch(1 0 0 / 0.2); box-shadow: inset 0 0 0 1.5px oklch(1 0 0 / 0.55); }

/* form */
.form-card { background: var(--white); border-radius: var(--r-lg); padding: clamp(22px, 3vw, 30px); box-shadow: var(--sh-3); position: relative; z-index: 2; }
.form-card h3 { font-size: 20px; margin-bottom: 4px; color: var(--ink); }
.form-card .fsub { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field input, .field textarea {
  width: 100%; font-family: var(--text); font-size: 16px; color: var(--ink);
  padding: 13px 15px; border-radius: 12px; background: var(--bg-soft);
  border: 1.5px solid var(--line); transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.field textarea { resize: vertical; min-height: 92px; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--green-500); background: #fff; box-shadow: 0 0 0 4px var(--green-100); }
.field.err input, .field.err textarea { border-color: oklch(0.6 0.2 25); background: oklch(0.98 0.02 25); }
.field .msg { color: oklch(0.55 0.2 25); font-size: 12.5px; margin-top: 6px; display: none; }
.field.err .msg { display: block; }
.check { display: flex; gap: 11px; align-items: flex-start; margin: 6px 0 18px; font-size: 13.5px; color: var(--muted); line-height: 1.45; }
.check input { width: 20px; height: 20px; accent-color: var(--green-600); margin-top: 1px; flex: none; }
.check a { color: var(--green-700); font-weight: 600; text-decoration: underline; }
.form-card .submit { width: 100%; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.show { display: block; }
.form-success .check-ic { width: 60px; height: 60px; border-radius: 50%; background: var(--green-50); display: grid; place-items: center; margin: 0 auto 16px; }
.form-success .check-ic svg { width: 30px; height: 30px; color: var(--green-600); }
.form-success h3 { font-size: 21px; }
.form-success p { color: var(--muted); margin-top: 8px; }

/* ---------------- FOOTER ---------------- */
.footer { background: var(--ink); color: oklch(0.85 0.01 160); padding-block: 60px 30px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.foot-brand b { font-family: var(--display); font-weight: 800; color: #fff; font-size: 18px; }
.foot-brand p { margin-top: 14px; font-size: 14.5px; line-height: 1.6; color: oklch(0.78 0.01 160); max-width: 30ch; }
.foot-col h4 { color: #fff; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; font-family: var(--text); font-weight: 700; }
.foot-col a, .foot-col p { display: block; color: oklch(0.78 0.01 160); font-size: 14.5px; margin-bottom: 11px; transition: color .15s ease; }
.foot-col a:hover { color: var(--green-200); }
.foot-bottom { border-top: 1px solid oklch(1 0 0 / 0.1); margin-top: 44px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; }
.foot-bottom small { color: oklch(0.68 0.01 160); font-size: 13px; }
.foot-legal { display: flex; flex-wrap: wrap; gap: 20px; }
.foot-legal a { color: oklch(0.78 0.01 160); font-size: 13px; }
.foot-legal a:hover { color: #fff; }

/* ---------------- STICKY MOBILE CALL BAR ---------------- */
.call-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
  display: none;
  background: oklch(0.992 0.004 150 / 0.94); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line); padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
}
.call-bar .btn { flex: 1; min-height: 50px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-cta .nav-phone { display: none; }
  .burger { display: flex; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { order: -1; max-width: 440px; margin-inline: auto; width: 100%; }
  .hero-photo .frame { aspect-ratio: 16 / 11; }
  .hero-photo .float { left: 12px; }
  .about-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .horario-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .loc-grid { grid-template-columns: 1fr; }
  .cta-box { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .hero { padding-top: 110px; padding-bottom: 50px; }
  .hero-actions .btn { flex: 1; }
  .services-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; gap: 30px; }
  .gscore .num { font-size: 38px; }
  .call-bar { display: flex; }
  body { padding-bottom: 78px; }
  .schedule .row { padding: 14px 16px; }
  .hero-photo .float { left: 10px; bottom: 14px; padding: 12px 16px; max-width: 240px; }
}
