:root {
  --color-brand: #0052cc;
  --color-brand-dark: #003d99;
  --color-accent: #00b8a9;
  --color-bg: #f4f6f9;
  --color-surface: #ffffff;
  --color-border: #dde2ea;
  --color-text: #1a202c;
  --color-muted: #5a6473;
  --color-link: #0052cc;
  --radius: 8px;
  --shadow: 0 2px 8px rgba(0,0,0,0.08);
  --max-w: 1100px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
}

/* ── Navigation ── */
.nav-block {
  background: #0e1535;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.nav-block a {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
  padding: 14px 18px;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background 0.15s, color 0.15s;
  display: inline-block;
}
.nav-block a:hover, .nav-block a.active {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

/* ── Layout ── */
.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 40px 24px;
}

/* ── Hero ── */
.hero-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00b8a9;
  margin: 0 0 10px;
  opacity: 1;
}
.hero {
  background: #0e1535;
  color: #fff;
  padding: 56px 40px 52px;
  text-align: center;
  position: relative;
  border-bottom: 3px solid #00b8a9;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0,184,169,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.hero h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 14px;
  color: #ffffff;
  letter-spacing: -0.025em;
  position: relative;
}
.hero p {
  font-size: 1.05rem;
  opacity: 0.78;
  max-width: 640px;
  margin: 0 auto;
  color: rgba(255,255,255,0.85);
  line-height: 1.65;
  position: relative;
}
.hero-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00b8a9;
  margin-bottom: 12px;
  position: relative;
}

