
:root {
  --bg: #070a0f;
  --bg-2: #0c111a;
  --bg-3: #111827;
  --text: #f7f9fc;
  --muted: #a7b1c2;
  --muted-2: #728094;
  --red: #d43f32;
  --red-2: #a8241d;
  --red-3: #6f1713;
  --amber: #ffb35c;
  --white: #ffffff;
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.2);
  --card: rgba(255,255,255,.055);
  --card-2: rgba(255,255,255,.085);
  --shadow: 0 26px 90px rgba(0,0,0,.42);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% -4%, rgba(212,63,50,.32), transparent 31%),
    radial-gradient(circle at 92% 8%, rgba(255,179,92,.14), transparent 28%),
    radial-gradient(circle at 50% 110%, rgba(212,63,50,.12), transparent 36%),
    linear-gradient(180deg, var(--bg) 0%, #0b1018 48%, var(--bg) 100%);
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
a { color: inherit; text-decoration: none; }
p { margin-top: 0; }
h1,h2,h3 { margin-top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(7,10,15,.78);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: max-content;
}
.brand-mark-wrap {
  width: 74px;
  height: 74px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,.20), transparent 40%),
    linear-gradient(135deg, rgba(212,63,50,.82), rgba(111,23,19,.96));
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 18px 46px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.18);
  overflow: hidden;
}
.brand-mark {
  width: 61px;
  height: 61px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-name {
  color: var(--white);
  font-weight: 950;
  font-size: clamp(1.28rem, 1.65vw, 1.68rem);
  letter-spacing: -.055em;
}
.brand-sub {
  margin-top: 8px;
  color: var(--amber);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 750;
}
.nav a:hover { color: var(--text); }
.nav-cta {
  color: var(--text)!important;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 11px 17px;
  background: rgba(255,255,255,.07);
}
.nav-cta:hover {
  background: rgba(212,63,50,.22);
  border-color: rgba(255,179,92,.38);
}
.breadcrumbs {
  max-width: var(--max);
  margin: 0 auto;
  padding: 28px clamp(20px, 5vw, 72px) 0;
  color: var(--muted-2);
  font-size: .86rem;
  font-weight: 800;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs li + li::before {
  content: "/";
  color: rgba(255,255,255,.3);
}
.breadcrumbs a:hover {
  color: var(--text);
}
.breadcrumbs [aria-current="page"] {
  color: var(--muted);
}

.hero, .contact-hero, .about-hero {
  padding: clamp(46px, 7vw, 92px) clamp(20px, 5vw, 72px) 52px;
}
.hero-grid {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 54px;
  align-items: center;
}
.hero-grid::before {
  content: "";
  position: absolute;
  left: -64px;
  top: -34px;
  width: 210px;
  height: 210px;
  background: url("red-bear-mark-white.png") center/contain no-repeat;
  opacity: .035;
  transform: rotate(-8deg);
  pointer-events: none;
}
.eyebrow {
  color: var(--amber);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
  font-weight: 950;
  margin: 0 0 16px;
}
h1 {
  font-size: clamp(2.65rem, 5.2vw, 5.35rem);
  line-height: .98;
  letter-spacing: -.075em;
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 1;
  letter-spacing: -.06em;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.12rem;
  margin-bottom: 10px;
  letter-spacing: -.025em;
}
.lead {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.9vw, 1.28rem);
  line-height: 1.68;
  max-width: 780px;
}
.hero-brand-card {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 14px 20px 14px 14px;
  margin-bottom: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 10% 20%, rgba(212,63,50,.25), transparent 40%),
    linear-gradient(135deg, rgba(255,255,255,.095), rgba(255,255,255,.035));
  box-shadow: 0 24px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
}
.hero-brand-mark-frame {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(212,63,50,.94), rgba(111,23,19,.96));
  border: 1px solid rgba(255,255,255,.22);
}
.hero-brand-mark {
  width: 78px;
  height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.42));
}
.hero-company {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
  font-weight: 950;
  letter-spacing: -.06em;
}
.hero-company-sub {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: .88rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 850;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 1rem;
}
.button.primary {
  background: linear-gradient(135deg, var(--red), var(--red-2));
  color: white;
  box-shadow: 0 18px 42px rgba(212,63,50,.28);
}
.button.secondary {
  border-color: rgba(255,255,255,.16);
  color: var(--text);
  background: rgba(255,255,255,.055);
}
.button:hover { transform: translateY(-1px); }
.button:disabled {
  cursor: not-allowed;
  opacity: .58;
  transform: none;
}

