:root {
  color-scheme: light;
  --ink: #101828;
  --muted: #59677c;
  --line: #dbe4ef;
  --surface: #ffffff;
  --surface-soft: #f5f9fb;
  --teal: #087c79;
  --teal-dark: #075f5d;
  --green: #20a464;
  --blue: #1264c8;
  --red: #d83b45;
  --amber: #f2b441;
  --shadow: 0 18px 45px rgba(16, 24, 40, 0.12);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--surface-soft);
  line-height: 1.55;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 1000;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: var(--radius);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

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

.container {
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(219, 228, 239, 0.78);
}

.top-strip {
  background: #062c43;
  color: white;
  font-size: 0.84rem;
}

.strip-grid {
  min-height: 36px;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  gap: 18px;
}

.strip-grid a {
  color: white;
  text-decoration: none;
}

.nav-shell {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand-mark {
  width: var(--brand-logo-size, 48px);
  height: var(--brand-logo-size, 48px);
  display: grid;
  place-items: center;
  background: transparent;
  color: var(--teal-dark);
  border-radius: var(--brand-logo-radius, var(--radius));
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  flex: 0 0 auto;
  overflow: hidden;
}

.brand-mark.has-logo {
  width: clamp(150px, var(--brand-logo-size, 164px), 220px);
  max-width: min(38vw, 220px);
  border: 0;
  background: transparent !important;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  overflow: visible;
  padding: 0;
}

.brand-mark.has-image-error {
  display: none;
}

.brand-mark img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(var(--brand-logo-size, 80px), 96px);
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

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

.nav-links a {
  text-decoration: none;
  color: #243449;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 10px 12px;
  border-radius: var(--radius);
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.nav-links a:hover {
  background: #e9f6f4;
  color: var(--teal-dark);
}

.nav-links .nav-pill {
  background: var(--green);
  color: white;
}

.nav-links .nav-pill:hover {
  background: #188a53;
  color: white;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(8, 124, 121, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(233, 246, 244, 0.94));
  color: var(--teal-dark);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(8, 124, 121, 0.16);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition:
    opacity 0.18s ease,
    transform 0.22s ease;
}

.nav-toggle:hover {
  transform: translateY(-1px);
  border-color: rgba(8, 124, 121, 0.48);
  background:
    linear-gradient(180deg, #ffffff, #dff5f1);
  color: var(--teal);
  box-shadow: 0 16px 34px rgba(8, 124, 121, 0.22);
}

.nav-toggle:focus-visible {
  outline: 3px solid rgba(32, 164, 100, 0.28);
  outline-offset: 3px;
}

.nav-toggle[aria-expanded="true"] {
  border-color: rgba(8, 124, 121, 0.55);
  background: var(--teal-dark);
  color: white;
  box-shadow: 0 16px 36px rgba(7, 95, 93, 0.28);
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #0f3554;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/pharmacy-hero.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 31, 52, 0.95) 0%, rgba(5, 74, 103, 0.86) 34%, rgba(8, 124, 121, 0.18) 64%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(3, 31, 52, 0.22), rgba(3, 31, 52, 0.38));
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 360px;
  gap: 34px;
  align-items: center;
  padding: 84px 0;
}

.hero-copy {
  max-width: 690px;
  color: white;
}

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

.hero .eyebrow {
  color: #9bf2c9;
}

h1,
h2,
h3 {
  font-family: "Outfit", sans-serif;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  max-width: 810px;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
}

h3 {
  margin: 0;
  font-size: 1.18rem;
}

.hero-lead {
  margin: 24px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 1.9vw, 1.34rem);
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--green);
  color: white;
  box-shadow: 0 12px 28px rgba(32, 164, 100, 0.28);
}

.button-primary:hover {
  background: #188a53;
}

.button-secondary {
  background: white;
  color: var(--teal-dark);
  border-color: white;
}

.button-ghost {
  color: white;
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.12);
}

.hero-panel {
  display: grid;
  gap: 12px;
}

