/* ==========================================================================
   INS Law Ltd — site styles
   Palette: slate navy (#26364a) over light grey (#f1f2f4); coral red (#ec4c39)
   accent + WhatsApp green (#25d366). Type: Poppins (headings) + Open Sans.
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

:root {
  --ink: #26364a;
  --ink-deep: #1e2c3e;
  --bone: #f1f2f4;
  --surface: #ffffff;
  --surface-2: #f5f7f9;
  --border: #e5e7ec;
  --border-strong: #d3d8e0;
  --text: #414a54;
  --text-soft: #4a535d;
  --muted: #737b85;
  --muted-warm: #8b93a1;
  --accent: #ec4c39;
  --green: #1f9d4d;
  --whatsapp: #25d366;
  --serif: "Poppins", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --sans: "Open Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --maxw: 1160px;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bone);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--accent); }
img { max-width: 100%; display: block; }
::selection { background: var(--ink); color: var(--bone); }

:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; border-radius: 4px; }

.container { max-width: var(--maxw); margin: 0 auto; padding-left: clamp(18px, 5vw, 32px); padding-right: clamp(18px, 5vw, 32px); }

.serif { font-family: var(--serif); font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ---------- Utility bar ---------- */
.utility-bar { background: var(--ink); color: #c9d0d8; font-size: 13px; }
.utility-bar .container { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: center; justify-content: space-between; padding-top: 9px; padding-bottom: 9px; }
.utility-bar a { color: #c9d0d8; }
.utility-bar a.strong { color: #fff; font-weight: 500; }
.utility-bar a:hover { color: #fff; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(250,249,245,0.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 14px; padding-bottom: 14px; }
.brand img { height: 42px; width: auto; }

.main-nav { display: flex; align-items: center; gap: 4px; font-size: 15px; font-weight: 500; }
.main-nav a, .main-nav button { font-family: inherit; font-size: 15px; font-weight: 500; }
.nav-link { padding: 9px 13px; border-radius: 8px; color: #3d4650; background: none; border: none; cursor: pointer; }
.nav-link:hover { color: var(--accent); }
.nav-link.is-active { color: var(--ink); }

.has-dropdown { position: relative; }
.dropdown-toggle { display: flex; align-items: center; gap: 6px; }
.dropdown-toggle svg { transition: transform .15s ease; }
.dropdown-menu {
  position: absolute; top: calc(100% + 6px); left: 0; width: 288px;
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  box-shadow: 0 14px 34px rgba(35,47,59,0.13); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(-4px); transition: all .16s ease;
}
.has-dropdown:hover .dropdown-menu, .has-dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 11px 13px; border-radius: 8px; color: var(--ink); font-weight: 600; font-size: 14.5px; }
.dropdown-menu a.sub { padding-left: 24px; color: #5a636d; font-weight: 400; font-size: 14px; }
.dropdown-menu a:hover { background: var(--bone); color: var(--ink); }

.btn { display: inline-block; text-align: center; padding: 13px 22px; border-radius: 999px; font-family: var(--sans); font-weight: 700; font-size: 15px; cursor: pointer; border: 1px solid transparent; transition: background .15s ease, color .15s ease; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #161f28; color: #fff; }
.btn-light { background: var(--bone); color: var(--ink); }
.btn-light:hover { background: #fff; color: var(--ink); }
.btn-outline { background: #fff; border-color: var(--border-strong); color: var(--ink); }
.btn-outline:hover { border-color: var(--ink); color: var(--ink); }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,0.32); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,0.08); color: #fff; }
.btn-red { background: var(--accent); color: #fff; box-shadow: 0 10px 26px rgba(236,76,57,0.30); }
.btn-red:hover { background: #d8412f; color: #fff; }
.btn-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--whatsapp); color: #fff; box-shadow: 0 10px 26px rgba(37,211,102,0.30); }
.btn-whatsapp:hover { background: #1fbe5a; color: #fff; }
.btn-lg { padding: 15px 28px; font-size: 16px; }
.nav-cta { margin-left: 8px; }

.menu-toggle { display: none; flex-direction: column; gap: 5px; padding: 11px; background: none; border: 1px solid var(--border-strong); border-radius: 9px; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); }

.mobile-menu { display: none; border-top: 1px solid var(--border); background: var(--surface-2); padding: 14px clamp(18px,5vw,32px) 24px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 12px 4px; font-size: 16px; color: #3d4650; border-bottom: 1px solid #eee6da; }
.mobile-menu a.primary { font-weight: 600; color: var(--ink); }
.mobile-menu a.sub { padding-left: 18px; font-size: 14.5px; color: #5a636d; }
.mobile-menu .btn { display: block; margin-top: 16px; }

main { flex: 1; }

/* ---------- Sections ---------- */
.section { padding-top: clamp(56px, 8vw, 96px); padding-bottom: clamp(56px, 8vw, 96px); }
.section-sm { padding-top: clamp(48px, 7vw, 76px); padding-bottom: clamp(48px, 7vw, 76px); }
.bg-bone { background: var(--bone); }
.bg-white { background: var(--surface); }
.bg-ink { background: var(--ink); }
.bordered-top { border-top: 1px solid var(--border); }
.bordered-y { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

h1, h2, h3, h4 { margin: 0; color: var(--ink); }
.display { font-family: var(--serif); font-weight: 800; font-size: clamp(38px, 5.5vw, 60px); line-height: 1.08; letter-spacing: -0.02em; text-wrap: balance; }
.h1 { font-family: var(--serif); font-weight: 800; font-size: clamp(34px, 5vw, 54px); line-height: 1.08; letter-spacing: -0.02em; text-wrap: balance; }
.h2 { font-family: var(--serif); font-weight: 700; font-size: clamp(28px, 4vw, 42px); line-height: 1.12; letter-spacing: -0.01em; }
.h2-sm { font-family: var(--serif); font-weight: 700; font-size: clamp(25px, 3.2vw, 34px); line-height: 1.15; }
.h3 { font-family: var(--serif); font-weight: 700; font-size: 22px; line-height: 1.2; }
.section-rule { display: block; width: 66px; height: 4px; background: var(--accent); border-radius: 2px; margin: 16px 0 22px; }
.section-rule.center { margin-left: auto; margin-right: auto; }
.lead { font-size: clamp(17px, 2.1vw, 19px); line-height: 1.6; color: var(--text-soft); }
.on-ink, .on-ink h1, .on-ink h2, .on-ink .h1, .on-ink .h2 { color: #fff; }
.on-ink .lead, .on-ink p { color: #c4ccd5; }

/* ---------- Hero (full-bleed photo overlay) ---------- */
.hero { position: relative; background: var(--ink); overflow: hidden; text-align: center; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: url("../img/hero.jpg"); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(30,44,62,0.74), rgba(30,44,62,0.86)); }
.hero .container { position: relative; z-index: 1; }
.hero-inner { max-width: 1000px; margin: 0 auto; padding: clamp(88px,14vw,168px) 0; }
.hero-inner .display { color: #fff; margin: 0 0 22px; }
.hero-inner .lead { color: #d6dce3; max-width: 60ch; margin: 0 auto 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.hero-fineprint { font-size: 14px; color: #aeb7c1; margin: 30px 0 0; }

/* Hero (navy / statement) alternative — add class .hero-navy to a full-width section */
.hero-navy { background: var(--ink); color: #eef1f4; text-align: center; }
.hero-navy .inner { max-width: 920px; margin: 0 auto; padding: clamp(60px,9vw,110px) 0; }
.hero-navy .trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; margin-top: 52px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.14); font-size: 14.5px; color: #aeb7c1; }

/* ---------- Breadcrumb + page hero ---------- */
.page-hero { background: var(--bone); border-bottom: 1px solid var(--border); }
.page-hero .container { padding-top: clamp(38px,5vw,60px); padding-bottom: clamp(30px,4vw,44px); }
.breadcrumb { font-size: 14px; color: var(--muted-warm); margin-bottom: 20px; }
.breadcrumb a { color: var(--muted-warm); }
.breadcrumb span.sep { margin: 0 8px; }
.breadcrumb span.current { color: #5a636d; }
.page-hero .h1 { max-width: 22ch; margin-bottom: 20px; }
.page-hero .h1::after { content: ""; display: block; width: 66px; height: 4px; background: var(--accent); border-radius: 2px; margin: 20px 0 0; }
.page-hero .lead { max-width: 62ch; margin: 0; }
.updated { font-size: 14px; color: var(--muted-warm); margin: 0; }

/* ---------- Trust strip ---------- */
.trust-strip .container { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px 40px; padding-top: 22px; padding-bottom: 22px; }
.trust-item { display: flex; gap: 12px; align-items: flex-start; }
.trust-item svg { flex: none; margin-top: 2px; }
.trust-item p { margin: 0; font-size: 15px; line-height: 1.5; color: #3d4650; }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 30px 28px; display: flex; flex-direction: column; }
.card .h3 { margin-bottom: 12px; }
.card-ic { width: 52px; height: 52px; border-radius: 13px; background: rgba(236,76,57,0.11); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.card-ic svg { stroke: var(--accent); }
.card p { margin: 0 0 18px; font-size: 15.5px; line-height: 1.62; color: var(--text-soft); }
.card .tags { font-size: 13.5px; line-height: 1.55; color: var(--muted); margin: 0 0 22px; }
.arrow-link { margin-top: auto; font-weight: 600; font-size: 15px; color: var(--ink); display: inline-flex; align-items: center; gap: 7px; }
.arrow-link:hover { color: var(--accent); }

.value-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.value-card { background: var(--bone); border: 1px solid var(--border); border-radius: 14px; padding: 24px 26px; }
.value-card h3 { font-family: var(--serif); font-weight: 500; font-size: 20px; margin: 0 0 8px; }
.value-card p { margin: 0; font-size: 15px; line-height: 1.65; color: var(--text-soft); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.step-num { font-family: var(--serif); font-size: 26px; color: var(--accent); margin-bottom: 12px; }
.step h3 { font-weight: 600; font-size: 17px; margin: 0 0 8px; }
.step p { font-size: 15px; line-height: 1.6; color: var(--text-soft); margin: 0; }

.steps-list { display: flex; flex-direction: column; gap: 34px; }
.step-row { display: flex; gap: 22px; align-items: flex-start; }
.step-row .num { font-family: var(--serif); font-size: 30px; color: var(--accent); line-height: 1; flex: none; width: 44px; }
.step-row h3 { font-family: var(--serif); font-weight: 500; font-size: 22px; margin: 0 0 8px; }
.step-row p { font-size: 16px; line-height: 1.7; color: var(--text-soft); margin: 0; }

/* ---------- Service / two-column ---------- */
.two-col { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(36px, 5vw, 64px); align-items: start; }
.svc-body h2 { margin-bottom: 16px; }
.svc-body h2::after { content: ""; display: block; width: 56px; height: 4px; background: var(--accent); border-radius: 2px; margin: 14px 0 0; }
.svc-body > p { font-size: 16.5px; line-height: 1.72; color: var(--text-soft); margin: 0 0 16px; }
.svc-body h3 { margin: 0 0 18px; }
.dot-list { list-style: none; margin: 0 0 34px; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.dot-list.stack { display: flex; flex-direction: column; gap: 10px; }
.dot-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 15.5px; line-height: 1.5; color: #3d4650; }
.dot-list li .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: none; margin-top: 8px; }
.dot-list li svg { flex: none; margin-top: 2px; }

.info-box { background: var(--bone); border: 1px solid var(--border); border-radius: 14px; padding: 26px 28px; margin-bottom: 26px; }
.info-box:last-child { margin-bottom: 0; }
.info-box h3 { font-family: var(--serif); font-weight: 500; font-size: 20px; margin: 0 0 10px; }
.info-box p { font-size: 15.5px; line-height: 1.68; color: var(--text-soft); margin: 0; }

.pill-links { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 38px; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 9px; background: var(--bone); border: 1px solid var(--border-strong); color: var(--ink); font-weight: 600; font-size: 14.5px; }
.pill:hover { color: var(--ink); border-color: var(--border-strong); }

.aside { position: sticky; top: 96px; display: flex; flex-direction: column; gap: 18px; }
.aside .h3 { font-family: var(--serif); font-weight: 500; font-size: 24px; margin: 0 0 6px; }
.aside .aside-intro { font-size: 14.5px; line-height: 1.55; color: #5a636d; margin: 0 0 18px; }
.contact-card { background: var(--ink); border-radius: 14px; padding: 22px 24px; }
.contact-card p { margin: 0 0 6px; }
.contact-card .t { font-size: 15px; line-height: 1.6; color: #dfe4ea; font-weight: 600; }
.contact-card .d { font-size: 14px; line-height: 1.6; color: #aeb7c1; margin-bottom: 12px; }
.contact-card a { color: #fff; font-weight: 600; font-size: 15px; }
.contact-card a:hover { color: #fff; text-decoration: underline; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink); text-align: center; }
.cta-band .inner { max-width: 1000px; margin: 0 auto; padding-top: clamp(52px,7vw,84px); padding-bottom: clamp(52px,7vw,84px); }
.cta-band h2 { color: #fff; margin: 0 0 16px; }
.cta-band h2::after { content: ""; display: block; width: 66px; height: 4px; background: var(--accent); border-radius: 2px; margin: 16px auto 0; }
.cta-band p { font-size: 17px; line-height: 1.6; color: #c4ccd5; margin: 0 auto 32px; max-width: 52ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ---------- Reassurance ---------- */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(32px, 5vw, 60px); align-items: center; }
.check-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.55; color: var(--text-soft); }
.check-list li svg { flex: none; margin-top: 2px; }

/* ---------- Prose (legal pages, about) ---------- */
.prose { max-width: 820px; margin: 0 auto; }
.prose p { font-size: 16px; line-height: 1.75; color: var(--text-soft); margin: 0 0 14px; }
.prose h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(22px, 2.6vw, 28px); margin: 36px 0 12px; }
.prose h2:first-child, .prose > *:first-child { margin-top: 0; }
.prose h3 { font-family: var(--serif); font-weight: 500; font-size: 20px; margin: 28px 0 10px; }
.prose ul { margin: 0 0 16px; padding-left: 22px; }
.prose li { font-size: 16px; line-height: 1.7; color: var(--text-soft); margin-bottom: 6px; }
.prose a { color: var(--ink); font-weight: 600; }
.prose a:hover { color: var(--accent); }
.prose-narrow { max-width: 820px; }

.stage-card { background: var(--bone); border: 1px solid var(--border); border-radius: 12px; padding: 20px 24px; }
.stage-card .stage-t { font-size: 15px; font-weight: 600; color: var(--ink); margin: 0 0 6px; }
.stage-card p { font-size: 15.5px; line-height: 1.7; margin: 0; }
.stage-stack { display: flex; flex-direction: column; gap: 16px; margin-bottom: 14px; }

/* ---------- Details / accordion ---------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
details.faq { background: var(--bone); border: 1px solid var(--border); border-radius: 12px; padding: 2px 24px; }
details.faq > summary { list-style: none; cursor: pointer; padding: 20px 0; font-weight: 600; font-size: 17px; color: var(--ink); position: relative; padding-right: 30px; }
details.faq > summary::-webkit-details-marker { display: none; }
details.faq > summary::after { content: "+"; position: absolute; right: 0; top: 18px; font-size: 22px; font-weight: 400; color: var(--muted-warm); }
details.faq[open] > summary::after { content: "\2013"; }
details.faq > p { font-size: 15.5px; line-height: 1.7; color: var(--text-soft); margin: 0 0 20px; }

/* ---------- Contact details ---------- */
.contact-details { display: flex; flex-direction: column; gap: 22px; }
.contact-details .label { font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted-warm); margin: 0 0 5px; }
.contact-details .val, .contact-details a.val { font-size: 17px; font-weight: 600; color: var(--ink); }
.contact-details .val.soft { color: #5a636d; font-weight: 400; }
.contact-details address { font-style: normal; font-size: 16px; line-height: 1.6; color: #3d4650; }

/* ---------- Regulatory info block ---------- */
.detail-block { background: var(--bone); border: 1px solid var(--border); border-radius: 14px; padding: 28px 30px; margin-bottom: 34px; }
.detail-block h2 { font-family: var(--serif); font-weight: 500; font-size: 22px; margin: 0 0 16px; }
.detail-block ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.detail-block li { font-size: 16px; line-height: 1.6; color: var(--text-soft); }
.detail-block li .label { display: block; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--muted-warm); margin-bottom: 2px; }
.detail-block li a { color: var(--ink); font-weight: 600; }

/* ---------- Enquiry form ---------- */
.enquiry { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 32px 30px; box-shadow: 0 1px 2px rgba(35,47,59,0.04); }
.enquiry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .field .lab { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.field .req { color: var(--accent); }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: 16px; color: var(--ink);
  background: var(--surface-2); border: 1px solid var(--border-strong);
  border-radius: 9px; padding: 12px 14px; outline: none; width: 100%;
}
.field textarea { line-height: 1.55; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(35,47,59,0.10); }
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23737b85' stroke-width='2'><path d='M3 5l4 4 4-4'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; }
.consents { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.consent { display: flex; gap: 11px; align-items: flex-start; cursor: pointer; }
.consent input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--ink); flex: none; }
.consent span { font-size: 14px; line-height: 1.55; color: var(--text-soft); }
.consent a { color: var(--ink); font-weight: 600; }
.form-error { font-size: 13.5px; color: var(--accent); margin: 16px 0 0; }
.enquiry button[type=submit] { margin-top: 22px; width: 100%; font-size: 16px; padding: 15px 20px; }
.enquiry .fineprint { font-size: 12.5px; line-height: 1.55; color: var(--muted); margin: 16px 0 0; text-align: center; }
.enquiry-success { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 40px 36px; box-shadow: 0 1px 2px rgba(35,47,59,0.04); }
.enquiry-success .tick { width: 44px; height: 44px; border-radius: 50%; background: #eef2ee; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.enquiry-success h3 { font-family: var(--serif); font-weight: 500; font-size: 26px; line-height: 1.2; margin: 0 0 12px; }
.enquiry-success p { font-size: 16px; line-height: 1.65; color: var(--text-soft); margin: 0 0 14px; }
.enquiry-success p.small { font-size: 13.5px; line-height: 1.6; color: var(--muted); margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink-deep); color: #aeb7c1; }
.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 36px 32px; padding-top: clamp(48px,7vw,72px); padding-bottom: 44px; }
.footer-brand .wordmark { font-family: var(--serif); font-size: 26px; font-weight: 600; letter-spacing: 0.06em; color: #fff; }
.footer-brand .tagline { font-family: var(--serif); font-style: italic; font-size: 15px; color: #8f99a4; margin: 4px 0 18px; }
.footer-brand p { font-size: 14px; line-height: 1.6; color: #9aa4ae; margin: 0; }
.footer-cols h4 { font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #e6ebf0; margin: 0 0 16px; position: relative; padding-bottom: 12px; }
.footer-cols h4::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; background: var(--accent); border-radius: 2px; }
.footer-cols ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; }
.footer-cols a { color: #aeb7c1; }
.footer-cols a:hover { color: #fff; }
.footer-cols a.strong { color: #fff; font-weight: 500; }
.footer-cols address { font-style: normal; color: #9aa4ae; line-height: 1.5; }
.footer-cols .muted { color: #8f99a4; }

.footer-sra { border-top: 1px solid rgba(255,255,255,0.10); padding: 26px 0; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.footer-sra p { margin: 0; font-size: 14px; line-height: 1.6; color: #c4ccd5; max-width: 60ch; }
.footer-sra p a { color: #fff; font-weight: 500; }
.footer-sra > a { font-size: 13.5px; color: #9aa4ae; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }

.footer-legal { border-top: 1px solid rgba(255,255,255,0.10); padding: 26px 0 40px; }
.footer-legal p { margin: 0; font-size: 12.5px; line-height: 1.7; color: #7e8892; }
.footer-legal .copyright { margin-top: 16px; color: #6b7480; }

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .main-nav { display: none; }
  .menu-toggle { display: flex; }
  .aside { position: static; }
}
