:root {
  --green-950: #052f1b;
  --green-900: #073f22;
  --green-800: #0d5e35;
  --green-700: #16804a;
  --green-100: #e3f5e9;
  --blue-900: #173f74;
  --blue-100: #eaf2ff;
  --gold-500: #f2b632;
  --gold-100: #fff5d8;
  --surface: #f0f8f2;
  --paper: #ffffff;
  --ink: #17241c;
  --muted: #627064;
  --line: #d7e4d8;
  --shadow: 0 14px 34px rgba(5, 47, 27, 0.12);
  --page-max: 1120px;
  --page-gutter: clamp(16px, 4vw, 56px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8fcf9 0, #eef8f1 360px, #f7fbf8 100%),
    var(--surface);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 82px;
  padding: 12px var(--page-gutter);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 249, 0.94)),
    #fff;
  border-bottom: 1px solid rgba(12, 86, 47, 0.14);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  max-width: min(620px, 56vw);
  text-decoration: none;
}

.brand-mark {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(5, 47, 27, 0.18);
}

.brand-copy,
.brand-copy strong,
.brand-copy small,
.brand-kicker {
  display: block;
  min-width: 0;
}

.brand-kicker {
  width: max-content;
  border: 1px solid rgba(244, 182, 50, 0.56);
  border-radius: 999px;
  background: #fff7df;
  color: #6a2607;
  font-size: 0.64rem;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 5px;
  padding: 4px 7px;
  text-transform: uppercase;
}

.brand-copy strong {
  color: var(--green-950);
  font-size: clamp(1.16rem, 1.8vw, 1.52rem);
  font-weight: 950;
  line-height: 1.02;
  white-space: nowrap;
}

.brand-copy small {
  color: #435449;
  font-size: clamp(0.74rem, 1vw, 0.88rem);
  font-weight: 750;
  line-height: 1.2;
  margin-top: 4px;
  white-space: nowrap;
}

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

.site-nav a {
  border-radius: 8px;
  color: var(--green-950);
  font-size: 0.94rem;
  font-weight: 850;
  padding: 8px 10px;
  text-decoration: none;
}

.site-nav a:hover {
  background: var(--green-100);
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--green-900);
}

.hero {
  position: relative;
  padding: 22px var(--page-gutter) 18px;
  background:
    linear-gradient(135deg, rgba(227, 245, 233, 0.92), rgba(255, 250, 235, 0.72) 58%, rgba(234, 242, 255, 0.52)),
    #f8fcf9;
  overflow: hidden;
}

.hero-main {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(520px, 1fr);
  gap: 16px;
  align-items: stretch;
  max-width: var(--page-max);
  margin: 0 auto;
}

.hero-copy {
  display: flex;
  grid-row: 1 / span 2;
  min-height: 342px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(12, 86, 47, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 252, 249, 0.72)),
    rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 56px rgba(5, 47, 27, 0.1);
  padding: clamp(20px, 2.8vw, 30px);
}

.eyebrow {
  margin: 0 0 7px;
  color: var(--green-800);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--green-950);
  line-height: 1.08;
}

