:root {
  --bg-dark: #0b1f35;
  --bg-dark-soft: #17365f;
  --bg-light: #edf2fb;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --line: rgba(17, 43, 74, 0.12);
  --text: #102136;
  --muted: #57687e;
  --primary: #d62b37;
  --primary-deep: #af1f29;
  --secondary: #14468c;
  --secondary-soft: #2b66ba;
  --accent: #e14956;
  --accent-soft: #ffdde1;
  --whatsapp: #25d366;
  --whatsapp-deep: #179c4d;
  --shadow-xl: 0 30px 70px rgba(9, 28, 52, 0.14);
  --shadow-lg: 0 18px 40px rgba(9, 28, 52, 0.12);
  --shadow-sm: 0 10px 24px rgba(9, 28, 52, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100% - 40px));
  --fs-display: clamp(2.65rem, 4.7vw, 4.35rem);
  --fs-title: clamp(2.05rem, 3.8vw, 3.2rem);
  --fs-title-sm: clamp(1.6rem, 2.5vw, 2.15rem);
  --fs-card-title: clamp(1.12rem, 1.55vw, 1.28rem);
  --fs-metric: clamp(2.55rem, 4vw, 3.35rem);
  --fs-phone: clamp(1.08rem, 1.9vw, 1.3rem);
  --fs-phone-lg: clamp(1.22rem, 2.3vw, 1.46rem);
  --fs-body-lg: 1.08rem;
  --fs-body: 1rem;
  --fs-body-sm: 0.95rem;
  --fs-label: 0.82rem;
  --fs-caption: 0.78rem;
  --lh-tight: 0.98;
  --lh-body: 1.72;
  --lh-relaxed: 1.82;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: "Bahnschrift", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: var(--fs-body);
  color: var(--text);
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background:
    radial-gradient(circle at top right, rgba(20, 70, 140, 0.12), transparent 22rem),
    radial-gradient(circle at top left, rgba(214, 43, 55, 0.1), transparent 18rem),
    linear-gradient(180deg, #f7faff 0, #eef2fb 520px, #edf2fb 100%);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

@supports not (overflow: clip) {
  html,
  body,
  .page-shell {
    overflow-x: hidden;
  }
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section-spacing {
  padding: 110px 0;
}

.about,
.purpose,
.services,
.ambulance-types,
.coverage,
.operations,
.highlights,
.faq,
.contact {
  position: relative;
  isolation: isolate;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(20, 70, 140, 0.08);
  border: 1px solid rgba(20, 70, 140, 0.1);
  color: var(--secondary);
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-tag::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--secondary-soft));
  box-shadow: 0 0 0 6px rgba(217, 28, 36, 0.08);
}

.section-tag-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #f4f9ff;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.hero h1,
.ambulance-copy h2,
.contact-copy h2 {
  margin: 18px 0 16px;
  font-family: "Franklin Gothic Medium", "Bahnschrift SemiBold", "Trebuchet MS", sans-serif;
  line-height: var(--lh-tight);
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 11.8ch;
  font-size: var(--fs-display);
  color: var(--text);
}

.section-heading h2 {
  font-size: var(--fs-title);
}

.ambulance-copy h2,
.contact-copy h2 {
  font-size: var(--fs-title);
  color: #fff;
}

.section-heading p,
.hero-text,
.purpose-card p,
.service-card p,
.ambulance-copy p,
.coverage-panels p,
.operation-card p,
.highlight-list p,
.board-card p,
.contact-copy p,
.footer-inner p,
.faq-answer p,
.about-points p,
.about-info-card p {
  margin: 0;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--muted);
}

.section-heading-center {
  margin: 0 auto 44px;
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(16, 33, 54, 0.06);
  background: rgba(255, 255, 255, 0.9);
  transition:
    background-color 0.25s ease,
    backdrop-filter 0.25s ease,
    box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 40px rgba(11, 31, 53, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 162px;
  transition: min-height 0.25s ease;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  height: 182px;
  padding: 8px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  transition: width 0.25s ease, height 0.25s ease, border-radius 0.25s ease, padding 0.25s ease;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 14px;
}

.site-header.is-scrolled .header-inner {
  min-height: 122px;
}

.site-header.is-scrolled .brand-mark {
  width: 132px;
  height: 132px;
  padding: 6px;
  border-radius: 20px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-copy strong {
  color: var(--bg-dark);
  font-size: var(--fs-body-lg);
  letter-spacing: 0.03em;
}

.brand-copy small {
  color: var(--muted);
  font-size: var(--fs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--text);
  font-size: var(--fs-body);
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--primary), var(--secondary-soft));
  transition: transform 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: rgba(20, 70, 140, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--secondary);
  transition: transform 0.24s ease, opacity 0.2s ease;
}