.panel-item {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
}

.panel-kicker {
  display: block;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.panel-item strong,
.panel-item small {
  display: block;
}

.panel-item strong {
  margin-top: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 1.22rem;
}

.panel-item small {
  margin-top: 8px;
  color: var(--muted);
}

.panel-highlight {
  background: #fff8e5;
  border-color: #ffe2a1;
}

.trust-band {
  background: #073a57;
  color: white;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.trust-grid div {
  padding: 26px 20px;
  background: rgba(255, 255, 255, 0.06);
}

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

.trust-grid strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.34rem;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.announcement-section {
  position: relative;
  z-index: 4;
  margin-top: -38px;
  padding-bottom: 26px;
}

.announcement-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.14);
}

.announcement-card > span,
.info-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  background: #e8f6f1;
  color: var(--teal-dark);
  padding: 7px 10px;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.announcement-card strong,
.announcement-card p {
  display: block;
}

.announcement-card strong {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
}

.announcement-card p {
  margin: 4px 0 0;
  color: var(--muted);
}

.section {
  padding: 92px 0;
  background: white;
}

.section-light {
  background: var(--surface-soft);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.section-heading p:not(.eyebrow),
.split-copy p,
.story-grid p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.03rem;
}

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

.service-card {
  min-height: 224px;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: var(--radius);
  background: #e8f6f1;
  color: var(--teal);
  font-weight: 800;
}

.service-card:nth-child(2) .service-icon,
.service-card:nth-child(5) .service-icon {
  background: #e9f0ff;
  color: var(--blue);
}

.service-card:nth-child(3) .service-icon,
.service-card:nth-child(6) .service-icon {
  background: #fff3db;
  color: #9a6308;
}

.service-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.process-section {
  background: #073a57;
  color: white;
}

.process-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.75);
}

.process-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
}

.step span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: var(--amber);
  color: #281805;
  border-radius: var(--radius);
  font-weight: 900;
}

.step p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.split-grid,
.story-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.reverse {
  direction: rtl;
}

.reverse > * {
  direction: ltr;
}

.split-copy {
  max-width: 560px;
}

.info-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
}

.info-card h3 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.info-card p {
  margin: 0;
  color: var(--muted);
}

.privacy-card {
  border-top: 6px solid var(--teal);
}

.refill-card {
  border-top: 6px solid var(--green);
}

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

.info-list li {
  padding: 12px 14px;
  background: #f5f9fb;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #243449;
  font-weight: 800;
}

.form-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
}

.form-card label {
  display: grid;
  gap: 7px;
  color: #243449;
  font-weight: 800;
  font-size: 0.9rem;
}

.form-card input,
.form-card textarea {
  width: 100%;
  border: 1px solid #cfd9e6;
  border-radius: var(--radius);
  background: #fbfdff;
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
}

.form-card input:focus,
.form-card textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(8, 124, 121, 0.14);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #32435a;
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}

.hours-section {
  background:
    radial-gradient(circle at 6% 18%, rgba(32, 164, 100, 0.12), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(18, 100, 200, 0.1), transparent 34%),
    #ffffff;
}

.hours-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  align-items: start;
}

.hours-card {
  display: grid;
  gap: 18px;
}

.hours-list {
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
}

.hours-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.hours-row:last-child {
  border-bottom: 0;
}

.hours-row span {
  color: var(--muted);
  font-weight: 800;
}

.hours-row strong {
  color: var(--ink);
  text-align: right;
}

.notice-list {
  display: grid;
  gap: 12px;
}

.notice-list article {
  padding: 18px;
  border: 1px solid #f4dc9a;
  border-radius: var(--radius);
  background: #fff8e5;
}

.notice-list span,
.notice-list strong,
.notice-list p {
  display: block;
}

.notice-list span {
  color: #9a6308;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.notice-list strong {
  margin-top: 4px;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
}

.notice-list p {
  margin: 6px 0 0;
  color: var(--muted);
}