h1 {
  max-width: 12ch;
  font-size: clamp(2.25rem, 3.4vw, 3.45rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.hero-lede {
  max-width: 520px;
  margin: 10px 0 12px;
  color: #334239;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
}

.hero-highlight {
  display: grid;
  gap: 3px;
  min-height: 74px;
  max-width: 500px;
  align-content: center;
  border: 1px solid rgba(244, 182, 51, 0.58);
  border-left: 5px solid var(--gold-500);
  border-radius: 8px;
  background:
    linear-gradient(90deg, #fff6d9, rgba(255, 255, 255, 0.94)),
    var(--gold-100);
  box-shadow: 0 10px 22px rgba(5, 47, 27, 0.07);
  margin-bottom: 14px;
  padding: 10px 12px;
}

.hero-highlight.is-changing {
  animation: highlightFade 260ms ease;
}

.highlight-label {
  color: #6a2607;
  font-size: 0.76rem;
  font-weight: 950;
}

.highlight-text {
  color: var(--green-950);
  font-size: 0.98rem;
  line-height: 1.25;
}

.hero-actions,
.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 950;
  padding: 10px 14px;
  text-decoration: none;
}

.btn.primary {
  color: #fff;
  background: linear-gradient(180deg, var(--green-700), var(--green-900));
  box-shadow: 0 10px 22px rgba(12, 86, 47, 0.18);
}

.btn.secondary {
  color: var(--green-950);
  background: var(--paper);
  border-color: var(--line);
}

.brand-strip {
  display: grid;
  grid-template-columns: minmax(120px, 0.34fr) minmax(180px, 0.42fr) minmax(180px, 1fr);
  gap: 10px;
  max-width: var(--page-max);
  margin: 12px auto 0;
}

.partner {
  display: grid;
  align-content: center;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 8px 12px;
  box-shadow: 0 10px 24px rgba(5, 47, 27, 0.07);
}

.partner strong,
.partner span,
.partner small {
  line-height: 1.05;
}

.brand-badge {
  min-height: 72px;
}

.brand-badge strong,
.brand-badge span,
.brand-badge small,
.brand-badge em {
  display: block;
  font-style: normal;
  line-height: 1.05;
}

.jito-badge strong {
  color: var(--blue-900);
  font-size: 1.65rem;
  letter-spacing: 0;
}

.jito-badge span {
  color: var(--blue-900);
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.sasta-badge small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
}

.sasta-badge strong {
  color: #0875bd;
  font-size: 1.2rem;
}

.sasta-badge strong span {
  display: inline;
  color: #e9272f;
}

.sasta-badge em {
  color: #0875bd;
  font-size: 0.82rem;
  font-weight: 850;
}

.trusted-badge strong {
  color: var(--green-950);
  font-size: 1.18rem;
}

.trusted-badge span {
  color: var(--green-800);
  font-weight: 900;
}

.hero-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.discount-card {
  display: grid;
  align-content: center;
  min-height: 154px;
  border: 1px solid rgba(244, 182, 51, 0.55);
  border-radius: 8px;
  background:
    linear-gradient(180deg, #fff7df, #ffffff),
    var(--gold-100);
  box-shadow: 0 16px 34px rgba(111, 27, 12, 0.08);
  padding: 16px;
}

.discount-card span,
.discount-card strong,
.discount-card small {
  display: block;
}

.discount-card span {
  color: #6a2607;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.discount-card strong {
  color: #6d1609;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 0.98;
  margin: 8px 0;
}

.discount-card.generic {
  border-color: rgba(12, 86, 47, 0.22);
  background: linear-gradient(180deg, #ecf8ef, #ffffff);
}

.discount-card.generic strong {
  color: var(--green-800);
}

.discount-card small {
  color: #4b584f;
  font-weight: 750;
}

.hero-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(260px, 1fr);
  grid-template-rows: auto auto;
  gap: 10px;
  min-height: 178px;
  border: 1px solid rgba(12, 86, 47, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 248, 0.88)),
    var(--paper);
  box-shadow: 0 22px 56px rgba(5, 47, 27, 0.12);
  overflow: hidden;
  padding: 12px;
}

.hero-card img {
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  width: min(100%, 205px);
  opacity: 0.96;
}

.whatsapp-box {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
  align-items: center;
  border: 1px solid rgba(12, 86, 47, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  padding: 9px 10px;
}

.whatsapp-box span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.whatsapp-box strong {
  color: var(--green-950);
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
  justify-self: end;
  line-height: 1;
}

.whatsapp-box small {
  grid-column: 1 / -1;
  color: #405147;
  font-weight: 800;
}

.hero-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}

.hero-facts div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfefc;
  padding: 8px 9px;
}

.hero-facts div:last-child {
  grid-column: 1 / -1;
}

.hero-facts span,
.hero-facts strong {
  display: block;
}

.hero-facts span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
}

.hero-facts strong {
  color: var(--green-950);
  font-size: 0.98rem;
  line-height: 1.12;
  margin-top: 3px;
}

.compact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 20px 0;
  width: calc(100% - (2 * var(--page-gutter)));
}

