:root {
  --navy: #073f7d;
  --navy-deep: #063467;
  --blue: #0b67bb;
  --green: #15a95c;
  --green-dark: #0f8c4b;
  --ink: #0c2c50;
  --text: #29445f;
  --muted: #667f96;
  --line: #d6e1eb;
  --soft: #f1f7fb;
  --soft-2: #edf5fa;
  --white: #ffffff;
  --shadow: 0 10px 28px rgba(5, 49, 91, .09);
  --radius: 12px;
  --container: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.45;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
svg { width: 1em; height: 1em; fill: currentColor; flex: 0 0 auto; }
.container { width: min(calc(100% - 44px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: #fff; color: var(--navy); padding: 10px 14px; border-radius: 6px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.topbar { background: linear-gradient(90deg, #0c4c8f 0%, #073f7d 100%); color: #fff; min-height: 40px; display: flex; align-items: center; }
.topbar-inner { min-height: 40px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 14px; font-weight: 600; }
.topbar-group { display: flex; align-items: center; gap: 14px; min-width: 0; }
.topbar-item { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.topbar-item svg { font-size: 17px; }
.topbar-divider { width: 1px; height: 19px; background: rgba(255,255,255,.5); }
.topbar-note { font-family: "Segoe Script", "Bradley Hand", cursive; font-weight: 600; white-space: nowrap; }
.topbar-note span { margin: 0 5px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(8,66,121,.08); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(5,49,91,.09); }
.header-inner { min-height: 96px; display: flex; align-items: center; gap: 32px; }
.brand { width: 350px; max-width: 34%; flex: 0 0 auto; }
.brand img { width: 100%; height: 76px; object-fit: contain; object-position: left center; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 7px; margin-left: auto; font-size: 13px; font-weight: 700; color: #173553; }
.primary-nav > a:not(.header-cta) { padding: 10px 12px; border-radius: 999px; transition: .18s ease; white-space: nowrap; }
.primary-nav > a:not(.header-cta):hover,
.primary-nav > a.active { color: #fff; background: linear-gradient(135deg, #0d6bc1, #0a4f95); }
.header-cta { margin-left: 7px; display: inline-flex; align-items: center; gap: 8px; color: #fff; background: linear-gradient(135deg, var(--green), #0f9250); padding: 11px 17px; border-radius: 999px; white-space: nowrap; box-shadow: 0 6px 16px rgba(19,164,88,.2); }
.header-cta:hover { background: var(--green-dark); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; margin-left: auto; cursor: pointer; }
.nav-toggle span { display: block; width: 27px; height: 3px; background: var(--navy); margin: 5px 0; border-radius: 5px; transition: .2s ease; }

.hero { background: linear-gradient(90deg, #f9fcfe 0%, #fff 48%, #eef7f0 100%); border-bottom: 1px solid #e9f0f5; }
.hero > .container { width: min(calc(100% - 44px), 1280px); }
.hero-grid { min-height: 390px; display: grid; grid-template-columns: 43% 57%; align-items: stretch; }
.hero-copy { padding: 40px 30px 34px 0; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.script-line { margin: 0 0 2px; color: #0b4f91; font-size: clamp(24px, 3vw, 34px); line-height: 1.1; font-family: "Segoe Script", "Bradley Hand", cursive; font-weight: 700; }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(40px, 5vw, 58px); line-height: .98; letter-spacing: -2.3px; font-weight: 850; }
.hero-subtitle { margin: 13px 0 21px; color: #102d48; font-size: clamp(18px, 2vw, 22px); line-height: 1.3; font-weight: 650; }
.hero-benefits { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 22px; max-width: 475px; }
.benefit { position: relative; text-align: center; padding: 0 13px; color: #163654; font-size: 13px; font-weight: 750; line-height: 1.2; }
.benefit:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 7px; width: 1px; height: 58px; background: #aebfca; }
.benefit-icon { width: 38px; height: 38px; margin: 0 auto 5px; display: grid; place-items: center; color: var(--green); font-size: 34px; }
.primary-btn { align-self: flex-start; display: inline-flex; align-items: center; gap: 14px; background: linear-gradient(135deg, #0758a4, #063e79); color: #fff; border-radius: 999px; padding: 13px 24px; font-weight: 800; font-size: 15px; box-shadow: 0 8px 18px rgba(6,72,136,.18); }
.primary-btn span { font-size: 24px; line-height: 0; }
.primary-btn:hover { transform: translateY(-1px); }
.hero-visual { min-width: 0; overflow: hidden; position: relative; }
.hero-visual::before { content: ""; position: absolute; left: -40px; top: 0; bottom: 0; width: 90px; z-index: 1; background: linear-gradient(90deg, #fff, rgba(255,255,255,0)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: center; }

.services-section { padding: 18px 0 28px; background: #fff; }
.section-heading { display: flex; justify-content: center; align-items: center; gap: 20px; text-align: center; margin-bottom: 16px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: 35px; line-height: 1.05; font-weight: 850; letter-spacing: -.9px; }
.section-heading p { margin: 4px 0 0; font-size: 15px; color: #183b5e; }
.heading-line { width: 80px; height: 2px; background: #7ea8c9; }
.services-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 15px; }
.service-card { border: 1px solid #d7e0e7; border-radius: 9px; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%); box-shadow: 0 3px 10px rgba(9,55,96,.05); transition: transform .18s ease, box-shadow .18s ease; min-width: 0; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 9px 22px rgba(9,55,96,.1); }
.service-card img { width: 100%; height: auto; aspect-ratio: 1.8 / 1; object-fit: cover; }
.service-body { min-height: 61px; padding: 9px 8px 10px; text-align: center; }
.service-body h3 { margin: 0 0 3px; color: #0b3d72; font-size: 13px; line-height: 1.18; font-weight: 850; }
.service-body p { margin: 0; color: #2e4d69; font-size: 11px; line-height: 1.25; }

.info-band { padding: 22px 0 18px; background: var(--soft-2); border-top: 1px solid #dce8ef; }
.info-grid { display: grid; grid-template-columns: .95fr 1.12fr 1.08fr; gap: 0; align-items: stretch; }
.why-card, .about-card { padding: 4px 28px 4px 0; }
.about-card { padding-left: 30px; border-left: 1px solid #cfdde7; border-right: 1px solid #cfdde7; }
.why-card h2, .about-card h2, .contact-card h2 { margin: 0 0 9px; color: #0b3f78; font-size: 19px; font-weight: 850; }
.why-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.why-card li { position: relative; padding-left: 24px; color: #264865; font-size: 13px; }
.why-card li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 16px; height: 16px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 10px; font-weight: 900; }
.about-card p { margin: 0; color: #2d4c68; font-size: 13px; line-height: 1.35; }
.about-script { margin-top: 11px !important; color: #0b4b89 !important; text-align: center; font-family: "Segoe Script", "Bradley Hand", cursive; font-weight: 700; font-size: 17px !important; line-height: 1.12 !important; }
.contact-card { margin-left: 30px; padding: 16px 24px; border-radius: 10px; background: linear-gradient(135deg, #0b4e92, #073a70); color: #fff; box-shadow: 0 7px 18px rgba(7,58,112,.14); }
.contact-card h2 { color: #fff; }
.contact-row { display: flex; align-items: flex-start; gap: 12px; margin: 10px 0; color: #fff; font-size: 13px; line-height: 1.3; }
.contact-row strong { font-size: 16px; }
.contact-icon { font-size: 21px; margin-top: 1px; }
.call-btn { width: 100%; max-width: 175px; margin-top: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 9px 16px; border-radius: 999px; background: linear-gradient(135deg, #21bd66, #0fa655); color: #fff; font-size: 14px; font-weight: 800; }
.call-btn:hover { background: var(--green-dark); }
.placeholder-anchor { height: 0; overflow: hidden; }

.site-footer { color: #fff; background: linear-gradient(135deg, #073f7d 0%, #052f61 100%); }
.footer-grid { display: grid; grid-template-columns: 1.18fr .72fr 1.35fr 1fr; gap: 44px; padding: 48px 0 38px; align-items: start; }
.footer-grid h3 { margin: 0 0 18px; color: #fff; font-size: 17px; line-height: 1.25; font-weight: 800; position: relative; padding-bottom: 10px; }
.footer-grid h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 42px; height: 2px; border-radius: 99px; background: #2bc46d; }
.footer-about { min-width: 0; }
.footer-links-column, .footer-services-column, .footer-contact-column { min-width: 0; }
.footer-brand { display: inline-block; width: min(100%, 288px); overflow: hidden; border-radius: 5px; background: #fff; }
.footer-brand img { display: block; width: 100%; height: auto; max-height: 80px; object-fit: contain; object-position: left center; }
.footer-description { margin: 18px 0 12px; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.75; }
.footer-tagline { margin: 0; color: #8fe0ae; font-size: 13px; line-height: 1.5; font-weight: 750; }
.footer-nav { display: grid; gap: 11px; align-content: start; }
.footer-nav a { color: rgba(255,255,255,.87); font-size: 13px; line-height: 1.35; transition: color .2s ease, transform .2s ease; }
.footer-nav a::before { content: "›"; display: inline-block; margin-right: 8px; color: #53d389; font-weight: 900; }
.footer-nav a:hover { color: #fff; transform: translateX(3px); }
.footer-service-list { margin: 0; padding: 0; list-style: none; columns: 1; }
.footer-service-list li { position: relative; margin: 0 0 8px; padding-left: 15px; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.45; break-inside: avoid; }
.footer-service-list li::before { content: ""; position: absolute; left: 0; top: .58em; width: 5px; height: 5px; border-radius: 50%; background: #53d389; }
.footer-contact-list { display: grid; gap: 14px; }
.footer-contact-list p { margin: 0; display: grid; gap: 3px; }
.footer-contact-list span { color: #8fe0ae; font-size: 10px; line-height: 1.2; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.footer-contact-list a, .footer-contact-list strong { color: rgba(255,255,255,.88); font-size: 12px; line-height: 1.55; font-weight: 550; overflow-wrap: anywhere; }
.footer-contact-list a:hover { color: #fff; text-decoration: underline; }
.footer-whatsapp { width: fit-content; margin-top: 3px; padding: 9px 14px; border: 1px solid rgba(83,211,137,.7); border-radius: 999px; color: #fff !important; font-size: 11px !important; font-weight: 800 !important; text-decoration: none !important; }
.footer-whatsapp:hover { background: #21bd66; border-color: #21bd66; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); background: rgba(0,0,0,.08); }
.footer-bottom .container { min-height: 42px; display: flex; align-items: center; justify-content: center; text-align: center; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.5; }

@media (max-width: 1100px) {
  .container { width: min(calc(100% - 34px), 1040px); }
  .brand { width: 300px; max-width: 31%; }
  .primary-nav { gap: 2px; font-size: 12px; }
  .primary-nav > a:not(.header-cta) { padding: 9px 8px; }
  .header-cta { padding: 10px 13px; }
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-body h3 { font-size: 14px; }
  .service-body p { font-size: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 44px; }
}

@media (max-width: 900px) {
  .topbar-inner { font-size: 12px; }
  .topbar-note { display: none; }
  .header-inner { min-height: 82px; }
  .brand { max-width: none; width: 285px; }
  .brand img { height: 65px; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 18px 22px 25px;
    background: #fff;
    box-shadow: 0 16px 30px rgba(5,49,91,.14);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: .22s ease;
  }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-nav > a:not(.header-cta), .header-cta { width: 100%; justify-content: flex-start; border-radius: 8px; padding: 12px 14px; margin: 0; }
  .primary-nav > a:not(.header-cta).active { background: #eef5fb; color: var(--navy); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 36px 0 30px; }
  .hero-visual { margin-inline: -17px; }
  .hero-visual::before { display: none; }
  .hero-visual img { min-height: 310px; max-height: 470px; }
  .info-grid { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .about-card { border-right: 0; padding-right: 0; }
  .contact-card { grid-column: 1 / -1; margin: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding: 38px 0 32px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero > .container { width: min(calc(100% - 28px), 1280px); }
  .topbar { padding: 6px 0; }
  .topbar-inner { min-height: 36px; }
  .topbar-group { width: 100%; justify-content: space-between; gap: 9px; }
  .topbar-item:first-child span { max-width: 58vw; overflow: hidden; text-overflow: ellipsis; }
  .topbar-divider { display: none; }
  .primary-nav { max-height: calc(100vh - 82px); }

  /* Mobile hero with glass effect overlay */
  .hero {
    position: relative;
    overflow: hidden;
    background: #0a4e92;
  }
  .hero-grid {
    position: relative;
    min-height: 540px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
  }
  .hero-copy,
  .hero-visual {
    grid-area: 1 / 1;
  }
  .hero-visual {
    position: absolute;
    inset: 0 -14px;
    margin: 0;
  }
  .hero-visual::before { display: none; }
  .hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 52, 99, .28) 0%, rgba(8, 52, 99, .42) 32%, rgba(6, 45, 88, .74) 100%);
    pointer-events: none;
  }
  .hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    max-height: none;
    object-fit: cover;
    object-position: center;
  }
  .hero-copy {
    align-self: end;
    z-index: 2;
    margin: 22px 0 20px;
    padding: 20px 18px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .24);
    box-shadow: 0 12px 34px rgba(3, 33, 67, .28);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
  .script-line {
    color: #eef7ff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .18);
  }
  .hero h1 {
    font-size: clamp(38px, 12vw, 50px);
    color: #fff;
    text-shadow: 0 3px 14px rgba(0, 0, 0, .18);
  }
  .hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, .94);
  }
  .hero-benefits {
    max-width: none;
  }
  .benefit {
    padding-inline: 8px;
    font-size: 11px;
    color: #fff;
  }
  .benefit:not(:last-child)::after {
    height: 52px;
    background: rgba(255, 255, 255, .26);
  }
  .benefit-icon {
    width: 34px;
    height: 34px;
    font-size: 30px;
    color: #74efab;
  }
  .primary-btn {
    box-shadow: 0 10px 22px rgba(4, 38, 76, .26);
  }
  .section-heading { gap: 10px; }
  .heading-line { width: 38px; }
  .section-heading h2 { font-size: 31px; }
  .section-heading p { font-size: 13px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .info-grid { grid-template-columns: 1fr; gap: 0; }
  .why-card, .about-card { padding: 10px 0 20px; border: 0; }
  .about-card { border-top: 1px solid #cfdde7; padding-top: 20px; }
  .contact-card { margin-top: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; padding: 34px 0 28px; }
  .footer-grid h3 { margin-bottom: 14px; }
  .footer-brand { width: min(100%, 270px); }
  .footer-bottom .container { min-height: 48px; padding: 8px 0; }
}

@media (max-width: 480px) {
  .topbar-item:first-child { display: none; }
  .topbar-group { justify-content: center; }
  .brand { width: 235px; }
  .brand img { height: 70px; }
  .header-inner { min-height: 74px; }
  .primary-nav { max-height: calc(100vh - 74px); }
  .hero-grid { min-height: 500px; }
  .hero-copy {
    margin: 16px 0 16px;
    padding: 18px 14px 18px;
    border-radius: 16px;
  }
  .script-line { font-size: 25px; }
  .hero h1 { letter-spacing: -1.5px; }
  .hero-benefits { grid-template-columns: repeat(2, 1fr); gap: 16px 0; }
  .benefit:nth-child(2)::after { display: none; }
  .hero-visual img { min-height: 500px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card img { aspect-ratio: 1.8 / 1; }
  .service-body { min-height: auto; padding: 11px 10px 12px; }
  .service-body h3 { font-size: 15px; }
  .service-body p { font-size: 12px; }
  .heading-line { display: none; }
  .contact-card { padding: 18px; }
}

/* Secondary pages */
.page-hero { background: linear-gradient(100deg, #f4f9fd 0%, #ffffff 50%, #eaf5ef 100%); border-bottom: 1px solid #dfeaf2; overflow: hidden; }
.page-hero-grid { min-height: 440px; display: grid; grid-template-columns: 49% 51%; align-items: stretch; }
.page-hero-copy { padding: 58px 48px 58px 0; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.page-hero-copy h1 { margin: 8px 0 15px; color: var(--navy); font-size: clamp(42px, 5.2vw, 64px); line-height: .98; letter-spacing: -2px; font-weight: 850; max-width: 720px; }
.page-hero-copy > p { margin: 0; color: #294862; font-size: 17px; line-height: 1.7; max-width: 650px; }
.page-hero-image { position: relative; min-width: 0; overflow: hidden; }
.page-hero-image::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 105px; background: linear-gradient(90deg, #fff, rgba(255,255,255,0)); }
.page-hero-image img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; object-position: center; }
.compact-page-hero .page-hero-grid { min-height: 390px; }
.compact-page-hero .page-hero-image img { min-height: 390px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: #0c66b2; font-size: 12px; line-height: 1; text-transform: uppercase; letter-spacing: 1.45px; font-weight: 850; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--green); }
.eyebrow-light { color: #d6ebff; }
.eyebrow-light::before { background: #5fe091; }
.page-hero-actions { margin-top: 26px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.secondary-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 21px; border: 1px solid #a8bdd0; border-radius: 999px; color: #0b467e; background: #fff; font-size: 14px; font-weight: 800; transition: .18s ease; }
.secondary-btn:hover { border-color: #0b67bb; background: #f1f7fb; }

.content-section { padding: 72px 0; background: #fff; }
.section-soft { background: #f3f8fb; border-block: 1px solid #e0ebf2; }
.split-content { display: grid; grid-template-columns: .9fr 1.1fr; gap: 62px; align-items: center; }
.content-image-stack { position: relative; padding: 0 24px 34px 0; }
.content-image-main { width: 100%; height: 420px; object-fit: cover; border-radius: 18px; box-shadow: 0 18px 42px rgba(6,58,112,.16); }
.care-badge { position: absolute; right: 0; bottom: 0; min-width: 250px; padding: 18px 22px; color: #fff; background: linear-gradient(135deg, #0b5ba7, #073c73); border-radius: 12px; box-shadow: 0 12px 28px rgba(6,58,112,.2); }
.care-badge strong, .care-badge span { display: block; }
.care-badge strong { font-size: 17px; margin-bottom: 4px; }
.care-badge span { color: rgba(255,255,255,.82); font-size: 12px; }
.content-copy h2, .section-title-block h2, .values-intro h2, .contact-form-wrap h2, .contact-side-panel h2 { margin: 10px 0 16px; color: var(--navy); font-size: clamp(30px, 3.7vw, 43px); line-height: 1.08; letter-spacing: -1px; font-weight: 850; }
.content-copy > p { margin: 0 0 14px; color: #4b647a; font-size: 15px; line-height: 1.75; }
.mission-vision-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.mini-info-card { padding: 22px; border: 1px solid #dbe6ee; border-radius: 13px; background: #fff; box-shadow: 0 7px 20px rgba(7,59,111,.055); }
.mini-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #e9f7ef; color: var(--green); font-size: 20px; font-weight: 900; }
.mini-info-card h3 { margin: 13px 0 7px; color: #0b447d; font-size: 17px; }
.mini-info-card p { margin: 0; color: #61788d; font-size: 13px; line-height: 1.55; }
.section-title-block { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.section-title-block .eyebrow { margin-inline: auto; }
.section-title-block h2 { margin-bottom: 12px; }
.section-title-block > p { margin: 0; color: #587086; font-size: 15px; line-height: 1.7; }
.feature-grid { display: grid; gap: 18px; }
.four-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.three-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card { position: relative; min-height: 210px; padding: 25px 23px; border: 1px solid #dce7ef; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(8,61,112,.06); overflow: hidden; }
.feature-card-accent { border-top: 3px solid #0b67bb; }
.feature-number { display: inline-flex; color: #0d6bc1; font-size: 12px; font-weight: 900; letter-spacing: 1.2px; }
.feature-card h3 { margin: 12px 0 8px; color: #0a3f75; font-size: 18px; }
.feature-card p { margin: 0; color: #60768b; font-size: 13px; line-height: 1.62; }
.values-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: start; }
.values-intro p { margin: 0; color: #587086; font-size: 15px; line-height: 1.75; }
.values-list { display: grid; gap: 14px; }
.value-row { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 17px 18px; border-radius: 12px; background: #f7fafc; border: 1px solid #e1eaf1; }
.value-row > span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-weight: 900; }
.value-row h3 { margin: 0 0 4px; color: #0a4279; font-size: 16px; }
.value-row p { margin: 0; color: #61778a; font-size: 13px; line-height: 1.5; }
.cta-band { padding: 44px 0; color: #fff; background: linear-gradient(110deg, #073c76, #0a559d); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { margin: 9px 0 8px; font-size: clamp(25px, 3vw, 36px); line-height: 1.12; letter-spacing: -.7px; }
.cta-band p { margin: 0; max-width: 720px; color: rgba(255,255,255,.79); font-size: 14px; line-height: 1.6; }
.green-btn { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; padding: 13px 22px; border-radius: 999px; background: linear-gradient(135deg, #20bd67, #0fa253); color: #fff; font-size: 14px; font-weight: 850; box-shadow: 0 8px 20px rgba(8,40,76,.18); }
.green-btn:hover { background: #0f8c4b; }

/* Services detail page */
.service-pillars-section { padding-bottom: 56px; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-detail-card { display: grid; grid-template-columns: 205px 1fr; min-height: 310px; overflow: hidden; border: 1px solid #dbe6ee; border-radius: 15px; background: #fff; box-shadow: 0 9px 26px rgba(8,58,108,.065); }
.service-detail-image { position: relative; min-height: 100%; overflow: hidden; background: #dfeaf1; }
.service-detail-image img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; }
.service-detail-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,37,68,.72)); pointer-events: none; }
.service-detail-image span { position: absolute; z-index: 2; left: 14px; right: 14px; bottom: 14px; color: #fff; font-size: 10px; line-height: 1.35; font-weight: 850; letter-spacing: .6px; text-transform: uppercase; }
.service-detail-body { padding: 23px 22px 20px; }
.service-detail-body h3 { margin: 0 0 9px; color: #083f77; font-size: 20px; line-height: 1.18; }
.service-detail-body > p { margin: 0 0 13px; color: #5d7488; font-size: 13px; line-height: 1.6; }
.service-detail-body ul { list-style: none; margin: 0 0 15px; padding: 0; display: grid; gap: 7px; }
.service-detail-body li { position: relative; padding-left: 21px; color: #334f68; font-size: 12px; line-height: 1.45; }
.service-detail-body li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #0b62ad; font-size: 12px; font-weight: 850; }
.text-link:hover { text-decoration: underline; }
.care-note-section { padding: 0 0 68px; background: #f3f8fb; }
.care-note { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 25px; border: 1px solid #cfe0ed; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(6,58,112,.05); }
.care-note-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #0a5ba6; font-family: Georgia, serif; font-size: 22px; font-weight: 700; }
.care-note h2 { margin: 0 0 5px; color: #0a427a; font-size: 18px; }
.care-note p { margin: 0; color: #5a7185; font-size: 13px; line-height: 1.62; }

/* Contact page */
.contact-content-section { padding-top: 62px; }
.contact-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 46px; }
.contact-info-card { min-height: 190px; padding: 24px; border: 1px solid #dbe6ee; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(8,58,108,.055); }
.contact-info-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 11px; color: #fff; background: linear-gradient(135deg, #0c65b5, #084b8c); font-size: 18px; }
.contact-info-card h3 { margin: 0 0 7px; color: #083e74; font-size: 17px; }
.contact-info-card a, .contact-info-card p, .contact-info-card > span:last-child { display: block; margin: 3px 0; color: #5b7288; font-size: 13px; line-height: 1.55; overflow-wrap: anywhere; }
.contact-info-card a { color: #0b5ca4; font-weight: 750; }
.contact-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 24px; align-items: stretch; scroll-margin-top: 130px; }
.contact-form-wrap { padding: 34px; border: 1px solid #dce7ee; border-radius: 16px; background: #f8fbfd; }
.contact-form-wrap h2 { font-size: 34px; margin-bottom: 9px; }
.contact-form-wrap > p { margin: 0 0 22px; color: #61778b; font-size: 13px; line-height: 1.62; }
.contact-form { display: grid; gap: 17px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.contact-form label { display: grid; gap: 7px; color: #21425f; font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cddce7; border-radius: 9px; background: #fff; color: #173955; font: inherit; font-size: 14px; outline: none; transition: border-color .16s ease, box-shadow .16s ease; }
.contact-form input, .contact-form select { height: 45px; padding: 0 12px; }
.contact-form textarea { min-height: 120px; resize: vertical; padding: 12px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #0b67bb; box-shadow: 0 0 0 3px rgba(11,103,187,.11); }
.form-submit { width: fit-content; border: 0; border-radius: 999px; padding: 12px 22px; color: #fff; background: linear-gradient(135deg, #0b64b3, #083f78); font: inherit; font-size: 14px; font-weight: 850; cursor: pointer; }
.form-submit:hover { background: #073f7d; }
.form-alert { margin: 0 0 18px; padding: 13px 15px; border-radius: 9px; font-size: 13px; line-height: 1.5; }
.form-alert ul { margin: 5px 0 0 18px; padding: 0; }
.form-alert-error { color: #7c2424; background: #fff2f2; border: 1px solid #f0c6c6; }
.form-alert-success { color: #17623a; background: #eefaf3; border: 1px solid #bfe4cd; }
.form-alert-warning { color: #7a5711; background: #fff8e8; border: 1px solid #ecd49b; }
.contact-side-panel { padding: 34px 30px; border-radius: 16px; color: #fff; background: linear-gradient(145deg, #0b5298, #063669); box-shadow: 0 14px 30px rgba(6,54,105,.17); }
.contact-side-panel h2 { color: #fff; font-size: 31px; }
.contact-side-panel > p { margin: 0 0 22px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.62; }
.contact-action { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; margin: 12px 0; padding: 13px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 11px; background: rgba(255,255,255,.07); }
.contact-action > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #19ad5e; font-size: 17px; }
.contact-action small, .contact-action strong { display: block; }
.contact-action small { color: rgba(255,255,255,.65); font-size: 10px; text-transform: uppercase; letter-spacing: .8px; }
.contact-action strong { margin-top: 2px; font-size: 14px; }
.contact-address-box { margin-top: 22px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-address-box strong { font-size: 13px; }
.contact-address-box p { margin: 5px 0 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.55; }

@media (max-width: 1100px) {
  .page-hero-copy { padding-right: 32px; }
  .four-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-detail-card { grid-template-columns: 175px 1fr; }
  .contact-layout { grid-template-columns: 1.12fr .88fr; }
}

@media (max-width: 900px) {
  .page-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .page-hero-copy { padding: 42px 0 34px; }
  .page-hero-image { margin-inline: -17px; max-height: 430px; }
  .page-hero-image::before { display: none; }
  .page-hero-image img, .compact-page-hero .page-hero-image img { min-height: 310px; max-height: 430px; }
  .split-content, .values-layout, .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .content-image-stack { max-width: 650px; margin-inline: auto; }
  .three-grid { grid-template-columns: 1fr; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-detail-card { grid-template-columns: 220px 1fr; }
  .contact-info-grid { grid-template-columns: 1fr 1fr; }
  .contact-info-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .content-section { padding: 52px 0; }
  .page-hero-copy h1 { font-size: clamp(38px, 11vw, 52px); }
  .page-hero-copy > p { font-size: 15px; }
  .mission-vision-grid, .four-grid, .form-grid, .contact-info-grid { grid-template-columns: 1fr; }
  .contact-info-card:last-child { grid-column: auto; }
  .content-image-stack { padding-right: 0; padding-bottom: 52px; }
  .content-image-main { height: 340px; }
  .care-badge { right: 16px; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; gap: 22px; }
  .service-detail-card { grid-template-columns: 155px 1fr; }
  .service-detail-image img { min-height: 340px; }
  .contact-form-wrap, .contact-side-panel { padding: 26px 22px; }
}

@media (max-width: 520px) {
  .page-hero-actions { align-items: stretch; flex-direction: column; }
  .page-hero-actions .primary-btn, .page-hero-actions .secondary-btn { width: 100%; justify-content: center; }
  .content-image-main { height: 275px; }
  .care-badge { left: 16px; right: 16px; min-width: 0; }
  .service-detail-card { display: block; }
  .service-detail-image { min-height: 205px; }
  .service-detail-image img { min-height: 205px; height: 205px; }
  .service-detail-body { padding: 21px 18px; }
  .care-note { grid-template-columns: 1fr; }
  .contact-form-wrap h2, .contact-side-panel h2 { font-size: 29px; }
}

.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* CMS blog */
.blog-filter{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px}.blog-filter a{padding:8px 14px;border:1px solid #cfdae5;border-radius:999px;color:#315472;background:#fff;font-size:13px;font-weight:700}.blog-filter a.active,.blog-filter a:hover{background:#0b4e92;color:#fff;border-color:#0b4e92}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.blog-card{background:#fff;border:1px solid #dce7ef;border-radius:14px;overflow:hidden;box-shadow:0 7px 22px rgba(7,58,112,.06)}.blog-card-image{display:block;aspect-ratio:16/10;overflow:hidden;background:#eef4f8}.blog-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-card-image img{transform:scale(1.025)}.blog-card-body{padding:18px}.blog-card-body h2,.blog-card-body h3{margin:7px 0 10px;color:#0a427b;line-height:1.22}.blog-card-body h2{font-size:21px}.blog-card-body h3{font-size:18px}.blog-card-body p{color:#536c82;line-height:1.65;font-size:14px}.blog-meta{display:flex;flex-wrap:wrap;gap:10px;color:#668096;font-size:12px}.blog-meta span{color:#0a7a4d;font-weight:750}.blog-pagination{display:flex;justify-content:center;gap:7px;margin-top:30px}.blog-pagination a{width:38px;height:38px;display:grid;place-items:center;border:1px solid #cfdce7;border-radius:8px;background:#fff;color:#0a4b8a}.blog-pagination a.active{background:#0a4b8a;color:#fff}.empty-state{padding:65px 20px;text-align:center}.empty-state h1,.empty-state h2{color:#0b437d}.narrow-container{max-width:900px}.blog-detail-head{padding:58px 0 32px;background:linear-gradient(100deg,#f4f9fd,#fff,#eaf5ef)}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;color:#6b7f91;font-size:13px;margin-bottom:22px}.breadcrumbs a{color:#0b4e92}.blog-detail-head h1{color:#0b3f78;font-size:clamp(34px,5vw,56px);line-height:1.08;margin:12px 0 14px;letter-spacing:-1px}.blog-lead{font-size:18px;line-height:1.65;color:#50677b}.blog-featured{width:100%;max-height:520px;object-fit:cover;border-radius:15px;margin:34px 0 8px}.blog-content{padding-top:30px;padding-bottom:58px;color:#314f68;font-size:16px;line-height:1.85}.blog-content h2,.blog-content h3,.blog-content h4{color:#0a427b;line-height:1.25;margin-top:1.8em}.blog-content img{max-width:100%;height:auto;border-radius:10px}.blog-content blockquote{border-left:4px solid #24ae66;margin:24px 0;padding:8px 18px;background:#f1f8f4}.blog-content a{color:#0b5d9d;text-decoration:underline}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:900px){.blog-grid,.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.blog-grid,.related-grid{grid-template-columns:1fr}.blog-detail-head{padding-top:40px}.blog-content{font-size:15px}}

/* Surgical equipment section */
.equipment-section{padding-top:54px;padding-bottom:64px}
.equipment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:30px}
.equipment-card{background:#fff;border:1px solid rgba(10,62,122,.10);border-radius:20px;padding:24px;box-shadow:0 16px 40px rgba(15,45,75,.08);height:100%}
.equipment-icon{width:46px;height:46px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#0b4b8e;background:rgba(13,83,165,.10);margin-bottom:14px}
.equipment-card h3{margin:0 0 10px;font-size:1.05rem;color:#103b73}
.equipment-card p{margin:0;color:#506275;line-height:1.7}
.section-action-row{margin-top:26px;display:flex;justify-content:center}
@media (max-width:1080px){.equipment-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:640px){.equipment-grid{grid-template-columns:1fr;}.equipment-section{padding-top:42px;padding-bottom:48px}}


/* SEO/content enhancements */
.service-card-link{display:block;color:inherit;text-decoration:none;height:100%}
.service-card-more{display:inline-block;margin-top:10px;color:#0b4b8e;font-weight:700;font-size:.92rem}
.service-detail-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:14px}
.local-care-section{padding-top:64px;padding-bottom:64px}
.local-care-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.7fr);gap:28px;align-items:stretch}
.local-care-grid>div,.local-care-address{background:#fff;border:1px solid rgba(10,62,122,.10);border-radius:22px;padding:28px;box-shadow:0 16px 40px rgba(15,45,75,.07)}
.local-care-address{background:linear-gradient(145deg,#0c4d8c,#123b6c);color:#fff}
.local-care-address strong{display:block;font-size:1.15rem;margin-bottom:12px}.local-care-address p{line-height:1.7}.local-care-address a{color:#fff;font-weight:700}
.local-care-links{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px}
.home-faq{padding-top:70px;padding-bottom:70px}.faq-list{max-width:900px;margin:30px auto 0;display:grid;gap:14px}
.faq-item{background:#fff;border:1px solid rgba(10,62,122,.12);border-radius:16px;overflow:hidden;box-shadow:0 10px 28px rgba(15,45,75,.05)}
.faq-item summary{cursor:pointer;list-style:none;padding:18px 22px;font-weight:700;color:#123b6c;position:relative;padding-right:52px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:'+';position:absolute;right:22px;top:15px;font-size:24px;color:#0b4b8e}.faq-item[open] summary:after{content:'–'}.faq-item div{padding:0 22px 20px}.faq-item p{margin:0;line-height:1.75;color:#506275}
.service-single-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.65fr);gap:32px;align-items:start}.service-single-content,.service-single-aside{background:#fff;border:1px solid rgba(10,62,122,.10);border-radius:22px;padding:30px;box-shadow:0 16px 40px rgba(15,45,75,.07)}.service-single-content p,.service-single-content li,.service-single-aside p{line-height:1.75;color:#506275}.service-single-points{padding-left:20px}.service-single-aside{position:sticky;top:110px}.service-single-aside .primary-btn{margin:10px 0 18px}.service-disclaimer{margin-top:24px;padding:16px 18px;background:#f5f8fc;border-left:4px solid #0b4b8e;border-radius:10px}
@media (max-width:900px){.local-care-grid,.service-single-layout{grid-template-columns:1fr}.service-single-aside{position:static}}


/* Locations, patient care, nursing and ambulance - 2026-09-19.
   Deliberately additive: original colours, typography and layouts are retained. */
.care-locations { padding: 34px 0; background: #fff; }
.care-locations-compact { padding: 24px 0 30px; }
.locations-panel { padding: 26px 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(120deg, var(--soft), #fff); }
.locations-heading, .care-category-heading { display: flex; align-items: center; gap: 14px; }
.care-section-icon { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; border-radius: 12px; color: var(--green-dark); background: #e5f5eb; }
.care-section-icon svg { width: 26px; height: 26px; }
.locations-heading .eyebrow { margin-bottom: 3px; }
.locations-heading h2 { margin: 0; color: var(--navy); font-size: clamp(22px, 2.6vw, 30px); line-height: 1.2; letter-spacing: -.6px; }
.locations-intro { margin: 14px 0 18px; color: var(--text); font-size: 14px; line-height: 1.65; }
.location-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0; padding: 0; }
.location-list li { display: flex; }
.location-chip { display: inline-flex; align-items: center; gap: 8px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--navy); font-size: 13px; font-weight: 750; transition: border-color .18s, background .18s; }
.location-chip svg { width: 16px; height: 18px; color: var(--green-dark); flex-shrink: 0; }
.location-chip:hover { border-color: var(--green); background: #f0faf4; }
.location-arrow { font-size: 15px; color: var(--muted); }
.location-chip-india { background: var(--navy); border-color: var(--navy); color: #fff; }
.location-chip-india svg, .location-chip-india .location-arrow { color: #a3eabd; }
.location-chip-india:hover { color: #fff; background: var(--navy-deep); border-color: var(--navy-deep); }
.care-section-note { margin: 15px 0 0; color: #536b7e; font-size: 12px; line-height: 1.65; }
.care-catalogue { padding: 42px 0 36px; }
.care-catalogue-heading { max-width: 760px; }
.care-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.care-category-card { min-width: 0; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 5px 18px rgba(5,49,91,.04); display: flex; flex-direction: column; }
.care-category-heading { align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.care-category-heading h3 { margin: 0 0 5px; color: var(--navy); font-size: 22px; line-height: 1.25; letter-spacing: -.4px; }
.care-category-heading p { margin: 0; color: var(--text); font-size: 13px; line-height: 1.6; }
.care-checklist { padding: 8px 0; margin: 0 0 16px; list-style: none; }
.care-checklist li + li { border-top: 1px solid #eff3f6; }
.care-checklist a { display: flex; align-items: center; gap: 11px; min-height: 42px; padding: 9px 4px; border-radius: 5px; color: var(--text); font-size: 14px; font-weight: 600; line-height: 1.5; }
.care-checklist a:hover { background: var(--soft); color: var(--navy); }
.care-check { display: grid; place-items: center; width: 19px; height: 19px; flex: 0 0 19px; border-radius: 50%; background: #e6f5eb; color: var(--green-dark); font-size: 12px; font-weight: 850; }
.care-item-arrow { margin-left: auto; padding-left: 6px; color: #768ea2; }
.care-category-action { margin-top: auto; align-self: flex-start; font-size: 13px; }
.care-clinical-note { max-width: 950px; margin: 20px auto 0; text-align: center; }
#service-locations, #home-care-services, #patient-care, #nursing-services, #ambulance-service { scroll-margin-top: 116px; }
.ambulance-section { padding: 30px 0; background: #fff; }
.ambulance-panel { display: grid; grid-template-columns: 76px minmax(0,1fr) auto; align-items: center; gap: 20px 24px; padding: 32px; border-radius: var(--radius); background: linear-gradient(130deg, var(--navy), var(--navy-deep)); color: #fff; }
.ambulance-symbol { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 18px; color: #a3eabd; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); }
.ambulance-symbol svg { width: 46px; height: 46px; }
.ambulance-copy h2 { margin: 4px 0 10px; font-size: clamp(23px,2.6vw,30px); line-height: 1.22; letter-spacing: -.5px; color: #fff; }
.ambulance-copy p { margin: 0; color: #e1edf6; font-size: 14px; line-height: 1.7; }
.ambulance-steps { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 0; margin: 15px 0 0; font-size: 11px; color: #e1edf6; }
.ambulance-steps span { color: #a3eabd; }
.ambulance-actions { display: flex; flex-direction: column; align-items: center; gap: 13px; }
.ambulance-actions .green-btn { justify-content: center; text-align: center; font-size: 13px; padding: 12px 18px; }
.ambulance-call { color: #fff; font-size: 14px; font-weight: 750; }
.ambulance-call:hover { text-decoration: underline; }
.ambulance-note { grid-column: 1/-1; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.17); margin: 0; color: #d3e4ef; font-size: 11px; line-height: 1.7; }
.footer-coverage { border-top: 1px solid rgba(255,255,255,.16); padding: 22px 0; }
.footer-coverage-inner { display: flex; align-items: flex-start; gap: 18px 26px; }
.footer-coverage strong { padding-top: 5px; white-space: nowrap; font-size: 13px; color: #a3eabd; }
.footer-location-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-location-links a { color: #e1edf6; font-size: 12px; line-height: 1.7; padding: 3px 0; }
.footer-location-links a:hover { color: #fff; text-decoration: underline; }
.care-form-hint { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.location-chip:focus-visible, .care-checklist a:focus-visible, .ambulance-actions a:focus-visible, .footer-location-links a:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
@media (max-width: 1000px) {
  .ambulance-panel { grid-template-columns: 64px minmax(0,1fr); }
  .ambulance-symbol { width: 64px; height: 64px; }
  .ambulance-actions { grid-column: 2; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; }
}
@media (max-width: 700px) {
  .care-locations, .care-locations-compact { padding: 22px 0; }
  .locations-panel { padding: 22px 18px; }
  .location-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
  .location-chip { width: 100%; font-size: 12px; padding: 11px 10px; }
  .location-arrow { margin-left: auto; }
  .care-catalogue { padding: 32px 0 28px; }
  .care-category-grid { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .care-category-card { padding: 22px 18px; }
  .care-category-heading h3 { font-size: 20px; }
  .care-checklist a { min-height: 44px; }
  .care-clinical-note { text-align: left; }
  .ambulance-section { padding: 22px 0; }
  .ambulance-panel { padding: 24px 20px; gap: 18px; grid-template-columns: 1fr; }
  .ambulance-symbol { width: 60px; height: 60px; }
  .ambulance-symbol svg { width: 36px; height: 36px; }
  .ambulance-actions { grid-column: 1; align-items: flex-start; }
  .footer-coverage-inner { flex-direction: column; gap: 12px; }
  .footer-location-links { gap: 10px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .location-chip { transition: none; }
}
/* Keep line icons readable alongside the theme's global filled-SVG rule. */
.care-section-icon svg, .location-chip svg, .ambulance-symbol svg { fill: none; }
/* Small-screen fixes for the existing full-bleed hero and header spacing. */
@media (max-width: 700px) { .hero-visual { margin-inline: -14px; } }
@media (max-width: 480px) { .header-inner { gap: 14px; } .brand { max-width: calc(100% - 57px); } }

/* Homepage Our Services: balanced card sizes, scoped to this section only. */
#services.services-section {
  padding: 28px 0 36px;
  scroll-margin-top: 116px;
}
#services .section-heading { margin-bottom: 24px; }
#services .services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 20px;
}
#services .service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  border-radius: var(--radius);
}
#services .service-card-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: auto;
  min-width: 0;
}
#services .service-card img {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}
#services .service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  min-height: 128px;
  padding: 16px;
  text-align: center;
}
#services .service-body h3 {
  min-height: 2.5em;
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
#services .service-body p {
  min-height: 1.5em;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
#services .service-card-more {
  display: block;
  margin-top: auto;
  padding-top: 12px;
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
#services .service-card-link:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: -3px;
  border-radius: inherit;
}
@media (max-width: 1024px) {
  #services .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (max-width: 767px) {
  #services.services-section { padding: 24px 0 30px; }
  #services .section-heading { margin-bottom: 20px; }
  #services .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  #services .service-body { padding: 14px 12px; }
  #services .service-body h3 { font-size: 15px; }
}
@media (max-width: 480px) {
  #services .services-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 380px;
    margin-inline: auto;
    gap: 16px;
  }
  #services .service-card img {
    height: clamp(155px, 50vw, 190px);
    aspect-ratio: auto;
  }
  #services .service-body { min-height: 112px; padding: 14px 16px; }
  #services .service-body h3 { min-height: 0; font-size: 16px; }
  #services .service-body p { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  #services .service-card { transition: none; }
  #services .service-card:hover { transform: none; }
}


/* Floating WhatsApp + Call quick actions */
.floating-contact {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 70;
  display: grid;
  gap: 10px;
  justify-items: end;
}
.floating-contact-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .01em;
  box-shadow: 0 10px 26px rgba(4, 35, 68, .24);
  border: 1px solid rgba(255, 255, 255, .2);
  transition: transform .18s ease, box-shadow .18s ease;
}
.floating-contact-btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.floating-contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 30px rgba(4, 35, 68, .3);
}
.floating-whatsapp { background: linear-gradient(135deg, #25d366, #149e49); }
.floating-call { background: linear-gradient(135deg, #0b67bb, #073f7d); }
.floating-contact-btn:focus-visible { outline: 3px solid rgba(255,255,255,.95); outline-offset: 3px; }

@media (max-width: 700px) {
  .floating-contact {
    right: 12px;
    bottom: 14px;
    gap: 9px;
  }
  .floating-contact-btn {
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
  .floating-contact-btn span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  .floating-contact-btn svg { width: 24px; height: 24px; }
}

@media (max-width: 380px) {
  .floating-contact { right: 10px; bottom: 10px; }
  .floating-contact-btn { width: 48px; height: 48px; min-height: 48px; }
}