.story-section {
  background: #fff8e5;
}

.story-stat {
  min-height: 300px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(8, 124, 121, 0.95), rgba(18, 100, 200, 0.88)),
    url("assets/pharmacy-hero.png") center / cover;
  color: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-stat strong,
.story-stat span {
  display: block;
}

.story-stat strong {
  font-family: "Outfit", sans-serif;
  font-size: clamp(4rem, 9vw, 7rem);
}

.story-stat span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.contact-section {
  background: white;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-list a {
  display: block;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfdff;
  text-decoration: none;
  font-weight: 800;
  color: #213249;
}

.contact-list a:hover {
  border-color: var(--teal);
  color: var(--teal-dark);
}

.quick-actions {
  display: grid;
  gap: 10px;
}

.quick-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 15px;
  border: 1px solid #cde9dd;
  border-radius: var(--radius);
  background: #f2fbf6;
  color: #075f5d;
  text-decoration: none;
  font-weight: 900;
}

.quick-action::after {
  content: "→";
  font-weight: 900;
}

.quick-action:hover {
  border-color: var(--green);
  background: #e8f6f1;
}

.site-footer {
  background: #071b2d;
  color: white;
  padding: 36px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
}

.footer-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-weight: 800;
}

.copyright {
  grid-column: 1 / -1;
  font-size: 0.88rem;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  background: #25d366;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.35);
}

.floating-whatsapp img {
  display: block;
  width: var(--whatsapp-icon-size, 30px);
  height: var(--whatsapp-icon-size, 30px);
  object-fit: contain;
}

.floating-whatsapp-fallback {
  display: none;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.floating-whatsapp.has-image-error img {
  display: none;
}

.floating-whatsapp.has-image-error .floating-whatsapp-fallback {
  display: inline-flex;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 120;
  max-width: min(420px, calc(100% - 32px));
  transform: translate(-50%, 120px);
  background: var(--ink);
  color: white;
  border-radius: var(--radius);
  padding: 14px 16px;
  box-shadow: var(--shadow);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 980px) {
  .strip-grid {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 8px 0;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 180;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(8, 124, 121, 0.16);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.985);
    visibility: hidden;
    transition:
      opacity 0.18s ease,
      transform 0.18s ease,
      visibility 0.18s ease;
  }

  .nav-links a {
    display: flex;
    min-height: 46px;
    align-items: center;
    border-radius: 12px;
    padding: 12px 14px;
    background: rgba(245, 249, 251, 0.9);
    border: 1px solid rgba(219, 228, 239, 0.82);
  }

  .nav-links a:hover,
  .nav-links a:focus-visible {
    transform: translateX(3px);
    background: #e2f5f1;
  }

  .nav-links .nav-pill {
    justify-content: center;
    border-color: transparent;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 31, 52, 0.94) 0%, rgba(5, 74, 103, 0.82) 58%, rgba(8, 124, 121, 0.34) 100%);
  }

  .hero-content,
  .process-layout,
  .split-grid,
  .story-grid,
  .contact-grid,
  .hours-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (max-width: 700px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .top-strip {
    display: none;
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    width: min(var(--brand-logo-size, 42px), 52px);
    height: min(var(--brand-logo-size, 42px), 52px);
  }

  .brand-mark.has-logo {
    width: clamp(170px, var(--brand-logo-size, 180px), 60vw);
    max-width: 60vw;
    height: auto;
    max-height: none;
  }

  .brand-mark.has-logo img {
    width: auto;
    max-width: 100%;
    max-height: 118px;
  }

  .hero-content {
    padding: 66px 0 34px;
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .hero-actions,
  .inline-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-panel,
  .services-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .announcement-section {
    margin-top: 0;
    padding: 18px 0;
    background: white;
  }

  .announcement-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hours-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hours-row strong {
    text-align: left;
  }

  .section {
    padding: 64px 0;
  }

  .service-card {
    min-height: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
  }
}