.panel {
  border: 1px solid rgba(12, 86, 47, 0.15);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 16px 34px rgba(5, 47, 27, 0.08);
  padding: 20px;
}

.panel h2 {
  margin-bottom: 12px;
}

.order-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
}

.order-list li,
.check-list li {
  color: #35483d;
}

.mini-offers {
  display: grid;
  gap: 10px;
}

.mini-offers div {
  border-left: 4px solid var(--gold-500);
  background: var(--gold-100);
  border-radius: 8px;
  padding: 11px 12px;
}

.mini-offers strong,
.mini-offers span {
  display: block;
}

.mini-offers strong {
  color: #6a2607;
  margin-bottom: 3px;
}

.mini-offers span {
  color: #4b584f;
}

.panel.dark {
  color: white;
  background:
    linear-gradient(145deg, var(--green-950), #064527),
    var(--green-950);
}

.panel.dark .eyebrow,
.panel.dark h2 {
  color: white;
}

.check-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  color: #e7f5ea;
}

.check-list li::before {
  color: var(--gold-500);
  content: "✓ ";
  font-weight: 950;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f7fbf8;
  color: var(--green-950);
  font-weight: 850;
  padding: 7px 10px;
}

.trust-ribbon,
.promo-video,
.service-section,
.delivery-band,
.faq-section {
  max-width: var(--page-max);
  width: calc(100% - (2 * var(--page-gutter)));
  margin: 0 auto;
}

.trust-ribbon {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(12, 86, 47, 0.16);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 18px 38px rgba(5, 47, 27, 0.08);
  margin-top: 18px;
}

.trust-ribbon div {
  background: rgba(255, 255, 255, 0.94);
  padding: 16px;
}

.trust-ribbon span,
.trust-ribbon strong {
  display: block;
}

.trust-ribbon span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-ribbon strong {
  color: var(--green-950);
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 5px;
}

.promo-video {
  display: grid;
  grid-template-columns: minmax(270px, 0.52fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  padding: 20px 0 6px;
}

.promo-video .section-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo-video .btn {
  width: max-content;
  margin-top: 16px;
}

.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(12, 86, 47, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(5, 47, 27, 0.92), rgba(13, 94, 53, 0.72)),
    #041f13;
  box-shadow: 0 22px 52px rgba(5, 47, 27, 0.16);
  aspect-ratio: 16 / 9;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.service-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 8px 0 22px;
}

.section-copy {
  border: 1px solid rgba(12, 86, 47, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 34px rgba(5, 47, 27, 0.07);
  padding: 22px;
}

.section-copy p:last-child {
  color: #405147;
  margin: 12px 0 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-grid article,
.faq-grid article {
  border: 1px solid rgba(12, 86, 47, 0.14);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 30px rgba(5, 47, 27, 0.07);
  padding: 18px;
}

.service-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--green-100);
  color: var(--green-900);
  font-weight: 950;
  margin-bottom: 14px;
}

.service-grid strong {
  display: block;
  color: var(--green-950);
  font-size: 1.18rem;
  line-height: 1.1;
}

.service-grid p,
.faq-grid p {
  color: #405147;
  margin: 8px 0 0;
}

.delivery-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 18px;
  align-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(5, 47, 27, 0.96), rgba(13, 94, 53, 0.92)),
    var(--green-950);
  color: white;
  box-shadow: 0 22px 48px rgba(5, 47, 27, 0.16);
  padding: 24px;
  margin-bottom: 20px;
}

.delivery-band .eyebrow,
.delivery-band h2 {
  color: white;
}

.delivery-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.delivery-points span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-weight: 900;
  padding: 9px 12px;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 20px;
}

.faq-grid {
  display: grid;
  gap: 12px;
}

.faq-grid h3 {
  font-size: 1.08rem;
}

.location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: var(--page-max);
  margin: 0 auto 22px;
  padding: 20px var(--page-gutter);
  width: calc(100% - (2 * var(--page-gutter)));
  color: white;
  background: var(--green-900);
  border-radius: 8px;
}

.location .eyebrow,
.location h2,
.location p {
  color: white;
}

