.inner-page { background: #fff; }
.inner-site-header { color: var(--navy-900); }
.page-hero { position: relative; min-height: 410px; display: flex; align-items: flex-end; padding: 170px 0 80px; overflow: hidden; color: #fff; background: linear-gradient(120deg, #071827, #123955); }
.page-hero::before { position: absolute; top: -180px; right: -70px; width: 520px; height: 520px; content: ""; border: 90px solid rgba(247,162,27,.15); border-radius: 50%; }
.page-hero::after { position: absolute; right: 25%; bottom: -110px; width: 280px; height: 280px; content: ""; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; color: #fff; font-size: clamp(2.6rem,5vw,4.7rem); letter-spacing: -.06em; }
.page-hero p { max-width: 720px; margin-top: 20px; color: #c4d2dc; font-size: 1.02rem; }
.breadcrumbs { display: flex; align-items: center; gap: 7px; margin-bottom: 18px; color: #a8bdcc; font-size: .7rem; font-weight: 700; }
.breadcrumbs svg { width: 13px; height: 13px; }
.breadcrumbs a:hover { color: var(--orange-500); }
.public-flash { position: fixed; z-index: 120; top: 100px; right: 20px; max-width: 420px; padding: 14px 18px; color: #fff; border-radius: 10px; box-shadow: var(--shadow-lg); font-size: .82rem; }
.public-flash.success { background: #147b4e; }
.public-flash.error { background: #b63a3a; }
.setup-notice { margin-top: 40px; padding: 17px 20px; color: #72520a; border: 1px solid #f4d88d; background: #fff9e8; border-radius: 10px; font-size: .8rem; }
.section-more { margin-top: 38px; text-align: center; }

/* Articles */
.article-section { background: var(--surface); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { overflow: hidden; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); box-shadow: 0 10px 35px rgba(10,34,55,.05); transition: transform .3s ease, box-shadow .3s ease; }
.article-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.article-image { display: block; height: 230px; overflow: hidden; background: #dbe5eb; }
.article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.article-card:hover .article-image img { transform: scale(1.04); }
.article-placeholder { display: grid; place-items: center; color: rgba(255,255,255,.55); background: linear-gradient(135deg, var(--navy-800), var(--blue-600)); }
.article-placeholder svg { width: 64px; height: 64px; }
.article-card-body { padding: 26px; }
.article-category { display: inline-flex; margin-bottom: 12px; color: var(--blue-600); font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-card h2, .article-card h3 { margin-bottom: 12px; font-size: 1.16rem; line-height: 1.35; letter-spacing: -.025em; }
.article-card p { color: var(--muted); font-size: .8rem; }
.article-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 21px; padding-top: 18px; color: #8c99a4; border-top: 1px solid var(--line); font-size: .65rem; }
.article-meta a { display: inline-flex; align-items: center; gap: 7px; color: var(--blue-600); font-weight: 800; }
.article-meta svg { width: 15px; height: 15px; }
.category-filter { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 38px; }
.category-filter a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; color: var(--muted); border: 1px solid var(--line); border-radius: 99px; font-size: .7rem; font-weight: 700; }
.category-filter a span { display: grid; min-width: 20px; height: 20px; place-items: center; background: var(--surface); border-radius: 50%; font-size: .55rem; }
.category-filter a.active, .category-filter a:hover { color: #fff; border-color: var(--navy-900); background: var(--navy-900); }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 45px; }
.pagination a { display: grid; width: 42px; height: 42px; place-items: center; color: var(--muted); border: 1px solid var(--line); border-radius: 10px; font-size: .76rem; font-weight: 800; }
.pagination a.active, .pagination a:hover { color: var(--navy-900); border-color: var(--orange-500); background: var(--orange-500); }
.empty-state { padding: 75px 30px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }
.empty-state p { margin-top: 10px; color: var(--muted); }
.article-header { padding: 175px 0 70px; color: #fff; background: linear-gradient(120deg, #071827, #143d5a); text-align: center; }
.container.narrow { max-width: 900px; }
.article-header .breadcrumbs { justify-content: center; }
.article-header h1 { color: #fff; font-size: clamp(2.5rem,5vw,4.4rem); letter-spacing: -.055em; }
.article-header > .container > p { max-width: 760px; margin: 22px auto 0; color: #c6d4de; font-size: 1rem; }
.article-header .article-category { color: var(--orange-500); }
.article-byline { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 28px; color: #92a9ba; font-size: .68rem; }
.article-byline i { width: 3px; height: 3px; background: var(--orange-500); border-radius: 50%; }
.article-cover { margin-top: 55px; }
.article-cover img { width: 100%; max-height: 630px; object-fit: cover; border-radius: var(--radius-lg); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 80px; padding-top: 75px; padding-bottom: 110px; }
.prose { color: #394b5c; font-size: .98rem; line-height: 1.9; }
.prose p, .prose ul { margin: 0 0 24px; }
.prose h2 { margin: 48px 0 18px; font-size: 2rem; }
.prose h3 { margin: 35px 0 14px; font-size: 1.4rem; }
.prose ul { padding-left: 22px; }
.prose li { margin-bottom: 8px; padding-left: 5px; }
.article-sidebar { position: relative; }
.sidebar-cta { position: sticky; top: 115px; padding: 28px; color: #fff; background: var(--navy-900); border-radius: var(--radius); }
.sidebar-cta h2 { color: #fff; font-size: 1.45rem; }
.sidebar-cta p { margin: 14px 0 22px; color: #aebfca; font-size: .8rem; }
.sidebar-cta .btn { width: 100%; }
.related { background: var(--surface); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.related-grid article { padding: 28px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); }
.related-grid article > span { color: #8d9aa5; font-size: .64rem; }
.related-grid h3 { margin: 12px 0; font-size: 1.05rem; }
.related-grid p { color: var(--muted); font-size: .77rem; }
.related-grid article > a { display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; color: var(--blue-600); font-size: .7rem; font-weight: 800; }

/* Services and pages */
.services .service-card h2, .service-grid .service-card h2 { margin-bottom: 13px; font-size: 1.22rem; }
.service-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 85px; }
.service-prose { max-width: 790px; }
.service-detail-cta { margin-top: 55px; padding: 35px; color: #fff; background: var(--navy-900); border-radius: var(--radius); }
.service-detail-cta h2 { margin: 0 0 10px; color: #fff; }
.service-detail-cta p { margin-bottom: 22px; color: #b6c6d1; }
.service-sidebar { display: grid; align-content: start; }
.service-sidebar > h2 { margin-bottom: 18px; font-size: 1.25rem; }
.service-sidebar > a { display: flex; align-items: center; gap: 12px; padding: 15px; border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 700; }
.service-sidebar > a > svg:first-child { width: 21px; color: var(--blue-600); }
.service-sidebar > a > svg:last-child { width: 15px; margin-left: auto; }
.service-sidebar > a.active, .service-sidebar > a:hover { color: var(--navy-900); background: var(--cream); }

/* Rich service detail */
.service-detail-hero { position: relative; padding: 155px 0 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 92% 4%, rgba(247,162,27,.17), transparent 26%), linear-gradient(125deg, #061521, #123b59); }
.service-detail-hero::after { position: absolute; top: 95px; left: -130px; width: 360px; height: 360px; content: ""; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.service-detail-hero .container { position: relative; z-index: 1; }
.service-hero-grid { display: grid; grid-template-columns: minmax(0,.86fr) minmax(460px,1.14fr); align-items: center; gap: 68px; padding: 26px 0 62px; }
.service-hero-label { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--orange-500); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-hero-label svg { width: 19px; height: 19px; }
.service-hero-copy h1 { color: #fff; font-size: clamp(2.8rem,5.2vw,5rem); letter-spacing: -.06em; }
.service-hero-copy > p { max-width: 650px; margin-top: 21px; color: #c4d4df; font-size: 1rem; line-height: 1.75; }
.service-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.service-phone-link { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: .78rem; font-weight: 800; }
.service-phone-link svg { width: 18px; height: 18px; color: var(--orange-500); }
.service-hero-media { margin: 0; padding: 8px; overflow: hidden; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 24px; box-shadow: 0 28px 65px rgba(0,0,0,.28); }
.service-hero-media img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 17px; }
.service-hero-media figcaption { padding: 10px 8px 4px; color: #a9bdcb; font-size: .62rem; }
.service-hero-highlights { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.12); list-style: none; }
.service-hero-highlights li { display: flex; align-items: center; gap: 10px; min-height: 76px; padding: 15px 20px; color: #d5e0e7; border-right: 1px solid rgba(255,255,255,.1); font-size: .7rem; font-weight: 700; }
.service-hero-highlights li:first-child { padding-left: 0; }
.service-hero-highlights li:last-child { border-right: 0; }
.service-hero-highlights svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--orange-500); }
.service-detail-section { background: #fff; }
.service-detail-section .service-detail-layout { grid-template-columns: minmax(0, 1fr) 340px; }
.service-detail-section .service-prose { max-width: 820px; }
.service-intro { margin-bottom: 42px !important; padding: 25px 28px; color: #274054; border-left: 4px solid var(--orange-500); background: var(--cream); border-radius: 0 13px 13px 0; font-size: 1.02rem; }
.service-inline-media { margin: 45px 0; }
.service-inline-media img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); }
.service-inline-media figcaption { padding-top: 10px; color: #75838e; font-size: .65rem; }
.service-process { margin-top: 58px; }
.service-process > h2, .service-faq > h2 { margin: 10px 0 27px; }
.service-process-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.service-process-grid > div { padding: 27px; border: 1px solid var(--line); background: var(--surface); border-radius: 14px; }
.service-process-grid > div > span { display: grid; width: 34px; height: 34px; margin-bottom: 20px; place-items: center; color: var(--navy-900); background: var(--orange-500); border-radius: 50%; font-size: .6rem; font-weight: 800; }
.service-process-grid h3 { margin: 0 0 9px; font-size: 1.05rem; }
.service-process-grid p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.7; }
.service-faq { margin-top: 65px; }
.service-detail-section .service-detail-cta { margin-top: 58px; padding: 40px; background: radial-gradient(circle at 100% 0, rgba(247,162,27,.2), transparent 35%), var(--navy-900); }
.service-detail-cta > span { display: block; margin-bottom: 12px; color: var(--orange-500); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-sidebar-wrap { position: relative; display: grid; align-content: start; gap: 24px; }
.service-sidebar-wrap .service-sidebar { position: sticky; top: 108px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.service-sidebar-wrap .service-sidebar > h2 { margin: 0; padding: 22px; border-bottom: 1px solid var(--line); }
.service-sidebar-wrap .service-sidebar > a { padding: 14px 18px; font-size: .72rem; }
.service-sidebar-wrap .service-sidebar > a:last-child { border-bottom: 0; }
.service-sidebar-wrap .service-sidebar > a.active { box-shadow: inset 3px 0 var(--orange-500); }
.service-side-contact { padding: 27px; color: #fff; background: var(--navy-900); border-radius: var(--radius); }
.service-side-contact > span { color: var(--orange-500); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.service-side-contact h2 { margin: 9px 0; color: #fff; font-size: 1.3rem; }
.service-side-contact p { color: #aebfca; font-size: .74rem; }
.service-side-contact a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--orange-500); font-size: .72rem; font-weight: 800; }
.service-side-contact a svg { width: 16px; height: 16px; }

/* FAQ page */
.faq-page { background: var(--surface); }
.faq-page-layout { display: grid; grid-template-columns: 330px minmax(0,1fr); align-items: start; gap: 80px; }
.faq-page-nav { position: sticky; top: 115px; }
.faq-page-nav h2 { margin: 12px 0 15px; font-size: 1.8rem; }
.faq-page-nav > p { color: var(--muted); font-size: .8rem; }
.faq-page-nav nav { display: grid; margin: 26px 0; border-top: 1px solid var(--line); }
.faq-page-nav nav a { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; padding: 13px 2px; color: #425769; border-bottom: 1px solid var(--line); font-size: .72rem; font-weight: 800; }
.faq-page-nav nav a span { color: var(--orange-500); font-size: .55rem; }
.faq-page-nav nav a svg { width: 14px; height: 14px; }
.faq-page-groups { display: grid; gap: 70px; }
.faq-category { scroll-margin-top: 120px; padding: 34px 38px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius-lg); box-shadow: 0 12px 40px rgba(10,34,55,.05); }
.faq-category > header { display: flex; align-items: flex-start; gap: 18px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.faq-category > header > span { display: grid; flex: 0 0 auto; width: 42px; height: 42px; place-items: center; color: var(--navy-900); background: var(--orange-500); border-radius: 50%; font-size: .65rem; font-weight: 800; }
.faq-category h2 { margin: 0 0 7px; font-size: 1.5rem; }
.faq-category header p { color: var(--muted); font-size: .76rem; }
.faq-details details { border-bottom: 1px solid var(--line); }
.faq-details details:last-child { border-bottom: 0; }
.faq-details summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--navy-900); cursor: pointer; font-size: .82rem; font-weight: 800; list-style: none; }
.faq-details summary::-webkit-details-marker { display: none; }
.faq-details summary i { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; }
.faq-details summary i::before, .faq-details summary i::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1.5px; content: ""; background: var(--navy-900); transform: translate(-50%,-50%); transition: transform var(--transition); }
.faq-details summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-details details[open] summary i { border-color: var(--orange-500); background: var(--orange-500); }
.faq-details details[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.faq-details details > div { padding: 0 48px 23px 0; }
.faq-details details p { color: var(--muted); font-size: .8rem; line-height: 1.75; }
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; }
.about-copy > h2 { margin-bottom: 28px; }
.about-panel { align-self: start; padding: 42px; color: #fff; background: var(--navy-900); border-radius: var(--radius-lg); }
.about-panel > span { color: var(--orange-500); font-size: 4.8rem; font-weight: 800; line-height: 1; letter-spacing: -.08em; }
.about-panel h3 { margin: 18px 0 14px; color: #fff; font-size: 1.5rem; }
.about-panel > p { margin-bottom: 28px; color: #aebfca; font-size: .82rem; }
.about-panel > div { display: grid; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.about-panel strong { color: var(--orange-500); }
.about-panel small { color: #9eb1bf; }
.contact-page { background: var(--surface); }
.contact-page-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; }
.contact-page-grid h2 { margin-bottom: 18px; }
.contact-page-grid > div > p { color: var(--muted); }
.contact-page-cards { display: grid; gap: 10px; margin-top: 32px; }
.contact-page-cards > * { display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--line); background: #fff; border-radius: 12px; }
.contact-page-cards > * > svg { width: 23px; color: var(--orange-500); }
.contact-page-cards span { display: grid; }
.contact-page-cards small { color: var(--muted); font-size: .58rem; text-transform: uppercase; }
.contact-page-cards strong { font-size: .8rem; }
.contact-form { padding: 35px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; color: var(--navy-900); font-size: .72rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid var(--line); outline: none; background: #f9fbfc; border-radius: 9px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange-500); box-shadow: 0 0 0 3px rgba(247,162,27,.12); }
.contact-form textarea { resize: vertical; }
.contact-form > p { margin-top: 12px; color: #8a97a2; font-size: .62rem; }
.error-page { min-height: 78vh; display: grid; place-items: center; padding: 150px 0 80px; text-align: center; }
.error-page span { display: block; color: var(--orange-500); font-size: 6rem; font-weight: 800; line-height: 1; }
.error-page h1 { margin-top: 15px; }
.error-page p { margin: 15px 0 28px; color: var(--muted); }

@media (max-width: 920px) {
  .article-grid, .related-grid { grid-template-columns: repeat(2,1fr); }
  .article-layout, .service-detail-layout, .about-grid, .contact-page-grid { grid-template-columns: 1fr; gap: 50px; }
  .article-sidebar { max-width: 520px; }
  .service-sidebar { order: -1; }
  .about-panel { max-width: 600px; }
}

.prose ol { margin: 0 0 24px; padding-left: 25px; }
.prose blockquote { margin: 30px 0; padding: 18px 22px; color: #42596b; border-left: 4px solid var(--orange-500); background: var(--cream); border-radius: 0 10px 10px 0; }
.prose blockquote p { margin: 0; }
.prose a { color: var(--blue-600); text-decoration: underline; text-underline-offset: 3px; }
.prose code { padding: 2px 6px; color: var(--navy-900); background: #eef3f6; border-radius: 5px; font-size: .9em; }
@media (max-width: 650px) {
  .page-hero { min-height: 360px; padding: 140px 0 60px; }
  .article-grid, .related-grid { grid-template-columns: 1fr; }
  .article-image { height: 210px; }
  .article-header { padding: 135px 0 55px; }
  .article-layout { padding-top: 55px; padding-bottom: 75px; }
  .article-cover { margin-top: 28px; }
  .article-cover img { border-radius: 15px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 23px 18px; }
  .about-panel { padding: 28px; }
  .about-panel > span { font-size: 4rem; }
}

/* Service areas */
.area-overview { background: #fff; }
.area-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.area-pillar { position: relative; min-height: 335px; padding: 34px; overflow: hidden; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); box-shadow: 0 12px 40px rgba(10,34,55,.06); }
.area-pillar.featured { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--navy-900), var(--navy-800)); }
.area-pillar-icon { display: grid; width: 52px; height: 52px; margin-bottom: 40px; place-items: center; color: var(--blue-600); background: #edf4f8; border-radius: 14px; }
.area-pillar.featured .area-pillar-icon { color: var(--orange-500); background: rgba(255,255,255,.1); }
.area-pillar-icon svg { width: 26px; height: 26px; }
.area-pillar small { display: block; margin-bottom: 8px; color: var(--blue-600); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.area-pillar.featured small { color: var(--orange-500); }
.area-pillar h2 { margin-bottom: 13px; font-size: 1.45rem; }
.area-pillar.featured h2 { color: #fff; }
.area-pillar p { margin-bottom: 26px; color: var(--muted); font-size: .8rem; }
.area-pillar.featured p { color: #b8c9d5; }
.area-pillar > a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-600); font-size: .72rem; font-weight: 800; }
.area-pillar.featured > a { color: var(--orange-500); }
.area-pillar > a svg { width: 16px; height: 16px; }
.district-section, .related-areas { background: var(--surface); }
.district-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.district-card { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 17px; min-height: 150px; padding: 24px; border: 1px solid var(--line); background: #fff; border-radius: 15px; box-shadow: 0 8px 28px rgba(10,34,55,.045); transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.district-card:hover { transform: translateY(-3px); border-color: rgba(24,91,133,.35); box-shadow: var(--shadow-sm); }
.district-card.with-cover { display: block; min-height: 0; padding: 0; overflow: hidden; }
.district-cover { aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: #dbe5eb; }
.district-cover picture, .district-cover img { display: block; width: 100%; height: 100%; }
.district-cover img { object-fit: cover; transition: transform .5s ease; }
.district-card.with-cover:hover .district-cover img { transform: scale(1.035); }
.district-card-body { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 17px; min-height: 158px; padding: 25px; }
.district-copy { min-width: 0; }
.district-pin { display: grid; width: 45px; height: 45px; place-items: center; color: var(--orange-500); background: var(--cream); border-radius: 12px; }
.district-pin svg { width: 21px; height: 21px; }
.district-card small { display: block; margin-bottom: 5px; color: var(--blue-600); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.district-card strong { display: block; color: var(--navy-900); font-family: "Plus Jakarta Sans", "Manrope", sans-serif; font-size: .95rem; line-height: 1.35; }
.district-card p { margin-top: 8px; color: var(--muted); font-size: .72rem; line-height: 1.6; }
.district-arrow { width: 18px; height: 18px; color: #92a1ac; transition: transform var(--transition), color var(--transition); }
.district-card:hover .district-arrow { color: var(--blue-600); transform: translateX(4px); }
.area-services { background: #fff; }
.area-service-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.area-service-links > a { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 13px; transition: background var(--transition), border-color var(--transition); }
.area-service-links > a:hover { border-color: rgba(24,91,133,.3); background: var(--surface); }
.area-service-links > a > svg:first-child { width: 25px; height: 25px; color: var(--orange-500); }
.area-service-links > a > svg:last-child { width: 16px; height: 16px; color: #95a3ad; }
.area-service-links span { display: grid; min-width: 0; gap: 4px; }
.area-service-links strong { font-size: .8rem; }
.area-service-links small { overflow: hidden; color: var(--muted); font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.area-detail-hero { min-height: 540px; display: flex; align-items: flex-end; padding: 170px 0 85px; color: #fff; background: radial-gradient(circle at 80% 30%, rgba(247,162,27,.16), transparent 26%), linear-gradient(125deg, #061321, #123b59); }
.area-detail-hero .breadcrumbs a:hover { color: var(--orange-500); }
.area-location { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 17px; color: var(--orange-500); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.area-location svg { width: 18px; height: 18px; }
.area-detail-hero h1 { max-width: 900px; color: #fff; font-size: clamp(2.65rem, 5vw, 4.8rem); letter-spacing: -.06em; }
.area-detail-hero .container > p { max-width: 720px; margin-top: 20px; color: #c1d0da; font-size: 1rem; }
.area-hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.area-featured-media { position: relative; z-index: 2; margin-top: -48px; }
.area-featured-media figure { margin: 0; padding: 9px; overflow: hidden; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.area-featured-media picture, .area-featured-media img { display: block; width: 100%; }
.area-featured-media img { height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 20px; }
.area-featured-media figcaption, .area-inline-media figcaption { padding: 11px 8px 3px; color: #71808d; font-size: .66rem; line-height: 1.55; }
.area-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 85px; }
.area-prose { max-width: 800px; }
.area-prose .area-intro { padding: 25px 28px; color: #274054; border-left: 4px solid var(--orange-500); background: var(--cream); border-radius: 0 13px 13px 0; }
.area-inline-media { margin: 38px 0 44px; }
.area-inline-media img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius); }
.area-inline-media figcaption { padding: 10px 2px 0; }
.area-checklist { margin: 40px 0; padding: 32px; border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius); }
.area-checklist h2 { margin: 0 0 22px; font-size: 1.45rem; }
.area-checklist ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 22px; margin: 0; padding: 0; list-style: none; }
.area-checklist li { display: flex; gap: 10px; margin: 0; padding: 0; color: #344c5e; font-size: .77rem; line-height: 1.55; }
.area-checklist li svg { flex: 0 0 auto; width: 19px; height: 19px; color: var(--orange-500); }
.area-detail-sidebar { position: relative; display: grid; align-content: start; gap: 26px; }
.area-side-links { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); }
.area-side-links h2 { margin-bottom: 12px; font-size: 1.15rem; }
.area-side-links a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; color: #44596a; border-bottom: 1px solid var(--line); font-size: .72rem; font-weight: 700; }
.area-side-links a:last-child { border-bottom: 0; }
.area-side-links a:hover { color: var(--blue-600); }
.area-side-links svg { width: 14px; height: 14px; }
.area-faq { margin-top: 50px; }
.area-faq details { border-bottom: 1px solid var(--line); }
.area-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; color: var(--navy-900); cursor: pointer; font-weight: 800; list-style: none; }
.area-faq summary::-webkit-details-marker { display: none; }
.area-faq summary svg { flex: 0 0 auto; width: 17px; height: 17px; transition: transform var(--transition); }
.area-faq details[open] summary svg { transform: rotate(90deg); }
.area-faq details p { padding: 0 32px 20px 0; color: var(--muted); font-size: .84rem; }
.district-grid.compact { grid-template-columns: repeat(4, 1fr); }
.district-grid.compact .district-card { min-height: 116px; padding: 20px; }
.district-grid.compact .district-pin { width: 40px; height: 40px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-600); font-size: .76rem; font-weight: 800; }
.text-link svg { width: 16px; height: 16px; }
.policy-layout { display:grid; grid-template-columns:minmax(0,1fr) 310px; gap:70px; align-items:start; }
.policy-copy { max-width:820px; }
.policy-copy>h2:first-of-type { margin-top:18px; }
.policy-table-wrap { overflow-x:auto; margin:28px 0 40px; border:1px solid var(--line); border-radius:14px; }
.policy-table { width:100%; min-width:680px; border-collapse:collapse; font-size:.72rem; }
.policy-table th { padding:13px 15px; color:#63798a; background:#f2f6f8; text-align:left; }
.policy-table td { padding:14px 15px; border-top:1px solid var(--line); vertical-align:top; }
.policy-table code { white-space:nowrap; }
.policy-preference-button { display:inline-flex; align-items:center; min-height:46px; margin:-4px 0 25px; padding:11px 18px; color:var(--navy-950); border:0; background:var(--orange-500); border-radius:9px; font-size:.74rem; font-weight:800; }
.policy-summary { position:sticky; top:120px; padding:26px; color:#d9e7ee; background:var(--navy-950); border-radius:16px; }
.policy-summary strong { display:block; margin-bottom:15px; color:#fff; font-size:.9rem; }
.policy-summary ul { display:grid; gap:11px; margin:0; padding:0; list-style:none; }
.policy-summary li { position:relative; padding-left:18px; color:#9fb8c7; font-size:.7rem; }
.policy-summary li::before { position:absolute; top:.65em; left:0; width:7px; height:7px; background:var(--orange-500); border-radius:50%; content:""; }

@media (max-width: 1050px) {
  .area-pillars { grid-template-columns: 1fr; }
  .area-pillar { min-height: 0; }
  .area-pillar-icon { margin-bottom: 25px; }
  .area-detail-layout { grid-template-columns: 1fr; gap: 55px; }
  .area-detail-sidebar { grid-template-columns: 1fr 1fr; }
  .district-grid.compact { grid-template-columns: repeat(2, 1fr); }
  .policy-layout { grid-template-columns:1fr; gap:45px; }
  .policy-summary { position:static; }
}

@media (max-width: 700px) {
  .district-grid, .area-service-links { grid-template-columns: 1fr; }
  .district-card { min-height: 0; padding: 20px 17px; }
  .district-card.with-cover { padding: 0; }
  .district-card-body { min-height: 136px; padding: 19px 17px; }
  .district-card p { display: none; }
  .area-service-links small { white-space: normal; }
  .area-detail-hero { min-height: 500px; padding: 140px 0 65px; }
  .area-featured-media { margin-top: -25px; }
  .area-featured-media figure { padding: 6px; border-radius: 17px; }
  .area-featured-media img { border-radius: 12px; }
  .area-hero-actions { align-items: stretch; flex-direction: column; }
  .area-checklist { padding: 24px 20px; }
  .area-checklist ul { grid-template-columns: 1fr; }
  .area-detail-sidebar { grid-template-columns: 1fr; }
  .district-grid.compact { grid-template-columns: 1fr; }
  .related-areas .section-heading > a { margin-top: 20px; }
}

@media (max-width: 1050px) {
  .service-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .service-hero-media { max-width: 760px; }
  .faq-page-layout { grid-template-columns: 1fr; gap: 55px; }
  .faq-page-nav { position: static; }
  .faq-page-nav nav { grid-template-columns: repeat(2,1fr); gap: 0 20px; }
}

@media (max-width: 920px) {
  .service-detail-section .service-detail-layout { grid-template-columns: 1fr; }
  .service-sidebar-wrap { grid-template-columns: 1fr 1fr; }
  .service-sidebar-wrap .service-sidebar { position: static; }
}

@media (max-width: 650px) {
  .service-detail-hero { padding-top: 125px; }
  .service-hero-grid { padding-bottom: 40px; }
  .service-hero-actions { align-items: stretch; flex-direction: column; }
  .service-hero-highlights { grid-template-columns: 1fr 1fr; }
  .service-hero-highlights li { min-height: 67px; padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .service-hero-highlights li:first-child { padding-left: 10px; }
  .service-process-grid { grid-template-columns: 1fr; }
  .service-detail-section .service-detail-cta { padding: 30px 23px; }
  .service-sidebar-wrap { grid-template-columns: 1fr; }
  .faq-page-nav nav { grid-template-columns: 1fr; }
  .faq-category { padding: 25px 20px; border-radius: 16px; }
  .faq-details details > div { padding-right: 8px; }
}
