/*
 * Aviro360 Tools — Page Styles
 *
 * All rules are scoped under body.aviro360-page, which the plugin adds via
 * the body_class filter on pages that contain our shortcodes or section markup.
 * This prevents any rule — including CSS custom properties — from leaking
 * into the rest of the site.
 *
 * Calculator styles → assets/css/calculator.css
 * Nav / footer      → active WordPress theme
 */

/* ── Design tokens ───────────────────────────────────────────────────────── */
/* Defined on body.aviro360-page so they cascade to all children on our pages
   only, and never override the theme's own :root variables elsewhere.        */
body.aviro360-page {
  --navy:        #0B0F1A;
  --navy-mid:    #111827;
  --navy-soft:   #1C2333;
  --navy-card:   #162032;
  --text-mid:    #374151;
  --blue:        #1B4FD8;
  --blue-light:  #3B6EF0;
  --blue-pale:   #EEF2FF;
  --blue-border: #C7D4F7;
  --white:       #FFFFFF;
  --off-white:   #F8F9FC;
  --text:        #0F1623;
  --muted:       #6B7280;
  --border:      #E2E6EF;
  --border-dark: #2A3347;
  --serif: 'Playfair Display', Georgia, serif;
  --sans:  'DM Sans', sans-serif;
  --max:   1160px;
}

/* Theme max-width override — our pages only */
body.aviro360-page .main--page-content > div { max-width: none; }

/* Font scoped to our section classes */
body.aviro360-page .hero,
body.aviro360-page .stat-band,
body.aviro360-page .stat-band-light,
body.aviro360-page .insight-section,
body.aviro360-page .insight-section-light,
body.aviro360-page .band-dark,
body.aviro360-page .band-light,
body.aviro360-page .ls-section,
body.aviro360-page .cta-band,
body.aviro360-page .cta-band-light,
body.aviro360-page .cap-section,
body.aviro360-page .cap-closing {
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

/* ── Shared typography ───────────────────────────────────────────────────── */
body.aviro360-page .eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--blue); margin-bottom: 14px;
}
body.aviro360-page .eyebrow-light {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--blue-light); margin-bottom: 14px;
}
body.aviro360-page h2.sh {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 42px); font-weight: 400;
  line-height: 1.15; letter-spacing: -0.5px;
  color: var(--text); margin-bottom: 14px;
}
body.aviro360-page h2.sh-light {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 42px); font-weight: 400;
  line-height: 1.15; letter-spacing: -0.5px;
  color: var(--white); margin-bottom: 14px;
}
body.aviro360-page .section-sub       { font-size: 16px; color: var(--muted); line-height: 1.7; max-width: 580px; }
body.aviro360-page .section-sub-light { font-size: 16px; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 580px; font-weight: 300; }

/* ── Hero ────────────────────────────────────────────────────────────────── */
body.aviro360-page .hero {
  position: relative; background: var(--navy);
  overflow: hidden; min-height: 580px;
  display: flex; align-items: flex-end;
}
body.aviro360-page .hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://www.aviro360.com/wp-content/uploads/2025/12/Hero04.jpg');
  background-size: cover; background-position: center 30%; opacity: 0.28;
}
body.aviro360-page .hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom,
    rgba(11,15,26,0.2) 0%,
    rgba(11,15,26,0.65) 55%,
    rgba(11,15,26,0.98) 100%);
}
body.aviro360-page .hero-content {
  position: relative; z-index: 2;
  max-width: var(--max); margin: 0 auto; width: 100%;
  padding: 80px 40px 72px;
}
body.aviro360-page .hero-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--blue-light); margin-bottom: 22px;
}
body.aviro360-page .hero h1 {
  font-family: var(--serif);
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 400; color: var(--white);
  line-height: 1.08; letter-spacing: -1.5px;
  max-width: 680px; margin-bottom: 28px;
}
body.aviro360-page .hero h1 em { font-style: italic; color: rgba(255,255,255,0.65); }
body.aviro360-page .hero-sub {
  font-size: 17px; color: rgba(255,255,255,0.58);
  max-width: 520px; line-height: 1.65; font-weight: 300;
  margin-bottom: 36px;
}
body.aviro360-page .hero-research-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  font-size: 12px; color: rgba(255,255,255,0.55);
}
body.aviro360-page .hero-research-badge strong { color: rgba(255,255,255,0.85); font-weight: 600; }
body.aviro360-page .hero-research-badge::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue-light); flex-shrink: 0;
}