.menu-toggle:focus-visible {
  outline: 2px solid rgba(20, 70, 140, 0.42);
  outline-offset: 2px;
}

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

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

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: var(--fs-body);
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--secondary), #0f3b76);
  box-shadow: 0 18px 34px rgba(20, 70, 140, 0.22);
}

.button-secondary {
  color: var(--secondary);
  background: rgba(20, 70, 140, 0.05);
  border: 1px solid rgba(20, 70, 140, 0.12);
}

.button-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-deep));
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.2);
}

.button-full {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.hero {
  position: relative;
  padding: 28px 0 24px;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  top: 10px;
  right: -120px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(20, 70, 140, 0.1), transparent 70%);
}

.hero::after {
  left: -120px;
  bottom: 10px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(214, 43, 55, 0.08), transparent 72%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  align-items: stretch;
  gap: 28px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
}

.hero-text {
  max-width: 700px;
  color: var(--muted);
  font-size: var(--fs-body-lg);
  line-height: var(--lh-relaxed);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
}

.hero-trust span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(20, 70, 140, 0.08);
  color: var(--secondary);
  font-size: var(--fs-body-sm);
  font-weight: 700;
  box-shadow: var(--shadow-sm);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 0;
}

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

.hero-support-main {
  display: grid;
  gap: 22px;
}

.hero-support-intro {
  max-width: 720px;
}

.hero-support-intro h2 {
  margin: 16px 0 14px;
  font-size: var(--fs-title-sm);
  line-height: var(--lh-tight);
  letter-spacing: -0.04em;
}

.hero-support-intro p {
  margin: 0;
  color: var(--muted);
  line-height: var(--lh-relaxed);
  font-size: var(--fs-body-lg);
}

.metric-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 148px;
  padding: 26px 24px;
  border: 1px solid rgba(20, 70, 140, 0.08);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-sm);
}

.metric-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--secondary);
  font-size: var(--fs-metric);
  line-height: var(--lh-tight);
  letter-spacing: -0.04em;
}

.metric-card strong .stat-number {
  font-size: 1em;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.metric-card > span {
  color: var(--muted);
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.45;
}

.hero-visual {
  min-height: 520px;
}

.hero-visual-shell {
  position: relative;
  min-height: 520px;
  border-radius: 36px;
  background:
    linear-gradient(160deg, rgba(20, 70, 140, 0.08), rgba(255, 255, 255, 0.8)),
    #ffffff;
  border: 1px solid rgba(20, 70, 140, 0.08);
  box-shadow: var(--shadow-xl);
}

.hero-image-frame {
  position: absolute;
  inset: 16px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(20, 70, 140, 0.12);
  box-shadow: var(--shadow-lg);
}

.hero-image-frame::after {
  content: none;
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-contact-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f3f8fc);
  border: 1px solid rgba(20, 70, 140, 0.1);
  box-shadow: var(--shadow-lg);
}

.hero-support {
  padding: 10px 0 18px;
}

.hero-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  align-items: start;
  gap: 28px;
  padding: 24px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(20, 70, 140, 0.08);
  box-shadow: var(--shadow-lg);
}

.hero-contact-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(20, 70, 140, 0.08);
  color: var(--secondary);
  font-size: var(--fs-caption);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-contact-card h2 {
  margin: 0;
  font-size: var(--fs-title-sm);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.hero-contact-card p {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

.hero-contact-meta {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(20, 70, 140, 0.05);
  border: 1px solid rgba(20, 70, 140, 0.08);
}

.hero-contact-meta strong {
  color: var(--text);
  font-size: var(--fs-body-sm);
  line-height: 1.4;
}

.hero-contact-meta span {
  color: var(--secondary);
  font-size: var(--fs-phone);
  font-weight: 800;
  line-height: 1.3;
}

.service-ribbon {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  padding-bottom: 8px;
}

.service-ribbon-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(20, 70, 140, 0.08);
  box-shadow: var(--shadow-lg);
}

.service-ribbon-inner span {
  padding: 12px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(20, 70, 140, 0.06), rgba(214, 43, 55, 0.06));
  color: var(--secondary);
  font-size: var(--fs-body-sm);
  font-weight: 700;
}

