/* Career Captain Knowledge Hub — single stylesheet (no framework) */
:root {
  --navy: #0b1e4c;
  --navy-2: #13306e;
  --navy-3: #1d3f86;
  --gold: #d4a53c;
  --gold-2: #b8872a;
  --gold-soft: #fbf3df;
  --ink: #1a2335;
  --ink-2: #414b60;
  --muted: #5d6679;
  --line: #e2e6ee;
  --bg: #ffffff;
  --bg-alt: #f5f7fb;
  --radius: 14px;
  --shadow: 0 1px 2px rgba(11, 30, 76, .05), 0 6px 20px rgba(11, 30, 76, .06);
  --wrap: 1180px;
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --serif: Georgia, "Iowan Old Style", "Times New Roman", serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.65; color: var(--ink); background: var(--bg); }
img, svg { max-width: 100%; }
a { color: var(--navy-3); text-underline-offset: 2px; }
a:hover { color: var(--gold-2); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
h1, h2, h3 { line-height: 1.25; color: var(--navy); margin: 0 0 .5em; }
h1 { font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 2.75rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.3rem, 2.4vw, 1.6rem); }
h3 { font-size: 1.08rem; }
p { margin: 0 0 1em; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold); color: var(--navy); padding: 8px 14px; z-index: 100; border-radius: 6px; }
.skip:focus { left: 8px; }
.small { font-size: .9rem; }
.muted { color: var(--muted); }
.ic { width: 22px; height: 22px; flex: none; vertical-align: middle; }
.ic-sm { width: 16px; height: 16px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border-radius: 10px; font-weight: 650; text-decoration: none; border: 2px solid transparent; font-size: .98rem; line-height: 1.2; cursor: pointer; font-family: inherit; }
.btn-sm { padding: 8px 14px; font-size: .88rem; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #e2b650; color: var(--navy); }
.btn-outline-light { border-color: rgba(255,255,255,.7); color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--navy); }