.location p {
  margin: 8px 0 0;
}

.site-footer {
  padding: 28px var(--page-gutter) 86px;
  color: white;
  background:
    radial-gradient(circle at top left, rgba(244, 182, 50, 0.16), transparent 34%),
    linear-gradient(135deg, #03180e, #073f22 54%, #052f1b),
    #041f13;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(170px, 0.8fr));
  gap: 14px;
  max-width: var(--page-max);
  margin: 0 auto;
}

.footer-brand-block,
.footer-card,
.footer-trust {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  padding: 16px;
}

.footer-brand-block {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.footer-brand-block img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
}

.footer-brand-block strong,
.footer-brand-block span,
.footer-card span,
.footer-card strong,
.footer-card small,
.footer-trust strong,
.footer-trust span {
  display: block;
}

.footer-brand-block strong {
  font-size: 1.24rem;
  line-height: 1.12;
}

.footer-brand-block span {
  color: #c9e7d2;
  font-weight: 900;
  margin-top: 3px;
}

.site-footer p {
  margin: 8px 0 0;
  color: #c9e7d2;
}

.footer-card span,
.footer-trust span {
  color: #c9e7d2;
  font-size: 0.82rem;
  font-weight: 900;
}

.footer-card strong,
.footer-trust strong {
  color: white;
  font-size: 1.2rem;
  line-height: 1.15;
  margin-top: 4px;
}

.footer-card small {
  color: #f5d481;
  font-weight: 850;
  margin-top: 8px;
}

.footer-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.footer-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--gold-500);
  color: var(--green-950);
  font-weight: 950;
  padding: 8px 12px;
  text-decoration: none;
}

.footer-actions a:first-child {
  background: #25d366;
  color: #062411;
}

.footer-trust {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.footer-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-brands span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #f0f7f1;
  font-weight: 850;
  padding: 7px 10px;
}

.sticky-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 30;
  display: none;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(5, 47, 27, 0.24);
}

.sticky-cta a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  background: var(--green-800);
  color: white;
  font-weight: 950;
  padding: 10px 15px;
  text-decoration: none;
}

.sticky-cta a + a {
  background: var(--gold-500);
  color: var(--green-950);
}

@media (max-width: 880px) {
  .hero-main,
  .compact-grid,
  .location,
  .promo-video,
  .service-section,
  .delivery-band,
  .faq-section,
  .footer-inner,
  .footer-trust {
    grid-template-columns: 1fr;
  }

  .trust-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy {
    grid-row: auto;
    min-height: auto;
  }

  .hero-offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-card {
    min-height: 260px;
  }

  .hero-card img {
    width: min(72%, 300px);
  }

  .location-actions {
    align-items: stretch;
  }

  .promo-video .btn {
    width: 100%;
  }

  .delivery-points {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
    min-height: 72px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    max-width: calc(100% - 52px);
    gap: 10px;
  }

  .brand-copy strong {
    font-size: 1.03rem;
    line-height: 1.08;
    white-space: normal;
  }

  .brand-copy small {
    font-size: 0.7rem;
    white-space: normal;
  }

  .brand-kicker {
    font-size: 0.56rem;
    margin-bottom: 4px;
    padding: 3px 6px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 40px;
  }

  .site-nav {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 6px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    padding: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    padding-top: 16px;
  }

  h1 {
    max-width: 13ch;
    font-size: clamp(2rem, 11vw, 3.25rem);
  }

  .hero-actions,
  .location-actions,
  .site-footer,
  .footer-actions {
    flex-direction: column;
  }

  .btn,
  .sticky-cta a {
    width: 100%;
  }

  .brand-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .trusted-badge {
    grid-column: 1 / -1;
  }

  .hero-offers {
    grid-template-columns: 1fr;
  }

  .trust-ribbon,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-box {
    grid-template-columns: 1fr;
  }

  .hero-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .hero-card img {
    grid-row: auto;
  }

  .whatsapp-box strong {
    justify-self: start;
  }

  .sticky-cta {
    display: flex;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
  }
}

@keyframes highlightFade {
  from {
    opacity: 0.45;
    transform: translateY(3px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