.about {
  background:
    radial-gradient(circle at top left, rgba(214, 43, 55, 0.08), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border-top: 1px solid rgba(16, 33, 54, 0.04);
  border-bottom: 1px solid rgba(16, 33, 54, 0.04);
}

.about.section-spacing {
  padding-top: 56px;
}

.about-grid,
.coverage-grid,
.highlights-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
  align-items: center;
}

.about-points {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.about-points article,
.coverage-panels article,
.highlight-list article,
.contact-cards article {
  padding: 22px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 63, 140, 0.08);
  box-shadow: var(--shadow-sm);
}

.about-points strong,
.coverage-panels h3,
.contact-cards strong,
.service-card h3,
.purpose-card h3,
.operation-card h3,
.ambulance-card h3,
.highlight-list h3,
.board-card strong,
.about-info-card strong,
.ambulance-note strong,
.site-footer strong {
  display: block;
  margin: 0 0 10px;
  font-size: var(--fs-card-title);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.about-visual {
  position: relative;
  display: grid;
  gap: 18px;
}

.about-image-card,
.ambulance-image-card,
.coverage-image-card {
  overflow: hidden;
  border-radius: 34px;
  background: var(--surface-strong);
  box-shadow: var(--shadow-xl);
}

.about-image-card img,
.ambulance-image-card img,
.coverage-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-info-card {
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
}

.about-info-card strong {
  display: block;
  margin-bottom: 8px;
}

.about-info-card.accent {
  color: #fff;
  background: linear-gradient(135deg, var(--secondary), #0a2e68);
}

.about-info-card.accent p {
  color: rgba(244, 249, 255, 0.8);
}

.purpose {
  background:
    radial-gradient(circle at top right, rgba(20, 70, 140, 0.1), transparent 22rem),
    linear-gradient(180deg, #eef4ff 0%, #e7eefb 100%);
  border-top: 1px solid rgba(16, 33, 54, 0.04);
  border-bottom: 1px solid rgba(16, 33, 54, 0.04);
}

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

.purpose-card,
.service-card,
.operation-card,
.board-card,
.faq-item,
.ambulance-note {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 63, 140, 0.08);
  box-shadow: var(--shadow-sm);
}

.purpose-card {
  padding: 28px;
}

.services {
  background:
    radial-gradient(circle at top left, rgba(214, 43, 55, 0.08), transparent 18rem),
    radial-gradient(circle at bottom right, rgba(20, 70, 140, 0.08), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  border-top: 1px solid rgba(16, 33, 54, 0.04);
  border-bottom: 1px solid rgba(16, 33, 54, 0.04);
}

.purpose-card::before,
.service-card::before,
.board-card::before,
.ambulance-note::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--secondary), var(--secondary-soft));
}

.purpose-index {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--secondary-soft);
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.service-card {
  padding: 28px;
  min-height: 248px;
}

.service-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 42px;
  margin-bottom: 18px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(217, 28, 36, 0.14), rgba(15, 63, 140, 0.14));
  color: var(--primary);
  font-weight: 900;
  font-size: var(--fs-label);
  letter-spacing: 0.12em;
}

.ambulance-types,
.contact {
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(214, 43, 55, 0.1), transparent 22rem),
    linear-gradient(135deg, #0b1f35, #17365f 70%);
}

.coverage {
  background:
    radial-gradient(circle at 12% 20%, rgba(214, 43, 55, 0.08), transparent 18rem),
    radial-gradient(circle at 88% 35%, rgba(20, 70, 140, 0.11), transparent 22rem),
    linear-gradient(180deg, #edf4ff 0%, #f9fbff 100%);
  border-top: 1px solid rgba(16, 33, 54, 0.04);
  border-bottom: 1px solid rgba(16, 33, 54, 0.04);
}

.ambulance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 38px;
  align-items: center;
}