.hero-card {
  position: relative;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.035)),
    rgba(13,19,29,.92);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(212,63,50,.22), transparent 70%);
}
.terminal-bar {
  display: flex;
  gap: 8px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255,255,255,.11);
}
.terminal-bar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.35);
}
pre {
  margin: 0;
  padding: 30px;
  color: #dce7f7;
  font-size: clamp(.86rem, 1.25vw, .98rem);
  line-height: 1.7;
  overflow-x: auto;
}
.signal-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(255,255,255,.11);
}
.signal-grid div {
  padding: 18px;
  border-right: 1px solid rgba(255,255,255,.11);
}
.signal-grid div:last-child { border-right: 0; }
.signal-grid strong {
  color: var(--amber);
  display: block;
  font-size: .9rem;
}
.signal-grid span {
  display: block;
  color: var(--muted);
  font-size: .84rem;
  margin-top: 4px;
}

.trust-strip {
  margin: 0 auto;
  max-width: var(--max);
  padding: 18px 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: var(--muted);
  text-align: center;
}
.trust-strip p { margin: 0; }

.section, .split-section, .proof, .contact-layout, .about-layout {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px clamp(20px, 3vw, 0px);
}
.section-tight {
  max-width: var(--max);
  margin: 0 auto;
  padding: 44px clamp(20px, 3vw, 0px) 12px;
}
.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.card, .proof-card, .contact-form, .contact-panel, .blog-post, .founder-card, .about-panel {
  position: relative;
  border: 1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(180deg, rgba(255,255,255,.068), rgba(255,255,255,.038));
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(circle at 20% 0%, rgba(212,63,50,.18), transparent 45%);
  transition: opacity .2s ease;
}
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,179,92,.36);
  transition: .2s ease;
}
.card:hover::before { opacity: 1; }
.card > * { position: relative; z-index: 1; }
.card p, .split-section p, .proof-card p, .contact-panel li, .form-note, .blog-post p, .blog-post li, .founder-card p, .about-panel li {
  color: var(--muted);
  line-height: 1.72;
}
.icon {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: rgba(212,63,50,.18);
  color: var(--amber);
  margin-bottom: 20px;
  border: 1px solid rgba(255,179,92,.18);
}
.brand-statement-card {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 32px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 34px;
  padding: clamp(28px, 4vw, 46px);
  background:
    radial-gradient(circle at 10% 20%, rgba(212,63,50,.20), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  box-shadow: var(--shadow);
}
.brand-statement-mark-frame {
  width: 154px;
  height: 154px;
  border-radius: 36px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(212,63,50,.94), rgba(111,23,19,.96));
  border: 1px solid rgba(255,255,255,.22);
}
.brand-statement-mark {
  width: 128px;
  height: 128px;
  object-fit: contain;
  filter: drop-shadow(0 18px 35px rgba(0,0,0,.42));
}
.split-section {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 48px;
  align-items: start;
}
.steps { display: grid; gap: 18px; }
.step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: rgba(255,255,255,.045);
}
.step > span {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(212,63,50,.2);
  color: var(--amber);
  display: grid;
  place-items: center;
  font-weight: 950;
}
.proof {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 18px;
}
.metrics { display: grid; gap: 18px; }
.metrics div {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  padding: 24px;
  background: rgba(255,255,255,.045);
}
.metrics strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.metrics span, .meta { color: var(--muted); }

