:root {
  /* Brand Colors - Premium Navy & Gold/Accent */
  --bg-body: #f8f9fa;
  --bg-surface: #ffffff;
  --text-main: #1a1a1a;
  --text-muted: #666666;
  --brand-primary: #003366; /* Deep Navy */
  --brand-accent: #c5a059; /* Premium Gold */
  --border-color: #e5e5e5;
  --success: #28a745;
  
  /* Typography */
  --font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;
  --spacing-xl: 4rem;
}

/* About page */
.about-hero .service-hero-copy h1 { font-size: clamp(3.2rem, 5vw, 5.6rem); }
.about-reason-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.about-reason-grid h2, .about-method h2 { color: #063766; font-size: clamp(2.2rem, 3.8vw, 3.9rem); line-height: 1.12; letter-spacing: -.035em; margin: .55rem 0 0; }
.about-reason-copy { border-left: 2px solid #cfa155; padding-left: 2rem; }
.about-reason-copy p { color: #5f7080; font-size: 1.08rem; line-height: 1.85; margin-top: 0; }
.about-service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.about-service-grid a { background: #fff; border: 1px solid #dfe5eb; border-radius: 1.15rem; padding: 1.5rem; text-decoration: none; min-height: 13rem; }
.about-service-grid span, .principle-grid span { color: #c28f3d; font-size: .86rem; font-weight: 700; }
.about-service-grid h3 { color: #073a67; font-size: 1.35rem; margin: 2rem 0 .55rem; }
.about-service-grid p { color: #647383; line-height: 1.7; }
.about-method-list { grid-template-columns: 1fr; }
.principle-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.principle-grid article { background: #fff; border: 1px solid #dfe5eb; border-top: 3px solid #cfa155; padding: 1.5rem; min-height: 12rem; }
.principle-grid h3 { color: #073a67; margin: 1.5rem 0 .6rem; }
.principle-grid p { color: #647383; line-height: 1.65; }
@media (max-width: 980px) {
  .about-reason-grid { grid-template-columns: 1fr; gap: 2rem; }
  .about-service-grid, .principle-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .about-service-grid, .principle-grid { grid-template-columns: 1fr; }
  .about-reason-copy { padding-left: 1.2rem; }
  .about-service-grid a, .principle-grid article { min-height: 0; }
}

/* Industry solutions page */
.solutions-hero .service-hero-copy h1 { font-size: clamp(2.8rem, 4.5vw, 5rem); }
.industry-jump { position: relative; z-index: 2; background: #fff; border-bottom: 1px solid #dfe5eb; }
.industry-jump-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.industry-jump-grid a { display: grid; grid-template-columns: auto 1fr; gap: .2rem .85rem; padding: 1.4rem 1.5rem; border-right: 1px solid #e2e7ec; text-decoration: none; }
.industry-jump-grid a:last-child { border-right: 0; }
.industry-jump-grid span { grid-row: 1 / 3; color: #c28f3d; font-weight: 700; }
.industry-jump-grid strong { color: #073a67; }
.industry-jump-grid small { color: #6a7886; }
.industry-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 6vw, 6.5rem); align-items: center; }
.industry-layout.reverse .industry-visual { order: 2; }
.industry-layout.reverse .industry-copy { order: 1; }
.industry-visual { margin: 0; border-radius: 1.6rem; overflow: hidden; box-shadow: 0 24px 60px rgba(10,42,70,.13); }
.industry-visual img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.industry-copy h2 { color: #063766; font-size: clamp(2.2rem, 3.7vw, 3.8rem); line-height: 1.12; letter-spacing: -.035em; margin: .55rem 0 1rem; }
.industry-lead { color: #5f7080; font-size: 1.08rem; line-height: 1.8; }
.industry-points { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; }
.industry-points > div { border-top: 2px solid #cfa155; padding-top: .85rem; }
.industry-points strong { color: #073a67; }
.industry-points p { color: #667685; font-size: .94rem; line-height: 1.65; }
.solution-stack { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; }
.solution-stack a { color: #073a67; border: 1px solid #bfcbd5; border-radius: 999px; padding: .45rem .72rem; text-decoration: none; font-size: .9rem; font-weight: 600; }
.solution-stack span { color: #b08036; }
.section-dark .industry-copy h2, .section-dark .industry-points strong { color: #fff; }
.section-dark .industry-lead, .section-dark .industry-points p { color: #c5d5e2; }
.dark-industry-visual { box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.dark-stack a { color: #fff; border-color: rgba(255,255,255,.28); }
.solution-process { display: grid; grid-template-columns: repeat(5,1fr); gap: .8rem; }
.solution-process article { background: #fff; border-top: 3px solid #cfa155; padding: 1.35rem; min-height: 12rem; box-shadow: 0 14px 30px rgba(18,48,74,.07); }
.solution-process span { color: #c28f3d; font-size: .84rem; font-weight: 700; }
.solution-process h3 { color: #073a67; font-size: 1.12rem; margin: 1.25rem 0 .55rem; }
.solution-process p { color: #687787; line-height: 1.65; }
.collaboration-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.collaboration-layout h2 { color: #063766; font-size: clamp(2.2rem, 3.7vw, 3.8rem); line-height: 1.12; margin: .55rem 0 1rem; }
.collaboration-layout > div:first-child > p:last-child { color: #607080; line-height: 1.75; }
.collaboration-path { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.collaboration-path a { display: grid; grid-template-columns: auto 1fr; gap: .15rem .75rem; background: #fff; border: 1px solid #dce3e9; border-radius: 1rem; padding: 1.2rem; text-decoration: none; }
.collaboration-path span { grid-row: 1 / 3; color: #c28f3d; font-weight: 700; }
.collaboration-path strong { color: #073a67; }
.collaboration-path small { color: #687787; }
@media (max-width: 980px) {
  .industry-layout, .collaboration-layout { grid-template-columns: 1fr; }
  .industry-layout.reverse .industry-visual, .industry-layout.reverse .industry-copy { order: initial; }
  .solution-process { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 640px) {
  .industry-jump-grid, .solution-process, .collaboration-path, .industry-points { grid-template-columns: 1fr; }
  .industry-jump-grid a { border-right: 0; border-bottom: 1px solid #e2e7ec; }
  .solution-process article { min-height: 0; }
}

/* SEO service page */
.service-page { background: #f5f7f9; }
.service-hero { background: linear-gradient(112deg, #022b50 0%, #021d36 62%, #081828 100%); color: #fff; padding: clamp(3.25rem, 5vw, 5rem) 0; overflow: hidden; }
.service-hero-layout { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.service-hero-copy h1 { color: #fff; font-size: clamp(3rem, 5.2vw, 5.8rem); line-height: 1.04; letter-spacing: -.045em; margin: .7rem 0 1.25rem; }
.service-lead { max-width: 39rem; color: #d5e2ee; font-size: clamp(1.08rem, 1.35vw, 1.28rem); line-height: 1.8; }
.service-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.service-tags { display: flex; flex-wrap: wrap; gap: .65rem; padding: 0; margin: 1.7rem 0 0; list-style: none; }
.service-tags li { border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #d8e5f0; font-size: .9rem; padding: .48rem .82rem; }
.service-hero-visual { margin: 0; border: 1px solid rgba(207,161,85,.38); border-radius: 2rem; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.28); }
.service-hero-visual img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.service-route { background: #fff; border-bottom: 1px solid #dfe5eb; }
.route-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.route-grid > div { display: grid; grid-template-columns: auto 1fr; gap: .15rem .8rem; padding: 1.35rem 1.2rem; border-right: 1px solid #e3e8ed; }
.route-grid > div:last-child { border-right: 0; }
.route-grid span { grid-row: 1 / 3; color: var(--brand-accent); font-weight: 700; }
.route-grid strong { color: #062f58; }
.route-grid small { color: #687787; }
.section-heading { margin-bottom: 2.2rem; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: end; }
.split-heading h2, .centered-heading h2, .visual-split h2, .faq-layout h2, .fit-grid h2 { color: #063766; font-size: clamp(2.1rem, 3.7vw, 3.75rem); line-height: 1.12; letter-spacing: -.035em; margin: .55rem 0 0; }
.split-heading > p, .centered-heading > p { color: #607080; font-size: 1.08rem; line-height: 1.75; max-width: 40rem; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.problem-grid article { background: #fff; border: 1px solid #e0e6ec; border-radius: 1.15rem; padding: 1.55rem; min-height: 13rem; }
.problem-grid span, .process-grid span { color: var(--brand-accent); font-size: .86rem; font-weight: 700; letter-spacing: .08em; }
.problem-grid h3 { color: #083b69; font-size: 1.18rem; margin: 1.7rem 0 .65rem; }
.problem-grid p, .scope-list p, .process-grid p, .fit-card li { color: #647383; line-height: 1.7; }
.visual-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.8rem, 5vw, 5.5rem); align-items: center; }
.visual-split.reverse > :first-child { order: 2; }
.visual-split.reverse > :last-child { order: 1; }
.service-visual-card { margin: 0; overflow: hidden; border-radius: 1.5rem; background: #fff; box-shadow: 0 24px 60px rgba(13,45,73,.12); }
.service-visual-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-visual-card figcaption { color: #687787; font-size: .92rem; line-height: 1.6; padding: 1rem 1.2rem 1.2rem; }
.scope-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.6rem; margin-top: 1.8rem; }
.scope-list article { display: flex; gap: .9rem; border-top: 1px solid #d8e0e7; padding: 1.05rem 0; }
.scope-list b { color: var(--brand-accent); font-size: .85rem; padding-top: .2rem; }
.scope-list h3 { color: #083b69; font-size: 1.03rem; margin: 0 0 .35rem; }
.scope-list p { font-size: .94rem; margin: 0; }
.centered-heading { text-align: center; max-width: 52rem; margin-left: auto; margin-right: auto; }
.centered-heading > p { margin: .9rem auto 0; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; counter-reset: process; }
.process-grid article { position: relative; background: #fff; border-top: 3px solid #cfa155; padding: 1.6rem; box-shadow: 0 14px 35px rgba(18,48,74,.07); }
.process-grid h3 { color: #083b69; font-size: 1.35rem; margin: 1.2rem 0 .6rem; }
.process-grid small { display: block; color: #0a416f; border-top: 1px solid #e1e7ec; margin-top: 1.3rem; padding-top: .9rem; }
.section-dark { background: #032e54; color: #fff; }
.section-dark h2 { color: #fff; }
.muted-light { color: #c5d5e2; line-height: 1.75; max-width: 38rem; }
.deliverable-list { list-style: none; margin: 1.7rem 0 0; padding: 0; }
.deliverable-list li { display: grid; grid-template-columns: 10rem 1fr; gap: 1rem; border-top: 1px solid rgba(255,255,255,.16); padding: .95rem 0; }
.deliverable-list strong { color: #fff; }
.deliverable-list span { color: #c5d5e2; }
.deliverable-note { display: grid; gap: .3rem; margin-top: 1.2rem; padding: 1rem 1.1rem; border-left: 3px solid #cfa155; background: rgba(255,255,255,.07); }
.deliverable-note strong { color: #fff; }
.deliverable-note span { color: #d5e1eb; }
.deliverable-note small { color: #9fb4c5; }
.dark-card { background: #00182d; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.evidence-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1.2rem; }
.audit-sample, .mapping-sample { background: #fff; border: 1px solid #dfe5eb; border-radius: 1.2rem; padding: 1.5rem; }
.sample-head { display: flex; justify-content: space-between; gap: 1rem; color: #073a67; border-bottom: 1px solid #dfe5eb; padding-bottom: 1rem; }
.sample-head b { color: #8a6428; font-size: .88rem; }
.sample-row { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; padding: .92rem 0; border-bottom: 1px solid #edf0f3; }
.sample-row:last-child { border-bottom: 0; }
.sample-row span { color: #9a6c25; font-weight: 700; }
.sample-row p { color: #536576; margin: 0; line-height: 1.65; }
.mapping-sample h3 { color: #073a67; margin: 0 0 1rem; }
.mapping-sample > div { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid #e1e7ec; padding: 1rem 0; }
.mapping-sample > div span { color: #617181; }
.mapping-sample > div b { color: #073a67; }
.mapping-sample > p { color: #607080; line-height: 1.7; border-top: 1px solid #e1e7ec; padding-top: 1rem; }
.fit-grid { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 1.2rem; align-items: stretch; }
.fit-card { background: #fff; border-radius: 1.15rem; padding: 1.5rem; border: 1px solid #dfe5eb; }
.fit-card h3 { color: #073a67; margin: 0 0 1rem; }
.fit-card.yes { border-top: 4px solid #cfa155; }
.fit-card.no { border-top: 4px solid #7b8996; }
.fit-card ul { margin: 0; padding-left: 1.1rem; }
.fit-card li + li { margin-top: .7rem; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); }
.faq-layout > div:first-child > p:last-child { color: #607080; line-height: 1.75; }
.faq-list { border-top: 1px solid #d5dde4; }
.faq-list details { border-bottom: 1px solid #d5dde4; padding: 1.1rem 0; }
.faq-list summary { color: #073a67; cursor: pointer; font-size: 1.05rem; font-weight: 700; }
.faq-list details p { color: #607080; line-height: 1.75; padding-right: 2rem; }
.service-final-cta { background: #022b50; color: #fff; padding: clamp(3rem, 4.5vw, 4.5rem) 0; }
.final-cta-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: center; }
.final-cta-grid h2 { color: #fff; font-size: clamp(2.2rem, 3.6vw, 3.8rem); line-height: 1.12; margin: .55rem 0 .8rem; }
.final-cta-grid p { color: #c7d7e4; line-height: 1.75; max-width: 48rem; }
.cta-contact { display: grid; gap: .85rem; justify-items: start; }
.cta-contact strong { color: #fff; }
.cta-contact small { color: #b5c8d7; line-height: 1.55; }
@media (max-width: 980px) {
  .service-hero-layout, .visual-split, .split-heading, .faq-layout, .final-cta-grid { grid-template-columns: 1fr; }
  .service-hero-copy { max-width: 48rem; }
  .route-grid, .problem-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .fit-grid { grid-template-columns: 1fr 1fr; }
  .fit-grid > div:first-child { grid-column: 1 / -1; }
  .visual-split.reverse > :first-child, .visual-split.reverse > :last-child { order: initial; }
}
@media (max-width: 640px) {
  .service-hero { padding: 2.7rem 0 3rem; }
  .service-hero-copy h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .route-grid, .problem-grid, .process-grid, .fit-grid, .scope-list, .evidence-grid { grid-template-columns: 1fr; }
  .route-grid > div { border-right: 0; border-bottom: 1px solid #e3e8ed; }
  .problem-grid article { min-height: 0; }
  .deliverable-list li { grid-template-columns: 1fr; gap: .35rem; }
  .service-actions .btn { width: 100%; text-align: center; }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  background-color: var(--bg-body);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--brand-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--brand-accent);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

/* Header */
header {
  background-color: var(--bg-surface);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 100;
  -webkit-transform: translateZ(0); /* Safari sticky fix */
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-primary);
  letter-spacing: -0.5px;
}

.logo span {
  color: var(--brand-accent);
}

header .logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

header .logo img {
  width: auto;
  height: 38px;
  max-width: 190px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: var(--spacing-lg);
}

nav a {
  font-weight: 500;
  color: var(--text-main);
}

nav a:hover, nav a.active {
  color: var(--brand-accent);
}

/* Buttons */
.btn {
  display: inline-block;
  background-color: var(--brand-accent);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid var(--brand-accent);
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn:hover {
  background-color: transparent;
  color: var(--brand-accent);
}

.btn-outline {
  background-color: transparent;
  color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.btn-outline:hover {
  background-color: var(--brand-primary);
  color: #fff;
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, var(--brand-primary) 0%, #001a33 100%);
  color: #fff;
  padding: 6rem 0;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: var(--spacing-md);
  line-height: 1.2;
}

.hero p {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: var(--spacing-lg);
  max-width: 800px;
  margin-inline: auto;
}

.hero-layout,
.grid-2,
.faq-layout {
  display: grid;
  gap: var(--spacing-xl);
  min-width: 0;
}

.hero-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  text-align: left;
}

.hero-copy,
.hero-visual,
.grid-2 > *,
.faq-layout > * {
  min-width: 0;
}

.hero-copy p {
  margin-inline: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
}

.hero-actions .btn {
  max-width: 100%;
  text-align: center;
}

.hero-visual,
.service-system-visual {
  margin: 0;
}

.hero-visual img,
.service-system-visual img {
  width: 100%;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-layout {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.65);
}

.btn-ghost:hover {
  background: #fff;
  color: var(--brand-primary);
}

/* Sections */
.section {
  padding: var(--spacing-xl) 0;
}

.section-alt {
  background-color: var(--bg-surface);
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: var(--spacing-lg);
  color: var(--brand-primary);
}

.section-dark {
  background: var(--brand-primary);
  color: #fff;
}

.section-title-light {
  color: #fff;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto var(--spacing-lg);
  color: var(--text-muted);
  text-align: center;
}

.section-intro-light {
  color: rgba(255,255,255,0.78);
}

.eyebrow {
  margin-bottom: 0.75rem;
  color: var(--brand-accent);
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #e6c77d;
}

/* Grid Layouts */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--spacing-lg);
}

.card {
  background: var(--bg-surface);
  padding: var(--spacing-lg);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.02);
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.card h3 {
  color: var(--brand-primary);
  margin-bottom: var(--spacing-sm);
}

.card-index {
  display: block;
  margin-bottom: var(--spacing-sm);
  color: var(--brand-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.evidence-grid {
  margin-top: var(--spacing-lg);
}

.evidence-card {
  padding: var(--spacing-lg);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
}

.evidence-card h3 {
  margin-bottom: var(--spacing-sm);
  color: #fff;
}

.evidence-card p {
  color: rgba(255,255,255,0.78);
}

.panel-note {
  max-width: 900px;
  margin: var(--spacing-lg) auto 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  text-align: center;
}

/* Trust Banner */
.trust-banner {
  background-color: #001a33;
  color: #fff;
  padding: var(--spacing-lg) 0;
  text-align: center;
}

.stats-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: var(--spacing-md);
}

.stat-item {
  text-align: center;
}

.stat-num {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--brand-accent);
}

.stat-desc {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}

/* Footer */
footer {
  background-color: var(--text-main);
  color: #fff;
  padding: var(--spacing-xl) 0 var(--spacing-md);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
}

.footer-col h4 {
  color: var(--brand-accent);
  margin-bottom: var(--spacing-md);
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: var(--spacing-sm);
}

.footer-col a {
  color: rgba(255,255,255,0.7);
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  padding-top: var(--spacing-md);
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
}

/* Responsive */
@media (max-width: 768px) {
  .hero { padding: 4rem 0; }
  .hero h1 { font-size: 2.2rem; overflow-wrap: anywhere; }
  .hero-layout,
  .grid-2,
  .faq-layout { grid-template-columns: minmax(0, 1fr); gap: var(--spacing-lg); }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { flex: 1 1 14rem; }
  .grid-3 { grid-template-columns: minmax(0, 1fr); }
  .header-inner { flex-direction: column; height: auto; padding: 0.6rem 0; gap: 0.6rem; align-items: flex-start; }
  .site-nav { width: 100%; }
  nav ul.site-menu { 
      gap: 1.3rem; 
      flex-wrap: nowrap; 
      justify-content: flex-start; 
      width: 100%;
      overflow-x: auto; 
      -webkit-overflow-scrolling: touch; 
      padding-bottom: 0.4rem; 
      scrollbar-width: none;
  }
  nav ul.site-menu::-webkit-scrollbar { display: none; }
  nav ul.site-menu > li { flex: 0 0 auto; }
  nav ul.site-menu a, nav ul.site-menu summary { font-size: 1.05rem; }
  .nav-cta { padding: 0.4rem 0.9rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid .footer-col:first-child { grid-column: 1 / -1; }
}

@media (max-width: 420px) {
  .container { padding-inline: 0.875rem; }
  .hero h1 { font-size: 1.9rem; }
  .hero-lead { font-size: 1.05rem !important; }
  .hero-actions .btn { flex-basis: 100%; }
  .card,
  .evidence-card { padding: 1.25rem; }
}

/* Homepage visual refresh */
body {
  background: #f4f6f8;
}

header {
  border-bottom: 1px solid rgba(0,51,102,0.08);
  box-shadow: none;
}

.header-inner nav ul {
  align-items: center;
}

.nav-cta {
  color: #fff;
}

.site-nav {
  position: relative;
}

.site-menu {
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}

.site-menu > li {
  position: relative;
}

.site-menu details {
  position: relative;
}

.site-menu summary {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-main);
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.site-menu summary::-webkit-details-marker {
  display: none;
}

.site-menu summary::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-top: -0.2rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.site-menu details[open] summary::after {
  margin-top: 0.2rem;
  transform: rotate(225deg);
}

.site-menu summary:hover,
.site-menu summary.active,
.site-menu details[open] > summary {
  color: var(--brand-accent);
}

.site-menu .submenu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  z-index: 120;
  display: grid;
  min-width: 220px;
  gap: 0;
  padding: 0.65rem;
  border: 1px solid rgba(0,51,102,0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0,31,62,0.16);
  transform: translateX(-50%);
}

.site-menu .submenu::before {
  content: "";
  position: absolute;
  top: -1rem;
  right: 0;
  left: 0;
  height: 1rem;
}

.site-menu .submenu a {
  display: block;
  padding: 0.75rem 0.9rem;
  border-radius: 7px;
  white-space: nowrap;
}

.site-menu .submenu a:hover,
.site-menu .submenu a.active {
  background: rgba(197,160,89,0.1);
}

@media (hover: hover) and (min-width: 769px) {
  .site-menu .menu-group:hover details:not([open]) .submenu {
    display: grid;
  }

  .site-menu .menu-group details:not([open]) .submenu {
    display: none;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(197,160,89,0.16), transparent 32%),
    linear-gradient(135deg, #00264d 0%, #00162d 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -55% 35%;
  height: 420px;
  border: 1px solid rgba(197,160,89,0.22);
  border-radius: 50%;
  transform: rotate(-8deg);
}

.hero-layout {
  position: relative;
  z-index: 1;
  gap: clamp(2rem, 5vw, 5rem);
}

@media (min-width: 1100px) {
  .hero {
    padding-block: 2.75rem;
  }

  .hero .container {
    max-width: 1460px;
    padding-inline: 2rem;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(3rem, 4vw, 4.5rem);
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(3.7rem, 4.2vw, 4.45rem);
  }

  .hero-visual img {
    min-height: 540px;
    aspect-ratio: 1.42 / 1;
  }
}

.hero-kicker,
.service-label {
  color: #e2c078 !important;
  font-size: 0.9rem !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 680px;
  font-size: clamp(2.55rem, 5vw, 4.7rem);
  letter-spacing: -0.04em;
}

.hero-lead {
  max-width: 650px !important;
  font-size: clamp(1rem, 1.7vw, 1.25rem) !important;
}

.hero-visual {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.35);
  transform: none;
}

.hero-visual img {
  aspect-ratio: 1.25 / 1;
  object-fit: cover;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-proof span {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: rgba(255,255,255,0.78);
  font-size: 0.82rem;
}

.section {
  padding: clamp(3rem, 4vw, 3.75rem) 0;
}

.section-title {
  max-width: 760px;
  margin: 0 auto 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.035em;
}

.section-intro {
  font-size: 1.05rem;
}

.service-system-visual {
  max-width: 960px;
  margin: 2.5rem auto 2rem;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0,36,72,0.15);
}

.service-system-visual img {
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  position: relative;
  min-width: 0;
  padding: 1.6rem;
  border: 1px solid rgba(0,51,102,0.1);
  box-shadow: none;
}

.service-card:hover {
  border-color: rgba(197,160,89,0.6);
  box-shadow: 0 18px 40px rgba(0,36,72,0.1);
}

.service-number {
  display: block;
  margin-bottom: 2rem;
  color: rgba(0,51,102,0.35);
  font-size: 0.78rem;
  font-weight: 700;
}

.service-card .service-label {
  margin: 0 0 0.25rem;
  color: #9b762f !important;
}

.service-card h3 {
  font-size: 1.35rem;
}

.service-card p:not(.service-label) {
  min-height: 4.8rem;
  color: var(--text-muted);
}

.text-link {
  display: inline-flex;
  gap: 0.45rem;
  margin-top: 1rem;
  font-weight: 700;
}

.section-dark {
  background: #001f3e;
}

.visual-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.visual-split-reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.feature-visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.22);
}

.feature-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.feature-copy {
  min-width: 0;
}

.feature-copy .eyebrow {
  text-align: left;
}

.feature-copy h2 {
  margin-bottom: 2rem;
  color: var(--brand-primary);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.section-dark .feature-copy h2,
.section-dark .feature-copy h3 {
  color: #fff;
}

.industry-list,
.process-compact {
  display: grid;
  gap: 0;
  list-style: none;
}

.industry-list article,
.process-compact li {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.75rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(255,255,255,0.14);
}

.process-compact li {
  border-color: rgba(0,51,102,0.12);
}

.industry-list span,
.process-compact > li > span {
  color: var(--brand-accent);
  font-size: 0.78rem;
  font-weight: 700;
}

.industry-list h3,
.process-compact h3 {
  margin: 0 0 0.25rem;
}

.industry-list p {
  color: rgba(255,255,255,0.7);
}

.process-compact p {
  color: var(--text-muted);
}

.trust-note {
  display: grid;
  gap: 0.2rem;
  margin-top: 1.5rem;
  padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--brand-accent);
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,36,72,0.08);
}

.trust-note span {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.faq-layout {
  gap: 4rem;
}

.faq-layout h2,
.contact-panel h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.2;
}

.faq-list details {
  padding: 1.15rem 0;
  border-top: 1px solid rgba(0,51,102,0.12);
}

.faq-list summary {
  color: var(--brand-primary);
  font-weight: 700;
  cursor: pointer;
}

.faq-list details p {
  padding-top: 0.8rem;
  color: var(--text-muted);
}

.contact-section {
  background: linear-gradient(135deg, #003366, #00182f);
  color: #fff;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
  align-items: center;
  gap: 3rem;
}

.contact-action {
  display: grid;
  justify-items: start;
  gap: 0.65rem;
}

.contact-email {
  color: #fff;
}

.contact-action small,
.contact-panel p {
  color: rgba(255,255,255,0.7);
}

@media (max-width: 960px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visual-split,
  .visual-split-reverse { grid-template-columns: minmax(0, 1fr); }
  .section-dark .feature-visual { order: 2; }
}

@media (max-width: 768px) {
  header { position: sticky; top: 0; z-index: 999; }
  .header-inner nav { width: 100%; }
  .header-inner nav ul { gap: 0.6rem 1rem; }
  .header-inner nav a { font-size: 1.05rem; font-weight: 500; }
  .site-menu { justify-content: center; }
  .site-menu .submenu {
    top: calc(100% + 0.7rem);
    left: 0;
    min-width: 205px;
    transform: none;
  }
  .site-menu summary { font-size: 1.05rem; font-weight: 500; }
  .nav-cta { padding: 0.55rem 0.9rem; }
  .hero { padding: 3.5rem 0; }
  .hero-layout { text-align: left; }
  .hero h1 { font-size: clamp(2.25rem, 11vw, 3.2rem); }
  .hero-visual { transform: none; }
  .hero-visual img { aspect-ratio: 16 / 11; }
  .service-system-visual img { aspect-ratio: 16 / 10; }
  .faq-layout,
  .contact-panel { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
}

@media (max-width: 540px) {
  .header-inner { align-items: stretch; min-width: 0; }
  header .logo { justify-content: center; max-width: 100%; }
  header .logo img { height: 30px; max-width: 150px; }
  .site-menu { gap: 0.5rem 0.8rem; flex-wrap: wrap; min-width: 0; }
  .site-menu > li { display: block; min-width: 0; }
  .site-menu a, .site-menu summary { overflow-wrap: anywhere; }
  .site-menu .nav-cta { padding: 0.4rem 0.8rem; font-size: 0.95rem; }
  .service-grid { grid-template-columns: minmax(0, 1fr); }
  .service-card p:not(.service-label) { min-height: 0; }
  .service-number { margin-bottom: 1rem; }
  .section { padding: 3rem 0; }
  .feature-visual { border-radius: 16px; }
  .hero-proof { gap: 0.45rem; }
  .hero h1, .section h2, .contact-hero h1, .news-hero h1 { overflow-wrap: anywhere; }
  img { max-width: 100%; height: auto; }
}

/* Contact page */
.contact-hero {
  padding: clamp(3.5rem, 6vw, 5.6rem) 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(207,161,85,0.2), transparent 29%),
    linear-gradient(135deg, #002f5d 0%, #00192f 100%);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.contact-hero-copy .eyebrow,
.contact-prepare .eyebrow,
.contact-process-section .eyebrow,
.contact-privacy .eyebrow {
  text-align: left;
}

.contact-hero h1 {
  max-width: 760px;
  margin: .55rem 0 1.25rem;
  font-size: clamp(2.8rem, 5.6vw, 5rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.contact-lead {
  max-width: 690px;
  color: #cad8e4;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.8;
}

.contact-hero .service-actions { margin: 2rem 0 1.3rem; }
.contact-hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.65); }
.contact-hero .btn-outline:hover { color: #003366; background: #fff; }

.direct-contact-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: rgba(0,17,34,.58);
  box-shadow: 0 28px 70px rgba(0,0,0,.3);
}

.direct-contact-card::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  bottom: -5rem;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(207,161,85,.32);
  border-radius: 50%;
}

.contact-card-label {
  margin-bottom: 1rem;
  color: #e3bf78;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.contact-channel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .4rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255,255,255,.14);
}

.contact-channel span { color: #9fb4c5; font-size: .86rem; }
.contact-channel a { color: #fff; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 700; overflow-wrap: anywhere; }
.contact-channel small { color: #aabecd; line-height: 1.6; }

.copy-contact {
  justify-self: start;
  padding: .45rem .75rem;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: .84rem;
  cursor: pointer;
}

.copy-contact:hover,
.copy-contact:focus-visible { border-color: #cfa155; color: #e3bf78; }

.contact-card-note {
  position: relative;
  z-index: 1;
  padding-top: 1.1rem;
  color: #fff;
}

.contact-card-note p { margin-top: .35rem; color: #aabecd; line-height: 1.65; }

.contact-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.contact-service-grid article {
  display: flex;
  min-width: 0;
  min-height: 260px;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid #dce4eb;
  border-radius: 18px;
  background: #fff;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.contact-service-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(207,161,85,.75);
  box-shadow: 0 18px 42px rgba(0,36,72,.09);
}

.contact-service-grid article > span { color: #b28439; font-size: .8rem; font-weight: 700; }
.contact-service-grid h3 { margin: 1.15rem 0 .65rem; color: #073a67; font-size: 1.35rem; }
.contact-service-grid p { color: #607080; line-height: 1.7; }
.contact-service-grid article > div { display: grid; gap: .45rem; margin-top: auto; padding-top: 1.2rem; }
.contact-service-grid article > div a { font-weight: 700; }
.contact-service-action { color: #9a712d; }
.contact-service-wide { grid-column: span 2; background: linear-gradient(135deg, #fff 0%, #f7f2e8 100%) !important; }

.contact-prepare-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.contact-prepare h2,
.contact-process-section h2,
.contact-privacy h2 {
  margin: .45rem 0 1rem;
  color: #073a67;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.14;
  letter-spacing: -.035em;
}

.contact-prepare-grid > div:first-child > p:not(.eyebrow) { color: #607080; line-height: 1.75; }

.contact-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #d7dfe6;
}

.contact-checklist div {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: .65rem;
  padding: 1.1rem .5rem 1.1rem 0;
  border-bottom: 1px solid #d7dfe6;
}

.contact-checklist div:nth-child(odd) { margin-right: 1.3rem; }
.contact-checklist b { color: #c28f3e; font-size: .8rem; }
.contact-checklist span { color: #163a59; font-weight: 700; }

.contact-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.contact-process article {
  min-height: 190px;
  padding: 1.5rem;
  border-top: 3px solid #cfa155;
  border-radius: 0 0 16px 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,36,72,.07);
}

.contact-process span { color: #b48438; font-size: .8rem; font-weight: 700; }
.contact-process h3 { margin: 1.4rem 0 .5rem; color: #073a67; }
.contact-process p { color: #607080; line-height: 1.65; }

.contact-privacy-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.contact-privacy h2 { color: #fff; }
.privacy-points { border-top: 1px solid rgba(255,255,255,.18); }
.privacy-points p { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); color: #c4d4e0; line-height: 1.7; }
.contact-phone { color: #e2c078; font-weight: 700; }

@media (max-width: 980px) {
  .contact-hero-grid,
  .contact-prepare-grid,
  .contact-privacy-grid { grid-template-columns: minmax(0, 1fr); }
  .contact-service-grid,
  .contact-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .contact-hero { padding: 2.8rem 0 3rem; }
  .contact-hero h1 { font-size: clamp(2.65rem, 13vw, 3.8rem); }
  .contact-service-grid,
  .contact-process,
  .contact-checklist { grid-template-columns: minmax(0, 1fr); }
  .contact-service-wide { grid-column: auto; }
  .contact-service-grid article,
  .contact-process article { min-height: 0; }
  .contact-checklist div:nth-child(odd) { margin-right: 0; }
}

/* Transitional news hub */
.news-hero {
  padding: clamp(3.6rem, 6vw, 5.8rem) 0;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(207,161,85,.2), transparent 30%),
    linear-gradient(135deg, #002f5d 0%, #00172c 100%);
}

.news-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}

.news-hero-copy .eyebrow,
.news-format-copy .eyebrow,
.news-launch-copy .eyebrow { text-align: left; }

.news-hero h1 {
  max-width: 720px;
  margin: .55rem 0 1.25rem;
  font-size: clamp(3rem, 5.6vw, 5rem);
  line-height: 1.07;
  letter-spacing: -.045em;
}

.news-lead {
  max-width: 680px;
  color: #c7d7e4;
  font-size: clamp(1.05rem, 1.65vw, 1.24rem);
  line-height: 1.8;
}

.news-hero .service-actions { margin: 2rem 0 1.3rem; }

.news-hero-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 24px;
  background: #001428;
  box-shadow: 0 30px 80px rgba(0,0,0,.34);
}

.news-hero-visual img {
  width: 100%;
  min-height: 430px;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
}

.news-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.news-topic-grid article {
  display: flex;
  min-width: 0;
  min-height: 270px;
  flex-direction: column;
  padding: 1.55rem;
  border: 1px solid #dce4eb;
  border-radius: 18px;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.news-topic-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(207,161,85,.72);
  box-shadow: 0 18px 42px rgba(0,36,72,.09);
}

.news-topic-grid article > span { color: #b38339; font-size: .8rem; font-weight: 700; }
.news-topic-grid h3 { margin: 1.35rem 0 .65rem; color: #073a67; font-size: 1.35rem; }
.news-topic-grid p { color: #607080; line-height: 1.7; }
.news-topic-grid a { margin-top: auto; padding-top: 1.25rem; font-weight: 700; }
.news-topic-wide { grid-column: span 2; background: linear-gradient(135deg, #fff 0%, #f6f0e5 100%) !important; }

.news-format-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(2.8rem, 6vw, 6rem);
  align-items: center;
}

.news-format-visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
}

.news-format-visual img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }

.news-format-copy h2 {
  margin: .45rem 0 1rem;
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 3.65rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.news-format-copy > p:not(.eyebrow) { color: #bfd0dc; line-height: 1.75; }
.news-format-list { margin-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); }

.news-format-list article {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: .8rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.news-format-list b { color: #e2b765; font-size: .8rem; }
.news-format-list h3 { margin: 0 0 .2rem; color: #fff; }
.news-format-list p { color: #aebfcd; line-height: 1.6; }

.news-launch-card {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: stretch;
}

.news-launch-status {
  display: flex;
  min-height: 340px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.6rem, 3vw, 2.5rem);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(207,161,85,.3), transparent 28%),
    linear-gradient(145deg, #073a67, #001c36);
  box-shadow: 0 24px 58px rgba(0,36,72,.18);
}

.news-launch-status span {
  align-self: flex-start;
  padding: .45rem .75rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: #e7c77f;
  font-size: .84rem;
  font-weight: 700;
}

.news-launch-status strong { max-width: 340px; font-size: clamp(1.9rem, 3vw, 3rem); line-height: 1.16; }
.news-launch-copy { align-self: center; }

.news-launch-copy h2 {
  margin: .45rem 0 1rem;
  color: #073a67;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.14;
  letter-spacing: -.035em;
}

.news-launch-copy > p:not(.eyebrow) { color: #607080; line-height: 1.75; }
.news-launch-copy ul { margin: 1.3rem 0 0; padding-left: 1.15rem; color: #163a59; }
.news-launch-copy li + li { margin-top: .7rem; }

.news-standard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.news-standard-grid article {
  min-height: 210px;
  padding: 1.5rem;
  border-top: 3px solid #cfa155;
  border-radius: 0 0 16px 16px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,36,72,.07);
}

.news-standard-grid span { color: #b38339; font-size: .8rem; font-weight: 700; }
.news-standard-grid h3 { margin: 1.5rem 0 .55rem; color: #073a67; }
.news-standard-grid p { color: #607080; line-height: 1.65; }

@media (max-width: 980px) {
  .news-hero-grid,
  .news-format-layout,
  .news-launch-card { grid-template-columns: minmax(0, 1fr); }
  .news-topic-grid,
  .news-standard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-launch-status { min-height: 270px; }
}

@media (max-width: 640px) {
  .news-hero { padding: 2.8rem 0 3rem; }
  .news-hero h1 { font-size: clamp(2.65rem, 13vw, 3.8rem); }
  .news-hero-visual img { min-height: 0; aspect-ratio: 16 / 11; }
  .news-topic-grid,
  .news-standard-grid { grid-template-columns: minmax(0, 1fr); }
  .news-topic-wide { grid-column: auto; }
  .news-topic-grid article,
  .news-standard-grid article { min-height: 0; }
}

/* Partner trust sections */
.partner-section {
  padding: clamp(2.4rem, 3.5vw, 3.4rem) 0;
  border-bottom: 1px solid rgba(0,51,102,.09);
  background: #fff;
}

.partner-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.6rem;
}

.partner-heading .eyebrow { margin-bottom: .3rem; text-align: left; }

.partner-heading h2 {
  margin: 0;
  color: #073a67;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}

.partner-heading > p { color: #607080; line-height: 1.7; }

.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: .7rem;
}

.partner-logo-grid figure {
  display: flex;
  min-width: 0;
  min-height: 84px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: .75rem .45rem;
  border: 1px solid #e0e6eb;
  border-radius: 12px;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.partner-logo-grid figure:hover {
  transform: translateY(-3px);
  border-color: rgba(207,161,85,.72);
  box-shadow: 0 12px 30px rgba(0,36,72,.08);
}

.partner-logo-grid img {
  width: auto;
  max-width: 112px;
  max-height: 45px;
  object-fit: contain;
}

.about-partners .split-heading { margin-bottom: 1.8rem; }
.partner-logo-grid-about { margin-bottom: 1.5rem; }

.partner-scope-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.partner-scope-grid article {
  padding: 1.3rem 1.4rem;
  border-left: 3px solid #cfa155;
  border-radius: 0 12px 12px 0;
  background: #fff;
}

.partner-scope-grid span { color: #b38339; font-size: .8rem; font-weight: 700; }
.partner-scope-grid h3 { margin: .65rem 0 .35rem; color: #073a67; }
.partner-scope-grid p { color: #607080; line-height: 1.65; }

@media (max-width: 980px) {
  .partner-logo-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .partner-heading,
  .partner-scope-grid { grid-template-columns: minmax(0, 1fr); }
  .partner-heading { align-items: start; gap: .8rem; }
}

@media (max-width: 480px) {
  .partner-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-logo-grid figure { min-height: 82px; }
}

/* Mobile Sticky Contact Bar & Modal */
.mobile-sticky-bar {
  display: none;
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.modal-content {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  max-width: 320px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
}

.modal-content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  color: var(--text-dark);
}

.modal-content p {
  font-size: 0.9rem;
  color: var(--text-base);
  margin-bottom: 1rem;
}

.modal-content img {
  display: block;
  margin: 0 auto 1rem;
  border: 1px solid #eee;
  border-radius: 8px;
}

.modal-note {
  font-weight: bold;
  color: var(--brand-accent);
}

@media (max-width: 768px) {
  body {
    padding-bottom: 60px;
  }
  
  .mobile-sticky-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 9998;
  }
  
  .mobile-sticky-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
  }
  
  .sticky-wechat {
    background: #07C160;
  }
  
  .sticky-wechat:active {
    background: #06ad56;
  }
  
  .sticky-phone {
    background: var(--brand-accent);
  }
  
  .sticky-phone:active {
    background: #b08c4a;
  }
}

/* Fix nav-cta hover */
.site-menu .nav-cta, .site-menu .nav-cta.active { background-color: var(--brand-accent) !important; color: #fff !important; }
.site-menu .nav-cta:hover { background-color: var(--brand-primary) !important; color: #fff !important; }