/* ── Hero index (home page) ── */
.hero-index {
  background: #ffffff;
  padding: 0;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.hero-inner {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0;
  padding: 56px 48px 48px 56px;
  gap: 40px;
  width: 100%;
}
.hero-text { flex: 1 1 0; min-width: 0; text-align: left; }
.hero-visual {
  flex: 0 0 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -8px;
}
.hero-svg { width: 100%; height: auto; }
/* Logo + badge row */
.hero-logo-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.hero-dxi4-logo { height: 52px; width: auto; display: block; flex-shrink: 0; }
.hero-badge {
  display: inline-block;
  background: rgba(0,82,204,0.07);
  border: 1px solid rgba(0,82,204,0.2);
  color: #0052cc;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
}
/* Tagline */
.hero-index .hero-tagline {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.1;
  color: #0d1635;
  letter-spacing: -0.03em;
  margin: 0;
}
/* Description */
.hero-index .hero-desc {
  font-size: 1.15rem;
  color: #1a202c;
  line-height: 1.65;
  margin: 0;
  opacity: 1;
  max-width: none;
}
/* Stats */
.hero-stats { display: flex; gap: 20px; }
.hero-stat { display: flex; flex-direction: column; align-items: center; }
.stat-circle {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 3px solid #00b8a9;
  background: rgba(0,184,169,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.stat-num {
  font-size: 2.1rem;
  font-weight: 800;
  color: #00b8a9;
  line-height: 1;
  letter-spacing: -0.03em;
}
.stat-label {
  font-size: 0.72rem;
  color: #5a6473;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-align: center;
}
/* By line */
.hero-index .hero-by { font-size: 1.1rem; color: #2d3748; margin: 0; opacity: 1; }
.hero-index .hero-by strong { color: #0d1635; font-weight: 700; }
.hero-index .hero-text p { margin-left: 0; margin-right: 0; }
/* Static intro above animation */
.hero-index .hero-intro {
  font-size: 1.08rem; color: #3d4a5c; line-height: 1.62;
  margin: 0 0 18px; max-width: 580px;
  opacity: 1; text-align: left; position: static;
}
/* Animation stage */
.hero-anim-stage { position: relative; height: 200px; margin-top: 4px; }
.hero-index .hero-text .hero-anim {
  position: absolute; top: 0; left: 0; width: 100%;
  opacity: 0 !important; transform: translateY(18px);
  transition: opacity 0.55s cubic-bezier(0.22,1,0.36,1), transform 0.55s cubic-bezier(0.22,1,0.36,1);
}
.hero-index .hero-text .hero-anim.ha-in { opacity: 1 !important; transform: translateY(0); }
.hero-index .hero-text .hero-anim.ha-out { opacity: 0 !important; transform: translateY(-8px); transition: opacity 0.45s ease, transform 0.45s ease; }

/* Suite page CTA bar */
.suite-cta-bar {
  background: linear-gradient(135deg, rgba(0,82,204,0.04), rgba(0,184,169,0.06));
  border: 1px solid rgba(0,82,204,0.16);
  border-radius: 12px;
  padding: 28px 32px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.suite-cta-bar p { font-size: 1.05rem; font-weight: 600; color: var(--color-text); margin: 0; }
.suite-cta-bar .suite-cta-sub { font-size: 0.87rem; font-weight: 400; color: var(--color-muted); margin-top: 5px; }
@media (max-width: 600px) {
  .suite-cta-bar { flex-direction: column; align-items: flex-start; padding: 22px 20px; }
}

/* ── Why DXi4 section ── */
.why-dxi4 {
  background: #f8f9fc;
  border-top: 1px solid #e8ecf2;
  border-bottom: 1px solid #e8ecf2;
  padding: 64px 56px;
}
.why-dxi4-inner { max-width: 1400px; }
.why-dxi4-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00b8a9;
  margin: 0 0 12px;
}
.why-dxi4-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0d1635;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 48px;
}
.why-dxi4-pillars { display: flex; gap: 40px; }
.why-pillar { flex: 1; }
.why-pillar-icon {
  width: 4px;
  height: 36px;
  background: #00b8a9;
  border-radius: 2px;
  margin-bottom: 16px;
}
.why-pillar h3 { font-size: 1.05rem; font-weight: 700; color: #0d1635; margin: 0 0 10px; }
.why-pillar p { font-size: 0.95rem; color: #4a5568; line-height: 1.65; margin: 0; }

/* Mobile */
@media (max-width: 900px) {
  .hero-inner { flex-direction: column; padding: 48px 24px 32px; }
  .hero-visual { display: none; }
  .hero-index { text-align: center; }
  .hero-stats { justify-content: center; flex-wrap: wrap; }
  .hero-dxi4-logo { margin: 0 auto; }
  .hero-logo-bar { justify-content: center; }
  .hero-index .hero-tagline { font-size: 2.4rem; }
  .why-dxi4 { padding: 48px 24px; }
  .why-dxi4-pillars { flex-direction: column; gap: 32px; }
  .why-dxi4-title { font-size: 1.7rem; }
}

/* ── Section headings ── */
h2 { font-size: 1.5rem; font-weight: 700; margin-bottom: 24px; color: var(--color-text); }
h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 8px; }

/* ── Cards grid ── */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 8px;
}
.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
  border-top: 3px solid transparent;
}
.card:hover {
  box-shadow: 0 8px 28px rgba(0,82,204,0.13);
  transform: translateY(-3px);
  border-top-color: #00b8a9;
}
.card h3 { color: var(--color-brand); }
.card p { color: var(--color-muted); font-size: 0.9rem; margin-top: 6px; }
.card a {
  display: inline-block;
  margin-top: 14px;
  font-size: 0.85rem;
  color: var(--color-link);
  text-decoration: none;
  font-weight: 600;
}
.card a:hover { text-decoration: underline; }

/* ── Breadcrumb ── */
.breadcrumb {
  font-size: 0.82rem;
  color: var(--color-muted);
  margin-bottom: 20px;
}
.breadcrumb a { color: var(--color-link); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 6px; }

/* ── Accelerator detail ── */
.accel-detail {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
  max-width: 760px;
}
.accel-detail h1 { font-size: 1.6rem; color: var(--color-brand); margin-bottom: 16px; }
.accel-detail p { color: var(--color-muted); font-size: 1rem; line-height: 1.7; }
.tag {
  display: inline-block;
  background: rgba(0,82,204,0.08);
  color: var(--color-brand);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 16px;
}

/* ── Contact form ── */
.form-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 40px;
  max-width: 560px;
  margin: 0 auto;
  box-shadow: var(--shadow);
}
/* Wide contact form variant */
.contact-container { max-width: 1200px; }
.contact-form-card { max-width: 100%; padding: 48px; }
.contact-header { margin-bottom: 32px; }
.contact-header h1 { font-size: 1.75rem; margin-bottom: 14px; }
.contact-demo-notice {
  background: linear-gradient(135deg, rgba(0,82,204,0.05), rgba(0,184,169,0.06));
  border: 1px solid rgba(0,82,204,0.18);
  border-left: 4px solid var(--color-brand);
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 0.97rem;
  color: var(--color-text);
  line-height: 1.65;
}
.contact-demo-notice strong { color: var(--color-brand); }
.contact-section-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--color-accent); margin-bottom: 4px;
}
.contact-section-sub { font-size: 0.87rem; color: var(--color-muted); margin-bottom: 18px; line-height: 1.5; }
.contact-divider { border: none; border-top: 2px solid var(--color-border); margin: 36px 0; }

