/* HelloSEO — homepage-only styles (hero, services, results, why, process,
   testimonials, pricing, home FAQ, CTA, contact section).
   Extracted from the former React/JSX components so the homepage renders as
   static HTML with cacheable CSS instead of client-side-rendered content. */

/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 180px 0 80px;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
  opacity: 0.6;
}
.hero-glow {
  position: absolute; top: -200px; right: -100px; width: 800px; height: 800px;
  background: radial-gradient(circle, color-mix(in oklab, var(--accent) 20%, transparent) 0%, transparent 60%);
  filter: blur(40px); opacity: 0.7;
}
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 80px; align-items: center; }
.hero-pill { margin-bottom: 28px; }
.hero-title { margin-bottom: 28px; line-height: 1.08; padding-bottom: 0.1em; }
.hero-title-accent {
  background: linear-gradient(105deg, var(--accent) 0%, var(--violet) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-style: italic; font-weight: 600; display: inline-block; line-height: 1.15;
  padding: 0 0.12em 0.12em 0; margin-right: -0.12em;
  font-size: clamp(48px, 6.5vw, 72px);; line-height: 1.03;
}
.hero-lede { margin-bottom: 36px; max-width: 520px; }
.hero-ctas { display: flex; gap: 12px; margin-bottom: 48px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 16px; }
.hero-avatars { display: flex; }
.avatar {
  width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--bg); margin-left: -8px;
  display: flex; align-items: center; justify-content: center; color: white; font-size: 11px;
  font-weight: 600; font-family: var(--font-display);
}
.avatar:first-child { margin-left: 0; }
.hero-stars { color: #F59E0B; display: flex; align-items: center; gap: 1px; font-size: 13px; }
.hero-trust-sub { font-size: 13px; color: var(--ink-muted); margin-top: 2px; }
.hero-visual { position: relative; }
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero { padding: 140px 0 60px; }
}