/* ── Stat band ───────────────────────────────────────────────────────────── */
body.aviro360-page .stat-band {
  background: var(--navy-mid);
  border-bottom: 1px solid var(--border-dark);
}
body.aviro360-page .stat-band-inner {
  max-width: var(--max); margin: 0 auto;
  padding: 56px 40px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
body.aviro360-page .stat-item {
  padding: 32px 28px;
  background: var(--navy-card);
  border: 1px solid var(--border-dark);
}
body.aviro360-page .stat-item:first-child { border-radius: 8px 0 0 8px; }
body.aviro360-page .stat-item:last-child  { border-radius: 0 8px 8px 0; }
body.aviro360-page .stat-num {
  font-family: var(--serif);
  font-size: 48px; font-weight: 400;
  color: var(--white); line-height: 1;
  letter-spacing: -2px; margin-bottom: 10px;
}
body.aviro360-page .stat-num span { color: var(--blue-light); }
body.aviro360-page .stat-label {
  font-size: 14px; color: rgba(255,255,255,0.55);
  line-height: 1.5; font-weight: 300;
}
body.aviro360-page .stat-label strong { color: rgba(255,255,255,0.8); font-weight: 500; }
body.aviro360-page .stat-source {
  font-size: 10px; color: rgba(255,255,255,0.25);
  margin-top: 12px; font-style: italic; letter-spacing: 0.2px;
}

/* ── Dark content band ───────────────────────────────────────────────────── */
body.aviro360-page .band-dark {
  background: var(--navy-mid);
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
}
body.aviro360-page .bd-inner { max-width: var(--max); margin: 0 auto; padding: 80px 40px; }

/* ── Insight section ─────────────────────────────────────────────────────── */
body.aviro360-page .insight-section {
  background: var(--navy-mid);
  border-bottom: 1px solid var(--border-dark);
  padding: 72px 40px;
}
body.aviro360-page .insight-inner { max-width: var(--max); margin: 0 auto; }
body.aviro360-page .insight-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center;
}
body.aviro360-page .insight-img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover;
  border-radius: 6px; opacity: 0.8;
  border: 1px solid var(--border-dark);
}
body.aviro360-page .pull-quote {
  border-left: 3px solid var(--blue-light);
  padding: 20px 0 20px 24px;
  margin: 32px 0;
}
body.aviro360-page .pull-quote p {
  font-family: var(--serif);
  font-size: 20px; font-style: italic;
  color: rgba(255,255,255,0.82);
  line-height: 1.5; font-weight: 400;
}
body.aviro360-page .insight-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
body.aviro360-page .ipill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 13px;
  border: 1px solid var(--border-dark);
  border-radius: 100px;
  font-size: 12px; color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.03);
}
body.aviro360-page .ipill::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--blue-light); flex-shrink: 0;
}

/* ── Three-column dark cards ─────────────────────────────────────────────── */
body.aviro360-page .three-col {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; margin-top: 52px;
}
body.aviro360-page .cc {
  padding: 36px 32px; background: var(--navy-card);
  border: 1px solid var(--border-dark);
}
body.aviro360-page .cc:first-child { border-radius: 8px 0 0 8px; }
body.aviro360-page .cc:last-child  { border-radius: 0 8px 8px 0; }
body.aviro360-page .cc-eye {
  font-size: 10px; font-weight: 700; letter-spacing: 1.8px;
  text-transform: uppercase; color: var(--blue-light); margin-bottom: 10px;
}
body.aviro360-page .cc h3 {
  font-family: var(--serif); font-size: 20px; font-weight: 400;
  color: var(--white); margin-bottom: 10px; line-height: 1.25;
}
body.aviro360-page .cc p { font-size: 14px; color: rgba(255,255,255,0.48); line-height: 1.65; }
body.aviro360-page .inline-stat {
  display: inline-block;
  background: rgba(59,110,240,0.12);
  border: 1px solid rgba(59,110,240,0.3);
  border-radius: 6px; padding: 2px 8px;
  font-weight: 700; color: var(--blue-light);
  font-size: 0.95em;
}