/* 5-column suite grid */
.contact-suites-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 8px;
}
.suite-col {
  border: 2px solid var(--color-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.suite-col.suite-highlighted {
  border-color: var(--color-brand);
  box-shadow: 0 0 0 4px rgba(0,82,204,0.1);
}
.suite-col-header {
  background: #0e1535;
  padding: 13px 13px 11px;
  position: relative;
}
.suite-col-name { display: block; font-size: 0.9rem; font-weight: 800; color: #fff; }
.suite-col-meta { display: block; font-size: 0.68rem; color: rgba(255,255,255,0.45); margin-top: 3px; }
.suite-col-badge {
  position: absolute; top: 11px; right: 11px;
  background: var(--color-accent); color: #fff;
  font-size: 0.68rem; font-weight: 700; border-radius: 99px;
  padding: 1px 7px; min-width: 20px; text-align: center; display: none;
}
.suite-col-badge:not(:empty) { display: inline-block; }
.suite-col-cats {
  padding: 10px 10px 12px;
  display: flex; flex-direction: column; gap: 3px;
  background: var(--color-surface);
}
.suite-check {
  display: flex; align-items: flex-start; gap: 7px;
  font-size: 0.78rem; color: var(--color-text); cursor: pointer;
  padding: 3px 3px; border-radius: 4px; line-height: 1.35;
}
.suite-check:hover { color: var(--color-brand); background: rgba(0,82,204,0.04); }
.suite-check input[type="checkbox"] {
  width: 13px; height: 13px; accent-color: var(--color-brand);
  flex-shrink: 0; margin-top: 1px; cursor: pointer;
}

/* Contact details 2-col grid */
.contact-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.contact-details-grid .form-group.full-width { grid-column: 1 / -1; }
.work-email-hint {
  font-size: 0.76rem; color: var(--color-muted); margin-top: 5px; line-height: 1.4;
}
.work-email-error {
  display: none; font-size: 0.82rem; color: #b91c1c;
  background: #fef2f2; border: 1px solid #fecaca; border-radius: 6px;
  padding: 9px 13px; margin-top: 6px; line-height: 1.5;
}
.work-email-error.visible { display: block; }

/* Hero CTA button */
.hero-ctas { margin: 20px 0 24px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.btn-hero-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--color-accent); color: #fff;
  font-size: 0.95rem; font-weight: 700; padding: 13px 28px;
  border-radius: 8px; text-decoration: none;
  transition: background 0.15s, transform 0.15s;
}
.btn-hero-cta:hover { background: #009e96; transform: translateY(-2px); }

/* "Request Demos" card button */
.btn-request-demos {
  display: block; margin-top: 14px;
  padding: 9px 14px;
  background: rgba(0,82,204,0.06);
  border: 1px solid rgba(0,82,204,0.22);
  color: var(--color-brand);
  font-size: 0.82rem; font-weight: 600; text-align: center;
  border-radius: 6px; text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  cursor: pointer;
}
.btn-request-demos:hover {
  background: var(--color-brand); color: #fff; border-color: var(--color-brand);
}

@media (max-width: 1060px) {
  .contact-suites-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 740px) {
  .contact-suites-grid { grid-template-columns: 1fr 1fr; }
  .contact-details-grid { grid-template-columns: 1fr; }
  .contact-form-card { padding: 28px 20px; }
}
@media (max-width: 480px) {
  .contact-suites-grid { grid-template-columns: 1fr; }
}
.form-card h1 { font-size: 1.6rem; margin-bottom: 6px; }
.form-card .subtitle { color: var(--color-muted); font-size: 0.9rem; margin-bottom: 28px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.87rem; font-weight: 600; margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--color-text);
  background: #fafbfc;
  transition: border-color 0.15s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--color-brand);
  background: #fff;
}
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit {
  width: 100%;
  padding: 12px;
  background: var(--color-brand);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}
.btn-submit:hover { background: var(--color-brand-dark); }
.status-box {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: var(--radius);
  font-size: 0.9rem;
  display: none;
}
.status-box.success { background: #e6f4ea; color: #1e7e34; border: 1px solid #b7dfbe; display: block; }
.status-box.error   { background: #fde8e8; color: #b91c1c; border: 1px solid #f5bcbc; display: block; }

/* ── Areas of Interest selector ── */
.interest-suites { display: flex; flex-direction: column; gap: 8px; }
.interest-suite  { border: 1px solid var(--color-border); border-radius: 8px; overflow: hidden; }
.interest-suite-header { background: var(--color-bg); }
.interest-toggle {
  width: 100%; display: flex; align-items: center; gap: 10px;
  padding: 11px 14px; background: none; border: none; cursor: pointer;
  font-size: 0.92rem; font-weight: 600; color: var(--color-text); text-align: left;
}
.interest-toggle:hover { background: #eaf0fb; }
.interest-suite-name { flex: 1; }
.interest-badge {
  background: var(--color-brand); color: #fff;
  font-size: 0.72rem; font-weight: 700; border-radius: 99px;
  padding: 1px 7px; min-width: 20px; text-align: center;
  display: none;
}
.interest-badge:not(:empty) { display: inline-block; }
.interest-chevron {
  font-size: 1.1rem; color: var(--color-muted);
  transition: transform 0.2s ease; display: inline-block;
}
.interest-cats {
  padding: 10px 14px 14px;
  display: flex; flex-direction: column; gap: 6px;
  border-top: 1px solid var(--color-border);
  background: var(--color-surface);
}
.interest-check {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.875rem; color: var(--color-text); cursor: pointer;
  padding: 4px 2px; border-radius: 4px;
}
.interest-check:hover { color: var(--color-brand); }
.interest-check input[type="checkbox"] {
  width: 15px; height: 15px; accent-color: var(--color-brand);
  flex-shrink: 0; cursor: pointer;
}

/* ── Suite index hero bands ── */
.suite-band {
  border-left: 4px solid var(--color-accent);
  padding: 4px 0 4px 16px;
  margin-bottom: 32px;
}
.suite-band h2 { margin-bottom: 4px; }
.suite-band p { color: var(--color-muted); font-size: 0.92rem; }

/* ── Footer ── */
footer, .site-footer {
  background: #0e1535;
  padding: 40px 56px;
  margin-top: 0;
}
.footer-inner {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer-logo-sclever { height: 40px; width: auto; }
.footer-logo-dxi4 { height: 40px; width: auto; opacity: 0.85; }
.footer-copy {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
}
.footer-copy a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
}
.footer-copy a:hover { color: #00b8a9; }
@media (max-width: 768px) {
  footer, .site-footer { padding: 32px 24px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
}

@media (max-width: 600px) {
  .hero h1 { font-size: 1.5rem; }
  .form-card { padding: 24px; }
  .accel-detail { padding: 24px; }
}

/* ── Search bar (nav) ── */
.nav-search {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 8px 0;
  gap: 0;
}
.nav-search input[type="search"] {
  padding: 6px 12px;
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: 0.85rem;
  width: 200px;
  outline: none;
  background: rgba(255,255,255,0.15);
  color: #fff;
}
.nav-search input[type="search"]::placeholder { color: rgba(255,255,255,0.6); }
.nav-search input[type="search"]:focus { background: rgba(255,255,255,0.25); }
.nav-search button {
  padding: 6px 10px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: rgba(255,255,255,0.22);
  color: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.15s;
}
.nav-search button:hover { background: rgba(255,255,255,0.35); }

/* ── Search results page ── */
.search-header { margin-bottom: 28px; }
.search-header h1 { font-size: 1.5rem; margin-bottom: 16px; }
.search-bar-large { display: flex; gap: 0; max-width: 540px; }
.search-bar-large input[type="search"] {
  flex: 1;
  padding: 11px 16px;
  border: 1px solid var(--color-border);
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 1rem;
  outline: none;
}
.search-bar-large input[type="search"]:focus { border-color: var(--color-brand); }
.search-bar-large button {
  padding: 11px 20px;
  background: var(--color-brand);
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
}
.search-bar-large button:hover { background: var(--color-brand-dark); }
mark {
  background: #fff3cd;
  color: inherit;
  border-radius: 2px;
  padding: 0 1px;
}

@media (max-width: 700px) {
  .nav-search input[type="search"] { width: 130px; }
}

/* ── Accelerator rich page ── */
.accel-hero {
  background: #0e1535;
  border: none;
  border-left: 4px solid #00b8a9;
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 32px 36px;
  margin-bottom: 32px;
}
.accel-title { font-size: 1.85rem; font-weight: 800; color: #ffffff; margin: 8px 0 12px; letter-spacing: -0.02em; }
.accel-lead  { font-size: 1.05rem; color: rgba(255,255,255,0.72); max-width: 700px; line-height: 1.6; }
.tag {
  display: inline-block;
  background: rgba(0,184,169,0.15);
  color: #00b8a9;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.accel-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 28px;
  align-items: start;
}
@media (max-width: 860px) {
  .accel-grid { grid-template-columns: 1fr; }
}

.accel-block {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 28px 32px;
  margin-bottom: 20px;
  box-shadow: var(--shadow);
}
.accel-block h2 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-brand);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e8effe;
}

.two-col-block { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 600px) { .two-col-block { grid-template-columns: 1fr; } }

.check-list { list-style: none; padding: 0; }
.check-list li { padding: 6px 0 6px 26px; position: relative; color: var(--color-text); font-size: 0.92rem; border-bottom: 1px solid #f0f2f5; }
.check-list li:last-child { border-bottom: none; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--color-accent); font-weight: 700; }

.bullet-list { list-style: none; padding: 0; }
.bullet-list li { padding: 5px 0 5px 18px; position: relative; font-size: 0.9rem; color: var(--color-text); }
.bullet-list li::before { content: "›"; position: absolute; left: 0; color: var(--color-brand); font-weight: 700; }

/* Sidebar */
.accel-sidebar { display: flex; flex-direction: column; gap: 16px; }
.sidebar-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 20px 22px;
  box-shadow: var(--shadow);
}
.sidebar-card h3 { font-size: 0.9rem; font-weight: 700; color: var(--color-brand); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.04em; }
.highlight-card { border-left: 4px solid var(--color-accent); }
.value-list { list-style: none; padding: 0; }
.value-list li { padding: 6px 0 6px 22px; position: relative; font-size: 0.88rem; color: var(--color-text); }
.value-list li::before { content: "★"; position: absolute; left: 0; color: var(--color-accent); font-size: 0.8rem; }

.pill-group { display: flex; flex-wrap: wrap; gap: 6px; }
.pill { background: #e8f0fe; color: var(--color-brand); font-size: 0.78rem; font-weight: 600; padding: 4px 10px; border-radius: 20px; }

/* Related */
.related-section { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 20px 22px; }
.related-section h3 { font-size: 0.9rem; font-weight: 700; color: var(--color-brand); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.04em; }
.related-list { display: flex; flex-direction: column; gap: 8px; }
.related-chip { display: block; background: #f4f6f9; border: 1px solid var(--color-border); border-radius: 6px; padding: 8px 12px; font-size: 0.83rem; color: var(--color-link); text-decoration: none; transition: background 0.15s; }
.related-chip:hover { background: #e8f0fe; }

/* ── Services section (embedded on accel pages) ── */
.services-section {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 2px solid var(--color-border);
}
.services-section h2 { font-size: 1.4rem; margin-bottom: 8px; }
.services-intro { color: var(--color-muted); font-size: 0.93rem; max-width: 680px; margin-bottom: 28px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.service-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}
.service-icon { font-size: 1.6rem; margin-bottom: 8px; }
.service-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--color-brand); margin-bottom: 6px; }
.service-card p { font-size: 0.83rem; color: var(--color-muted); margin-bottom: 10px; }
.service-card ul { list-style: none; padding: 0; }
.service-card ul li { font-size: 0.8rem; color: var(--color-text); padding: 3px 0 3px 14px; position: relative; }
.service-card ul li::before { content: "·"; position: absolute; left: 0; color: var(--color-accent); font-weight: 700; font-size: 1.1rem; line-height: 1.2; }
.services-cta { margin-top: 28px; }
.btn-cta {
  display: inline-block;
  background: var(--color-brand);
  color: #fff;
  padding: 12px 24px;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.15s;
}
.btn-cta:hover { background: var(--color-brand-dark); }

/* ── Services full page ── */
.services-full-grid { display: flex; flex-direction: column; gap: 24px; }
.service-card-full {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 28px 32px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
}
.service-icon-lg { font-size: 2rem; padding-top: 4px; }
.service-card-full h3 { font-size: 1.1rem; font-weight: 700; color: var(--color-brand); margin-bottom: 8px; }
.service-card-full p { color: var(--color-muted); font-size: 0.92rem; margin-bottom: 12px; }
.service-card-full ul { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 24px; }
.service-card-full ul li { font-size: 0.87rem; color: var(--color-text); padding-left: 14px; position: relative; }
.service-card-full ul li::before { content: "✓"; position: absolute; left: 0; color: var(--color-accent); font-weight: 700; }
@media (max-width: 600px) {
  .service-card-full { grid-template-columns: 1fr; }
  .service-card-full ul { grid-template-columns: 1fr; }
}
