:root{--gw-color-navy:#073b5c;--gw-color-teal:#008c95;--gw-color-teal-dark:#006d7c;--gw-color-medical-blue:#2474c6;--gw-color-aqua:#39bfc4;--gw-color-light-aqua:#ddf5f6;--gw-color-light-section:#eef8fa;--gw-color-page-bg:#f7fafc;--gw-color-white:#fff;--gw-color-text-primary:#102a43;--gw-color-text-secondary:#627d98;--gw-color-border:#d9e5ec;--gw-color-success:#16866b;--gw-color-emergency:#d92d20;--gw-color-warning:#d97706;--gw-color-primary:var(--gw-color-teal);--gw-color-primary-dark:var(--gw-color-teal-dark);--gw-color-secondary:var(--gw-color-navy);--gw-color-accent:var(--gw-color-medical-blue);--gw-bg-page:var(--gw-color-page-bg);--gw-bg-surface:var(--gw-color-white);--gw-bg-light:var(--gw-color-light-section);--gw-text-primary:var(--gw-color-text-primary);--gw-text-secondary:var(--gw-color-text-secondary);--gw-border:var(--gw-color-border);--gw-color-error:var(--gw-color-emergency);--gw-font-sans:"Inter", "SF Pro Display", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--gw-font-display-family:var(--gw-font-sans);--gw-font-display:clamp(2.35rem, 5vw, 3.6rem);--gw-font-page:clamp(1.9rem, 3.2vw, 2.5rem);--gw-font-section:clamp(1.5rem, 2.4vw, 1.75rem);--gw-font-heading:1.25rem;--gw-font-body:1rem;--gw-font-secondary:.975rem;--gw-font-small:.875rem;--gw-font-label:.8125rem;--gw-font-button:.9375rem;--gw-font-weight-regular:400;--gw-font-weight-medium:500;--gw-font-weight-semibold:600;--gw-font-weight-bold:700;--gw-line-height-tight:1.15;--gw-line-height-snug:1.4;--gw-line-height-normal:1.6;--gw-tracking-tight:-.02em;--gw-tracking-normal:-.01em;--gw-tracking-label:.06em;--gw-tracking-wide:.08em;--gw-space-0:0;--gw-space-1:.25rem;--gw-space-2:.5rem;--gw-space-3:.75rem;--gw-space-4:1rem;--gw-space-5:1.5rem;--gw-space-6:2rem;--gw-space-7:2.5rem;--gw-space-8:3rem;--gw-space-10:4rem;--gw-space-12:5rem;--gw-radius-none:0;--gw-radius-sm:4px;--gw-radius-md:8px;--gw-radius-lg:14px;--gw-radius-xl:20px;--gw-radius-pill:999px;--gw-shadow-sm:0 1px 2px #073b5c0f;--gw-shadow-md:0 8px 20px #073b5c1a;--gw-shadow-lg:0 20px 40px #073b5c29;--gw-shadow-hover:0 14px 34px #073b5c29;--gw-ease-standard:cubic-bezier(.2, .8, .2, 1);--gw-duration-fast:.18s;--gw-duration-base:.26s;--gw-duration-slow:.34s;--gw-lift-distance:4px;--gw-focus-ring:0 0 0 3px #008c9559;--gw-container-narrow:720px;--gw-container-standard:1200px;--gw-container-wide:1360px;--gw-breakpoint-md:768px;--gw-breakpoint-lg:1024px;--gw-breakpoint-xl:1280px;--gw-control-h-sm:32px;--gw-control-h-md:40px;--gw-control-h-lg:48px;--gw-touch-target:44px;--gw-header-h:72px;--gw-control-radius:var(--gw-radius-md)}*,:before,:after{box-sizing:border-box}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html{-webkit-text-size-adjust:100%}body{background:var(--gw-bg-page);color:var(--gw-text-primary);font-family:var(--gw-font-sans);font-size:var(--gw-font-body);line-height:var(--gw-line-height-normal);letter-spacing:var(--gw-tracking-normal);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100vh;margin:0}p{margin-top:var(--gw-space-2);margin-bottom:var(--gw-space-2)}a{color:var(--gw-color-primary);text-underline-offset:.18em;transition:color var(--gw-duration-fast) var(--gw-ease-standard);text-decoration:underline;text-decoration-thickness:1px}a:hover{color:var(--gw-color-primary-dark);-webkit-text-decoration-color:var(--gw-color-primary);text-decoration-color:var(--gw-color-primary)}h1,h2,h3,h4{font-family:var(--gw-font-display-family);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-tight);line-height:var(--gw-line-height-tight);color:var(--gw-color-navy);text-wrap:balance}p{text-wrap:pretty}img,svg{max-width:100%;height:auto}:focus-visible{outline:3px solid var(--gw-color-primary);outline-offset:2px;border-radius:var(--gw-radius-sm)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container{width:100%;padding-inline:var(--gw-space-4);margin-inline:auto}.container--narrow{max-width:var(--gw-container-narrow)}.container--standard{max-width:var(--gw-container-standard)}.container--wide{max-width:var(--gw-container-wide)}@media (width>=769px){.container{padding-inline:var(--gw-space-5)}}@media (width>=1025px){.container{padding-inline:var(--gw-space-6)}}.card{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);padding:var(--gw-space-5);transition:transform var(--gw-duration-base) var(--gw-ease-standard), box-shadow var(--gw-duration-base) var(--gw-ease-standard), border-color var(--gw-duration-base) var(--gw-ease-standard);display:block}.card:hover{transform:translateY(calc(-1 * var(--gw-lift-distance)));box-shadow:var(--gw-shadow-hover);border-color:color-mix(in srgb, var(--gw-color-primary) 35%, var(--gw-border))}.button{justify-content:center;align-items:center;gap:var(--gw-space-2);min-height:var(--gw-control-h-md);font-size:var(--gw-font-button);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-normal);padding:0 var(--gw-space-4);border-radius:var(--gw-control-radius);cursor:pointer;white-space:nowrap;transition:background-color var(--gw-duration-fast) var(--gw-ease-standard), border-color var(--gw-duration-fast) var(--gw-ease-standard), box-shadow var(--gw-duration-base) var(--gw-ease-standard), color var(--gw-duration-fast) var(--gw-ease-standard), transform var(--gw-duration-base) var(--gw-ease-standard);border:1px solid #0000;line-height:1;text-decoration:none;display:inline-flex}.button--primary{background:var(--gw-color-primary);color:var(--gw-color-white);box-shadow:0 2px 8px #008c9547}.button--primary:hover{background:var(--gw-color-primary-dark);transform:translateY(-1px);box-shadow:0 8px 20px #006d7c52}.button--primary:active{transform:translateY(0)}.button--secondary{background:var(--gw-color-secondary);color:var(--gw-color-white);box-shadow:0 2px 8px #073b5c38}.button--secondary:hover{background:var(--gw-color-navy);transform:translateY(-1px);box-shadow:0 8px 20px #073b5c42}.button--ghost{background:var(--gw-bg-surface);color:var(--gw-color-secondary);border-color:var(--gw-border);box-shadow:var(--gw-shadow-sm)}.button--ghost:hover{border-color:var(--gw-color-primary);color:var(--gw-color-primary-dark);box-shadow:var(--gw-shadow-md);transform:translateY(-1px)}.button--sm{min-height:var(--gw-control-h-sm);font-size:var(--gw-font-small);padding:0 var(--gw-space-3)}.button--lg{min-height:var(--gw-control-h-lg);padding:0 var(--gw-space-5)}.button:disabled,.button[aria-disabled=true]{opacity:.55;cursor:not-allowed;box-shadow:none!important;transform:none!important}.link{text-underline-offset:.15em;text-decoration:underline}.badge{min-height:var(--gw-space-5);padding:0 var(--gw-space-2);border-radius:var(--gw-radius-pill);font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-medium);white-space:nowrap;align-items:center;line-height:1;display:inline-flex}.badge--neutral{background:var(--gw-bg-light);color:var(--gw-text-secondary)}.badge--brand{background:var(--gw-color-primary);color:var(--gw-color-white)}.badge--success{background:var(--gw-color-success);color:var(--gw-color-white)}.badge--warning{background:var(--gw-color-warning);color:var(--gw-color-white)}.badge--emergency{background:var(--gw-color-emergency);color:var(--gw-color-white)}.field{gap:var(--gw-space-2);margin-bottom:var(--gw-space-4);flex-direction:column;display:flex}.field__label{font-size:var(--gw-font-label);font-weight:var(--gw-font-weight-medium);color:var(--gw-text-primary)}.field__control{min-height:var(--gw-control-h-md);font-size:var(--gw-font-body);color:var(--gw-text-primary);background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-control-radius);padding:var(--gw-space-2) var(--gw-space-3);transition:border-color var(--gw-duration-fast) var(--gw-ease-standard), box-shadow var(--gw-duration-fast) var(--gw-ease-standard), background-color var(--gw-duration-fast) var(--gw-ease-standard)}.field__control:hover{border-color:color-mix(in srgb, var(--gw-color-primary) 45%, var(--gw-border))}.field__control:focus{border-color:var(--gw-color-primary);box-shadow:var(--gw-focus-ring);outline:none}.field__hint{font-size:var(--gw-font-small);color:var(--gw-text-secondary)}.field__error{font-size:var(--gw-font-small);color:var(--gw-color-error);font-weight:var(--gw-font-weight-medium)}.section-heading{justify-content:space-between;align-items:flex-end;gap:var(--gw-space-4);flex-wrap:wrap;display:flex}.section-heading__eyebrow{align-items:center;gap:var(--gw-space-2);font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-wide);text-transform:uppercase;color:var(--gw-text-secondary);margin:0;display:inline-flex}.section-heading__eyebrow:before{content:"";border-radius:var(--gw-radius-pill);background:var(--gw-color-primary);width:22px;height:2px}.section-heading__title{margin:var(--gw-space-1) 0 0;color:var(--gw-color-navy)}.section-heading__aside{margin-inline-start:0}.visually-hidden{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dialog{z-index:50;position:fixed;inset:0}.dialog__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#102a438c;position:absolute;inset:0}.dialog__panel{z-index:1;background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-xl);box-shadow:var(--gw-shadow-lg);position:relative}.dialog--center .dialog__panel{width:min(480px, calc(100% - var(--gw-space-8)));max-height:calc(100% - var(--gw-space-8));padding:var(--gw-space-6);gap:var(--gw-space-4);flex-direction:column;margin-block-start:var(--gw-space-8);margin-inline:auto;display:flex;overflow-y:auto}.dialog--side .dialog__panel{width:min(340px,100%);padding:var(--gw-space-6);gap:var(--gw-space-5);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}.dialog__title{font-size:var(--gw-font-section);margin:0}.dialog__close{top:var(--gw-space-3);min-height:var(--gw-control-h-md);min-width:var(--gw-control-h-md);position:absolute;inset-inline-end:var(--gw-space-3)}.app-shell{flex-direction:column;min-height:100vh;display:flex}.skip-link{inset-inline-start:var(--gw-space-4);top:var(--gw-space-4);z-index:60;background:var(--gw-color-primary);color:var(--gw-color-white);border-radius:var(--gw-radius-md);padding:var(--gw-space-2) var(--gw-space-3);font-weight:var(--gw-font-weight-semibold);position:absolute;transform:translateY(-200%)}.skip-link:focus-visible{transform:translateY(0)}.logo{object-fit:contain;width:auto;max-width:100%;height:auto;display:block}.site-header{z-index:40;background:var(--gw-bg-surface);border-bottom:1px solid var(--gw-border);box-shadow:var(--gw-shadow-sm);position:sticky;top:0}.site-header__inner{min-height:var(--gw-header-h);align-items:center;gap:var(--gw-space-3);padding:0 var(--gw-space-4);display:flex}.site-header__brand{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.site-header__brand .logo{width:clamp(160px,17vw,220px)}.site-header__nav{display:none}.site-header__nav-list{align-items:center;gap:var(--gw-space-1);margin:0;padding:0;list-style:none;display:flex}.site-header__nav-link{min-height:var(--gw-control-h-md);color:var(--gw-text-secondary);font-weight:var(--gw-font-weight-medium);font-size:var(--gw-font-secondary);white-space:nowrap;padding:var(--gw-space-2);border-radius:var(--gw-radius-md);transition:color var(--gw-duration-fast) var(--gw-ease-standard), background-color var(--gw-duration-fast) var(--gw-ease-standard), border-color var(--gw-duration-fast) var(--gw-ease-standard), box-shadow var(--gw-duration-fast) var(--gw-ease-standard);align-items:center;text-decoration:none;display:inline-flex}.site-header__nav-link:hover{color:var(--gw-color-primary-dark);background:color-mix(in srgb, var(--gw-color-light-aqua) 55%, transparent)}.site-header__nav-link[aria-current=page]{color:var(--gw-color-primary-dark);background:var(--gw-color-light-aqua);font-weight:var(--gw-font-weight-semibold)}.nav-link__icon{flex-shrink:0}.site-header__nav-link--booking{gap:var(--gw-space-1);padding:0 var(--gw-space-2);border:1px solid color-mix(in srgb, var(--gw-color-primary) 45%, var(--gw-border));border-radius:var(--gw-radius-pill);color:var(--gw-color-primary-dark)}.site-header__nav-link--booking:hover{background:color-mix(in srgb, var(--gw-color-light-aqua) 60%, transparent);border-color:color-mix(in srgb, var(--gw-color-primary) 65%, var(--gw-border))}.site-header__nav-link--booking[aria-current=page]{background:var(--gw-color-teal-dark);border-color:var(--gw-color-teal-dark);color:var(--gw-color-white)}.site-header__actions{align-items:center;gap:var(--gw-space-4);margin-inline-start:auto;display:flex}.site-header__emergency{align-items:center;display:none}.emergency-phone{align-items:center;gap:var(--gw-space-2);color:var(--gw-text-primary);white-space:nowrap;text-decoration:none;display:inline-flex}.emergency-phone__icon{color:var(--gw-color-primary);align-items:center;display:inline-flex}.emergency-phone__text{flex-direction:column;line-height:1.15;display:inline-flex}.emergency-phone__number{font-size:.9375rem;font-weight:var(--gw-font-weight-bold);color:var(--gw-text-primary)}.emergency-phone__label{font-size:.75rem;font-weight:var(--gw-font-weight-bold);color:var(--gw-color-emergency)}.site-header__menu-btn{align-items:center;gap:var(--gw-space-2);min-height:var(--gw-control-h-lg);border:1px solid var(--gw-border);color:var(--gw-text-primary);border-radius:var(--gw-radius-md);padding:0 var(--gw-space-3);background:0 0;display:inline-flex}.site-header__menu-btn[aria-expanded=true]{background:var(--gw-bg-light);color:var(--gw-color-secondary)}@media (width<=480px){.site-header__menu-label{display:none}.site-header__menu-btn{padding:0 var(--gw-space-2)}}@media (width>=1280px){.site-header__nav{margin-inline-start:var(--gw-space-2);display:flex}.site-header__menu-btn{display:none}}@media (width>=1440px){.site-header__inner{padding:0 var(--gw-space-5)}}@media (width>=1680px){.site-header__emergency{display:inline-flex}}.site-header__cta{min-height:var(--gw-control-h-lg);padding:0 var(--gw-space-4)}.site-header__cta .button__label-long{display:inline}.site-header__cta .button__label-short{display:none}@media (width<=1439px){.site-header__cta .button__label-long{display:none}.site-header__cta .button__label-short{display:inline}}.drawer-nav{gap:var(--gw-space-1);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.drawer-nav__link{color:var(--gw-text-primary);font-size:var(--gw-font-body);font-weight:var(--gw-font-weight-medium);border-radius:var(--gw-radius-md);padding:var(--gw-space-3) var(--gw-space-4);text-decoration:none}.drawer-nav__link:hover{color:var(--gw-color-primary-dark)}.drawer-nav__link[aria-current=page]{background:var(--gw-bg-light);color:var(--gw-color-secondary)}.drawer-cta{justify-content:center;width:100%}.app-main{padding-block:var(--gw-space-10);outline:none;flex:auto}.site-footer{background:var(--gw-color-navy);color:var(--gw-color-light-aqua);border-top:4px solid var(--gw-color-primary)}.site-footer__grid{gap:var(--gw-space-6);padding-block:var(--gw-space-8) var(--gw-space-6);grid-template-columns:1fr;display:grid}.site-footer__brand{box-sizing:border-box;max-width:100%;padding:var(--gw-space-2) var(--gw-space-3);background:var(--gw-color-white);border-radius:var(--gw-radius-md);align-items:center;display:inline-flex}.site-footer__brand .logo{width:clamp(180px,18vw,240px)}.site-footer__tagline{max-width:40ch;color:color-mix(in srgb, var(--gw-color-light-aqua) 78%, transparent);font-size:var(--gw-font-secondary);line-height:var(--gw-line-height-normal)}.site-footer__contact{gap:var(--gw-space-1);margin:var(--gw-space-4) 0 0;flex-direction:column;font-style:normal;display:flex}.site-footer__contact a{color:var(--gw-color-light-aqua);font-weight:var(--gw-font-weight-medium);text-decoration:none}.site-footer__contact a:hover{color:var(--gw-color-white);text-decoration:underline}.site-footer__emergency{align-items:center;gap:var(--gw-space-2);margin-top:var(--gw-space-5);padding:var(--gw-space-2) var(--gw-space-3);border:1px solid color-mix(in srgb, var(--gw-color-emergency) 70%, transparent);border-radius:var(--gw-radius-md);color:var(--gw-color-light-aqua);font-size:var(--gw-font-secondary);text-decoration:none;display:inline-flex}.site-footer__emergency:hover{background:#d92d201f}.site-footer__emergency .emergency-dot{background:var(--gw-color-emergency);border-radius:50%;width:8px;height:8px}.site-footer__emergency-number{font-weight:var(--gw-font-weight-semibold)}.site-footer__col-title{margin:0 0 var(--gw-space-3);font-size:var(--gw-font-label);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-label);text-transform:uppercase;color:var(--gw-color-aqua)}.site-footer__list{gap:var(--gw-space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.site-footer__link{color:color-mix(in srgb, var(--gw-color-light-aqua) 86%, transparent);font-size:var(--gw-font-secondary);transition:color var(--gw-duration-fast) var(--gw-ease-standard);text-decoration:none}.site-footer__link:hover{color:var(--gw-color-white);text-underline-offset:.15em;text-decoration:underline}.site-footer__campus{gap:var(--gw-space-1);flex-direction:column;display:flex}.site-footer__campus-name{color:var(--gw-color-white);font-weight:var(--gw-font-weight-semibold)}.site-footer__campus-address{color:color-mix(in srgb, var(--gw-color-light-aqua) 72%, transparent);font-size:var(--gw-font-small)}.site-footer__instavell{padding-block:var(--gw-space-6) var(--gw-space-4);border-top:1px solid #ddf5f624}.site-footer__instavell-intro{font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-wide);text-transform:uppercase;color:var(--gw-color-aqua);margin-block-end:var(--gw-space-4);display:block}.site-footer__instavell-link{border-radius:var(--gw-radius-md);align-items:center;text-decoration:none;display:inline-flex}.site-footer__instavell-logo{object-fit:contain;width:auto;max-width:100%;height:48px;display:block}.site-footer__instavell-link:hover .site-footer__instavell-logo{opacity:.9}.site-footer__bottom{gap:var(--gw-space-2) var(--gw-space-4);padding-block:var(--gw-space-4) var(--gw-space-5);color:color-mix(in srgb, var(--gw-color-light-aqua) 62%, transparent);font-size:var(--gw-font-small);border-top:1px solid #ddf5f624;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-block-start:var(--gw-space-5);display:flex}.site-footer__copyright{color:color-mix(in srgb, var(--gw-color-light-aqua) 74%, transparent)}.site-footer__legal{color:color-mix(in srgb, var(--gw-color-light-aqua) 55%, transparent)}@media (width>=768px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.placeholder-page{gap:var(--gw-space-6);flex-direction:column;display:flex}.placeholder-page__description{font-size:var(--gw-font-secondary);color:var(--gw-text-secondary)}.placeholder-page__actions{gap:var(--gw-space-4);flex-wrap:wrap;margin-block-start:var(--gw-space-5);display:flex}.home .section-heading__title{color:var(--gw-color-navy)}.home-icon{color:var(--gw-color-medical-blue)}.app-main:has(>.home){padding-block-start:0}.home-hero{isolation:isolate;background:linear-gradient(180deg, var(--gw-color-light-section) 0%, var(--gw-color-white) 100%);padding-block:var(--gw-space-6);position:relative}.home-hero__inner{gap:var(--gw-space-6);grid-template-columns:minmax(0,1fr);align-items:start;display:grid}.home-hero__copy{min-width:0}.home-hero__eyebrow{font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-wide);text-transform:uppercase;color:var(--gw-color-teal);margin:0}.home-hero__title{margin:var(--gw-space-3) 0 0;color:var(--gw-color-navy);font-size:clamp(2.5rem,3.6vw + 1rem,3.75rem);line-height:var(--gw-line-height-tight)}.home-hero__intro{margin:var(--gw-space-4) 0 0;max-width:46ch;color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);line-height:var(--gw-line-height-normal)}.home-hero__actions{gap:var(--gw-space-4);flex-wrap:wrap;margin-block-start:var(--gw-space-5);display:flex}.home-hero__cta-primary,.home-hero__cta-secondary{min-height:var(--gw-control-h-lg);padding:0 var(--gw-space-5)}.home-hero__media{justify-content:center;min-width:0;display:flex}.home-hero__visual{aspect-ratio:4/3;object-fit:cover;object-position:center;border:0;border-radius:0;width:100%;max-width:30rem;height:auto;display:block}@media (width>=1024px){.home-hero__inner{column-gap:var(--gw-space-6);grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(18rem,.8fr);grid-template-areas:"copy.booking";align-items:center}.home-hero__copy{z-index:1;grid-area:copy;position:relative}.home-booking{z-index:1;grid-area:booking;position:relative}.home-hero__media{z-index:0;display:block;position:absolute;inset:0}.home-hero__media:before{content:"";background:linear-gradient(to right, color-mix(in srgb, var(--gw-color-light-section) 82%, transparent) 0%, color-mix(in srgb, var(--gw-color-light-section) 40%, transparent) 34%, color-mix(in srgb, var(--gw-color-light-section) 0%, transparent) 58%);position:absolute;inset:0}.home-hero__visual{object-fit:cover;object-position:center;width:100%;max-width:none;height:100%}.home-hero__title{max-width:16ch}}.home-booking{min-width:0}.home-booking__card{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-lg);padding:var(--gw-space-4);gap:var(--gw-space-2);flex-direction:column;display:flex}.home-booking__eyebrow{font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-wide);text-transform:uppercase;color:var(--gw-color-teal);margin:0}.home-booking__title{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.home-booking__fields{gap:var(--gw-space-2);grid-template-columns:minmax(0,1fr);display:grid}.home-booking__fields .field{margin-bottom:0}.home-booking__fields .field__control{min-height:var(--gw-control-h-lg)}.home-booking__cta{width:100%;min-height:var(--gw-control-h-lg);justify-content:center}@media (width>=768px){.home-booking{width:100%;max-width:26rem;margin-inline:auto}}@media (width>=1024px){.home-booking{max-width:none;margin-inline:0}}.home-facilities{background:var(--gw-bg-light);border-block:1px solid var(--gw-border);padding-block:var(--gw-space-5)}.home-facilities__strip{gap:var(--gw-space-4);grid-template-columns:minmax(0,1fr);margin:0;padding:0;list-style:none;display:grid}@media (width>=640px){.home-facilities__strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.home-facilities__strip{grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:0}.home-facilities__item:not(:first-child){border-inline-start:1px solid color-mix(in srgb, var(--gw-border) 75%, transparent);padding-inline-start:var(--gw-space-4)}.home-facilities__item:not(:last-child){padding-inline-end:var(--gw-space-4)}}.home-facilities__item{align-items:center;gap:var(--gw-space-3);min-width:0;display:flex}.home-facilities__visual{border-radius:var(--gw-radius-lg);border:1px solid color-mix(in srgb, var(--gw-color-teal) 18%, transparent);background:0 0;flex-shrink:0;place-items:center;width:60px;height:60px;display:grid}.home-facilities__icon-image{object-fit:contain;width:52px;height:52px;display:block}.home-facilities__text{min-width:0;display:block}.home-facilities__name{color:var(--gw-color-navy);font-size:.9375rem;font-weight:var(--gw-font-weight-bold);line-height:1.3;display:block}.home-facilities__item[data-facility-kind=emergency] .home-facilities__name{color:var(--gw-color-emergency)}.home-facilities__descriptor{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin-block-start:2px;line-height:1.35;display:block}.home-specialities{background:var(--gw-bg-surface);border-block-end:1px solid var(--gw-border);padding-block:var(--gw-space-6)}.home-specialities__grid{margin:var(--gw-space-4) 0 0;gap:var(--gw-space-3);grid-template-columns:repeat(2,minmax(0,1fr));padding:0;list-style:none;display:grid}@media (width>=640px){.home-specialities__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=1280px){.home-specialities__grid{grid-template-columns:repeat(8,minmax(0,1fr))}}.home-specialities__item{display:flex}.home-specialities__tile{justify-content:center;align-items:center;gap:var(--gw-space-2);min-height:5rem;padding:var(--gw-space-3) var(--gw-space-2);text-align:center;color:var(--gw-color-navy);background:var(--gw-color-light-section);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);transition:border-color var(--gw-duration-fast) var(--gw-ease-standard), box-shadow var(--gw-duration-base) var(--gw-ease-standard), transform var(--gw-duration-base) var(--gw-ease-standard);flex-direction:column;flex:auto;text-decoration:none;display:flex}.home-specialities__tile:hover{border-color:color-mix(in srgb, var(--gw-color-primary) 55%, var(--gw-border));box-shadow:var(--gw-shadow-md);transform:translateY(-2px)}.home-specialities__icon{place-items:center;display:grid}.home-specialities__image{object-fit:contain;width:3rem;height:3rem;display:block}.home-specialities__name{font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);line-height:1.25}.home-specialities__view-all{border-radius:var(--gw-radius-pill);min-height:var(--gw-control-h-md);padding:0 var(--gw-space-4);color:var(--gw-color-primary-dark);border-color:color-mix(in srgb, var(--gw-color-primary) 45%, var(--gw-border))}.home-specialities__view-all:hover{background:var(--gw-bg-light);color:var(--gw-color-primary-dark)}.home-diagnostics__grid,.home-packages__grid{margin:0;padding:0;list-style:none}.home-doctors{background:var(--gw-color-white);padding-block:var(--gw-space-10)}.home-doctors__heading{justify-content:space-between;align-items:flex-end;gap:var(--gw-space-4);flex-wrap:wrap;margin-block-end:var(--gw-space-6);display:flex}.home-doctors__eyebrow{font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-wide);text-transform:uppercase;color:var(--gw-color-teal);margin:0}.home-doctors__title{margin:var(--gw-space-2) 0 0;color:var(--gw-color-navy);font-size:var(--gw-font-section);line-height:var(--gw-line-height-tight)}.home-doctors__supporting{margin:var(--gw-space-3) 0 0;max-width:52ch;color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);line-height:var(--gw-line-height-normal)}.home-doctors__view-all{align-items:center;gap:var(--gw-space-2);background:var(--gw-bg-surface);color:var(--gw-color-navy);border-color:var(--gw-color-teal)}.home-doctors__view-all:hover{background:var(--gw-color-teal-dark);color:var(--gw-color-white);border-color:var(--gw-color-teal-dark)}.home-doctors__grid{gap:var(--gw-space-4);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){.home-doctors__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.home-doctors__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1280px){.home-doctors__grid{grid-template-columns:repeat(6,1fr)}}.home-doctors__card{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);flex-direction:column;display:flex;overflow:hidden}.home-doctors__photo{aspect-ratio:4/5;object-fit:cover;object-position:center top;background:var(--gw-bg-light);width:100%;display:block}.home-doctors__body{gap:var(--gw-space-2);padding:var(--gw-space-4);flex-direction:column;flex:1;display:flex}.home-doctors__name{color:var(--gw-color-navy);font-size:var(--gw-font-heading);line-height:var(--gw-line-height-tight);margin:0}.home-doctors__designation{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0}.home-doctors__department{color:var(--gw-color-teal);font-weight:var(--gw-font-weight-semibold);font-size:var(--gw-font-small);margin:0}.home-doctors__actions{gap:var(--gw-space-3);padding-top:var(--gw-space-3);flex-direction:column;margin-top:auto;display:flex}.home-doctors__profile{border-color:var(--gw-color-teal);width:100%;color:var(--gw-text-secondary);justify-content:center}.home-doctors__book{justify-content:center;width:100%}.home-diagnostics{background:var(--gw-color-light-section);padding-block:var(--gw-space-8)}.home-diagnostics__heading{justify-content:space-between;align-items:flex-end;gap:var(--gw-space-4);flex-wrap:wrap;margin-block-end:var(--gw-space-6);display:flex}.home-diagnostics__heading-copy{min-width:0}.home-diagnostics__eyebrow{font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-wide);text-transform:uppercase;color:var(--gw-color-teal);margin:0}.home-diagnostics__title{margin:var(--gw-space-2) 0 0;color:var(--gw-color-navy);font-size:var(--gw-font-section);line-height:var(--gw-line-height-tight)}.home-diagnostics__supporting{margin:var(--gw-space-3) 0 0;max-width:52ch;color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);line-height:var(--gw-line-height-normal)}.home-diagnostics__view-all{align-items:center;gap:var(--gw-space-2);background:var(--gw-bg-surface);color:var(--gw-color-navy);border-color:var(--gw-color-teal)}.home-diagnostics__view-all:hover{background:var(--gw-color-teal-dark);color:var(--gw-color-white);border-color:var(--gw-color-teal-dark)}.home-diagnostics__grid{gap:var(--gw-space-5);grid-template-columns:1fr;display:grid}@media (width>=640px){.home-diagnostics__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.home-diagnostics__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.home-diagnostics__card{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);flex-direction:column;display:flex;overflow:hidden}.home-diagnostics__image{aspect-ratio:4/3;object-fit:cover;background:var(--gw-bg-light);width:100%;display:block}.home-diagnostics__body{gap:var(--gw-space-2);padding:var(--gw-space-4);flex-direction:column;display:flex}.home-diagnostics__name{color:var(--gw-color-navy);font-size:var(--gw-font-heading);line-height:var(--gw-line-height-tight);margin:0}.home-diagnostics__description{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0}.home-packages{background:var(--gw-color-page-bg);padding-block:var(--gw-space-8)}.home-packages__grid{gap:var(--gw-space-5);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.home-packages__card{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);transition:transform var(--gw-duration-base) var(--gw-ease-standard), box-shadow var(--gw-duration-base) var(--gw-ease-standard), border-color var(--gw-duration-base) var(--gw-ease-standard);flex-direction:column;display:flex;overflow:hidden}.home-packages__card:hover{transform:translateY(calc(-1 * var(--gw-lift-distance)));box-shadow:var(--gw-shadow-hover);border-color:color-mix(in srgb, var(--gw-color-primary) 35%, var(--gw-border))}.home-packages__image{aspect-ratio:3/2;object-fit:cover;object-position:center top;width:100%;display:block}.home-packages__body{gap:var(--gw-space-3);padding:var(--gw-space-5);flex-direction:column;flex:1;display:flex}.home-packages__cta{justify-content:center;width:100%;margin-top:auto}.home-packages__name{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.home-packages__description{color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);margin:0}.home-packages__price{color:var(--gw-color-teal);font-weight:var(--gw-font-weight-bold);font-size:var(--gw-font-section);margin:0}.home-packages__inclusions{margin:0;padding:0;list-style:none}.home-packages__inclusions li{align-items:center;gap:var(--gw-space-2);color:var(--gw-text-primary);font-size:var(--gw-font-small);display:flex}.home-packages__inclusions li:before{content:"✓";color:var(--gw-color-teal);font-weight:var(--gw-font-weight-bold)}.home-trust{background:var(--gw-color-white);padding-block:var(--gw-space-8)}.home-trust__grid{gap:var(--gw-space-6);grid-template-columns:repeat(2,1fr);display:grid}@media (width>=1024px){.home-trust__grid{grid-template-columns:repeat(4,1fr)}}.home-trust__stat{text-align:center}.home-trust__value{color:var(--gw-color-navy);font-weight:var(--gw-font-weight-bold);font-size:var(--gw-font-page);line-height:var(--gw-line-height-tight);margin:0}.home-trust__label{margin:var(--gw-space-2) 0 0;color:var(--gw-text-secondary);font-size:var(--gw-font-secondary)}.home-location{background:var(--gw-color-page-bg);padding-block:var(--gw-space-8)}.home-location__branches{gap:var(--gw-space-4);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){.home-location__branches{grid-template-columns:repeat(2,1fr)}}.home-location__branch{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);padding:var(--gw-space-5);gap:var(--gw-space-2);flex-direction:column;display:flex}.home-location__branch-name{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.home-location__branch-address,.home-location__branch-phone,.home-location__branch-hours{color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);margin:0}.home-location__actions{gap:var(--gw-space-4);flex-wrap:wrap;align-items:center;margin-block-start:var(--gw-space-5);display:flex}.home-location__note{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0}.home-location__contact{margin:0;padding:0;list-style:none}.home-location__contact li a{color:var(--gw-color-medical-blue);text-decoration:none}.home-cta-band{background:linear-gradient(135deg, var(--gw-color-teal-dark), var(--gw-color-teal));padding-block:var(--gw-space-12);text-align:center}.home-cta-band__title{color:var(--gw-color-white);font-size:var(--gw-font-page);line-height:var(--gw-line-height-tight);margin:0}.home-cta-band__copy{max-width:64ch;color:var(--gw-color-light-section);font-size:var(--gw-font-secondary);line-height:var(--gw-line-height-normal);text-align:center;margin-block-start:var(--gw-space-4);margin-inline:auto}.home-cta-band__actions{justify-content:center;gap:var(--gw-space-4);flex-wrap:wrap;margin-block-start:var(--gw-space-6);display:flex}.home-cta-band__cta,.home-cta-band__cta-ghost{min-width:18rem;min-height:52px;padding-inline:var(--gw-space-6)}.home-cta-band__cta{background:var(--gw-color-white);color:var(--gw-color-teal-dark);box-shadow:0 10px 24px #006d7c47}.home-cta-band__cta:hover{background:var(--gw-color-light-section);color:var(--gw-color-teal-dark);transform:none;box-shadow:0 14px 30px #006d7c57}.home-cta-band__cta:active{transform:none}.home-cta-band__cta-ghost{color:var(--gw-color-white);background:#ffffff24;border-color:#ffffffd9;box-shadow:0 10px 24px #006d7c33}.home-cta-band__cta-ghost:hover{color:var(--gw-color-white);border-color:var(--gw-color-white);background:#ffffff42;transform:none;box-shadow:0 14px 30px #006d7c4d}.home-cta-band__cta-ghost:active{transform:none}@media (width<=767px){.home-cta-band__actions{flex-direction:column;align-items:stretch}.home-cta-band__cta,.home-cta-band__cta-ghost{width:100%;min-width:0;max-width:20rem;margin-inline:auto}}.departments-page .section-heading__title,.department-detail .section-heading__title,.doctors-page .section-heading__title,.doctor-profile .section-heading__title,.booking-handoff .section-heading__title{color:var(--gw-color-navy)}.departments-page .section-heading__eyebrow,.department-detail .section-heading__eyebrow,.doctors-page .section-heading__eyebrow,.doctor-profile .section-heading__eyebrow,.booking-handoff .section-heading__eyebrow{color:var(--gw-color-teal)}.detail-heading{align-items:flex-start;gap:var(--gw-space-4);flex-direction:column;display:flex}.page-back-link{align-items:center;gap:var(--gw-space-2);min-height:var(--gw-touch-target);padding:0 var(--gw-space-4);background:var(--gw-color-primary);color:var(--gw-color-white);border:1px solid var(--gw-color-primary-dark);border-radius:var(--gw-radius-md);font-size:var(--gw-font-button);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-normal);cursor:pointer;white-space:nowrap;transition:background-color var(--gw-duration-fast) var(--gw-ease-standard), border-color var(--gw-duration-fast) var(--gw-ease-standard), box-shadow var(--gw-duration-base) var(--gw-ease-standard), color var(--gw-duration-fast) var(--gw-ease-standard);line-height:1;text-decoration:none;display:inline-flex;transform:none;box-shadow:0 2px 8px #008c9547}.page-back-link:hover{background:var(--gw-color-primary-dark);border-color:var(--gw-color-primary-dark);color:var(--gw-color-white);text-decoration:none;transform:none;box-shadow:0 8px 20px #006d7c52}.page-back-link:focus-visible{outline-color:var(--gw-color-navy);outline-offset:3px}.page-back-link__arrow{font-size:1.1em;line-height:1}.departments-page{gap:var(--gw-space-7);display:grid}.departments-page__header{gap:var(--gw-space-3);display:grid}.departments-page__intro,.doctors-page__intro{max-width:62ch;color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);line-height:var(--gw-line-height-normal);margin:0}.departments-page__grid{gap:var(--gw-space-6);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){.departments-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.departments-page__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1280px){.departments-page__grid{grid-template-columns:repeat(4,1fr)}}.department-card{gap:var(--gw-space-4);padding:var(--gw-space-6);background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-xl);box-shadow:var(--gw-shadow-sm);cursor:default;transition:border-color var(--gw-duration-base) var(--gw-ease-standard), box-shadow var(--gw-duration-base) var(--gw-ease-standard);flex-direction:column;display:flex;position:relative}.department-card:hover{border-color:color-mix(in srgb, var(--gw-color-primary) 42%, var(--gw-border));box-shadow:var(--gw-shadow-md)}.department-card__header{align-items:center;gap:var(--gw-space-3);flex-direction:column;display:flex}.department-card__icon{object-fit:contain;width:104px;height:104px;display:block}.department-card__name{color:var(--gw-color-navy);font-size:1.125rem;font-weight:var(--gw-font-weight-bold);line-height:var(--gw-line-height-snug);text-align:center;margin:0}.department-card__accent{border-radius:var(--gw-radius-pill);background:var(--gw-color-teal-dark);width:56px;height:4px;display:block}@media (width>=768px){.department-card__name{font-size:1.375rem}}.department-card__summary{color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);line-height:var(--gw-line-height-snug);margin:0}.department-card__services{gap:var(--gw-space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.department-card__services li{font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-medium);color:var(--gw-text-secondary);background:var(--gw-bg-light);border:1px solid var(--gw-border);border-radius:var(--gw-radius-pill);padding:var(--gw-space-1) var(--gw-space-3)}.department-card__footer{align-items:stretch;gap:var(--gw-space-3);flex-direction:column;margin-block-start:auto;display:flex}.department-card__meta{color:var(--gw-text-secondary);font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-medium);margin:0}.department-detail{gap:var(--gw-space-7);display:grid}.department-detail--notfound{max-width:var(--gw-container-narrow)}.department-detail__header{align-items:center;gap:var(--gw-space-4);background:var(--gw-bg-light);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);padding:var(--gw-space-6);display:flex}.department-detail__icon{border-radius:var(--gw-radius-pill);background:var(--gw-bg-surface);width:64px;height:64px;color:var(--gw-color-accent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.department-detail__description{color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);line-height:var(--gw-line-height-normal);margin:0}.department-detail__section{gap:var(--gw-space-3);display:grid}.department-detail__section-title{margin:0 0 var(--gw-space-2);color:var(--gw-color-navy);font-size:var(--gw-font-section)}.department-detail__list{margin:0;padding:0;list-style:none}.department-detail__list li{color:var(--gw-text-primary);padding:var(--gw-space-3) var(--gw-space-4);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);background:var(--gw-bg-surface)}.department-detail__doctors{gap:var(--gw-space-6);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){.department-detail__doctors{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.department-detail__doctors{grid-template-columns:repeat(3,1fr)}}.department-detail__actions{gap:var(--gw-space-4);flex-wrap:wrap;display:flex}.department-detail__notfound{color:var(--gw-text-secondary)}.doctors-page{gap:var(--gw-space-7);display:grid}.doctors-page__filters{gap:var(--gw-space-4);display:grid}.doctors-page__search{align-items:end;gap:var(--gw-space-4);grid-template-columns:1fr auto;display:grid}@media (width<=767px){.doctors-page__search{grid-template-columns:1fr}}.doctors-page__reset{min-height:var(--gw-control-h-md);align-self:end}.doctors-page__groups{gap:var(--gw-space-4);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.doctors-page .field__control{width:100%}.doctors-page__count{margin:0}.doctor-tile{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);transition:transform var(--gw-duration-base) var(--gw-ease-standard), box-shadow var(--gw-duration-base) var(--gw-ease-standard), border-color var(--gw-duration-base) var(--gw-ease-standard);flex-direction:column;gap:0;display:flex;overflow:hidden}.doctor-tile:hover{transform:translateY(calc(-1 * var(--gw-lift-distance)));box-shadow:var(--gw-shadow-hover);border-color:color-mix(in srgb, var(--gw-color-primary) 35%, var(--gw-border))}.doctor-tile__photo{aspect-ratio:4/5;object-fit:cover;object-position:center top;background:var(--gw-bg-light);width:100%;transition:transform var(--gw-duration-base) var(--gw-ease-standard);display:block}.doctor-tile:hover .doctor-tile__photo{transform:scale(1.02)}.doctor-tile__body{gap:var(--gw-space-2);padding:var(--gw-space-4);flex-direction:column;flex:1;display:flex}.doctor-tile__name{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.doctor-tile__designation{color:var(--gw-color-teal);font-weight:var(--gw-font-weight-semibold);font-size:var(--gw-font-small);margin:0}.doctor-tile__qualification{color:var(--gw-text-secondary);font-size:var(--gw-font-small);line-height:var(--gw-line-height-normal);overflow-wrap:break-word;margin:0}.doctor-tile__department{color:var(--gw-color-teal);font-weight:var(--gw-font-weight-semibold);margin:0}.doctor-tile__specialties{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0}.doctor-tile__actions{gap:var(--gw-space-3);padding-top:var(--gw-space-3);flex-direction:column;margin-top:auto;display:flex}.doctor-tile__profile,.doctor-tile__book{justify-content:center;width:100%}.doctor-tile__profile.button--ghost{background:var(--gw-bg-surface);color:var(--gw-color-navy);border-color:var(--gw-color-teal)}.doctor-tile__profile.button--ghost:hover{background:var(--gw-color-teal-dark);color:var(--gw-color-white);border-color:var(--gw-color-teal-dark)}.doctor-profile{gap:var(--gw-space-7);display:grid}.doctor-profile--notfound{max-width:var(--gw-container-narrow)}.doctor-profile__layout{gap:var(--gw-space-5);grid-template-columns:1fr;align-items:center;display:grid}@media (width>=768px){.doctor-profile__layout{grid-template-columns:240px 1fr}}.doctor-profile__photo{aspect-ratio:4/5;object-fit:cover;object-position:center top;border-radius:var(--gw-radius-lg);background:var(--gw-bg-light);width:100%;max-width:240px}.doctor-profile__designation{margin:0 0 var(--gw-space-2);color:var(--gw-color-teal);font-weight:var(--gw-font-weight-semibold);font-size:var(--gw-font-heading)}.doctor-profile__department{color:var(--gw-text-secondary);font-weight:var(--gw-font-weight-semibold);font-size:var(--gw-font-secondary);margin:0}.doctor-profile__bio{margin:var(--gw-space-3) 0 0;color:var(--gw-text-primary);line-height:var(--gw-line-height-normal)}.doctor-profile__section{gap:var(--gw-space-3);display:grid}.doctor-profile__section-title{margin:0 0 var(--gw-space-2);color:var(--gw-color-navy);font-size:var(--gw-font-section)}.doctor-profile__list{margin:0;padding:0;list-style:none}.doctor-profile__list li{color:var(--gw-text-primary);padding:var(--gw-space-3) var(--gw-space-4);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);background:var(--gw-bg-surface)}.doctor-profile__qualifications{gap:var(--gw-space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.doctor-profile__qualifications li{color:var(--gw-color-navy);background:var(--gw-bg-light);border:1px solid var(--gw-border);border-radius:var(--gw-radius-pill);padding:var(--gw-space-1) var(--gw-space-3);font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-medium)}.doctor-profile__availability{margin:0}.booking-handoff{gap:var(--gw-space-6);display:grid}.booking-handoff--notfound{max-width:var(--gw-container-narrow)}.booking-handoff__card{gap:var(--gw-space-4);flex-direction:column;display:flex}.booking-handoff__doctor{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.booking-handoff__meta{color:var(--gw-text-secondary);margin:0}.booking-handoff__copy{color:var(--gw-text-primary);line-height:var(--gw-line-height-normal);margin:0}.booking-handoff__actions{gap:var(--gw-space-4);flex-wrap:wrap;align-items:center;display:flex}.booking-handoff__actions .button--ghost{background:var(--gw-bg-surface);color:var(--gw-color-navy);border-color:var(--gw-color-teal)}.booking-handoff__actions .button--ghost:hover{background:var(--gw-color-teal-dark);color:var(--gw-color-white);border-color:var(--gw-color-teal-dark)}.booking-handoff__notfound{color:var(--gw-text-secondary)}.empty-state{text-align:center;padding:var(--gw-space-8) var(--gw-space-6);background:var(--gw-bg-surface);border:1px dashed var(--gw-border);border-radius:var(--gw-radius-lg);align-items:center;gap:var(--gw-space-4);flex-direction:column;display:flex}.empty-state__title{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.empty-state__copy{max-width:56ch;color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);margin:0}.doctor-profile__actions{gap:var(--gw-space-4);flex-wrap:wrap;align-items:center;display:flex}.doctor-profile__actions .button--ghost{background:var(--gw-bg-surface);color:var(--gw-color-navy);border-color:var(--gw-color-teal)}.doctor-profile__actions .button--ghost:hover{background:var(--gw-color-teal-dark);color:var(--gw-color-white);border-color:var(--gw-color-teal-dark)}.doctor-profile__notfound{color:var(--gw-text-secondary)}.doctors-page__grid{gap:var(--gw-space-6);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}@media (width>=768px){.doctors-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.doctors-page__grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.doctors-page__grid{grid-template-columns:repeat(4,1fr)}}.department-card__cta.button--ghost{background:var(--gw-bg-surface);width:100%;color:var(--gw-color-navy);border-color:var(--gw-color-teal);justify-content:space-between}.department-card__cta.button--ghost:hover{background:var(--gw-color-teal-dark);color:var(--gw-color-white);border-color:var(--gw-color-teal-dark);transform:none}.app-main:has(>.booking-flow){padding-block-start:var(--gw-space-4);padding-block-end:0}.booking-flow{gap:var(--gw-space-4);grid-template-columns:minmax(0,1fr);display:grid}.booking-flow>.page-back-link{justify-self:start}.booking-flow .section-heading__title{color:var(--gw-color-navy)}.booking-flow .section-heading__eyebrow{color:var(--gw-color-teal)}.booking-flow__header{gap:var(--gw-space-2);min-width:0;display:grid}.booking-flow__header .section-heading__title{font-size:var(--gw-font-section)}.step-indicator{position:relative}.step-indicator__rail{align-items:flex-start;margin:0;padding:0;list-style:none;display:flex}.step-indicator__step{align-items:center;gap:var(--gw-space-1);text-align:center;flex-direction:column;flex:1 1 0;display:flex;position:relative}.step-indicator__marker{border-radius:var(--gw-radius-pill);width:22px;height:22px;font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-bold);border:1.5px solid var(--gw-border);background:var(--gw-bg-surface);color:var(--gw-text-secondary);z-index:1;justify-content:center;align-items:center;display:inline-flex}.step-indicator__label{font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-medium);color:var(--gw-text-secondary)}.step-indicator__step:before{content:"";background:var(--gw-border);width:calc(100% - 22px);height:2px;position:absolute;top:11px;left:calc(11px - 50%)}.step-indicator__step:first-child:before{display:none}.step-indicator__step--current .step-indicator__marker{border-color:var(--gw-color-primary);background:var(--gw-color-primary);color:var(--gw-color-white)}.step-indicator__step--current .step-indicator__label{color:var(--gw-color-navy);font-weight:var(--gw-font-weight-semibold)}.step-indicator__step--completed .step-indicator__marker{border-color:var(--gw-color-success);background:var(--gw-color-success);color:var(--gw-color-white)}.step-indicator__step--completed .step-indicator__label{color:var(--gw-text-primary)}.step-indicator__step--completed:before{background:var(--gw-color-success)}.step-indicator__compact{display:none}.booking-flow__workspace{gap:var(--gw-space-5);align-items:start;min-width:0;display:grid}@media (width>=768px){.booking-flow__workspace{grid-template-columns:minmax(0,2.1fr) minmax(280px,1fr)}}.booking-flow__main{gap:var(--gw-space-4);min-width:0;display:grid}.booking-flow__step-title{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.booking-flow__step-title:focus{outline:none}.booking-flow__stack{gap:var(--gw-space-4);display:grid}.booking-flow__step-status{color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);margin:0}.booking-flow__actions{justify-content:space-between;align-items:center;gap:var(--gw-space-3);border-top:1px solid var(--gw-border);padding-block-start:var(--gw-space-4);display:flex}.booking-flow__actions .button--ghost{background:var(--gw-bg-surface);color:var(--gw-color-navy);border-color:var(--gw-color-teal)}.booking-flow__actions .button--primary{min-height:var(--gw-control-h-lg);padding-inline:var(--gw-space-5)}@media (width<=767px){.booking-flow__actions{z-index:30;background:var(--gw-bg-surface);padding:var(--gw-space-3) var(--gw-space-1);padding-bottom:calc(var(--gw-space-3) + env(safe-area-inset-bottom));position:sticky;bottom:0;box-shadow:0 -8px 20px #073b5c14}}.appointment-summary--sidebar{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);padding:var(--gw-space-4);top:calc(var(--gw-header-h) + var(--gw-space-4));position:sticky}.appointment-summary__title{margin:0 0 var(--gw-space-3);color:var(--gw-color-navy);font-size:var(--gw-font-heading)}.appointment-summary__doctor{align-items:center;gap:var(--gw-space-3);padding:var(--gw-space-3);background:var(--gw-bg-light);border-radius:var(--gw-radius-md);margin-block-end:var(--gw-space-3);display:flex}.appointment-summary__photo{border-radius:var(--gw-radius-pill);object-fit:cover;flex-shrink:0;width:48px;height:48px}.appointment-summary__doctor-name{color:var(--gw-color-navy);font-weight:var(--gw-font-weight-bold);margin:0}.appointment-summary__doctor-meta{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0}.appointment-summary__rows{gap:var(--gw-space-2);margin:0;display:grid}.appointment-summary__row{justify-content:space-between;gap:var(--gw-space-3);font-size:var(--gw-font-secondary);padding-block:var(--gw-space-1);display:flex}.appointment-summary__row dt{color:var(--gw-text-secondary)}.appointment-summary__row dd{color:var(--gw-text-primary);font-weight:var(--gw-font-weight-medium);text-align:end;overflow-wrap:anywhere;margin:0}.appointment-summary__row--total{border-top:1px solid var(--gw-border);margin-block-start:var(--gw-space-1);padding-block-start:var(--gw-space-3)}.appointment-summary__row--total dt,.appointment-summary__row--total dd{font-weight:var(--gw-font-weight-bold);color:var(--gw-color-navy)}.appointment-summary--mobile{display:none}.doctor-selection{gap:var(--gw-space-4);display:grid}.doctor-selection__fields{gap:var(--gw-space-3);grid-template-columns:1fr;display:grid}@media (width>=768px){.doctor-selection__fields{grid-template-columns:1fr 1fr}}.doctor-selection__preview{align-items:center;gap:var(--gw-space-4);background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);padding:var(--gw-space-4);box-shadow:var(--gw-shadow-sm);display:flex}.doctor-selection__photo{border-radius:var(--gw-radius-pill);object-fit:cover;flex-shrink:0;width:60px;height:60px}.doctor-selection__body{gap:var(--gw-space-1);min-width:0;display:grid}.doctor-selection__name{color:var(--gw-color-navy);font-size:var(--gw-font-heading);font-weight:var(--gw-font-weight-bold);margin:0}.doctor-selection__meta{color:var(--gw-color-teal);font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);margin:0}.doctor-selection__qualification{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0}.doctor-selection__price{color:var(--gw-text-primary);font-weight:var(--gw-font-weight-semibold);margin:0}.date-selector__grid{gap:var(--gw-space-2);grid-template-columns:repeat(auto-fill,minmax(72px,1fr));margin:0;padding:0;list-style:none;display:grid}.date-selector__cell{margin:0;padding:0}.date-selector__day{justify-content:center;align-items:center;gap:var(--gw-space-1);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);background:var(--gw-bg-surface);width:100%;min-height:64px;color:var(--gw-text-primary);cursor:pointer;padding:var(--gw-space-2);flex-direction:column;display:flex}.date-selector__day:hover{border-color:var(--gw-color-primary)}.date-selector__weekday{font-size:.6875rem;font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-wide);color:var(--gw-text-secondary)}.date-selector__daynum{font-size:var(--gw-font-heading);line-height:1;font-weight:var(--gw-font-weight-bold);color:var(--gw-color-navy)}.date-selector__month{font-size:.6875rem;font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-wide);text-transform:uppercase;color:var(--gw-text-secondary)}.date-selector__day--selected{border-color:var(--gw-color-primary);background:var(--gw-color-teal)}.date-selector__day--selected .date-selector__daynum,.date-selector__day--selected .date-selector__weekday,.date-selector__day--selected .date-selector__month{color:var(--gw-color-white)}.date-selector__more{padding:var(--gw-space-1) 0;color:var(--gw-color-primary);font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);text-underline-offset:.18em;cursor:pointer;background:0 0;border:none;margin-block-start:var(--gw-space-3);text-decoration:underline}.slot-grid{gap:var(--gw-space-3);display:grid}.slot-grid__intro{color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);margin:0}.slot-grid__group{gap:var(--gw-space-2);display:grid}.slot-grid__group-title{color:var(--gw-text-secondary);font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-wide);text-transform:uppercase;margin:0}.slot-grid__list{gap:var(--gw-space-2);grid-template-columns:repeat(auto-fill,minmax(80px,1fr));margin:0;padding:0;list-style:none;display:grid}.slot-grid__slot{min-height:var(--gw-touch-target);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);background:var(--gw-bg-surface);color:var(--gw-text-primary);font-weight:var(--gw-font-weight-semibold);font-size:var(--gw-font-small);cursor:pointer}.slot-grid__slot:hover{border-color:var(--gw-color-primary)}.slot-grid__slot--selected{border-color:var(--gw-color-primary);background:var(--gw-color-teal);color:var(--gw-color-white)}.slot-grid--empty{background:var(--gw-bg-light);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);padding:var(--gw-space-4)}.slot-grid__empty-title{margin:0 0 var(--gw-space-1);color:var(--gw-color-navy);font-size:var(--gw-font-heading)}.slot-grid__empty-copy{margin:0 0 var(--gw-space-3);color:var(--gw-text-secondary)}.patient-form{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);padding:var(--gw-space-4);box-shadow:var(--gw-shadow-sm);gap:var(--gw-space-3);min-width:0;display:grid}.patient-form .field__control{width:100%}.patient-form__title{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.patient-form__intro{color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);margin:0}.patient-form__grid{gap:var(--gw-space-4);grid-template-columns:1fr;display:grid}@media (width>=768px){.patient-form__grid{grid-template-columns:1fr 1fr}.patient-form__name{grid-column:1/-1}}.patient-form__actions{justify-content:space-between;align-items:center;gap:var(--gw-space-3);border-top:1px solid var(--gw-border);padding-block-start:var(--gw-space-4);display:flex}.patient-form__actions .button--ghost{background:var(--gw-bg-surface);color:var(--gw-color-navy);border-color:var(--gw-color-teal)}.patient-form__actions .button--primary{min-height:var(--gw-control-h-lg);padding-inline:var(--gw-space-5)}@media (width<=767px){.patient-form__actions{z-index:30;background:var(--gw-bg-surface);padding:var(--gw-space-3) var(--gw-space-1);padding-bottom:calc(var(--gw-space-3) + env(safe-area-inset-bottom));position:sticky;bottom:0;box-shadow:0 -8px 20px #073b5c14}}.review-screen{gap:var(--gw-space-4);display:grid}@media (width>=768px){.review-screen{grid-template-columns:1fr 1fr}.review-screen__section--payment,.review-screen__demo-note,.review-screen__error{grid-column:1/-1}}.review-screen__section{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);padding:var(--gw-space-4);box-shadow:var(--gw-shadow-sm)}.review-screen__section-title{margin:0 0 var(--gw-space-2);color:var(--gw-color-navy);font-size:var(--gw-font-heading)}.review-screen__rows{gap:0;margin:0;display:grid}.review-screen__row{justify-content:space-between;gap:var(--gw-space-3);font-size:var(--gw-font-secondary);padding-block:var(--gw-space-2);display:flex}.review-screen__row+.review-screen__row{border-top:1px solid var(--gw-border)}.review-screen__row dt{color:var(--gw-text-secondary)}.review-screen__row dd{color:var(--gw-text-primary);font-weight:var(--gw-font-weight-medium);text-align:end;overflow-wrap:anywhere;margin:0}.review-screen__row--total{background:var(--gw-bg-light);margin-inline:calc(-1 * var(--gw-space-4));padding-inline:var(--gw-space-4)}.review-screen__row--total dt,.review-screen__row--total dd{font-weight:var(--gw-font-weight-bold);color:var(--gw-color-navy)}.review-screen__demo-note{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0}.review-screen__error{color:var(--gw-color-error);background:var(--gw-bg-light);border:1px solid var(--gw-color-error);border-radius:var(--gw-radius-md);padding:var(--gw-space-3);margin:0}.confirmation{gap:var(--gw-space-5);max-width:var(--gw-container-narrow);width:100%;margin-inline:auto;display:grid}.confirmation__banner{text-align:center;background:var(--gw-bg-light);border:1px solid var(--gw-color-success);border-radius:var(--gw-radius-xl);padding:var(--gw-space-8) var(--gw-space-6);justify-items:center;gap:var(--gw-space-3);display:grid}.confirmation__check{background:var(--gw-color-success);width:64px;height:64px;color:var(--gw-color-white);border-radius:50%;place-items:center;display:grid;box-shadow:0 8px 20px #16866b4d}.confirmation__title{color:var(--gw-color-navy);font-size:var(--gw-font-section);margin:0}.confirmation__lead{color:var(--gw-color-success);font-weight:var(--gw-font-weight-semibold);max-width:46ch;margin:0}.confirmation__references,.confirmation__details{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);padding:0 var(--gw-space-5);gap:0;display:grid;overflow:hidden}.confirmation__row{justify-content:space-between;gap:var(--gw-space-3);color:var(--gw-text-primary);padding-block:var(--gw-space-3);display:flex}.confirmation__row+.confirmation__row{border-top:1px solid var(--gw-border)}.confirmation__row dt{color:var(--gw-text-secondary)}.confirmation__row dd{font-weight:var(--gw-font-weight-medium);overflow-wrap:anywhere;text-align:end;margin:0}.confirmation__total{background:var(--gw-bg-light)}.confirmation__total dd{font-weight:var(--gw-font-weight-bold);color:var(--gw-color-teal-dark)}.confirmation__next{background:var(--gw-bg-light);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);padding:var(--gw-space-5)}.confirmation__next-title{margin:0 0 var(--gw-space-2);color:var(--gw-color-navy);font-size:var(--gw-font-heading)}.confirmation__next-list{gap:var(--gw-space-2);margin:0;padding:0;list-style:none;display:grid}.confirmation__next-list li{color:var(--gw-text-primary);font-size:var(--gw-font-secondary);padding-inline-start:var(--gw-space-5);position:relative}.confirmation__next-list li:before{content:"";background:var(--gw-color-primary);border-radius:50%;width:9px;height:9px;position:absolute;top:.55em;left:0}.confirmation__actions{gap:var(--gw-space-4);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.confirmation__actions .button--ghost{background:var(--gw-bg-surface);color:var(--gw-color-navy);border-color:var(--gw-color-teal)}.booking-flow--notfound{gap:var(--gw-space-5);display:grid}.booking-flow__notfound{color:var(--gw-text-secondary);margin:0}.booking-flow--notfound .button--ghost{background:var(--gw-bg-surface);color:var(--gw-color-navy);border-color:var(--gw-color-teal)}@media (width<=767px){.step-indicator__rail,.appointment-summary--sidebar{display:none}.step-indicator__compact{align-items:baseline;gap:var(--gw-space-1) var(--gw-space-2);flex-wrap:wrap;display:flex}.step-indicator__compact-text{font-size:var(--gw-font-small);color:var(--gw-text-secondary);font-weight:var(--gw-font-weight-medium)}.step-indicator__compact-label{font-size:var(--gw-font-secondary);color:var(--gw-color-navy);font-weight:var(--gw-font-weight-semibold)}.step-indicator__compact-label:before{content:"·";color:var(--gw-text-secondary);margin-inline-end:var(--gw-space-1)}.step-indicator__bar{background:var(--gw-border);border-radius:var(--gw-radius-pill);flex-basis:100%;width:100%;min-width:0;height:6px;display:block;overflow:hidden}.step-indicator__bar-fill{background:var(--gw-color-primary);border-radius:var(--gw-radius-pill);height:100%;transition:width var(--gw-duration-base) var(--gw-ease-standard);display:block}.appointment-summary--mobile{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);padding:var(--gw-space-2) var(--gw-space-3);display:block}.appointment-summary__toggle{justify-content:space-between;align-items:center;gap:var(--gw-space-3);width:100%;min-height:var(--gw-touch-target);cursor:pointer;text-align:start;background:0 0;border:none;display:flex}.appointment-summary__compact{color:var(--gw-text-primary);font-weight:var(--gw-font-weight-medium);font-size:var(--gw-font-small);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.appointment-summary__toggle-label{color:var(--gw-color-primary);font-weight:var(--gw-font-weight-semibold);font-size:var(--gw-font-small);white-space:nowrap}.appointment-summary--mobile .appointment-summary__rows{border-top:1px solid var(--gw-border);margin-block-start:var(--gw-space-2);padding-block-start:var(--gw-space-2)}}.health-checkups{gap:var(--gw-space-7);display:grid}.health-checkups .section-heading__title{color:var(--gw-color-navy)}.health-checkups .section-heading__eyebrow{color:var(--gw-color-teal)}.health-checkups__count{color:var(--gw-text-secondary);font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-medium)}.health-checkups__intro{color:var(--gw-text-secondary);max-width:60ch;margin:0}.health-checkups__alert{color:var(--gw-color-error);background:var(--gw-bg-light);border:1px solid var(--gw-color-error);border-radius:var(--gw-radius-md);padding:var(--gw-space-3);margin:0}.health-checkups__grid{gap:var(--gw-space-6);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0;padding:0;list-style:none;display:grid}.health-checkups__card{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);transition:box-shadow var(--gw-duration-base) var(--gw-ease-standard), border-color var(--gw-duration-base) var(--gw-ease-standard);flex-direction:column;padding:0;display:flex;position:relative;overflow:hidden}.health-checkups__card:hover{box-shadow:var(--gw-shadow-hover);border-color:color-mix(in srgb, var(--gw-color-primary) 35%, var(--gw-border))}.health-checkups__image{aspect-ratio:4/3;object-fit:cover;width:100%;margin:0;display:block}.health-checkups__body{gap:var(--gw-space-2);padding:var(--gw-space-4) var(--gw-space-5) var(--gw-space-5);flex-direction:column;flex:1;display:flex}.health-checkups__card--selected{border-color:var(--gw-color-primary);box-shadow:var(--gw-shadow-md)}.health-checkups__selected-tag{top:var(--gw-space-4);right:var(--gw-space-4);z-index:2;color:var(--gw-color-teal-dark);font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-label);text-transform:uppercase;margin:0;position:absolute}.health-checkups__name{color:var(--gw-color-navy);font-size:var(--gw-font-heading);font-weight:var(--gw-font-weight-bold);line-height:var(--gw-line-height-snug);padding-right:var(--gw-space-8);margin:0}.health-checkups__description{color:var(--gw-text-secondary);line-height:var(--gw-line-height-normal);margin:0}.health-checkups__meta{color:var(--gw-text-secondary);font-size:var(--gw-font-small);line-height:var(--gw-line-height-snug);margin:0}.health-checkups__price{color:var(--gw-color-navy);font-size:var(--gw-font-heading);font-weight:var(--gw-font-weight-bold);line-height:var(--gw-line-height-snug);margin:0}.health-checkups__inclusions{gap:var(--gw-space-2);margin:0;padding:0;list-style:none;display:grid}.health-checkups__inclusions li{color:var(--gw-text-primary);padding-left:var(--gw-space-4);line-height:var(--gw-line-height-normal);position:relative}.health-checkups__inclusions li:before{content:"✓";color:var(--gw-color-success);font-weight:var(--gw-font-weight-bold);position:absolute;left:0}.health-checkups__cta{align-self:flex-start;margin-top:auto}@media (width>=768px){.health-checkups__name{min-block-size:2.8em}.health-checkups__description{min-block-size:4.8em}.health-checkups__meta{min-block-size:2.8em}}.bookings-page .section-heading__title{color:var(--gw-color-navy)}.bookings-page .section-heading__eyebrow{color:var(--gw-color-teal)}.bookings-page{gap:var(--gw-space-6);display:grid}.bookings-page__intro{color:var(--gw-text-secondary);max-width:60ch;margin:0}.bookings-page__back{justify-self:start}.bookings-page__demo-tools{justify-content:flex-end;align-items:center;gap:var(--gw-space-3);display:flex}.bookings-page__demo-label{font-size:var(--gw-font-label);letter-spacing:var(--gw-tracking-label);text-transform:uppercase;color:var(--gw-text-secondary)}.bookings-page__reset-status{padding:var(--gw-space-3) var(--gw-space-4);border:1px solid var(--gw-color-success);border-radius:var(--gw-radius-md);background:color-mix(in srgb, var(--gw-color-success) 8%, var(--gw-bg-page));color:var(--gw-color-success);font-weight:var(--gw-font-weight-medium);margin:0}.bookings-page__missing{background:var(--gw-bg-light);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);padding:var(--gw-space-7);gap:var(--gw-space-4);display:grid}.bookings-page__missing h2{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.bookings-page__missing p{color:var(--gw-text-secondary);margin:0}.bookings{gap:var(--gw-space-6);display:grid}.bookings__intro{color:var(--gw-text-secondary);margin:0}.bookings__list{gap:var(--gw-space-5);margin:0;padding:0;list-style:none;display:grid}.bookings__row{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);padding:var(--gw-space-5);gap:var(--gw-space-4);transition:transform var(--gw-duration-base) var(--gw-ease-standard), box-shadow var(--gw-duration-base) var(--gw-ease-standard), border-color var(--gw-duration-base) var(--gw-ease-standard);display:grid}.bookings__row:hover{box-shadow:var(--gw-shadow-hover);border-color:color-mix(in srgb, var(--gw-color-primary) 35%, var(--gw-border))}.bookings__row-head{justify-content:space-between;align-items:flex-start;gap:var(--gw-space-3);flex-wrap:wrap;display:flex}.bookings__row-identity{align-items:center;gap:var(--gw-space-3);display:flex}.bookings__row-image{border-radius:var(--gw-radius-md);object-fit:cover;background:var(--gw-bg-light);flex-shrink:0;width:52px;height:52px}.bookings-detail__identity{align-items:center;gap:var(--gw-space-4);display:flex}.bookings-detail__image{border-radius:var(--gw-radius-lg);object-fit:cover;background:var(--gw-bg-light);flex-shrink:0;width:72px;height:72px}.bookings-detail__sub{margin:var(--gw-space-1) 0 0;color:var(--gw-text-secondary);font-size:var(--gw-font-secondary)}.bookings__row-subject{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.bookings__row-summary{gap:var(--gw-space-4);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid}.bookings__row-summary>div{gap:var(--gw-space-1);flex-direction:column;display:flex}.bookings__row-summary dt{font-size:var(--gw-font-label);color:var(--gw-text-secondary)}.bookings__row-summary dd{color:var(--gw-text-primary);font-weight:var(--gw-font-weight-medium);overflow-wrap:anywhere;margin:0}.bookings__row-actions{gap:var(--gw-space-3);flex-wrap:wrap;align-items:center;display:flex}.bookings__empty{text-align:center;background:var(--gw-bg-light);border:1px dashed var(--gw-border);border-radius:var(--gw-radius-lg);padding:var(--gw-space-10) var(--gw-space-6);justify-items:center;gap:var(--gw-space-4);display:grid}.bookings__empty-title{color:var(--gw-color-navy);font-size:var(--gw-font-section);margin:0}.bookings__empty-copy{color:var(--gw-text-secondary);max-width:48ch;margin:0}.bookings__empty-actions{justify-content:center;gap:var(--gw-space-3);flex-wrap:wrap;display:flex}.bookings-detail{gap:var(--gw-space-5);display:grid}.bookings-detail__top{justify-content:flex-start;display:flex}.bookings-detail__head{justify-content:space-between;align-items:center;gap:var(--gw-space-3);flex-wrap:wrap;display:flex}.bookings-detail__title{color:var(--gw-color-navy);font-size:var(--gw-font-section);margin:0}.bookings-detail__status{padding:var(--gw-space-3) var(--gw-space-4);border-radius:var(--gw-radius-md);background:var(--gw-bg-light);border:1px solid var(--gw-border);color:var(--gw-text-primary);font-weight:var(--gw-font-weight-medium);margin:0}.bookings-detail__grid{border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);background:var(--gw-bg-surface);box-shadow:var(--gw-shadow-sm);margin:0;overflow:hidden}.bookings-detail__row{gap:var(--gw-space-4);padding:var(--gw-space-4);grid-template-columns:minmax(0,220px) minmax(0,1fr);display:grid}.bookings-detail__row+.bookings-detail__row{border-top:1px solid var(--gw-border)}.bookings-detail__row dt{color:var(--gw-text-secondary);font-size:var(--gw-font-label)}.bookings-detail__row dd{color:var(--gw-text-primary);font-weight:var(--gw-font-weight-medium);overflow-wrap:anywhere;margin:0}.bookings-detail__actions{gap:var(--gw-space-3);flex-wrap:wrap;display:flex}@media (width<=767px){.bookings-detail__row{gap:var(--gw-space-1);grid-template-columns:1fr}}.bookings-cancel__copy{margin:0 0 var(--gw-space-5);color:var(--gw-text-primary);line-height:var(--gw-line-height-normal)}.bookings-cancel__actions{justify-content:flex-end;gap:var(--gw-space-3);flex-wrap:wrap;display:flex}.bookings-reset__copy{margin:0 0 var(--gw-space-5);color:var(--gw-text-primary);line-height:var(--gw-line-height-normal)}.bookings-reset__actions{justify-content:flex-end;gap:var(--gw-space-3);flex-wrap:wrap;display:flex}.bookings-reschedule{gap:var(--gw-space-5);display:grid}.bookings-reschedule__title{color:var(--gw-color-navy);font-size:var(--gw-font-section);margin:0}.bookings-reschedule__copy{color:var(--gw-text-secondary);max-width:70ch;margin:0}.bookings-reschedule__inactive,.bookings-reschedule__error{padding:var(--gw-space-3) var(--gw-space-4);border-radius:var(--gw-radius-md);border:1px solid var(--gw-color-emergency);background:color-mix(in srgb, var(--gw-color-emergency) 8%, var(--gw-bg-page));color:var(--gw-color-emergency);font-weight:var(--gw-font-weight-medium);margin:0}.bookings-reschedule__dates{gap:var(--gw-space-6);display:grid}.bookings-reschedule__actions{justify-content:flex-end;gap:var(--gw-space-3);flex-wrap:wrap;display:flex}@media (width<=767px){.bookings__row-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.booking-verify{max-width:520px}.booking-verify__form{gap:var(--gw-space-4);background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);padding:var(--gw-space-5);display:grid}.booking-verify__tabs{gap:var(--gw-space-1);padding:var(--gw-space-1);background:var(--gw-bg-light);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);justify-self:start;display:inline-flex}.booking-verify__tab{min-height:var(--gw-control-h-md);padding:0 var(--gw-space-4);border-radius:var(--gw-radius-sm);color:var(--gw-text-secondary);font-weight:var(--gw-font-weight-medium);cursor:pointer;background:0 0;border:none}.booking-verify__tab--active{background:var(--gw-bg-surface);color:var(--gw-color-navy);font-weight:var(--gw-font-weight-semibold);box-shadow:var(--gw-shadow-sm)}.booking-verify__input .field__control{width:100%}.booking-verify__actions{justify-content:flex-end;display:flex}.booking-verify__back{margin:0}.booking-verify__demo-note{padding:var(--gw-space-3) var(--gw-space-4);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);background:var(--gw-bg-light);color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0}.bookings-page__verified-bar{justify-content:space-between;align-items:center;gap:var(--gw-space-3);padding:var(--gw-space-3) var(--gw-space-4);background:var(--gw-bg-light);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);flex-wrap:wrap;display:flex}.bookings-page__verified{color:var(--gw-color-navy);font-weight:var(--gw-font-weight-medium);margin:0}.bookings-page__status{padding:var(--gw-space-3) var(--gw-space-4);border:1px solid var(--gw-color-success);border-radius:var(--gw-radius-md);background:color-mix(in srgb, var(--gw-color-success) 8%, var(--gw-bg-page));color:var(--gw-color-success);font-weight:var(--gw-font-weight-medium);margin:0}.bookings__section{gap:var(--gw-space-4);display:grid}.bookings__section-title{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.bookings__section--history{border-top:1px solid var(--gw-border);padding-block-start:var(--gw-space-5)}.bookings__section-empty{color:var(--gw-text-secondary);margin:0}.bookings__row--history{background:var(--gw-bg-light);box-shadow:none}.bookings__row--history .bookings__row-subject,.bookings__row--history .bookings__row-summary dd{color:var(--gw-text-secondary)}.bookings__row-history-note,.bookings-detail__history-note{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0;font-style:italic}.bookings-detail__history-note{padding:var(--gw-space-2) var(--gw-space-4);background:var(--gw-bg-light);border-radius:var(--gw-radius-md)}.facilities-page,.diagnostics-page,.about-page,.contact-page{gap:var(--gw-space-6);padding-block:var(--gw-space-8);flex-direction:column;display:flex}.facilities-page__intro,.diagnostics-page__intro,.about-page__lede,.contact-page__lede{max-width:46rem;color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);margin:0}.facilities-page__ctas,.diagnostics-page__ctas,.contact-page__ctas{gap:var(--gw-space-4);flex-wrap:wrap;display:flex}.facilities-page__grid{gap:var(--gw-space-5);grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.facility-card{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);transition:transform var(--gw-duration-base) var(--gw-ease-standard), box-shadow var(--gw-duration-base) var(--gw-ease-standard), border-color var(--gw-duration-base) var(--gw-ease-standard);flex-direction:column;padding:0;display:flex;overflow:hidden}.facility-card:hover{transform:translateY(calc(-1 * var(--gw-lift-distance)));box-shadow:var(--gw-shadow-hover);border-color:color-mix(in srgb, var(--gw-color-primary) 35%, var(--gw-border))}.facility-card__image{aspect-ratio:5/3;object-fit:cover;background:var(--gw-color-light-section);width:100%;display:block}.facility-card__body{gap:var(--gw-space-3);padding:var(--gw-space-4) var(--gw-space-5) var(--gw-space-5);flex-direction:column;flex:1;display:flex}.facility-card__header{align-items:center;gap:var(--gw-space-3);display:flex}.facility-card__icon{background:var(--gw-color-light-section);width:44px;height:44px;color:var(--gw-color-medical-blue);border-radius:50%;flex:none;place-items:center;display:grid}.facility-card__name{min-width:0;color:var(--gw-color-navy);font-size:var(--gw-font-heading);line-height:var(--gw-line-height-snug);flex:1;margin:0}.facility-card__description{color:var(--gw-text-secondary);font-size:var(--gw-font-body);line-height:var(--gw-line-height-normal);margin:0}.facility-card__services{gap:var(--gw-space-2);margin:0;padding:0;list-style:none;display:grid}.facility-card__services li{padding-left:var(--gw-space-4);color:var(--gw-text-primary);font-size:var(--gw-font-small);position:relative}.facility-card__services li:before{content:"";background:var(--gw-color-teal);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.facility-card__branches{padding-top:var(--gw-space-3);border-top:1px solid var(--gw-border);color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:auto 0 0}.facility-card__branches-label{font-weight:var(--gw-font-weight-semibold);color:var(--gw-color-navy);display:block}@media (width<=1279px){.facilities-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1023px){.facilities-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.diagnostics-page__groups{gap:var(--gw-space-8);display:grid}.diagnostics-group{gap:var(--gw-space-4);display:grid}.diagnostics-group__title{color:var(--gw-color-navy);font-size:var(--gw-font-section);margin:0}.diagnostics-group__grid{gap:var(--gw-space-5);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin:0;padding:0;list-style:none;display:grid}.diagnostic-card{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);padding:var(--gw-space-4);gap:var(--gw-space-3);flex-direction:column;display:flex;overflow:hidden}.diagnostic-card__image{aspect-ratio:4/3;object-fit:cover;border-radius:var(--gw-radius-md);width:100%}.diagnostic-card__name{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.diagnostic-card__description{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0}.diagnostic-card__prep{color:var(--gw-text-secondary);font-size:var(--gw-font-small);border-top:1px solid var(--gw-border);padding-top:var(--gw-space-3);margin:0}.diagnostic-card__prep-label{font-weight:var(--gw-font-weight-semibold);color:var(--gw-color-navy)}.about-page__block{gap:var(--gw-space-3);display:grid}.about-page__title,.contact-page__title{color:var(--gw-color-navy);font-size:var(--gw-font-section);margin:0}.about-page__text{max-width:46rem;color:var(--gw-text-secondary);margin:0}.about-page__stats{gap:var(--gw-space-4);display:grid}.about-page__stats-grid{gap:var(--gw-space-4);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0;padding:0;list-style:none;display:grid}.about-page__stat{background:var(--gw-color-light-section);border-radius:var(--gw-radius-lg);padding:var(--gw-space-5);gap:var(--gw-space-1);display:grid}.about-page__stat-value{color:var(--gw-color-teal-dark);font-size:var(--gw-font-display);font-weight:var(--gw-font-weight-bold);line-height:var(--gw-line-height-tight);margin:0}.about-page__stat-label{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0}.about-page__capabilities{gap:var(--gw-space-5);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0;padding:0;list-style:none;display:grid}.about-page__capability{background:var(--gw-color-light-section);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);padding:var(--gw-space-5);gap:var(--gw-space-2);display:grid}.about-page__capability-title{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.about-page__capability-copy{color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);line-height:var(--gw-line-height-normal);margin:0}.about-page__branch-grid,.contact-page__branches{gap:var(--gw-space-5);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:0;padding:0;list-style:none;display:grid}.about-page__branch,.contact-page__branch{background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);padding:var(--gw-space-6);gap:var(--gw-space-2);display:grid}.about-page__branch-name,.contact-page__branch-name{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.about-page__branch-address,.about-page__branch-hours,.contact-page__branch-address,.contact-page__branch-phone,.contact-page__branch-hours{color:var(--gw-text-secondary);font-size:var(--gw-font-small);margin:0}.contact-page__block{gap:var(--gw-space-4);display:grid}.contact-page__details{gap:var(--gw-space-4);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0;padding:0;list-style:none;display:grid}.contact-page__detail{background:var(--gw-color-light-section);border-radius:var(--gw-radius-lg);padding:var(--gw-space-5);gap:var(--gw-space-1);display:grid}.contact-page__detail-label{color:var(--gw-text-secondary);font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);text-transform:uppercase;letter-spacing:var(--gw-tracking-label)}.contact-page__detail-value{font-size:var(--gw-font-heading);font-weight:var(--gw-font-weight-semibold);color:var(--gw-color-teal-dark);text-decoration:none}.contact-page__branch-phone{margin-top:var(--gw-space-1)}.contact-page__branch-phone-link{color:var(--gw-color-teal-dark);font-weight:var(--gw-font-weight-semibold);text-decoration:none}@media (width<=767px){.facilities-page,.diagnostics-page,.about-page,.contact-page{padding-block:var(--gw-space-6);gap:var(--gw-space-5)}.facilities-page__grid,.diagnostics-group__grid,.about-page__stats-grid,.about-page__branch-grid,.contact-page__branches,.contact-page__details{grid-template-columns:1fr}.about-page__stat-value{font-size:var(--gw-font-page)}}.payment-gateway{gap:var(--gw-space-4);min-width:0;display:grid}.payment-gateway__panel{gap:var(--gw-space-5);background:var(--gw-bg-surface);border:1px solid var(--gw-border);border-radius:var(--gw-radius-lg);box-shadow:var(--gw-shadow-sm);padding:var(--gw-space-5);display:grid}.payment-gateway__header{gap:var(--gw-space-1);display:grid}.payment-gateway__eyebrow{font-size:var(--gw-font-small);font-weight:var(--gw-font-weight-semibold);letter-spacing:var(--gw-tracking-wide);text-transform:uppercase;color:var(--gw-color-primary);margin:0}.payment-gateway__title{color:var(--gw-color-navy);font-size:var(--gw-font-heading);margin:0}.payment-gateway__title:focus{outline:none}.payment-gateway__amount{color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);margin:0}.payment-gateway__amount strong{color:var(--gw-color-navy);font-weight:var(--gw-font-weight-semibold)}.payment-gateway__body{gap:var(--gw-space-5);align-items:start;min-width:0;display:grid}@media (width>=768px){.payment-gateway__body{grid-template-columns:minmax(0,1.6fr) minmax(240px,1fr)}}.payment-gateway__form{gap:var(--gw-space-4);min-width:0;display:grid}.payment-methods{gap:var(--gw-space-3);display:grid}.payment-methods__option{align-items:flex-start;gap:var(--gw-space-3);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);padding:var(--gw-space-3) var(--gw-space-4);cursor:pointer;background:var(--gw-bg-surface);min-height:var(--gw-touch-target);transition:border-color var(--gw-duration-fast) var(--gw-ease-standard), background-color var(--gw-duration-fast) var(--gw-ease-standard), box-shadow var(--gw-duration-base) var(--gw-ease-standard);display:flex}.payment-methods__option:hover{border-color:color-mix(in srgb, var(--gw-color-primary) 45%, var(--gw-border))}.payment-methods__radio,.netbanking-payment__radio{appearance:none;border:2px solid var(--gw-border);border-radius:var(--gw-radius-pill);background:var(--gw-bg-surface);cursor:pointer;width:20px;height:20px;transition:border-color var(--gw-duration-fast) var(--gw-ease-standard), background-color var(--gw-duration-fast) var(--gw-ease-standard);flex:none;margin:2px 0 0;position:relative}.payment-methods__radio:checked,.netbanking-payment__radio:checked{border-color:var(--gw-color-primary);background:var(--gw-color-primary)}.payment-methods__radio:checked:after,.netbanking-payment__radio:checked:after{content:"";border-radius:var(--gw-radius-pill);background:var(--gw-color-white);position:absolute;inset:3px}.payment-methods__radio:focus-visible,.netbanking-payment__radio:focus-visible{box-shadow:var(--gw-focus-ring);outline:none}:is(.payment-methods__option:has(.payment-methods__radio:disabled),.netbanking-payment__bank:has(.netbanking-payment__radio:disabled)){cursor:not-allowed;opacity:.7}.payment-methods__copy{gap:var(--gw-space-1);display:grid}.payment-methods__label{font-weight:var(--gw-font-weight-semibold);color:var(--gw-color-navy)}.payment-methods__hint{font-size:var(--gw-font-small);color:var(--gw-text-secondary)}.payment-gateway__summary{background:var(--gw-bg-light);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);padding:var(--gw-space-4)}.payment-gateway__summary-title{margin:0 0 var(--gw-space-3);color:var(--gw-color-navy);font-size:var(--gw-font-body);font-weight:var(--gw-font-weight-semibold)}.payment-gateway__summary-rows{gap:var(--gw-space-2);margin:0;display:grid}.payment-gateway__summary-row{justify-content:space-between;gap:var(--gw-space-3);font-size:var(--gw-font-small);display:flex}.payment-gateway__summary-row dt{color:var(--gw-text-secondary)}.payment-gateway__summary-row dd{color:var(--gw-text-primary);text-align:end;margin:0}.payment-gateway__summary-row--total{margin-top:var(--gw-space-2);padding-top:var(--gw-space-3);border-top:1px solid var(--gw-border);font-weight:var(--gw-font-weight-semibold);font-size:var(--gw-font-body)}.payment-gateway__summary-row--total dt,.payment-gateway__summary-row--total dd{color:var(--gw-color-navy)}.payment-gateway__notice{background:var(--gw-color-light-aqua);color:var(--gw-color-navy);border-radius:var(--gw-radius-md);padding:var(--gw-space-3) var(--gw-space-4);font-size:var(--gw-font-small);line-height:var(--gw-line-height-snug);margin:0}.payment-gateway__error{color:var(--gw-color-error);background:color-mix(in srgb, var(--gw-color-error) 8%, var(--gw-bg-surface));border:1px solid color-mix(in srgb, var(--gw-color-error) 30%, var(--gw-border));border-radius:var(--gw-radius-md);padding:var(--gw-space-3) var(--gw-space-4);font-weight:var(--gw-font-weight-medium);margin:0}.payment-gateway__processing{align-items:center;gap:var(--gw-space-2);color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);margin:0;display:flex}.payment-gateway__actions{justify-content:space-between;align-items:center;gap:var(--gw-space-3);flex-wrap:wrap;display:flex}.payment-gateway__actions .button--ghost{background:var(--gw-bg-surface);color:var(--gw-color-navy);border-color:var(--gw-color-teal)}.payment-gateway__actions .button--primary{min-height:var(--gw-control-h-lg);padding-inline:var(--gw-space-5)}.payment-gateway__spinner{border-radius:var(--gw-radius-pill);border:2px solid;border-top-color:#0000;flex:none;width:16px;height:16px;animation:.8s linear infinite payment-gateway-spin}.card-payment{gap:var(--gw-space-3);display:grid}.card-payment__lead,.netbanking-payment__lead{color:var(--gw-text-secondary);font-size:var(--gw-font-secondary);margin:0}.card-payment__row{gap:var(--gw-space-3);grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.card-payment__hint,.netbanking-payment__hint{background:var(--gw-bg-light);color:var(--gw-text-secondary);border-radius:var(--gw-radius-md);padding:var(--gw-space-2) var(--gw-space-3);font-size:var(--gw-font-small);line-height:var(--gw-line-height-snug);margin:0}.upi-payment{gap:var(--gw-space-3);display:grid}.upi-payment__modes{gap:var(--gw-space-2);grid-template-columns:1fr 1fr;display:grid}.upi-payment__mode{min-height:var(--gw-control-h-md);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);background:var(--gw-bg-surface);color:var(--gw-text-secondary);font-weight:var(--gw-font-weight-semibold);cursor:pointer;transition:border-color var(--gw-duration-fast) var(--gw-ease-standard), background-color var(--gw-duration-fast) var(--gw-ease-standard), color var(--gw-duration-fast) var(--gw-ease-standard)}.upi-payment__mode:hover{border-color:color-mix(in srgb, var(--gw-color-primary) 45%, var(--gw-border))}.upi-payment__mode--active{border-color:var(--gw-color-primary);background:var(--gw-color-light-aqua);color:var(--gw-color-navy)}.upi-payment__mode:focus-visible{box-shadow:var(--gw-focus-ring);outline:none}.upi-payment__scan{justify-items:center;gap:var(--gw-space-2);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);padding:var(--gw-space-4);text-align:center;display:grid}.upi-payment__qr{color:var(--gw-color-navy);background:var(--gw-color-white);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);padding:var(--gw-space-2)}.upi-payment__scan-label{font-weight:var(--gw-font-weight-semibold);color:var(--gw-color-navy);margin:0}.upi-payment__scan-hint{font-size:var(--gw-font-small);color:var(--gw-text-secondary);max-width:34ch;margin:0}.netbanking-payment{gap:var(--gw-space-3);display:grid}.netbanking-payment__banks{gap:var(--gw-space-2);display:grid}.netbanking-payment__bank{align-items:center;gap:var(--gw-space-3);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);padding:var(--gw-space-2) var(--gw-space-3);cursor:pointer;background:var(--gw-bg-surface);min-height:var(--gw-touch-target);transition:border-color var(--gw-duration-fast) var(--gw-ease-standard), background-color var(--gw-duration-fast) var(--gw-ease-standard);display:flex}.netbanking-payment__bank:hover{border-color:color-mix(in srgb, var(--gw-color-primary) 45%, var(--gw-border))}.netbanking-payment__bank--selected{border-color:var(--gw-color-primary);background:var(--gw-color-light-aqua)}.netbanking-payment__bank-name{font-weight:var(--gw-font-weight-medium);color:var(--gw-text-primary)}.netbanking-review{gap:var(--gw-space-3);border:1px solid var(--gw-border);border-radius:var(--gw-radius-md);padding:var(--gw-space-4);display:grid}.netbanking-review__title{color:var(--gw-color-navy);font-size:var(--gw-font-body);font-weight:var(--gw-font-weight-semibold);margin:0}.netbanking-review__rows{gap:var(--gw-space-2);margin:0;display:grid}.netbanking-review__row{justify-content:space-between;gap:var(--gw-space-3);font-size:var(--gw-font-small);display:flex}.netbanking-review__row dt{color:var(--gw-text-secondary)}.netbanking-review__row dd{color:var(--gw-text-primary);text-align:end;font-weight:var(--gw-font-weight-medium);margin:0}.netbanking-review__note{font-size:var(--gw-font-small);color:var(--gw-text-secondary);margin:0}.booking-flow__workspace--single{grid-template-columns:minmax(0,1fr)}@media (width<=767px){.payment-gateway__panel{padding:var(--gw-space-4)}.card-payment__row,.upi-payment__modes{grid-template-columns:minmax(0,1fr)}.payment-gateway__actions{flex-direction:column-reverse;align-items:stretch}.payment-gateway__actions .button{width:100%}}