.ambulance-copy p {
  color: rgba(244, 249, 255, 0.76);
}

.ambulance-cards,
.coverage-panels,
.highlight-list,
.contact-cards {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.ambulance-card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.ambulance-card h3 {
  margin: 0;
  color: #fff;
}

.ambulance-card p {
  margin: 0;
}

.ambulance-card p,
.ambulance-card small {
  color: rgba(244, 249, 255, 0.74);
  font-size: var(--fs-body);
  line-height: 1.7;
}

.ambulance-card small {
  display: block;
  margin: 2px 0 0;
  font-size: var(--fs-body-sm);
  font-weight: 700;
  line-height: 1.55;
}

.ambulance-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: var(--fs-label);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.route-list li {
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(244, 249, 255, 0.88);
  font-size: var(--fs-body-sm);
  font-weight: 700;
}

.ambulance-visual {
  display: grid;
  gap: 20px;
}

.ambulance-image-card {
  min-height: 540px;
}

.ambulance-note {
  padding: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.ambulance-note strong {
  color: var(--text);
}

.ambulance-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.coverage-panels article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 156px;
  padding: 28px 22px 22px 94px;
}

.coverage-panels article::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 22px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.96);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.coverage-panels article:nth-child(1)::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314468c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='6' width='14' height='12' rx='2'/%3E%3Cpath d='M8 6V4'/%3E%3Cpath d='M16 6V4'/%3E%3Cpath d='M5 10h14'/%3E%3Cpath d='M12 11.8v4.4'/%3E%3Cpath d='M9.8 14h4.4'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(217, 28, 36, 0.14), rgba(20, 70, 140, 0.16));
}

.coverage-panels article:nth-child(2)::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314468c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4 18 6.5v4.2c0 3.6-2.3 6.4-6 8.3-3.7-1.9-6-4.7-6-8.3V6.5L12 4Z'/%3E%3Cpath d='M9.2 12.3 11 14l3.8-3.9'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(20, 70, 140, 0.16), rgba(217, 28, 36, 0.12));
}

.coverage-panels article:nth-child(3)::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314468c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 10a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3Cpath d='M4.5 17.5a3.5 3.5 0 0 1 7 0'/%3E%3Cpath d='M15.5 9.5v5'/%3E%3Cpath d='M13 12h5'/%3E%3Cpath d='M14.5 18.5c.9-.9 1.9-1.3 3-1.3s2.1.4 3 1.3'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(217, 28, 36, 0.14), rgba(20, 70, 140, 0.16));
}

.coverage-panels article h3 {
  font-size: var(--fs-card-title);
}

.section-actions {
  margin-top: 28px;
}

.operations {
  background:
    radial-gradient(circle at top center, rgba(214, 43, 55, 0.08), transparent 20rem),
    linear-gradient(135deg, #fff8f9 0%, #eef4ff 100%);
  border-top: 1px solid rgba(16, 33, 54, 0.04);
  border-bottom: 1px solid rgba(16, 33, 54, 0.04);
}

.operations-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.operation-card {
  padding: 26px;
}

.operation-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(217, 28, 36, 0.14), rgba(20, 70, 140, 0.16));
  color: var(--secondary);
  font-weight: 900;
}

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

.highlight-list article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 148px;
  padding: 28px 22px 22px 94px;
}

.highlight-list article::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 22px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.96);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.highlight-list article:nth-child(1)::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314468c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='4' width='12' height='16' rx='2'/%3E%3Cpath d='M9 9h6'/%3E%3Cpath d='M9 13h4'/%3E%3Cpath d='m9 16 1.5 1.5L15 13'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(217, 28, 36, 0.14), rgba(20, 70, 140, 0.16));
}

.highlight-list article:nth-child(2)::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314468c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20s-6-3.6-6-8.3A3.7 3.7 0 0 1 12 9a3.7 3.7 0 0 1 6 2.7C18 16.4 12 20 12 20Z'/%3E%3Cpath d='M10.2 12h3.6'/%3E%3Cpath d='M12 10.2v3.6'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(20, 70, 140, 0.16), rgba(217, 28, 36, 0.12));
}

