/*
 * Medicana-style reskin — design system for the shared header/footer and
 * the homepage. Scoped intentionally: global tag resets (body font/color,
 * img, button cursor) are safe sitewide, but `a{color:inherit}` is scoped to
 * the new component classes only so old (not-yet-reskinned) inner pages keep
 * their Bootstrap link styling until their own reskin pass.
 */
:root{
  --navy:#0c2748; --navy-deep:#071c36; --blue:#018cc2; --cyan:#12a9c9;
  --red:#e51e36; --ink:#18304c; --muted:#6b7989; --line:#dfe6eb; --cream:#f5f7f8;
  --surface-soft:#f8fafb; --surface-aqua:#e3f6f8; --card-shadow:0 16px 46px rgba(12,39,72,.08);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;color:var(--ink);font-family:"Poppins",Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;}
button,input,select,textarea{font:inherit;}
button{cursor:pointer;}
img{max-width:100%;}
.mc-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.mc-icon[data-fill]{fill:currentColor;stroke:none;}

:where(.top-strip, .main-header, .mobile-menu, .hero-slider, .hero-controls,
.feature-bar, .medical-section, .hospital-section, .brand-strip,
.process-section, .second-opinion, .editorial-section, .most-viewed,
.footer, .fixed-actions) a { color: inherit; text-decoration: none; }

/* Old theme's h1-h6{font-family:var(--title-fonts)} (Quicksand) is a direct
   tag rule that wins over inherited body font — reassert Poppins here,
   scoped to the new sections only. */
:where(.top-strip, .main-header, .mobile-menu, .hero-slider,
.feature-bar, .medical-section, .hospital-section, .brand-strip,
.stat-section, .process-section, .second-opinion, .editorial-section,
.most-viewed, .footer, .fixed-actions) :is(h1,h2,h3) { font-family: inherit; text-transform: none; }

.site-container{width:min(1365px,calc(100% - 34px));margin-inline:auto;}

.top-strip{height:70px;color:#fff;background:#082d61;}
.top-strip-inner,.top-contact,.top-tools,.top-socials{display:flex;align-items:center;}
.top-strip-inner{position:relative;width:calc(100% - 30px);max-width:none;height:100%;gap:32px;margin-inline:auto;}
.top-contact{flex:0 0 208px;gap:13px;}
.top-contact .mc-icon{width:22px;height:22px;stroke-width:1.4;}
.top-contact>div{display:grid;gap:1px;}
.top-contact a{font-size:18px;font-weight:600;letter-spacing:1px;line-height:1.16;}
.top-search{position:relative;flex:0 1 400px;width:400px;max-width:400px;margin-left:auto;}
.top-search input{float:none;margin:0;width:100%;height:46px;line-height:normal;padding:0 52px 0 20px;color:var(--navy);border:0;border-radius:7px;outline:0;background:#fff;font-size:14px;}
.top-search button{position:absolute;top:0;right:0;display:grid;place-items:center;width:50px;height:46px;padding:0;color:var(--navy);border:0;background:transparent;}
.top-search .mc-icon{width:18px;}
.top-socials{gap:10px;}
.top-socials a{display:grid;place-items:center;width:40px;height:40px;padding:0;color:var(--navy);border:0;border-radius:6px;background:#fff;font-size:14px;font-weight:700;line-height:1;}
.top-socials .mc-icon{width:20px;height:20px;}
.top-socials .social-x{font-family:Arial,Helvetica,sans-serif;font-size:20px;font-weight:700;line-height:1;}
.top-tools{gap:38px;}
.top-tools a,.top-tools button{display:flex;place-items:center;align-items:center;justify-content:center;gap:8px;min-width:90px;height:44px;padding:0 14px;color:var(--navy);border:0;border-radius:6px;background:#fff;font-size:14px;font-weight:500;white-space:nowrap;}
.top-tools>a{min-width:128px;}
.top-tools>.dropdown>button{min-width:72px;}
.top-tools .mc-icon{width:16px;}
.top-tools .dropdown{position:relative;}
.top-tools .dropdown-menu{min-width:140px;margin-top:8px;padding:8px 0;border:0;border-radius:6px;box-shadow:0 16px 40px rgba(4,31,58,.16);}
.top-tools .dropdown-menu .dropdown-item{padding:8px 18px;font-size:14px;color:var(--ink);}

.main-header{position:relative;z-index:30;height:104px;background:#fff;border-bottom:1px solid #e6eaee;}
.header-row{position:relative;display:flex;align-items:center;width:calc(100% - 30px);max-width:none;height:100%;margin-inline:auto;}
.brand{display:flex;flex:0 0 auto;}
.brand img{width:auto;height:66px;object-fit:contain;}
.mobile-menu-head img{width:auto;height:46px;object-fit:contain;}
.desktop-nav{display:flex;align-items:center;gap:20px;margin-left:52px;margin-right:390px;font-size:16px;font-weight:500;}
.desktop-nav::before{content:"";align-self:stretch;width:1px;height:27px;margin:auto 9px auto 0;background:#d8dfe5;}
.mc-nav-item{position:relative;}
.mc-nav-item>a{display:flex;align-items:center;gap:4px;white-space:nowrap;}
.mc-nav-item>a:hover{color:var(--blue);}
.mc-nav-item .mc-icon{width:12px;height:12px;}
.mc-nav-item.has-submenu::before{content:"";position:absolute;top:100%;left:0;right:0;height:14px;}
.mc-submenu{position:absolute;top:100%;left:0;z-index:40;display:none;min-width:230px;margin:14px 0 0;padding:10px 0;list-style:none;background:#fff;border-radius:6px;box-shadow:0 16px 40px rgba(4,31,58,.16);}
.mc-nav-item.has-submenu:hover .mc-submenu{display:block;}
.mc-submenu li a{display:block;padding:10px 22px;font-size:14px;font-weight:600;color:var(--ink);white-space:nowrap;}
.mc-submenu li a:hover{color:var(--blue);background:#f4f8fa;}
.header-actions{position:absolute;top:0;right:0;display:flex;align-items:center;gap:10px;height:100%;}
.desktop-service-actions{display:flex;align-items:center;gap:16px;}
.header-service{display:flex;align-items:center;justify-content:center;gap:10px;min-width:126px;min-height:44px;padding:0 18px;color:#fff;border-radius:5px;box-shadow:0 6px 16px rgba(8,45,97,.12);font-size:14px;font-weight:600;white-space:nowrap;transition:filter .2s ease,transform .2s ease;}
.header-service::after{content:"—";opacity:.75;}
.header-service .mc-icon{display:none;}
.header-service:hover{filter:brightness(1.08);transform:translateY(-1px);}
.header-appointment{background:#082d61;}
.header-result{background:#23bcc8;}
.header-online{background:#4059a4;}
.mobile-menu-button{display:none;background:transparent;border:0;color:var(--navy);}
.mobile-menu-button .mc-icon{width:26px;height:26px;}
.mobile-menu{position:fixed;z-index:200;inset:0;padding:25px;background:#fff;overflow-y:auto;display:none;}
.mobile-menu.open{display:block;}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;}
.mobile-menu-head button{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:#eef3f5;}
.mobile-menu-head .mc-icon{width:20px;height:20px;}
.mobile-menu nav{display:grid;margin-top:35px;border-top:1px solid var(--line);}
.mobile-menu nav>a{padding:19px 4px;border-bottom:1px solid var(--line);font-size:17px;font-weight:700;}
.mobile-menu nav details{border-bottom:1px solid var(--line);}
.mobile-menu nav summary{display:flex;align-items:center;justify-content:space-between;padding:19px 4px;font-size:17px;font-weight:700;cursor:pointer;list-style:none;}
.mobile-menu nav summary::-webkit-details-marker{display:none;}
.mobile-menu nav summary .mc-icon{width:12px;height:12px;transition:transform .2s;}
.mobile-menu nav details[open] summary .mc-icon{transform:rotate(180deg);}
.mc-mobile-submenu{display:grid;padding:0 4px 16px 14px;}
.mc-mobile-submenu a{padding:11px 0;font-size:15px;font-weight:600;color:var(--muted);}
.mobile-service-actions{display:grid;gap:10px;margin-top:28px;}
.mobile-randevu{display:flex;align-items:center;justify-content:center;gap:10px;min-height:52px;color:#fff;background:#082d61;font-weight:700;}
.mobile-randevu .mc-icon{width:20px;height:20px;}
.mobile-result{background:#23bcc8;}
.mobile-online{background:#4059a4;}

.hero-slider{position:relative;padding:0;min-height:568px;color:#fff;overflow:visible;background:var(--navy);}
.hero-bg{position:absolute;inset:0;opacity:0;background-size:cover;background-position:center;transition:opacity .8s ease;overflow:hidden;}
.hero-bg.active{opacity:1;}
.hero-slider::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,31,58,.84) 0%,rgba(4,31,58,.36) 48%,rgba(4,31,58,0) 73%);pointer-events:none;}
.hero-slider.dark{color:var(--navy);}
.hero-slider.dark::after{background:linear-gradient(90deg,rgba(255,255,255,.93),rgba(255,255,255,.35) 55%,transparent 80%);}
.hero-inner{position:relative;z-index:2;min-height:568px;}
.hero-copy{width:560px;padding-top:108px;padding-left:66px;animation:mcHeroIn .55s ease;}
@keyframes mcHeroIn{from{opacity:0;transform:translateY(18px);}}
.hero-copy h1{max-width:460px;margin:0;color:#fff;font-family:inherit;font-size:50px;line-height:1.16;font-weight:800;letter-spacing:0.3px;}
.hero-copy p{max-width:550px;margin:25px 0 0;color:#fff;font-size:14px;line-height:1.55;font-weight:500;}
.hero-shortcuts{display:flex;gap:10px;margin-top:29px;}
.hero-shortcuts a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:112px;height:105px;padding:10px;color:#fff;border:1px solid rgba(255,255,255,.22);border-radius:5px;background:rgba(8,45,97,.72);box-shadow:inset 0 0 0 1px rgba(0,0,0,.06);font-size:14px;font-weight:700;line-height:1.3;text-align:center;}
.hero-shortcuts .mc-icon{width:33px;height:33px;stroke-width:1.45;}
.hero-detail{display:inline-flex;align-items:center;gap:12px;min-height:45px;padding:0 18px;margin-top:30px;color:#fff;background:var(--red);font-size:14px;font-weight:700;}
.hero-detail .mc-icon{width:17px;height:17px;}
.hero-controls{position:absolute;z-index:3;left:calc((100vw - 100%) / -2 + 24px);top:50%;bottom:auto;display:flex;align-items:center;gap:0;width:calc(100vw - 48px);transform:translateY(-50%);pointer-events:none;}
.hero-controls>button{display:grid;place-items:center;width:46px;height:46px;padding:0;color:currentColor;border:0;background:transparent;pointer-events:auto;}
.hero-controls>button:last-child{margin-left:auto;}
.hero-controls .mc-icon{width:15px;}
.hero-dots{display:none;}

.feature-bar{position:relative;z-index:5;padding:0;color:#fff;background:#fff;}
.feature-grid{position:relative;top:-75px;display:grid;grid-template-columns:repeat(4,1fr);width:min(1080px,calc(100% - 136px));margin-inline:auto;}
.feature-card{min-height:255px;padding:34px 30px 31px;border-right:1px solid rgba(255,255,255,.18);}
.feature-card:first-child{border-radius:8px 0 0 0;background:#26bdc8;}
.feature-card:nth-child(2){background:#334894;}
.feature-card:nth-child(3){background:#263d88;}
.feature-card:last-child{border:0;border-radius:0 8px 0 0;background:#082d61;}
.feature-card>.mc-icon{width:39px;height:39px;stroke-width:1.35;}
.feature-card h2{margin:24px 0 11px;color:#fff;font-size:19px;line-height:1.3;font-weight:600;letter-spacing:.2px;}
.feature-card p{min-height:62px;margin:0 0 20px;color:rgba(255,255,255,.82);font-size:14px;line-height:1.55;}
.mc-line-link{display:inline-flex;align-items:center;gap:10px;color:var(--navy);font-size:14px;font-weight:800;letter-spacing:.35px;text-transform:uppercase;}
.mc-line-link>span{display:block;width:28px;height:1px;background:currentColor;}
.mc-line-link.light{color:#fff;}

.medical-section{padding:88px 0 96px;background:var(--surface-soft);}
.medical-layout{display:grid;grid-template-columns:minmax(390px,.76fr) 1.24fr;gap:24px;align-items:stretch;}
.finder-card{display:flex;flex-direction:column;min-height:416px;padding:44px 48px 40px;color:var(--navy);background:#fff;border:1px solid rgba(12,39,72,.035);border-radius:20px;box-shadow:var(--card-shadow);}
.mc-eyebrow{color:var(--cyan);font-size:13px;font-weight:700;letter-spacing:1.4px;}
.finder-card h2{margin:12px 0 8px;color:var(--navy);font-size:30px;line-height:1.2;font-weight:600;letter-spacing:-.35px;}
.finder-card>p{max-width:390px;margin:0 0 4px;color:#49617b;font-size:15px;line-height:1.65;}
.finder-card label{position:relative;display:block;height:57px;margin-top:18px;}
.finder-card label::after{content:"";position:absolute;top:50%;right:24px;width:7px;height:7px;border-right:2px solid var(--navy);border-bottom:2px solid var(--navy);transform:translateY(-70%) rotate(45deg);pointer-events:none;}
.finder-card select{appearance:none;float:none;margin:0;width:100%;height:57px;line-height:normal;padding:0 52px 0 24px;color:var(--navy);border:0;border-radius:7px;outline:0;background:#e8f7fa;font-size:14px;font-weight:500;cursor:pointer;}
.finder-card select:focus{box-shadow:0 0 0 2px rgba(18,169,201,.32);}
.finder-card select option{color:var(--ink);background:#fff;}
.finder-card label>span{display:none;}
.finder-submit{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:50px;padding:0 22px;margin-top:18px;color:#fff;background:var(--cyan);border-radius:7px;font-size:14px;font-weight:700;transition:background-color .2s ease,transform .2s ease;}
.finder-submit:hover{color:#fff;background:#079ab8;transform:translateY(-1px);}
.finder-submit .mc-icon{width:18px;}
.department-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.department-photo-card{position:relative;min-height:200px;overflow:hidden;display:block;border-radius:16px;background:var(--navy);}
.department-photo-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease;}
.department-photo-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,29,53,.9),rgba(5,29,53,.02) 67%);}
.department-photo-card span{position:absolute;z-index:2;right:12px;bottom:18px;left:12px;color:#fff;font-size:14px;font-weight:700;line-height:1.35;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.25);}
.department-photo-card:hover img{transform:scale(1.07);}

.hospital-section{padding:82px 0 112px;background:#fff;overflow:hidden;}
.hospital-shell{position:relative;padding:54px 64px 80px;background:var(--surface-aqua);border-radius:30px;}
.hospital-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:42px;}
.hospital-heading h2{margin:0;color:var(--navy);font-size:40px;font-weight:500;letter-spacing:-.7px;}
.hospital-controls{display:flex;align-items:center;gap:24px;}
.hospital-controls button{display:grid;place-items:center;width:48px;height:48px;padding:0;color:var(--navy);border:0;border-radius:50%;background:transparent;transition:color .2s ease,background-color .2s ease;}
.hospital-controls button:hover{color:var(--cyan);background:rgba(255,255,255,.7);}
.hospital-controls .mc-icon{width:22px;height:22px;stroke-width:1.4;}
.mc-section-title-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:38px;}
.mc-section-title-row h2,.most-viewed h2{margin:0;color:var(--navy);font-size:40px;font-weight:400;letter-spacing:-.75px;}
.mc-section-title-row>a{display:flex;align-items:center;gap:8px;color:var(--navy);font-size:14px;font-weight:800;text-transform:uppercase;}
.mc-section-title-row>a>span{width:30px;height:1px;background:var(--navy);}
.mc-section-title-row>a .mc-icon{width:15px;}
.hospital-carousel{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;}
.hospital-carousel::-webkit-scrollbar{display:none;}
.hospital-card{flex:0 0 calc((100% - 96px) / 5);min-width:0;background:#fff;border-radius:9px;box-shadow:0 12px 34px rgba(12,39,72,.08);overflow:hidden;scroll-snap-align:start;}
.hospital-image{position:relative;display:block;aspect-ratio:.72;overflow:hidden;}
.hospital-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s;}
.hospital-card:hover img{transform:scale(1.04);}
.hospital-card h3{display:flex;align-items:center;min-height:70px;padding:17px 18px;margin:0;color:var(--navy);font-size:13px;font-weight:600;line-height:1.4;text-transform:uppercase;}
.hospital-card h3 a{color:inherit;}
.hospital-all-link{position:absolute;bottom:-30px;left:50%;display:flex;align-items:center;justify-content:center;gap:14px;min-width:210px;min-height:60px;padding:0 26px;color:#fff;background:#24bcc7;border-radius:7px;box-shadow:0 12px 30px rgba(18,169,201,.2);font-size:14px;font-weight:700;transform:translateX(-50%);transition:background-color .2s ease,transform .2s ease;}
.hospital-all-link:hover{color:#fff;background:#0ca8b8;transform:translate(-50%,-2px);}

.brand-strip{padding:74px 0;background:#fff;}
.brand-note{margin:-24px 0 34px;color:var(--muted);font-size:13px;}
.brand-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;}
.brand-card{display:grid;place-items:center;min-height:104px;padding:18px 14px;overflow:hidden;}
.brand-card img{width:auto;max-height:56px;border-radius:0;object-fit:contain;filter:grayscale(1);opacity:.75;transition:.22s ease;}
.brand-card:hover img{filter:none;opacity:1;transform:scale(1.03);}

.stat-section{padding:75px 0 80px;color:#fff;background:linear-gradient(110deg,rgba(4,35,64,.96),rgba(10,85,113,.93)) center/cover;}
.stat-section h2{margin:0 0 45px;color:#fff;text-align:center;font-size:30px;font-weight:400;letter-spacing:3px;}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);}
.stat-card{display:flex;flex-direction:column;align-items:center;min-height:145px;border-right:1px solid rgba(255,255,255,.25);text-align:center;}
.stat-card:last-child{border:0;}
.stat-card .mc-icon{width:36px;height:36px;margin-bottom:19px;color:#51c5d3;stroke-width:1.25;}
.stat-card strong{font-size:28px;font-weight:400;}
.stat-card span{margin-top:8px;color:rgba(255,255,255,.7);font-size:14px;}

.process-section{padding:0;background:#fff;}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);}
.process-grid article{display:grid;grid-template-columns:42px 52px 1fr;gap:18px;min-height:265px;padding:56px 48px;border-right:1px solid var(--line);}
.process-grid article:hover{background:#f2f6f8;}
.process-number{color:#9ba7af;font-size:14px;}
.process-grid article>.mc-icon{width:43px;height:43px;color:var(--blue);stroke-width:1.2;}
.process-grid h2{margin:0 0 13px;color:var(--navy);font-size:20px;font-weight:400;}
.process-grid p{min-height:58px;margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.7;}

.second-opinion{padding:90px 0;color:#fff;background:#0b294b;}
.opinion-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:center;}
.opinion-intro h2{margin:12px 0 18px;color:#fff;font-size:46px;font-weight:400;letter-spacing:-.8px;}
.opinion-intro>p{color:rgba(255,255,255,.7);font-size:14px;line-height:1.8;}
.opinion-intro ul{display:grid;gap:15px;padding:0;margin:32px 0 0;list-style:none;font-size:14px;}
.opinion-intro li{display:flex;align-items:center;gap:10px;}
.opinion-intro li .mc-icon{width:18px;color:#51c5d3;}
.opinion-form-card{min-height:500px;padding:38px;color:var(--ink);background:#fff;box-shadow:0 16px 60px rgba(0,0,0,.18);}
.mc-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.mc-form-grid input,.mc-form-grid select,.mc-form-grid textarea{float:none;margin:0;width:100%;min-height:53px;line-height:normal;padding:0 16px;color:var(--ink);border:1px solid #d8e0e5;border-radius:0;outline:0;background:#fff;font-size:14px;font-family:inherit;}
.mc-form-grid input:focus,.mc-form-grid select:focus,.mc-form-grid textarea:focus{border-color:var(--blue);}
.mc-form-grid textarea{grid-column:1 / -1;min-height:84px;padding-top:16px;resize:vertical;}
.mc-consent{display:flex;align-items:flex-start;gap:10px;margin:17px 0;color:#7a8690;font-size:12px;line-height:1.55;}
.mc-consent input{flex-shrink:0;margin-top:2px;accent-color:var(--blue);}
.mc-submit{display:flex;align-items:center;justify-content:space-between;width:100%;height:52px;padding:0 20px;color:#fff;border:0;background:var(--red);font-size:14px;font-weight:800;text-transform:uppercase;cursor:pointer;}
.mc-submit .mc-icon{width:18px;}
.mc-form-success{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:420px;text-align:center;}
.mc-form-success>.mc-icon{width:60px;height:60px;color:#1aa779;stroke-width:1.2;}
.mc-form-success h3{margin:20px 0 5px;color:var(--ink);font-size:27px;}
.mc-form-success p{color:var(--muted);}

.editorial-section{padding:87px 0;background:#fff;}
.expert-editorial{background:#f3f6f7;}
.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:29px;}
.mc-swipe-hint{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin:15px 0 0;color:#71808c;font-size:12px;font-weight:700;letter-spacing:.35px;text-transform:uppercase;}
.mc-swipe-hint .mc-icon{width:14px;}
.mc-marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);}
.mc-marquee-track{display:flex;width:max-content;gap:29px;animation:mcMarquee linear infinite;animation-duration:calc(var(--mc-count,3) * var(--mc-speed,5) * 1s);}
.mc-marquee.mc-marquee-reverse .mc-marquee-track{animation-direction:reverse;}
.mc-marquee:hover .mc-marquee-track{animation-play-state:paused;}
.mc-marquee.mc-marquee-step .mc-marquee-track{animation:none;transition:transform .7s cubic-bezier(.4,0,.2,1);}
.mc-marquee .editorial-card{flex:0 0 340px;width:340px;}
@keyframes mcMarquee{from{transform:translateX(0);}to{transform:translateX(calc(var(--mc-count,3) * -369px));}}
.editorial-card{background:#fff;box-shadow:0 8px 27px rgba(17,48,71,.07);}
.editorial-image{position:relative;display:block;aspect-ratio:1.72;overflow:hidden;}
.editorial-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s;}
.editorial-card:hover .editorial-image img{transform:scale(1.04);}
.editorial-content{padding:26px 28px 30px;}
.editorial-content h3{min-height:58px;margin:0 0 22px;color:var(--navy);font-size:17px;line-height:1.55;font-weight:400;}
.news-date{position:absolute;left:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:72px;height:82px;color:#fff;background:var(--red);font-size:11px;text-transform:uppercase;}
.news-date strong{font-size:25px;font-weight:400;}
.news-date small{margin-top:3px;font-size:10px;}

.most-viewed{padding:85px 0 105px;background:#f3f6f7;}
.most-viewed h2{margin-bottom:38px;}
.most-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;}
.most-grid a{display:grid;grid-template-columns:42px 1fr 25px;align-items:center;min-height:72px;padding:10px 20px;background:#fff;border:1px solid #e3e8eb;transition:.2s;}
.most-grid a:hover{color:#fff;background:var(--navy);transform:translateY(-2px);}
.most-grid .mc-icon:first-child{width:21px;color:var(--blue);}
.most-grid .mc-icon:last-child{width:16px;}
.most-grid strong{font-size:14px;font-weight:500;}

.footer{padding:0 0 30px;color:rgba(255,255,255,.7);background:#071c36;}
footer#pq-footer::before{pointer-events:none;}
.footer-cta{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;padding:36px 0;margin-bottom:58px;border-bottom:1px solid rgba(255,255,255,.1);}
.footer-cta-text h3{margin:0;color:#fff;font-size:26px;font-weight:400;letter-spacing:-.3px;}
.footer-cta-text p{margin:7px 0 0;font-size:14px;}
.footer-cta>a{display:inline-flex;align-items:center;gap:12px;min-height:56px;padding:0 30px;color:#fff;background:var(--red);font-size:14px;font-weight:800;text-transform:uppercase;white-space:nowrap;transition:background-color .2s ease;}
.footer-cta>a:hover{background:#c9142a;}
.footer-cta>a .mc-icon{width:18px;}
.footer-main{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px 44px;padding-bottom:50px;}
.footer-brand{flex:1 1 300px;max-width:340px;}
.footer-column{flex:1 1 140px;}
.footer-contact{flex:1 1 260px;max-width:300px;}
.footer-brand img{width:auto;height:46px;object-fit:contain;filter:brightness(0) invert(1);}
.footer-brand>p{max-width:320px;margin:22px 0 24px;font-size:14px;line-height:1.75;}
.mc-socials{display:flex;gap:8px;}
.mc-socials a{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#fff;transition:.2s;}
.mc-socials a:hover{background:var(--blue);border-color:var(--blue);}
.mc-socials .mc-icon{width:18px;height:18px;}
.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:14px;}
.footer-column h3,.footer-contact h3{margin:0 0 8px;color:#fff;font-size:15px;font-weight:500;}
.footer-column>a{font-size:14px;transition:.2s;}
.footer-column>a:hover{color:#fff;padding-left:3px;}
.footer-contact{display:flex;flex-direction:column;gap:15px;}
.footer-contact .frow{display:flex;gap:12px;font-size:14px;line-height:1.6;}
.footer-contact .frow .mc-icon{flex-shrink:0;width:18px;color:#4bc1d2;margin-top:2px;}
.footer-contact .frow strong{display:block;color:#fff;font-weight:600;}
.footer-hours{display:flex;flex-direction:column;gap:6px;padding:14px 0 2px;font-size:13px;}
.footer-hours span{display:flex;justify-content:space-between;gap:18px;max-width:230px;}
.footer-hours b{color:#fff;font-weight:600;}
.footer-directions{display:inline-flex;align-items:center;gap:9px;align-self:flex-start;margin-top:4px;padding:11px 18px;color:#fff;border:1px solid rgba(255,255,255,.3);font-size:13px;font-weight:700;transition:.2s;}
.footer-directions:hover{background:#fff;color:var(--navy);}
.footer-directions .mc-icon{width:15px;}
.footer-meta{display:flex;align-items:center;justify-content:space-between;min-height:60px;margin-top:8px;border-top:1px solid rgba(255,255,255,.12);font-size:12px;}
.footer-meta div{display:flex;gap:22px;}
.footer-meta a:hover{color:#fff;}
.mc-copyright{padding-top:20px;font-size:12px;color:rgba(255,255,255,.5);}

.fixed-actions{position:fixed;z-index:120;left:50%;bottom:24px;width:auto;max-width:95vw;transform:translateX(-50%);pointer-events:none;transition:opacity .25s ease,transform .25s ease;}
.fixed-actions-inner{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;padding:12px;color:var(--navy);border:1px solid #0c274830;border-radius:20px;background:rgba(255,255,255,.92);box-shadow:0 8px 32px -4px rgba(4,31,58,.14),0 2px 8px rgba(4,31,58,.06);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);pointer-events:auto;}
.fixed-actions a{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;min-width:120px;padding:12px 24px;color:var(--navy);background:transparent;border:1px solid transparent;border-radius:16px;white-space:nowrap;transition:all .3s cubic-bezier(.25,.8,.25,1);}
.fixed-actions a:hover{color:#fff;background:var(--navy);}
.fixed-actions .action-text{font-family:"Questrial",Arial,Helvetica,sans-serif;font-size:16px;font-weight:600;color:inherit;white-space:nowrap;letter-spacing:.3px;text-transform:uppercase;transition:all .3s ease;}
.fixed-actions i{flex:0 0 auto;font-size:19px;color:#153d72;}
.fixed-actions a:hover i{color:#fff;}
.fixed-actions-divider{flex:none;align-self:stretch;width:1px;margin-block:8px;background:#0c274830;}
.fixed-actions.is-hidden{opacity:0;pointer-events:none;transform:translate(-50%,90px);}
.fixed-actions.is-hidden .fixed-actions-inner{pointer-events:none;}

@media (max-width:1320px){
  .desktop-nav{gap:5px;margin-left:4px;margin-right:300px;}
  .desktop-service-actions{gap:3px;}
  .header-service{min-width:88px;padding-inline:3px;font-size:13px;}
}
@media (max-width:1180px){
  .top-contact{display:none;}
  .top-search{flex:1 1 auto;width:auto;max-width:none;margin-left:0;}
  .main-header{height:78px;}
  .desktop-nav,.desktop-service-actions{display:none;}
  .header-actions{position:static;display:flex;padding:0;margin-left:auto;}
  .mobile-menu-button{display:grid;}
  .medical-layout{grid-template-columns:minmax(340px,.82fr) 1.4fr;gap:22px;}
  .finder-card{padding-inline:34px;}
  .hospital-shell{padding-inline:44px;}
  .process-grid article{padding-inline:30px;}
  .footer-main{gap:32px;}
  .brand-grid{grid-template-columns:repeat(4,1fr);}
}
@media (max-width:980px){
  .site-container{width:min(100% - 34px,790px);}
  .top-strip{height:58px;}
  .top-socials{display:none;}
  .top-tools{gap:8px;}
  .main-header{height:78px;}
  .desktop-nav,.desktop-service-actions{display:none;}
  .header-actions{position:static;display:flex;padding:0;margin-left:auto;}
  .mobile-menu-button{display:grid;}
  .hero-copy{width:70%;}
  .feature-grid{top:0;grid-template-columns:1fr 1fr;width:min(100% - 34px,790px);}
  .feature-card{min-height:235px;}
  .medical-layout{grid-template-columns:1fr;}
  .finder-card{width:100%;min-height:0;}
  .department-photo-card{min-height:200px;}
  .hospital-shell{padding:46px 38px 72px;border-radius:24px;}
  .hospital-card,.hospital-card:nth-child(n+4){display:block;flex:0 0 calc((100% - 48px) / 3);}
  .brand-grid{grid-template-columns:repeat(3,1fr);}
  .stat-grid{grid-template-columns:repeat(2,1fr);row-gap:30px;}
  .process-grid{grid-template-columns:1fr;}
  .process-grid article{min-height:215px;border-bottom:1px solid var(--line);}
  .opinion-layout{grid-template-columns:1fr;gap:40px;}
  .footer-main{row-gap:36px;}
  .footer-brand{flex-basis:100%;max-width:none;}
}
@media (max-width:700px){
  .site-container{width:calc(100% - 28px);}
  .top-strip{height:50px;}
  .top-strip-inner{gap:10px;}
  .top-contact{display:flex;flex:1;gap:8px;}
  .top-contact .mc-icon{width:18px;}
  .top-contact a{display:flex;align-items:center;min-height:44px;font-size:14px;}
  .top-contact a:nth-of-type(2),.top-search,.top-tools>a{display:none;}
  .top-tools button{min-width:44px;width:44px;height:44px;padding:0;}
  .top-tools button span{display:none;}
  .main-header{height:72px;}
  .brand img{height:38px;}
  .hero-slider,.hero-inner{min-height:690px;}
  .hero-slider::after{background:linear-gradient(90deg,rgba(4,31,58,.9),rgba(4,31,58,.42));}
  .hero-bg{background-position:62% center;}
  .hero-copy{display:flex;flex-direction:column;width:100%;min-height:690px;padding:82px 18px 0;}
  .hero-copy h1{max-width:350px;font-size:clamp(38px,11vw,46px);letter-spacing:0.3px;}
  .hero-copy p{max-width:355px;margin-top:24px;line-height:1.65;}
  .hero-shortcuts{gap:8px;margin-top:34px;}
  .hero-shortcuts a{width:calc((100% - 16px) / 3);height:118px;gap:12px;padding:10px 5px;line-height:1.25;}
  .hero-copy .hero-detail{align-self:flex-start;min-height:48px;margin-top:auto;margin-bottom:82px;padding-inline:20px;}
  .feature-grid{top:0;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;width:calc(100% - 18px);}
  .feature-card{display:flex;flex-direction:column;min-width:0;min-height:194px;padding:24px 15px 17px;border-right:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22);}
  .feature-card>.mc-icon{width:38px;height:38px;}
  .feature-card:nth-child(even){border-right:0;}
  .feature-card:first-child,.feature-card:last-child{border-radius:0;}
  .feature-card h2{min-height:40px;margin:19px 0 12px;font-size:clamp(15px,4.5vw,18px);line-height:1.25;white-space:normal;overflow-wrap:anywhere;}
  .feature-card p{display:none;}
  .feature-card .mc-line-link{display:flex;justify-content:center;width:100%;min-height:44px;padding:0 8px;margin-top:auto;border:2px solid #fff;border-radius:7px;font-size:13px;line-height:1.15;letter-spacing:0;text-align:center;text-transform:none;white-space:normal;}
  .feature-card .mc-line-link>span{width:13px;}
  .medical-section,.editorial-section,.most-viewed,.second-opinion,.brand-strip{padding:65px 0;}
  .hospital-section{padding:60px 0 92px;}
  .finder-card{width:100%;min-height:0;padding:40px 24px;}
  .finder-card h2{font-size:28px;}
  .mc-section-title-row h2,.most-viewed h2{font-size:34px;}
  .department-photo-grid{grid-template-columns:1fr 1fr;}
  .department-photo-card{min-height:190px;}
  .hospital-shell{width:calc(100% - 20px);padding:36px 20px 62px;border-radius:20px;}
  .hospital-heading{margin-bottom:28px;}
  .hospital-heading h2{font-size:30px;letter-spacing:-.4px;}
  .hospital-controls{gap:8px;}
  .hospital-controls button{width:44px;height:44px;}
  .hospital-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;}
  .hospital-card,.hospital-card:nth-child(n+4){display:block;flex:0 0 82%;scroll-snap-align:start;}
  .hospital-all-link{bottom:-27px;min-width:180px;min-height:54px;}
  .brand-grid{grid-template-columns:repeat(2,1fr);}
  .stat-section h2{font-size:23px;}
  .stat-grid{grid-template-columns:1fr 1fr;}
  .process-grid article{grid-template-columns:35px 40px 1fr;gap:12px;padding:40px 22px;}
  .opinion-intro h2{font-size:40px;}
  .opinion-form-card{padding:24px 18px;}
  .mc-form-grid{grid-template-columns:1fr;}
  .mc-form-grid textarea{grid-column:auto;}
  .mc-section-title-row{align-items:flex-start;gap:15px;}
  .editorial-grid{grid-template-columns:1fr;}
  .mc-marquee .editorial-card{flex:0 0 78vw;width:78vw;}
  .editorial-content h3{min-height:auto;}
  .most-grid{grid-template-columns:1fr;}
  .footer{padding-bottom:calc(96px + env(safe-area-inset-bottom));}
  .footer-cta{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:44px;}
  .footer-cta-text h3{font-size:22px;}
  .footer-cta>a{width:100%;justify-content:center;}
  .footer-brand,.footer-column,.footer-contact{flex-basis:100%;max-width:none;}
  .footer-meta{align-items:flex-start;flex-direction:column;justify-content:center;gap:13px;padding:18px 0;}
  .fixed-actions{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));width:auto;max-width:none;transform:none;}
  .fixed-actions-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:8px;border-radius:15px;overflow:visible;}
  .fixed-actions a{flex-direction:column;width:100%;min-width:0;min-height:56px;padding:7px 4px;gap:5px;}
  .fixed-actions .action-text{font-size:10px;line-height:1.2;text-align:center;white-space:normal;}
  .fixed-actions-divider{display:none;}
  .fixed-actions.is-hidden{opacity:0;pointer-events:none;transform:translateY(calc(100% + 24px));}
  .fixed-actions.is-hidden .fixed-actions-inner{pointer-events:none;}
}

@media (max-width:480px){
  .hero-copy{padding-inline:12px;}
  .hero-copy .hero-detail{margin-bottom:76px;}
  .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100% - 12px);}
  .feature-card{min-height:188px;padding:21px 12px 14px;}
  .feature-card:nth-child(odd){border-right:1px solid rgba(255,255,255,.22);}
  .feature-card:nth-child(even){border-right:0;}
  .feature-card h2{min-height:38px;margin:17px 0 10px;font-size:clamp(14px,4.25vw,17px);}
  .feature-card .mc-line-link{min-height:42px;padding-inline:6px;font-size:12px;}
  .department-photo-grid{grid-template-columns:1fr;}
  .department-photo-card{min-height:230px;}
  .hospital-card,.hospital-card:nth-child(n+4){flex-basis:88%;}
}

/*
 * Inner page hero / breadcrumb
 * Medicana-inspired composition: a wide image with a raised content card.
 */
.pq-breadcrumb{
  display:flex;
  align-items:flex-end;
  min-height:370px;
  padding:0 !important;
  margin-bottom:52px;
  color:var(--navy);
  background-color:var(--navy-deep);
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
  isolation:isolate;
  overflow:visible;
}
.pq-breadcrumb::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:0;
  background:linear-gradient(90deg,rgba(4,31,58,.32),rgba(4,31,58,.16) 48%,rgba(4,31,58,.3));
  pointer-events:none;
}
.pq-breadcrumb>.container{
  position:relative;
  z-index:1;
  width:min(1320px,calc(100% - 34px));
  max-width:none;
  padding:0;
}
.pq-breadcrumb>.container>.row,
.pq-breadcrumb>.container>.row>[class*="col-"]{
  position:static;
}
.pq-breadcrumb nav{
  width:min(470px,100%);
  min-height:160px;
  padding:38px 48px 32px;
  color:var(--navy);
  background:#fff;
  border-radius:8px 8px 0 0;
  box-shadow:0 20px 50px rgba(4,31,58,.18);
  transform:translateY(52px);
}
.pq-breadcrumb nav::after{
  content:"";
  position:absolute;
  right:48px;
  bottom:0;
  left:48px;
  height:2px;
  background:var(--cyan);
}
.pq-breadcrumb .pq-breadcrumb-title :is(h1,h2){
  max-width:100%;
  margin:0 0 17px;
  color:var(--navy);
  font-family:inherit;
  font-size:32px !important;
  font-weight:600;
  line-height:1.2 !important;
  letter-spacing:-.4px;
  text-transform:none;
  overflow-wrap:anywhere;
}
.pq-breadcrumb .pq-breadcrumb-container{
  margin-top:0 !important;
}
.pq-breadcrumb .pq-breadcrumb-container .breadcrumb{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:5px 0;
  padding:0;
  margin:0;
  background:transparent;
}
.pq-breadcrumb .pq-breadcrumb-container .breadcrumb li{
  padding:0;
  margin:0;
  color:var(--navy);
  font-family:inherit;
  font-size:14px;
  font-weight:500;
  line-height:22px;
  letter-spacing:0;
  text-transform:none;
}
.pq-breadcrumb .pq-breadcrumb-container .breadcrumb li.active{
  color:var(--navy);
  font-weight:500;
}
.pq-breadcrumb .pq-breadcrumb-container .breadcrumb li a,
.pq-breadcrumb .pq-breadcrumb-container .breadcrumb li span{
  color:var(--navy);
}
.pq-breadcrumb .pq-breadcrumb-container .breadcrumb li a{
  text-decoration:none;
}
.pq-breadcrumb .pq-breadcrumb-container .breadcrumb li a:hover{
  color:var(--cyan);
}
.pq-breadcrumb .pq-breadcrumb-container .breadcrumb li a i{
  display:none;
}
.pq-breadcrumb .pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
  content:"›";
  float:none;
  padding:0 10px;
  color:#708198;
  font-family:inherit;
  font-size:20px;
  font-weight:300;
  line-height:1;
  vertical-align:-1px;
}
.pq-breadcrumb .pq-breadcrumb-img{
  display:none;
}
.pq-breadcrumb+section{
  padding-top:52px;
}

@media (max-width:700px){
  .pq-breadcrumb{
    min-height:260px;
    margin-bottom:38px;
    text-align:left;
    background-position:center !important;
  }
  .pq-breadcrumb>.container{
    width:calc(100% - 28px);
  }
  .pq-breadcrumb nav{
    width:100%;
    min-height:132px;
    padding:25px 24px 25px;
    border-radius:7px 7px 0 0;
    transform:translateY(38px);
  }
  .pq-breadcrumb nav::after{
    right:24px;
    left:24px;
  }
  .pq-breadcrumb .pq-breadcrumb-title :is(h1,h2){
    margin-bottom:13px;
    font-size:26px !important;
    line-height:1.25 !important;
    letter-spacing:-.2px;
  }
  .pq-breadcrumb .pq-breadcrumb-container .breadcrumb{
    display:flex;
    justify-content:flex-start;
  }
  .pq-breadcrumb .pq-breadcrumb-container .breadcrumb li{
    font-size:13px;
    line-height:20px;
  }
  .pq-breadcrumb .pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    padding:0 7px;
    font-size:18px;
  }
  .pq-breadcrumb+section{
    padding-top:42px;
  }
}
