:root {
  --color-primary: #0D2B45;
  --color-primary-dark: #06111D;
  --color-primary-deep: #020711;
  --color-blue: #1E6FD6;
  --color-cyan: #00A8E8;
  --color-charcoal: #11161C;
  --color-slate: #6B7684;
  --color-steel: #E6E9ED;
  --color-white: #FFFFFF;
  --color-bg: #F5F7FA;
  --color-border: rgba(13, 43, 69, .12);
  --shadow-card: 0 18px 40px rgba(13, 43, 69, .12);
  --shadow-deep: 0 24px 80px rgba(0, 0, 0, .35);
  --radius-card: 16px;
  --radius-pill: 999px;
  --container: 1500px;
  --font-heading: 'Rajdhani', 'Inter', Arial, sans-serif;
  --font-body: 'Inter', Arial, sans-serif;
  --transition: 180ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--color-charcoal);
  font-family: var(--font-body);
  background: var(--color-white);
  line-height: 1.5;
  text-rendering: geometricPrecision;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.container.narrow { width: min(780px, calc(100% - 40px)); }
.center { text-align: center; }
.sr-only, .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 9999;
  left: 16px;
  top: 16px;
  background: var(--color-blue);
  color: var(--color-white);
  padding: 12px 18px;
  border-radius: 10px;
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  line-height: .98;
  letter-spacing: -.01em;
  margin: 0 0 14px;
  color: var(--color-primary-dark);
}
h1 { font-size: clamp(42px, 6vw, 76px); text-transform: uppercase; font-weight: 700; }
h1 span, h2 span { color: var(--color-blue); }
h2 { font-size: clamp(32px, 4vw, 48px); text-transform: uppercase; font-weight: 700; }
h3 { font-size: 24px; text-transform: uppercase; font-weight: 700; }
p { margin: 0 0 16px; }
.eyebrow {
  color: var(--color-blue);
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 12px;
}
.section-dark .eyebrow, .inverse .eyebrow { color: var(--color-cyan); }
.section-light { background: var(--color-white); }
.section-dark {
  position: relative;
  color: var(--color-white);
  background: radial-gradient(circle at 70% 30%, rgba(30,111,214,.28), transparent 34%), linear-gradient(135deg, #06111D 0%, #0D2B45 52%, #020711 100%);
  overflow: hidden;
}
.section-dark-soft { background: linear-gradient(90deg, #06111D, #0D2B45); color: var(--color-white); }
.section-heading { margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 10px; }
.section-heading p:not(.eyebrow) { color: var(--color-slate); max-width: 730px; }
.section-heading.center p { margin-left: auto; margin-right: auto; }
.brand-note { margin-left: 0; }
.section-heading.inverse h2, .section-heading.inverse p { color: var(--color-white); }
.section-heading.inverse p:not(.eyebrow) { color: rgba(255,255,255,.76); }
.section-heading.split { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 15px;
  cursor: pointer;
  transition: transform var(--transition), border-color var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition);
}
.btn:hover, .btn:focus-visible { transform: translateY(-1px); box-shadow: 0 10px 25px rgba(30,111,214,.22); }
.btn-primary { background: linear-gradient(135deg, var(--color-blue), #075FC4); color: var(--color-white); border-color: rgba(255,255,255,.12); }
.btn-outline-light { color: var(--color-white); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.04); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); }
.btn-outline { color: var(--color-blue); border-color: rgba(30,111,214,.34); background: var(--color-white); }
.btn-dark { background: var(--color-primary-dark); color: var(--color-white); }
.btn-small { min-height: 34px; padding: 9px 12px; font-size: 12px; }
.text-link { color: var(--color-blue); font-weight: 800; font-size: 14px; }
.badge {
  display: inline-flex;
  padding: 5px 8px;
  background: var(--color-blue);
  color: var(--color-white);
  border-radius: 4px;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.utility-bar {
  background: #06111D;
  color: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
}
.utility-inner {
  min-height: 34px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.utility-inner span:first-child { color: var(--color-cyan); font-weight: 800; }
.utility-inner a:hover { color: var(--color-cyan); }
.nav-shell {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(3, 13, 23, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.nav-inner {
  min-height: 158px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 26px;
}
.brand { display: flex; align-items: center; }
.brand-logo { height: 140px; width: auto; display: block; }
.custom-logo-link img { max-height: 140px; width: auto; }
.nav-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 14px;
}
.nav-row {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-cta { white-space: nowrap; }
.header-search {
  display: flex;
  align-items: center;
  width: min(420px, 100%);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color .15s ease, background .15s ease;
}
.header-search:focus-within {
  border-color: var(--color-cyan);
  background: rgba(255,255,255,.1);
}
.header-search input[type="search"] {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px;
  outline: none;
}
.header-search input[type="search"]::placeholder { color: rgba(255,255,255,.55); }
.header-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  align-self: stretch;
  border: 0;
  background: var(--color-blue, #1E6FD6);
  color: #fff;
  cursor: pointer;
  transition: background .15s ease;
}
.header-search-btn:hover { background: var(--color-cyan); }
.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
}
.primary-nav a { color: rgba(255,255,255,.9); }
.primary-nav a:hover { color: var(--color-cyan); }
.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.05);
  border-radius: 8px;
}
.mobile-menu-toggle span:not(.sr-only) { display: block; height: 2px; background: #fff; margin: 6px 0; }

/* Shop Tools dropdown */
.nav-item.has-dropdown { position: relative; display: inline-flex; align-items: center; }
.nav-toggle {
  background: none; border: 0; padding: 0; margin: 0;
  color: rgba(255,255,255,.9); font: inherit; font-weight: 700;
  display: inline-flex; align-items: center; gap: 6px; cursor: pointer;
}
.nav-toggle:hover, .nav-item.has-dropdown:hover .nav-toggle { color: var(--color-cyan); }
.nav-caret { font-size: 11px; line-height: 1; transition: transform .15s ease; }
.nav-item.has-dropdown:hover .nav-caret,
.nav-item.has-dropdown.is-open .nav-caret { transform: rotate(180deg); }
.nav-dropdown {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  display: none; flex-direction: column; min-width: 230px; margin-top: 14px;
  background: #06111D; border: 1px solid rgba(255,255,255,.12); border-radius: 12px;
  padding: 10px; box-shadow: 0 20px 44px rgba(0,0,0,.5); z-index: 60;
}
.nav-dropdown::before { content: ''; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-item.has-dropdown:hover .nav-dropdown,
.nav-item.has-dropdown:focus-within .nav-dropdown,
.nav-item.has-dropdown.is-open .nav-dropdown { display: flex; }
.nav-dropdown a { padding: 10px 14px; border-radius: 8px; white-space: nowrap; font-weight: 600; color: rgba(255,255,255,.9); }
.nav-dropdown a:hover { background: rgba(255,255,255,.08); color: var(--color-cyan); }
.nav-dropdown a.shop-all { color: var(--color-cyan); border-bottom: 1px solid rgba(255,255,255,.12); border-radius: 8px 8px 0 0; margin-bottom: 4px; padding-bottom: 12px; }

.hero {
  position: relative;
  min-height: clamp(420px, 68vh, 560px);
  padding: 60px 0 56px;
  display: flex;
  align-items: center;
  background-color: #06111D;
  background-image:
    linear-gradient(90deg, rgba(6,17,29,.94) 0%, rgba(6,17,29,.78) 32%, rgba(6,17,29,.35) 58%, rgba(6,17,29,0) 82%),
    url('../img/hero-banner.jpg');
  background-repeat: no-repeat, no-repeat;
  background-position: center, center right;
  background-size: cover, cover;
}
.hero-grid-overlay { display: none; }
.hero-inner { position: relative; z-index: 2; display: block; }
.hero-copy { max-width: 580px; }
.hero h1 { color: var(--color-white); max-width: 580px; font-size: clamp(30px, 3.6vw, 48px); }
.hero h1 span { display: block; color: var(--color-cyan); }
.hero-lede { max-width: 540px; color: rgba(255,255,255,.84); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 24px 0; }
.hero-bullets { display: grid; gap: 9px; color: rgba(255,255,255,.78); font-size: 14px; }
.hero-bullets span { padding-left: 22px; position: relative; }
.hero-bullets span::before { content: ''; width: 8px; height: 8px; background: var(--color-cyan); border-radius: 50%; position: absolute; left: 0; top: 9px; box-shadow: 0 0 16px var(--color-cyan); }
.hero-visual { display: none; }

.benefit-strip { border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-grid article {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 24px;
  border-left: 1px solid rgba(255,255,255,.12);
  text-transform: uppercase;
  font-family: var(--font-heading);
  line-height: 1.1;
}
.benefit-grid article:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.mini-icon { color: var(--color-cyan); font-size: 30px; }

.manufacturer-wall { padding: 48px 0 58px; }
.manufacturer-wall::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 10%, rgba(0,168,232,.20), transparent 27%), radial-gradient(circle at 86% 72%, rgba(30,111,214,.22), transparent 32%);
  pointer-events: none;
}
.brand-logo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.brand-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0,0,0,.28);
  transition: transform .15s ease, box-shadow .15s ease;
}
.brand-logo-tile:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(0,0,0,.40); }
.brand-logo-tile img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.brand-logo-text {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 26px;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: .02em;
}
.brand-note { position: relative; z-index: 1; color: rgba(255,255,255,.6); font-size: 12px; max-width: 830px; margin: 18px 0 0; }

.category-strip { padding: 34px 0; border-bottom: 1px solid var(--color-border); background: linear-gradient(#fff, #F6F9FC); }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; }
.category-card {
  padding: 20px 18px;
  border-left: 1px solid var(--color-border);
  min-height: 232px;
}
.category-card:last-child { border-right: 1px solid var(--color-border); }
.category-icon { height: 92px; display: flex; align-items: center; margin-bottom: 12px; }
.category-icon svg { max-height: 92px; }
.category-card h3 { font-size: 20px; margin-bottom: 8px; }
.category-card p { color: var(--color-slate); font-size: 13px; }
.category-card a { color: var(--color-blue); font-weight: 800; font-size: 13px; }

.featured-tools { padding: 58px 0 70px; }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.product-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  box-shadow: 0 14px 30px rgba(13,43,69,.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 450px;
}
.product-image {
  height: 154px;
  padding: 18px;
  background: linear-gradient(180deg, #FFFFFF, #F1F5F9);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image svg { max-height: 118px; }
.product-image img { max-height: 118px; max-width: 90%; width: auto; height: auto; object-fit: contain; }
.product-card .badge { margin: 18px 18px 12px; align-self: flex-start; }
.product-card h3 { font-size: 19px; padding: 0 18px; margin-bottom: 8px; line-height: 1.25; }
.product-card h3 a { color: var(--color-primary); }
.product-card h3 a:hover { color: var(--color-blue); }
.product-card p { color: var(--color-slate); font-size: 13px; padding: 0 18px; }
.product-price { font-family: var(--font-heading); font-weight: 800; font-size: 22px; color: var(--color-blue); padding: 0 18px; margin: 2px 0 0; }
.card-actions { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 16px 18px 18px; }

.professional-shops { padding: 64px 0 72px; }
.audience-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.audience-card {
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-card);
  overflow: hidden;
  background: rgba(255,255,255,.05);
  box-shadow: var(--shadow-deep);
}
.audience-photo {
  height: 140px;
  position: relative;
  background: #0A1624;
  overflow: hidden;
}
.audience-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.audience-card h3, .audience-card p { padding: 0 18px; }
.audience-card h3 { color: var(--color-white); font-size: 18px; margin-top: 16px; }
.audience-card p { color: rgba(255,255,255,.72); font-size: 13px; padding-bottom: 18px; }

.process { padding: 58px 0 68px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: process; }
.process-step {
  position: relative;
  text-align: left;
  padding: 26px 18px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: var(--color-white);
  box-shadow: 0 12px 28px rgba(13,43,69,.06);
}
.process-step:not(:last-child)::after {
  content: '›';
  position: absolute;
  right: -19px;
  top: 46%;
  color: var(--color-blue);
  font-size: 44px;
  font-family: var(--font-heading);
}
.step-number {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--color-blue);
  color: var(--color-white);
  font-weight: 900;
}
.process-step h3 { font-size: 19px; }
.process-step p { color: var(--color-slate); font-size: 13px; }

.tech-panel { padding: 66px 0 72px; }
.tech-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 5% 50%, rgba(0,168,232,.22), transparent 24%),
    linear-gradient(90deg, rgba(0,168,232,.18) 1px, transparent 1px),
    linear-gradient(rgba(0,168,232,.1) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  opacity: .75;
}
.trust-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.trust-card {
  padding: 24px 18px;
  border-left: 1px solid rgba(255,255,255,.16);
  text-align: left;
}
.trust-card:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.trust-icon { color: var(--color-cyan); font-size: 34px; display: block; margin-bottom: 12px; }
.trust-card h3 { color: var(--color-white); font-size: 19px; }
.trust-card p { color: rgba(255,255,255,.72); font-size: 13px; }

.resources { padding: 62px 0 78px; background: linear-gradient(#fff, #F4F8FC); }
.resource-layout { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; }
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.resource-card {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(13,43,69,.08);
  transition: transform .15s ease, box-shadow .15s ease;
}
.resource-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(13,43,69,.16); }
.resource-image { display: block; height: 210px; overflow: hidden; }
.resource-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.resource-card:hover .resource-image img { transform: scale(1.05); }
.resource-card h3 { font-size: 23px; padding: 22px 24px 0; }
.resource-card h3 a { color: var(--color-primary); }
.resource-card h3 a:hover { color: var(--color-blue); }
.resource-card p { color: var(--color-slate); font-size: 15px; line-height: 1.6; padding: 10px 24px 0; }
.resource-readmore { display: inline-flex; margin-top: auto; padding: 18px 24px 22px; color: var(--color-blue); font-weight: 800; font-size: 14px; }
.help-card {
  color: var(--color-white);
  background:
    radial-gradient(circle at 88% 18%, rgba(0,168,232,.35), transparent 34%),
    linear-gradient(135deg, #0D2B45, #06111D);
  border-radius: var(--radius-card);
  padding: 28px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255,255,255,.08);
}
.help-card h2 { color: var(--color-white); font-size: 28px; }
.help-card p { color: rgba(255,255,255,.78); }
.quote-mini-form { display: grid; gap: 10px; margin-top: 18px; }
.quote-mini-form label { font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.78); }
.quote-mini-form input, .quote-mini-form textarea, .newsletter-form input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 5px;
  background: rgba(255,255,255,.08);
  color: var(--color-white);
  padding: 12px 14px;
  outline: none;
}
.quote-mini-form input::placeholder, .quote-mini-form textarea::placeholder, .newsletter-form input::placeholder { color: rgba(255,255,255,.55); }
.quote-mini-form input:focus, .quote-mini-form textarea:focus, .newsletter-form input:focus { border-color: var(--color-cyan); box-shadow: 0 0 0 3px rgba(0,168,232,.18); }

.newsletter-band { background: linear-gradient(90deg, #0F65C4, #0D2B45); color: var(--color-white); }
.newsletter-inner { min-height: 90px; display: grid; grid-template-columns: 1fr 440px; gap: 24px; align-items: center; }
.newsletter-copy { display: flex; gap: 18px; align-items: center; }
.newsletter-copy h2 { color: var(--color-white); font-size: 24px; margin-bottom: 2px; }
.newsletter-copy p { color: rgba(255,255,255,.78); margin: 0; font-size: 13px; }
.newsletter-icon { font-size: 36px; }
.newsletter-form { display: grid; grid-template-columns: 1fr 128px; gap: 10px; }
.site-footer { background: #06111D; color: rgba(255,255,255,.78); }
.footer-main { padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); gap: 34px; }
.footer-logo { height: 104px; width: auto; display: block; margin-bottom: 18px; }
.footer-grid h3 { color: var(--color-white); font-size: 18px; }
.footer-grid a { display: block; color: rgba(255,255,255,.72); font-size: 13px; margin: 8px 0; }
.footer-grid a:hover { color: var(--color-cyan); }
.footer-grid p { font-size: 13px; }
.social-row { display: flex; gap: 10px; margin-top: 18px; }
.social-row a { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); display: grid; place-items: center; color: var(--color-white); font-weight: 800; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0 0; display: flex; justify-content: space-between; gap: 18px; font-size: 12px; }
.footer-bottom nav { display: flex; gap: 20px; }

.adas-page-fallback { min-height: 60vh; }

/* ---- Interior pages ---- */
.page-hero { position: relative; padding: 64px 0 56px; overflow: hidden; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: var(--color-white); margin: 6px 0 14px; font-size: clamp(34px, 4vw, 56px); }
.page-hero-lede { color: rgba(255,255,255,.84); font-size: 18px; max-width: 760px; margin: 0; }
.page-body { padding: 56px 0; }
.page-body .container > *:first-child { margin-top: 0; }
.page-body h2 { font-size: clamp(26px, 2.4vw, 34px); margin: 40px 0 14px; }
.page-body h3 { font-size: 20px; margin: 0 0 8px; }
.page-body p { color: var(--color-slate); max-width: 820px; margin: 0 0 16px; }
.page-body a:not(.btn) { color: var(--color-blue); font-weight: 600; }
.page-body ul.page-list { list-style: none; padding: 0; margin: 0 0 20px; max-width: 820px; }
.page-body ul.page-list li { position: relative; padding: 0 0 10px 26px; color: var(--color-charcoal); }
.page-body ul.page-list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 9px; height: 9px; border-radius: 50%; background: var(--color-blue); }
.page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 24px 0 8px; }
.page-card { border: 1px solid var(--color-border); border-radius: var(--radius-card); padding: 24px; background: #fff; box-shadow: var(--shadow-card); }
.page-card h3 { color: var(--color-primary); }
.page-card p { font-size: 14px; margin: 0; }
.page-contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; align-items: start; }
.page-contact-info { display: grid; gap: 16px; }
.page-contact-info .ci { border: 1px solid var(--color-border); border-radius: 12px; padding: 18px 20px; background: #fff; }
.page-contact-info .ci strong { display: block; color: var(--color-primary); margin-bottom: 4px; }
.page-faq { max-width: 860px; }
.page-faq details { border: 1px solid var(--color-border); border-radius: 12px; padding: 16px 20px; margin-bottom: 12px; background: #fff; }
.page-faq summary { font-family: var(--font-heading); font-weight: 700; color: var(--color-primary); cursor: pointer; font-size: 17px; }
.page-faq p { margin: 12px 0 0; }
.page-form { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-card); padding: 26px; box-shadow: var(--shadow-card); display: grid; gap: 6px; }
.page-form label { font-weight: 600; font-size: 13px; color: var(--color-primary); margin-top: 8px; }
.page-form input, .page-form textarea { padding: 11px 13px; border: 1px solid var(--color-border); border-radius: 8px; font: inherit; font-size: 14px; }
.page-form .btn { margin-top: 16px; justify-self: start; }
.page-cta { padding: 56px 0; }
.page-cta h2 { color: var(--color-white); margin-bottom: 10px; }
.page-cta p { color: rgba(255,255,255,.82); max-width: 680px; margin: 0 0 22px; }
.page-cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }
/* Long-form article elements */
.quick-answer { background: #EAF2FD; border-left: 4px solid var(--color-blue); border-radius: 10px; padding: 18px 22px; margin: 0 0 28px; }
.quick-answer .qa-label { display: block; text-transform: uppercase; letter-spacing: .06em; color: var(--color-blue); font-family: var(--font-heading); font-weight: 700; font-size: 13px; margin-bottom: 6px; }
.quick-answer p { color: var(--color-charcoal); margin: 0; max-width: none; }
.table-wrap { overflow-x: auto; margin: 18px 0 26px; -webkit-overflow-scrolling: touch; }
.page-body table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 640px; }
.page-body th, .page-body td { border: 1px solid var(--color-border); padding: 10px 12px; text-align: left; vertical-align: top; }
.page-body thead th { background: var(--color-primary); color: #fff; font-family: var(--font-heading); font-weight: 700; }
.page-body tbody tr:nth-child(even) { background: #F4F8FC; }

/* ---- Blog / Resources listing ---- */
.blog-section { padding: 56px 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform .15s ease, box-shadow .15s ease;
}
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 26px 50px rgba(13,43,69,.16); }
.blog-thumb { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.05); }
.blog-cat {
  position: absolute;
  left: 14px;
  top: 14px;
  background: var(--color-blue);
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 6px;
}
.blog-card-body { display: flex; flex-direction: column; flex: 1; padding: 22px; }
.blog-card-body h3 { font-size: 20px; margin: 0 0 10px; }
.blog-card-body h3 a { color: var(--color-primary); }
.blog-card-body h3 a:hover { color: var(--color-blue); }
.blog-excerpt { color: var(--color-slate); font-size: 14px; margin: 0 0 18px; }
.blog-meta {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: var(--color-slate);
}
.blog-readmore { color: var(--color-blue); font-weight: 700; white-space: nowrap; }

