:root {
  --ink: #030914;
  --navy: #081321;
  --panel: #101b2b;
  --steel: #8e99a8;
  --silver: #d8dee7;
  --ice: #eef2f6;
  --white: #ffffff;
  --chrome: #bfc9d5;
  --smoke: #596574;
  --muted: #9aa5b3;
  --line: rgba(216, 222, 231, 0.16);
  --line-light: rgba(255, 255, 255, 0.16);
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 32px 80px rgba(0, 5, 14, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--silver);
  background: var(--ink);
  font-family: "IBM Plex Sans Arabic", "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
body::selection { background: var(--chrome); color: var(--ink); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 12px; right: 12px; z-index: 999; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 0; color: var(--white); border-bottom: 1px solid var(--line-light); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 58px; height: 44px; border: 1px solid rgba(219,225,233,.62); color: var(--white); font: 700 .78rem/1 Georgia, serif; letter-spacing: .1em; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.02)); box-shadow: inset 0 0 0 3px rgba(255,255,255,.025); }
.brand-copy { display: grid; line-height: 1.35; }
.brand-copy strong { font-size: .98rem; font-weight: 650; }
.brand-copy small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: .76rem; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: rgba(255,255,255,.72); font-size: .88rem; text-decoration: none; transition: .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--white); }
.main-nav .nav-contact { padding: 9px 16px; border: 1px solid rgba(255,255,255,.35); }
.main-nav .language-link { direction: ltr; padding-inline: 12px; border: 1px solid rgba(255,255,255,.22); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-light); background: transparent; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--white); }

.hero { position: relative; overflow: hidden; min-height: 820px; padding: 150px 0 84px; color: var(--white); background: linear-gradient(125deg, #020711 0%, #07111e 54%, #111c2d 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.038) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.038) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to left, #000, transparent 75%); }
.hero::after { content: ""; position: absolute; width: 55%; height: 1px; top: 118px; left: 0; background: linear-gradient(90deg, transparent, rgba(219,225,233,.48), transparent); }
.hero-glow { position: absolute; width: 520px; height: 520px; top: 80px; left: 4%; border-radius: 50%; background: rgba(149,177,207,.14); filter: blur(110px); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(330px,.72fr); align-items: center; gap: 78px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--chrome); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--silver); }
.eyebrow span { width: 30px; height: 1px; background: linear-gradient(90deg, var(--steel), var(--white)); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 5.5vw, 5.5rem); font-weight: 650; line-height: 1.14; letter-spacing: -.04em; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.62); }
.hero-lead { max-width: 690px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: 1.07rem; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 23px; border: 1px solid transparent; font-size: .9rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: linear-gradient(145deg, #fff, #b8c2cf); box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); }
.button-primary:hover { background: var(--white); }
.button-quiet { border-color: rgba(255,255,255,.3); color: var(--white); }
.button-quiet:hover { border-color: rgba(255,255,255,.65); }
.credentials { display: flex; flex-wrap: wrap; gap: 10px 25px; margin-top: 32px; color: rgba(255,255,255,.5); font-size: .82rem; }
.credentials span { display: inline-flex; align-items: center; gap: 9px; }
.credentials span::before { content: ""; width: 5px; height: 5px; border: 1px solid var(--chrome); transform: rotate(45deg); }

.portrait-card { position: relative; margin: 0; padding: 12px; border: 1px solid rgba(219,225,233,.44); background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.025)); box-shadow: var(--shadow), inset 0 0 0 4px rgba(255,255,255,.025); }
.portrait-card::before, .portrait-card::after { content: ""; position: absolute; z-index: 3; width: 38px; height: 38px; border-color: var(--silver); }
.portrait-card::before { top: -1px; right: -1px; border-top: 2px solid; border-right: 2px solid; }
.portrait-card::after { bottom: -1px; left: -1px; border-bottom: 2px solid; border-left: 2px solid; }
.portrait-frame { position: relative; overflow: hidden; min-height: 570px; background: var(--ink); }
.portrait-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; filter: saturate(.88) contrast(1.06) brightness(.78); }
.portrait-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,9,20,.98) 0%, rgba(3,9,20,.28) 32%, rgba(3,9,20,.08) 64%, rgba(3,9,20,.62) 100%), linear-gradient(90deg, rgba(3,9,20,.35), transparent 35%, rgba(3,9,20,.25)); }
.portrait-frame figcaption { position: absolute; z-index: 2; right: 26px; bottom: 24px; left: 26px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.34); display: grid; }
.portrait-frame figcaption strong { font-size: 1.22rem; }
.portrait-frame figcaption span { color: var(--steel); font-size: .8rem; direction: ltr; text-align: right; letter-spacing: .04em; }

