:root {
  --navy: #101b37;
  --navy-2: #172648;
  --teal: #08aab5;
  --cyan: #0096c6;
  --ink: #17223a;
  --muted: #5f6b7f;
  --line: #dfe5ed;
  --soft: #f4f7fa;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(16, 27, 55, 0.12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: fixed; left: 14px; top: -60px; z-index: 999; background: var(--white); color: var(--navy); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(16,27,55,.08);
}
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 210px; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-weight: 650; font-size: .95rem; }
.primary-nav > a:not(.button) { position: relative; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--teal); transition: right .25s ease; }
.primary-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--navy); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--cyan));
  box-shadow: 0 14px 30px rgba(0, 158, 181, .25);
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0, 158, 181, .34); }
.button-small { min-height: 42px; padding: 0 18px; font-size: .9rem; }
.button-light { background: var(--white); color: var(--navy); box-shadow: none; }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 800; color: var(--white); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(132deg, #0d1730 0%, #10203f 56%, #0d3141 100%);
  padding: 104px 0 92px;
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent, #000 25%, #000); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); z-index: -1; }
.hero-glow-one { width: 520px; height: 520px; right: -180px; top: -240px; background: radial-gradient(circle, rgba(0,188,202,.26), transparent 68%); }
.hero-glow-two { width: 430px; height: 430px; left: -250px; bottom: -260px; background: radial-gradient(circle, rgba(0,137,197,.18), transparent 70%); }
.hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: #58dce4; text-transform: uppercase; letter-spacing: .16em; font-weight: 850; font-size: .77rem; }
.eyebrow.dark { color: #008f9e; }
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .97; letter-spacing: -.055em; }
.hero h1 span { color: #5cd8df; }
.hero-lead { max-width: 690px; margin: 28px 0 32px; font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: #cfd9e9; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.trust-row { display: flex; gap: 38px; margin-top: 48px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.trust-row div { display: grid; gap: 1px; }
.trust-row strong { font-size: .95rem; }
.trust-row span { color: #9dacbf; font-size: .82rem; }
.hero-card { position: relative; overflow: hidden; padding: 38px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.card-accent { position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(var(--teal), var(--cyan)); }
.mini-label { margin: 0 0 10px; color: #6ce2e8; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 850; }
.hero-card h2 { margin: 0 0 22px; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.2; }
.check-list { display: grid; gap: 13px; list-style: none; padding: 0; margin: 0 0 25px; color: #dbe5f2; }
.check-list li { position: relative; padding-left: 27px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #61dbe2; font-weight: 900; }
.card-link { color: var(--white); font-weight: 800; }

.client-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.client-strip-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--navy); }
.client-strip-inner span { color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 850; }
.client-strip-inner strong { font-size: .95rem; }

.section { padding: 104px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.section-heading h2, .approach-copy h2, .faq-grid h2, .contact-copy h2 { margin: 0; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.75rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 1.04rem; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(0,170,181,.42); box-shadow: var(--shadow); }
.icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 13px; color: var(--teal); background: #e9f9fa; }
.icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.18rem; }
.service-card p { margin: 0; color: var(--muted); }

.approach-section { color: var(--white); background: linear-gradient(130deg, #0d1a35, #12384b); }
.approach-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.approach-copy h2 { color: var(--white); }
.approach-copy > p:not(.eyebrow) { max-width: 560px; margin: 25px 0 30px; color: #cbd7e8; }
.steps { display: grid; gap: 16px; }
.step { display: grid; grid-template-columns: 68px 1fr; gap: 22px; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.07); }
.step > span { color: #5edbe3; font-size: 1.6rem; font-weight: 900; }
.step h3 { margin: 0 0 3px; font-size: 1.15rem; }
.step p { margin: 0; color: #c3cfdf; }

.insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.insight-card { display: flex; flex-direction: column; min-height: 340px; padding: 32px; border-radius: 20px; background: var(--soft); }
.featured-insight { background: linear-gradient(145deg, #e7f9fa, #eef6fb); }
.tag { align-self: flex-start; padding: 6px 10px; border-radius: 999px; color: #087a84; background: var(--white); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.insight-card h3 { margin: 24px 0 14px; color: var(--navy); font-size: 1.45rem; line-height: 1.25; }
.insight-card p { margin: 0; color: var(--muted); }
.insight-card a { margin-top: auto; padding-top: 24px; color: #087f8b; font-weight: 850; }

.faq-section { background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-intro { max-width: 470px; color: var(--muted); }
.accordion details { border-bottom: 1px solid #ccd6e1; }
.accordion summary { list-style: none; position: relative; padding: 24px 46px 24px 0; color: var(--navy); font-size: 1.08rem; font-weight: 800; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--teal); font-size: 1.6rem; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -4px 0 24px; color: var(--muted); }

.contact-section { color: var(--white); background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: start; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { color: #c7d1df; font-size: 1.05rem; }
.contact-options { display: grid; gap: 12px; margin-top: 34px; }
.contact-options a { display: grid; padding: 17px 19px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); }
.contact-options span { color: #7ddde3; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.contact-form { padding: 34px; border-radius: 22px; color: var(--ink); background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; color: var(--navy); font-size: .86rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #ccd5df; border-radius: 10px; padding: 13px 14px; color: var(--ink); background: #fbfcfd; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(8,170,181,.12); }
.contact-form textarea { resize: vertical; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .78rem; }

.site-footer { padding: 64px 0 24px; color: #c7d0df; background: #091225; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 70px; }
.footer-logo { width: 220px; margin-bottom: 18px; padding: 10px; border-radius: 10px; background: var(--white); }
.footer-grid p { max-width: 430px; color: #91a0b7; }
.footer-grid h3 { margin: 0 0 13px; color: var(--white); font-size: .95rem; }
.footer-grid a { display: block; margin: 8px 0; color: #aeb9ca; }
.footer-grid a:hover { color: #62dce3; }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #77859a; font-size: .75rem; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: #1fbf65; box-shadow: 0 12px 30px rgba(19,117,62,.32); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 29px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; left: 20px; right: 20px; top: 92px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 13px 10px; }
  .primary-nav .button { margin-top: 8px; }
  .hero { padding-top: 74px; }
  .hero-grid, .approach-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-card { max-width: 650px; }
  .services-grid, .insights-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { height: 72px; }
  .brand img { width: 176px; }
  .primary-nav { top: 80px; left: 14px; right: 14px; }
  .hero { padding: 68px 0 62px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 4.3rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-card { padding: 29px 25px 29px 30px; }
  .client-strip-inner { padding: 20px 0; flex-wrap: wrap; justify-content: flex-start; }
  .client-strip-inner span { width: 100%; }
  .section { padding: 76px 0; }
  .services-grid, .insights-grid { grid-template-columns: 1fr; }
  .service-card { padding: 25px; }
  .insight-card { min-height: 300px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .whatsapp-float { width: 54px; height: 54px; right: 15px; bottom: 15px; }
}

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

/* Contact form delivery states */
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-success { font-weight: 700; }
.form-error { font-weight: 700; }
.contact-form button:disabled { opacity: .65; cursor: wait; }

/* SEO/service landing pages */
.hero-tagline { margin: 22px 0 -8px; color: var(--white); font-size: clamp(1.25rem, 2.2vw, 1.7rem); font-weight: 850; letter-spacing: -.02em; }
.service-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #087f8b; font-weight: 850; }
.service-link span { transition: transform .2s ease; }
.service-link:hover span { transform: translateX(4px); }
.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: 86px 0 82px; color: var(--white); background: linear-gradient(132deg, #0d1730 0%, #10203f 56%, #0d3141 100%); }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 54px 54px; }
.breadcrumb { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; color: #aebbd0; font-size: .88rem; }
.breadcrumb a { color: #70dfe5; font-weight: 750; }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.page-hero h1 { max-width: 830px; margin: 0; font-size: clamp(2.75rem, 5.2vw, 5.05rem); line-height: .98; letter-spacing: -.052em; }
.page-hero h1 span { color: #5cd8df; }
.page-hero .hero-lead { margin-bottom: 28px; }
.hero-proof { display: grid; gap: 12px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.08); }
.hero-proof p { margin: 0; color: #dbe5f2; }
.hero-proof strong { color: var(--white); }
.content-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: start; }
.prose h2, .process-section h2, .service-faq h2 { margin: 0 0 20px; color: var(--navy); font-size: clamp(2rem, 3.6vw, 3.25rem); line-height: 1.08; letter-spacing: -.04em; }
.prose h3 { margin: 32px 0 10px; color: var(--navy); font-size: 1.3rem; }
.prose p, .prose li { color: var(--muted); }
.prose ul { padding-left: 22px; }
.side-card { position: sticky; top: 108px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--soft); }
.side-card h2 { margin: 0 0 12px; color: var(--navy); font-size: 1.55rem; line-height: 1.2; }
.side-card p { margin: 0 0 20px; color: var(--muted); }
.side-card .button { width: 100%; }
.side-card .plain-link { display: block; margin-top: 13px; color: #087f8b; text-align: center; font-weight: 800; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.feature-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.feature-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.13rem; }
.feature-card p { margin: 0; color: var(--muted); }
.process-section { background: var(--soft); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.process-card { padding: 26px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); }
.process-card span { display: block; margin-bottom: 20px; color: var(--teal); font-size: 1.55rem; font-weight: 900; }
.process-card h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.08rem; }
.process-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.service-faq { background: var(--white); }
.service-faq .accordion { max-width: 860px; margin: 34px auto 0; }
.cta-band { padding: 74px 0; color: var(--white); background: linear-gradient(130deg, #0d1a35, #12384b); }
.cta-band-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta-band h2 { margin: 0 0 10px; color: var(--white); font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.08; letter-spacing: -.04em; }
.cta-band p { margin: 0; color: #c7d1df; }
@media (max-width: 980px) {
  .page-hero-grid, .content-grid { grid-template-columns: 1fr; gap: 45px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .side-card { position: static; }
}
@media (max-width: 680px) {
  .page-hero { padding: 64px 0 62px; }
  .feature-grid, .process-grid { grid-template-columns: 1fr; }
  .cta-band-inner { grid-template-columns: 1fr; }
  .cta-band .button { width: 100%; }
}


/* Phase 3: employer insights and article SEO */
.insights-more { margin-top: 28px; text-align: center; }
.button-outline { color: var(--navy); background: transparent; border: 1px solid #aab8c8; }
.button-outline:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
.insight-hub-hero { padding-bottom: 94px; }
.insight-hub-hero .container { max-width: 1000px; }
.insight-hub-hero h1 { max-width: 960px; }
.article-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 38px; }
.article-card { display: flex; flex-direction: column; min-height: 100%; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 10px 35px rgba(13,26,53,.055); }
.article-card .tag { align-self: flex-start; }
.article-card h2, .article-card h3 { margin: 18px 0 10px; color: var(--navy); line-height: 1.16; letter-spacing: -.025em; }
.article-card h2 { font-size: 1.45rem; }
.article-card h3 { font-size: 1.2rem; }
.article-card h2 a, .article-card h3 a { color: inherit; }
.article-card p { flex: 1; margin: 0; color: var(--muted); }
.article-card .service-link { margin-top: 22px; }
.article-card-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; color: #7c899b; font-size: .78rem; font-weight: 700; }
.hub-grid { grid-template-columns: repeat(2,1fr); }
.related-insights { background: var(--soft); }
.article-hero { position: relative; overflow: hidden; padding: 76px 0 72px; color: var(--white); background: linear-gradient(132deg,#0d1730 0%,#10203f 55%,#0d3141 100%); }
.article-hero::before { content:""; position:absolute; inset:0; opacity:.13; background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size:54px 54px; }
.article-hero-inner { position: relative; max-width: 970px; }
.article-tag { display: inline-flex; margin-bottom: 20px; color: #bdf4f6; background: rgba(78,214,224,.12); border: 1px solid rgba(92,216,223,.25); }
.article-hero h1 { max-width: 950px; margin: 0; font-size: clamp(2.65rem,5.2vw,5rem); line-height: 1; letter-spacing: -.055em; }
.article-hero h1 span { color: #5cd8df; }
.article-hero .hero-lead { max-width: 860px; margin: 26px 0 24px; color: #d4deea; }
.article-meta { display: flex; gap: 22px; flex-wrap: wrap; color: #aab8c9; font-size: .82rem; font-weight: 700; }
.article-section { padding-top: 80px; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 72px; align-items: start; }
.article-prose { max-width: 790px; }
.article-prose p, .article-prose li { color: #526173; font-size: 1.02rem; line-height: 1.78; }
.article-prose .article-intro { margin-top: 0; color: #36475b; font-size: 1.17rem; line-height: 1.72; }
.article-prose h2 { margin: 48px 0 14px; color: var(--navy); font-size: clamp(1.7rem,2.7vw,2.35rem); line-height: 1.13; letter-spacing: -.035em; }
.article-prose h3 { margin: 32px 0 10px; color: var(--navy); font-size: 1.27rem; }
.article-prose ul, .article-prose ol { padding-left: 24px; }
.article-prose li { margin: 7px 0; }
.key-takeaway { margin: 34px 0; padding: 23px 25px; border-left: 4px solid var(--teal); border-radius: 0 14px 14px 0; color: #33455a; background: #eef8f9; line-height: 1.65; }
.article-checks { margin: 28px 0; padding: 24px 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--soft); }
.article-checks p { margin-top: 0; color: var(--navy); }
.article-source { margin-top: 58px; padding-top: 34px; border-top: 1px solid var(--line); }
.article-source h2 { margin-top: 0; font-size: 1.5rem; }
.article-source p, .article-source li { font-size: .88rem; line-height: 1.6; }
.article-source a { color: #087f8b; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-sidebar { display: grid; gap: 18px; }
.article-side-card { position: sticky; top: 105px; }
.article-nav-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.article-nav-card h3 { margin: 0 0 12px; color: var(--navy); }
.article-nav-card a { display: block; padding: 10px 0; border-top: 1px solid var(--line); color: #526173; font-size: .87rem; line-height: 1.35; }
.article-nav-card a:first-of-type { color: #087f8b; font-weight: 800; }
@media (max-width:980px){.article-layout{grid-template-columns:1fr;gap:45px}.article-prose{max-width:none}.article-sidebar{grid-template-columns:1fr 1fr}.article-side-card{position:static}.article-card-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:680px){.article-hero{padding:58px 0 56px}.article-layout{gap:34px}.article-sidebar,.article-card-grid,.hub-grid{grid-template-columns:1fr}.article-prose p,.article-prose li{font-size:.98rem}.article-meta{gap:12px}.article-card{padding:24px}}

/* OHS expansion */
.ohs-spotlight { color: var(--white); background: linear-gradient(132deg, #0d1a35 0%, #12384b 58%, #075b68 100%); }
.ohs-spotlight-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.ohs-spotlight h2 { margin: 0; color: var(--white); font-size: clamp(2.25rem, 4.3vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
.ohs-spotlight p:not(.eyebrow) { color: #cfdae8; }
.ohs-scale-grid { display: grid; gap: 14px; }
.ohs-scale-grid article { display: grid; grid-template-columns: 118px 150px 1fr; gap: 18px; align-items: center; padding: 20px 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.08); }
.ohs-scale-grid span { color: #69dfe5; font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.ohs-scale-grid strong { color: var(--white); }
.ohs-scale-grid p { margin: 0; font-size: .92rem; }
@media (max-width: 980px) { .ohs-spotlight-grid { grid-template-columns: 1fr; gap: 42px; } }
@media (max-width: 680px) { .ohs-scale-grid article { grid-template-columns: 1fr; gap: 5px; } }