.cta {
  margin: 0 auto 86px;
  max-width: 980px;
  text-align: center;
  padding: 60px 24px;
}
.cta p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.contact-hero, .about-hero {
  max-width: var(--max);
  margin: 0 auto;
}
.contact-hero h1, .about-hero h1 { max-width: 920px; }
.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  padding-top: 20px;
}
.contact-form { display: grid; gap: 18px; }
label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}
input, select, textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(0,0,0,.30);
  color: var(--text);
  padding: 14px 16px;
  font: inherit;
}
textarea { resize: vertical; }
.honeypot {
  position: absolute;
  left: -9999px;
}
.captcha-widget {
  min-height: 0;
}
.captcha-widget iframe {
  max-width: 100%;
}
.contact-panel ul, .blog-post ul {
  padding-left: 20px;
  line-height: 1.8;
}
.about-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  padding-top: 20px;
}
.founder-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 30px;
  align-items: start;
}
.founder-card h2, .about-panel h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}
.founder-photo {
  width: 158px;
  aspect-ratio: 1;
  border-radius: 30px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(212,63,50,.94), rgba(111,23,19,.96));
  border: 1px solid rgba(255,255,255,.22);
  overflow: hidden;
}
.founder-photo img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  filter: drop-shadow(0 18px 35px rgba(0,0,0,.42));
}
.about-panel ul {
  padding-left: 20px;
  line-height: 1.8;
}
.panel-callout {
  margin-top: 28px;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 24px;
}
.blog-list .card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-post {
  max-width: 900px;
  margin: 0 auto;
}
.blog-post h1 {
  font-size: clamp(2.55rem, 4.8vw, 5rem);
}
.blog-post h2 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  margin-top: 42px;
}
.blog-post strong { color: var(--text); }
.footer {
  border-top: 1px solid rgba(255,255,255,.11);
  padding: 28px clamp(20px, 5vw, 72px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-mark-frame {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(212,63,50,.94), rgba(111,23,19,.96));
  border: 1px solid rgba(255,255,255,.2);
}
.footer-mark {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.footer-brand div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.footer-brand strong {
  color: var(--text);
}
.footer-brand span {
  color: var(--muted);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 800;
}

@media (max-width: 980px) {
  .nav { display: none; }
  .hero-grid, .split-section, .proof, .contact-layout, .about-layout, .founder-card { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .signal-grid { grid-template-columns: repeat(2,1fr); }
  .footer { flex-direction: column; }
  .brand-statement-card { grid-template-columns: 1fr; }
  .service-section.featured { border-left: 0; border-top: 4px solid var(--red); }
}
@media (max-width: 768px) {
  .lane-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .ai-lanes { grid-template-columns: 1fr; }
  .offers-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .site-header { padding: 12px 16px; }
  .brand-mark-wrap { width: 58px; height: 58px; border-radius: 18px; }
  .brand-mark { width: 48px; height: 48px; }
  .brand-name { font-size: 1.03rem; }
  .brand-sub { display: none; }
  .hero-brand-card { width: 100%; }
  .hero-brand-mark-frame { width: 74px; height: 74px; border-radius: 20px; }
  .hero-brand-mark { width: 62px; height: 62px; }
  .hero-company { font-size: 1.28rem; }
  .hero-company-sub { font-size: .72rem; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .trust-strip { border-radius: 24px; }
}

/* ─── Shared container ─── */
.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
}

/* ─── Two-lane homepage block ─── */
.two-lane {
  max-width: var(--max);
  margin: 0 auto;
  padding: 96px clamp(20px, 3vw, 0px);
}
.section-lede {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.8vw, 1.2rem);
  line-height: 1.68;
  max-width: 720px;
}
.lane-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2.5rem;
}
.lane-card {
  display: block;
  padding: 2rem;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.068), rgba(255,255,255,.038));
  box-shadow: 0 18px 60px rgba(0,0,0,.18);
  transition: border-color .2s ease, transform .2s ease;
  overflow: hidden;
}
.lane-card:hover {
  border-color: var(--red);
  transform: translateY(-3px);
}
.lane-card h3 {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  line-height: 1.15;
  letter-spacing: -.04em;
  margin-bottom: 12px;
}
.lane-card p { color: var(--muted); line-height: 1.7; }
.lane-eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .75rem;
  font-weight: 900;
  color: var(--red);
  margin-bottom: .5rem;
}
.lane-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
  color: var(--muted);
}
.lane-list li {
  padding: .25rem 0;
  padding-left: 1.25rem;
  position: relative;
  font-size: .95rem;
}
.lane-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--red);
}
.lane-cta {
  display: inline-block;
  color: var(--amber);
  font-weight: 900;
  font-size: .95rem;
  letter-spacing: .02em;
}
.approach-applies {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 24px;
  padding: 14px 20px;
  border-left: 3px solid var(--red);
  background: rgba(212,63,50,.07);
  border-radius: 0 12px 12px 0;
}
.cta-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 16px;
}
.cta-alt {
  color: var(--muted);
  font-size: .95rem;
}
.cta-alt a {
  color: var(--amber);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 900;
  font-size: 1rem;
  background: linear-gradient(135deg, var(--red), var(--red-2));
  color: white;
  box-shadow: 0 18px 42px rgba(212,63,50,.28);
  transition: transform .15s ease;
  border: 1px solid transparent;
}
.cta-button:hover { transform: translateY(-1px); }
.cta-button.cta-button-secondary {
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.18);
  color: var(--text);
  box-shadow: none;
}
.cta-button.cta-button-secondary:hover {
  background: rgba(212,63,50,.12);
  border-color: rgba(212,63,50,.4);
}

