:root{
--navy:#101a46;--navy-2:#17245a;--blue:#2455d6;--cyan:#27a9df;--orange:#f58220;
--ink:#172033;--muted:#687186;--line:#dfe4ec;--soft:#f5f8fc;--white:#fff;
--radius:24px;--shadow:0 18px 50px rgba(16,26,70,.10);--container:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"DM Sans",Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-80px;background:var(--navy);color:#fff;padding:10px 16px;border-radius:8px;z-index:9999}.skip-link:focus{top:16px}
.topbar{background:var(--navy);color:#dbe3ff;font-size:12px}.topbar-inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:20px}.topbar-links{display:flex;gap:12px}.topbar a:hover{color:#fff}
.nav-wrap{background:#fff;border-bottom:1px solid rgba(16,26,70,.08);position:relative;z-index:20}.nav-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:flex;align-items:center;gap:11px;min-width:270px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,var(--blue),var(--cyan));color:#fff;font-family:Manrope,sans-serif;font-weight:800;font-size:23px;box-shadow:0 8px 20px rgba(36,85,214,.18)}.brand strong{display:block;font-family:Manrope,sans-serif;letter-spacing:.15em;font-size:20px;line-height:1.1;color:var(--navy)}.brand small{display:block;color:#7b8497;font-size:9px;letter-spacing:.03em;line-height:1.2;margin-top:3px}.main-nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:600;color:#47516a}.main-nav>a:not(.nav-cta){padding:29px 0;position:relative}.main-nav>a:not(.nav-cta):after{content:"";position:absolute;bottom:20px;left:0;width:0;height:2px;background:var(--blue);transition:.25s}.main-nav>a:not(.nav-cta):hover{color:var(--navy)}.main-nav>a:not(.nav-cta):hover:after{width:100%}.nav-cta{background:var(--navy);color:#fff!important;border-radius:12px;padding:12px 17px;white-space:nowrap}.nav-cta:hover{background:var(--blue)}.nav-cta span,.btn span{margin-left:7px}.menu-toggle{display:none;border:0;background:transparent;padding:8px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px}
.site-logo {
    display: block;
    width: 250px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}
.eyebrow{margin:0 0 13px;color:var(--blue);font-size:11px;text-transform:uppercase;letter-spacing:.17em;font-weight:800}.eyebrow.light{color:#b8dfff}h1,h2,h3,h4{font-family:Manrope,Arial,sans-serif;line-height:1.13;margin:0;color:var(--navy)}h1{font-size:clamp(44px,5.5vw,72px);letter-spacing:-.045em}h2{font-size:35px;letter-spacing:-.04em}h3{font-size:24px}p{margin:0 0 16px;color:var(--muted)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f7faff 0%,#eef5fc 54%,#fff 100%);min-height:690px;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(39,169,223,.15),transparent 32%),radial-gradient(circle at 25% 75%,rgba(36,85,214,.07),transparent 35%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:60px;padding:65px 0 85px}.hero-copy h1 span,h2 span{color:var(--blue)}.hero-lead{max-width:590px;font-size:18px;margin:25px 0 30px;color:#5d687e}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:13px 19px;font-size:14px;font-weight:700;border:1px solid transparent;transition:.25s}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 25px rgba(36,85,214,.18)}.btn-primary:hover{transform:translateY(-2px);background:var(--navy)}.btn-ghost,.btn-outline{border-color:#cfd6e2;color:var(--navy);background:#fff}.btn-ghost:hover,.btn-outline:hover{border-color:var(--blue);color:var(--blue)}.btn-dark{background:var(--navy);color:#fff}.btn-light{background:#fff;color:var(--navy)}.btn-white{background:#fff;color:var(--navy)}.hero-trust{display:flex;gap:0;margin-top:42px}.hero-trust>div{padding:0 23px;border-left:1px solid #d4dce8}.hero-trust>div:first-child{padding-left:0;border-left:0}.hero-trust strong,.hero-trust span{display:block}.hero-trust strong{font-size:14px;color:var(--navy)}.hero-trust span{font-size:11px;color:#788399;margin-top:2px}.hero-visual{display:flex;justify-content:flex-end}.hero-image-card{width:min(520px,100%);height:555px;border-radius:34px;position:relative;overflow:hidden;background:linear-gradient(150deg,#dbeaf7,#f6fbff);box-shadow:var(--shadow);border:8px solid #fff}.hero-image-card img{width:100%;height:100%;object-fit:cover}.image-placeholder,.hero-placeholder{display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;height:100%;padding:30px;color:#58708c;background:linear-gradient(145deg,#e4f1fa,#f7fbff)}.hero-placeholder strong{font-family:Manrope;font-size:32px;line-height:1.15;color:var(--navy)}.hero-placeholder span,.doctor-placeholder span{font-size:11px;font-weight:800;letter-spacing:.2em;color:var(--blue);margin-bottom:15px}.hero-placeholder small,.doctor-placeholder small{margin-top:12px;font-size:11px;color:#8a96a8}.hero-badge{position:absolute;bottom:22px;left:22px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);padding:12px 15px;border-radius:12px;font-size:12px;font-weight:700;color:var(--navy);box-shadow:0 10px 30px rgba(0,0,0,.08)}.pulse-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#29ad73;margin-right:8px}.hero-wave{position:absolute;bottom:-1px;left:0;right:0;height:44px;background:#fff;clip-path:ellipse(65% 75% at 50% 100%)}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0}.trust-item{display:flex;align-items:center;gap:13px;padding:0 22px;border-right:1px solid var(--line)}.trust-item:first-child{padding-left:0}.trust-item:last-child{border:0}.trust-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;background:#edf5ff;color:var(--blue);font-size:18px}.trust-item strong,.trust-item small{display:block}.trust-item strong{font-size:13px}.trust-item small{font-size:11px;color:#8590a2;margin-top:2px}
.section{padding:105px 0}.section-soft{background:var(--soft)}.section-head{margin-bottom:48px}.section-head.split{display:flex;justify-content:space-between;align-items:end;gap:40px}.section-head.split>p{max-width:420px;margin:0;font-size:15px}.section-head.centered{text-align:center;max-width:760px;margin-inline:auto;margin-bottom:45px}.section-head.centered>p:last-child{max-width:600px;margin:17px auto 0}
.specialty-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.specialty-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:29px;min-height:330px;position:relative;overflow:hidden;transition:.3s;box-shadow:0 8px 25px rgba(16,26,70,.025)}.specialty-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#cad7f2}.specialty-card-large{background:linear-gradient(145deg,var(--navy),#1a2d68);color:#fff}.specialty-card-large h3,.specialty-card-large p,.specialty-card-large .text-link{color:#fff}.card-number{position:absolute;right:25px;top:24px;font-size:11px;color:#9aa4b5;font-weight:700}.specialty-card-large .card-number{color:#8799c9}.line-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:#edf5ff;color:var(--blue);font-size:24px;margin-bottom:55px}.specialty-card-large .line-icon{background:rgba(255,255,255,.1);color:#78d8ff}.card-content h3{margin-bottom:12px}.specialty-card p{font-size:13px;max-width:380px}.text-link{display:inline-block;margin-top:18px;color:var(--blue);font-size:12px;font-weight:800}.text-link b{margin-left:7px}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:85px;align-items:center}.about-visual{position:relative}.about-image{height:450px;border-radius:28px;overflow:hidden;background:#eaf2f9;box-shadow:var(--shadow)}.floating-card{position:absolute;right:-35px;bottom:35px;background:#fff;border-radius:16px;padding:16px 19px;display:flex;gap:11px;align-items:center;box-shadow:var(--shadow)}.floating-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:var(--blue);color:#fff}.floating-card strong,.floating-card small{display:block}.floating-card strong{font-size:13px}.floating-card small{font-size:11px;color:#7a8599}.about-copy>p{max-width:620px}.feature-list{margin:20px 0}.feature-list>div{display:flex;gap:16px;padding:15px 0;border-top:1px solid var(--line)}.feature-list>div:last-child{border-bottom:1px solid var(--line)}.feature-list>div>span{font-size:11px;font-weight:800;color:var(--blue);padding-top:2px}.feature-list p{margin:0}.feature-list strong,.feature-list small{display:block}.feature-list strong{font-size:13px;color:var(--navy)}.feature-list small{font-size:12px;margin-top:3px}
.doctor-spotlight{background:var(--navy);color:#fff;overflow:hidden}.doctor-grid{display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:center}.doctor-copy h2,.doctor-copy p{color:#fff}.doctor-role{color:#a8cfff!important;font-weight:700;font-size:15px}.doctor-copy>p:not(.eyebrow):not(.doctor-role){color:#c5cee2;max-width:560px}.doctor-points{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0 31px}.doctor-points span{border:1px solid rgba(255,255,255,.18);padding:8px 11px;border-radius:30px;color:#d8e2f4;font-size:11px}.doctor-photo{position:relative}.doctor-photo-frame{height:620px;border-radius:30px 30px 0 0;overflow:hidden;background:linear-gradient(160deg,#dceaf6,#b9cde2);position:relative}.doctor-photo-frame img{width:100%;height:100%;object-fit:cover}.doctor-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.doctor-caption{position:absolute;bottom:-1px;left:28px;right:28px;background:#fff;color:var(--navy);padding:14px 17px;border-radius:14px 14px 0 0;display:flex;justify-content:space-between;font-size:11px}.doctor-caption span{color:#7d8799}.doctor-caption b{font-size:12px}
.services-home{background:#fff}.service-list{border-top:1px solid var(--line)}.service-list a{display:grid;grid-template-columns:70px 1fr 40px;align-items:center;padding:22px 7px;border-bottom:1px solid var(--line);transition:.2s}.service-list a:hover{background:#f8fbff;padding-left:15px}.service-no{font-size:11px;color:#8b95a7;font-weight:700}.service-list strong{font-size:18px;font-family:Manrope}.service-arrow{color:var(--blue);font-size:20px}
.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.insight-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.insight-image{height:180px;background:linear-gradient(145deg,#d9e9f7,#edf5fb);display:flex;align-items:end;padding:18px}.insight-image span{background:rgba(16,26,70,.88);color:#fff;padding:7px 10px;border-radius:8px;font-size:10px;font-weight:700}.insight-body{padding:23px}.insight-body small{color:var(--blue);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.insight-body h3{font-size:19px;margin:9px 0 10px}.insight-body p{font-size:12px}.insight-body a{color:var(--blue);font-size:11px;font-weight:800}
.appointment-banner{background:linear-gradient(115deg,var(--blue),#193fbd);color:#fff;padding:75px 0;position:relative;overflow:hidden}.appointment-banner:after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;border:1px solid rgba(255,255,255,.13);right:-80px;top:-150px}.appointment-grid{display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}.appointment-grid h2{color:#fff}.appointment-grid h2 span{color:#aee7ff}.appointment-grid p:not(.eyebrow){color:#d8e7ff;max-width:600px}.appointment-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.phone-link{color:#fff;font-size:13px;font-weight:700}
.site-footer{background:#0b1232;color:#b9c2d7}.footer-main{padding:70px 0 50px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:50px}.brand-footer strong{color:#fff}.brand-footer small{color:#8994ad}.footer-brand>p{max-width:290px;margin-top:22px;font-size:12px}.site-footer h4{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:17px}.site-footer>div a:not(.brand){display:block;font-size:12px;margin:10px 0;color:#b9c2d7}.site-footer a:hover{color:#fff}.footer-socials{display:flex;gap:8px}.footer-socials a{display:grid!important;place-items:center;width:32px;height:32px;border:1px solid #34405e;border-radius:9px!important}.footer-contact p{font-size:12px}.footer-contact .emergency-label{display:block;margin-top:22px;font-size:10px;color:#76819a}.footer-contact .emergency{color:#79d9ff!important;font-weight:800}.footer-bottom{border-top:1px solid #242d4a;padding:18px 0;display:flex;justify-content:space-between;font-size:10px;color:#76819a}
@media(max-width:980px){.main-nav{gap:14px}.main-nav>a:not(.nav-cta){font-size:12px}.brand{min-width:auto}.hero-grid,.doctor-grid,.about-grid{grid-template-columns:1fr;gap:45px}.hero-grid{padding-top:45px}.hero-visual{justify-content:center}.hero-image-card{height:500px}.about-grid{gap:55px}.doctor-copy{order:2}.doctor-photo{order:1}.trust-grid{grid-template-columns:repeat(2,1fr);gap:22px}.trust-item{border:0}.specialty-grid{grid-template-columns:1fr 1fr}.specialty-card-large{grid-column:1/-1}.footer-main{grid-template-columns:1fr 1fr}.appointment-grid{align-items:flex-start;flex-direction:column}}
@media(max-width:760px){.container{width:min(var(--container),calc(100% - 30px))}.topbar{display:none}.nav-inner{height:70px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;left:15px;right:15px;top:70px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav>a:not(.nav-cta){padding:12px 10px}.main-nav>a:not(.nav-cta):after{display:none}.nav-cta{text-align:center;margin-top:5px}.hero{min-height:auto}.hero-grid{padding:55px 0 70px;gap:35px}.hero-lead{font-size:16px}.hero-trust{margin-top:30px}.hero-trust>div{padding:0 12px}.hero-trust strong{font-size:11px}.hero-trust span{font-size:9px}.hero-image-card{height:420px}.section{padding:75px 0}.section-head.split{display:block}.section-head.split>p{margin-top:18px}.section-head.split .btn{margin-top:20px}.specialty-grid,.insight-grid{grid-template-columns:1fr}.specialty-card-large{grid-column:auto}.trust-grid{grid-template-columns:1fr 1fr}.trust-item{padding:0!important}.about-image{height:400px}.floating-card{right:12px;bottom:20px}.doctor-photo-frame{height:500px}.service-list a{grid-template-columns:48px 1fr 25px}.service-list strong{font-size:15px}.footer-main{grid-template-columns:1fr;gap:32px;padding:55px 0 35px}.footer-bottom{display:block}.footer-bottom span{display:block;margin:5px 0}}
@media(max-width:480px){h1{font-size:42px}h2{font-size:34px}.hero-actions .btn{width:100%}.hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero-trust>div:nth-child(3){grid-column:1/-1}.hero-image-card{height:360px}.trust-grid{grid-template-columns:1fr}.trust-item{border-bottom:1px solid var(--line);padding-bottom:12px!important}.trust-item:last-child{border:0}.appointment-banner{padding:60px 0}.appointment-actions{display:block}.appointment-actions .btn{width:100%;margin-bottom:14px}.phone-link{display:block;text-align:center}}
@media (max-width: 768px) {
    .site-logo {
        width: 155px;
        max-height: 60px;
    }
}
/* Stage 4 — inner pages */
.inner-hero{background:linear-gradient(125deg,#f4f8fd,#eaf3fb);padding:30px 0 82px;overflow:hidden}.inner-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.inner-hero h1{max-width:780px}.inner-hero p:not(.eyebrow){max-width:680px;font-size:17px;margin:20px 0 0;color:#637087}.inner-hero-shape{width:180px;height:180px;border-radius:50%;border:1px solid rgba(36,85,214,.18);display:grid;place-items:center;position:relative;flex:0 0 auto}.inner-hero-shape:before,.inner-hero-shape:after{content:"";position:absolute;border:1px solid rgba(39,169,223,.17);border-radius:50%}.inner-hero-shape:before{inset:20px}.inner-hero-shape:after{inset:43px}.inner-hero-shape span{font-size:40px;color:var(--blue);font-weight:300}
.breadcrumb{font-size:11px;color:#7e899c;margin-bottom:22px}.breadcrumb a{color:var(--blue)}
.content-grid{display:grid;grid-template-columns:1fr 340px;gap:65px}.content-main h2{margin:38px 0 16px}.content-main h3{margin:28px 0 10px;font-size:21px}.content-main p{font-size:15px}.content-main ul{padding-left:20px;color:var(--muted)}.content-main li{margin:8px 0}.side-card{border:1px solid var(--line);border-radius:20px;padding:25px;background:#fff;box-shadow:0 10px 35px rgba(16,26,70,.05);height:max-content;position:sticky;top:25px}.side-card h3{font-size:19px;margin-bottom:15px}.side-card a{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px;font-weight:700}.side-card a:last-child{border:0}.side-card a:hover{color:var(--blue)}
.profile-grid{display:grid;grid-template-columns:360px 1fr;gap:60px;align-items:start}.profile-photo{height:450px;border-radius:25px;overflow:hidden;background:linear-gradient(145deg,#dceaf5,#f5faff);box-shadow:var(--shadow)}.profile-photo img{width:100%;height:100%;object-fit:cover}.profile-placeholder{height:100%;display:grid;place-items:center;text-align:center;padding:30px;color:#718096}.profile-placeholder strong{font-family:Manrope;font-size:28px;color:var(--navy)}.profile-role{color:var(--blue)!important;font-weight:700}.profile-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}.profile-meta div{background:var(--soft);border-radius:14px;padding:15px}.profile-meta strong,.profile-meta small{display:block}.profile-meta strong{font-size:13px;color:var(--navy)}.profile-meta small{font-size:10px;color:#788398;margin-top:3px}
.doctor-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.doctor-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;transition:.25s}.doctor-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.doctor-card-photo{height:260px;background:linear-gradient(145deg,#e2edf6,#f7fbff);display:grid;place-items:center;text-align:center;color:#7c8a9e;padding:20px}.doctor-card-photo strong{font-family:Manrope;font-size:21px;color:var(--navy)}.doctor-card-body{padding:20px}.doctor-card-body h3{font-size:18px}.doctor-card-body p{font-size:12px;margin:6px 0 14px}.doctor-card-body a{font-size:11px;color:var(--blue);font-weight:800}
.service-detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.service-detail-card{border:1px solid var(--line);border-radius:20px;padding:26px;background:#fff}.service-detail-card span{color:var(--blue);font-size:11px;font-weight:800}.service-detail-card h3{margin:13px 0 9px}.service-detail-card p{font-size:12px}
.form-card{max-width:850px;border:1px solid var(--line);border-radius:22px;padding:32px;background:#fff;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:11px;font-weight:800;color:var(--navy)}.field input,.field textarea,.field select{width:100%;border:1px solid #d8dee8;border-radius:10px;padding:12px 13px;outline:0;background:#fff;color:var(--ink)}.field textarea{min-height:140px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(36,85,214,.08)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.blog-thumb{height:300px;background:linear-gradient(145deg,#dceaf7,#f4f9fd);display:flex;align-items:flex-end;padding:0px}.blog-thumb span{background:var(--navy);color:#fff;padding:6px 9px;border-radius:7px;font-size:10px}.blog-body{padding:21px}.blog-body small{font-size:10px;color:var(--blue);font-weight:800;text-transform:uppercase}.blog-body h2{font-size:20px;margin:9px 0}.blog-body p{font-size:12px}.blog-body a{font-size:11px;color:var(--blue);font-weight:800}
.alert{padding:13px 15px;border-radius:10px;margin-bottom:20px;font-size:12px}.alert-success{background:#eaf8f0;color:#1e7547}.alert-error{background:#fff0f0;color:#a23a3a}
.admin-shell{min-height:70vh;background:#f4f6fa;padding:50px 0}.admin-card{max-width:980px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.admin-toolbar{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:22px}.admin-table{width:100%;border-collapse:collapse;font-size:12px}.admin-table th,.admin-table td{padding:13px 10px;border-bottom:1px solid var(--line);text-align:left}.admin-table th{font-size:10px;text-transform:uppercase;color:#758197}.admin-actions{display:flex;gap:7px}.mini-btn{padding:6px 9px;border-radius:7px;border:1px solid var(--line);font-size:10px;font-weight:700}.mini-btn:hover{border-color:var(--blue);color:var(--blue)}
@media(max-width:900px){.content-grid{grid-template-columns:1fr}.side-card{position:static}.profile-grid{grid-template-columns:1fr}.doctor-cards,.blog-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.inner-hero-inner{display:block}.inner-hero-shape{display:none}.service-detail-grid,.doctor-cards,.blog-grid,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.profile-meta{grid-template-columns:1fr 1fr}.form-card{padding:20px}}
/* =========================================================
   SPARSH HOSPITAL - BLOG TYPOGRAPHY
   ========================================================= */

/* Blog article container */
.blog-content {
    max-width: 900px;
    margin: 0 auto;
    color: #333333;
}

/* Main blog heading */
.blog-content h1 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 30px;
    color: #101a46;
}

/* Main section headings */
.blog-content h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    margin: 45px 0 18px;
    color: #101a46;
}

/* Sub-section headings */
.blog-content h3 {
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
    margin: 30px 0 12px;
    color: #2455d6;
}

/* Paragraphs */
.blog-content p {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
    margin: 0 0 20px;
    color: #444444;
}

/* Bold text */
.blog-content strong {
    font-weight: 700;
    color: #222222;
}

/* Links */
.blog-content a {
    color: #2455d6;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-content a:hover {
    color: #101a46;
}

/* Bullet and numbered lists */
.blog-content ul,
.blog-content ol {
    margin: 0 0 25px 25px;
    padding-left: 20px;
}

.blog-content li {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 9px;
    color: #444444;
}

/* Blockquotes */
.blog-content blockquote {
    margin: 30px 0;
    padding: 20px 25px;
    border-left: 4px solid #2455d6;
    background: #f5f7fb;
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    color: #333333;
}

/* Images inside blog */
.blog-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
}

/* Tables */
.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 16px;
}

.blog-content th,
.blog-content td {
    padding: 12px 15px;
    border: 1px solid #dddddd;
    text-align: left;
}

.blog-content th {
    background: #f3f5f9;
    color: #101a46;
    font-weight: 700;
}

/* Horizontal line */
.blog-content hr {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 40px 0;
}

/* Medical disclaimer */
.blog-content .medical-disclaimer {
    margin-top: 45px;
    padding: 20px 24px;
    background: #f7f8fa;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .blog-content {
        max-width: 100%;
    }

    .blog-content h1 {
        font-size: 34px;
        line-height: 1.25;
        margin-bottom: 25px;
    }

    .blog-content h2 {
        font-size: 27px;
        line-height: 1.3;
        margin-top: 38px;
        margin-bottom: 15px;
    }

    .blog-content h3 {
        font-size: 21px;
        line-height: 1.4;
        margin-top: 27px;
    }

    .blog-content p {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 18px;
    }

    .blog-content li {
        font-size: 16px;
        line-height: 1.7;
    }

    .blog-content blockquote {
        font-size: 16px;
        padding: 16px 18px;
    }

    .blog-content table {
        font-size: 14px;
    }

    .blog-content th,
    .blog-content td {
        padding: 10px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .blog-content h1 {
        font-size: 30px;
    }

    .blog-content h2 {
        font-size: 25px;
    }

    .blog-content h3 {
        font-size: 20px;
    }

    .blog-content p {
        font-size: 16px;
        line-height: 1.7;
    }
}

/* =========================================================
   SPARSH BLOG ARTICLE TYPOGRAPHY
   ========================================================= */

/* Blog H2 */
.content-main .blog-article h2 {
    font-size: 32px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    margin: 42px 0 18px !important;
    color: #101a46 !important;
}

/* Blog H3 */
.content-main .blog-article h3 {
    font-size: 23px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    margin: 30px 0 12px !important;
    color: #101a46 !important;
}

/* Blog paragraphs */
.content-main .blog-article p {
    font-size: 17px !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
    margin: 0 0 20px !important;
    color: #444444 !important;
}

/* Blog lists */
.content-main .blog-article ul,
.content-main .blog-article ol {
    margin: 0 0 25px 20px !important;
    padding-left: 20px !important;
}

.content-main .blog-article li {
    font-size: 17px !important;
    line-height: 1.75 !important;
    margin-bottom: 8px !important;
    color: #444444 !important;
}

/* Blog links */
.content-main .blog-article a {
    color: #2455d6 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Bold text */
.content-main .blog-article strong {
    font-weight: 700;
    color: #222222;
}

/* Blockquote */
.content-main .blog-article blockquote {
    margin: 30px 0 !important;
    padding: 18px 22px !important;
    border-left: 4px solid #2455d6 !important;
    background: #f5f7fb !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #333333 !important;
}

/* Images inside article */
.content-main .blog-article img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .content-main .blog-article h2 {
        font-size: 27px !important;
        line-height: 1.3 !important;
        margin-top: 35px !important;
    }

    .content-main .blog-article h3 {
        font-size: 21px !important;
        line-height: 1.4 !important;
        margin-top: 26px !important;
    }

    .content-main .blog-article p {
        font-size: 16px !important;
        line-height: 1.75 !important;
    }

    .content-main .blog-article li {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }
}


/* Small mobile */
@media (max-width: 480px) {

    .content-main .blog-article h2 {
        font-size: 25px !important;
    }

    .content-main .blog-article h3 {
        font-size: 20px !important;
    }
}

/* =========================================================
   LEAD SPECIALIST
   ========================================================= */

.lead-doctor-section {
    padding: 90px 0;
    background: #101a46;
    overflow: hidden;
    position: relative;
}

.lead-doctor-grid {
    display: grid;
    grid-template-columns: 1fr 0.85fr;
    gap: 70px;
    align-items: center;
}

.lead-doctor-content {
    color: #fff;
}

.lead-eyebrow {
    margin: 0 0 14px;
    color: #f58220;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.lead-doctor-content h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 700;
}

.lead-doctor-role {
    margin: 0 0 22px;
    color: #5ec2f0;
    font-size: 22px;
    font-weight: 600;
}

.lead-doctor-intro {
    max-width: 620px;
    margin: 0 0 30px;
    color: #d9e1f2;
    font-size: 17px;
    line-height: 1.8;
}

.lead-doctor-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 25px;
    margin-bottom: 35px;
}

.lead-point {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
}

.lead-point-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    color: #f58220;
}

.lead-doctor-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 24px;
    border-radius: 8px;
    background: #f58220;
    color: #101a46;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.lead-doctor-btn:hover {
    transform: translateY(-2px);
    background: #fff;
}

.lead-doctor-photo {
    position: relative;
}

.lead-photo-wrap {
    max-width: 500px;
    margin-left: auto;
    overflow: hidden;
    border-radius: 18px;
    background: #eef1f5;
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}

.lead-photo-wrap img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.lead-doctor-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 540px;
    margin: -45px 0 0 auto;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
    overflow: hidden;
}

.lead-doctor-info > div {
    padding: 20px 22px;
}

.lead-doctor-info > div + div {
    border-left: 1px solid #e1e5ec;
}

.lead-doctor-info small {
    display: block;
    margin-bottom: 6px;
    color: #7a8499;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.lead-doctor-info strong {
    display: block;
    color: #101a46;
    font-size: 14px;
    line-height: 1.5;
}


/* =========================================================
   OTHER DOCTORS
   ========================================================= */

.our-doctors-section {
    padding: 85px 0;
    background: #fff;
}

.our-doctors-heading {
    max-width: 780px;
    margin: 0 auto 45px;
    text-align: center;
}

.doctors-eyebrow {
    margin: 0 0 10px;
    color: #2455d6;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.our-doctors-heading h2 {
    margin: 0 0 15px;
    color: #101a46;
    font-size: 42px;
    line-height: 1.2;
}

.our-doctors-heading > p:last-child {
    margin: 0;
    color: #68728a;
    font-size: 17px;
    line-height: 1.7;
}

.other-doctors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.other-doctor-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e6ef;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(16,26,70,.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.other-doctor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(16,26,70,.12);
}

.other-doctor-image {
    aspect-ratio: 1 / 1.05;
    overflow: hidden;
    background: #eef0f3;
}

.other-doctor-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other-doctor-content {
    padding: 22px 20px 20px;
}

.other-doctor-content h3 {
    margin: 0 0 10px;
    color: #101a46;
    font-size: 21px;
    line-height: 1.25;
}

.other-doctor-speciality {
    min-height: 46px;
    margin: 0 0 12px;
    color: #f58220;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

.other-doctor-qualification {
    min-height: 44px;
    margin: 0 0 18px;
    color: #68728a;
    font-size: 14px;
    line-height: 1.55;
}

.doctor-profile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #e2e6ef;
    color: #2455d6;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.doctor-profile-link:hover {
    color: #101a46;
}

.doctors-view-all {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.doctors-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 28px;
    border-radius: 8px;
    background: #101a46;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.doctors-view-all-btn:hover {
    background: #2455d6;
    transform: translateY(-2px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    .lead-doctor-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .other-doctors-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .lead-doctor-section {
        padding: 60px 0;
    }

    .lead-doctor-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lead-doctor-content h2 {
        font-size: 40px;
    }

    .lead-doctor-role {
        font-size: 19px;
    }

    .lead-doctor-points {
        grid-template-columns: 1fr;
    }

    .lead-doctor-photo {
        order: -1;
    }

    .lead-photo-wrap {
        margin: 0 auto;
    }

    .lead-doctor-info {
        margin: -35px auto 0;
    }

    .our-doctors-section {
        padding: 60px 0;
    }

    .our-doctors-heading {
        text-align: left;
    }

    .our-doctors-heading h2 {
        font-size: 32px;
    }

    .other-doctors-grid {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding: 3px 2px 15px;
        scroll-snap-type: x mandatory;
    }

    .other-doctor-card {
        flex: 0 0 82%;
        max-width: 330px;
        scroll-snap-align: start;
    }

}

@media (max-width: 480px) {

    .lead-doctor-content h2 {
        font-size: 34px;
    }

    .lead-doctor-intro {
        font-size: 16px;
    }

    .lead-doctor-info {
        grid-template-columns: 1fr;
    }

    .lead-doctor-info > div + div {
        border-left: 0;
        border-top: 1px solid #e1e5ec;
    }

}
/* =========================================
   Dynamic Specialty / Service Hero
   Shared design for Specialty + Service pages
   ========================================= */

.page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg,
        #f4f8fd 0%,
        #edf5fc 55%,
        #f7fbff 100%
    );
}

.page-hero-inner {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 20px 0;
}

.page-hero-inner > div:first-child {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.page-hero .eyebrow {
    margin: 0 0 18px;
    color: #2455d6;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.page-hero h1 {
    margin: 0;
    color: #101a46;
    font-family: Manrope, Arial, sans-serif;
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 700;
    max-width: 900px;
}
.content-side h2 {
	font-size:30px;
}
.page-hero-orbit {
    position: relative;
    width: 285px;
    height: 285px;
    flex: 0 0 285px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-hero-orbit::before,
.page-hero-orbit::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(36, 85, 214, 0.16);
    border-radius: 50%;
}

.page-hero-orbit::before {
    width: 190px;
    height: 190px;
}

.page-hero-orbit::after {
    width: 285px;
    height: 285px;
}

.page-hero-orbit span {
    position: relative;
    z-index: 3;
    width: 105px;
    height: 105px;
    border: 1px solid rgba(36, 85, 214, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 1;
    font-weight: 300;
    color: #2455d6;
}

/* subtle middle orbit */
.page-hero-orbit span::before {
    content: "";
    position: absolute;
    width: 145px;
    height: 145px;
    border: 1px solid rgba(39, 169, 223, 0.14);
    border-radius: 50%;
}

/* =========================================
   Mobile
   ========================================= */

@media (max-width: 900px) {

    .page-hero-inner {
        min-height: 400px;
        gap: 30px;
    }

    .page-hero h1 {
        font-size: clamp(50px, 8vw, 72px);
    }

    .page-hero-orbit {
        width: 230px;
        height: 230px;
        flex-basis: 230px;
    }

    .page-hero-orbit::before {
        width: 155px;
        height: 155px;
    }

    .page-hero-orbit::after {
        width: 230px;
        height: 230px;
    }

    .page-hero-orbit span {
        width: 85px;
        height: 85px;
        font-size: 28px;
    }

    .page-hero-orbit span::before {
        width: 125px;
        height: 125px;
    }
}

@media (max-width: 767px) {

    .page-hero-inner {
        min-height: 330px;
        display: block;
        padding: 65px 0 55px;
    }

    .page-hero-inner > div:first-child {
        max-width: 100%;
    }

    .page-hero .eyebrow {
        font-size: 11px;
        margin-bottom: 14px;
    }

    .page-hero h1 {
        font-size: 40px;
        line-height: 1.02;
        letter-spacing: -.045em;
    }

    .page-hero-orbit {
        display: none;
    }
}

@media (max-width: 480px) {

    .page-hero-inner {
        min-height: 280px;
        padding: 55px 0 45px;
    }

    .page-hero h1 {
        font-size: 40px;
    }
}
/* =========================================================
   SERVICES LISTING PAGE
   ========================================================= */

.services-list-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 42%,
            rgba(39, 169, 223, 0.16),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #f7fbff 0%,
            #edf6fd 52%,
            #e5f3fb 100%
        );
    min-height: 560px;
}

.services-list-hero-inner {
    width: min(1400px, calc(100% - 110px));
    margin: 0 auto;
    min-height: 560px;

    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 50px;
}

.services-list-hero-copy {
    padding: 70px 0;
}

.services-list-hero .eyebrow,
.services-list-heading .eyebrow,
.services-cta-box .eyebrow {
    margin: 0 0 24px;
    color: #2455d6;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.services-list-hero h1 {
    margin: 0;
    max-width: 850px;

    color: #101a46;
    font-size: clamp(58px, 6vw, 92px);
    line-height: .98;
    letter-spacing: -4px;
    font-weight: 600;
}

.services-list-hero h1 span {
    color: #2455d6;
}

.services-list-intro {
    max-width: 700px;
    margin: 34px 0 0;

    color: #58708f;
    font-size: 21px;
    line-height: 1.7;
}


/* HERO ART */

.services-list-hero-art {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-ring {
    position: absolute;
    border: 1px solid rgba(36, 85, 214, .18);
    border-radius: 50%;
}

.ring-one {
    width: 330px;
    height: 330px;
}

.ring-two {
    width: 245px;
    height: 245px;
}

.ring-three {
    width: 160px;
    height: 160px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.ring-three span {
    color: #2455d6;
    font-size: 38px;
    font-weight: 300;
}


/* SERVICES CONTENT */

.services-list-section {
    padding: 110px 0;
    background: #fff;
}

.services-list-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 55px;
}

.services-list-heading h2 {
    margin: 0;

    color: #101a46;
    font-size: clamp(42px, 4.5vw, 68px);
    line-height: 1;
    letter-spacing: -3px;
    font-weight: 600;
}

.services-list-heading > p {
    max-width: 600px;
    margin: 0;

    color: #617793;
    font-size: 18px;
    line-height: 1.75;
}


/* CARDS */

.services-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.service-list-card {
    position: relative;
    min-height: 290px;
    padding: 30px;

    display: flex;
    flex-direction: column;

    text-decoration: none;

    background: #f8fbfe;
    border: 1px solid #dce6f0;
    border-radius: 22px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.service-list-card:hover {
    transform: translateY(-5px);
    border-color: #b9cdea;
    box-shadow: 0 20px 45px rgba(16, 26, 70, .09);
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.service-card-category {
    color: #2455d6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.service-card-arrow {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #2455d6;
    background: #fff;
    border: 1px solid #dce6f0;
    border-radius: 50%;

    font-size: 18px;
}

.service-list-card h3 {
    margin: 42px 0 14px;

    color: #101a46;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -1px;
    font-weight: 600;
}

.service-list-card p {
    margin: 0;

    color: #647b96;
    font-size: 16px;
    line-height: 1.65;
}

.service-card-link {
    margin-top: auto;
    padding-top: 25px;

    color: #2455d6;
    font-size: 15px;
    font-weight: 700;
}

.service-card-link span {
    margin-left: 7px;
}


/* CTA */

.services-list-cta {
    padding: 0 0 110px;
    background: #fff;
}

.services-cta-box {
    padding: 60px 65px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;

    background: #101a46;
    border-radius: 28px;
}

.services-cta-box .eyebrow {
    color: #62b9ee;
}

.services-cta-box h2 {
    max-width: 700px;
    margin: 0;

    color: #fff;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.services-cta-box p:not(.eyebrow) {
    max-width: 650px;
    margin: 22px 0 0;

    color: #c9d5e7;
    font-size: 17px;
    line-height: 1.65;
}

.services-cta-box .button {
    flex: 0 0 auto;
    white-space: nowrap;
}


/* EMPTY STATE */

.services-empty {
    padding: 60px;
    text-align: center;
    background: #f7faff;
    border: 1px solid #dce6f0;
    border-radius: 20px;
}

.services-empty p {
    margin: 0;
    color: #617793;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .services-list-hero-inner {
        width: min(100% - 50px, 850px);
        grid-template-columns: 1fr;
    }

    .services-list-hero-copy {
        padding-bottom: 20px;
    }

    .services-list-hero-art {
        min-height: 260px;
        margin-bottom: 50px;
    }

    .services-list-heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .services-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}


@media (max-width: 650px) {

    .services-list-hero {
        min-height: auto;
    }

    .services-list-hero-inner {
        width: min(100% - 36px, 600px);
        min-height: auto;
    }

    .services-list-hero-copy {
        padding: 70px 0 25px;
    }

    .services-list-hero h1 {
        font-size: 52px;
        letter-spacing: -2.5px;
    }

    .services-list-intro {
        font-size: 17px;
    }

    .services-list-hero-art {
        min-height: 230px;
    }

    .ring-one {
        width: 230px;
        height: 230px;
    }

    .ring-two {
        width: 170px;
        height: 170px;
    }

    .ring-three {
        width: 110px;
        height: 110px;
    }

    .services-list-section {
        padding: 75px 0;
    }

    .services-list-heading h2 {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .services-list-grid {
        grid-template-columns: 1fr;
    }

    .service-list-card {
        min-height: 260px;
    }

    .services-list-cta {
        padding-bottom: 75px;
    }

    .services-cta-box {
        padding: 40px 28px;
        border-radius: 22px;
    }
}
/* =========================================================
   SERVICE DETAIL - PATIENT CARE SIDEBAR
   Match Specialty Page Sidebar
   ========================================================= */

.dynamic-detail .content-side {
    align-self: start;
}

.dynamic-detail .patient-care-card {
    width: 100%;
    box-sizing: border-box;
    padding: 38px 36px;
    background: #ffffff;
    border: 1px solid #dce3ed;
    border-radius: 26px;
    box-shadow: 0 14px 40px rgba(16, 26, 70, 0.06);
}

.dynamic-detail .patient-care-card h2 {
    margin: 0 0 22px;
    color: #101a46;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.035em;
    font-weight: 800;
}

.dynamic-detail .patient-care-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 0;
    color: #18233f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    border-top: 1px solid #e1e6ee;
    transition: color 0.2s ease;
}

.dynamic-detail .patient-care-card a:first-of-type {
    border-top: none;
    padding-top: 0;
}

.dynamic-detail .patient-care-card a:last-of-type {
    padding-bottom: 0;
}

.dynamic-detail .patient-care-card a span {
    flex: 0 0 auto;
    color: #18233f;
    font-size: 22px;
    font-weight: 400;
    transition: transform 0.2s ease;
}

.dynamic-detail .patient-care-card a:hover {
    color: #2455d6;
}

.dynamic-detail .patient-care-card a:hover span {
    transform: translateX(4px);
    color: #2455d6;
}


/* Keep the sidebar nicely proportioned on desktop */

@media (min-width: 901px) {
    .dynamic-detail .content-side {
        padding-top: 0;
    }

    .dynamic-detail .patient-care-card {
        max-width: 510px;
        margin-left: auto;
    }
}


/* Mobile */

@media (max-width: 768px) {

    .dynamic-detail .patient-care-card {
        padding: 30px 26px;
        border-radius: 22px;
    }

    .dynamic-detail .patient-care-card h2 {
        font-size: 32px;
    }

    .dynamic-detail .patient-care-card a {
        font-size: 12px;
    }
}
/* =========================================================
   STICKY PATIENT CARE SIDEBAR
   ========================================================= */

@media (min-width: 901px) {

    .dynamic-detail .content-side {
        align-self: start;
        position: sticky;
        top: 110px;
        height: fit-content;
    }

    .dynamic-detail .patient-care-card {
        position: relative;
    }
}
/* =========================================================
   SPECIALTY DETAIL CONTENT
   ========================================================= */

.specialties-detail-hero + .section {
    padding-top: 70px;
}

.specialties-detail-hero + .section .content-grid {
    align-items: start;
}

.specialties-detail-hero + .section .content-main {
    min-width: 0;
}

.specialties-detail-hero + .section .breadcrumb {
    margin-bottom: 28px;
}

.specialties-detail-hero + .section .lead {
    max-width: 900px;
    margin: 0 0 30px;
    color: #5c6d8b;
    font-size: 18px;
    line-height: 1.75;
}


/* Main specialty content */

.specialty-content {
    max-width: 900px;
}

.specialty-content h2 {
    margin: 46px 0 16px;
    color: #101a46;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    font-weight: 800;
}

.specialty-content h2:first-child {
    margin-top: 0;
}

.specialty-content h3 {
    margin: 30px 0 12px;
    color: #101a46;
    font-size: 22px;
    line-height: 1.35;
}

.specialty-content p {
    margin: 0 0 18px;
    color: #5c6d8b;
    font-size: 17px;
    line-height: 1.8;
}

.specialty-content ul,
.specialty-content ol {
    margin: 18px 0 24px 22px;
    color: #5c6d8b;
}

.specialty-content li {
    margin-bottom: 10px;
    line-height: 1.7;
}


/* =========================================================
   SPECIALTY PATIENT CARE SIDEBAR
   ========================================================= */

.specialties-detail-hero + .section .content-side {
    align-self: start;
    position: sticky;
    top: 110px;
    height: fit-content;
}

.specialties-detail-hero + .section .side-card {
    width: 100%;
    box-sizing: border-box;
    padding: 38px 36px;
    background: #ffffff;
    border: 1px solid #dce3ed;
    border-radius: 26px;
    box-shadow: 0 14px 40px rgba(16, 26, 70, 0.06);
}

.specialties-detail-hero + .section .side-card h2 {
    margin: 0 0 22px;
    color: #101a46;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -0.035em;
    font-weight: 800;
}

.specialties-detail-hero + .section .side-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 0;
    color: #18233f;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    border-top: 1px solid #e1e6ee;
}

.specialties-detail-hero + .section .side-card a:first-of-type {
    border-top: none;
    padding-top: 0;
}

.specialties-detail-hero + .section .side-card a:last-of-type {
    padding-bottom: 0;
}

.specialties-detail-hero + .section .side-card a span {
    color: #18233f;
    font-size: 22px;
    font-weight: 400;
    transition: transform 0.2s ease;
}

.specialties-detail-hero + .section .side-card a:hover {
    color: #2455d6;
}

.specialties-detail-hero + .section .side-card a:hover span {
    color: #2455d6;
    transform: translateX(4px);
}


/* =========================================================
   RELATED SERVICES
   ========================================================= */

.specialty-services {
    margin-top: 70px;
    padding: 0 !important;
}

.specialty-services .section-heading {
    margin-bottom: 30px;
}

.specialty-services .section-heading .eyebrow {
    margin-bottom: 12px;
}

.specialty-services .section-heading h2 {
    margin: 0;
    color: #101a46;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -0.025em;
}


/* Proper service card grid */

.specialty-services .card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.specialty-services .card {
    display: block;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e1e7ef;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(16, 26, 70, 0.045);
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.specialty-services .card:hover {
    transform: translateY(-4px);
    border-color: #cbd8eb;
    box-shadow: 0 16px 36px rgba(16, 26, 70, 0.09);
}

.specialty-services .card h3 {
    margin: 0 0 12px;
    color: #101a46;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.specialty-services .card p {
    margin: 0 0 20px;
    color: #68738b;
    font-size: 15px;
    line-height: 1.7;
}

.specialty-services .card span {
    display: inline-block;
    color: #2455d6;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .specialties-detail-hero + .section .content-side {
        position: static;
    }

    .specialty-services .card-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .specialties-detail-hero + .section {
        padding-top: 50px;
    }

    .specialty-content h2,
    .specialty-services .section-heading h2 {
        font-size: 27px;
    }

    .specialty-content p {
        font-size: 16px;
    }

    .specialties-detail-hero + .section .side-card {
        padding: 30px 26px;
        border-radius: 22px;
    }

    .specialties-detail-hero + .section .side-card h2 {
        font-size: 32px;
    }

    .specialty-services {
        margin-top: 50px;
    }
}

/* =========================================
   MORE SPECIALTIES
========================================= */

.specialty-more-heading {
    margin-top: 90px;
    margin-bottom: 34px;
}

.specialty-more-heading h2 {
    margin-bottom: 0;
}

.specialty-more-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.specialty-more-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 22px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #dfe5ef;
    border-radius: 24px;
    color: #101a46;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.specialty-more-card:hover {
    transform: translateY(-4px);
    border-color: #cbd7eb;
    box-shadow: 0 18px 45px rgba(16, 26, 70, 0.08);
}

.specialty-more-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: #edf4ff;
    color: #2455d6;
    font-size: 14px;
    font-weight: 700;
}

.specialty-more-card h3 {
    margin: 0 0 8px;
    color: #101a46;
    font-size: 23px;
    line-height: 1.2;
}

.specialty-more-card p {
    margin: 0 0 18px;
    color: #65718a;
    font-size: 15px;
    line-height: 1.65;
}

.specialty-more-card .text-link {
    color: #2455d6;
    font-size: 14px;
    font-weight: 700;
}

.specialty-more-card .text-link b {
    margin-left: 5px;
}

.specialty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .specialty-more-heading {
        margin-top: 60px;
        margin-bottom: 25px;
    }

    .specialty-more-heading.split {
        display: block;
    }

    .specialty-more-heading > .text-link {
        display: inline-block;
        margin-top: 15px;
    }

    .specialty-more-grid {
        grid-template-columns: 1fr;
    }

    .specialty-more-card {
        grid-template-columns: 48px 1fr;
        padding: 24px;
        gap: 16px;
    }

    .specialty-more-number {
        width: 44px;
        height: 44px;
    }

    .specialty-more-card h3 {
        font-size: 20px;
    }
}.specialties-view-all {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.specialties-view-all .text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2455d6;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.specialties-view-all .text-link b {
    font-size: 18px;
    transition: transform 0.2s ease;
}

.specialties-view-all .text-link:hover b {
    transform: translateX(4px);
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social a {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 50%;
    color: #aeb9d3;
    text-decoration: none;
    transition: all .25s ease;
	padding: 12px;
    text-align: center;
}

.footer-social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    stroke: none;
}

.footer-social svg rect,
.footer-social svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.footer-social svg .instagram-dot {
    fill: currentColor;
    stroke: none;
}

.footer-social svg .youtube-play {
    fill: #101a46;
    stroke: none;
}

.footer-social a:hover {
    color: #fff;
    border-color: #2455d6;
    background: #2455d6;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .footer-social a {
        width: 48px;
        height: 48px;
    }

    .footer-social svg {
        width: 19px;
        height: 19px;
    }
}
/* =========================================
   ABOUT / INNER HERO IMAGE
========================================= */

.inner-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    align-items: center;
    gap: 60px;
}

.inner-hero-copy {
    position: relative;
    z-index: 2;
}

.inner-hero-image {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    border-radius: 28px;
    overflow: hidden;
    background: #eef5fb;
    box-shadow: 0 18px 45px rgba(16, 26, 70, 0.12);
}

.inner-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

@media (max-width: 900px) {
    .inner-hero-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .inner-hero-image {
        max-width: 560px;
        margin: 0 auto;
    }
}
.specialty-hero-icon {
    position: relative;
    z-index: 4;
    display: block;
    width: 180px;
    height: 180px;
    object-fit: contain;
}
.about-image .image-placeholder{
    padding:0;
    justify-content:end;
}