/* ── How it works (light section) ───────────────────────────────────────── */
body.aviro360-page .light-section { background: var(--white); border-bottom: 1px solid var(--border); }
body.aviro360-page .ls-inner { max-width: var(--max); margin: 0 auto; padding: 80px 40px; }
body.aviro360-page .how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
body.aviro360-page .how-img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover;
  border-radius: 6px; border: 1px solid var(--border);
}
body.aviro360-page .how-list { display: flex; flex-direction: column; gap: 26px; margin-top: 32px; }
body.aviro360-page .hi { display: flex; gap: 18px; }
body.aviro360-page .hi-num {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--blue-pale); border: 1px solid var(--blue-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: var(--blue);
  flex-shrink: 0; margin-top: 2px;
}
body.aviro360-page .hi h4 { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
body.aviro360-page .hi p  { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── CTA band ────────────────────────────────────────────────────────────── */
body.aviro360-page .cta-band {
  background: var(--navy); border-top: 1px solid var(--border-dark);
  text-align: center; padding: 88px 40px; position: relative; overflow: hidden;
}
body.aviro360-page .cta-band::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 350px;
  background: radial-gradient(ellipse, rgba(27,79,216,0.18) 0%, transparent 70%);
  pointer-events: none;
}
body.aviro360-page .cta-inner { position: relative; z-index: 2; }
body.aviro360-page .cta-eye {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--blue-light); margin-bottom: 20px;
}
body.aviro360-page .cta-band h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 48px); font-weight: 400;
  color: var(--white); line-height: 1.12;
  letter-spacing: -0.5px; margin-bottom: 16px;
}
body.aviro360-page .cta-sub {
  font-size: 17px; color: rgba(255,255,255,0.5);
  max-width: 500px; margin: 0 auto 36px;
  line-height: 1.65; font-weight: 300;
}
body.aviro360-page .cta-btn {
  display: inline-block; background: var(--blue); color: var(--white);
  padding: 15px 42px; border-radius: 7px; font-size: 15px; font-weight: 600;
  text-decoration: none; transition: background 0.15s, transform 0.1s;
  letter-spacing: 0.2px;
}
body.aviro360-page .cta-btn:hover { background: var(--blue-light); transform: translateY(-1px); }
body.aviro360-page .cta-fine { margin-top: 16px; font-size: 12px; color: rgba(255,255,255,0.28); font-style: italic; }
body.aviro360-page #cta-dyn  { color: rgba(255,255,255,0.88); }

/* ── Light page variants ─────────────────────────────────────────────────── */
body.aviro360-page .hero-light {
  position: relative; background: var(--white);
  overflow: hidden; min-height: 480px;
  display: flex; align-items: flex-end;
  border-bottom: 1px solid var(--border);
}
body.aviro360-page .hero-light .hero-bg    { opacity: 0.10; }
body.aviro360-page .hero-light .hero-overlay {
  background: linear-gradient(to bottom,
    rgba(255,255,255,0.1) 0%,
    rgba(255,255,255,0.75) 55%,
    rgba(255,255,255,0.98) 100%);
}
body.aviro360-page .hero-light .hero-eyebrow              { color: var(--blue); }
body.aviro360-page .hero-light h1                         { color: var(--text); }
body.aviro360-page .hero-light h1 em                      { color: var(--muted); }
body.aviro360-page .hero-light .hero-sub                  { color: var(--muted); font-weight: 400; }
body.aviro360-page .hero-light .hero-research-badge {
  background: rgba(27,79,216,0.05);
  border-color: var(--blue-border);
  color: var(--muted);
}
body.aviro360-page .hero-light .hero-research-badge strong   { color: var(--text); }
body.aviro360-page .hero-light .hero-research-badge::before  { background: var(--blue); }