/* Dashboard mockup (hero visual) */
.dash { position: relative; width: 100%; }
.dash-frame {
  background: var(--bg-elev); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg);
  overflow: hidden; transform: perspective(1400px) rotateY(-3deg) rotateX(2deg); transition: transform 0.6s var(--ease);
}
.dash:hover .dash-frame { transform: perspective(1400px) rotateY(-1deg) rotateX(1deg); }
.dash-chrome { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 12px 14px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.dash-dots { display: flex; gap: 6px; }
.dash-dots span { width: 11px; height: 11px; border-radius: 50%; }
.dash-url { display: inline-flex; align-items: center; gap: 6px; justify-self: center; font-family: var(--font-mono); font-size: 11px; color: var(--ink-muted); background: var(--bg-elev); padding: 5px 12px; border-radius: 6px; border: 1px solid var(--line); }
.dash-live { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; color: var(--green); font-weight: 500; font-family: var(--font-mono); }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse-dot 1.5s ease-in-out infinite; }
.dash-body { padding: 18px; display: flex; flex-direction: column; gap: 14px; }
.dash-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
.stat-card { padding: 12px 14px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; }
.stat-card .stat-label { font-size: 10.5px; color: var(--ink-muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 500; }
.stat-card .stat-value { font-family: var(--font-display); font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin-top: 4px; color: var(--ink); }
.stat-card .stat-row { display: flex; justify-content: space-between; align-items: baseline; margin-top: 4px; }
.stat-delta { font-size: 11px; font-weight: 600; }
.stat-delta.up { color: var(--green); }
.stat-period { font-size: 10px; color: var(--ink-faint); font-family: var(--font-mono); }
.dash-chart { padding: 14px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; }
.dash-chart-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.dash-chart-title { font-size: 13px; font-weight: 600; color: var(--ink); font-family: var(--font-display); }
.dash-chart-sub { font-size: 11px; color: var(--ink-muted); margin-top: 2px; }
.dash-chart-tabs { display: flex; gap: 2px; padding: 3px; background: var(--bg-elev); border: 1px solid var(--line); border-radius: 6px; }
.dash-chart-tabs span { padding: 3px 8px; font-size: 10.5px; font-weight: 500; color: var(--ink-muted); border-radius: 4px; cursor: pointer; }
.dash-chart-tabs span.active { background: var(--ink); color: var(--bg); }
.dash-chart-svg { width: 100%; height: 140px; display: block; }
.chart-line { stroke-dasharray: 1200; stroke-dashoffset: 1200; animation: draw-line 2.4s var(--ease-out) 0.3s forwards; }
.dash-table { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; padding: 4px; }
.dash-table-head { display: flex; justify-content: space-between; padding: 10px 10px 8px; font-size: 12px; }
.dash-table-head > :first-child { font-weight: 600; color: var(--ink); font-family: var(--font-display); }
.dash-table-link { color: var(--accent); font-weight: 500; cursor: pointer; }
.dash-row { display: grid; grid-template-columns: 1fr auto auto auto; gap: 12px; align-items: center; padding: 9px 10px; border-radius: 6px; transition: background 0.2s; }
.dash-row:hover { background: var(--bg-elev); }
.dash-row-kw { font-size: 12.5px; color: var(--ink); font-weight: 500; font-family: var(--font-mono); }
.dash-row-vol { font-size: 11px; color: var(--ink-muted); font-family: var(--font-mono); }
.dash-row-pos { display: flex; align-items: center; gap: 4px; font-family: var(--font-mono); font-size: 11px; }
.pos-now { color: var(--green); font-weight: 600; background: var(--green-soft); padding: 2px 6px; border-radius: 4px; }
.pos-arrow { color: var(--ink-faint); }
.pos-prev { color: var(--ink-faint); text-decoration: line-through; }
.dash-row-delta { font-size: 11px; color: var(--green); font-weight: 600; min-width: 24px; text-align: right; }
.float-serp { position: absolute; left: -32px; bottom: 80px; width: 280px; background: var(--bg-elev); border: 1px solid var(--line); border-radius: 12px; padding: 12px; box-shadow: var(--shadow-lg); animation: float-y 5s ease-in-out infinite; z-index: 2; }
.float-serp-head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.serp-logo { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, #4285F4, #EA4335); color: white; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 13px; }
.serp-bar { flex: 1; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 5px 10px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: var(--ink-soft); font-family: var(--font-mono); }
.serp-result { display: flex; gap: 10px; align-items: flex-start; padding: 8px; background: var(--accent-soft); border-radius: 8px; border: 1px solid color-mix(in oklab, var(--accent) 20%, transparent); }
.serp-result-rank { width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: white; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 11px; flex-shrink: 0; }
.serp-result-url { font-family: var(--font-mono); font-size: 10px; color: var(--accent-deep); }
.serp-result-title { font-size: 12px; color: var(--ink); font-weight: 500; line-height: 1.3; margin-top: 2px; }
.float-notif { position: absolute; right: -24px; top: 60px; background: var(--bg-elev); border: 1px solid var(--line); border-radius: 12px; padding: 10px 14px 10px 10px; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-lg); animation: float-y 4s ease-in-out infinite 0.5s; z-index: 2; }
.notif-icon { width: 32px; height: 32px; border-radius: 8px; background: var(--green-soft); color: var(--green); display: flex; align-items: center; justify-content: center; }
.notif-title { font-size: 12px; font-weight: 600; color: var(--ink); }
.notif-sub { font-size: 10.5px; color: var(--ink-muted); margin-top: 1px; }
@media (max-width: 1080px) {
  .float-serp { left: 0; bottom: 0; }
  .float-notif { right: 0; top: 0; }
  .dash-frame { transform: none; }
}

/* ===== Shared homepage section-head ===== */
.section-head { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.section-head .num { display: block; margin-bottom: 14px; }
.section-head h2 { margin-bottom: 20px; }
.section-head .lede { margin: 0 auto; }
.muted-em { font-style: italic; font-weight: 400; color: var(--ink-muted); }

/* ===== Services ===== */
.services {padding: 60px 0 120px;}
.services-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 20px; align-items: start; }
.services-tabs { display: flex; flex-direction: column; gap: 4px; }
.service-tab { display: grid; grid-template-columns: auto auto 1fr auto; gap: 18px; align-items: center; padding: 18px 20px; background: transparent; border: 1px solid transparent; border-radius: 14px; text-align: left; color: var(--ink); transition: all 0.4s var(--ease); position: relative; width: 100%; }
.service-tab::before { content: ""; position: absolute; inset: 0; border-bottom: 1px solid var(--line-soft); pointer-events: none; }
.service-tab:last-child::before { display: none; }
.service-tab:hover { background: var(--bg-soft); }
.service-tab.active { background: var(--ink); color: var(--bg); border-color: var(--ink); box-shadow: var(--shadow-lg); }
.service-tab.active::before { display: none; }
.service-tab-num { font-family: var(--font-mono); font-size: 11px; color: var(--ink-faint); letter-spacing: 0.06em; }
.service-tab.active .service-tab-num { color: color-mix(in oklab, var(--bg) 60%, transparent); }
.service-tab-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--bg-soft); color: var(--ink); display: flex; align-items: center; justify-content: center; transition: all 0.4s var(--ease); }
.service-tab.active .service-tab-icon { background: var(--accent); color: white; }
.service-tab-title { font-family: var(--font-display); font-weight: 600; font-size: 17px; letter-spacing: -0.01em; }
.service-tab-short { font-size: 13px; color: var(--ink-muted); margin-top: 2px; }
.service-tab.active .service-tab-short { color: color-mix(in oklab, var(--bg) 75%, transparent); }
.service-tab-arrow { opacity: 0; transform: translate(-4px, 4px); transition: all 0.3s var(--ease); }
.service-tab:hover .service-tab-arrow, .service-tab.active .service-tab-arrow { opacity: 1; transform: none; }
.service-detail { position: sticky; top: 100px; padding: 36px; border-radius: 22px; background: var(--bg-elev); border: 1px solid var(--line); overflow: hidden; }
.service-detail-glow { position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, color-mix(in oklab, var(--accent) 14%, transparent) 0%, transparent 70%); pointer-events: none; }
.service-detail-icon { position: relative; width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, var(--accent), var(--violet)); color: white; display: flex; align-items: center; justify-content: center; margin-bottom: 28px; box-shadow: 0 8px 24px -8px color-mix(in oklab, var(--accent) 60%, transparent); }
.service-detail-meta { position: relative; font-family: var(--font-mono); font-size: 11px; color: var(--ink-muted); letter-spacing: 0.04em; margin-bottom: 12px; display: flex; gap: 8px; }
.dot-sep { color: var(--ink-faint); }
.service-detail-title { position: relative; font-size: 32px; margin-bottom: 12px; }
.service-detail-desc { position: relative; font-size: 16px; color: var(--ink-soft); margin-bottom: 28px; }
.service-checklist { position: relative; list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.service-checklist li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--ink-soft); }
.service-checklist .check { width: 22px; height: 22px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.service-deliverable { position: relative; display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid var(--line); }
.deliverable-label { font-family: var(--font-mono); font-weight: bold; font-size: 12px; color: var(--accent); letter-spacing: 0.04em; }
.deliverable-value { font-family: var(--font-display); font-weight: 600; font-size: 18px; margin-top: 2px; }
@media (max-width: 1080px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-detail { position: static; }
}

/* ===== Results (case studies) ===== */
.results { background: var(--bg-soft); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); position: relative; }
.results-bg { position: absolute; inset: 0; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(ellipse 70% 50% at 50% 0%, #000 0%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 0%, #000 0%, transparent 70%); opacity: 0.5; pointer-events: none; }
.results-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 60px; align-items: end; margin-bottom: 56px; position: relative; }
.results-head h2 { margin-top: 14px; }
.results-head-right { display: flex; flex-direction: column; gap: 24px; }
.filters { display: flex; flex-wrap: wrap; gap: 6px; }
.filter { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px 8px 14px; background: var(--bg-elev); border: 1px solid var(--line); border-radius: 999px; font-size: 13.5px; font-weight: 500; color: var(--ink-soft); transition: all 0.2s var(--ease); }
.filter:hover { border-color: var(--ink-faint); color: var(--ink); }
.filter.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.filter-count { padding: 1px 7px; background: var(--bg-soft); color: var(--ink-muted); border-radius: 999px; font-size: 11px; font-family: var(--font-mono); }
.filter.active .filter-count { background: color-mix(in oklab, var(--bg) 25%, transparent); color: var(--bg); }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: relative; }
.case-card { background: var(--bg-elev); border: 1px solid var(--line); border-radius: 22px; padding: 28px; transition: all 0.4s var(--ease); position: relative; overflow: hidden; }
.case-card.hidden { display: none; }
.case-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--ink-faint); }
.case-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.case-sector { font-family: var(--font-mono); font-size: 11px; color: var(--ink-muted); letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 10px; background: var(--bg-soft); border-radius: 999px; }
.case-arrow { color: var(--ink-faint); transition: all 0.3s var(--ease); }
.case-card:hover .case-arrow { color: var(--ink); transform: translate(2px, -2px); }
.case-metric { font-family: var(--font-display); font-weight: 800; font-size: clamp(48px, 5vw, 68px); letter-spacing: -0.04em; line-height: 1; }
.case-metric-label { font-size: 13px; color: var(--ink-muted); margin-top: 6px; }
.case-divider { height: 1px; background: var(--line); margin: 24px 0; }
.case-headline { font-size: 19px; line-height: 1.3; margin-bottom: 8px; }
.case-subtitle { font-size: 13.5px; font-weight: 600; color: var(--ink-muted); margin-bottom: 12px; }
.case-description { font-size: 13px; line-height: 1.55; color: var(--ink-muted); margin-bottom: 18px; }
.case-points { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.case-point { display: flex; justify-content: space-between; align-items: center; padding: 8px 12px; background: var(--bg-soft); border-radius: 8px; }
.case-point-key { font-size: 12.5px; color: var(--ink-muted); }
.case-point-val { font-family: var(--font-mono); font-size: 13px; font-weight: 600; color: var(--ink); }
.case-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid var(--line); }
.case-client { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; font-family: var(--font-display); }
.case-client-mark { width: 28px; height: 28px; border-radius: 8px; color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; }
.results-disclaimer { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 40px; font-size: 12.5px; color: var(--ink-muted); font-family: var(--font-mono); }
@media (max-width: 980px) {
  .results-head { grid-template-columns: 1fr; gap: 32px; }
  .cases-grid { grid-template-columns: 1fr; }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .cases-grid { grid-template-columns: 1fr 1fr; }
}