.signal-strip { color: var(--white); background: #0c1522; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.signal-list { min-height: 74px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.signal-list span { padding: 0 22px; color: rgba(255,255,255,.6); text-align: center; font-size: .82rem; border-left: 1px solid rgba(255,255,255,.1); }
.signal-list span:last-child { border-left: 0; }

.section { padding: 112px 0; }
.section-heading { max-width: 690px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.light { color: var(--white); }
.section-heading h2, .contact h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.35; letter-spacing: -.025em; }
.section-heading > p:last-child { margin: 22px 0 0; color: var(--muted); }
.section-heading.light > p:last-child { color: rgba(255,255,255,.6); }

.about { background: linear-gradient(135deg, #07101c, #0d1827); }
.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.about-copy { padding: 35px 0 0; color: var(--muted); }
.lead-paragraph { margin-top: 0; color: var(--white); font-size: 1.3rem; font-weight: 600; line-height: 1.9; }
.profile-facts { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-facts span { padding: 20px 16px; color: var(--silver); font-size: .86rem; border-left: 1px solid var(--line); }
.profile-facts span:last-child { border-left: 0; }
.profile-facts small { display: block; margin-bottom: 5px; color: var(--chrome); font-size: .68rem; font-weight: 700; }

.services { background: #030914; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 58px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.service-card { min-height: 275px; padding: 30px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.018)); transition: .25s ease; }
.service-card:hover { transform: translateY(-4px); background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: 0 18px 46px rgba(0,0,0,.25); }
.card-no { color: var(--chrome); font: 700 .72rem/1 Georgia,serif; letter-spacing: .1em; }
.service-card h3 { margin: 38px 0 12px; font-size: 1.22rem; line-height: 1.5; }
.service-card p { margin: 0; color: var(--muted); font-size: .91rem; }

.representation { color: var(--white); background: var(--ink); }
.representation-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 56px; }
.representation-card { padding: 38px; border: 1px solid rgba(219,225,233,.24); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.015)); box-shadow: inset 0 0 0 4px rgba(255,255,255,.018); }
.path-label { color: var(--steel); font-size: .75rem; font-weight: 700; }
.representation-card h3 { margin: 22px 0 30px; font-size: 1.5rem; }
.representation-card ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.13); }
.representation-card li { display: flex; gap: 14px; padding: 16px 0; color: rgba(255,255,255,.68); border-bottom: 1px solid rgba(255,255,255,.13); }
.representation-card li span { color: var(--chrome); font: 700 .72rem/2 Georgia,serif; }

.articles-preview { background: linear-gradient(135deg, #091321, #111c2d); }
.foreign-company-cta { padding-block: 72px; background: #07101c; }
.high-intent-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 50px; align-items: center; padding: 44px; border: 1px solid var(--line); background: linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.018)); }
.high-intent-card h2 { max-width: 820px; margin: 0; font-size: clamp(1.9rem,3.3vw,3rem); line-height: 1.3; }
.high-intent-card p:last-child { max-width: 820px; margin: 18px 0 0; color: var(--muted); }
.audience-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 34px 0; }
.audience-card { padding: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.audience-card strong { display: block; margin-bottom: 8px; color: var(--white); }
.engagement-steps { counter-reset: engagement; list-style: none; padding: 0 !important; }
.engagement-steps li { position: relative; padding: 18px 18px 18px 58px; border-bottom: 1px solid var(--line); }
.engagement-steps li::before { counter-increment: engagement; content: counter(engagement,decimal-leading-zero); position: absolute; left: 0; color: var(--chrome); font: 700 .8rem/1 Georgia,serif; }
.articles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; }
.article-card { min-height: 330px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.018)); box-shadow: inset 0 0 0 4px rgba(255,255,255,.015); }
.article-card > span { color: var(--chrome); font-size: .72rem; font-weight: 800; }
.article-card h3 { margin: 30px 0 14px; font-size: 1.25rem; line-height: 1.65; }
.article-card h3 a { text-decoration: none; }
.article-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.text-link { margin-top: auto; padding-top: 22px; color: var(--white); font-size: .84rem; font-weight: 800; text-decoration: none; }
.text-link b { color: var(--chrome); }
.all-articles { display: inline-flex; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid var(--silver); font-size: .9rem; font-weight: 700; text-decoration: none; }

