:root{
    --primary:#0E4A7B;
    --primary-dark:#063556;
    --secondary:#00B8A9;
    --gold:#D7B56D;
    --ink:#1F2937;
    --muted:#667085;
    --line:#E5E7EB;
    --soft:#F4F8FA;
    --white:#fff;
    --shadow:0 22px 60px rgba(14,74,123,.13);
}
*{box-sizing:border-box}
body{font-family:Inter,system-ui,sans-serif;color:var(--ink);background:#fff;line-height:1.6;overflow-x:hidden}
a{text-decoration:none}
img{max-width:100%}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,.8)}
.navbar{padding:16px 0}
.nav-link{font-weight:800;color:var(--ink);margin-left:18px;font-size:15px}
.nav-link:hover{color:var(--secondary)}
.btn-primary-custom,.btn-outline-custom,.btn-gold{border-radius:999px;padding:13px 24px;font-weight:900;border:0;display:inline-flex;align-items:center;justify-content:center;gap:8px}
.btn-primary-custom{background:var(--secondary);color:#fff;box-shadow:0 14px 28px rgba(0,184,169,.26)}
.btn-primary-custom:hover{background:#009e92;color:#fff;transform:translateY(-1px)}
.btn-outline-custom{background:#fff;color:var(--primary);border:2px solid var(--primary)}
.btn-outline-custom:hover{background:var(--primary);color:#fff}
.btn-gold{background:var(--gold);color:#123}
.section{padding:88px 0}
.section-soft{background:var(--soft)}
.eyebrow,.badge-medical{display:inline-flex;align-items:center;gap:8px;background:#E8F7F5;color:#008b82;border-radius:999px;padding:9px 16px;font-size:13px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}
.hero{padding:72px 0 62px;background:linear-gradient(180deg,#fff 0%,#F2FAFC 100%)}
.hero h1,.section-title h2,.page-hero h1{font-family:Poppins,Inter,sans-serif;color:var(--primary-dark);font-weight:900;letter-spacing:0}
.hero h1{font-size:clamp(2.35rem,5vw,4.7rem);line-height:1.04;margin:20px 0}
.hero-copy{font-size:1.18rem;color:#475467;max-width:650px}
.hero-panel{background:#fff;border:1px solid var(--line);border-radius:8px;padding:24px;box-shadow:var(--shadow)}
.hero-panel h2{font-size:1.25rem;color:var(--primary);font-weight:900;margin-bottom:16px}
.form-control,.form-select{border-radius:8px;border:1px solid var(--line);min-height:48px}
.form-control:focus,.form-select:focus{border-color:var(--secondary);box-shadow:0 0 0 4px rgba(0,184,169,.16)}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}
.stat{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:0 12px 28px rgba(0,0,0,.04)}
.stat strong{display:block;color:var(--primary);font-size:1.8rem;font-weight:900;line-height:1}
.stat span{font-size:.9rem;color:var(--muted);font-weight:700}
.section-title{text-align:center;max-width:780px;margin:0 auto 42px}
.section-title h2{font-size:clamp(2rem,4vw,3rem)}
.section-title p{font-size:1.1rem;color:var(--muted)}
.feature-card,.doctor-card,.treatment-card,.branch-card,.testimonial-card,.step-card,.appointment-card{height:100%;background:#fff;border:1px solid var(--line);border-radius:8px;padding:28px;box-shadow:0 14px 36px rgba(0,0,0,.05)}
.feature-card i,.step-card .number{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;background:#E8F7F5;color:var(--secondary);border-radius:8px;font-size:23px;margin-bottom:18px;font-weight:900}
.feature-card h3,.doctor-card h3,.treatment-card h3,.branch-card h3,.step-card h3{font-size:1.25rem;color:var(--primary);font-weight:900}
.doctor-photo{aspect-ratio:4/3;object-fit:cover;border-radius:8px;margin-bottom:18px;width:100%}
.doctor-card .specialty{color:var(--gold);font-weight:900}
.treatment-meta{font-size:.88rem;color:var(--secondary);font-weight:900;text-transform:uppercase}
.branch-card address{color:var(--muted);min-height:96px}
.imc-box{background:linear-gradient(135deg,var(--primary-dark),var(--primary));color:#fff;border-radius:8px;padding:38px;box-shadow:var(--shadow)}
.imc-box h2{font-family:Poppins,sans-serif;font-weight:900}
.page-hero{background:linear-gradient(135deg,var(--primary-dark),var(--primary));padding:72px 0;color:#fff;text-align:center}
.page-hero h1{color:#fff;font-size:clamp(2.2rem,5vw,4rem)}
.page-hero p{color:rgba(255,255,255,.82);font-size:1.1rem;max-width:760px;margin:0 auto}
.agenda-shell{padding:62px 0;background:var(--soft)}
.agenda-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:30px;box-shadow:var(--shadow)}
.token-actions{display:flex;flex-wrap:wrap;gap:12px}
.footer{background:#061F34;color:#fff;padding:70px 0 28px}
.footer-logo{max-width:220px;margin-bottom:18px}
.footer p,.footer span,.footer a{display:block;color:rgba(255,255,255,.74);margin-bottom:9px}
.footer a:hover{color:var(--secondary)}
.footer h5{font-weight:900;margin-bottom:18px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding-top:22px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.legal-note{font-size:.9rem}
.floating-whatsapp{position:fixed;right:20px;bottom:20px;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:0 18px 40px rgba(0,0,0,.25);z-index:1001}
.floating-whatsapp:hover{color:#fff;transform:scale(1.04)}
.doctoralia-profile{background:#F0F5F7;padding:34px 0 72px}
.profile-main-card,.profile-section-card,.booking-widget{background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 26px rgba(16,24,40,.06)}
.profile-main-card{padding:0}
.profile-head{display:grid;grid-template-columns:150px 1fr;gap:24px;padding:26px}
.profile-avatar{width:150px;height:150px;object-fit:cover;border-radius:8px;border:1px solid var(--line)}
.profile-title-block h1{font-size:2rem;font-weight:900;color:#111827;margin:0}
.verified-badge{display:inline-flex;align-items:center;gap:6px;color:#00A887;background:#E8F7F5;border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:900}
.profile-specialty{font-size:1.05rem;color:var(--primary);font-weight:800;margin:8px 0}
.profile-rating,.profile-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:12px}
.stars{color:#00B894;letter-spacing:1px;font-weight:900}
.profile-tabs{display:flex;gap:0;border-top:1px solid var(--line);overflow:auto}
.profile-tabs a{padding:16px 22px;color:#344054;font-weight:900;border-bottom:3px solid transparent;white-space:nowrap}
.profile-tabs a:hover{color:var(--secondary);border-bottom-color:var(--secondary)}
.profile-section-card{padding:26px;margin-top:18px}
.profile-section-card h2,.booking-widget h2{font-size:1.35rem;font-weight:900;color:#111827;margin-bottom:18px}
.clinic-mini-card{height:100%;border:1px solid var(--line);border-radius:8px;padding:18px;background:#FCFCFD}
.clinic-mini-card p{color:var(--muted);margin:10px 0}
.service-row,.review-row,.article-row{border-top:1px solid var(--line);padding:18px 0}
.service-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.service-row p,.article-row p,.review-row p{color:var(--muted);margin:6px 0 0}
.service-row span{font-weight:900;color:var(--primary);white-space:nowrap}
.profile-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}
.profile-facts div{border:1px solid var(--line);border-radius:8px;padding:14px;background:#FCFCFD}
.profile-facts span{display:block;color:var(--muted);font-size:.82rem;font-weight:800}
.profile-facts strong{display:block;color:#111827}
.booking-widget{padding:22px;position:sticky;top:104px}
.booking-type{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}
.booking-type span{border:1px solid var(--line);border-radius:8px;padding:10px;text-align:center;font-weight:800;color:#475467}
.slot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.slot-grid a{border:1px solid #BFD7FF;background:#F0F6FF;border-radius:8px;padding:10px;text-align:center;font-weight:900;color:#2368C4}
.slot-grid small{display:block;color:#667085;font-size:.75rem;font-weight:800}
.blog-thumb{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;margin-bottom:16px}
.blog-hero-img{width:100%;max-height:420px;object-fit:cover;border-radius:8px;margin-bottom:24px}
.rich-content{font-size:1.08rem}
.rich-content img{border-radius:8px;margin:16px 0}
.rich-content h2,.rich-content h3{font-weight:900;color:var(--primary-dark);margin-top:28px}
.doctoralia-shot{background:#f3f4f2;padding-top:24px}
.profile-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 24px;color:#3f403e;font-size:1rem;font-weight:700}
.profile-breadcrumb a{color:#3f403e}
.profile-breadcrumb strong{font-weight:900}
.doctor-shot-card{background:#fff;border:1px solid #dfe3e1;border-radius:24px;box-shadow:0 16px 38px rgba(16,24,40,.08);overflow:hidden}
.doctor-shot-head{display:grid;grid-template-columns:190px 1fr;gap:28px;padding:44px 32px 24px}
.doctor-shot-photo-wrap{position:relative;width:170px;height:170px}
.doctor-shot-photo{width:170px;height:170px;object-fit:cover;border-radius:50%;background:#111}
.doctor-shot-check{position:absolute;right:15px;bottom:0;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#00856f;color:#fff;border:5px solid #fff;font-size:14px}
.doctor-shot-info{min-width:0}
.doctor-shot-name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.doctor-shot-name-row h1{font-size:2rem;line-height:1.15;font-weight:900;color:#202124;margin:0 0 12px}
.favorite-pill{width:62px;height:62px;border-radius:50%;border:0;background:#f2f3f3;color:#344054;font-size:24px;flex:0 0 auto}
.doctor-shot-specialty,.doctor-shot-location,.doctor-shot-license{font-size:1.25rem;color:#2d2d2d;margin:0 0 10px;font-weight:600}
.doctor-shot-specialty a,.doctor-shot-location a,.doctor-shot-rating a{color:#202124;text-decoration:underline;text-underline-offset:3px}
.doctor-shot-rating{display:flex;align-items:center;gap:8px;font-size:1.2rem;font-weight:800}
.doctor-shot-cta{display:flex;align-items:center;justify-content:center;gap:12px;margin:20px 32px 24px;background:#004b3f;color:#fff;border-radius:999px;padding:18px 24px;font-size:1.16rem;font-weight:900}
.doctor-shot-cta:hover{background:#003e35;color:#fff}
.doctor-shot-tabs{display:flex;align-items:center;gap:0;border-top:1px solid #dfe3e1;overflow:auto;padding:0 18px}
.doctor-shot-tabs a{position:relative;display:block;padding:22px 18px;color:#3f403e;font-size:1.05rem;font-weight:800;white-space:nowrap}
.doctor-shot-tabs a.active{color:#202124}
.doctor-shot-tabs a.active:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:4px;background:#007f6d}
.shot-section{border-radius:18px;margin-top:18px;padding:28px;box-shadow:0 12px 32px rgba(16,24,40,.06)}
.shot-section h2{font-size:1.45rem}
.focus-list{margin:12px 0 0;padding-left:22px}
.focus-list li{margin-bottom:8px;font-size:1.05rem}
.shot-address-link{display:flex;gap:14px;color:#202124}
.shot-address-link:hover{color:#004b3f}
.shot-address-link span,.pin-number{width:28px;height:28px;border:2px solid #00856f;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#00856f;font-weight:900;flex:0 0 auto}
.shot-address-link p{margin:4px 0 0;color:#667085}
.booking-shot-card{background:#fff;border-radius:24px;box-shadow:0 18px 46px rgba(16,24,40,.13);overflow:hidden;position:sticky;top:104px;border:1px solid #e3e5e1}
.booking-shot-title{background:#008b78;color:#fff;font-size:1.45rem;font-weight:900;padding:24px 30px}
.booking-shot-body{padding:30px}
.booking-shot-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #d4d8d4;margin-bottom:28px}
.booking-shot-tabs button{background:#fff;border:0;color:#716f68;font-size:1.06rem;font-weight:900;padding:14px 10px 18px;text-align:left}
.booking-shot-tabs button.active{color:#242424;border-bottom:4px solid #008b78}
.booking-shot-tabs i{margin-right:8px}
.booking-step{display:flex;align-items:center;gap:14px;margin-bottom:18px;font-size:1.15rem}
.booking-step-check{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#d8f6d6;color:#00856f;font-size:14px}
.booking-address-select{position:relative;border:1.5px solid #9d9990;border-radius:18px 18px 0 0;padding:18px 54px 18px 22px}
.booking-address-select strong{display:block;color:#34495e;font-size:1.14rem;line-height:1.3}
.booking-address-select span{display:block;color:#4a4741;font-size:1.04rem;margin-top:4px}
.booking-address-select i{position:absolute;right:20px;top:50%;transform:translateY(-50%);color:#202124}
.booking-address-list{border:1px solid #ebecea;border-top:0;border-radius:0 0 8px 8px;background:#fff;box-shadow:0 15px 28px rgba(16,24,40,.15);padding:16px}
.booking-address-option{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;border:2px solid transparent;border-radius:18px;padding:16px;color:#202124;margin-bottom:10px}
.booking-address-option:hover{color:#202124;background:#f5f7f6}
.booking-address-option.selected{background:#d8d1c5;border-color:#9d978d}
.booking-address-option strong{display:block;color:#34495e;font-size:1.08rem;line-height:1.24}
.booking-address-option small{display:block;color:#4a4741;font-size:1rem;margin-top:4px}
.booking-slots-title{font-weight:900;margin:22px 0 12px;color:#202124}
.shot-slot-grid a{background:#eef8f7;border-color:#9fd6ce;color:#005f51}
@media(max-width:991px){
    .navbar-collapse{background:#fff;border:1px solid var(--line);border-radius:8px;margin-top:14px;padding:18px;box-shadow:var(--shadow)}
    .nav-link{margin-left:0}
    .stats{grid-template-columns:repeat(2,1fr)}
    .hero{padding-top:46px}
    .profile-head{grid-template-columns:1fr}
    .profile-avatar{width:118px;height:118px}
    .booking-widget{position:static}
    .doctor-shot-head{grid-template-columns:1fr;padding:28px}
    .booking-shot-card{position:static}
}
@media(max-width:576px){
    .section{padding:62px 0}
    .stats{grid-template-columns:1fr}
    .hero-panel,.agenda-card,.imc-box{padding:22px}
    .btn-primary-custom,.btn-outline-custom,.btn-gold{width:100%}
    .profile-head{padding:18px}
    .profile-tabs a{padding:14px 16px}
    .profile-facts{grid-template-columns:1fr}
    .service-row{display:block}
    .slot-grid{grid-template-columns:1fr}
    .profile-breadcrumb{font-size:.9rem}
    .doctor-shot-head{padding:22px}
    .doctor-shot-photo-wrap,.doctor-shot-photo{width:132px;height:132px}
    .doctor-shot-name-row h1{font-size:1.55rem}
    .favorite-pill{width:48px;height:48px}
    .doctor-shot-specialty,.doctor-shot-location,.doctor-shot-license{font-size:1rem}
    .doctor-shot-cta{margin:12px 20px 20px}
    .booking-shot-body{padding:20px}
    .booking-shot-tabs{grid-template-columns:1fr}
    .booking-address-option{grid-template-columns:34px 1fr;padding:12px}
}