@media (max-width: 1180px) {
  .primary-nav { gap: 18px; font-size: 15px; }
  .nav-inner { grid-template-columns: auto 1fr auto; min-height: 124px; }
  .brand-logo, .custom-logo-link img { height: 108px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .resource-layout { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .utility-inner { justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
  .nav-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; min-height: 0; padding-top: 14px; padding-bottom: 14px; }
  .brand { margin-right: auto; }
  .mobile-menu-toggle { display: block; }
  .brand-logo, .custom-logo-link img { height: 84px; }
  .nav-right { flex: 0 0 100%; align-items: stretch; width: 100%; gap: 0; }
  .header-search { width: 100%; }
  .nav-row { display: contents; }
  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #06111D;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 18px 20px 24px;
    max-height: 70vh;
    overflow: auto;
  }
  body.menu-open .primary-nav { display: flex; }
  .primary-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-cta { display: none; }
  .nav-item.has-dropdown { display: block; width: 100%; }
  .nav-toggle { width: 100%; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; }
  .nav-dropdown { position: static; transform: none; margin: 0; min-width: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; padding: 0 0 0 16px; }
  .nav-dropdown::before { display: none; }
  .nav-item.has-dropdown:hover .nav-dropdown,
  .nav-item.has-dropdown:focus-within .nav-dropdown { display: none; }
  .nav-item.has-dropdown.is-open .nav-dropdown { display: flex; }
  .nav-dropdown a { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
  .nav-dropdown a.shop-all { border-radius: 0; margin-bottom: 0; color: var(--color-cyan); }
  .hero {
    padding: 48px 0 44px;
    min-height: 420px;
    background-image: linear-gradient(rgba(6,17,29,.84), rgba(6,17,29,.66)), url('../img/hero-banner.jpg');
    background-position: center, center;
  }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading.split { align-items: flex-start; flex-direction: column; }
  .process-grid, .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:not(:last-child)::after { display: none; }
  .newsletter-inner { grid-template-columns: 1fr; padding: 22px 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  h1 { font-size: clamp(38px, 12vw, 52px); }
  h2 { font-size: 31px; }
  .hero-actions { display: grid; }
  .benefit-grid, .category-grid, .product-grid, .audience-grid, .process-grid, .trust-grid, .resource-grid, .footer-grid, .page-grid, .page-contact-grid, .blog-grid { grid-template-columns: 1fr; }
  .category-card, .benefit-grid article, .trust-card { border-left: 0; border-right: 0; border-bottom: 1px solid rgba(13,43,69,.12); }
  .benefit-grid article { min-height: 82px; }
  .product-card { min-height: auto; }
  .card-actions { grid-template-columns: 1fr; }
  .newsletter-form { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom nav { flex-wrap: wrap; }
}