/* ===== Why ===== */
.why-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 80px; align-items: start; }
.why-left .num { display: block; margin-bottom: 14px; }
.why-title { margin-bottom: 48px; }
.why-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-bottom: 56px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-stat { padding: 0 16px; }
.why-stat:first-child { padding-left: 0; }
.why-stat:not(:last-child) { border-right: 1px solid var(--line); }
.why-stat-value { font-family: var(--font-display); font-size: 44px; font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: var(--ink); }
.why-stat-value span { font-size: 18px; font-weight: 500; color: var(--ink-muted); letter-spacing: 0; margin-left: 2px; }
.why-stat-label { font-size: 13px; color: var(--ink-muted); margin-top: 8px; line-height: 1.4; }
.why-quote { position: relative; padding: 32px; background: var(--bg-soft); border-radius: 22px; border: 1px solid var(--line); }
.why-quote-mark { position: absolute; top: -14px; left: 24px; width: 36px; height: 36px; background: var(--accent); color: white; font-family: var(--font-display); font-size: 32px; font-weight: 700; border-radius: 50%; display: flex; align-items: flex-start; justify-content: center; line-height: 1; padding-top: 8px; }
.why-quote p { font-family: var(--font-display); font-size: 19px; font-weight: 500; color: var(--ink); line-height: 1.4; letter-spacing: -0.01em; margin: 0 0 24px; }
.why-quote-author { display: flex; align-items: center; gap: 12px; }
.quote-avatar { width: 40px; height: 40px; border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 13px; }
.quote-name { font-weight: 600; font-size: 14px; color: var(--ink); }
.quote-role { font-size: 13px; color: var(--ink-muted); }
.why-cta { margin-top: 28px; }
.why-right { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 60px; }
.why-card { padding: 28px; background: var(--bg-elev); border: 1px solid var(--line); border-radius: 18px; transition: all 0.4s var(--ease); }
.why-card:nth-child(even) { transform: translateX(24px); }
.why-card:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); transform: translateY(-4px) !important; box-shadow: var(--shadow-lg); }
.why-card:hover .why-card-num, .why-card:hover .why-card-text { color: color-mix(in oklab, var(--bg) 70%, transparent); }
.why-card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; color: var(--ink-muted); }
.why-card:hover .why-card-head { color: var(--bg); }
.why-card-num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; color: var(--ink-faint); }
.why-card-title { font-family: var(--font-display); font-size: 18px; font-weight: 600; letter-spacing: -0.01em; margin: 0 0 10px; color: inherit; }
.why-card-text { font-size: 14px; line-height: 1.55; color: var(--ink-muted); }
@media (max-width: 980px) {
  .why-grid { grid-template-columns: 1fr; gap: 60px; }
  .why-right { padding-top: 0; }
  .why-card, .why-card:nth-child(even) { transform: none !important; }
  .why-stats { grid-template-columns: 1fr; gap: 24px; }
  .why-stat:not(:last-child) { border-right: none; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
}

/* ===== Process ===== */
.process-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 40px; }
.process-line { position: absolute; top: 76px; left: calc(12.5% + 24px); right: calc(12.5% + 24px); height: 2px; background: var(--line); z-index: 0; }
.process-line-fill { height: 100%; width: 100%; background: linear-gradient(90deg, var(--accent), var(--violet)); }
.process-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.process-step-marker { width: 72px; height: 72px; border-radius: 50%; background: var(--bg); border: 2px solid var(--line); color: var(--ink); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; position: relative; transition: all 0.4s var(--ease); }
.process-step:hover .process-step-marker { border-color: var(--accent); color: var(--accent); transform: scale(1.05); }
.process-step-marker::before { content: ""; position: absolute; inset: -8px; border-radius: 50%; background: var(--bg); z-index: -1; }
.process-step-card { background: var(--bg-elev); border: 1px solid var(--line); border-radius: 18px; padding: 24px; width: 100%; transition: all 0.4s var(--ease); }
.process-step:hover .process-step-card { border-color: var(--ink-faint); box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.process-step-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.process-step-duration { font-family: var(--font-mono); font-size: 11px; color: var(--accent); background: var(--accent-soft); padding: 3px 8px; border-radius: 999px; letter-spacing: 0.02em; }
.process-step-title { font-family: var(--font-display); font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin: 0 0 8px; }
.process-step-summary { font-size: 14px; color: var(--ink-soft); margin-bottom: 18px; line-height: 1.5; }
.process-step-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.process-step-list li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-muted); }
.dot-marker { width: 4px; height: 4px; border-radius: 50%; background: var(--ink-faint); }
@media (max-width: 980px) {
  .process-track { grid-template-columns: 1fr; }
  .process-line { display: none; }
  .process-step { flex-direction: row; align-items: stretch; gap: 24px; }
  .process-step-marker { margin-bottom: 0; flex-shrink: 0; }
}

