@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Source+Serif+4:opsz,wght@8..60,500;8..60,600;8..60,700&display=swap');

:root {
  --navy-950: #0b1726;
  --navy-900: #10223a;
  --navy-800: #183453;
  --ink: #172234;
  --muted: #5e6876;
  --ivory: #f7f5ef;
  --paper: #fffefa;
  --white: #ffffff;
  --stone: #ebe7dd;
  --line: #d9d2c4;
  --gold: #b58a3f;
  --gold-soft: #e5d2a7;
  --terracotta: #9a4b36;
  --green: #187c4b;
  --green-soft: #e6f5ec;
  --shadow-sm: 0 7px 24px rgba(11, 23, 38, .07);
  --shadow-lg: 0 28px 70px rgba(11, 23, 38, .14);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --content: 1180px;
  --reading: 840px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: "DM Sans", Arial, sans-serif; line-height: 1.65; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
address { font-style: normal; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(181, 138, 63, .58); outline-offset: 4px; }
::selection { color: var(--navy-950); background: var(--gold-soft); }

.wrap { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.reading { width: min(calc(100% - 48px), var(--reading)); margin-inline: auto; }
.serif { font-family: "Source Serif 4", Georgia, serif; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.utility-bar { color: #dbe1e8; background: var(--navy-950); font-size: 12px; }
.utility-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-links { display: flex; flex-wrap: wrap; gap: 20px; }
.utility-bar a:hover { color: var(--white); }
.utility-note { color: #aeb8c5; }

.site-header { position: sticky; top: 0; z-index: 45; border-bottom: 1px solid rgba(181, 138, 63, .28); background: rgba(255, 254, 250, .96); box-shadow: 0 10px 32px rgba(11, 23, 38, .055); backdrop-filter: blur(16px); }
.header-row { min-height: 74px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; min-width: 265px; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; border-radius: 11px; box-shadow: 0 5px 14px rgba(11, 23, 38, .15); }
.brand-name { display: block; font-family: "Source Serif 4", Georgia, serif; font-size: 17px; font-weight: 700; letter-spacing: -.015em; line-height: 1.1; }
.brand-role { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.desktop-nav a { padding: 10px 8px; border-radius: 8px; color: #4e5969; font-size: 12px; font-weight: 600; transition: color .18s ease, background .18s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--navy-900); background: #f0ece3; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border-radius: 9px; color: var(--white); background: var(--navy-900); font-size: 12px; font-weight: 700; white-space: nowrap; }
.menu-toggle { display: none; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: var(--white); cursor: pointer; }
.mobile-nav { display: none; padding: 9px 24px 17px; border-top: 1px solid var(--line); background: var(--paper); }
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 10px 0; border-bottom: 1px solid #e6e0d4; color: var(--muted); font-size: 14px; }

.disclosure-bar { border-bottom: 1px solid #e0d8c8; background: #f1ede4; }
.disclosure-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #5c5b58; font-size: 11px; text-align: center; }
.disclosure-inner strong { color: var(--navy-900); }

.hero-modern { position: relative; overflow: hidden; padding: 64px 0 72px; background: linear-gradient(135deg, #fbfaf5, #f1ece1); }
.hero-modern::before { content: ""; position: absolute; width: 420px; height: 420px; left: -280px; top: -210px; border: 1px solid rgba(181, 138, 63, .35); border-radius: 50%; box-shadow: 0 0 0 46px rgba(181, 138, 63, .035), 0 0 0 92px rgba(181, 138, 63, .025); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: 58px; align-items: center; }
.kicker { display: flex; align-items: center; gap: 10px; color: var(--terracotta); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.kicker::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.hero-title { max-width: 680px; margin: 20px 0 0; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(43px, 5.4vw, 69px); line-height: 1.01; letter-spacing: -.042em; text-wrap: balance; }
.hero-deck { max-width: 650px; margin: 23px 0 0; color: #536071; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid var(--navy-900); border-radius: 10px; color: var(--white); background: var(--navy-900); font-size: 13px; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.button-secondary { color: var(--navy-900); border-color: #b8ad99; background: transparent; }
.button-whatsapp { border-color: var(--green); background: var(--green); }
.button-gold { color: var(--navy-950); border-color: var(--gold); background: #d7b570; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 27px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hero-media { position: relative; padding: 15px 15px 42px; border: 1px solid #cfc5b2; border-radius: 5px 5px 70px 5px; background: var(--paper); box-shadow: var(--shadow-lg); }
.hero-media::before { content: "PATNA HIGH COURT"; position: absolute; z-index: 2; top: 30px; right: -22px; padding: 7px 12px; color: var(--white); background: var(--terracotta); font-size: 9px; font-weight: 700; letter-spacing: .17em; transform: rotate(90deg) translateX(100%); transform-origin: right top; }
.hero-media img { width: 100%; aspect-ratio: 1.36; border-radius: 2px 2px 52px 2px; object-fit: cover; object-position: center; }
.hero-caption { position: absolute; right: 28px; bottom: 15px; left: 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 10px; }
.hero-caption strong { color: var(--navy-900); }
.hero-seal { position: absolute; left: -26px; bottom: 52px; width: 86px; height: 86px; display: grid; place-items: center; border: 7px solid var(--ivory); border-radius: 50%; color: var(--white); background: var(--navy-900); font-family: "Source Serif 4", Georgia, serif; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-align: center; box-shadow: var(--shadow-sm); }

.metrics { position: relative; z-index: 2; margin-top: -25px; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow-sm); }
.metric { min-height: 110px; padding: 23px 25px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; color: var(--navy-900); font-family: "Source Serif 4", Georgia, serif; font-size: 27px; line-height: 1; }
.metric span { display: block; margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.45; text-transform: uppercase; letter-spacing: .09em; }

.section { padding: 82px 0; }
.section-compact { padding: 56px 0; }
.section-paper { border-block: 1px solid var(--line); background: var(--paper); }
.section-navy { color: var(--white); background: var(--navy-950); }
.section-head { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 36px; align-items: start; margin-bottom: 36px; }
.section-index { color: var(--terracotta); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.section-title { max-width: 780px; margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(31px, 4vw, 44px); line-height: 1.1; letter-spacing: -.025em; text-wrap: balance; }
.section-intro { max-width: 780px; margin: 13px 0 0; color: var(--muted); font-size: 16px; }
.section-navy .section-index { color: var(--gold-soft); }
.section-navy .section-intro { color: #b8c2d0; }

.urgent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); background: var(--line); }
.urgent-card { position: relative; min-height: 220px; padding: 26px; background: var(--paper); transition: background .2s ease, color .2s ease; }
.urgent-card:hover { color: var(--white); background: var(--navy-900); }
.urgent-card .overline { color: var(--terracotta); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.urgent-card:hover .overline { color: var(--gold-soft); }
.urgent-card h3 { margin: 34px 0 0; font-family: "Source Serif 4", Georgia, serif; font-size: 24px; line-height: 1.13; }
.urgent-card p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.urgent-card:hover p { color: #c9d1db; }
.urgent-card .arrow { position: absolute; right: 24px; bottom: 21px; color: var(--gold); font-size: 21px; }

.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hub-card { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: 0 8px 24px rgba(11,23,38,.04); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.hub-card:hover { transform: translateY(-5px); border-color: #bba774; box-shadow: var(--shadow-lg); }
.hub-number { color: #a5a098; font-family: "Source Serif 4", Georgia, serif; font-size: 14px; }
.hub-card h3 { margin: 35px 0 0; font-family: "Source Serif 4", Georgia, serif; font-size: 28px; line-height: 1.08; }
.hub-card p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.hub-keywords { margin-top: auto !important; padding-top: 24px; color: #7a7265 !important; font-size: 10px !important; text-transform: uppercase; letter-spacing: .06em; }
.hub-card .arrow { position: absolute; top: 25px; right: 25px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy-900); }

.research-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: start; }
.research-image { position: relative; padding: 12px; border: 1px solid #34455b; background: #13263e; }
.research-image img { width: 100%; aspect-ratio: 1.16; object-fit: cover; filter: saturate(.75) contrast(1.05); }
.research-image figcaption { margin-top: 10px; color: #9faaba; font-size: 10px; }
.research-copy h2 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 40px; line-height: 1.08; }
.research-copy > p { color: #bdc6d1; }
.research-list { display: grid; gap: 17px; margin-top: 28px; }
.research-item { display: grid; grid-template-columns: 34px 1fr; gap: 14px; }
.research-item span { color: var(--gold-soft); font-family: "Source Serif 4", Georgia, serif; font-size: 19px; }
.research-item strong { display: block; font-size: 14px; }
.research-item p { margin: 4px 0 0; color: #aeb8c6; font-size: 12px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-card { padding: 24px; border-top: 3px solid var(--gold); background: var(--paper); box-shadow: var(--shadow-sm); }
.process-card span { color: var(--terracotta); font-size: 11px; font-weight: 700; }
.process-card h3 { margin: 19px 0 0; font-family: "Source Serif 4", Georgia, serif; font-size: 20px; }
.process-card p { margin: 9px 0 0; color: var(--muted); font-size: 12px; }

.professional-panel { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow-sm); }
.professional-copy { padding: 42px; }
.professional-copy h2 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 37px; line-height: 1.1; }
.professional-copy p { color: var(--muted); }
.professional-data { display: grid; grid-template-columns: 1fr 1fr; margin-top: 27px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.professional-data div { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.professional-data small { display: block; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.professional-data strong { display: block; margin-top: 4px; color: var(--navy-900); }
.professional-side { display: flex; flex-direction: column; justify-content: center; padding: 42px; color: var(--white); background: var(--navy-900); }
.professional-side img { width: 76px; height: 76px; border-radius: 18px; }
.professional-side h3 { margin: 23px 0 0; font-family: "Source Serif 4", Georgia, serif; font-size: 25px; }
.professional-side p { color: #bdc7d4; font-size: 13px; }

.faq-stack { margin-top: 30px; border-top: 1px solid var(--line); }
.faq-stack details { border-bottom: 1px solid var(--line); }
.faq-stack summary { position: relative; padding: 21px 52px 21px 0; cursor: pointer; font-weight: 700; line-height: 1.45; list-style: none; }
.faq-stack summary::-webkit-details-marker { display: none; }
.faq-stack summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--gold); font-family: "Source Serif 4", Georgia, serif; font-size: 25px; font-weight: 400; }
.faq-stack details[open] summary::after { content: "–"; }
.faq-stack p { max-width: 900px; margin: -3px 0 22px; color: var(--muted); font-size: 14px; }

.page-hero { position: relative; overflow: hidden; padding: 62px 0; color: var(--white); background: var(--navy-950); }
.page-hero::after { content: ""; position: absolute; width: 550px; height: 550px; right: -210px; top: -250px; border: 1px solid rgba(229, 210, 167, .22); border-radius: 50%; box-shadow: 0 0 0 60px rgba(229,210,167,.025), 0 0 0 120px rgba(229,210,167,.02); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 56px; align-items: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #758092; font-size: 11px; }
.breadcrumbs a:hover { color: var(--navy-900); }
.page-hero .breadcrumbs { color: #aeb8c7; }
.page-hero .breadcrumbs a:hover { color: var(--white); }
.page-title { margin: 20px 0 0; font-family: "Source Serif 4", Georgia, serif; font-size: clamp(38px, 5vw, 57px); line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
.page-deck { max-width: 760px; margin: 18px 0 0; color: #c3cbd5; font-size: 16px; }
.page-hero-card { padding: 26px; border: 1px solid #3b4c62; background: #142942; }
.page-hero-card small { color: var(--gold-soft); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.page-hero-card p { color: #c3ccd8; font-size: 13px; }

.hub-overview { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 54px; align-items: start; }
.lead { margin: 0; color: #4f5b6b; font-size: 18px; line-height: 1.8; }
.topic-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 30px; }
.topic-card { display: block; min-height: 150px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.topic-card:hover { transform: translateY(-3px); border-color: #bda86f; box-shadow: var(--shadow-sm); }
.topic-card small { color: var(--terracotta); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.topic-card h3 { margin: 10px 0 0; font-family: "Source Serif 4", Georgia, serif; font-size: 17px; line-height: 1.35; }
.topic-card p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.side-panel { position: sticky; top: 130px; display: grid; gap: 17px; }
.panel { padding: 23px; border: 1px solid var(--line); background: var(--paper); }
.panel h3 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 19px; }
.panel p, .panel li, .panel a { color: var(--muted); font-size: 12px; }
.plain-list { margin: 13px 0 0; padding: 0; list-style: none; }
.plain-list li { margin-top: 8px; }

.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 60px; align-items: start; }
.article-main { min-width: 0; }
.article-meta { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 20px; color: var(--muted); font-size: 11px; }
.answer-box { margin-top: 32px; padding: 26px 28px; border-left: 4px solid var(--terracotta); background: var(--paper); box-shadow: var(--shadow-sm); }
.answer-box .label { color: var(--terracotta); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.answer-box p { margin: 9px 0 0; color: #344154; font-size: 16px; line-height: 1.8; }
.article-section { margin-top: 48px; }
.article-section h2 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 29px; line-height: 1.17; letter-spacing: -.018em; }
.article-section > p { margin: 14px 0 0; color: #394659; line-height: 1.82; }
.framework-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 20px; }
.framework-card { padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.framework-card strong { display: block; color: var(--navy-900); font-size: 12px; }
.framework-card p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.steps { margin: 22px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { counter-increment: steps; display: grid; grid-template-columns: 38px 1fr; gap: 15px; align-items: start; padding: 17px 0; border-bottom: 1px solid var(--line); color: #3f4b5c; }
.steps li::before { content: counter(steps, decimal-leading-zero); display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy-900); font-size: 10px; font-weight: 700; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 20px; }
.check-item { position: relative; padding: 15px 16px 15px 38px; border: 1px solid var(--line); background: var(--paper); color: #445061; font-size: 12px; }
.check-item::before { content: "✓"; position: absolute; left: 15px; top: 13px; color: var(--green); font-weight: 700; }
.risk-item::before { content: "!"; color: var(--terracotta); }
.context-card { margin-top: 24px; padding: 23px; border: 1px solid #d1c6b2; background: #f0ebe1; }
.context-card h3 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 20px; }
.context-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.source-list { display: grid; gap: 9px; margin-top: 19px; }
.source-link { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 15px; border: 1px solid var(--line); background: var(--paper); }
.source-link strong { font-size: 12px; }
.source-link p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.source-link span { color: var(--gold); }
.article-aside { position: sticky; top: 126px; }
.toc { padding: 22px; border-top: 3px solid var(--gold); background: var(--paper); box-shadow: var(--shadow-sm); }
.toc-title { color: var(--terracotta); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.toc a { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.toc a:hover { color: var(--navy-900); }
.aside-contact { margin-top: 16px; padding: 22px; color: var(--white); background: var(--navy-900); }
.aside-contact strong { display: block; font-family: "Source Serif 4", Georgia, serif; font-size: 18px; }
.aside-contact p { color: #bdc6d1; font-size: 11px; }
.aside-contact a { margin-top: 8px; }
.aside-contact .button:not(.button-whatsapp) { color: var(--navy-950); border-color: var(--gold-soft); background: var(--gold-soft); }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.disclaimer { margin-top: 45px; padding: 17px 20px; border: 1px solid var(--line); color: var(--muted); background: #f1ede5; font-size: 11px; }

.contact-page-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; }
.contact-card { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow-sm); }
.contact-card h2 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 31px; }
.contact-list { display: grid; margin-top: 25px; }
.contact-row { display: grid; grid-template-columns: 105px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-row small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.contact-row strong, .contact-row a { font-size: 13px; }
.contact-visual { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius-md); background: var(--navy-900); }
.contact-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.contact-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,23,38,.9), rgba(11,23,38,.1)); }
.contact-visual-copy { position: absolute; z-index: 1; right: 30px; bottom: 30px; left: 30px; color: var(--white); }
.contact-visual-copy h3 { margin: 0; font-family: "Source Serif 4", Georgia, serif; font-size: 28px; }
.contact-visual-copy p { color: #c4ccd6; font-size: 12px; }

.site-footer { margin-top: 80px; color: var(--white); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .9fr .9fr 1.05fr; gap: 42px; padding: 58px 0 48px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 48px; height: 48px; border-radius: 11px; }
.footer-brand strong { font-family: "Source Serif 4", Georgia, serif; font-size: 18px; }
.footer-copy, .footer-links a, .footer-contact { color: #aeb8c6; font-size: 12px; }
.footer-copy { margin-top: 15px; }
.footer-heading { margin-bottom: 14px; color: var(--gold-soft); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a:hover, .footer-contact a:hover { color: var(--white); }
.footer-contact div { margin-top: 7px; }
.footer-bottom { padding: 20px 0; border-top: 1px solid #283950; color: #8e9aab; font-size: 10px; }
.footer-bottom-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.footer-bottom p { max-width: 850px; margin: 0; }

.floating-contact { position: fixed; z-index: 80; right: 22px; bottom: 24px; display: grid; gap: 10px; }
.float-link { position: relative; z-index: 0; isolation: isolate; min-width: 152px; min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 9px 15px 9px 10px; border-radius: 999px; color: var(--white); box-shadow: 0 14px 35px rgba(11,23,38,.25); font-size: 12px; font-weight: 700; }
.float-link span:first-child { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); font-size: 13px; }
.float-whatsapp { background: var(--green); }
.float-call { background: var(--navy-900); }
.float-whatsapp::before { content: ""; position: absolute; inset: -5px; z-index: -1; border-radius: 999px; background: conic-gradient(from 0deg, transparent 0 58%, rgba(82,220,142,.85) 70%, transparent 84%); animation: orbit 3.2s linear infinite; }
.float-link::after { content: ""; position: absolute; inset: 2px; z-index: -1; border-radius: 999px; background: inherit; }
@keyframes orbit { to { transform: rotate(360deg); } }
.mobile-contact-dock { display: none; }

.credits { color: var(--muted); font-size: 12px; }
.credits li { margin-top: 12px; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .header-cta { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .hub-grid, .urgent-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  body { padding-bottom: 66px; }
  .utility-note { display: none; }
  .hero-grid, .page-hero-grid, .research-split, .professional-panel, .hub-overview, .article-shell, .contact-page-grid { grid-template-columns: 1fr; }
  .hero-modern { padding-top: 50px; }
  .hero-media { margin-top: 10px; }
  .hero-seal { left: 15px; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-head { grid-template-columns: 1fr; gap: 9px; }
  .page-hero-card { display: none; }
  .side-panel, .article-aside { position: static; }
  .article-aside { order: -1; }
  .toc { display: none; }
  .aside-contact { margin: 0 0 20px; }
  .floating-contact { display: none; }
  .mobile-contact-dock { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 8px; border-top: 1px solid rgba(181,138,63,.45); background: rgba(11,23,38,.97); backdrop-filter: blur(14px); }
  .mobile-contact-dock a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); font-size: 13px; font-weight: 700; }
  .mobile-contact-dock a:first-child { border-right: 1px solid #39485b; color: #77e2a8; }
}

@media (max-width: 640px) {
  .wrap, .reading { width: min(calc(100% - 30px), var(--content)); }
  .utility-inner { justify-content: center; }
  .utility-links { gap: 13px; justify-content: center; }
  .utility-links span { display: none; }
  .header-row { min-height: 66px; }
  .brand { min-width: 0; }
  .brand img { width: 39px; height: 39px; }
  .brand-name { font-size: 15px; }
  .brand-role, .header-cta { display: none; }
  .disclosure-inner { padding: 8px 0; line-height: 1.4; }
  .hero-modern { padding: 42px 0 58px; }
  .hero-title { font-size: 43px; }
  .hero-deck { font-size: 16px; }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-media { padding: 10px 10px 37px; border-radius: 4px 4px 44px 4px; }
  .hero-media::before { display: none; }
  .hero-caption { right: 18px; left: 18px; }
  .hero-seal { width: 70px; height: 70px; bottom: 45px; border-width: 5px; font-size: 10px; }
  .metrics { margin-top: -18px; }
  .metric { min-height: 94px; padding: 18px; }
  .metric strong { font-size: 23px; }
  .section { padding: 62px 0; }
  .urgent-grid, .hub-grid, .topic-list, .related-grid, .check-grid { grid-template-columns: 1fr; }
  .urgent-card { min-height: 190px; }
  .process-grid { grid-template-columns: 1fr; }
  .professional-copy, .professional-side { padding: 29px; }
  .professional-data { grid-template-columns: 1fr; }
  .page-hero { padding: 48px 0; }
  .page-title { font-size: 40px; }
  .answer-box { padding: 22px; }
  .article-section { margin-top: 41px; }
  .article-section h2 { font-size: 26px; }
  .contact-row { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 31px; }
  .footer-bottom-inner { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .float-whatsapp::before { display: none; }
}
