/* ============================================================================
   PodSEO Marketing — shared styles
   Extends colors_and_type.css with marketing-page components.
   ========================================================================== */

@import url("./colors_and_type.d6fe9883d600.css");
@import url("./mockups.efb6df81688b.css");

* { box-sizing: border-box; }

html, body { margin: 0; }
html { overflow-x: clip; }
body {
  background: #fff;
  color: var(--fg1);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
:focus-visible { outline: none; box-shadow: var(--podseo-focus-ring); border-radius: 4px; }

/* ------------ Layout ------------ */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.wrap-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }

/* ------------ Type ------------ */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--bs-primary);
}
.eyebrow .dot { display: none; }
.eyebrow.eyebrow-muted { color: var(--fg3); }

h1, h2, h3, h4, h5 { font-family: var(--font-body); margin: 0; color: var(--fg1); }
h1 { font-size: clamp(44px, 6vw, 76px); font-weight: 800; letter-spacing: -0.035em; line-height: 0.98; }
h2 { font-size: clamp(34px, 4vw, 48px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.05; }
h3 { font-size: 22px; font-weight: 700; letter-spacing: -0.015em; }
h4 { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; }

.lead { font-size: 19px; line-height: 1.5; color: var(--fg2); }
.muted { color: var(--fg2); }
.text-mark { color: var(--bs-primary); }

/* Section heads */
.section-head { max-width: 720px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { margin: 14px 0 12px; }
.section-head p { font-size: 18px; line-height: 1.55; color: var(--fg2); margin: 0; }

/* ------------ Buttons ------------ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 44px; padding: 0 1.1rem;
  font-size: 14.5px; font-weight: 600;
  border-radius: 8px; border: 1.5px solid;
  cursor: pointer; font-family: var(--font-body);
  transition: background .15s, color .15s, transform .15s, box-shadow .15s, border-color .15s;
  text-decoration: none; white-space: nowrap;
}
.btn-lg { height: 52px; padding: 0 1.4rem; font-size: 16px; border-radius: 9px; }
.btn-sm { height: 34px; padding: 0 .85rem; font-size: 13px; border-radius: 6px; }
.btn-primary { background: var(--bs-primary); border-color: var(--bs-primary); color: #fff; }
.btn-primary:hover { background: var(--podseo-dark-orange); border-color: var(--podseo-dark-orange); color: #fff; transform: translateY(-1px); box-shadow: 0 8px 16px rgba(255,106,1,.24); }
/* Canonical secondary CTA — matches product .btn-primary.alternate */
.btn-primary.alternate { background: #fff; border-color: var(--bs-primary); color: var(--bs-primary); box-shadow: none; }
.btn-primary.alternate:hover { background: var(--bs-primary); border-color: var(--bs-primary); color: #fff; transform: none; box-shadow: 0 4px 8px rgba(255,106,1,.15); }
.btn-ghost { background: transparent; border-color: transparent; color: var(--fg1); }
.btn-ghost:hover { background: var(--bg-muted); color: var(--fg1); }
.btn-arrow svg { transition: transform .15s; }
.btn:hover .btn-arrow svg, .btn-arrow:hover svg { transform: translateX(2px); }

/* ------------ Nav ------------ */
.site-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px) saturate(140%);
  border-bottom: 1px solid var(--border);
}
.site-nav-row { display: flex; align-items: center; gap: 32px; padding-block: 14px; }
.site-nav .brand-link { flex: 0 0 auto; }
.site-nav .brand-link img { height: 22px; }
.site-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 4px; }
.site-nav ul a {
  color: var(--fg2); font-size: 14px; font-weight: 500;
  padding: 7px 12px; border-radius: 7px; display: inline-block;
}
.site-nav ul a:hover { color: var(--fg1); background: var(--bg-muted); }
.site-nav ul a.active { color: var(--fg1); background: rgba(255,106,1,.08); }
.site-nav .actions { margin-left: auto; display: flex; gap: 8px; align-items: center; flex: 0 0 auto; }

/* ------------ Footer ------------ */
.site-footer { background: var(--bg-muted); border-top: 1px solid var(--border); padding: 72px 0 32px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--border); }
.foot-brand img { height: 24px; }
.foot-brand p { font-size: 14px; color: var(--fg2); line-height: 1.55; max-width: 280px; margin: 18px 0 22px; }
.foot-col h5 { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--fg3); margin-bottom: 16px; font-weight: 800; }
.foot-col ul { list-style: none; padding: 0; margin: 0; }
.foot-col ul li { margin-bottom: 11px; }
.foot-col ul a { color: var(--fg1); font-size: 14px; }
.foot-col ul a:hover { color: var(--bs-primary); }
.foot-bottom { display: flex; justify-content: space-between; padding-top: 26px; font-size: 12.5px; color: var(--fg3); }
.foot-bottom .stage-mini { display: inline-flex; gap: 5px; align-items: center; }
.foot-bottom .stage-mini .pip { width: 6px; height: 6px; border-radius: 50%; background: var(--bs-primary); opacity: 0.55; }