/* ===== Testimonials ===== */
.testimonials { background: var(--ink); color: var(--bg); }
.testimonials .num { color: color-mix(in oklab, var(--bg) 60%, transparent); }
.testimonials h2 { color: var(--bg); }
.testimonials .muted-em { color: color-mix(in oklab, var(--bg) 50%, transparent); }
.testimonials-head { margin-bottom: 64px; }
.testimonials-head .num { display: block; margin-bottom: 14px; }
.testimonials-stage { position: relative; padding: 56px 64px; background: oklch(0.22 0.013 250); border-radius: 26px; border: 1px solid oklch(0.28 0.013 250); margin-bottom: 64px; min-height: 360px; }
.testimonial-quote-mark { position: absolute; top: 24px; right: 56px; font-family: var(--font-display); font-size: 200px; font-weight: 700; line-height: 1; color: var(--accent); opacity: 0.2; pointer-events: none; }
.testimonial-track { position: relative; z-index: 1; }
.testimonial-rating { display: flex; align-items: center; gap: 4px; color: #F59E0B; margin-bottom: 28px; }
.testimonial-rating-text { margin-left: 12px; font-size: 12.5px; color: color-mix(in oklab, var(--bg) 65%, transparent); font-family: var(--font-mono); }
.testimonial-quote { font-family: var(--font-display); font-size: clamp(22px, 2.4vw, 32px); font-weight: 500; line-height: 1.35; letter-spacing: -0.02em; color: var(--bg); margin: 0 0 40px; max-width: 920px; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar { width: 52px; height: 52px; border-radius: 50%; color: white; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.testimonial-name { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--bg); }
.testimonial-role { font-size: 13.5px; color: color-mix(in oklab, var(--bg) 65%, transparent); margin-top: 2px; }
.testimonial-controls { position: absolute; bottom: 32px; right: 56px; left: 56px; display: flex; justify-content: space-between; align-items: center; }
.testimonial-progress { display: flex; gap: 8px; }
.progress-dot { width: 28px; height: 3px; border-radius: 2px; background: oklch(0.32 0.013 250); padding: 0; overflow: hidden; position: relative; }
.progress-fill { display: block; height: 100%; width: 0%; background: var(--accent); transition: width 5.5s linear; }
.progress-dot.active .progress-fill { width: 100%; }
.testimonial-nav { display: flex; gap: 8px; }
.nav-arrow { width: 40px; height: 40px; border-radius: 50%; background: oklch(0.28 0.013 250); color: var(--bg); display: flex; align-items: center; justify-content: center; transition: all 0.2s var(--ease); }
.nav-arrow:hover { background: var(--accent); }
.testimonials-marks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: oklch(0.28 0.013 250); border-radius: 18px; overflow: hidden; }
.mark { padding: 28px 24px; background: oklch(0.20 0.013 250); }
.mark-value { font-family: var(--font-display); font-size: 36px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; color: var(--bg); }
.mark-value span { font-size: 18px; font-weight: 500; color: color-mix(in oklab, var(--bg) 50%, transparent); }
.mark-label { font-size: 13px; color: color-mix(in oklab, var(--bg) 65%, transparent); margin-top: 8px; }
@media (max-width: 980px) {
  .testimonials-stage { padding: 32px 24px 80px; min-height: auto; }
  .testimonial-controls { left: 24px; right: 24px; bottom: 24px; }
  .testimonial-quote-mark { right: 24px; font-size: 120px; }
  .testimonials-marks { grid-template-columns: 1fr 1fr; }
}

/* ===== Pricing (home) ===== */
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px; border-radius: 22px; background: var(--bg-elev); border: 1px solid var(--line); overflow: hidden; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease); }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: color-mix(in oklab, var(--ink) 8%, transparent); }
.price-card.featured { background: var(--ink); color: var(--bg); border-color: var(--ink); box-shadow: var(--shadow-lg); }
.price-badge { position: absolute; top: 18px; right: 18px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; background: linear-gradient(135deg, var(--accent), var(--violet)); color: white; }
.price-head { position: relative; margin-bottom: 24px; }
.price-name { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; margin-bottom: 8px; }
.price-card.featured .price-name { color: #ffffff; }
.price-tagline { font-size: 14px; color: var(--ink-muted); margin: 0; }
.price-card.featured .price-tagline { color: color-mix(in oklab, var(--bg) 75%, transparent); }
.price-amount { position: relative; display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.price-value { font-family: var(--font-display); font-weight: 800; font-size: 42px; letter-spacing: -0.03em; line-height: 1; }
.price-period { font-size: 14px; color: var(--ink-muted); }
.price-card.featured .price-period { color: color-mix(in oklab, var(--bg) 70%, transparent); }
.price-card.featured .price-note { color: color-mix(in oklab, var(--bg) 55%, transparent); }
.price-features { position: relative; list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; padding-top: 24px; border-top: 1px solid var(--line); }
.price-card.featured .price-features { border-top-color: color-mix(in oklab, var(--bg) 16%, transparent); }
.price-features li { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: var(--ink-soft); }
.price-card.featured .price-features li { color: color-mix(in oklab, var(--bg) 85%, transparent); }
.price-features .check { width: 22px; height: 22px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.price-cta { position: relative; width: 100%; justify-content: center; }
.price-card.featured .price-cta.btn-primary { background: var(--bg); color: var(--ink); }
.price-card.featured .price-cta.btn-primary:hover { background: var(--accent); color: #fff; }
.pricing-foot { text-align: center; margin: 40px auto 0; font-size: 14.5px; color: var(--ink-muted); }
.pricing-foot a { color: var(--accent); font-weight: 500; }
.price-card .ideal { margin: 18px 0; font-size: 13px; color: var(--ink-muted); font-style: italic; }
.price-card.featured .ideal { color: #FFF; }
@media (max-width: 980px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
}

/* ===== CTA Final ===== */
.cta-final { padding: 60px 0 120px; }
.cta-card {
  position: relative; padding: 100px 64px; border-radius: 36px;
  background: linear-gradient(135deg, #0F172A 0%, #1E1B4B 50%, #1E3A8A 100%);
  color: white; text-align: center; overflow: hidden;
}
.cta-glow {
  position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.5) 0%, transparent 60%);
  filter: blur(40px); pointer-events: none;
}
.cta-grid-bg {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 60% 80% at 50% 50%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 60% 80% at 50% 50%, #000 30%, transparent 80%);
  pointer-events: none;
}
.cta-pill {
  position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px;
  background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 999px;
  font-size: 13px; color: rgba(255, 255, 255, 0.85); font-weight: 500; backdrop-filter: blur(10px); margin-bottom: 32px;
}
.cta-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: #10B981; box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.25); }
.cta-title {
  position: relative; font-size: clamp(48px, 6vw, 84px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.06;
  color: white; margin: 0 0 24px; padding-bottom: 0.08em; hyphens: none; word-break: keep-all;
}
.cta-em {
  background: linear-gradient(105deg, #60A5FA 0%, #C084FC 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-style: italic; font-weight: 600; display: inline-block; padding-right: 0.22em; margin-right: 0;
  font-size: clamp(48px, 6.5vw, 72px);; line-height: 1.03;
}
.cta-sub { position: relative; font-size: 18px; line-height: 1.55; color: rgba(255, 255, 255, 0.78); max-width: 620px; margin: 0 auto 40px; }
.cta-actions { position: relative; display: flex; gap: 12px; justify-content: center; margin-bottom: 32px; flex-wrap: wrap; }
.btn-cta-primary { background: white; color: #0F172A; padding: 16px 26px; font-size: 15.5px; font-weight: 600; }
.btn-cta-primary:hover { background: var(--accent); color: white; transform: translateY(-1px); }
.btn-cta-secondary { background: rgba(255, 255, 255, 0.06); color: white; border: 1px solid rgba(255, 255, 255, 0.18); padding: 16px 22px; font-size: 15px; }
.btn-cta-secondary:hover { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.3); transform: translateY(-1px); }
.cta-trust { position: relative; display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.cta-trust-item { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255, 255, 255, 0.65); }
.cta-trust-item svg { color: #10B981; }
@media (max-width: 720px) {
  .cta-card { padding: 60px 24px; }
}

/* ===== Contact (home section) ===== */
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 24px; align-items: stretch; }
.contact-info { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 36px; border-radius: 22px; background: linear-gradient(135deg, #0F172A 0%, #1E1B4B 50%, #1E3A8A 100%); color: #fff; box-shadow: var(--shadow-lg); }
.contact-info::before { content: ""; position: absolute; top: -160px; left: 50%; transform: translateX(-50%); width: 420px; height: 420px; background: radial-gradient(circle, rgba(37, 99, 235, 0.5) 0%, transparent 60%); filter: blur(30px); pointer-events: none; z-index: 0; }
.contact-info::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000 30%, transparent 80%); mask-image: radial-gradient(ellipse 70% 80% at 50% 40%, #000 30%, transparent 80%); pointer-events: none; z-index: 0; }
.contact-info > * { position: relative; z-index: 1; }
.contact-info-title { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255,255,255,0.7); margin-bottom: 24px; }
.contact-lines { display: flex; flex-direction: column; gap: 18px; }
.contact-line { display: flex; align-items: flex-start; gap: 14px; color: #fff; font-size: 15px; }
.contact-ico { width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; color: #fff; }
a.contact-line:hover .contact-ico { background: rgba(255,255,255,0.3); border-color: rgba(255,255,255,0.5); }
.contact-label { display: block; font-size: 11.5px; font-family: var(--font-mono); letter-spacing: 0.04em; color: rgba(255,255,255,0.65); margin-bottom: 3px; }
.contact-cta-box { margin-top: auto; padding-top: 28px; }
.contact-cta-box p { font-size: 14px; color: rgba(255,255,255,0.85); margin-bottom: 12px; }
.contact-cta-box .btn-primary { background: #fff; color: var(--accent-deep); }
.contact-cta-box .btn-primary:hover { background: rgba(255,255,255,0.9); color: var(--accent-deep); transform: translateY(-1px); }
.contact-form-wrap { padding: 36px; border-radius: 22px; background: var(--bg-elev); border: 1px solid var(--line); }
.contact-form-title { font-size: 22px; margin-bottom: 24px; }
.cfield-label { display: block; font-size: 12.5px; color: var(--ink-soft); font-weight: 500; margin: 18px 0 8px; }
.cfield-label:first-of-type { margin-top: 0; }
.cfield { width: 100%; padding: 12px 14px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; font-family: var(--font-body); font-size: 14.5px; color: var(--ink); transition: all 0.2s; }
.cfield:focus { outline: none; border-color: var(--accent); background: var(--bg-elev); box-shadow: 0 0 0 3px var(--accent-soft); }
.cfield-area { resize: vertical; min-height: 120px; line-height: 1.5; }
.contact-submit { width: 100%; margin-top: 20px; }
.contact-error { margin-top: 16px; padding: 12px 14px; border-radius: 10px; background: color-mix(in oklab, #ef4444 10%, transparent); border: 1px solid color-mix(in oklab, #ef4444 35%, transparent); color: #b91c1c; font-size: 13.5px; }
.contact-legal { margin-top: 14px; font-size: 12px; color: var(--ink-faint); text-align: center; }
.contact-success { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px; }
.contact-success[hidden] { display: none; }
.contact-success-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.contact-success h3 { font-size: 24px; margin-bottom: 10px; }
.contact-success p { font-size: 15px; max-width: 360px; }
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
}
