:root {
  --navy: #0f172a;
  --navy-light: #1e293b;
  --slate: #64748b;
  --gray-bg: #f8fafc;
  --white: #ffffff;
  --accent: #f97316;
  --accent-hover: #ea580c;
  --accent-muted: rgba(249, 115, 22, 0.12);
  --brand-cyan: #22d3ee;
  --brand-coral: #f97316;
  --max-width: 1200px;
  --radius: 12px;
  --shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
  --font: "DM Sans", system-ui, -apple-system, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--navy);
  line-height: 1.6;
  background: var(--white);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(15, 23, 42, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.logo-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 260px;
  background: var(--white);
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  line-height: 0;
}

.logo-img {
  height: auto;
  max-height: 56px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  display: block;
}

.logo-brand--footer {
  background: var(--white);
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  display: inline-flex;
  margin-bottom: 1rem;
}

.logo-brand--footer .logo-img {
  max-height: 64px;
  max-width: 220px;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

.nav-desktop a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-desktop a:hover,
.nav-desktop a.active {
  color: var(--accent);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.7rem 1.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  font-family: inherit;
}

.btn-primary {
  background: var(--accent);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--accent-hover);
  transform: scale(1.04);
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.35);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.btn-outline-dark {
  color: var(--navy);
  border-color: var(--navy);
}

.btn-outline-dark:hover {
  background: var(--gray-bg);
  transform: scale(1.03);
  border-color: var(--accent);
  color: var(--accent-hover);
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: transform 0.2s;
}

.nav-mobile {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding-bottom: 1rem;
}

.nav-mobile.open {
  display: flex;
}

.nav-mobile a {
  color: rgba(255, 255, 255, 0.9);
  padding: 0.6rem 0;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-mobile a.active {
  color: var(--accent);
}

.header-cta {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
}

.hero-parallax-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-bg {
  position: absolute;
  inset: -15% 0 0 0;
  height: 130%;
  background-size: cover;
  background-position: center;
  will-change: transform;
}

.hero-parallax-bg {
  transition: transform 0.1s linear;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(15, 23, 42, 0.92) 0%,
    rgba(15, 23, 42, 0.75) 55%,
    rgba(15, 23, 42, 0.55) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 4rem 0 5rem;
  max-width: 720px;
}

.hero-badge {
  display: inline-block;
  background: var(--accent-muted);
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  border: 1px solid rgba(249, 115, 22, 0.35);
}

.hero h1 {
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  font-weight: 700;
}

.hero-lead {
  font-size: 1.05rem;
  opacity: 0.92;
  margin-bottom: 1.75rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-note {
  margin-top: 1.25rem;
  font-size: 0.8rem;
  opacity: 0.75;
  max-width: 540px;
}

/* Page hero (inner pages) */
.page-hero {
  background: var(--navy);
  color: var(--white);
  padding: 3rem 0;
}

.page-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 4vw, 2.25rem);
}

.page-hero p {
  margin: 0;
  opacity: 0.88;
  max-width: 640px;
}

/* Sections */
.section {
  padding: 4rem 0;
}

.section-alt {
  background: var(--gray-bg);
}

.section-dark {
  background: var(--navy);
  color: var(--white);
}

.section-dark .section-title h2,
.section-dark h2 {
  color: var(--white);
}

.section-dark .section-title p {
  color: rgba(255, 255, 255, 0.78);
}

.section-stats {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.credibility-checks {
  list-style: none;
  padding: 0;
  margin: 0 auto 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  max-width: 900px;
}

.credibility-checks li {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--navy-light);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.check-mark {
  color: var(--accent);
  font-weight: 700;
}

.stats-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.stat-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.stat-card-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.stat-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: var(--navy);
}

.stat-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--slate);
  line-height: 1.5;
}

.grid-why {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.built-for-banner h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
}

.built-for-intro {
  text-align: center;
  opacity: 0.9;
  margin-bottom: 1.25rem;
}

.built-for-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 480px;
  font-size: 1.05rem;
}

