:root {
    --navy: #082f57;
    --blue: #07599c;
    --teal: #15aeb0;
    --ink: #123b63;
    --muted: #657b91;
    --line: #dceaf1;
    --ice: #f3fafd;
    --white: #fff;
    --shadow: 0 24px 70px rgba(11, 60, 91, .12);
    --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { width: 100%; margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", sans-serif; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.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; }
.container-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 108px 0; }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; color: var(--navy); line-height: 1.12; }
h2 { font-size: clamp(2rem, 4.3vw, 3.65rem); letter-spacing: -.045em; }
h2 span, h1 span { color: var(--teal); }
p { margin: 0; }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; background: rgba(255,255,255,.72); backdrop-filter: blur(10px); transition: background .25s, box-shadow .25s, border-color .25s; }
.site-header.scrolled { background: rgba(255,255,255,.96); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(211,229,238,.9); box-shadow: 0 10px 35px rgba(6,46,80,.1); }
@keyframes drop { from { transform: translateY(-100%); } }
.nav-wrap { height: 90px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.brand img { width: 185px; height: 165px; object-fit: contain; border-radius: 8px; }
.brand-name { color: var(--navy); font: 800 1.2rem "Manrope", sans-serif; letter-spacing: -.045em; white-space: nowrap; }
.brand-name b { color: var(--teal); }
.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(15px, 2vw, 30px); flex: 1; }
.nav-links a { position: relative; font-size: .86rem; font-weight: 600; color: #36536f; transition: color .25s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 2px; border-radius: 2px; background: var(--teal); transform: scaleX(0); transform-origin: center; transition: transform .25s ease; }
.nav-links a.active::after { transform: scaleX(1); }
main [id] { scroll-margin-top: 96px; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.mobile-menu-button { display: none; margin-left: auto; width: 43px; height: 43px; align-items: center; justify-content: center; color: var(--navy); background: #eff8fb; border: 0; border-radius: 12px; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 13px; font-weight: 700; line-height: 1; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button-primary { color: #fff; background: linear-gradient(135deg, #073e70, #087da3); box-shadow: 0 12px 25px rgba(7,83,126,.2); }
.button-primary:hover { box-shadow: 0 16px 30px rgba(7,83,126,.28); }
.button-secondary { color: var(--navy); background: rgba(255,255,255,.75); border-color: #8aa9c0; }
.button-small { min-height: 45px; padding: 0 16px; font-size: .83rem; }
.button-light { color: var(--navy); background: #fff; }

.hero { position: relative; padding-top: 150px; padding-bottom: 0; min-height: 850px; background: linear-gradient(145deg, #fff 25%, #effaff 74%, #fff 100%); isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 220px; background: linear-gradient(180deg, transparent, rgba(226,247,251,.8)); clip-path: polygon(0 45%, 38% 20%, 70% 35%, 100% 4%, 100% 100%, 0 100%); }
.hero-glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(4px); }
.hero-glow-one { width: 400px; height: 400px; top: 60px; left: -190px; background: rgba(33,175,201,.1); }
.hero-glow-two { width: 280px; height: 280px; top: 60px; right: 5%; background: rgba(9,105,188,.08); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 46px; min-height: 570px; }
.hero-copy { position: relative; z-index: 2; }
.initiative-badge { width: fit-content; display: flex; align-items: center; gap: 12px; margin-bottom: 27px; padding: 10px 16px 10px 10px; border: 1px solid #bfe4e7; border-radius: 12px; background: rgba(238,252,252,.75); color: #3f607a; font-size: .72rem; line-height: 1.45; }
.initiative-badge strong { color: var(--navy); }
.emblem { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 9px; color: var(--navy); background: #fff; box-shadow: 0 5px 18px rgba(15,68,100,.1); }
.emblem svg { width: 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; color: var(--blue); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow span { width: 28px; height: 2px; background: var(--teal); }
.hero h1 { max-width: 690px; margin-bottom: 23px; font-size: clamp(2.5rem, 4.9vw, 4.35rem); letter-spacing: -.055em; }
.hero-description { max-width: 585px; color: var(--muted); font-size: 1.07rem; }
.hero-buttons { display: flex; gap: 14px; margin-top: 32px; }
.trust-note { display: flex; align-items: center; gap: 14px; margin-top: 30px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.trust-note strong { color: var(--navy); }
.avatar-stack { display: flex; }
.avatar-stack b { width: 32px; height: 32px; display: grid; place-items: center; margin-left: -8px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--teal), var(--blue)); font-size: .59rem; }
.avatar-stack b:first-child { margin-left: 0; }
.hero-visual { position: relative; min-width: 0; }
.image-orbit { position: absolute; z-index: -1; inset: -55px -35px; border: 1px solid rgba(36,161,199,.2); border-radius: 47% 53% 52% 48%; transform: rotate(-8deg); }
.image-orbit::before { content: ""; position: absolute; width: 9px; height: 9px; top: 15%; left: 3%; border-radius: 50%; background: #57c5e3; box-shadow: 0 0 0 8px rgba(87,197,227,.11); }
.hero-image-wrap { height: 510px; overflow: hidden; border-radius: 47% 53% 18% 42% / 30% 35% 25% 52%; box-shadow: var(--shadow); border: 8px solid rgba(255,255,255,.8); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(221,237,243,.9); border-radius: 15px; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); box-shadow: 0 14px 35px rgba(9,54,89,.15); }
.floating-card > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; color: var(--teal); background: #e9fafa; }
.floating-card svg { width: 20px; }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: var(--muted); font-size: .68rem; }
.floating-card strong { color: var(--navy); font-size: .84rem; }
.location-card { left: -25px; bottom: 50px; }
.support-card { top: 30px; right: -25px; }
.highlights { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; padding: 26px; border: 1px solid rgba(220,235,242,.9); border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: 0 20px 50px rgba(12,63,93,.09); backdrop-filter: blur(14px); }
.highlights article { display: flex; align-items: center; gap: 14px; padding: 7px 18px; border-right: 1px solid var(--line); }
.highlights article:last-child { border-right: 0; }
.highlights article > span { width: 46px; height: 46px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 13px; color: var(--blue); background: #eef9fc; }
.highlights svg { width: 22px; }
.highlights h3 { margin-bottom: 4px; font-size: .88rem; }
.highlights p { color: var(--muted); font-size: .72rem; }

.section-heading { max-width: 690px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading > p:last-child { max-width: 560px; margin-top: 18px; color: var(--muted); }
.section-heading.centered > p:last-child { margin-inline: auto; }
.how { background: #fff; }
.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.step-card { position: relative; min-height: 260px; padding: 25px 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .3s; }
.step-card:hover { transform: translateY(-6px); border-color: #a5dfe2; box-shadow: var(--shadow); }
.step-card::after { content: ""; position: absolute; bottom: 0; left: 22px; width: 0; height: 3px; border-radius: 3px; background: var(--teal); transition: .3s; }
.step-card:hover::after { width: calc(100% - 44px); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 38px; }
.step-top span { color: #9ab0c1; font: 700 .76rem "Manrope"; }
.step-top svg { width: 32px; height: 32px; color: var(--teal); stroke-width: 1.5; }
.step-card h3 { margin-bottom: 12px; font-size: 1rem; }
.step-card p { color: var(--muted); font-size: .82rem; }
.ai-recommendation-badge { position: absolute; top: 0; left: 50%; z-index: 2; display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 6px 14px; border: 1px solid var(--teal); border-radius: 999px; color: var(--teal); font: 800 .68rem/1 "Manrope", sans-serif; letter-spacing: .02em; text-transform: uppercase; white-space: nowrap; background: #FBFEFF; box-shadow: 0 10px 24px rgba(11, 60, 91, .12); opacity: 0; transform: translate(-50%, calc(-50% + 8px)); pointer-events: none; transition: opacity .28s ease, transform .28s ease; }
.ai-stay-step:hover .ai-recommendation-badge { opacity: 1; transform: translate(-50%, -50%); }

.why { color: #fff; background: linear-gradient(135deg, #06365e, #075985 55%, #068595); }
.why-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.eyebrow.light { color: #80e5e2; }
.why h2, .why h3 { color: #fff; }
.why-copy h2 { margin-bottom: 25px; }
.why-intro { max-width: 460px; margin-bottom: 30px; color: #c8dce8; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.4); }
.text-link svg { width: 18px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.benefit-card { min-height: 190px; padding: 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.075); backdrop-filter: blur(10px); }
.benefit-card > svg { width: 29px; height: 29px; margin-bottom: 25px; color: #77e2de; stroke-width: 1.6; }
.benefit-card h3 { margin-bottom: 9px; font-size: 1rem; }
.benefit-card p { color: #c9dce8; font-size: .82rem; }
.benefit-card.wide { grid-column: 1 / -1; min-height: 120px; display: flex; align-items: center; gap: 22px; }
.benefit-card.wide > svg { flex: 0 0 auto; margin: 0; }

.hospitals { background: linear-gradient(180deg, #f3fbfd, #fff); }
.hospital-strip { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 15px 50px rgba(17,68,98,.08); }
.hospital-strip article { min-height: 130px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; text-align: center; border-right: 1px solid var(--line); }
.hospital-strip article:last-child { border-right: 0; }
.hospital-strip img { width: 96px; max-width: 100%; height: 44px; margin-bottom: 12px; object-fit: contain; }
.hospital-strip b { color: var(--navy); font: 800 1.07rem "Manrope"; letter-spacing: -.04em; }
.hospital-strip article:nth-child(2) b { color: #6d6b6c; }
.hospital-strip article:nth-child(4) b { color: #079b52; }
.hospital-strip article:nth-child(5) b { color: #ef6b20; }
.hospital-strip article:nth-child(6) b { color: #237d91; }
.hospital-strip span { margin-top: 4px; color: var(--muted); font-size: .65rem; }

.enquiry { background: #eff8fa; }
.enquiry-shell { display: grid; grid-template-columns: .7fr 1.3fr; overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.enquiry-aside { position: relative; padding: 58px 46px; color: #fff; background: linear-gradient(155deg, #07365d, #086a83); }
.enquiry-aside::after { content: ""; position: absolute; width: 270px; height: 270px; right: -110px; bottom: -120px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.025); }
.enquiry-aside h2 { color: #fff; font-size: clamp(2rem, 3.4vw, 3.1rem); }
.enquiry-aside > p:not(.eyebrow) { margin-top: 22px; color: #c5dae5; }
.enquiry-aside ul { display: grid; gap: 13px; margin: 32px 0; padding: 0; list-style: none; }
.enquiry-aside li { display: flex; align-items: center; gap: 10px; font-size: .84rem; }
.enquiry-aside li svg { width: 19px; color: #6fe1d9; }
.aside-contact { display: flex; align-items: center; gap: 14px; margin-top: 50px; }
.aside-contact > svg { width: 42px; height: 42px; padding: 11px; border-radius: 12px; color: #75e6df; background: rgba(255,255,255,.1); }
.aside-contact small, .aside-contact a { display: block; }
.aside-contact small { color: #a9c7d7; }
.aside-contact a { font-weight: 700; }
.form-panel { padding: 50px 48px; }
.form-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--teal); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.form-heading h3 { margin-top: 5px; font-size: 1.7rem; }
.form-heading p { color: var(--muted); font-size: .72rem; }
.form-heading b { color: #d04a4a; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field > span:first-child { color: var(--ink); font-size: .76rem; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: #f9fcfd; border: 1px solid #d5e5eb; border-radius: 10px; outline: 0; transition: .2s; }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { background: #fff; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(21,174,176,.1); }
.form-field input.invalid, .form-field select.invalid, .form-field textarea.invalid { border-color: #d95d5d; }
.budget-field { position: relative; display: grid; grid-template-columns: 1fr 1fr; column-gap: 10px; }
.budget-field > span:first-child, .budget-control { grid-column: 1 / -1; }
.budget-field > small { color: var(--muted); font-size: .68rem; }
.budget-field > small:last-child { text-align: right; }
.budget-control { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 8px 11px; border: 1px solid #d5e5eb; border-radius: 10px; background: #f9fcfd; }
.budget-control input[type="range"] { min-height: auto; padding: 0; border: 0; box-shadow: none; accent-color: var(--teal); }
.budget-control output { min-width: 102px; padding: 7px 9px; border-radius: 8px; color: #fff; background: var(--navy); font-size: .72rem; font-weight: 700; text-align: center; white-space: nowrap; }
.upload-field > input { position: absolute; opacity: 0; pointer-events: none; }
.upload-ui { min-height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 15px; border: 1px dashed #a9cad6; border-radius: 11px; color: var(--muted); background: #f6fbfc; cursor: pointer; }
.upload-ui svg { width: 23px; margin-bottom: 4px; color: var(--teal); }
.upload-ui strong { color: var(--navy); font-size: .79rem; }
.upload-ui small { font-size: .68rem; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 25px; }
.consent { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .75rem; }
.consent input { accent-color: var(--teal); }
.submit-button { border: 0; }
.form-message { display: none; margin-top: 18px; padding: 13px 16px; border-radius: 10px; font-size: .82rem; }
.form-message.success { display: block; color: #0c6748; background: #e7f9f1; }
.form-message.error { display: block; color: #913738; background: #fff0f0; }

.contact-cta { padding: 68px 0; color: #fff; background: linear-gradient(115deg, #0b8e99, #073861 68%); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner p { color: #75e6df; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.cta-inner h2 { margin: 7px 0 8px; color: #fff; font-size: clamp(1.8rem, 3.7vw, 3.1rem); }
.cta-inner span { color: #c4dbe6; }

footer { color: #bfd4df; background: #052b4d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 35px; padding: 60px 0 45px; }
.footer-brand-lockup { display: inline-flex; align-items: center; gap: 9px; }
.footer-brand img { width: 125px; object-fit: contain; border-radius: 8px; }
.footer-brand .brand-name { color: #fff; }
.footer-brand p { max-width: 255px; margin-top: 16px; font-size: .76rem; }
.footer-grid h3 { margin-bottom: 9px; color: #70deda; font: 700 .7rem "DM Sans"; text-transform: uppercase; letter-spacing: .09em; }
.footer-contact a, .footer-contact p { color: #fff; font-size: .83rem; }
.footer-social > div { display: flex; gap: 8px; }
.footer-social a { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: rgba(255,255,255,.1); }
.footer-social svg { width: 14px; }
.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .nav-links { gap: 14px; }
    .nav-links a { font-size: .77rem; }

    .hero-grid { grid-template-columns: 1fr 1fr; }
    .hero-image-wrap { height: 450px; }
    .steps-grid { grid-template-columns: repeat(3, 1fr); }
    .hospital-strip { grid-template-columns: repeat(3, 1fr); }
    .hospital-strip article:nth-child(3) { border-right: 0; }
    .hospital-strip article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
    .why-grid, .enquiry-shell { grid-template-columns: 1fr; }
    .why-copy { max-width: 700px; }
    .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
}

@media (max-width: 850px) {
    .section-pad { padding: 78px 0; }

    .nav-wrap { height: 78px; }
    .brand-name { font-size: 1.05rem; }
    .mobile-menu-button { display: inline-flex; }
    .nav-actions { margin-left: 0; }
    .nav-actions .button { display: none; }
    .nav-links { position: fixed; inset: 78px 16px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 11px 10px; font-size: .9rem; }
    .nav-links a.active::after { display: none; }
    .hero { min-height: auto; padding-top: 125px; }
    .hero-grid { grid-template-columns: 1fr; gap: 60px; }
    .hero-copy { max-width: 650px; }
    .hero-visual { width: min(650px, 100%); margin-inline: auto; }
    .highlights { grid-template-columns: repeat(2, 1fr); }
    .highlights article:nth-child(2) { border-right: 0; }
    .highlights article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .why-grid { gap: 45px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
    .container-shell { width: min(100% - 28px, 1180px); }
    .section-pad { padding: 65px 0; }
    .hero { padding-top: 110px; }
    .hero h1 { font-size: 2.58rem; }
    .hero-buttons { flex-direction: column; align-items: stretch; }
    .hero-image-wrap { height: 390px; border-radius: 38% 45% 17% 28% / 24% 29% 19% 38%; }
    .hero-image-wrap img { object-position: 61% center; }
    .floating-card { padding: 11px 13px; }
    .support-card { top: 15px; right: -5px; }
    .location-card { left: -4px; bottom: 25px; }
    .highlights { grid-template-columns: 1fr; padding: 12px; }
    .highlights article { border-right: 0; border-bottom: 1px solid var(--line); padding: 16px 10px; }
    .highlights article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .highlights article:last-child { border-bottom: 0; }
    .steps-grid { grid-template-columns: 1fr; }
    .step-card { min-height: auto; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card.wide { grid-column: auto; }
    .hospital-strip { grid-template-columns: repeat(2, 1fr); }
    .hospital-strip article, .hospital-strip article:nth-child(3) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .hospital-strip article:nth-child(even) { border-right: 0; }
    .hospital-strip article:nth-last-child(-n+2) { border-bottom: 0; }
    .enquiry-shell { width: 100%; border-radius: 0; }
    .enquiry-aside, .form-panel { padding: 40px 24px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-field.full { grid-column: auto; }
    .form-heading { align-items: start; gap: 10px; }
    .form-footer, .cta-inner { flex-direction: column; align-items: stretch; }
    .submit-button { width: 100%; }
    .cta-inner { text-align: center; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/* Screenshot-aligned content flow */
.hero { min-height: 780px; }
.hero h1 { max-width: 760px; text-transform: none; }
.hero-promise-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; max-width: 680px; margin-top: 34px; }
.hero-promise-grid article { display: grid; gap: 10px; justify-items: center; padding: 16px 10px; color: var(--navy); text-align: center; border-right: 1px solid var(--line); }
.hero-promise-grid article:last-child { border-right: 0; }
.hero-promise-grid svg { width: 34px; height: 34px; color: var(--teal); stroke-width: 1.5; }
.hero-promise-grid span { font-size: .76rem; font-weight: 700; }

.journey { background: #fff; }
.journey .section-heading { margin-bottom: 56px; }
.journey-line { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
.journey-line::before { content: ""; position: absolute; top: 43px; left: 7%; right: 7%; height: 1px; background: var(--line); }
.journey-line article { position: relative; z-index: 1; display: grid; justify-items: center; text-align: center; }
.journey-icon { width: 68px; height: 68px; display: grid; place-items: center; margin-bottom: 10px; border: 1px solid #183c62; border-radius: 50%; color: var(--teal); background: #061f38; box-shadow: 0 12px 26px rgba(8,47,87,.16); }
.journey-icon svg { width: 27px; height: 27px; stroke-width: 1.55; }
.journey-line b { width: 20px; height: 20px; display: grid; place-items: center; margin-top: -20px; margin-bottom: 13px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: var(--teal); font: 800 .65rem/1 "Manrope", sans-serif; }
.journey-line h3 { margin-bottom: 6px; font-size: .95rem; }
.journey-line p { max-width: 130px; color: var(--muted); font-size: .72rem; line-height: 1.35; }

.global-care { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #052b4d, #07365d 62%, #086a83); }
.global-care::before { content: ""; position: absolute; inset: 0; opacity: .11; background: radial-gradient(circle at 20% 10%, #fff 0 1px, transparent 2px), radial-gradient(circle at 75% 55%, #fff 0 1px, transparent 2px); background-size: 82px 82px, 118px 118px; }
.global-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 60px; align-items: end; }
.global-copy h2 { margin-bottom: 20px; color: #fff; }
.global-copy p:not(.eyebrow) { max-width: 560px; color: #c5dae5; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stats-grid article { min-height: 118px; display: grid; place-items: center; align-content: center; padding: 20px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; text-align: center; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.stats-grid strong { display: block; color: var(--teal); font: 800 clamp(1.6rem, 3vw, 2.45rem)/1 "Manrope", sans-serif; }
.stats-grid span { margin-top: 9px; color: #fff; font-size: .78rem; }

.services { background: linear-gradient(180deg, #f3fbfd, #fff); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { min-height: 152px; display: grid; place-items: center; align-content: center; gap: 18px; padding: 26px 18px; border: 1px solid var(--line); border-radius: 18px; text-align: center; background: #fff; transition: transform .3s, border-color .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-5px); border-color: #a5dfe2; box-shadow: var(--shadow); }
.service-card svg { width: 33px; height: 33px; color: var(--teal); stroke-width: 1.55; }
.service-card h3 { max-width: 190px; font-size: .88rem; line-height: 1.35; }
.section-action { display: flex; justify-content: center; margin-top: 34px; }

.why .section-heading { margin-bottom: 42px; }
.benefit-grid.compact { grid-template-columns: repeat(5, 1fr); }
.benefit-grid.compact .benefit-card { min-height: 170px; text-align: center; }
.benefit-grid.compact .benefit-card > svg { margin: 0 auto 20px; }
.benefit-grid.compact .benefit-card h3 { font-size: .88rem; line-height: 1.35; }
.benefit-grid.compact .benefit-card p { font-size: .74rem; }

.destinations { background: #fff; }
.destination-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.destination-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 15px 45px rgba(17,68,98,.08); transition: transform .3s, box-shadow .3s; }
.destination-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.destination-photo { height: 122px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, rgba(8,47,87,.92), rgba(21,174,176,.72)), url('/static/images/hero-hospital.png') center/cover; }
.destination-photo svg { width: 38px; height: 38px; stroke-width: 1.45; }
.destination-card h3 { margin: 18px 18px 6px; font-size: 1rem; }
.destination-card p { min-height: 56px; margin: 0 18px 18px; color: var(--muted); font-size: .76rem; line-height: 1.4; }

.footer-contact { display: grid; align-content: start; gap: 7px; }
.footer-contact h3 { margin-bottom: 3px; }
.footer-contact a { display: block; }

@media (max-width: 1100px) {
    .hero-promise-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
    .journey-line { grid-template-columns: repeat(3, 1fr); row-gap: 38px; }
    .journey-line::before { display: none; }
    .global-grid { grid-template-columns: 1fr; align-items: start; }
    .benefit-grid.compact, .destination-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 850px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .destination-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
    .hero { min-height: auto; }
    .hero-promise-grid, .service-grid, .journey-line, .stats-grid, .benefit-grid.compact, .destination-grid { grid-template-columns: 1fr; }
    .hero-promise-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
    .hero-promise-grid article:last-child { border-bottom: 0; }
    .journey-line { gap: 26px; }
    .journey-line p { max-width: 240px; }
    .stats-grid article { min-height: 104px; }
}

/* Benefits band follows the screenshot's lighter comparison section while retaining LivAsta tokens. */
.why#partners { color: var(--ink); background: linear-gradient(180deg, #fff, #f3fbfd); }
.why#partners h2, .why#partners h3 { color: var(--navy); }
.why#partners .eyebrow.light { color: var(--blue); }
.why#partners .benefit-card { border-color: var(--line); background: #fff; box-shadow: 0 14px 36px rgba(17,68,98,.06); }
.why#partners .benefit-card > svg { color: var(--teal); }
.why#partners .benefit-card p { color: var(--muted); }

/* Premium refinement pass */
.section-heading h2,
.journey .section-heading h2,
.global-copy h2,
.services .section-heading h2,
.why#partners .section-heading h2,
.destinations .section-heading h2 {
    font-size: clamp(2.55rem, 3.45vw, 4.85rem);
    letter-spacing: -.05em;
}

.hero h1 {
    display: grid;
    gap: 12px;
    max-width: 790px;
    font-size: clamp(2.85rem, 5.9vw, 5.6rem);
    letter-spacing: -.055em;
}
.hero-brand-text {
    display: block;
    color: var(--navy);
    font-size: 1em;
    font-weight: 800;
    line-height: .94;
}
.hero-brand-text span { color: var(--teal); }
.hero-subtitle-text {
    display: block;
    max-width: 720px;
    color: var(--navy);
    font-size: clamp(1.48rem, 2.65vw, 2.52rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.stats-grid article { overflow: hidden; position: relative; }
.stats-grid article::after {
    content: "";
    position: absolute;
    inset: auto 18px 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, transparent, var(--teal), transparent);
    opacity: .7;
}
.stat-number { min-width: 5ch; font-variant-numeric: tabular-nums; }

.services { position: relative; overflow: hidden; }
.services::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(8,47,87,.04), transparent 42%, rgba(21,174,176,.06));
}
.services .container-shell { position: relative; }
.service-grid { gap: 22px; }
.service-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 178px;
    padding: 32px 22px;
    border-color: rgba(220,234,241,.95);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,252,254,.92));
    box-shadow: 0 18px 48px rgba(17,68,98,.08);
    transform: translateY(0);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}
.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(21,174,176,.14), transparent 42%, rgba(7,89,156,.11));
    opacity: 0;
    transition: opacity .35s ease;
}
.service-card::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--blue), var(--teal));
    transform: scaleX(.24);
    transform-origin: center;
    opacity: .55;
    transition: transform .35s ease, opacity .35s ease;
}
.service-card:hover {
    transform: translateY(-9px);
    border-color: rgba(21,174,176,.45);
    background: #fff;
    box-shadow: 0 28px 72px rgba(11,60,91,.15);
}
.service-card:hover::before { opacity: 1; }
.service-card:hover::after { transform: scaleX(1); opacity: 1; }
.service-card svg {
    width: 42px;
    height: 42px;
    padding: 8px;
    border: 1px solid rgba(21,174,176,.22);
    border-radius: 14px;
    background: rgba(233,250,250,.82);
    box-shadow: 0 12px 28px rgba(21,174,176,.13);
    transition: transform .35s ease, color .35s ease, background .35s ease;
}
.service-card:hover svg {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--teal));
    transform: translateY(-3px) scale(1.04);
}
.service-card h3 {
    max-width: 220px;
    font-size: .96rem;
    line-height: 1.38;
}

.why#partners {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background-image: linear-gradient(115deg, rgba(5,43,77,.94), rgba(7,62,112,.86) 52%, rgba(8,106,131,.78)), url('/static/images/hero-hospital.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.why#partners::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
}
.why#partners .container-shell { position: relative; }
.why#partners h2,
.why#partners h3 { color: #fff; }
.why#partners .eyebrow.light { color: #80e5e2; }
.why#partners .benefit-card {
    border-color: rgba(255,255,255,.2);
    background: rgba(255,255,255,.105);
    box-shadow: 0 22px 58px rgba(0,0,0,.18);
    backdrop-filter: blur(13px);
    transition: transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
}
.why#partners .benefit-card:hover {
    transform: translateY(-7px);
    border-color: rgba(128,229,226,.48);
    background: rgba(255,255,255,.15);
    box-shadow: 0 30px 78px rgba(0,0,0,.24);
}
.why#partners .benefit-card > svg { color: #80e5e2; }
.why#partners .benefit-card p { color: #d4e6ee; }

@media (max-width: 850px) {
    .section-heading h2,
    .journey .section-heading h2,
    .global-copy h2,
    .services .section-heading h2,
    .why#partners .section-heading h2,
    .destinations .section-heading h2 { font-size: clamp(2.25rem, 8vw, 3.35rem); }
    .hero h1 { font-size: clamp(2.65rem, 10vw, 4.4rem); }
    .hero-subtitle-text { font-size: clamp(1.42rem, 5vw, 2.15rem); }
    .why#partners { background-attachment: scroll; }
}

@media (max-width: 620px) {
    .service-card { min-height: 150px; padding: 28px 20px; }
    .hero h1 { gap: 10px; }
    .hero-subtitle-text { max-width: 100%; }
}

/* Final heading coverage for all section-level H2s. */
main section h2 {
    font-size: clamp(2.55rem, 5.45vw, 4.85rem);
    letter-spacing: -.05em;
}
.enquiry-aside h2,
.cta-inner h2 {
    font-size: clamp(2.25rem, 4.6vw, 4.15rem);
}

@media (max-width: 850px) {
    main section h2 { font-size: clamp(2.25rem, 8vw, 3.35rem); }
    .enquiry-aside h2,
    .cta-inner h2 { font-size: clamp(2.1rem, 7.4vw, 3.15rem); }
}

/* Requested Why section background image override. */
.why#partners {
    background-image: linear-gradient(115deg, rgba(5,43,77,.94), rgba(7,62,112,.86) 52%, rgba(8,106,131,.78)), url('/static/images/why_livasta.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

@media (max-width: 850px) {
    .why#partners {
        background-position: center top;
        background-attachment: fixed;
    }
}

/* Consent-controlled enquiry submit state. */
.consent {
    cursor: pointer;
    user-select: none;
    padding: 6px 0;
}
.consent input {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    cursor: pointer;
}
.consent span { cursor: pointer; }
.consent.checked span { color: var(--ink); }
.submit-button {
    transition: opacity .25s ease, filter .25s ease, transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.submit-button:disabled,
.submit-button[aria-disabled="true"] {
    opacity: .48;
    filter: grayscale(.22) saturate(.72);
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}
.submit-button:disabled:hover,
.submit-button[aria-disabled="true"]:hover {
    transform: none;
    box-shadow: none;
}

@media (max-width: 620px) {
    .consent {
        align-items: flex-start;
        line-height: 1.45;
    }
}