body.aviro360-page .stat-band-light {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
body.aviro360-page .stat-band-light .stat-item             { background: var(--off-white); border-color: var(--border); }
body.aviro360-page .stat-band-light .stat-item:first-child { border-radius: 8px 0 0 8px; }
body.aviro360-page .stat-band-light .stat-item:last-child  { border-radius: 0 8px 8px 0; }
body.aviro360-page .stat-band-light .stat-num              { color: var(--text); }
body.aviro360-page .stat-band-light .stat-num span         { color: var(--blue); }
body.aviro360-page .stat-band-light .stat-label            { color: var(--muted); }
body.aviro360-page .stat-band-light .stat-label strong     { color: var(--text); font-weight: 600; }
body.aviro360-page .stat-band-light .stat-source           { color: var(--muted); opacity: 0.45; }

body.aviro360-page .insight-section-light {
  background: var(--off-white);
  border-bottom: 1px solid var(--border);
  padding: 72px 40px;
}
body.aviro360-page .insight-section-light .pull-quote            { border-left-color: var(--blue); }
body.aviro360-page .insight-section-light .pull-quote p          { color: var(--text); }
body.aviro360-page .insight-section-light .insight-img           { border-color: var(--border); opacity: 1; }
body.aviro360-page .insight-section-light .ipill                 { border-color: var(--blue-border); color: var(--blue); background: var(--blue-pale); }
body.aviro360-page .insight-section-light .ipill::before         { background: var(--blue); }

body.aviro360-page .band-light {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
body.aviro360-page .band-light .cc    { background: var(--off-white); border-color: var(--border); }
body.aviro360-page .band-light .cc h3 { color: var(--text); }
body.aviro360-page .band-light .cc p  { color: var(--muted); }

body.aviro360-page .cta-band-light {
  background: var(--blue-pale); border-top: 1px solid var(--blue-border);
  text-align: center; padding: 88px 40px; position: relative; overflow: hidden;
}
body.aviro360-page .cta-band-light::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 700px; height: 350px;
  background: radial-gradient(ellipse, rgba(27,79,216,0.12) 0%, transparent 70%);
  pointer-events: none;
}
body.aviro360-page .cta-band-light .cta-inner { position: relative; z-index: 2; }
body.aviro360-page .cta-band-light .cta-eye   { color: var(--blue); }
body.aviro360-page .cta-band-light h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 48px); font-weight: 400;
  color: var(--text); line-height: 1.12;
  letter-spacing: -0.5px; margin-bottom: 16px;
}
body.aviro360-page .cta-band-light .cta-sub  { color: var(--muted); font-weight: 400; }
body.aviro360-page .cta-band-light #cta-dyn  { color: var(--text); font-weight: 600; }
body.aviro360-page .cta-band-light .cta-fine { color: var(--muted); opacity: 0.65; }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  body.aviro360-page .stat-band-inner        { grid-template-columns: repeat(2, 1fr); padding: 40px; }
  body.aviro360-page .stat-item:first-child  { border-radius: 8px 0 0 0; }
  body.aviro360-page .stat-item:nth-child(2) { border-radius: 0 8px 0 0; }
  body.aviro360-page .stat-item:nth-child(3) { border-radius: 0 0 0 8px; }
  body.aviro360-page .stat-item:last-child   { border-radius: 0 0 8px 0; }
}

@media (max-width: 900px) {
  body.aviro360-page .insight-grid,
  body.aviro360-page .how-grid   { grid-template-columns: 1fr; }
  body.aviro360-page .three-col  { grid-template-columns: 1fr; }
  body.aviro360-page .cc:first-child { border-radius: 8px 8px 0 0; }
  body.aviro360-page .cc:last-child  { border-radius: 0 0 8px 8px; }
}

@media (max-width: 640px) {
  body.aviro360-page .stat-band-inner       { grid-template-columns: 1fr; padding: 24px 20px; }
  body.aviro360-page .stat-item             { border-radius: 0 !important; }
  body.aviro360-page .stat-item:first-child { border-radius: 8px 8px 0 0 !important; }
  body.aviro360-page .stat-item:last-child  { border-radius: 0 0 8px 8px !important; }
  body.aviro360-page .hero-content,
  body.aviro360-page .insight-section,
  body.aviro360-page .insight-section-light,
  body.aviro360-page .bd-inner,
  body.aviro360-page .ls-inner              { padding-left: 20px; padding-right: 20px; }
}

/* ─────────────────────────────────────────────────────────────────────────── */
/* Capabilities page                                                           */
/* All rules use .cap- prefix so nothing below touches the calculator page.   */
/* Dark mode: JS adds body.cap-dark-mode. Light mode: default (no class).     */
/* ─────────────────────────────────────────────────────────────────────────── */

body.aviro360-page .cap-section {
  padding: 88px 40px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}
body.aviro360-page .cap-section.bg-alt { background: var(--off-white); }
body.aviro360-page .cap-section-inner  { max-width: var(--max); margin: 0 auto; }

body.aviro360-page .cap-intro-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 100px; align-items: start; margin-bottom: 72px;
}
body.aviro360-page .cap-intro-grid.reverse     { direction: rtl; }
body.aviro360-page .cap-intro-grid.reverse > * { direction: ltr; }

