
:root {
  --teal: #3d9997;
  --teal-deep: #277b7a;
  --teal-ink: #164948;
  --plum: #8c2b85;
  --plum-deep: #671c65;
  --ink: #173736;
  --muted: #5d7474;
  --paper: #ffffff;
  --soft: #f4fbfa;
  --line: #d9ecea;
  --warning: #895f14;
  --shadow: 0 14px 42px rgba(17, 66, 65, .12);
  --radius-lg: 26px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --container: min(1180px, calc(100% - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; }
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(140, 43, 133, .28); outline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: -60px; left: 18px; padding: 10px 14px; background: var(--ink); color: #fff; border-radius: 0 0 8px 8px; transition: top .2s ease; }
.skip-link:focus { top: 0; }

.utility-bar { background: linear-gradient(100deg, var(--teal-deep), var(--teal)); color: #fff; font-size: .86rem; }
.utility-inner { min-height: 37px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-inner p { margin: 0; }
.utility-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.utility-actions a { text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 500; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(24, 79, 78, .11); backdrop-filter: blur(14px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-link { display: inline-flex; align-items: center; border-radius: 6px; flex: 0 0 auto; }
.brand-logo { width: 240px; height: auto; object-fit: contain; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: 3px; }
.primary-nav > a { padding: 11px 9px; font-size: .87rem; font-weight: 700; color: #355857; border-radius: 8px; white-space: nowrap; }
.primary-nav > a:hover, .primary-nav > a.is-active { color: var(--plum); background: #fbf1fa; }
.nav-book-button { border: 0; margin-left: 8px; padding: 11px 16px; color: #fff; background: var(--plum); border-radius: 9px; font-weight: 800; font-size: .86rem; box-shadow: 0 6px 14px rgba(140,43,133,.22); }
.nav-book-button:hover { background: var(--plum-deep); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 9px; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--teal-ink); border-radius: 5px; }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #f3fbfb 0%, #ffffff 48%, #fff9ff 100%); }
.hero::before { content: ""; position: absolute; right: -170px; top: -260px; width: 620px; height: 620px; border-radius: 50%; border: 78px solid rgba(61,153,151,.11); }
.hero::after { content: ""; position: absolute; left: 44%; bottom: -260px; width: 510px; height: 510px; border-radius: 50%; border: 80px solid rgba(140,43,133,.06); }
.hero-grid { position: relative; z-index: 1; min-height: 622px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; padding: 80px 0 70px; }
.eyebrow { display: inline-flex; gap: 7px; align-items: center; margin: 0 0 14px; color: var(--plum); font-size: .77rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
h1, h2, h3, h4 { color: var(--ink); margin: 0; line-height: 1.13; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 5vw, 4.55rem); max-width: 720px; }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
h3 { font-size: 1.22rem; }
.hero h1 .accent { color: var(--plum); }
.hero-copy > p:not(.eyebrow) { margin: 22px 0 0; max-width: 650px; font-size: 1.08rem; color: #496766; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; min-height: 46px; justify-content: center; align-items: center; gap: 8px; padding: 11px 18px; border: 1px solid transparent; border-radius: 10px; font-size: .94rem; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(120deg, var(--plum), var(--plum-deep)); box-shadow: 0 10px 22px rgba(115,30,108,.24); }
.button-primary:hover { box-shadow: 0 14px 30px rgba(115,30,108,.32); }
.button-secondary { color: var(--teal-ink); background: #fff; border-color: #aed2cf; }
.button-secondary:hover { background: #f0fbfa; }
.button-teal { color: #fff; background: linear-gradient(120deg, var(--teal), var(--teal-deep)); box-shadow: 0 10px 22px rgba(39,123,122,.22); }
.button-wide { width: 100%; }
.hero-points { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.86); border: 1px solid #d9ecea; padding: 8px 11px; border-radius: 999px; font-size: .84rem; font-weight: 800; color: #315e5d; }
.hero-points span::before { content: "✓"; display: inline-grid; place-items: center; width: 16px; height: 16px; background: var(--teal); color: #fff; border-radius: 50%; font-size: .67rem; }

.hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.hero-card { position: relative; width: min(100%, 470px); padding: 30px; border: 1px solid rgba(211,234,232,.98); border-radius: 26px; background: rgba(255,255,255,.9); box-shadow: var(--shadow); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; width: 210px; height: 210px; right: -93px; top: -97px; background: rgba(61,153,151,.1); border: 38px solid rgba(61,153,151,.17); border-radius: 50%; }
.pulse-line { position: relative; display: flex; align-items: center; height: 100px; margin: 3px 0 22px; }
.pulse-line::before { content: ""; position: absolute; inset: 50% 0 auto; height: 3px; background: linear-gradient(90deg, var(--teal), var(--plum)); }
.pulse-line svg { position: relative; width: 100%; height: 82px; }
.hero-card .mini-title { margin: 0; color: var(--teal-deep); font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 900; }
.hero-card h2 { margin-top: 7px; font-size: 2.1rem; color: var(--plum); }
.hero-card p { position: relative; margin: 9px 0 0; color: var(--muted); }
.mini-details { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.mini-details div { padding: 13px; border-radius: 12px; background: var(--soft); border: 1px solid #dceeed; }
.mini-details strong, .mini-details span { display: block; }
.mini-details strong { color: var(--teal-ink); font-size: .86rem; }
.mini-details span { margin-top: 2px; font-size: .78rem; color: var(--muted); }
.floating-badge { position: absolute; padding: 13px 15px; border-radius: 14px; background: #fff; box-shadow: var(--shadow); border: 1px solid #e4f0ef; font-size: .85rem; font-weight: 800; }
.floating-badge strong { color: var(--plum); display: block; }
.badge-one { left: -142px; bottom: 32px; }
.badge-two { display: none; }

.quick-strip { position: relative; z-index: 10; margin-top: -1px; background: var(--teal-ink); color: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid a, .quick-grid div { min-height: 88px; display: flex; align-items: center; gap: 14px; padding: 18px 24px; border-right: 1px solid rgba(255,255,255,.18); }
.quick-grid a:last-child, .quick-grid div:last-child { border-right: 0; }
.quick-grid a:hover { background: rgba(255,255,255,.08); }
.quick-icon { display: grid; place-items: center; width: 40px; height: 40px; background: rgba(255,255,255,.12); border-radius: 12px; font-size: 1.28rem; }
.quick-grid strong, .quick-grid span { display: block; }
.quick-grid strong { font-size: .84rem; letter-spacing: .02em; }
.quick-grid span { font-size: .79rem; opacity: .86; margin-top: 2px; }

.section { padding: 86px 0; }
.section-soft { background: var(--soft); }
.section-plum { color: #fff; background: linear-gradient(120deg, var(--plum-deep), var(--plum)); }
.section-heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 36px; }
.section-heading > div > p:last-child { max-width: 650px; margin: 14px 0 0; color: var(--muted); }
.section-heading .eyebrow { margin-bottom: 10px; }
.section-heading .button { flex: 0 0 auto; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 205px; padding: 23px; border: 1px solid #e1efed; border-radius: var(--radius-md); background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #b9dedb; box-shadow: var(--shadow); }
.service-card:nth-child(4n+2) .service-icon { color: var(--plum); background: #fbf1fa; }
.service-card:nth-child(4n+3) .service-icon { color: var(--teal-deep); background: #e9f7f6; }
.service-card:nth-child(4n+4) .service-icon { color: var(--plum); background: #f8ecf7; }
.service-icon { display: grid; place-items: center; width: 48px; height: 48px; background: #e9f7f6; color: var(--teal-deep); border-radius: 14px; font-size: 1.35rem; font-weight: 900; }
.service-card h3 { margin-top: 18px; }
.service-card p { margin: 8px 0 0; color: var(--muted); font-size: .92rem; }
.service-card a { display: inline-flex; margin-top: 15px; color: var(--plum); font-size: .88rem; font-weight: 900; }
.service-card a:hover { text-decoration: underline; text-underline-offset: 3px; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.feature-panel { position: relative; overflow: hidden; padding: 44px; border-radius: var(--radius-lg); }
.feature-panel.teal { color: #fff; background: linear-gradient(135deg, var(--teal), var(--teal-deep)); }
.feature-panel.plum { color: #fff; background: linear-gradient(135deg, var(--plum), var(--plum-deep)); }
.feature-panel::after { content: ""; position: absolute; width: 270px; height: 270px; border: 46px solid rgba(255,255,255,.09); border-radius: 50%; right: -105px; bottom: -125px; }
.feature-panel > * { position: relative; z-index: 1; }
.feature-panel h2 { color: #fff; font-size: clamp(1.7rem, 3.2vw, 2.6rem); max-width: 470px; }
.feature-panel p { max-width: 540px; margin: 15px 0 0; color: rgba(255,255,255,.87); }
.feature-panel .button { margin-top: 24px; color: var(--teal-ink); background: #fff; }
.feature-panel.plum .button { color: var(--plum-deep); }

.steps { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step-card { position: relative; padding: 22px; border-radius: var(--radius-md); background: #fff; border: 1px solid #e0efed; }
.step-card::before { counter-increment: steps; content: "0" counter(steps); display: inline-grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--plum); border-radius: 50%; font-size: .82rem; font-weight: 900; }
.step-card:nth-child(even)::before { background: var(--teal); }
.step-card h3 { margin-top: 16px; }
.step-card p { color: var(--muted); margin: 8px 0 0; font-size: .92rem; }

.branch-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 34px; align-items: center; }
.branch-card { padding: 29px; border-radius: var(--radius-lg); border: 1px solid #d9ecea; background: #fff; box-shadow: 0 8px 24px rgba(21,72,72,.06); }
.branch-card + .branch-card { margin-top: 15px; }
.branch-card .branch-type { display: inline-block; padding: 5px 9px; color: var(--plum); background: #fcf0fb; border-radius: 999px; font-size: .73rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.branch-card h3 { margin-top: 10px; font-size: 1.35rem; }
.branch-card address { margin: 10px 0 0; color: var(--muted); font-style: normal; }
.branch-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.branch-actions a { padding: 9px 12px; color: var(--teal-ink); background: var(--soft); border-radius: 8px; font-size: .84rem; font-weight: 850; }
.branch-actions a:hover { background: #e4f6f4; }
.map-frame { min-height: 435px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); border: 1px solid #d8e9e8; }
.map-frame iframe { width: 100%; height: 435px; border: 0; }

.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
.faq-item { border: 1px solid #dceeed; border-radius: 12px; background: #fff; overflow: hidden; }
.faq-item summary { position: relative; padding: 18px 48px 18px 18px; list-style: none; font-weight: 850; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 19px; top: 12px; color: var(--plum); font-size: 1.45rem; line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 0; padding: 0 18px 18px; color: var(--muted); font-size: .93rem; }

.cta-band { position: relative; overflow: hidden; color: #fff; background: linear-gradient(105deg, var(--teal-deep), var(--teal)); }
.cta-band::after { content: ""; position: absolute; width: 460px; height: 460px; right: -210px; top: -280px; border-radius: 50%; border: 75px solid rgba(255,255,255,.09); }
.cta-band-grid { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 32px; padding: 60px 0; }
.cta-band h2 { color: #fff; max-width: 700px; }
.cta-band p { margin: 12px 0 0; color: rgba(255,255,255,.86); max-width: 650px; }
.cta-band .button { color: var(--teal-ink); background: #fff; white-space: nowrap; }

.page-hero { position: relative; overflow: hidden; padding: 74px 0 76px; background: linear-gradient(115deg, #f5fcfb, #fff 64%, #fcf3fb); }
.page-hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -170px; top: -230px; border-radius: 50%; border: 72px solid rgba(140,43,133,.07); }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; color: var(--muted); font-size: .87rem; }
.breadcrumb a:hover { color: var(--plum); text-decoration: underline; text-underline-offset: 3px; }
.page-hero h1 { max-width: 820px; font-size: clamp(2.4rem, 5vw, 4.1rem); }
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 1.06rem; }

.prose-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 54px; align-items: center; }
.prose-grid.reverse { grid-template-columns: 1.04fr .96fr; }
.prose-grid > div > p { color: var(--muted); }
.prose-grid > div > p + p { margin-top: 12px; }
.visual-block { position: relative; min-height: 385px; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(145deg, #e6f7f6, #fbf1fa); }
.visual-block::before { content: ""; position: absolute; width: 290px; height: 290px; left: 52px; top: 48px; border: 48px solid var(--teal); border-radius: 50%; opacity: .92; }
.visual-block::after { content: ""; position: absolute; width: 260px; height: 260px; right: 34px; bottom: 26px; border: 45px solid var(--plum); border-radius: 50%; opacity: .89; }
.visual-card { position: absolute; z-index: 2; left: 50%; top: 50%; width: min(78%, 300px); transform: translate(-50%, -50%); padding: 26px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.visual-card span { display: inline-grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: #f2fbfa; color: var(--teal-deep); font-size: 1.8rem; font-weight: 900; }
.visual-card strong { display: block; margin-top: 12px; font-size: 1.16rem; }
.visual-card p { margin: 8px 0 0; color: var(--muted); font-size: .89rem; }
.check-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: #355958; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 20px; height: 20px; color: #fff; background: var(--teal); border-radius: 50%; font-size: .72rem; font-weight: 900; }

.service-filter { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 26px; }
.filter-btn { padding: 8px 12px; color: var(--teal-ink); background: #fff; border: 1px solid #cfe7e5; border-radius: 999px; font-size: .86rem; font-weight: 800; }
.filter-btn:hover, .filter-btn.is-active { color: #fff; border-color: var(--plum); background: var(--plum); }
.service-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.test-category { padding: 23px; border: 1px solid #dfeeed; border-radius: var(--radius-md); background: #fff; }
.test-category .service-icon { margin-bottom: 15px; }
.test-category h2 { font-size: 1.26rem; }
.test-category p { margin: 8px 0 0; color: var(--muted); font-size: .92rem; }
.test-category ul { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.test-category li { position: relative; padding-left: 20px; font-size: .89rem; color: #375c5b; }
.test-category li::before { content: "•"; position: absolute; left: 3px; color: var(--plum); font-weight: 900; }
.test-category .inline-book { margin-top: 18px; border: 0; padding: 0; color: var(--plum); background: transparent; font-size: .88rem; font-weight: 900; }
.test-category .inline-book:hover { text-decoration: underline; text-underline-offset: 3px; }
.service-list-grid .is-hidden { display: none; }

.notice { margin-top: 28px; padding: 18px 20px; border-left: 4px solid var(--plum); border-radius: 0 10px 10px 0; color: #694667; background: #fcf4fb; }
.notice strong { color: var(--plum-deep); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package-card { position: relative; padding: 29px; border: 1px solid #dcefed; border-radius: var(--radius-lg); background: #fff; overflow: hidden; }
.package-card.featured { border: 2px solid var(--plum); box-shadow: var(--shadow); }
.package-card.featured::before { content: "Health check-up"; position: absolute; right: -31px; top: 17px; padding: 6px 37px; color: #fff; background: var(--plum); transform: rotate(39deg); font-size: .65rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.package-card .package-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: var(--teal-deep); background: #e7f7f6; font-size: 1.5rem; font-weight: 900; }
.package-card:nth-child(2) .package-icon { color: var(--plum); background: #fbf0fa; }
.package-card h2 { margin-top: 16px; font-size: 1.44rem; }
.package-card p { color: var(--muted); font-size: .93rem; }
.package-card ul { margin: 16px 0 23px; padding: 0; list-style: none; display: grid; gap: 8px; }
.package-card li { padding-left: 21px; position: relative; font-size: .9rem; color: #385b5a; }
.package-card li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.package-card .button { width: 100%; }

.collection-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.collection-step { position: relative; padding: 27px; border-radius: var(--radius-lg); background: #fff; border: 1px solid #dfeeed; }
.collection-step .number { display: inline-grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--plum); border-radius: 50%; font-size: .88rem; font-weight: 900; }
.collection-step:nth-child(2) .number { background: var(--teal); }
.collection-step h2 { margin-top: 18px; font-size: 1.38rem; }
.collection-step p { color: var(--muted); font-size: .93rem; }
.form-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.info-card { padding: 30px; border-radius: var(--radius-lg); background: var(--soft); border: 1px solid #dceeed; }
.info-card h2 { font-size: 1.7rem; }
.info-card p { color: var(--muted); }
.info-card address { font-style: normal; color: var(--muted); }
.info-card .contact-link { display: block; margin-top: 10px; color: var(--teal-ink); font-weight: 850; }
.form-card { padding: 30px; border: 1px solid #dceeed; border-radius: var(--radius-lg); background: #fff; box-shadow: 0 10px 25px rgba(20,72,71,.06); }
.form-card h2 { font-size: 1.7rem; }
.form-card > p { margin-top: 9px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 24px; }
.form-grid label, .form-card > form > label:not(.checkbox-label), .modal-card > form > label:not(.checkbox-label) { display: grid; gap: 7px; color: #345b5a; font-size: .86rem; font-weight: 850; }
.full-field { grid-column: 1 / -1; }
input, select, textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fff; border: 1px solid #bfddda; border-radius: 8px; }
textarea { resize: vertical; min-height: 95px; }
input::placeholder, textarea::placeholder { color: #8aa19f; }
.checkbox-label { display: flex; gap: 9px; align-items: flex-start; margin: 18px 0; color: var(--muted); font-size: .82rem; }
.checkbox-label input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 3px; }

.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 26px; align-items: stretch; }
.contact-details { padding: 34px; color: #fff; border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--teal), var(--teal-deep)); }
.contact-details h2 { color: #fff; }
.contact-details > p { color: rgba(255,255,255,.87); }
.contact-list { display: grid; gap: 15px; margin: 25px 0 0; }
.contact-list div { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-list div:first-child { border-top: 0; }
.contact-list strong, .contact-list a, .contact-list span { display: block; }
.contact-list strong { font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; }
.contact-list a, .contact-list span { margin-top: 4px; font-size: .97rem; }
.contact-map { min-height: 100%; overflow: hidden; border: 1px solid #dceeed; border-radius: var(--radius-lg); }
.contact-map iframe { width: 100%; height: 100%; min-height: 490px; border: 0; }

.site-footer { color: #d8eeee; background: #123b3a; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr 1.05fr; gap: 44px; padding: 58px 0 42px; }
.footer-logo { width: 260px; height: auto; padding: 3px; background: #fff; border-radius: 5px; }
.footer-brand p { max-width: 450px; color: #c8dddd; font-size: .91rem; }
.footer-disclaimer { padding-top: 11px; border-top: 1px solid rgba(255,255,255,.13); font-size: .8rem !important; }
.site-footer h2 { color: #fff; font-size: 1.03rem; letter-spacing: 0; }
.footer-links { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.footer-links a, .site-footer address a { color: #d8eeee; }
.footer-links a:hover, .site-footer address a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.site-footer address { margin-top: 16px; font-style: normal; color: #c8dddd; font-size: .9rem; }
.site-footer address strong { color: #fff; }
.site-footer p { margin: 13px 0 0; color: #c8dddd; font-size: .88rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 16px 0; }
.footer-bottom p { margin: 0; font-size: .81rem; }
.footer-bottom div { display: flex; gap: 15px; }
.footer-bottom a { color: #cce6e4; font-size: .81rem; }
.footer-bottom a:hover { color: #fff; text-decoration: underline; }

.floating-actions { position: fixed; z-index: 220; right: 16px; bottom: 16px; display: grid; gap: 7px; }
.float-action { display: flex; justify-content: flex-start; align-items: center; gap: 8px; min-width: 125px; padding: 10px 12px; color: #fff; border-radius: 999px; box-shadow: 0 8px 20px rgba(11,53,52,.22); font-size: .78rem; font-weight: 900; }
.float-action span:first-child { display: grid; place-items: center; width: 20px; font-size: 1.12rem; }
.float-call { background: var(--teal-deep); }.float-map { background: #46686a; }.float-whatsapp { background: var(--plum); }
.float-action:hover { transform: translateY(-2px); }

.booking-modal { position: fixed; z-index: 1200; inset: 0; display: none; place-items: center; padding: 20px; }
.booking-modal.is-open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(10,38,38,.55); backdrop-filter: blur(3px); }
.modal-card { position: relative; z-index: 2; width: min(100%, 670px); max-height: calc(100vh - 40px); overflow: auto; padding: 33px; border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(10,38,38,.25); }
.modal-card h2 { font-size: 2rem; }
.modal-card > p:not(.eyebrow) { margin: 9px 0 0; color: var(--muted); }
.modal-close { position: absolute; right: 13px; top: 10px; width: 35px; height: 35px; padding: 0; color: var(--ink); background: transparent; border: 0; border-radius: 50%; font-size: 1.8rem; line-height: 1; }
.modal-close:hover { background: #f4f7f7; }

.legal-page { max-width: 840px; }
.legal-page h2 { margin-top: 30px; font-size: 1.45rem; }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page ul { padding-left: 20px; }

@media (max-width: 1110px) {
  .brand-logo { width: 220px; }
  .primary-nav > a { font-size: .8rem; padding-inline: 6px; }
  .nav-book-button { padding-inline: 11px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-list-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 920px) {
  .nav-shell { min-height: 74px; }
  .brand-logo { width: 205px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 13px 18px 18px; background: #fff; border-bottom: 1px solid #dbeeed; box-shadow: 0 16px 24px rgba(19,67,67,.1); }
  .primary-nav.is-open { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
  .primary-nav > a { padding: 11px; font-size: .9rem; }
  .nav-book-button { width: 100%; margin: 8px 0 0; grid-column: 1 / -1; }
  .hero-grid, .prose-grid, .prose-grid.reverse, .branch-grid, .form-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 34px; padding: 62px 0; }
  .hero-visual { min-height: 360px; max-width: 560px; width: 100%; margin: 0 auto; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid a, .quick-grid div { min-height: 66px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .quick-grid a:last-child { border-bottom: 0; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .branch-grid .map-frame { order: -1; }
  .package-grid { grid-template-columns: 1fr; }
  .collection-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.1fr .8fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  :root { --container: min(100% - 28px, 1180px); }
  .utility-inner { min-height: 42px; justify-content: center; text-align: center; }
  .utility-actions { display: none; }
  .brand-logo { width: 190px; }
  .primary-nav.is-open { grid-template-columns: 1fr; }
  h1 { font-size: 2.45rem; }
  .hero-grid { min-height: 0; padding: 50px 0 42px; }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero-visual { min-height: 300px; }
  .hero-card { padding: 22px; }
  .hero-card h2 { font-size: 1.7rem; }
  .floating-badge { display: none; }
  .section { padding: 59px 0; }
  .section-heading { display: grid; align-items: start; margin-bottom: 27px; }
  .section-heading .button { justify-self: start; }
  .service-grid, .service-list-grid, .faq-list { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .feature-panel { padding: 30px; }
  .page-hero { padding: 58px 0; }
  .visual-block { min-height: 310px; }
  .form-card, .info-card, .modal-card { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; padding: 44px 0 34px; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom-inner { align-items: flex-start; flex-direction: column; }
  .floating-actions { right: 10px; bottom: 11px; }
  .float-action { min-width: auto; padding: 10px 11px; }
  .float-action span:last-child { display: none; }
  .float-action span:first-child { width: 21px; }
  .cta-band-grid { align-items: flex-start; flex-direction: column; padding: 48px 0; }
  .cta-band .button { width: 100%; }
  .contact-map iframe { min-height: 350px; }
}


/* ===== July 2026 update: aligned action icons, footer credit and automatic dark-mode support ===== */

.quick-grid a { text-decoration: none; }
.quick-grid a:focus-visible { position: relative; z-index: 1; outline-color: #fff; }
.quick-icon, .float-icon { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; line-height: 0; }
.quick-icon { width: 42px; height: 42px; padding: 0; }
.quick-icon svg { width: 21px; height: 21px; display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.quick-copy { min-width: 0; }
.quick-copy > strong, .quick-copy > span { display: block; }
.quick-copy > span { margin-top: 2px; }

.footer-logo-link { width: fit-content; }
.footer-address-link { display: inline-block; color: #c8dddd !important; }
.footer-direction-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 15px; color: #fff; font-size: .86rem; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.footer-direction-link:hover { color: #d8eeee; }
.footer-bottom-links { flex-wrap: wrap; }
.website-credit-row { padding: 18px 0 22px; border-top: 1px solid rgba(255,255,255,.10); }
.website-credit { display: inline-flex; align-items: center; gap: 12px; width: fit-content; max-width: 100%; color: #f2fbfa; border-radius: 12px; transition: transform .2s ease, background .2s ease; }
.website-credit:hover { transform: translateY(-2px); }
.website-credit-label { color: #d2e7e5; font-size: .76rem; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.website-credit-link { color: #c2e5e2; font-size: .76rem; font-weight: 800; white-space: nowrap; }
.website-credit:hover .website-credit-link { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.instautomate-mark { display: inline-flex; align-items: center; justify-content: center; padding: 5px 9px; border-radius: 8px; background: #fff; box-shadow: 0 4px 14px rgba(0,0,0,.15); }
.instautomate-logo { display: block; width: min(182px, 32vw); height: auto; }
.instautomate-logo-dark { display: none; }

.floating-actions { transition: transform .25s ease, opacity .2s ease; }
.floating-actions.is-footer-visible { opacity: 0; pointer-events: none; transform: translateX(calc(100% + 28px)); }
.float-action { align-items: center; }
.float-icon { width: 20px; height: 20px; }
.float-icon svg { width: 19px; height: 19px; display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.float-label { line-height: 1; }



@media (max-width: 620px) {
  .website-credit-row { padding: 16px 0 20px; }
  .website-credit { align-items: flex-start; flex-wrap: wrap; gap: 8px 10px; }
  .website-credit-label { width: 100%; }
  .instautomate-logo { width: min(176px, 58vw); }
  .website-credit-link { align-self: center; }
  .float-icon { width: 21px; height: 21px; }
  .float-label { display: none; }
}


/* ===== Footer refinement: compact one-row desktop layout and balanced mobile layout ===== */
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 12px 0 11px;
}
.footer-bottom-inner > * { min-width: 0; }
.footer-bottom .footer-copyright { margin: 0; color: #c8dddd; font-size: .81rem; line-height: 1.35; }
.footer-bottom .footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 14px;
  margin: 0;
}
.footer-bottom .footer-bottom-links a { color: #cce6e4; font-size: .81rem; white-space: nowrap; }
.footer-bottom .website-credit {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  justify-content: flex-end;
  gap: 7px;
  max-width: 100%;
  color: #f2fbfa;
}
.website-credit-label { color: #d2e7e5; font-size: .72rem; font-weight: 800; letter-spacing: .01em; line-height: 1; white-space: nowrap; }
.instautomate-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0;
  line-height: 0;
  border: 0;
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}
.instautomate-mark:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.instautomate-logo { display: block; width: auto; max-width: 110px; height: 13px; object-fit: contain; }
.website-credit-row, .website-credit-link { display: none !important; }



@media (max-width: 620px) {
  .footer-bottom-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px 10px;
    padding: 12px 0;
  }
  .footer-bottom .footer-bottom-links {
    grid-column: 1 / -1;
    justify-content: center;
    gap: 15px;
    padding-top: 1px;
  }
  .footer-bottom .footer-copyright { font-size: .76rem; }
  .footer-bottom .website-credit { gap: 5px; }
  .website-credit-label { font-size: .66rem; }
  .instautomate-logo { max-width: 96px; height: 12px; }
}

@media (max-width: 360px) {
  .footer-bottom-inner { grid-template-columns: 1fr; }
  .footer-bottom .website-credit { justify-self: start; }
  .footer-bottom .footer-bottom-links { justify-content: flex-start; }
}

/* Keep only the appropriate Instautomate logo visible in each colour mode. */
.instautomate-logo-dark { display: none; }



/* ===== Complete replacement update: footer alignment, mobile order and contact channels ===== */
.footer-bottom-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 12px 0 11px;
}
.footer-bottom .footer-copyright,
.footer-bottom .footer-bottom-links,
.footer-bottom .website-credit {
  align-self: center;
}
.footer-bottom .footer-bottom-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.footer-bottom .website-credit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 6px;
  margin: 0;
  min-height: 14px;
  line-height: 1;
  white-space: nowrap;
}
.website-credit-label {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #d2e7e5;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.instautomate-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 0;
  overflow: visible;
}
.instautomate-logo {
  display: block;
  width: auto;
  max-width: 104px;
  height: 13px;
  margin: 0;
  object-fit: contain;
}
.footer-bottom .website-credit:hover { transform: none; }

@media (max-width: 620px) {
  .footer-bottom-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    align-items: center;
    gap: 10px;
    padding: 15px 0 16px;
  }
  .footer-bottom .footer-copyright {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-size: .76rem;
    line-height: 1.35;
  }
  .footer-bottom .footer-bottom-links {
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 16px;
    margin: 0;
    padding: 0;
  }
  .footer-bottom .website-credit {
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    margin: 0;
    min-height: 14px;
  }
  .website-credit-label {
    font-size: .70rem;
    line-height: 1;
  }
  .instautomate-mark { height: 13px; }
  .instautomate-logo {
    max-width: 96px;
    height: 12px;
  }
}


/* ===== Professional alignment refinement =====
   Uses flexbox and SVGs for repeatable centre alignment across browsers and mobile devices. */


/* Every icon holder has a fixed visual centre. SVGs avoid the inconsistent baselines of symbol fonts. */
.service-icon,
.package-card .package-icon,
.visual-card .visual-icon,
.quick-icon,
.float-icon,
.collection-step .number {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto;
  padding: 0;
  line-height: 0 !important;
  vertical-align: middle;
}
.service-icon { width: 48px; height: 48px; }
.package-card .package-icon { width: 54px; height: 54px; }
.visual-card .visual-icon { width: 62px; height: 62px; }
.quick-icon { width: 42px; height: 42px; }
.float-icon { width: 20px; height: 20px; }
.collection-step .number { line-height: 1 !important; }
.service-icon .icon-svg,
.package-card .package-icon .icon-svg,
.visual-card .visual-icon .icon-svg,
.quick-icon svg,
.float-icon svg {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: none;
}
.package-card .package-icon .icon-svg,
.visual-card .visual-icon .icon-svg { width: 26px; height: 26px; }
.quick-icon svg { width: 21px; height: 21px; }
.float-icon svg { width: 19px; height: 19px; }
.visual-card span:not(.visual-icon) { line-height: 1; }

/* Check circles use a centred SVG background instead of a text-glyph check mark. */
.hero-points span::before,
.check-list li::before,
.package-card li::before {
  content: "";
  background-color: var(--teal);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.3 4.3L19 7.2' fill='none' stroke='white' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  line-height: 0;
}
.hero-points span::before { width: 16px; height: 16px; }
.check-list li::before { top: 1px; width: 20px; height: 20px; }
.package-card li::before { top: 1px; width: 17px; height: 17px; background-size: 10px 10px; }

/* Native select controls are normalised so their text and arrow stay vertically centred. */
.form-grid label,
.form-card > form > label:not(.checkbox-label),
.modal-card > form > label:not(.checkbox-label) { line-height: 1.25; gap: 8px; }
input,
select,
textarea {
  display: block;
  line-height: 1.3;
}
input,
select { min-height: 46px; }
select {
  height: 46px;
  padding: 0 42px 0 14px;
  line-height: 1.2;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6.5 9 5.5 5.5L17.5 9' fill='none' stroke='%23164948' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 14px center;
}
select option { line-height: 1.3; }
textarea { padding: 12px 14px; line-height: 1.45; }

/* Compact, middle-aligned Instautomate credit on desktop and mobile. */
.footer-bottom-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 15px 0;
}
.footer-bottom-inner .footer-copyright { justify-self: start; }
.footer-bottom-links {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 17px !important;
  margin: 0;
  padding: 0;
}
.footer-bottom-inner .website-credit {
  justify-self: end;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end;
  flex-wrap: nowrap;
  width: auto;
  max-width: 100%;
  gap: 5px;
  margin: 0;
  padding: 0;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  transform: none;
}
.footer-bottom-inner .website-credit:hover { transform: none; }
.website-credit-label {
  display: inline-flex;
  align-items: center;
  height: 16px;
  margin: 0;
  padding: 0;
  color: #d6e8e6;
  font-size: .77rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.instautomate-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 0;
  vertical-align: middle;
}
.instautomate-logo {
  display: block !important;
  width: auto;
  height: 16px;
  min-width: 0;
  margin: 0;
  object-fit: contain;
  transform: none;
}

/* Clickable branch cards and selected map state. */
.branch-selector-list { display: grid; gap: 15px; }
.branch-card + .branch-card { margin-top: 0; }
.branch-card--selectable {
  position: relative;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}
.branch-card--selectable:hover { border-color: #9fd3cf; box-shadow: 0 14px 30px rgba(21,72,72,.11); transform: translateY(-2px); }
.branch-card--selectable:focus-visible { outline: 3px solid rgba(140,43,133,.34); outline-offset: 4px; }
.branch-card--selectable.is-selected {
  border: 2px solid var(--teal);
  padding: 28px;
  background: linear-gradient(135deg, #fff, #f7fcfb);
  box-shadow: 0 16px 32px rgba(39,123,122,.14);
}
.branch-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.branch-selected-status {
  display: none;
  align-items: center;
  min-height: 24px;
  padding: 4px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--teal-deep);
  font-size: .7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.branch-card--selectable.is-selected .branch-selected-status { display: inline-flex; }
.branch-select-hint { margin: 13px 0 0; color: var(--teal-ink); font-size: .79rem; font-weight: 800; line-height: 1.35; }
.branch-actions { position: relative; z-index: 2; }
.branch-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 12px;
  line-height: 1;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.branch-actions a:hover { transform: translateY(-1px); }
.branch-map-panel { min-width: 0; }
.branch-map-meta { margin-bottom: 13px; }
.branch-map-meta .eyebrow { margin-bottom: 7px; }
.branch-map-meta h2 { font-size: 1.32rem; }
.branch-map-meta p:not(.eyebrow) { margin: 8px 0 0; color: var(--muted); font-size: .9rem; }
.branch-map-panel .map-frame { min-height: 435px; }
.branch-map-panel .map-frame iframe { min-height: 435px; }



@media (max-width: 920px) {
  .branch-grid .branch-map-panel { order: -1; }
}
@media (max-width: 620px) {
  .footer-bottom-inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: start;
    gap: 12px;
    padding: 15px 0 16px;
  }
  .footer-bottom-inner .footer-copyright,
  .footer-bottom-inner .website-credit { justify-self: start; }
  .footer-bottom-links { justify-content: flex-start; gap: 16px !important; }
  .footer-bottom-inner .website-credit { gap: 5px; }
  .website-credit-label { height: 15px; font-size: .75rem; }
  .instautomate-mark { height: 15px; }
  .instautomate-logo { height: 15px; }
  .branch-card--selectable.is-selected { padding: 27px; }
  .branch-map-panel .map-frame,
  .branch-map-panel .map-frame iframe { min-height: 350px; height: 350px; }
}

/* Explicit teal/plum SVG strokes retain the brand palette in all renderers. */
.service-icon .icon-svg,
.package-card .package-icon .icon-svg,
.visual-card .visual-icon .icon-svg { stroke: var(--teal-deep) !important; }
.service-card:nth-child(4n+2) .service-icon .icon-svg,
.package-card:nth-child(2) .package-icon .icon-svg { stroke: var(--plum) !important; }
.service-card:nth-child(4n+4) .service-icon .icon-svg { stroke: var(--plum) !important; }


/* ===== Final dropdown and footer presentation refinement =====
   The select controls retain their normal width and visually match the form fields,
   while keeping the selected option fully centred inside the control. */
.form-grid label > select,
.form-card > form > label:not(.checkbox-label) > select,
.modal-card > form > label:not(.checkbox-label) > select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 34px !important;
  min-height: 34px !important;
  margin: 0;
  padding: 0 38px 0 11px !important;
  border: 1px solid #bfddda;
  border-radius: 7px;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 400;
  line-height: 32px !important;
  text-indent: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6.5 9 5.5 5.5L17.5 9' fill='none' stroke='%23164948' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 11px center;
}
.form-grid label > select:focus,
.form-card > form > label:not(.checkbox-label) > select:focus,
.modal-card > form > label:not(.checkbox-label) > select:focus {
  border-color: var(--teal);
}
.form-grid label > select option,
.form-card > form > label:not(.checkbox-label) > select option,
.modal-card > form > label:not(.checkbox-label) > select option {
  color: var(--ink);
  line-height: 1.3;
}

/* One flex baseline for the design credit prevents the text and logo from visually drifting apart. */
.footer-bottom-inner .website-credit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end;
  gap: 5px;
  min-height: 18px;
  line-height: 1;
}
.footer-bottom-inner .website-credit-label {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: .77rem;
  font-weight: 800;
  line-height: 14px;
  white-space: nowrap;
}
.footer-bottom-inner .instautomate-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 18px;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.footer-bottom-inner .instautomate-logo {
  display: block !important;
  width: auto;
  height: 14px;
  max-width: 112px;
  margin: 0;
  object-fit: contain;
  vertical-align: middle;
}
@media (max-width: 620px) {
  .footer-bottom-inner .website-credit {
    justify-content: flex-start;
    min-height: 18px;
    gap: 5px;
  }
  .footer-bottom-inner .website-credit-label {
    font-size: .72rem;
    line-height: 13px;
  }
  .footer-bottom-inner .instautomate-mark { height: 18px; }
  .footer-bottom-inner .instautomate-logo {
    height: 13px;
    max-width: 104px;
  }
}


/* Final correction: compact dropdown controls matching the reference field layout. */
.form-grid label.select-field,
.form-card > form > label.select-field,
.modal-card > form > label.select-field {
  gap: 6px !important;
  color: #345b5a;
  font-size: .86rem;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.form-grid label.select-field > select,
.form-card > form > label.select-field > select,
.modal-card > form > label.select-field > select {
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 37px 0 10px !important;
  border-radius: 7px;
  font-size: .9rem;
  font-weight: 400;
  line-height: normal !important;
  background-position: right 10px center;
}

/* Only one colour-appropriate Instautomate mark is visible at a time. */
.footer-bottom-inner .instautomate-logo-light { display: block !important; }
.footer-bottom-inner .instautomate-logo-dark { display: none !important; }



/* ===== Light-only website setting (July 2026) =====
   Dr. Medcity uses its approved white / teal / plum presentation on every device.
   No device or browser dark-mode preference can recolour the website. */
:root, html { color-scheme: light !important; }
body { background: #ffffff; color: #173736; }

/* Footer keeps its intentional brand colour; this is not a device dark-mode theme. */
.footer-bottom-inner .instautomate-logo-light { display: block !important; }
.footer-bottom-inner .instautomate-logo-dark { display: none !important; }
