/* ==============================================================
   Medicare — public website styles.
   Extracted from frontend/home_se.blade.php so that every public
   page can share one stylesheet instead of inlining ~865 lines.
   ============================================================== */

:root {
    --primary: #046a38; --primary-dark: #03502b; --primary-deep: #032e1a;
    --secondary: #f39200; --secondary-dark: #d97f00;
    --ink: #10281c; --muted: #5c7268; --line: #e3ece6;
    --mint: #eef7f1; --light: #f6faf7; --white: #ffffff;
    --r-lg: 22px; --r-md: 16px; --r-sm: 10px;
    --shadow-sm: 0 2px 10px rgba(9, 45, 27, .06);
    --shadow-md: 0 10px 30px rgba(9, 45, 27, .10);
    --shadow-lg: 0 24px 60px rgba(9, 45, 27, .16);
    --grad-brand: linear-gradient(120deg, #046a38, #0a8f4d);
    --grad-accent: linear-gradient(120deg, #f39200, #ff6b35);
}
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Hind Siliguri', sans-serif; }
html { scroll-behavior: smooth; }
body { background: var(--light); color: var(--ink); line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
::selection { background: rgba(4, 106, 56, .18); }

/* ============ Top bar ============ */
.header-top {
    background: #fff;
    padding: 10px 4%;
    display: flex; justify-content: space-between; align-items: center; gap: 16px;
    position: relative; z-index: 1000; min-height: 86px;
    border-bottom: 1px solid var(--line);
}
.brand-area { display: flex; align-items: center; gap: 14px; z-index: 2; }
.brand-area img.main-logo { height: 58px; width: auto; }
.brand-text-group { display: flex; flex-direction: column; justify-content: center; }
.brand-title { font-size: 1.55rem; font-weight: 800; line-height: 1.1; letter-spacing: -.4px; margin-bottom: 3px; }
.txt-orange { color: var(--secondary); }
.txt-green { color: var(--primary); }
.brand-address { font-size: .95rem; color: var(--muted); font-weight: 600; display: flex; align-items: center; gap: 7px; }
.brand-address i { color: var(--secondary); font-size: 1rem; }

.hotline-wrapper {
    display: flex; align-items: center; gap: 12px;
    background: linear-gradient(120deg, #f2faf5, #fff8ec);
    padding: 8px 22px 8px 10px; border-radius: 60px; border: 1px solid #e8f0e9;
    position: absolute; left: 50%; transform: translateX(-50%); z-index: 1;
    box-shadow: var(--shadow-sm);
}
.hotline-icon-box {
    width: 46px; height: 46px; background: var(--grad-accent); border-radius: 50%;
    display: flex; justify-content: center; align-items: center; color: white;
    box-shadow: 0 6px 16px rgba(243, 146, 0, .35);
}
.hotline-icon-box i { font-size: 1.25rem; }
.hotline-numbers { display: flex; flex-direction: column; }
.h-link { font-size: 1.12rem; font-weight: 800; color: var(--primary); line-height: 1.2; letter-spacing: .3px; transition: .2s; }
.h-link:hover { color: var(--secondary); }

.social-area { display: flex; gap: 8px; justify-content: flex-end; align-items: center; z-index: 2; }
.social-btn {
    width: 36px; height: 36px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
    color: white; font-size: .95rem; transition: .25s cubic-bezier(.22,.8,.32,1);
}
.social-btn:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 8px 18px rgba(0,0,0,.18); }
.fb { background: #1877F2; } .yt { background: #FF0000; } .wa { background: #25D366; } .msg { background: #0084FF; }

/* ============ Sticky nav ============ */
.main-nav {
    background: rgba(3, 46, 26, .92);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    min-height: 56px; display: flex; align-items: center; justify-content: space-between;
    padding: 6px 4%; position: sticky; top: 0; z-index: 1500;
    box-shadow: 0 10px 30px rgba(3, 46, 26, .25);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-home-btn {
    display: flex; align-items: center; background: white; padding: 3px; border-radius: 12px;
    height: 40px; width: 40px; justify-content: center; margin-right: 18px; transition: .25s;
}
.nav-home-btn:hover { transform: scale(1.08); box-shadow: 0 0 0 3px rgba(255,255,255,.25); }
.nav-home-btn img { height: 100%; width: auto; object-fit: contain; }
.nav-home-ico { color: var(--primary); font-size: 1.05rem; }
.nav-menu-links { display: flex; gap: 6px; flex-grow: 1; }
.nav-link {
    color: rgba(255,255,255,.88); font-weight: 600; font-size: .95rem;
    display: flex; align-items: center; gap: 7px; transition: .2s;
    padding: 8px 14px; border-radius: 40px;
}
.nav-link i { font-size: .85rem; opacity: .8; }
.nav-link:hover { color: #fff; background: rgba(255,255,255,.12); }
.nav-portal-btn {
    background: var(--grad-accent) !important; color: #fff !important;
    font-weight: 800; box-shadow: 0 6px 16px rgba(243, 146, 0, .35);
    margin-left: auto; margin-right: 14px;
}
.nav-portal-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(243, 146, 0, .45); }
.nav-search-box {
    background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2);
    border-radius: 40px; padding: 0 16px; width: 380px; display: flex; align-items: center; height: 38px;
    transition: .25s;
}
.nav-search-box:focus-within { background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.18); }
.nav-search-input { border: none; outline: none; width: 100%; font-size: .9rem; font-weight: 500; color: #fff; height: 100%; background: transparent; }
.nav-search-box:focus-within .nav-search-input { color: var(--ink); }
.nav-search-input::placeholder { color: rgba(255,255,255,.65); }
.nav-search-box:focus-within .nav-search-input::placeholder { color: #9aa8a0; }
.nav-search-icon { font-size: .85rem; color: rgba(255,255,255,.75); cursor: pointer; }
.nav-search-box:focus-within .nav-search-icon { color: var(--primary); }

/* ============ Hero ============ */
.hero {
    position: relative; overflow: hidden; color: #fff;
    background:
        radial-gradient(900px 420px at 85% -10%, rgba(243, 146, 0, .22), transparent 55%),
        radial-gradient(700px 380px at -10% 110%, rgba(10, 143, 77, .35), transparent 60%),
        linear-gradient(130deg, #032e1a 0%, #046a38 55%, #0a8f4d 100%);
}
.hero::before {
    content: ''; position: absolute; inset: 0; opacity: .5; pointer-events: none;
    background-image: radial-gradient(rgba(255,255,255,.09) 1px, transparent 1px);
    background-size: 26px 26px;
}
.hero-inner {
    max-width: 1400px; margin: 0 auto; padding: 64px 4% 84px;
    display: grid; grid-template-columns: 1.25fr .9fr; gap: 44px; align-items: center;
    position: relative; z-index: 1;
}
.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.22);
    border-radius: 40px; padding: 7px 16px; font-size: .85rem; font-weight: 700;
    letter-spacing: .5px; margin-bottom: 18px; backdrop-filter: blur(6px);
}
.hero-eyebrow i { color: #ffd166; }
.hero h1 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; line-height: 1.18; letter-spacing: -.5px; margin-bottom: 14px; }
.hero h1 span { color: #ffd166; }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.82); font-weight: 500; max-width: 560px; margin-bottom: 26px; }
.hero-search {
    display: flex; align-items: center; gap: 10px; background: #fff;
    border-radius: 60px; padding: 8px 8px 8px 22px; max-width: 560px;
    box-shadow: 0 18px 44px rgba(3, 46, 26, .35);
}
.hero-search i { color: var(--primary); font-size: 1rem; }
.hero-search input {
    flex: 1; border: none; outline: none; font-size: 1rem; font-weight: 500;
    color: var(--ink); font-family: inherit; background: transparent; min-width: 0;
}
.hero-search button {
    background: var(--grad-accent); color: #fff; border: none; cursor: pointer;
    padding: 12px 26px; border-radius: 40px; font-weight: 800; font-size: .95rem;
    font-family: inherit; transition: .25s; white-space: nowrap;
    box-shadow: 0 8px 20px rgba(243, 146, 0, .4);
}
.hero-search button:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(243, 146, 0, .5); }
.hero-stats { display: flex; gap: 34px; margin-top: 30px; flex-wrap: wrap; }
.hero-stats > div { display: flex; flex-direction: column; }
.hero-stats b { font-size: 1.5rem; font-weight: 800; color: #ffd166; line-height: 1.2; }
.hero-stats span { font-size: .85rem; color: rgba(255,255,255,.75); font-weight: 600; }

.hero-side { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hero-action {
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--r-md); padding: 22px 18px; text-align: center;
    backdrop-filter: blur(8px); transition: .28s cubic-bezier(.22,.8,.32,1); cursor: pointer;
    display: flex; flex-direction: column; align-items: center; gap: 10px; color: #fff;
}
.hero-action:hover { background: rgba(255,255,255,.18); transform: translateY(-4px); box-shadow: 0 16px 34px rgba(0,0,0,.22); }
.hero-action .ha-ico {
    width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; background: rgba(255,255,255,.16);
}
.hero-action:nth-child(1) .ha-ico { background: var(--grad-accent); box-shadow: 0 8px 18px rgba(243,146,0,.35); }
.hero-action b { font-size: 1rem; font-weight: 700; }
.hero-action small { font-size: .78rem; color: rgba(255,255,255,.7); font-weight: 500; }
.hero-wave { display: block; width: 100%; margin-bottom: -2px; position: relative; z-index: 1; }

/* ============ Sections ============ */
.section { padding: 64px 4%; max-width: 1500px; margin: 0 auto; scroll-margin-top: 70px; }
.sec-white { background: transparent; }
.section-header { text-align: center; margin-bottom: 38px; }
.sec-eyebrow {
    display: inline-block; background: var(--mint); color: var(--primary);
    font-size: .8rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
    border-radius: 30px; padding: 6px 18px; margin-bottom: 12px; border: 1px solid #dcefe3;
}
.section-header h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--ink); font-weight: 800; margin-bottom: 8px; letter-spacing: -.4px; }
.section-header p { color: var(--muted); font-weight: 500; font-size: 1rem; }
.divider { height: 4px; width: 56px; background: var(--grad-accent); margin: 14px auto 0; border-radius: 4px; }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.8,.32,1); }
.reveal.in-view { opacity: 1; transform: none; }

/* ============ Filters ============ */
.filter-wrapper { text-align: center; margin-bottom: 18px; }
.filter-title { font-size: .8rem; font-weight: 800; color: var(--muted); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.filter-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.filter-btn {
    background: #fff; border: 1.5px solid var(--line); padding: 8px 18px; border-radius: 40px;
    cursor: pointer; font-weight: 600; font-size: .88rem; transition: .22s; color: var(--muted);
    font-family: inherit;
}
.filter-btn:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-1px); }
.filter-btn.active { background: var(--grad-brand); color: #fff; border-color: transparent; box-shadow: 0 6px 16px rgba(4,106,56,.3); }
.desig-btn.active { background: var(--grad-accent); box-shadow: 0 6px 16px rgba(243,146,0,.32); }

/* ============ Doctor cards (horizontal pro) ============ */
.doctor-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); }
.doc-card {
    background: #fff; border-radius: 22px; padding: 22px;
    display: flex; gap: 18px; align-items: flex-start;
    box-shadow: 0 10px 30px rgba(9, 45, 27, .08);
    border: 1px solid #e8f0ea;
    transition: .3s cubic-bezier(.22,.8,.32,1);
}
.doc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(9, 45, 27, .14);
    border-color: #cfe6d8;
}
.doc-photo { position: relative; flex: 0 0 104px; cursor: pointer; }
.doc-img {
    width: 104px; height: 122px; border-radius: 18px;
    object-fit: cover; object-position: top; display: block;
    background: #e6f4ea; transition: .3s;
}
.doc-card:hover .doc-img { transform: scale(1.03); }
.doc-st {
    position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%);
    background: #12b76a; color: #fff; font-size: .62rem; font-weight: 800;
    padding: 3px 10px; border-radius: 20px; white-space: nowrap;
    box-shadow: 0 4px 12px rgba(18, 183, 106, .45);
}
.doc-info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.doc-dept {
    color: #d97f00; font-size: .7rem; font-weight: 800;
    letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 2px;
}
.doc-name {
    color: var(--ink); font-size: .98rem; font-weight: 800;
    line-height: 1.35; margin-bottom: 3px; letter-spacing: -.1px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    overflow-wrap: anywhere; word-break: break-word;
}
.doc-degree {
    color: #0b7285; font-size: .74rem; font-weight: 700; line-height: 1.4;
    margin-bottom: 2px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    overflow-wrap: anywhere; word-break: break-word;
}
.doc-desig {
    color: var(--muted); font-size: .78rem; font-weight: 600; line-height: 1.45;
    margin-bottom: 10px; min-height: 20px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
    overflow-wrap: anywhere; word-break: break-word;
}
.doc-days { display: flex; gap: 5px; margin-bottom: 13px; }
.doc-days .day {
    width: 28px; height: 28px; border-radius: 9px;
    font-size: .68rem; font-weight: 800;
    display: inline-flex; align-items: center; justify-content: center;
    background: #f0f4f1; color: #b0bfb5; transition: .2s;
}
.doc-days .day.on { background: var(--grad-brand); color: #fff; box-shadow: 0 3px 8px rgba(4, 106, 56, .25); }
.btn-row { display: flex; gap: 9px; margin-top: auto; }
.doc-card .btn-details {
    flex: 1; padding: 10px 5px; border-radius: 11px; cursor: pointer;
    font-weight: 700; font-size: .86rem; font-family: inherit; border: none;
    background: #f0f4f1; color: #33463b; transition: .22s;
}
.doc-card .btn-details:hover { background: #e3ebe5; }
.doc-card .btn-serial {
    flex: 1.35; padding: 10px 5px; border-radius: 11px; cursor: pointer;
    font-weight: 800; font-size: .86rem; font-family: inherit; border: none;
    background: var(--grad-brand); color: #fff;
    box-shadow: 0 6px 16px rgba(4, 106, 56, .28); transition: .25s;
}
.doc-card .btn-serial:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(4, 106, 56, .4); }
/* serial button inside details modal */
.modal .btn-serial {
    background: var(--grad-brand); color: #fff; border: none; border-radius: 12px;
    cursor: pointer; font-weight: 800; font-family: inherit;
    box-shadow: 0 8px 18px rgba(4, 106, 56, .3);
}

/* ============ Services (bold gradient tiles) ============ */
#services { padding-top: 68px; padding-bottom: 72px; }

.services-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); margin-top: 8px; }
.service-card {
    position: relative; display: flex; flex-direction: column; align-items: flex-start;
    border-radius: 28px; padding: 34px 36px 30px; min-height: 230px;
    color: #fff; text-decoration: none !important; overflow: hidden; isolation: isolate;
    transition: .35s cubic-bezier(.22,.8,.32,1);
    box-shadow: 0 14px 36px rgba(16, 40, 28, .16);
}
.svc-1 { background: linear-gradient(130deg, #04532c 0%, #0a8f4d 100%); }
.svc-2 { background: linear-gradient(130deg, #0c4a6e 0%, #0891b2 100%); }
.svc-3 { background: linear-gradient(130deg, #b45309 0%, #f39200 100%); }
.svc-4 { background: linear-gradient(130deg, #4c1d95 0%, #8b5cf6 100%); }

/* soft glow + shine */
.service-card::before {
    content: ''; position: absolute; inset: 0; z-index: -1; opacity: .9; pointer-events: none;
    background:
        radial-gradient(340px 200px at 100% 0%, rgba(255,255,255,.16), transparent 60%),
        radial-gradient(260px 180px at 0% 100%, rgba(0,0,0,.18), transparent 60%);
}
.service-card::after {
    content: ''; position: absolute; top: 0; left: -75%; width: 45%; height: 100%; z-index: 1;
    background: linear-gradient(100deg, transparent, rgba(255,255,255,.22), transparent);
    transform: skewX(-18deg); transition: left .6s ease; pointer-events: none;
}
.service-card:hover { transform: translateY(-7px); box-shadow: 0 26px 60px rgba(16, 40, 28, .28); }
.service-card:hover::after { left: 130%; }

/* giant graphic watermark */
.service-watermark {
    position: absolute; right: -14px; bottom: -18px; font-size: 9.5rem;
    color: rgba(255, 255, 255, .1); pointer-events: none; z-index: 0;
    transform: rotate(-10deg); transition: .45s cubic-bezier(.22,.8,.32,1);
}
.service-card:hover .service-watermark { transform: rotate(-2deg) scale(1.12); color: rgba(255, 255, 255, .16); }

.service-icon {
    width: 62px; height: 62px; border-radius: 18px; margin-bottom: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: #fff;
    background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(6px); overflow: hidden; position: relative; z-index: 2;
    transition: .35s;
}
.service-card:hover .service-icon { background: #fff; color: #10281c; transform: scale(1.06); }
.service-icon img { width: 100%; height: 100%; object-fit: cover; }

.service-title { position: relative; z-index: 2; font-weight: 800; font-size: 1.35rem; line-height: 1.3; letter-spacing: -.3px; margin-bottom: 6px; }
.service-caption { position: relative; z-index: 2; font-size: .95rem; font-weight: 500; color: rgba(255, 255, 255, .8); margin-bottom: 22px; max-width: 340px; }

.service-cta {
    position: relative; z-index: 2; margin-top: auto;
    display: inline-flex; align-items: center; gap: 10px;
    font-size: .88rem; font-weight: 800; color: #fff;
}
.service-cta span { border-bottom: 2px solid rgba(255,255,255,.35); padding-bottom: 2px; transition: .3s; }
.service-cta i {
    width: 30px; height: 30px; border-radius: 50%; font-size: .78rem;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.18); transition: .3s;
}
.service-card:hover .service-cta span { border-color: #fff; }
.service-card:hover .service-cta i { background: #fff; color: #10281c; transform: translateX(4px); }

@media (max-width: 900px) {
    .services-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 190px; padding: 28px 26px 24px; }
    .service-watermark { font-size: 7rem; }
}

/* ============ Packages (premium pricing cards) ============ */
.package-grid {
    display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    align-items: stretch; max-width: 1180px; margin: 0 auto; padding-top: 14px;
}
.tips-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }

.pkg-card {
    position: relative; display: flex; flex-direction: column;
    background: #fff; border-radius: 26px; padding: 34px 30px 30px;
    border: 1.5px solid var(--line); box-shadow: var(--shadow-sm);
    transition: .35s cubic-bezier(.22,.8,.32,1);
}
.pkg-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: #cfe6d8; }

/* featured (middle) card */
.pkg-card.pkg-featured {
    background:
        radial-gradient(420px 240px at 100% 0%, rgba(255, 209, 102, .14), transparent 55%),
        linear-gradient(150deg, #032e1a 0%, #05502b 60%, #0a7a42 100%);
    border-color: transparent; color: #fff;
    box-shadow: 0 24px 60px rgba(4, 60, 32, .35);
    transform: scale(1.045);
    z-index: 1;
}
.pkg-card.pkg-featured:hover { transform: scale(1.045) translateY(-8px); box-shadow: 0 32px 74px rgba(4, 60, 32, .45); }
.pkg-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: var(--grad-accent); color: #fff; white-space: nowrap;
    font-size: .78rem; font-weight: 800; letter-spacing: .4px;
    border-radius: 30px; padding: 7px 18px;
    box-shadow: 0 8px 20px rgba(243, 146, 0, .45);
}
.pkg-badge i { font-size: .7rem; margin-right: 4px; }

.pkg-top { text-align: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1.5px dashed var(--line); }
.pkg-featured .pkg-top { border-bottom-color: rgba(255,255,255,.18); }
.pkg-ico {
    width: 58px; height: 58px; border-radius: 18px; margin: 0 auto 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.35rem; color: var(--primary); background: var(--mint);
    border: 1px solid #dcefe3;
}
.pkg-featured .pkg-ico { background: rgba(255,255,255,.12); color: #ffd166; border-color: rgba(255,255,255,.2); }
.pkg-top h3 { margin: 0 0 10px; font-size: 1.18rem; font-weight: 800; letter-spacing: -.2px; color: var(--ink); }
.pkg-featured .pkg-top h3 { color: #fff; }
.pkg-price {
    font-size: 2.3rem; font-weight: 800; letter-spacing: -1px; line-height: 1.1;
    color: var(--primary);
}
.pkg-featured .pkg-price { color: #ffd166; }
.pkg-price-note { font-size: .78rem; font-weight: 600; color: var(--muted); margin-top: 3px; }
.pkg-featured .pkg-price-note { color: rgba(255,255,255,.6); }

.pkg-list { list-style: none; margin: 0 0 24px; padding: 0; flex: 1; }
.pkg-list li {
    margin-bottom: 12px; display: flex; align-items: center; gap: 11px;
    font-size: .96rem; color: #45584d; font-weight: 600;
}
.pkg-featured .pkg-list li { color: rgba(255,255,255,.88); }
.pkg-check {
    width: 22px; height: 22px; border-radius: 50%; flex: 0 0 22px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--mint); color: var(--primary); font-size: .62rem;
    border: 1px solid #d3ebdc;
}
.pkg-featured .pkg-check { background: rgba(255, 209, 102, .18); color: #ffd166; border-color: rgba(255, 209, 102, .3); }

.btn-pkg {
    width: 100%; padding: 14px; border: 1.5px solid var(--primary); background: transparent;
    color: var(--primary); border-radius: 14px; font-weight: 800; cursor: pointer;
    font-family: inherit; font-size: .98rem; transition: .28s cubic-bezier(.22,.8,.32,1);
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
}
.btn-pkg i { font-size: .8rem; transition: .28s; }
.btn-pkg:hover { background: var(--grad-brand); border-color: transparent; color: #fff; box-shadow: 0 10px 24px rgba(4, 106, 56, .3); }
.btn-pkg:hover i { transform: translateX(4px); }
.pkg-featured .btn-pkg {
    background: var(--grad-accent); border-color: transparent; color: #fff;
    box-shadow: 0 10px 26px rgba(243, 146, 0, .4);
}
.pkg-featured .btn-pkg:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(243, 146, 0, .5); }

@media (max-width: 1000px) {
    .pkg-card.pkg-featured { transform: none; }
    .pkg-card.pkg-featured:hover { transform: translateY(-8px); }
    .package-grid { gap: 34px; }
}

/* ============ Tips ============ */
.tip-card {
    background: #fff; padding: 22px; border-radius: var(--r-md);
    border: 1px solid var(--line); border-left: 5px solid var(--secondary);
    box-shadow: var(--shadow-sm); display: flex; align-items: flex-start; gap: 16px; transition: .25s;
}
.tip-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.tip-icon {
    font-size: 1.3rem; color: var(--secondary-dark); background: #fff4e2;
    width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center;
    justify-content: center; flex: 0 0 48px;
}
.tip-card h4 { margin: 0 0 6px; color: var(--ink); font-size: 1.05rem; font-weight: 700; }
.tip-card p { margin: 0; font-size: .9rem; color: var(--muted); }

/* ============ Footer (modern dark) ============ */
footer {
    position: relative;
    background:
        radial-gradient(760px 340px at 92% 0%, rgba(10, 143, 77, .2), transparent 55%),
        radial-gradient(600px 300px at 4% 100%, rgba(243, 146, 0, .08), transparent 55%),
        linear-gradient(155deg, #04130b, #0a2416 70%);
    padding: 0 4%; margin-top: 116px; color: #cfe0d5;
}

/* floating CTA strip straddling the footer's top edge */
.foot-cta {
    max-width: 1180px; margin: 0 auto; transform: translateY(-52px);
    display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
    background:
        radial-gradient(400px 200px at 95% 0%, rgba(255, 209, 102, .18), transparent 60%),
        linear-gradient(120deg, #046a38, #0a8f4d);
    border-radius: 26px; padding: 30px 38px;
    box-shadow: 0 26px 60px rgba(3, 46, 26, .45);
    border: 1px solid rgba(255,255,255,.14);
}
.foot-cta-copy h3 { margin: 0 0 4px; color: #fff; font-size: 1.45rem; font-weight: 800; letter-spacing: -.3px; }
.foot-cta-copy p { margin: 0; color: rgba(255,255,255,.78); font-weight: 500; font-size: .98rem; }
.foot-cta-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.fc-btn {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 13px 26px; border-radius: 40px; font-weight: 800; font-size: .95rem;
    transition: .28s cubic-bezier(.22,.8,.32,1); white-space: nowrap;
}
.fc-btn-amber { background: var(--grad-accent); color: #fff; box-shadow: 0 10px 26px rgba(243, 146, 0, .45); }
.fc-btn-amber:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(243, 146, 0, .55); color: #fff; }
.fc-btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.fc-btn-ghost:hover { background: rgba(255,255,255,.22); color: #fff; }

.footer-grid {
    display: grid; grid-template-columns: 1.2fr .7fr 1fr 1fr; gap: 40px;
    padding: 0 0 44px; max-width: 1400px; margin: 0 auto;
}
.foot-col { min-width: 0; }
.foot-title {
    font-size: 1.02rem; font-weight: 800; color: #fff; margin-bottom: 18px;
    position: relative; padding-bottom: 10px;
}
.foot-title::after {
    content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 3px;
    border-radius: 3px; background: var(--grad-accent);
}

/* brand column */
.fb-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.fb-logo { height: 46px; width: auto; background: #fff; border-radius: 12px; padding: 4px; }
.fb-name { font-size: 1.12rem; font-weight: 800; color: #fff; line-height: 1.3; letter-spacing: -.2px; }
.fb-tag { font-size: .92rem; color: #9fb8aa; font-weight: 500; line-height: 1.65; margin: 0 0 18px; max-width: 300px; }
.fb-socials { display: flex; gap: 9px; }
.fb-soc {
    width: 38px; height: 38px; border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
    color: #cfe0d5; font-size: .95rem; transition: .25s;
}
.fb-soc:hover { background: var(--grad-accent); color: #fff; transform: translateY(-3px); border-color: transparent; box-shadow: 0 8px 18px rgba(243,146,0,.35); }

/* quick links */
.foot-links { list-style: none; margin: 0; padding: 0; }
.foot-links li { margin-bottom: 10px; }
.foot-links a {
    display: inline-flex; align-items: center; gap: 9px;
    color: #9fb8aa; font-size: .94rem; font-weight: 600; transition: .2s;
}
.foot-links a i { color: var(--secondary); font-size: .75rem; transition: .2s; }
.foot-links a:hover { color: #fff; transform: translateX(4px); }
.foot-links a:hover i { color: #ffd166; }

/* contact */
.contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 13px; font-size: .93rem; color: #b7ccc0; font-weight: 500; line-height: 1.5; }
.contact-item strong { color: #fff; }
.contact-icon {
    width: 34px; height: 34px; background: rgba(255,255,255,.07); border-radius: 11px;
    display: flex; align-items: center; justify-content: center; color: #ffd166;
    font-size: .82rem; flex-shrink: 0; border: 1px solid rgba(255,255,255,.1); margin-top: 1px;
}

/* map */
.map-frame {
    width: 100%; height: 200px; border-radius: 18px; overflow: hidden;
    border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: saturate(.92); }
.map-fallback {
    height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 10px; color: #9fb8aa; font-weight: 600; font-size: .9rem; text-align: center; padding: 16px;
}
.map-fallback i { font-size: 1.9rem; color: #ffd166; }
.map-go {
    display: inline-flex; align-items: center; gap: 8px; margin-top: 14px;
    color: #ffd166; font-weight: 700; font-size: .9rem; transition: .2s;
}
.map-go:hover { color: #fff; }
.map-go i { font-size: .95rem; }

.copyright-section {
    background: rgba(0,0,0,.35); color: #7e9689; text-align: center; padding: 17px 0;
    margin: 0 -5%; border-top: 1px solid rgba(255,255,255,.06);
}
.copyright-text { margin: 0; font-size: .9rem; font-weight: 500; }

@media (max-width: 1100px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 640px) {
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .foot-cta { padding: 24px; transform: translateY(-40px); }
    footer { margin-top: 96px; }
    .foot-cta-copy h3 { font-size: 1.2rem; }
}

/* ============ Modals ============ */
.modal { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(5, 20, 12, .72); backdrop-filter: blur(8px); overflow-y: auto; }
.modal-content {
    background: white; margin: 3% auto; padding: 32px; width: 92%; max-width: 620px;
    border-radius: 24px; position: relative; animation: zoomIn .32s cubic-bezier(.22,.8,.32,1);
    max-height: 90vh; overflow-y: auto; box-shadow: 0 40px 90px rgba(0,0,0,.4);
}
@keyframes zoomIn { from { transform: scale(.92) translateY(14px); opacity: 0; } to { transform: scale(1) translateY(0); opacity: 1; } }
.close {
    position: absolute; right: 16px; top: 14px; font-size: 20px; cursor: pointer;
    color: #6b7f74; z-index: 10; line-height: 1; width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center; border-radius: 12px;
    background: #f0f4f1; transition: .2s;
}
.close:hover { background: #ffe7e2; color: #c0392b; }
.form-label { display: block; font-weight: 700; margin-bottom: 6px; font-size: .88rem; color: #3c5247; }
.form-control {
    width: 100%; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: 12px;
    font-size: .95rem; font-family: inherit; margin-bottom: 14px; background: #fff; transition: .2s;
    color: var(--ink);
}
.form-control:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(4,106,56,.1); }
.btn-submit {
    background: var(--grad-brand); color: white; width: 100%; padding: 14px; border: none;
    border-radius: 14px; font-weight: 800; cursor: pointer; font-size: 1rem; font-family: inherit;
    transition: .25s; box-shadow: 0 10px 24px rgba(4,106,56,.3);
}
.btn-submit:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(4,106,56,.4); }
.alert-box { display: none; padding: 13px 15px; border-radius: 13px; margin-bottom: 14px; font-weight: 600; font-size: .93rem; }
.alert-ok { background: #e9f9ef; color: #14652f; border: 1px solid #bfe8cc; }
.alert-err { background: #fdeeec; color: #a8382a; border: 1px solid #f6cdc6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* ============ Responsive ============ */
@media (max-width: 1250px) {
    .header-top { flex-direction: column; padding: 16px; gap: 14px; min-height: auto; }
    .brand-area { width: 100%; flex-direction: column; text-align: center; }
    .brand-text-group { align-items: center; }
    .hotline-wrapper { position: static; transform: none; justify-content: center; }
    .social-area { width: 100%; justify-content: center; }
    .main-nav { flex-direction: column; padding: 12px; gap: 10px; }
    .nav-menu-links { flex-wrap: wrap; justify-content: center; gap: 4px; order: 2; width: 100%; }
    .nav-home-btn { display: none; }
    .nav-search-box { width: 100%; order: 3; }
    .hero-inner { grid-template-columns: 1fr; padding: 48px 5% 64px; gap: 30px; }
    .hero-side { max-width: 520px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .services-grid { grid-template-columns: 1fr; }
    .brand-title { font-size: 1.25rem; }
    .brand-address { font-size: .88rem; }
    .hero-side { grid-template-columns: 1fr 1fr; }
    .hero-stats { gap: 20px; }
    .section { padding: 44px 5%; }
    .hero-search { flex-wrap: nowrap; }
    .hero-search button { padding: 11px 18px; }
}
/* ============ Today filter ============ */
.today-btn { display: inline-flex; align-items: center; gap: 9px; border-color: #c8e6d3 !important; color: var(--primary) !important; font-weight: 700; }
.today-dot { width: 9px; height: 9px; border-radius: 50%; background: #12b76a; box-shadow: 0 0 0 0 rgba(18, 183, 106, .4); animation: todayPulse 1.8s infinite; }
@keyframes todayPulse { 0% { box-shadow: 0 0 0 0 rgba(18,183,106,.4); } 70% { box-shadow: 0 0 0 7px rgba(18,183,106,0); } 100% { box-shadow: 0 0 0 0 rgba(18,183,106,0); } }
.today-btn.active { background: linear-gradient(120deg, #12b76a, #046a38) !important; color: #fff !important; border-color: transparent !important; box-shadow: 0 6px 16px rgba(18,183,106,.35); }
.today-btn.active .today-dot { background: #fff; animation: none; }

/* ============ About (editorial + gradient panel) ============ */
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; max-width: 1240px; margin: 0 auto; }
.about-copy .sec-eyebrow { margin-bottom: 16px; }
.about-copy h2 {
    font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; color: var(--ink);
    letter-spacing: -.5px; margin: 0 0 16px; line-height: 1.25;
}
.about-hl { position: relative; color: var(--primary); white-space: nowrap; }
.about-hl::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 2px; height: 10px;
    background: rgba(243, 146, 0, .22); border-radius: 6px; z-index: -1;
}
.about-lead { color: #52685c; font-size: 1.01rem; font-weight: 500; line-height: 1.9; margin: 0 0 26px; }

.about-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; margin-bottom: 30px; }
.ac-item { display: flex; align-items: center; gap: 12px; font-size: .95rem; font-weight: 700; color: #33463b; }
.ac-ico {
    width: 38px; height: 38px; border-radius: 12px; flex: 0 0 38px;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--mint); color: var(--primary); font-size: .9rem; border: 1px solid #dcefe3;
    transition: .25s;
}
.ac-item:hover .ac-ico { background: var(--grad-brand); color: #fff; transform: scale(1.06); }

.about-cta-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.about-cta {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--grad-brand); color: #fff !important; font-weight: 800; font-size: .96rem;
    padding: 14px 30px; border-radius: 40px; transition: .28s;
    box-shadow: 0 10px 24px rgba(4, 106, 56, .3);
}
.about-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(4, 106, 56, .4); }
.about-call { display: inline-flex; align-items: center; gap: 12px; }
.ac-call-ico {
    width: 46px; height: 46px; border-radius: 50%; flex: 0 0 46px;
    display: inline-flex; align-items: center; justify-content: center;
    background: #fff4e2; color: var(--secondary-dark); font-size: 1rem;
    border: 1px solid #ffe2b8; transition: .25s;
}
.about-call:hover .ac-call-ico { background: var(--grad-accent); color: #fff; }
.ac-call-txt em { display: block; font-style: normal; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.ac-call-txt b { font-size: 1.05rem; font-weight: 800; color: var(--ink); letter-spacing: .3px; }

/* right visual panel */
.about-visual { position: relative; }
.about-panel {
    position: relative; overflow: hidden; border-radius: 30px; padding: 34px 32px 30px;
    background:
        radial-gradient(rgba(255,255,255,.06) 1.2px, transparent 1.2px),
        radial-gradient(480px 260px at 100% 0%, rgba(255, 209, 102, .16), transparent 55%),
        linear-gradient(140deg, #032e1a 0%, #05502b 55%, #0a7a42 100%);
    background-size: 24px 24px, auto, auto;
    box-shadow: 0 30px 70px rgba(3, 46, 26, .35);
    border: 1px solid rgba(255,255,255,.12);
}
.ap-head { text-align: center; margin-bottom: 24px; }
.ap-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
    color: #ffd166; font-size: .78rem; font-weight: 800; letter-spacing: .5px;
    border-radius: 30px; padding: 6px 16px; margin-bottom: 12px;
}
.ap-head h3 { margin: 0; color: #fff; font-size: 1.35rem; font-weight: 800; letter-spacing: -.3px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-stat {
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
    border-radius: 20px; padding: 20px 14px; text-align: center; transition: .3s;
    backdrop-filter: blur(6px);
}
.about-stat:hover { background: rgba(255,255,255,.14); transform: translateY(-4px); }
.as-ico {
    width: 40px; height: 40px; border-radius: 13px; margin: 0 auto 10px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255, 209, 102, .15); color: #ffd166; font-size: .95rem;
    border: 1px solid rgba(255, 209, 102, .25);
}
.about-stat b { display: block; font-size: 1.9rem; font-weight: 800; color: #ffd166; letter-spacing: -1px; line-height: 1.15; }
.about-stat > span:last-child { font-size: .84rem; font-weight: 700; color: rgba(255,255,255,.75); }
.ap-hours {
    margin-top: 18px; text-align: center; font-size: .9rem; font-weight: 600;
    color: rgba(255,255,255,.75); background: rgba(0,0,0,.2);
    border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 11px;
}
.ap-hours i { color: #ffd166; margin-right: 6px; }
.ap-hours b { color: #fff; }

/* ============ Floating buttons ============ */
.float-stack { position: fixed; right: 22px; bottom: 22px; z-index: 1800; display: flex; flex-direction: column; gap: 12px; }
.float-btn {
    width: 52px; height: 52px; border-radius: 50%; border: none; cursor: pointer;
    display: flex; align-items: center; justify-content: center; font-size: 1.35rem;
    transition: .28s cubic-bezier(.22,.8,.32,1); color: #fff;
}
.float-wa { background: #25D366; box-shadow: 0 12px 28px rgba(37, 211, 102, .45); }
.float-wa:hover { transform: translateY(-3px) scale(1.06); color: #fff; }
.float-top {
    background: var(--ink); box-shadow: 0 12px 28px rgba(16, 40, 28, .35); font-size: 1rem;
    opacity: 0; visibility: hidden; transform: translateY(10px);
}
.float-top.show { opacity: 1; visibility: visible; transform: none; }
.float-top:hover { background: var(--primary); }

@media (max-width: 900px) {
    .about-grid { grid-template-columns: 1fr; gap: 34px; }
    .float-stack { right: 14px; bottom: 14px; }
}

/* ============ Mobile: tablet & below ============ */
@media (max-width: 768px) {
    /* top bar — compact */
    .header-top { padding: 12px 14px; gap: 10px; }
    .brand-area { flex-direction: row; text-align: left; gap: 10px; justify-content: center; }
    .brand-area img.main-logo { height: 44px; }
    .brand-title { font-size: 1.15rem; margin-bottom: 2px; }
    .brand-address { font-size: .8rem; }
    .hotline-wrapper { padding: 6px 16px 6px 8px; gap: 9px; }
    .hotline-icon-box { width: 38px; height: 38px; }
    .hotline-icon-box i { font-size: 1rem; }
    .h-link { font-size: 1rem; }
    .social-btn { width: 34px; height: 34px; font-size: .85rem; }

    /* nav — horizontal scroll pills */
    .main-nav { padding: 10px 12px; gap: 10px; }
    .nav-menu-links {
        flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start;
        -webkit-overflow-scrolling: touch; scrollbar-width: none;
        width: 100%; padding-bottom: 2px; gap: 4px;
    }
    .nav-menu-links::-webkit-scrollbar { display: none; }
    .nav-link { white-space: nowrap; font-size: .88rem; padding: 8px 12px; flex: 0 0 auto; }
    .nav-search-input { font-size: 16px; } /* prevents iOS auto-zoom */

    /* hero */
    .hero-inner { padding: 38px 5% 54px; gap: 26px; }
    .hero h1 { font-size: 1.7rem; }
    .hero-sub { font-size: .95rem; margin-bottom: 20px; }
    .hero-search { padding: 6px 6px 6px 16px; gap: 8px; }
    .hero-search input { font-size: 16px; }
    .hero-search button { padding: 11px 16px; font-size: .88rem; }
    .hero-stats { gap: 22px; margin-top: 24px; }
    .hero-stats b { font-size: 1.25rem; }
    .hero-stats span { font-size: .78rem; }
    .hero-action { padding: 16px 12px; gap: 7px; }
    .hero-action .ha-ico { width: 44px; height: 44px; font-size: 1.1rem; }
    .hero-action b { font-size: .9rem; }
    .hero-action small { font-size: .72rem; }
    .hero-wave { height: 40px !important; }

    /* sections */
    .section { padding: 42px 5%; scroll-margin-top: 120px; }
    .section-header { margin-bottom: 26px; }
    .section-header p { font-size: .9rem; }

    /* filters */
    .filter-btn { padding: 7px 13px; font-size: .82rem; }
    .filter-title { font-size: .72rem; }

    /* doctors */
    .doctor-grid { gap: 14px; grid-template-columns: 1fr; }
    .doc-card { padding: 16px; gap: 14px; }
    .doc-photo { flex-basis: 88px; }
    .doc-img { width: 88px; height: 104px; border-radius: 15px; }
    .doc-name { font-size: 1.05rem; }
    .doc-desig { min-height: auto; }
    .doc-days .day { width: 25px; height: 25px; font-size: .64rem; }
    .doc-card .btn-details, .doc-card .btn-serial { font-size: .82rem; padding: 9px 5px; }

    /* services */
    #services { padding-top: 54px; padding-bottom: 58px; }
    #services::after { font-size: 80px; right: 4%; }
    .service-card { min-height: 170px; padding: 24px 20px 20px; }
    .service-title { font-size: 1.15rem; }
    .service-watermark { font-size: 6rem; }

    /* packages */
    .pkg-card { padding: 28px 22px 24px; }
    .pkg-price { font-size: 2rem; }

    /* about */
    .about-copy h2 { font-size: 1.45rem; }
    .about-lead { font-size: .93rem; line-height: 1.8; }
    .about-panel { padding: 26px 20px 22px; border-radius: 24px; }
    .about-stat b { font-size: 1.55rem; }
    .as-ico { width: 36px; height: 36px; }
    .about-cta-row { gap: 16px; }
    .about-cta { padding: 12px 22px; font-size: .9rem; }

    /* footer */
    footer { margin-top: 92px; padding: 0 5%; }
    .foot-cta { flex-direction: column; align-items: stretch; text-align: center; padding: 22px 18px; transform: translateY(-42px); gap: 14px; }
    .foot-cta-copy h3 { font-size: 1.15rem; }
    .foot-cta-copy p { font-size: .88rem; }
    .foot-cta-btns { flex-direction: column; }
    .fc-btn { justify-content: center; width: 100%; padding: 12px; font-size: .9rem; }
    .foot-title { margin-bottom: 14px; }
    .map-frame { height: 180px; }

    /* modals */
    .modal-content { margin: 4% auto; padding: 22px 18px; width: 94%; border-radius: 20px; }
    .form-control { font-size: 16px; }

    /* floating */
    .float-btn { width: 47px; height: 47px; font-size: 1.15rem; }
}

/* ============ Mobile: small phones ============ */
@media (max-width: 480px) {
    .brand-area { flex-direction: column; text-align: center; gap: 6px; }
    .brand-text-group { align-items: center; }
    .hotline-numbers { flex-direction: row; gap: 10px; flex-wrap: wrap; justify-content: center; }
    .hero h1 { font-size: 1.5rem; }
    .hero-side { grid-template-columns: 1fr 1fr; gap: 10px; }
    .hero-stats { gap: 16px; }
    .about-checks { grid-template-columns: 1fr; gap: 11px; }
    .about-stats { gap: 10px; }
    .about-stat { padding: 16px 10px; border-radius: 16px; }
    .doctor-grid { grid-template-columns: 1fr; }
    .section { padding: 36px 5%; }
    .sec-eyebrow { font-size: .72rem; padding: 5px 14px; }
    .pkg-badge { font-size: .72rem; padding: 6px 14px; }
    .copyright-section { margin: 0 -5.5%; }
}

/* ============================================================
   Multi-page additions
   Styles for the inner pages that were split out of the old
   single-page layout: the banner every inner page opens with,
   the active nav state, and the contact page grid.
   ============================================================ */

/* active nav item — only meaningful now that pages have real URLs */
.nav-link.active { color: #fff; background: rgba(255,255,255,.18); font-weight: 700; }

/* ---- inner-page banner ---- */
.page-head {
    background: var(--grad-brand);
    padding: 34px 5% 42px;
    text-align: center;
    position: relative;
}
.page-head-inner { max-width: 820px; margin: 0 auto; }
.page-head h1 {
    color: #fff; font-weight: 800; letter-spacing: -.4px; margin: 4px 0 8px;
    font-size: clamp(1.5rem, 3.4vw, 2.2rem);
}
.page-head p { color: rgba(255,255,255,.86); font-weight: 500; font-size: 1rem; }
.page-head .sec-eyebrow { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.25); }
.page-head .divider { margin: 16px auto 0; }

.crumbs {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    font-size: .85rem; font-weight: 600; margin-bottom: 14px;
    color: rgba(255,255,255,.7);
}
.crumbs a { color: rgba(255,255,255,.85); transition: .2s; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs i { font-size: .7rem; opacity: .6; }
.crumbs span { color: #fff; }

/* the banner already carries the page title, so an inner page's first
   section does not need its own heading block above it */
.page-head + .section > .section-header { display: none; }

/* ---- contact page ---- */
.contact-page-grid {
    display: grid; grid-template-columns: 1fr 1.15fr; gap: 26px;
    max-width: 1180px; margin: 0 auto; align-items: start;
}
.contact-card-list { display: grid; gap: 13px; }
.contact-card {
    display: flex; align-items: center; gap: 15px;
    background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
    padding: 16px 18px; box-shadow: var(--shadow-sm); transition: .22s;
}
a.contact-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: #cfe6d8; }
.contact-card-static { cursor: default; }
.contact-card b { display: block; font-size: 1rem; color: var(--ink); font-weight: 800; margin-bottom: 2px; }
.contact-card span:not(.cc-ico) { color: var(--muted); font-size: .93rem; font-weight: 500; }
.cc-ico {
    flex: 0 0 auto; width: 46px; height: 46px; border-radius: 50%;
    display: grid; place-items: center; color: #fff; font-size: 1.15rem;
}
.cc-green { background: var(--grad-brand); }
.cc-amber { background: var(--grad-accent); }
.cc-wa    { background: linear-gradient(120deg, #25d366, #128c7e); }
.cc-msg   { background: linear-gradient(120deg, #0084ff, #a033ff); }

.contact-map {
    background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
    padding: 12px; box-shadow: var(--shadow-sm);
}
.contact-map iframe {
    width: 100%; height: 400px; border: 0; border-radius: var(--r-sm); display: block;
}
.contact-map .map-fallback { height: 400px; }
.contact-map .map-go { margin-top: 12px; }

@media (max-width: 900px) {
    .contact-page-grid { grid-template-columns: 1fr; }
    .contact-map iframe, .contact-map .map-fallback { height: 300px; }
}
@media (max-width: 480px) {
    .page-head { padding: 26px 5% 34px; }
    .crumbs { font-size: .8rem; }
}

/* ============================================================
   Doctor profile page
   ============================================================ */

/* the profile banner carries only the breadcrumb — the name is the
   page's own <h1> in the identity card below it */
.page-head.doc-head { padding: 16px 5%; }
.doc-head .crumbs { margin-bottom: 0; }

.doc-profile { padding-top: 26px; }
.doc-profile-grid {
    display: grid; grid-template-columns: 330px 1fr; gap: 22px;
    max-width: 1180px; margin: 0 auto; align-items: start;
}

/* ---- identity card ---- */
.doc-id-card {
    background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 24px 22px; text-align: center; box-shadow: var(--shadow-sm);
    position: sticky; top: 20px;
}
.doc-id-photo {
    width: 148px; height: 148px; margin: 0 auto 14px;
    border-radius: 50%; overflow: hidden; background: var(--mint);
    border: 4px solid #dcefe3; display: grid; place-items: center;
}
.doc-id-photo img { width: 100%; height: 100%; object-fit: cover; }
.doc-id-initial { font-size: 3.2rem; font-weight: 800; color: var(--primary); }

.doc-today {
    display: inline-flex; align-items: center; gap: 7px;
    background: #e8f7ee; color: #0f7a3d; border: 1px solid #b9e6cb;
    border-radius: 30px; padding: 5px 14px; font-size: .8rem; font-weight: 700;
    margin-bottom: 10px;
}
.doc-id-dept {
    font-size: .78rem; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase;
    color: var(--secondary); margin-bottom: 5px;
}
.doc-id-name { font-size: 1.4rem; font-weight: 800; color: var(--ink); line-height: 1.3; margin-bottom: 9px; }
.doc-id-meta { font-size: .92rem; color: var(--muted); font-weight: 500; line-height: 1.5; margin-bottom: 3px; }
.doc-id-room {
    display: inline-flex; align-items: center; gap: 7px; margin-top: 10px;
    background: var(--mint); color: var(--primary); border-radius: 30px;
    padding: 6px 15px; font-size: .87rem; font-weight: 700;
}

.doc-id-actions { display: grid; gap: 9px; margin-top: 18px; }
.doc-btn {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    padding: 12px 18px; border: 0; border-radius: var(--r-sm);
    font-family: inherit; font-size: .98rem; font-weight: 700; cursor: pointer; transition: .18s;
}
.doc-btn-primary {
    color: #fff; background: var(--grad-accent);
    box-shadow: 0 8px 20px rgba(243, 146, 0, .32);
}
.doc-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(243, 146, 0, .42); }
.doc-btn-ghost { background: var(--mint); color: var(--primary); }
.doc-btn-ghost:hover { background: #dcefe3; }
.doc-closed-note {
    display: block; font-size: .85rem; color: var(--muted); line-height: 1.5;
    background: #fff8e8; border: 1px solid #f2e0b4; border-radius: var(--r-sm); padding: 10px 12px;
}

/* ---- detail boxes ---- */
.doc-detail { display: grid; gap: 16px; }
.doc-box {
    background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
    padding: 20px 22px; box-shadow: var(--shadow-sm);
}
.doc-box h2 {
    display: flex; align-items: center; gap: 10px;
    font-size: 1.05rem; font-weight: 800; color: var(--primary);
    padding-bottom: 11px; margin-bottom: 14px; border-bottom: 2px solid var(--mint);
}
.doc-box h2 i { color: var(--secondary); font-size: .95rem; }
.doc-about { font-size: .96rem; color: var(--muted); line-height: 1.7; }

.doc-schedule { width: 100%; border-collapse: collapse; }
.doc-schedule th, .doc-schedule td {
    padding: 10px 12px; font-size: .93rem; text-align: left;
    border-bottom: 1px solid var(--mint);
}
.doc-schedule tr:last-child th, .doc-schedule tr:last-child td { border-bottom: 0; }
.doc-schedule th { font-weight: 700; color: var(--ink); width: 40%; }
.doc-schedule td { color: var(--primary); font-weight: 700; }
.doc-schedule .is-closed td { color: #a8b5ae; font-weight: 500; }
.doc-schedule .is-today { background: #f2fbf5; }
.doc-sched-extra { color: var(--muted) !important; font-weight: 500 !important; font-size: .85rem !important; text-align: right !important; }
.doc-badge-today {
    display: inline-block; margin-left: 8px; background: var(--grad-accent); color: #fff;
    border-radius: 30px; padding: 2px 10px; font-size: .7rem; font-weight: 800;
}

.doc-fees { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 11px; }
.doc-fee {
    background: var(--mint); border: 1px solid #dcefe3; border-radius: var(--r-sm);
    padding: 13px 15px; display: flex; flex-direction: column; gap: 4px;
}
.doc-fee span { font-size: .84rem; color: var(--muted); font-weight: 600; }
.doc-fee b { font-size: 1.25rem; color: var(--primary); font-weight: 800; }
.doc-fee-note { font-size: .8rem; color: var(--muted); margin-top: 10px; }

.doc-back { text-align: center; margin-top: 26px; }
.doc-back a {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--primary); font-weight: 700; font-size: .95rem;
    background: var(--white); border: 1px solid var(--line);
    border-radius: 30px; padding: 10px 22px; transition: .18s;
}
.doc-back a:hover { background: var(--mint); border-color: #cfe6d8; }

/* profile link on the doctor cards */
.btn-profile {
    display: block; text-align: center; margin-top: 7px;
    font-size: .84rem; font-weight: 700; color: var(--primary);
    padding: 7px; border-radius: var(--r-sm); background: var(--mint); transition: .18s;
}
.btn-profile:hover { background: #dcefe3; }

@media (max-width: 900px) {
    .doc-profile-grid { grid-template-columns: 1fr; }
    .doc-id-card { position: static; }
}
@media (max-width: 480px) {
    .doc-id-photo { width: 118px; height: 118px; }
    .doc-id-name { font-size: 1.22rem; }
    .doc-schedule th, .doc-schedule td { padding: 9px 8px; font-size: .87rem; }
    .doc-sched-extra { display: none; }
}