body.aviro360-page .cap-intro-image img {
  width: 100%; border-radius: 8px; display: block;
  border: 1px solid var(--border);
}
body.aviro360-page .cap-intro-image-placeholder {
  width: 100%; aspect-ratio: 16/10;
  background: var(--off-white); border-radius: 8px;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--muted);
}

body.aviro360-page .cap-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--blue);
  display: block; margin-bottom: 16px;
}
body.aviro360-page .cap-h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 38px); font-weight: 400;
  line-height: 1.2; color: var(--text); margin-bottom: 20px;
}
body.aviro360-page .cap-body              { font-size: 15px; color: var(--text-mid); line-height: 1.8; }
body.aviro360-page .cap-body p            { margin-bottom: 14px; }
body.aviro360-page .cap-body p:last-child { margin-bottom: 0; }

body.aviro360-page .cap-sub-grid {
  display: grid; grid-template-columns: 200px 1fr;
  gap: 0 64px; padding: 32px 0;
  border-top: 1px solid var(--border);
}
body.aviro360-page .cap-sub-grid:last-of-type { border-bottom: 1px solid var(--border); }
body.aviro360-page .cap-sub-label {
  font-size: 12px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--muted); padding-top: 2px;
}
body.aviro360-page .cap-sub-body              { font-size: 15px; color: var(--text-mid); line-height: 1.8; }
body.aviro360-page .cap-sub-body p            { margin-bottom: 12px; }
body.aviro360-page .cap-sub-body p:last-child { margin-bottom: 0; }

body.aviro360-page .cap-produces             { margin-top: 64px; }
body.aviro360-page .cap-produces-title       { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 12px; }
body.aviro360-page .cap-produces-body        { font-size: 15px; color: var(--text-mid); line-height: 1.8; max-width: 720px; }

body.aviro360-page .cap-matrix-section                        { margin-top: 64px; }
body.aviro360-page .cap-matrix-section + .cap-matrix-section { margin-top: 40px; }
body.aviro360-page .cap-matrix-heading {
  font-size: 11px; font-weight: 600; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 16px;
}
body.aviro360-page table.cap-matrix { width: 100%; border-collapse: collapse; font-size: 14px; }
body.aviro360-page .cap-matrix th {
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--muted);
  text-align: left; padding: 8px 0 12px;
  border-bottom: 2px solid var(--text);
}
body.aviro360-page .cap-matrix th.th-tier { text-align: center; width: 110px; }
body.aviro360-page .cap-matrix td {
  padding: 11px 12px 11px 0; border-bottom: 1px solid var(--border);
  color: var(--text-mid); vertical-align: middle; line-height: 1.45;
}
body.aviro360-page .cap-matrix tr:last-child td { border-bottom: none; }
body.aviro360-page .cap-matrix td.td-tier       { text-align: center; }
body.aviro360-page .cap-matrix tr:hover td      { background: var(--off-white); }
body.aviro360-page .cap-matrix .row-group td {
  padding: 14px 0 6px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--muted);
  border-bottom: 1px solid var(--border); background: none !important;
}
body.aviro360-page .cap-check           { color: #059669; font-size: 17px; }
body.aviro360-page .cap-dash            { color: var(--border); font-size: 20px; line-height: 1; }
body.aviro360-page .cap-adv-tag         { font-size: 11px; font-weight: 600; color: var(--muted); letter-spacing: 0.04em; }
body.aviro360-page .cap-matrix-footnote { font-size: 12px; color: var(--muted); margin-top: 14px; font-style: italic; }

body.aviro360-page .cap-closing         { background: var(--navy); padding: 88px 40px; border-top: 1px solid var(--border-dark); }
body.aviro360-page .cap-closing-inner   { max-width: var(--max); margin: 0 auto; }
body.aviro360-page .cap-closing h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 48px); font-weight: 400;
  color: var(--white); line-height: 1.2;
  max-width: 600px; margin-bottom: 24px;
}
body.aviro360-page .cap-closing-body              { font-size: 16px; color: rgba(255,255,255,0.6); max-width: 640px; line-height: 1.8; }
body.aviro360-page .cap-closing-body p            { margin-bottom: 14px; }
body.aviro360-page .cap-closing-body p:last-child { margin-bottom: 0; }
body.aviro360-page .cap-cta-row                   { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 40px; }
body.aviro360-page .cap-btn-primary {
  font-size: 14px; font-weight: 600;
  background: var(--blue); color: var(--white) !important;
  padding: 13px 28px; border-radius: 6px;
  text-decoration: none; transition: background .15s;
}
body.aviro360-page .cap-btn-primary:hover { background: var(--blue-light); color: var(--white) !important; }
body.aviro360-page .cap-btn-ghost {
  font-size: 14px; font-weight: 500;
  color: rgba(255,255,255,0.7) !important; padding: 13px 28px;
  border-radius: 6px; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.18);
  transition: border-color .15s, color .15s;
}
body.aviro360-page .cap-btn-ghost:hover   { border-color: rgba(255,255,255,0.4); color: var(--white) !important; }
body.aviro360-page .cap-closing-cert {
  margin-top: 40px; padding-top: 32px;
  border-top: 1px solid var(--border-dark);
  font-size: 13px; color: rgba(255,255,255,0.3);
}