.built-for-list li {
  padding: 0.5rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.built-for-no {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0.85;
  font-size: 0.95rem;
}

.x-mark {
  color: #f87171;
  font-weight: 700;
}

.split-text-light p,
.split-text-light li {
  color: rgba(255, 255, 255, 0.82);
}

.split-text-light h2 {
  color: var(--white);
}

.section-dark .split-image {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.category-icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 1rem;
  display: block;
}

.section-cta-final {
  padding: 4.5rem 0;
}

.cta-band--inline {
  background: transparent;
  padding: 0;
  text-align: center;
}

.cta-band--inline p {
  max-width: 640px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer-quick-facts h4 {
  color: var(--white);
  margin: 0 0 1rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-quick-facts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-quick-facts li {
  font-size: 0.88rem;
  margin-bottom: 0.45rem;
  opacity: 0.88;
  display: flex;
  gap: 0.4rem;
}

.footer-quick-facts .check-mark {
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hero-parallax-bg {
    transform: none !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .card:hover,
  .stat-card:hover,
  .audience-item:hover,
  .blog-card:hover,
  .btn-primary:hover,
  .btn-outline-dark:hover {
    transform: none;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-title h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.section-title p {
  margin: 0 auto;
  color: var(--slate);
  max-width: 560px;
}

.disclaimer-banner {
  background: var(--accent-muted);
  border-left: 4px solid var(--accent);
  padding: 1rem 1.25rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.disclaimer-banner strong {
  color: var(--navy);
}

/* Cards grid */
.grid-3 {
  display: grid;
  gap: 1.5rem;
}

.grid-2 {
  display: grid;
  gap: 2rem;
}

.card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.card-icon {
  width: 48px;
  height: 48px;
  background: var(--accent-muted);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.card p {
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
}

/* Audience pills */
.audience-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.audience-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(15, 23, 42, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.audience-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.audience-item strong {
  display: block;
  margin-bottom: 0.25rem;
}

.audience-item span {
  font-size: 0.9rem;
  color: var(--slate);
}

/* Split section */
.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.split-image {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.split-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.split ul {
  padding-left: 1.2rem;
  color: var(--slate);
}

.split li {
  margin-bottom: 0.5rem;
}

/* Timeline */
.timeline {
  display: grid;
  gap: 1.5rem;
  counter-reset: step;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: start;
}

.timeline-num {
  width: 44px;
  height: 44px;
  background: var(--accent);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.timeline-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
}

.timeline-item p {
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
}

/* Brands */
.brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.brands-list span {
  font-weight: 600;
  color: var(--navy-light);
  font-size: 0.95rem;
}

.brands-disclaimer {
  text-align: center;
  font-size: 0.8rem;
  color: var(--slate);
  max-width: 640px;
  margin: 0 auto;
}

/* CTA band */
.cta-band {
  background: var(--navy);
  color: var(--white);
  text-align: center;
  padding: 3.5rem 1.5rem;
  border-radius: var(--radius);
}

.cta-band h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
}

.cta-band p {
  margin: 0 auto 1.5rem;
  opacity: 0.88;
  max-width: 520px;
}

/* Trust row */
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  justify-content: center;
  padding: 1.5rem 0;
  font-size: 0.85rem;
  color: var(--slate);
}

.trust-row span::before {
  content: "✓ ";
  color: var(--accent);
  font-weight: 700;
}

/* Forms */
.form-section {
  max-width: 720px;
  margin: 0 auto;
}

.form-grid {
  display: grid;
  gap: 1.25rem;
}

.form-row-2 {
  display: grid;
  gap: 1.25rem;
}

label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}

label .required {
  color: var(--accent);
}

input,
select,
textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-muted);
}

input.error,
select.error,
textarea.error {
  border-color: #dc2626;
}

.field-error {
  color: #dc2626;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.checkbox-field input {
  width: auto;
  margin-top: 0.25rem;
}

.checkbox-field label {
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0;
}

.form-success {
  display: none;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  color: #065f46;
  padding: 1.25rem;
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
}

.form-success.visible {
  display: block;
}

/* Contact */
.contact-cards {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.contact-card {
  padding: 1.5rem;
  background: var(--gray-bg);
  border-radius: var(--radius);
}

.contact-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.contact-card a {
  color: var(--accent);
  font-weight: 600;
}

/* Footer */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.85);
  padding: 3rem 0 1.5rem;
  margin-top: 0;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-company-name {
  font-weight: 700;
  color: var(--white);
  margin: 0 0 0.25rem;
  font-size: 1rem;
}

.footer-location {
  margin: 0 0 1rem;
  opacity: 0.88;
  font-size: 0.9rem;
}

.footer-tagline {
  font-weight: 600;
  color: var(--brand-cyan);
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
}

.footer-audience {
  margin: 0 0 1rem;
  opacity: 0.88;
  font-size: 0.9rem;
  line-height: 1.55;
}

.footer-contact-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contact-links li {
  margin-bottom: 0.35rem;
}

.footer-contact-links a {
  color: var(--brand-cyan);
  font-weight: 500;
  font-size: 0.9rem;
}

.footer-contact-links a:hover {
  color: var(--accent);
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.65;
  opacity: 0.88;
  margin: 0 0 0.75rem;
}

.footer-note {
  font-size: 0.8rem;
  opacity: 0.7;
  font-style: italic;
}

.footer-links h4 {
  color: var(--white);
  margin: 0 0 1rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
  opacity: 0.7;
}

/* Prose */
.prose {
  max-width: 720px;
}

.prose h2 {
  margin-top: 2rem;
  font-size: 1.25rem;
}

.prose p,
.prose li {
  color: var(--slate);
}

.prose ul {
  padding-left: 1.25rem;
}

/* Product category detail */
.category-block {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.category-block:last-child {
  border-bottom: none;
}

.category-block h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.category-tags span {
  background: var(--gray-bg);
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-size: 0.85rem;
  color: var(--navy-light);
}

@media (min-width: 640px) {
  .form-row-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .nav-desktop {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .header-cta {
    display: inline-flex;
  }

  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-3.cols-2-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .split {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .footer-quick-facts {
    grid-column: 1 / -1;
    margin-top: 0.5rem;
  }

  .timeline {
    grid-template-columns: repeat(5, 1fr);
  }

  .timeline-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .timeline-num {
    margin: 0 auto 0.75rem;
  }
}

@media (min-width: 1024px) {
  .grid-3.products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nav-desktop {
    gap: 1rem;
    font-size: 0.85rem;
  }

  .logo-brand {
    max-width: 280px;
  }

  .logo-img {
    max-height: 60px;
    max-width: 260px;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

  .footer-quick-facts {
    grid-column: auto;
    margin-top: 0;
  }
}

/* FAQ */
.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e2e8f0;
  padding: 1.25rem 0;
}

.faq-item:first-child {
  padding-top: 0;
}

.faq-item h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
}

.faq-item p {
  margin: 0;
  color: var(--slate);
  font-size: 0.95rem;
}

/* Blog */
.blog-grid {
  display: grid;
  gap: 1.75rem;
}

.blog-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: transform 0.2s;
}

.blog-card:hover {
  transform: translateY(-2px);
}

.blog-card-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.blog-card-body {
  padding: 1.5rem;
}

.blog-meta {
  font-size: 0.8rem;
  color: var(--slate);
  margin-bottom: 0.5rem;
}

.blog-card h2 {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.blog-card h2 a:hover {
  color: var(--accent);
}

.blog-card p {
  margin: 0 0 1rem;
  color: var(--slate);
  font-size: 0.95rem;
}

.blog-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  background: var(--accent-muted);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.article-header {
  margin-bottom: 2rem;
}

.article-meta {
  color: var(--slate);
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.article-content {
  max-width: 720px;
}

.article-content h2 {
  margin-top: 2rem;
  font-size: 1.25rem;
}

.article-content p,
.article-content li {
  color: var(--slate);
}

.article-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
}

.article-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.article-table th,
.article-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border: 1px solid #e2e8f0;
}

.article-table th {
  background: var(--navy);
  color: var(--white);
  font-weight: 600;
}

.article-table tr:nth-child(even) td {
  background: var(--gray-bg);
}

.article-cta {
  margin-top: 2.5rem;
  padding: 1.75rem;
  background: var(--gray-bg);
  border-radius: var(--radius);
  border-left: 4px solid var(--accent);
}

.article-featured-image {
  width: 100%;
  border-radius: var(--radius);
  margin: 1.5rem 0 2rem;
  box-shadow: var(--shadow);
}

.article-section-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 1.5rem 0 0.75rem;
  display: block;
}

.article-disclaimer {
  font-size: 0.85rem;
  color: var(--slate);
  border-top: 1px solid #e2e8f0;
  padding-top: 1.5rem;
  margin-top: 2rem;
}

.article-about {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--gray-bg);
  border-radius: var(--radius);
}

.article-about p:last-child {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--navy);
}

.form-error {
  display: none;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.form-error.visible {
  display: block;
}

@media (min-width: 640px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