/* ------------ Pills, chips, badges ------------ */
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: transparent; color: var(--podseo-dark-orange);
  padding: 3px 10px 3px 9px; border-radius: 9999px;
  font-size: 12px; font-weight: 600; letter-spacing: .01em;
  border: 1px solid rgba(255,106,1,.22);
}
.pill .dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: .85; }
.pill.pill-soft {
  background: transparent;
  border-color: transparent;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

/* Pills, chips, badges (continued) */
.pill-neutral { background: var(--bg-muted); color: var(--fg2); border-color: var(--border); }
.pill-success { background: #ECFDF5; color: #047857; border-color: #A7F3D0; }
.pill-info { background: #EEF2FF; color: #4338CA; border-color: #C7D2FE; }

/* Stage chips — Plan / Get Found / Promote / Prove */
.stage-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px 6px 10px; border-radius: 9999px;
  font-size: 11.5px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid; background: #fff;
}
.stage-chip .dot { width: 8px; height: 8px; border-radius: 50%; }
.stage-plan    { color: #5b21b6; border-color: #DDD6FE; background: #F5F3FF; }
.stage-plan .dot { background: #8b5cf6; }
.stage-found   { color: #1e40af; border-color: #BFDBFE; background: #EFF6FF; }
.stage-found .dot { background: #3b82f6; }
.stage-promote { color: var(--podseo-dark-orange); border-color: rgba(255,106,1,.25); background: rgba(255,106,1,.06); }
.stage-promote .dot { background: var(--bs-primary); }
.stage-prove   { color: #047857; border-color: #A7F3D0; background: #ECFDF5; }
.stage-prove .dot { background: #10b981; }

/* ------------ Cards / panels ------------ */
.card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 14px; box-shadow: var(--shadow-sm);
}
.card-hover { transition: transform .2s, box-shadow .2s, border-color .2s; }
.card-hover:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--bs-gray-300); }

/* ------------ Hero ------------ */
.hero { padding: 88px 0 64px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.hero h1 em { font-style: normal; color: var(--bs-primary); }
.hero .lead { margin: 22px 0 30px; max-width: 540px; }
.hero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .signals { display: flex; gap: 24px; margin-top: 24px; font-size: 13px; color: var(--fg3); align-items: center; flex-wrap: wrap; }
.hero .signals .check { color: #16a34a; font-weight: 800; }

/* Hero visual frames (mock dashboard chrome) */
.mock-frame {
  position: relative;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 30px 60px -30px rgba(22,28,45,.32), 0 6px 14px -8px rgba(22,28,45,.10);
  overflow: hidden;
}
.mock-frame .mock-titlebar {
  display: flex; align-items: center; gap: 12px;
  padding: 11px 14px;
  background: linear-gradient(180deg, #FAFAFB, #fff);
  border-bottom: 1px solid var(--border);
}
.mock-frame .mock-titlebar .dots { display: inline-flex; gap: 6px; }
.mock-frame .mock-titlebar .dots span { width: 10px; height: 10px; border-radius: 50%; background: #E3E6ED; }
.mock-frame .mock-titlebar .url { font-size: 11.5px; color: var(--fg3); font-family: var(--font-mono); background: var(--bg-muted); padding: 4px 10px; border-radius: 6px; border: 1px solid var(--border); flex: 1; max-width: 360px; }

/* Floating badges over hero visual */
.hero-badge {
  position: absolute; background: #fff; border: 1px solid var(--border);
  border-radius: 12px; padding: 10px 14px;
  box-shadow: 0 12px 26px -10px rgba(22,28,45,.22);
  font-size: 12px; line-height: 1.3; min-width: 160px;
}
.hero-badge .label { color: var(--fg3); font-weight: 700; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.hero-badge .value { font-size: 22px; font-weight: 700; letter-spacing: -.02em; font-variant-numeric: tabular-nums; color: var(--fg1); margin-top: 3px; }
.hero-badge .delta { margin-top: 4px; color: #059669; font-weight: 700; font-size: 12px; }

/* ------------ Comparison tables ------------ */
.table-scroll { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.compare-table { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff;
  border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
@media (max-width: 720px) {
  /* Stack comparison rows into cards. Each td gets a data-col label via JS at runtime. */
  .table-scroll { overflow-x: visible; }
  .compare-table, .compare-table tbody, .compare-table tr, .compare-table td, .compare-table thead { display: block; }
  .compare-table { border: 0; background: transparent; border-radius: 0; }
  .compare-table thead { display: none; }
  .compare-table tbody tr { background: #fff; border: 1px solid var(--border); border-radius: 12px; margin-bottom: 12px; padding: 8px 14px; box-shadow: var(--shadow-sm); }
  .compare-table td { padding: 8px 0 !important; border: 0 !important; display: flex !important; justify-content: space-between; align-items: center; gap: 12px; text-align: right; font-size: 13.5px; }
  .compare-table td.row-label { padding: 6px 0 10px !important; border-bottom: 1px solid var(--border) !important; margin-bottom: 4px; justify-content: flex-start; text-align: left; font-weight: 700; }
  .compare-table td:not(.row-label)::before { content: attr(data-col); font-size: 11.5px; font-weight: 800; color: var(--fg3); text-transform: uppercase; letter-spacing: .04em; flex: 1; text-align: left; }
  .compare-table td.us { background: rgba(255,106,1,.06); border-radius: 6px; padding: 8px 10px !important; }
}
.compare-table th, .compare-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--border); }
.compare-table thead th { background: var(--bg-muted); font-size: 12.5px; font-weight: 700; letter-spacing: .01em; color: var(--fg2); }
.compare-table thead th.us { background: rgba(255,106,1,.06); color: var(--podseo-dark-orange); }
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table td.us { background: rgba(255,106,1,.025); font-weight: 600; }
.compare-table .ck { color: #16a34a; font-weight: 800; font-size: 16px; }
.compare-table .x { color: var(--fg4); font-weight: 600; }
.compare-table .partial { color: var(--bs-warning); font-weight: 700; font-size: 13px; }
.compare-table th .brand-mini { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; }
.compare-table th .brand-mini img { height: 16px; }
.compare-table .row-label { font-weight: 600; color: var(--fg1); }
.compare-table .row-label .sub { display: block; font-size: 12px; font-weight: 500; color: var(--fg3); margin-top: 2px; }

/* ------------ FAQ accordion ------------ */
.faq { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 22px 4px; cursor: pointer; font-weight: 700; font-size: 17px; letter-spacing: -0.01em; }
.faq-q:hover { color: var(--bs-primary); }
.faq-toggle { width: 28px; height: 28px; border-radius: 50%; background: var(--bg-muted);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .2s, background .15s; }
.faq-item.open .faq-toggle { transform: rotate(45deg); background: rgba(255,106,1,.1); color: var(--bs-primary); }
.faq-a { font-size: 15.5px; line-height: 1.6; color: var(--fg2); padding: 0 4px;
  max-height: 0; overflow: hidden; transition: max-height .25s ease, padding .25s ease; }
.faq-item.open .faq-a { max-height: 800px; padding: 0 4px 22px; }
.faq-a p { margin: 0 0 10px; }
.faq-a p:last-child { margin-bottom: 0; }

/* ------------ Direct answer block (AEO) ------------ */
.direct-answer {
  background: linear-gradient(180deg, #fff 0%, rgba(255,106,1,.025) 100%);
  border: 1px solid var(--border);
  border-left: 3px solid var(--bs-primary);
  border-radius: 10px;
  padding: 22px 26px;
  font-size: 17px; line-height: 1.55; color: var(--fg1);
}
.direct-answer strong { color: var(--podseo-dark-orange); }

/* ------------ How it works ------------ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  position: relative;
  padding: 28px 22px;
  background: #fff; border: 1px solid var(--border); border-radius: 14px;
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,106,1,.08); color: var(--bs-primary);
  font-weight: 800; font-size: 14px; letter-spacing: -.02em;
  border: 1px solid rgba(255,106,1,.18); margin-bottom: 16px;
  font-variant-numeric: tabular-nums;
}
.step h4 { margin: 0 0 6px; font-size: 17px; }
.step p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--fg2); }

/* ------------ Outcome cards / use-cases ------------ */
.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.outcome {
  padding: 24px; background: #fff; border: 1px solid var(--border); border-radius: 14px;
}
.outcome .label { font-size: 11px; font-weight: 800; color: var(--fg3); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.outcome .metric { font-size: 36px; font-weight: 800; letter-spacing: -.025em; color: var(--fg1); font-variant-numeric: tabular-nums; }
.outcome .metric .unit { font-size: 18px; color: var(--fg3); font-weight: 600; }
.outcome p { margin: 12px 0 0; font-size: 14px; line-height: 1.5; color: var(--fg2); }

/* ------------ Stage band / growth loop ------------ */
/* (Defined per-page where the loop appears, since each page expresses it differently) */

/* ------------ Code-ish callouts ------------ */
.kbd { font-family: var(--font-mono); font-size: 12px; padding: 2px 6px; background: var(--bg-muted); border: 1px solid var(--border); border-radius: 5px; }

/* ------------ Logo strip ------------ */
.logo-strip { padding: 28px 0 36px; border-bottom: 1px solid var(--border); }
.logo-strip-title { font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--fg3); text-align: center; margin-bottom: 22px; }
.logo-row { display: flex; gap: 44px; justify-content: center; align-items: center; flex-wrap: wrap; opacity: 0.85; }
.logo-row .pl { display: inline-flex; align-items: center; gap: 10px; color: var(--fg2); font-weight: 700; font-size: 14.5px; letter-spacing: -.01em; }
.logo-row .pl img { width: 20px; height: 20px; }

/* ------------ Mini bar / dashboard ------------ */
.mini-bar { height: 6px; background: var(--bg-subtle); border-radius: 9999px; overflow: hidden; }
.mini-bar > span { display: block; height: 100%; border-radius: 9999px; }

/* ------------ Section dividers ------------ */
.section.alt { background: var(--bg-muted); }
.section-divider { height: 1px; background: var(--border); margin: 0 32px; max-width: 1136px; margin-inline: auto; }

/* ------------ Trust quote section ------------ */
.trust-quote-section { padding: 64px 0; background: var(--bg-muted); }
.trust-counter { text-align: center; font-size: 14.5px; color: var(--fg2); margin: 0 0 24px; letter-spacing: .01em; }
.trust-counter__num { color: var(--bs-primary); font-weight: 800; font-variant-numeric: tabular-nums; }
.trust-quote { max-width: 720px; margin: 0 auto; padding: 32px 36px; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow-sm); }
.trust-quote blockquote { margin: 0 0 16px; font-size: 18px; line-height: 1.55; color: var(--fg1); font-weight: 500; font-style: normal; }
.trust-quote figcaption { display: flex; align-items: center; gap: 12px; }
.trust-quote .avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--bs-primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 14px; }
.trust-quote .meta strong { display: block; font-size: 14.5px; color: var(--fg1); }
.trust-quote .meta > span { font-size: 12.5px; color: var(--fg3); }

/* ------------ Mobile sticky CTA ------------ */
.sticky-cta { display: none; }
@media (max-width: 720px) {
  .sticky-cta {
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 40;
    display: flex; flex-direction: column; align-items: center; gap: 2px;
    padding: 10px 16px 14px;
    background: rgba(255,255,255,.96); backdrop-filter: saturate(140%) blur(10px);
    border-top: 1px solid var(--border);
    box-shadow: 0 -8px 24px -12px rgba(0,0,0,.18);
    transform: translateY(110%); transition: transform .25s ease;
  }
  .sticky-cta.is-visible { transform: translateY(0); }
  .sticky-cta .btn { width: 100%; max-width: 420px; padding-block: 14px; font-size: 15px; min-height: 48px; }
  .sticky-cta small { font-size: 11.5px; color: var(--fg3); letter-spacing: .02em; }
  /* Footer breathing room when sticky CTA is mounted */
  body { padding-bottom: 88px; }
}

/* ------------ Responsive ------------ */
@media (max-width: 960px) {
  .hero-grid, .foot-grid, .compare-grid { grid-template-columns: 1fr; gap: 36px; }
  .steps, .outcome-grid { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .hero { padding: 56px 0 40px; }
  .site-nav ul { display: none; }
  h1 { font-size: clamp(36px, 9vw, 56px); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .wrap,
  .wrap-narrow { padding-inline: 20px; }
  .site-nav-row { gap: 12px; padding-block: 10px; }
  .site-nav .brand-link img { height: 20px; }
  .site-nav .actions { gap: 6px; }
  .site-nav .actions .btn-sm { padding-inline: 0.72rem; }
  .site-footer { padding: 40px 0 24px; }
  .foot-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-bottom: 24px;
  }
  .foot-brand {
    grid-column: auto;
    padding-bottom: 0;
  }
  .foot-brand img { height: 22px; }
  .foot-brand p {
    max-width: 28rem;
    margin: 12px 0 0;
    font-size: 14px;
  }
  .foot-brand .foot-actions {
    display: none;
  }
  .foot-col {
    padding-top: 22px;
    border-top: 1px solid var(--border);
  }
  .foot-col h5 { margin-bottom: 10px; }
  .foot-col h5[style] { margin-top: 22px !important; }
  .foot-col ul li { margin-bottom: 0; }
  .foot-col ul a { display: block; padding-block: 8px; line-height: 1.35; }
  .foot-bottom {
    padding-top: 20px;
    justify-content: flex-start;
    line-height: 1.45;
  }
  .foot-bottom .stage-mini {
    display: none;
  }
}

@media (max-width: 360px) {
  .wrap,
  .wrap-narrow { padding-inline: 16px; }
  .site-nav-row { gap: 10px; padding-block: 8px; }
  .site-nav .actions .btn-sm { padding-inline: 0.62rem; }
}

/* ============================================================================
   Feature-page shared chrome
   ========================================================================== */

/* Feature hero — used on all /features/* pages */
.feat-hero { padding: 80px 0 64px; position: relative; overflow: hidden; }
.feat-hero .bg-decoration {
  position: absolute; top: -120px; right: -160px;
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(255,106,1,.08) 0%, transparent 60%);
  pointer-events: none;
}
.feat-hero .wrap { position: relative; }
.feat-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.feat-hero h1 { font-size: clamp(40px, 5.2vw, 64px); letter-spacing: -.03em; margin: 18px 0 22px; }
.feat-hero h1 em { font-style: normal; color: var(--bs-primary); }
.feat-hero .lead { font-size: 18.5px; line-height: 1.55; color: var(--fg2); max-width: 540px; margin: 0 0 28px; }
.feat-hero .cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.feat-hero .signals { margin-top: 22px; display: flex; gap: 24px; font-size: 13px; color: var(--fg3); flex-wrap: wrap; }
.feat-hero .signals .check { color: #16a34a; font-weight: 800; }
.feat-hero .m-host { position: relative; }

/* Stage badge breadcrumb */
.crumb {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; color: var(--fg3); margin-bottom: 8px;
}
.crumb a { color: var(--fg2); }
.crumb a:hover { color: var(--bs-primary); }
.crumb .sep { color: var(--fg4); font-weight: 500; }

/* Section variants */
.section.tight { padding: 64px 0; }
.section.alt-bg { background: var(--bg-muted); }

/* Capability rows — alternating screenshot + copy blocks */
.capability { padding: 80px 0; border-top: 1px solid var(--border); }
.capability:first-of-type { border-top: 0; }
.capability-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; align-items: center; }
.capability-grid.flipped > .cap-text { order: 2; }
.cap-text .num { font-family: var(--font-mono); font-size: 12px; color: var(--bs-primary); font-weight: 600; letter-spacing: .04em; margin-bottom: 14px; display: block; }
.cap-text h3 { font-size: clamp(28px, 3vw, 38px); margin: 0 0 14px; letter-spacing: -.02em; line-height: 1.1; }
.cap-text p { font-size: 16.5px; line-height: 1.6; color: var(--fg2); margin: 0 0 18px; }
.cap-text ul { list-style: none; padding: 0; margin: 0; }
.cap-text ul li { padding: 7px 0; padding-left: 26px; position: relative; font-size: 14.5px; color: var(--fg1); line-height: 1.5; }
.cap-text ul li::before { content: ""; position: absolute; left: 0; top: 13px; width: 14px; height: 8px; border-left: 2px solid var(--bs-primary); border-bottom: 2px solid var(--bs-primary); transform: rotate(-45deg); }
.cap-text ul li b { color: var(--fg1); }
.cap-mock {
  background: var(--bg-muted); border: 1px solid var(--border); border-radius: 16px; padding: 22px;
  container-type: inline-size;
}
.cap-mock .frame {
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  box-shadow: 0 18px 36px -22px rgba(22,28,45,.22);
  overflow: hidden;
}
.cap-mock .frame .head { padding: 12px 16px; border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(180deg,#FAFAFB,#fff); }
.cap-mock .frame .head h5 { margin: 0; font-size: 13px; font-weight: 700; }
.cap-mock .frame .head .right { font-size: 11px; color: var(--fg3); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

@media (max-width: 960px) {
  .capability-grid, .capability-grid.flipped > .cap-text { display: block; order: unset; }
  .capability-grid > * + * { margin-top: 36px; }
  .feat-hero-grid { display: block; }
  .feat-hero-grid > * + * { margin-top: 36px; }
}

/* Outcome examples row */
.outcome-band { padding: 96px 0; }
.outcome-band .section-head { text-align: center; margin: 0 auto 48px; }

/* Pricing pointer band */
.pricing-pointer {
  margin: 64px 0 0;
  padding: 36px 40px;
  background: var(--bg-muted);
  border: 1px solid var(--border);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.pricing-pointer h3 { margin: 0 0 4px; font-size: 22px; letter-spacing: -.015em; }
.pricing-pointer p { margin: 0; color: var(--fg2); font-size: 14.5px; }
.pricing-pointer .actions { display: flex; gap: 10px; }

/* Final CTA shared */
.cta-band { padding: 88px 0; text-align: center; background: linear-gradient(180deg, #fff, var(--bg-muted)); }
.cta-band h2 { font-size: clamp(36px, 4.5vw, 52px); margin: 0 0 18px; }
.cta-band p { font-size: 17px; color: var(--fg2); max-width: 540px; margin: 0 auto 26px; }
.cta-band .cta-row { justify-content: center; display: flex; gap: 12px; flex-wrap: wrap; }

/* ------------ Utility ------------ */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.gap-2 { gap: 8px; } .gap-3 { gap: 12px; } .gap-4 { gap: 16px; } .gap-6 { gap: 24px; }
.text-center { text-align: center; }
.mt-2 { margin-top: 8px; } .mt-4 { margin-top: 16px; } .mt-6 { margin-top: 24px; } .mt-8 { margin-top: 32px; }
.mb-2 { margin-bottom: 8px; } .mb-4 { margin-bottom: 16px; } .mb-6 { margin-bottom: 24px; } .mb-8 { margin-bottom: 32px; }