/* Header */
.site-header { background: var(--navy); color: #fff; position: sticky; top: 0; z-index: 50; border-bottom: 3px solid var(--gold); }
.hdr { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 70px; }
.brand { flex: none; display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand:hover { color: #fff; }
.logo-mark { width: 40px; height: 40px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { white-space: nowrap; font-weight: 700; font-size: 1.05rem; letter-spacing: .01em; }
.brand-name b { color: var(--gold); font-weight: 700; }
.brand-sub { font-size: .74rem; color: #c7d0e6; margin-top: 2px; }
.site-nav { display: flex; align-items: center; gap: 18px; }
.site-nav ul { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.site-nav ul a { white-space: nowrap; color: #e6ebf7; text-decoration: none; padding: 8px 10px; border-radius: 8px; font-size: .95rem; font-weight: 550; }
.site-nav ul a:hover, .site-nav ul a.active { background: rgba(255,255,255,.1); color: #fff; }
.site-nav ul a.active { box-shadow: inset 0 -2px 0 var(--gold); }
.main-link { white-space: nowrap; }
.main-link .ic { width: 14px; height: 14px; }
.nav-toggle { display: none; background: none; border: 1px solid rgba(255,255,255,.35); color: #fff; border-radius: 8px; padding: 6px 8px; cursor: pointer; }
@media (min-width: 1361px) { .brand-sub { display: none; } .site-nav { gap: 12px; } .site-nav ul a { padding: 8px 8px; font-size: .92rem; } }
@media (min-width: 1361px) and (max-width: 1440px) { .site-header .wrap { max-width: none; } }
@media (max-width: 1360px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--navy); flex-direction: column; align-items: stretch; padding: 8px 20px 20px; border-bottom: 3px solid var(--gold); }
  .site-nav.open { display: flex; }
  .site-nav ul { flex-direction: column; }
  .site-nav ul a { display: block; padding: 12px 10px; }
  .main-link { margin-top: 8px; }
}
@media (max-width: 480px) { .brand { flex: 1 1 auto; min-width: 0; } .brand-sub { display: none; } .brand-name { white-space: normal; font-size: .98rem; } .logo-mark { width: 34px; height: 34px; } }

/* Breadcrumbs */
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 4px; margin: 0; padding: 14px 20px 0; font-size: .86rem; color: var(--muted); }
.crumbs li + li::before { content: "›"; margin: 0 6px 0 2px; color: #9aa3b5; }
.crumbs a { color: var(--muted); }
.crumbs { padding: 0; }

/* Page heads */
.page-head, .art-head { padding: 28px 0 32px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff 0%, var(--bg-alt) 100%); }
.eyebrow { text-transform: uppercase; letter-spacing: .09em; font-size: .76rem; font-weight: 700; color: var(--gold-2); margin-bottom: .6em; }
.eyebrow-light { color: var(--gold); }
.lead { font-size: 1.14rem; color: var(--ink-2); max-width: 780px; }
.art-meta { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: .9rem; margin: 0; }

/* Hero */
.hero { background-color: var(--navy); background-image: linear-gradient(90deg, rgba(11,30,76,.97) 0%, rgba(11,30,76,.9) 38%, rgba(11,30,76,.55) 62%, rgba(11,30,76,.08) 100%), url(../img/hero-students-1600.webp); background-size: cover; background-position: right center; background-repeat: no-repeat; color: #fff; padding: 84px 0 92px; }
.hero-in { position: relative; }
.hero h1, .hero-lead { text-shadow: 0 1px 12px rgba(6,16,42,.45); }
@media (max-width: 900px) { .hero { background-image: linear-gradient(180deg, rgba(11,30,76,.88) 0%, rgba(11,30,76,.74) 100%), url(../img/hero-students-900.webp); background-position: 70% center; } }
.hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.1rem); max-width: 820px; }
.hero-lead { font-size: 1.15rem; color: #d7deef; max-width: 720px; }
.hero-stats { margin: 18px 0 0; color: #b9c4de; font-size: .92rem; }

/* Search */
.search { position: relative; max-width: 760px; }
.search-label { display: block; font-weight: 650; margin: 22px 0 10px; font-size: 1.05rem; }
.hero .search-label { color: #fff; }
.search-row { display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 14px; padding: 6px 6px 6px 14px; box-shadow: 0 8px 30px rgba(0,0,0,.18); border: 1px solid var(--line); }
.search-ic { color: var(--muted); }
.search input { flex: 1; min-width: 0; border: 0; font: inherit; font-size: 1.05rem; padding: 12px 4px; color: var(--ink); background: transparent; }
.search input:focus { outline: none; }
.search-row:focus-within { box-shadow: 0 0 0 3px rgba(212,165,60,.6), 0 8px 30px rgba(0,0,0,.18); }
.search-results { position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: #fff; border-radius: 14px; box-shadow: 0 16px 40px rgba(11,30,76,.25); border: 1px solid var(--line); z-index: 40; overflow: hidden; max-height: 70vh; overflow-y: auto; }
.sr-item { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; padding: 12px 16px; text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--line); }
.sr-item:hover, .sr-item:focus { background: var(--gold-soft); outline: none; }
.sr-kind { grid-row: 1; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; color: var(--gold-2); align-self: center; background: var(--gold-soft); border-radius: 999px; padding: 2px 8px; }
.sr-title { font-weight: 650; color: var(--navy); }
.sr-sum { grid-column: 1 / -1; font-size: .9rem; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sr-item mark { background: #fde8b0; color: inherit; padding: 0 1px; border-radius: 2px; }
.sr-all { display: block; padding: 12px 16px; font-weight: 650; text-decoration: none; background: var(--bg-alt); }
.sr-none { padding: 14px 16px; margin: 0; color: var(--muted); }
.search-page .search { margin-top: 8px; }
.try { margin: 14px 0 20px; color: var(--muted); font-size: .95rem; }
.try a { display: inline-block; margin: 2px 4px; padding: 3px 10px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; background: #fff; }
.sr-list { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.sr-count { font-weight: 650; color: var(--navy); }

/* Blocks on home & listing pages */
.sec-block { padding: 48px 0; }
.sec-alt { background: var(--bg-alt); }
.block-title { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 1.85rem); }
.block-sub { color: var(--muted); margin-top: -.3em; }
.block-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
.more { font-weight: 650; text-decoration: none; display: inline-flex; gap: 6px; align-items: center; }
.list-body { padding: 32px 20px 56px; }
.grp { margin-bottom: 40px; }

.cats { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; }
.cats-2 { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.cat, .interest { display: flex; flex-direction: column; gap: 6px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; text-decoration: none; color: var(--ink); box-shadow: var(--shadow); transition: transform .15s ease, border-color .15s ease; }
.cat:hover, .interest:hover { transform: translateY(-2px); border-color: var(--gold); color: var(--ink); }
.cat-ic { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 12px; background: var(--gold-soft); color: var(--navy); flex: none; }
.cat-t { font-weight: 700; color: var(--navy); font-size: 1.05rem; display: block; }
.cat-d { color: var(--muted); font-size: .92rem; display: block; }
.interests { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; }
.interest { flex-direction: row; align-items: flex-start; gap: 14px; }
.count { display: inline-block; margin-top: 6px; font-size: .78rem; font-weight: 700; color: var(--gold-2); }

.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-block; padding: 9px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); text-decoration: none; color: var(--navy); font-weight: 600; font-size: .95rem; }
.chip:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--navy); }

.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 16px; margin: 12px 0; }
.card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; text-decoration: none; color: var(--ink); box-shadow: var(--shadow); transition: transform .15s ease, border-color .15s ease; }
.card:hover { transform: translateY(-2px); border-color: var(--gold); color: var(--ink); }
.card-kind { font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; color: var(--gold-2); }
.card-title { font-size: 1.1rem; margin: 6px 0 6px; }
.card p { color: var(--muted); font-size: .94rem; margin: 0 0 12px; flex: 1; }
.card-go { font-weight: 650; font-size: .88rem; color: var(--navy-3); display: inline-flex; align-items: center; gap: 4px; }
.cards-sm { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }

.az { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 24px; position: sticky; top: 73px; background: rgba(255,255,255,.95); padding: 10px 0; z-index: 5; }
.az a, .az span { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; border-radius: 8px; font-weight: 700; font-size: .9rem; }
.az a { background: var(--navy); color: #fff; text-decoration: none; }
.az a:hover { background: var(--gold); color: var(--navy); }
.az span { color: #b5bccb; }
.az-letter { font-family: var(--serif); font-size: 1.6rem; border-bottom: 2px solid var(--gold); display: inline-block; padding-right: 10px; }
.az-group { margin-bottom: 28px; }

.about-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 860px) { .about-strip { grid-template-columns: 1fr; } }

/* Article layout */
.art-grid { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 48px; padding-top: 32px; padding-bottom: 56px; }
.art-body { max-width: 800px; min-width: 0; }
.toc { position: sticky; top: 92px; align-self: start; max-height: calc(100vh - 110px); overflow-y: auto; font-size: .9rem; }
.toc summary { font-weight: 700; color: var(--navy); cursor: pointer; padding: 6px 0; text-transform: uppercase; letter-spacing: .06em; font-size: .78rem; }
.toc ol { list-style: none; padding: 0; margin: 6px 0 0; border-left: 2px solid var(--line); }
.toc li a { display: block; padding: 5px 12px; color: var(--ink-2); text-decoration: none; border-left: 2px solid transparent; margin-left: -2px; line-height: 1.35; }
.toc li a:hover { color: var(--navy); border-left-color: var(--gold); }
@media (max-width: 900px) {
  .art-grid { grid-template-columns: 1fr; gap: 16px; padding-top: 20px; }
  .toc { position: static; max-height: none; background: var(--bg-alt); border: 1px solid var(--line); border-radius: 12px; padding: 6px 14px; }
  .toc ol { columns: 2; column-gap: 16px; border-left: 0; }
  .toc li a { padding: 4px 0; border: 0; margin: 0; }
}
@media (max-width: 520px) { .toc ol { columns: 1; } }

.sec { padding-top: 12px; margin-bottom: 30px; }
.sec h2 { padding-bottom: 8px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.sec h3 { margin-top: 1.1em; }
.art-body ul, .art-body ol, .prose ul { padding-left: 1.3em; margin: 0 0 1em; }
.art-body li, .prose li { margin-bottom: .4em; }
.art-body ul li::marker { color: var(--gold-2); }

.facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 0 0 32px; }
.facts div { background: #fff; padding: 14px 16px; }
.facts dt { font-size: .74rem; text-transform: uppercase; letter-spacing: .07em; color: var(--gold-2); font-weight: 700; }
.facts dd { margin: 4px 0 0; font-weight: 600; color: var(--navy); font-size: .96rem; line-height: 1.4; }
@media (max-width: 520px) { .facts { grid-template-columns: 1fr; } }

.dl { margin: 0 0 1em; display: grid; gap: 10px; }
.dl-row { border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 10px; padding: 12px 16px; background: #fff; }
.dl dt { font-weight: 700; color: var(--navy); }
.dl dd { margin: 4px 0 0; color: var(--ink-2); }

.mini-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; margin-bottom: 1em; }
.mini-card { border: 1px solid var(--line); border-radius: 12px; padding: 16px; background: #fff; }
.mini-card h3 { margin: 0 0 6px; font-size: 1.02rem; }
.mini-card p { margin: 0 0 .5em; font-size: .95rem; color: var(--ink-2); }
.mini-card ul { font-size: .93rem; margin: 0; }
.mini-meta { font-size: .82rem !important; color: var(--gold-2) !important; font-weight: 650; }

.steps { list-style: none; counter-reset: s; padding: 0 !important; margin: 0 0 1em; }
.steps li { counter-increment: s; position: relative; padding: 0 0 18px 52px; margin: 0; }
.steps li::before { content: counter(s); position: absolute; left: 0; top: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: var(--gold); font-weight: 700; display: flex; align-items: center; justify-content: center; }
.steps li::after { content: ""; position: absolute; left: 16px; top: 36px; bottom: 2px; width: 2px; background: var(--line); }
.steps li:last-child::after { display: none; }
.step-title { display: block; color: var(--navy); }

.note { background: var(--gold-soft); border: 1px solid #efd9a2; border-radius: 10px; padding: 12px 16px; margin: 0 0 1em; font-size: .95rem; color: #4d3d14; }

.table-wrap { overflow-x: auto; margin: 0 0 1em; border: 1px solid var(--line); border-radius: 12px; }
.rtable { width: 100%; border-collapse: collapse; font-size: .95rem; }
.rtable caption { text-align: left; padding: 10px 14px; font-weight: 650; color: var(--navy); }
.rtable th, .rtable td { padding: 11px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.rtable thead th { background: var(--navy); color: #fff; font-size: .84rem; text-transform: uppercase; letter-spacing: .04em; font-weight: 650; }
.rtable tbody th { color: var(--navy); font-weight: 650; }
.rtable tbody tr:nth-child(even) { background: #fafbfd; }
.rtable tbody tr:last-child > * { border-bottom: 0; }
@media (max-width: 640px) {
  .table-wrap { border: 0; overflow: visible; }
  .rtable thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .rtable, .rtable tbody, .rtable tr, .rtable th, .rtable td { display: block; width: 100%; }
  .rtable tr { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; background: #fff !important; overflow: hidden; }
  .rtable tbody th { background: var(--bg-alt); }
  .rtable td { border-bottom: 1px solid var(--line); }
  .rtable td::before { content: attr(data-label); display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; color: var(--gold-2); font-weight: 700; margin-bottom: 2px; }
}

.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 1em; }
.fit-col { border-radius: 12px; padding: 16px 18px; border: 1px solid var(--line); }
.fit-col h3 { margin-top: 0; }
.fit-yes { background: #f3f8f4; border-color: #d3e6d7; }
.fit-no { background: #fbf6ee; border-color: #eedfc3; }
@media (max-width: 640px) { .fit { grid-template-columns: 1fr; } }

.faqs { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; }
.faq + .faq { border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 14px 44px 14px 16px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 16px; top: 10px; font-size: 1.4rem; color: var(--gold-2); font-weight: 400; }
.faq[open] summary::after { content: "–"; }
.faq summary h3 { display: inline; font-size: 1rem; margin: 0; }
.faq-a { padding: 0 16px 6px; color: var(--ink-2); }

.cta { background: linear-gradient(140deg, var(--navy) 0%, var(--navy-2) 100%); color: #dfe6f5; border-radius: 16px; padding: 26px 28px; margin: 40px 0 36px; display: grid; gap: 16px; border-top: 4px solid var(--gold); }
.cta h2 { color: #fff; border: 0; padding: 0; margin-bottom: 8px; font-size: 1.35rem; }
.cta p { margin: 0; }
.cta-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.cta-compact { margin: 0; }

.related .cards { margin-top: 0; }
.reviewed { border-top: 1px solid var(--line); padding-top: 16px; margin-top: 12px; }

.prose { max-width: 800px; padding-top: 28px; padding-bottom: 56px; }

/* Footer */
.site-footer { background: #081636; color: #c3cce0; font-size: .93rem; margin-top: 0; }
.ftr { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; padding-top: 44px; padding-bottom: 24px; }
.ftr h2 { color: var(--gold); font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 12px; }
.ftr ul { list-style: none; padding: 0; margin: 0; }
.ftr li { margin-bottom: 8px; }
.site-footer a { color: #e6ebf7; text-decoration: none; }
.site-footer a:hover { color: var(--gold); text-decoration: underline; }
.brand-foot { margin-bottom: 12px; }
.ftr-legal { border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; padding-bottom: 28px; font-size: .84rem; color: #9eaac4; }
.disclaimer { max-width: 920px; }
@media (max-width: 760px) { .ftr { grid-template-columns: 1fr 1fr; } .ftr-brand { grid-column: 1 / -1; } }

@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { padding: 0 16px; }
  .list-body { padding: 24px 16px 44px; }
  .crumbs ol { padding: 12px 16px 0; }
  .hero { padding: 36px 0 40px; }
  .search-row { padding-left: 10px; }
  .search .btn { padding: 11px 14px; }
  .sec-block { padding: 36px 0; }
  .cta { padding: 22px 18px; }
  .cta-btns .btn { flex: 1 1 100%; }
  .az { top: 70px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .card, .cat, .interest { transition: none; } }
@media print { .site-header, .toc, .cta, .site-footer, .crumbs { display: none; } .art-grid { display: block; } }
@media (max-width: 640px) {
  .cats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .cat { padding: 14px; }
  .cat-ic { width: 38px; height: 38px; }
  .cat-t { font-size: .96rem; }
  .cat-d { font-size: .82rem; }
  .interest { padding: 14px; }
}

.nudge { border-left: 4px solid var(--gold); background: var(--gold-soft); padding: 12px 16px; border-radius: 0 10px 10px 0; margin: 4px 0 30px; font-size: .97rem; }
.nudge a { font-weight: 650; }


/* Career Captain full logo (light panels) */
.brand-logo { display: block; max-width: 460px; margin: 0 0 20px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(11,30,76,.12); }
.brand-logo img { display: block; width: 100%; height: auto; }
.brand-logo:hover { box-shadow: 0 4px 16px rgba(11,30,76,.2); }
/* WhatsApp counsellor button */
.btn-wa { display: inline-flex; align-items: center; gap: 8px; }
.btn-wa .wa-ic { flex: none; color: #25d366; }
.btn-wa:hover .wa-ic { color: #128c4a; }

/* Hyderabad focus */
.ftr-addr { font-style: normal; font-size: .86rem; line-height: 1.7; color: #b7c2da; margin-top: 10px; }
.ftr-addr strong { color: #e6ebf7; }
.sec-local { background: linear-gradient(180deg, #fbf6e9 0%, #fff 100%); border-top: 1px solid #efe3c0; }
.block-intro { max-width: 820px; color: var(--muted, #4a5570); margin: -4px 0 20px; }
.block-title .ic, .local-box h2 .ic { color: var(--gold); vertical-align: -3px; }
.local-box { margin: 28px 0 0; padding: 20px 22px; border: 1px solid #efe3c0; border-left: 4px solid var(--gold); background: #fdf9ef; border-radius: 12px; }
.local-box h2 { font-size: 1.15rem; margin: 0 0 6px; }
.local-box p { margin: 0 0 8px; }
.local-box ul { margin: 0 0 8px; padding-left: 1.1em; columns: 2; column-gap: 28px; }
.local-box li { break-inside: avoid; margin-bottom: 4px; }
.local-more { font-weight: 600; font-size: .95rem; }
@media (max-width: 640px) { .local-box ul { columns: 1; } }
.cta-local { font-size: .92rem; color: #c7d0e6; margin-top: 6px; }
.eyebrow .ic { vertical-align: -2px; }