.highlight-list article:nth-child(3)::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314468c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 3 5 14h5l-1 7 8-11h-5l1-7Z'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(217, 28, 36, 0.14), rgba(20, 70, 140, 0.16));
}

.highlight-list article:nth-child(4)::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314468c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.5 11a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3Cpath d='M16.5 13a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3Cpath d='M3.8 19c.8-2.4 2.3-3.6 4.7-3.6S12.4 16.6 13.2 19'/%3E%3Cpath d='M10.8 19c.7-1.9 2-2.9 4-2.9s3.3 1 4 2.9'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(20, 70, 140, 0.16), rgba(217, 28, 36, 0.12));
}

.board-card {
  padding: 96px 24px 24px;
  min-height: 184px;
}

.board-card::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  background-color: rgba(255, 255, 255, 0.95);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.board-card:nth-child(1)::after {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314468c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 14V9.5A1.5 1.5 0 0 1 4.5 8H13l2.2 2.4H18a3 3 0 0 1 3 3V14'/%3E%3Cpath d='M7.5 16.5H16'/%3E%3Ccircle cx='7' cy='16.5' r='1.5'/%3E%3Ccircle cx='17' cy='16.5' r='1.5'/%3E%3Cpath d='M9.5 10.8v3.4'/%3E%3Cpath d='M7.8 12.5h3.4'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(217, 28, 36, 0.14), rgba(20, 70, 140, 0.16));
}

.board-card:nth-child(2)::after {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314468c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 10a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3Cpath d='M4.5 17.5a3.5 3.5 0 0 1 7 0'/%3E%3Cpath d='M15.5 9.5v5'/%3E%3Cpath d='M13 12h5'/%3E%3Cpath d='M14.5 18.5c.9-.9 1.9-1.3 3-1.3s2.1.4 3 1.3'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(20, 70, 140, 0.16), rgba(217, 28, 36, 0.12));
}

.board-card:nth-child(3)::after {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314468c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='11' rx='2'/%3E%3Cpath d='M9 19h6'/%3E%3Cpath d='M12 16v3'/%3E%3Cpath d='M7 12l2.2-2.2 2 2 3.3-3.3 2.5 2.5'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(217, 28, 36, 0.14), rgba(20, 70, 140, 0.16));
}

.board-card:nth-child(4)::after {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314468c' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4 18 6.5v4.2c0 3.6-2.3 6.4-6 8.3-3.7-1.9-6-4.7-6-8.3V6.5L12 4Z'/%3E%3Cpath d='M9.2 12.3 11 14l3.8-3.9'/%3E%3C/svg%3E"),
    linear-gradient(135deg, rgba(20, 70, 140, 0.16), rgba(217, 28, 36, 0.12));
}