.press-publications { margin-top: 72px; padding-top: 48px; border-top: 1px solid var(--line); }
.press-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.press-heading .section-kicker { margin: 0; }
.press-heading h2, .press-heading h3 { max-width: 720px; margin: 0; color: var(--white); font-size: clamp(1.65rem,3vw,2.55rem); line-height: 1.4; }
.press-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.press-card { padding: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.press-source { display: flex; align-items: center; gap: 15px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.press-source > div { display: grid; line-height: 1.45; }
.press-source small { color: var(--steel); font-size: .7rem; }
.press-source strong { color: var(--white); font-size: 1.18rem; }
.press-logo { width: 132px; height: 72px; display: grid; flex: 0 0 auto; place-items: center; padding: 9px; border: 1px solid rgba(216,222,231,.45); background: #f8fafc; }
.press-logo img { width: 100%; height: 100%; object-fit: contain; }
.press-logo-sabq { padding: 6px 38px; }
.press-logo-madina { padding: 4px; }
.press-links { list-style: none; margin: 18px 0 0; padding: 0; }
.press-links li + li { border-top: 1px solid var(--line); }
.press-links a { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; color: var(--silver); font-size: .9rem; line-height: 1.7; text-decoration: none; transition: color .2s ease; }
.press-links a:hover, .press-links a:focus-visible { color: var(--white); }
.press-links a span { color: var(--chrome); font-size: 1rem; }

.contact { padding: 94px 0; color: var(--white); background: linear-gradient(125deg, #07111e, #101b2b); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.contact-copy p:last-child { max-width: 560px; color: rgba(255,255,255,.58); }
.contact-plaque { padding: 34px; border: 1px solid rgba(219,225,233,.45); background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.02)); box-shadow: var(--shadow), inset 0 0 0 4px rgba(255,255,255,.025); }
.phone { display: grid; padding-bottom: 24px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.18); }
.phone small { color: var(--steel); }
.phone strong { margin-top: 8px; font-size: clamp(2rem,4vw,3.4rem); letter-spacing: .02em; }
.contact-plaque .button { width: 100%; margin-top: 24px; }
.whatsapp-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.whatsapp-button img, .mobile-whatsapp img { width: 21px; height: 21px; filter: brightness(0) saturate(100%); }
.social-links { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 20px; border: 1px solid rgba(255,255,255,.15); }
.social-links a { display: flex; min-height: 64px; align-items: center; justify-content: center; gap: 8px; padding: 10px 8px; color: rgba(255,255,255,.72); text-align: center; font-size: .75rem; text-decoration: none; border-left: 1px solid rgba(255,255,255,.15); }
.social-links img { width: 22px; height: 22px; flex: 0 0 auto; }
.social-links.icons-only a { min-height: 70px; padding: 12px; }
.social-links.icons-only img { width: 28px; height: 28px; }
.social-links a:last-child { border-left: 0; }
.social-links a:hover { color: var(--white); background: rgba(255,255,255,.06); }

.site-footer { padding: 34px 0; color: rgba(255,255,255,.48); background: #01050b; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr .65fr; gap: 30px; align-items: center; font-size: .76rem; }
.footer-grid p { margin: 0; }
.footer-grid p:last-child { text-align: left; }
.footer-brand .brand-mark { width: 52px; height: 40px; }
.footer-social-links { grid-column: 1 / -1; display: flex; justify-content: center; gap: 10px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-social-links a { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(216,222,231,.35); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.footer-social-links a:hover, .footer-social-links a:focus-visible { border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.06); transform: translateY(-2px); }
.footer-social-links img { width: 19px; height: 19px; }
.mobile-whatsapp { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Article pages */
.inner-header { position: relative; background: var(--ink); }
.article-hero { padding: 92px 0 68px; color: var(--white); background: linear-gradient(135deg,#07111e,#111c2d); }
.article-hero .breadcrumbs { margin: 0 0 24px; color: var(--steel); font-size: .78rem; }
.article-hero .breadcrumbs a { text-decoration: none; }
.article-hero h1 { max-width: 900px; margin: 0; font-size: clamp(2.15rem,5vw,4.4rem); line-height: 1.35; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 25px; color: rgba(255,255,255,.55); font-size: .8rem; }
.article-body { padding: 74px 0 105px; background: #07101c; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) 280px; gap: 80px; align-items: start; }
.article-content { color: #b8c1cd; font-size: 1.04rem; }
.article-content > p:first-child { color: var(--white); font-size: 1.25rem; font-weight: 600; }
.article-content h2 { margin: 48px 0 14px; color: var(--white); font-size: 1.7rem; line-height: 1.5; }
.article-content h3 { margin: 30px 0 10px; color: var(--white); }
.article-content ul, .article-content ol { padding-right: 24px; }
.article-content li { margin: 8px 0; }
.article-note { margin: 38px 0; padding: 22px 24px; border-right: 3px solid var(--chrome); background: rgba(255,255,255,.065); color: var(--silver); }
.sources { margin-top: 55px; padding-top: 30px; border-top: 1px solid var(--line); }
.sources h2 { margin-top: 0; font-size: 1.25rem; }
.sources a { color: #c7d5e4; }
.article-aside { position: sticky; top: 24px; padding: 25px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); }
.article-aside strong { display: block; margin-bottom: 12px; }
.article-aside p { margin: 0 0 20px; color: var(--muted); font-size: .82rem; }
.article-aside .button { width: 100%; color: var(--white); background: var(--navy); }
.articles-index { min-height: 70vh; }
.related-articles { margin-top: 56px; padding-top: 32px; border-top: 1px solid var(--line); }
.related-articles h2 { margin-top: 0; }
.related-list { display: grid; gap: 12px; padding: 0 !important; list-style: none; }
.related-list a { display: block; padding: 14px 16px; color: var(--silver); text-decoration: none; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.related-list a:hover { color: var(--white); border-color: rgba(255,255,255,.35); }
.ltr-site { direction: ltr; text-align: left; }
.ltr-site .article-content ul, .ltr-site .article-content ol { padding-left: 24px; padding-right: 0; }
.ltr-site .article-note { border-right: 0; border-left: 3px solid var(--chrome); }
.ltr-site .footer-grid p:last-child { text-align: right; }

@media (max-width: 980px) {
  .main-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr .72fr; gap: 38px; }
  .portrait-frame { min-height: 520px; }
  .about-layout, .contact-layout { gap: 45px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .articles-grid { grid-template-columns: 1fr; }
  .press-grid { grid-template-columns: 1fr; }
  .article-card { min-height: auto; }
  .article-layout { grid-template-columns: minmax(0,1fr) 240px; gap: 45px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { position: absolute; }
  .nav-wrap { min-height: 76px; }
  .brand-copy strong { max-width: 245px; font-size: .72rem; line-height: 1.45; }
  .brand-copy small { font-size: .68rem; }
  .brand-mark { width: 52px; height: 40px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 76px; right: 14px; left: 14px; display: none; padding: 18px; background: rgba(3,9,20,.98); border: 1px solid var(--line-light); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 9px; }
  .main-nav .nav-contact { border: 0; padding: 9px; }
  .inner-header .nav-wrap { flex-wrap: wrap; padding-block: 12px; }
  .inner-header .main-nav { position: static; display: flex; width: 100%; padding: 8px 0 0; background: transparent; border: 0; box-shadow: none; }
  .inner-header .main-nav a { padding: 7px 10px; }
  .hero { min-height: auto; padding: 118px 0 48px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.5rem,12vw,4rem); }
  .portrait-card { margin-top: 8px; }
  .portrait-frame { min-height: 520px; }
  .signal-list { grid-template-columns: repeat(2,1fr); padding: 12px 0; }
  .signal-list span { padding: 9px; border: 0; }
  .section { padding: 78px 0; }
  .about-layout, .representation-grid, .contact-layout, .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .high-intent-card, .audience-grid { grid-template-columns: 1fr; }
  .high-intent-card { gap: 28px; padding: 30px 24px; }
  .about-copy { padding-top: 0; }
  .profile-facts { grid-template-columns: 1fr; }
  .profile-facts span { border-left: 0; border-bottom: 1px solid var(--line); }
  .profile-facts span:last-child { border-bottom: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .representation-card { padding: 28px 22px; }
  .press-publications { margin-top: 56px; padding-top: 36px; }
  .press-heading { display: grid; gap: 10px; }
  .press-card { padding: 24px 20px; }
  .press-logo { width: 116px; height: 64px; }
  .press-logo-sabq { padding-inline: 33px; }
  .contact { padding-bottom: 115px; }
  .phone strong { font-size: 2.05rem; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-grid p:last-child { text-align: center; }
  .mobile-whatsapp { position: fixed; z-index: 50; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; color: var(--ink); background: linear-gradient(145deg,#fff,#bcc6d2); box-shadow: 0 12px 35px rgba(0,0,0,.3); font-weight: 800; text-decoration: none; }
  .article-aside { position: static; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