/* ─── Service landing pages ─── */
.page-hero {
  padding: clamp(46px, 7vw, 92px) 0 52px;
}
.lede {
  color: var(--muted);
  font-size: clamp(1.04rem, 1.9vw, 1.28rem);
  line-height: 1.68;
  max-width: 820px;
}
.service-section {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.service-section h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  margin-bottom: 16px;
}
.service-section p { color: var(--muted); line-height: 1.72; }
.service-section ul {
  color: var(--muted);
  line-height: 1.8;
  padding-left: 20px;
  margin: 1rem 0;
}
.service-section strong { color: var(--text); }
.service-section.alt-bg { background: rgba(255,255,255,.025); }
.service-section.featured {
  border-left: 4px solid var(--red);
  padding-left: 0;
}
.featured-badge {
  display: inline-block;
  padding: .25rem .75rem;
  background: var(--red);
  color: white;
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: 999px;
  margin-bottom: 1rem;
}
.inline-cta {
  display: inline-block;
  margin-top: 1rem;
  color: var(--amber);
  font-weight: 900;
  font-size: .95rem;
}
.productized-callout {
  background: rgba(212,63,50,.07);
  padding: 2rem;
  margin-top: 2rem;
  border: 1px solid rgba(212,63,50,.3);
  border-radius: var(--radius);
}
.productized-callout h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  margin-bottom: 12px;
}
.productized-callout p { color: var(--muted); line-height: 1.72; }
.cta-block {
  padding: 4rem 0;
  text-align: center;
}
.cta-block h2 { margin-bottom: 16px; }
.cta-block p { color: var(--muted); font-size: 1.1rem; line-height: 1.65; }
.cta-block .cta-alt { margin-top: 20px; display: block; }

/* ─── AI services page ─── */
.content-block {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.content-block h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  margin-bottom: 16px;
}
.content-block p { color: var(--muted); line-height: 1.72; }
.content-block strong { color: var(--text); }
.content-block.alt-bg { background: rgba(255,255,255,.025); }
.ai-lanes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
.ai-lane-card {
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius);
  background: rgba(255,255,255,.045);
}
.ai-lane-card h3 { margin-bottom: 10px; }
.ai-lane-card p { color: var(--muted); line-height: 1.72; margin: 0; }
.ai-lane-card a { color: var(--amber); text-decoration: underline; text-underline-offset: 3px; }
.offers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.offer-card {
  padding: 1.75rem;
  border: 1px solid rgba(255,255,255,.13);
  border-top: 3px solid var(--red);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.068), rgba(255,255,255,.038));
  box-shadow: 0 10px 40px rgba(0,0,0,.14);
}
.offer-card h3 { margin-bottom: 4px; font-size: 1.18rem; }
.offer-card > p { color: var(--muted); line-height: 1.7; }
.offer-tag {
  display: block;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  color: var(--red);
  margin-bottom: 10px;
}
.offer-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  color: var(--muted);
  font-size: .9rem;
}
.offer-list li {
  padding: .3rem 0;
  padding-left: 1.25rem;
  position: relative;
}
.offer-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--red);
}
.offer-cta {
  display: inline-block;
  margin-top: .5rem;
  color: var(--amber);
  font-weight: 900;
  font-size: .9rem;
}
.problem-list {
  color: var(--muted);
  line-height: 1.8;
  padding-left: 20px;
  margin: 1.5rem 0;
}
.problem-list li { padding: .5rem 0; }

/* ─── Contact topic indicator ─── */
.topic-indicator {
  display: inline-block;
  padding: .3rem .75rem;
  background: rgba(212,63,50,.12);
  border: 1px solid rgba(212,63,50,.3);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 900;
  color: var(--amber);
  margin-bottom: 12px;
}