/* ── Dark mode overrides ─────────────────────────────────────────────────── */
body.aviro360-page.cap-dark-mode .cap-section                 { background: var(--navy-mid); border-color: var(--border-dark); }
body.aviro360-page.cap-dark-mode .cap-section.bg-alt          { background: var(--navy-soft); }
body.aviro360-page.cap-dark-mode .cap-tag                     { color: var(--blue-light); }
body.aviro360-page.cap-dark-mode .cap-h2                      { color: var(--white); }
body.aviro360-page.cap-dark-mode .cap-body                    { color: rgba(255,255,255,0.62); }
body.aviro360-page.cap-dark-mode .cap-body strong             { color: rgba(255,255,255,0.85); }
body.aviro360-page.cap-dark-mode .cap-sub-grid                { border-top-color: var(--border-dark); }
body.aviro360-page.cap-dark-mode .cap-sub-grid:last-of-type   { border-bottom-color: var(--border-dark); }
body.aviro360-page.cap-dark-mode .cap-sub-label               { color: rgba(255,255,255,0.35); }
body.aviro360-page.cap-dark-mode .cap-sub-body                { color: rgba(255,255,255,0.62); }
body.aviro360-page.cap-dark-mode .cap-produces-title          { color: var(--white); }
body.aviro360-page.cap-dark-mode .cap-produces-body           { color: rgba(255,255,255,0.62); }
body.aviro360-page.cap-dark-mode .cap-matrix th               { border-bottom-color: var(--border-dark); color: rgba(255,255,255,0.45); }
body.aviro360-page.cap-dark-mode .cap-matrix td               { border-bottom-color: var(--border-dark); color: rgba(255,255,255,0.62); }
body.aviro360-page.cap-dark-mode .cap-matrix tr:hover td      { background: var(--navy-card); }
body.aviro360-page.cap-dark-mode .cap-matrix .row-group td    { color: rgba(255,255,255,0.35); border-color: var(--border-dark); }
body.aviro360-page.cap-dark-mode .cap-matrix-heading          { color: rgba(255,255,255,0.35); }
body.aviro360-page.cap-dark-mode .cap-matrix-footnote         { color: rgba(255,255,255,0.35); }
body.aviro360-page.cap-dark-mode .cap-dash                    { color: rgba(255,255,255,0.15); }
body.aviro360-page.cap-dark-mode .cap-adv-tag                 { color: rgba(255,255,255,0.45); }
body.aviro360-page.cap-dark-mode .cap-intro-image img         { border-color: var(--border-dark); }
body.aviro360-page.cap-dark-mode .cap-intro-image-placeholder { background: var(--navy-card); border-color: var(--border-dark); color: rgba(255,255,255,0.3); }

/* ── Capabilities responsive ─────────────────────────────────────────────── */
@media (max-width: 900px) {
  body.aviro360-page .cap-intro-grid          { grid-template-columns: 1fr; gap: 40px; }
  body.aviro360-page .cap-intro-grid.reverse  { direction: ltr; }
  body.aviro360-page .cap-sub-grid            { grid-template-columns: 1fr; gap: 12px; }
  body.aviro360-page .cap-matrix th.th-tier   { width: 80px; }
}
@media (max-width: 640px) {
  body.aviro360-page .cap-section             { padding: 56px 20px; }
  body.aviro360-page .cap-closing             { padding: 64px 20px; }
  body.aviro360-page .cap-matrix              { font-size: 13px; }
  body.aviro360-page .cap-matrix th.th-tier,
  body.aviro360-page .cap-matrix td.td-tier   { width: 60px; }
}