.highlights {
  background:
    radial-gradient(circle at top right, rgba(214, 43, 55, 0.1), transparent 18rem),
    radial-gradient(circle at bottom left, rgba(20, 70, 140, 0.08), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border-top: 1px solid rgba(16, 33, 54, 0.04);
  border-bottom: 1px solid rgba(16, 33, 54, 0.04);
}

.faq {
  background:
    radial-gradient(circle at top left, rgba(20, 70, 140, 0.1), transparent 20rem),
    linear-gradient(180deg, #eef3ff 0%, #edf2fb 100%);
  border-top: 1px solid rgba(16, 33, 54, 0.04);
  border-bottom: 1px solid rgba(16, 33, 54, 0.04);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 32px;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  display: grid;
  grid-template-rows: auto 0fr;
  transition:
    grid-template-rows 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.faq-item.is-open {
  grid-template-rows: auto 1fr;
  border-color: rgba(20, 70, 140, 0.14);
  box-shadow: var(--shadow-lg);
}

.faq-question {
  position: relative;
  width: 100%;
  padding: 24px 64px 24px 24px;
  border: 0;
  text-align: left;
  font-size: var(--fs-body-lg);
  line-height: 1.46;
  font-weight: 800;
  color: var(--text);
  background: transparent;
  cursor: pointer;
  transition: color 0.25s ease;
}

.faq-item.is-open .faq-question {
  color: var(--secondary);
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 22px;
  color: var(--primary);
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.25s ease;
}

.faq-question[aria-expanded="true"]::after {
  transform: rotate(45deg);
}

.faq-answer {
  min-height: 0;
  overflow: hidden;
  padding: 0 24px;
  opacity: 0;
  transition:
    padding 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease;
}

.faq-answer p {
  transform: translateY(-8px);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-answer {
  padding: 0 24px 24px;
  opacity: 1;
}

.faq-item.is-open .faq-answer p {
  transform: translateY(0);
}

.contact-grid {
  grid-template-columns: 1fr;
  max-width: 760px;
  align-items: start;
}

.contact-copy p {
  color: rgba(244, 249, 255, 0.76);
}

.contact-cards article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.contact-cards article p {
  color: rgba(244, 249, 255, 0.72);
}

.contact-direct {
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-direct span {
  color: rgba(244, 249, 255, 0.7);
  font-size: var(--fs-label);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-direct strong {
  font-size: var(--fs-phone-lg);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.contact-channels {
  display: grid;
  gap: 6px;
}

.contact-channels a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: rgba(244, 249, 255, 0.95);
  font-weight: 700;
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 0.92rem;
}

.contact-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.contact-channels a:hover {
  color: #ffffff;
}

.site-footer {
  padding: 28px 0 36px;
  color: rgba(244, 249, 255, 0.8);
  background: #081423;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto auto;
  gap: 24px;
  align-items: end;
}

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

.footer-links a {
  color: #fff;
  font-weight: 700;
}

.footer-copy {
  text-align: right;
}

.footer-credit {
  margin: 0;
  text-align: right;
  font-size: var(--fs-body-sm);
  color: rgba(244, 249, 255, 0.72);
}

.footer-contact {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.footer-contact a {
  color: #94f5b5;
  font-weight: 700;
}

.footer-credit a {
  color: #fff;
}

.whatsapp-floating {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 12px;
  box-sizing: border-box;
  max-width: calc(100vw - 24px - env(safe-area-inset-right));
  border-radius: 999px;
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-deep));
  color: #fff;
  box-shadow: 0 20px 40px rgba(37, 211, 102, 0.28);
}

.whatsapp-floating::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  background: rgba(37, 211, 102, 0.22);
  z-index: -1;
  animation: whatsappPulse 2.2s infinite;
}

.whatsapp-floating-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  flex: 0 0 46px;
}

.whatsapp-floating-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.whatsapp-floating-copy {
  display: grid;
  line-height: 1.1;
}

.whatsapp-floating-copy strong {
  font-size: var(--fs-body);
}

.whatsapp-floating-copy small {
  font-size: var(--fs-caption);
  color: rgba(255, 255, 255, 0.86);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes whatsappPulse {
  0% {
    transform: scale(0.96);
    opacity: 0.9;
  }

  70% {
    transform: scale(1.08);
    opacity: 0;
  }

  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .hero-support-grid,
  .about-grid,
  .coverage-grid,
  .highlights-grid,
  .contact-grid,
  .ambulance-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

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

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

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

  .hero-visual-shell {
    min-height: 560px;
  }

  .hero-support-grid {
    padding: 22px;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(1180px, calc(100% - 28px));
  }

  .section-spacing {
    padding: 96px 0;
  }

  .header-inner {
    min-height: 108px;
    gap: 12px;
  }

  .brand-mark {
    width: 116px;
    height: 116px;
    padding: 6px;
    border-radius: 18px;
  }

  .site-header.is-scrolled .header-inner {
    min-height: 88px;
  }

  .site-header.is-scrolled .brand-mark {
    width: 92px;
    height: 92px;
    padding: 5px;
    border-radius: 15px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-actions {
    display: none;
  }

  body.menu-open {
    overflow: hidden;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 14px;
    left: 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    max-height: calc(100dvh - 126px);
    overflow-y: auto;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid rgba(20, 70, 140, 0.1);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transform-origin: top;
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }

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

  .site-nav a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(20, 70, 140, 0.08);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    padding-top: 30px;
    padding-bottom: 18px;
  }

  .service-ribbon {
    margin-top: 12px;
  }

  .hero-metrics,
  .services-grid,
  .purpose-grid,
  .highlight-board {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    flex: 1 1 calc(50% - 7px);
    min-width: 210px;
  }

  .hero-support-intro h2 {
    font-size: clamp(1.75rem, 5vw, 2.4rem);
  }

  .hero-visual-shell {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: auto;
    padding: 18px;
  }

  .hero-image-frame {
    position: relative;
    inset: auto;
    min-height: 340px;
  }

  .ambulance-image-card {
    min-height: 360px;
  }

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

  .coverage-panels article,
  .highlight-list article {
    min-height: auto;
    padding: 24px 18px 18px 82px;
  }

  .coverage-panels article::before,
  .highlight-list article::before {
    top: 18px;
    left: 18px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background-size: 24px 24px;
  }

  .board-card {
    min-height: auto;
    padding: 84px 20px 20px;
  }

  .board-card::after {
    top: 20px;
    left: 20px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background-size: 24px 24px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-copy,
  .footer-credit,
  .footer-contact {
    text-align: left;
    justify-items: start;
  }
}

@media (max-width: 600px) {
  .section-spacing {
    padding: 72px 0;
  }

  .container {
    width: min(1180px, calc(100% - 22px));
  }

  .header-inner {
    min-height: 96px;
  }

  .brand-mark {
    width: 102px;
    height: 102px;
    border-radius: 16px;
    padding: 5px;
  }

  .site-header.is-scrolled .header-inner {
    min-height: 82px;
  }

  .site-header.is-scrolled .brand-mark {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    padding: 4px;
  }

  .brand-copy small {
    display: none;
  }

  .site-nav {
    left: 10px;
    right: 10px;
    top: calc(100% + 6px);
    max-height: calc(100dvh - 102px);
    padding: 14px;
    border-radius: 18px;
  }

  .hero h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-trust span {
    width: 100%;
  }

  .button,
  .hero-actions .button {
    width: 100%;
  }

  .hero-image-frame {
    min-height: 250px;
  }

  .hero-support {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-contact-card {
    padding: 22px;
  }

  .hero-support-grid {
    padding: 18px;
    gap: 18px;
  }

  .metric-card {
    min-height: 124px;
    padding: 22px 20px;
  }

  .metric-card strong {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .metric-card > span {
    font-size: var(--fs-body);
  }

  .service-ribbon-inner {
    justify-content: flex-start;
  }

  .service-ribbon-inner span {
    width: 100%;
  }

  .about-points article,
  .coverage-panels article,
  .highlight-list article,
  .contact-cards article,
  .service-card,
  .purpose-card,
  .operation-card,
  .faq-question,
  .faq-answer,
  .board-card {
    border-radius: 16px;
  }

  .coverage-panels article,
  .highlight-list article {
    padding: 18px;
    gap: 0;
  }

  .coverage-panels article::before,
  .highlight-list article::before {
    position: static;
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 0 12px;
    border-radius: 12px;
    background-size: 20px 20px;
  }

  .board-card {
    padding: 72px 18px 18px;
  }

  .board-card::after {
    top: 16px;
    left: 16px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background-size: 20px 20px;
  }

  .faq-question {
    font-size: var(--fs-body);
    padding: 20px 52px 20px 18px;
  }

  .faq-question::after {
    top: 18px;
    right: 18px;
    font-size: 1.55rem;
  }

  .faq-item.is-open .faq-answer {
    padding: 0 18px 18px;
  }

  .footer-links {
    gap: 12px;
  }

  .whatsapp-floating {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    padding: 0;
    gap: 0;
    border-radius: 50%;
    justify-content: center;
    overflow: hidden;
  }

  .whatsapp-floating-copy {
    display: none;
  }

  .whatsapp-floating::before {
    display: none;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(1180px, calc(100% - 18px));
  }

  .section-spacing {
    padding: 62px 0;
  }

  .header-inner {
    min-height: 88px;
  }

  .brand-mark {
    width: 88px;
    height: 88px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .hero h1 {
    font-size: clamp(1.8rem, 11vw, 2.3rem);
  }

  .section-tag {
    padding: 7px 11px;
    gap: 8px;
    font-size: 0.74rem;
  }

  .section-tag::before {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 5px rgba(217, 28, 36, 0.07);
  }

  .button {
    padding: 12px 16px;
  }

  .whatsapp-floating {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    height: 52px;
  }
}
