/*
Theme Name: VoiceIntego Child
Theme URI: https://voiceintego.com
Description: AI voice agents for trades
Version: 1.1
Author: VoiceIntego
Template: twentytwentyfour
Text Domain: voiceintego-child
*/

:root {
  --bg-primary: #0a0a0f;
  --bg-secondary: #16161d;
  --bg-tertiary: #20202c;
  --accent: #ff7a59;
  --accent-light: #ff8f73;
  --text-primary: #ededf0;
  --text-secondary: #a8a8b0;
  --text-muted: #8a8a96;
  --border: #2a2a3a;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { background-color: var(--bg-primary); color: var(--text-primary); font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; font-size: 16px; }

h1, h2, h3, h4, h5, h6 { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; line-height: 1.2; margin-bottom: 1.5rem; color: var(--text-primary); }
h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.25rem; }

p { font-size: 1rem; color: var(--text-secondary); margin-bottom: 1rem; line-height: 1.7; }
a { color: var(--accent); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--accent-light); }

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

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }
section { padding: 7.5rem 0; }
.section { padding: 7.5rem 0; }
.section-tight { padding: 4rem 0; }
.section-head { text-align: center; margin-bottom: 4rem; }

/* ── Navigation ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(10, 10, 15, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(42, 42, 58, 0.4);
  padding: 1.25rem 0;
}
.nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.brand svg { display: block; }
.brand:hover { opacity: 0.85; transition: opacity 0.2s ease; }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.nav-link { color: var(--text-secondary); text-decoration: none; font-size: 0.95rem; transition: color 0.2s ease; }
.nav-link:hover { color: var(--accent); }
.nav-cta { margin-left: 0.5rem; }

/* ── Nav dropdown ── */
.nav-dropdown { position: relative; }
.nav-caret { font-size: 0.55rem; margin-left: 0.3rem; display: inline-block; transition: transform 0.2s ease; vertical-align: middle; }
.nav-dropdown:hover .nav-caret,
.nav-dropdown.open .nav-caret { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 0.875rem); left: 50%; transform: translateX(-50%) translateY(-6px); background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 10px; padding: 0.375rem; min-width: 160px; list-style: none; margin: 0; opacity: 0; visibility: hidden; transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease; z-index: 1000; box-shadow: 0 16px 40px rgba(0,0,0,0.4); }
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dropdown-link { display: block; padding: 0.625rem 1rem; color: var(--text-secondary); font-size: 0.875rem; border-radius: 6px; transition: color 0.15s ease, background 0.15s ease; white-space: nowrap; text-decoration: none; }
.nav-dropdown-link:hover { color: var(--accent); background: var(--bg-tertiary); }

/* ── Hamburger button ── */
.nav-hamburger { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; background: none; border: none; cursor: pointer; color: var(--text-primary); padding: 0; flex-shrink: 0; }
.nav-hamburger .icon-close { display: none !important; }
.nav-hamburger.open .icon-menu { display: none !important; }
.nav-hamburger.open .icon-close { display: block !important; }

/* ── Drawer overlay ── */
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.65); z-index: 1002; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; }
.drawer-overlay.open { opacity: 1; pointer-events: all; }

/* ── Mobile side drawer ── */
.mobile-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(300px, 82vw); background: var(--bg-secondary); border-left: 1px solid var(--border); z-index: 1003; transform: translateX(100%); transition: transform 0.3s cubic-bezier(0.4,0,0.2,1); padding: 4.5rem 1.5rem 2rem; overflow-y: auto; }
.mobile-drawer.open { transform: translateX(0); }
.drawer-inner { display: flex; flex-direction: column; min-height: 100%; }
.drawer-links { list-style: none; margin: 0; padding: 0; }
.drawer-link { display: block; padding: 1rem 0; color: var(--text-primary); text-decoration: none; font-size: 1rem; font-weight: 500; border-bottom: 1px solid var(--border); }
.drawer-link:active { color: var(--accent); }
.drawer-section { border-bottom: 1px solid var(--border); }
.drawer-section-toggle { width: 100%; background: none; border: none; text-align: left; font: inherit; font-size: 1rem; font-weight: 500; color: var(--text-primary); padding: 1rem 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.drawer-sub { list-style: none; margin: 0; padding: 0 0 0.75rem 1rem; display: none; }
.drawer-sub.open { display: block; }
.drawer-sub-link { display: block; padding: 0.625rem 0; color: var(--text-secondary); font-size: 0.925rem; text-decoration: none; }
.drawer-sub-link:active { color: var(--accent); }
.drawer-cta { display: block; width: 100%; text-align: center; margin-top: 2rem; box-sizing: border-box; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.875rem 1.5rem; border: 2px solid transparent; border-radius: 10px; font-family: inherit; font-size: 1rem; font-weight: 600; cursor: pointer; transition: all 0.25s ease; text-decoration: none; white-space: nowrap; line-height: 1; }
.btn-primary { background-color: var(--accent); color: var(--bg-primary); border-color: var(--accent); }
.btn-primary:hover { background-color: var(--accent-light); border-color: var(--accent-light); color: var(--bg-primary); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(255, 122, 89, 0.35); }
.btn-sm { padding: 0.625rem 1.125rem; font-size: 0.875rem; }
.btn-ghost { border-color: var(--border); color: var(--text-primary); background: transparent; }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

/* ── Hero ── */
section.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding-top: 5rem; }
.hero-grid { position: absolute; inset: 0; opacity: 0.05; background-image: linear-gradient(90deg, var(--border) 1px, transparent 1px), linear-gradient(var(--border) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
.hero-inner { position: relative; z-index: 2; text-align: center; padding: 2rem; max-width: 900px; }
.orb { width: 280px; height: 280px; margin: 0 auto 3rem; background: radial-gradient(circle at 30% 30%, var(--accent), #ff5a3a 40%, #cc4a2a 100%); border-radius: 50%; animation: orb-pulse 4s ease-in-out infinite; box-shadow: 0 0 60px rgba(255, 122, 89, 0.4), 0 0 120px rgba(255, 122, 89, 0.15); }
@keyframes orb-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 60px rgba(255, 122, 89, 0.4), 0 0 120px rgba(255, 122, 89, 0.15); }
  50% { transform: scale(1.05); box-shadow: 0 0 80px rgba(255, 122, 89, 0.5), 0 0 160px rgba(255, 122, 89, 0.25); }
}
.hero-inner h1 { max-width: 800px; margin: 0 auto 1.25rem; }
.hero-inner > p { font-size: 1.1rem; max-width: 580px; margin: 0 auto 2rem; }

/* ── Eyebrow label ── */
.eyebrow { display: inline-block; font-family: "JetBrains Mono", monospace; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }

/* ── Transcript ── */
.transcript-card { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; }
.transcript-line { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--border); }
.transcript-line:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.transcript-speaker { display: block; font-family: "JetBrains Mono", monospace; font-size: 0.7rem; color: var(--accent); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.4rem; font-weight: 600; }
.transcript-text { font-size: 0.95rem; color: var(--text-primary); line-height: 1.6; margin: 0; }
audio { width: 100%; height: 40px; margin-top: 1.5rem; display: block; border-radius: 4px; }

/* ── Services ── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.service-card { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 12px; padding: 2rem; transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; }
.service-card:hover { border-color: var(--accent); box-shadow: 0 12px 32px rgba(255, 122, 89, 0.1); transform: translateY(-3px); }
.service-icon { width: 44px; height: 44px; background: linear-gradient(135deg, var(--accent), var(--accent-light)); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: "JetBrains Mono", monospace; font-size: 0.7rem; font-weight: 700; color: var(--bg-primary); margin-bottom: 1.25rem; }
.service-title { font-size: 1.1rem; font-weight: 600; color: var(--text-primary); margin-bottom: 0.6rem; }
.service-blurb { font-size: 0.9rem; color: var(--text-secondary); margin-bottom: 0.75rem; line-height: 1.6; }
.service-meta { font-family: "JetBrains Mono", monospace; font-size: 0.7rem; color: var(--accent); text-transform: uppercase; letter-spacing: 0.06em; margin: 0; }

/* ── Integrations ── */
.integrations-grid { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 3rem; justify-content: center; }
.integration-tile { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.625rem; width: 108px; min-height: 96px; background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem 0.75rem; transition: border-color 0.2s ease, transform 0.2s ease; text-align: center; }
.integration-tile:hover { border-color: rgba(255, 122, 89, 0.4); transform: translateY(-2px); }
.integration-tile img { width: 30px; height: 30px; object-fit: contain; display: block; filter: brightness(0) invert(0.88); }
.tile-wordmark { font-size: 0.65rem; color: var(--text-secondary); letter-spacing: -0.01em; line-height: 1.3; }
.tile-wordmark strong { color: var(--text-primary); font-weight: 700; }
.tile-name { font-size: 0.65rem; color: var(--text-muted); font-family: "JetBrains Mono", monospace; letter-spacing: 0.02em; line-height: 1.3; }

/* ── FAQ ── */
.faq-item { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 12px; margin-bottom: 1rem; overflow: hidden; transition: border-color 0.2s ease; }
.faq-item.active { border-color: rgba(255, 122, 89, 0.3); }
.faq-question { width: 100%; background: none; border: none; border-radius: 0; text-align: left; font: inherit; padding: 1.5rem 2rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: background 0.2s ease; font-weight: 600; color: var(--text-primary); user-select: none; }
.faq-question:hover { background: var(--bg-tertiary); }
.faq-toggle { flex-shrink: 0; font-size: 1rem; color: var(--accent); transition: transform 0.3s ease; line-height: 1; }
.faq-item.active .faq-toggle { transform: rotate(180deg); }
.faq-answer { padding: 0 2rem 1.5rem; color: var(--text-secondary); display: none; line-height: 1.7; font-size: 0.95rem; }
.faq-item.active .faq-answer { display: block; }

/* ── Forms ── */
input, textarea, select { width: 100%; padding: 0.875rem 1rem; background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 8px; font-family: inherit; font-size: 1rem; color: var(--text-primary); transition: border-color 0.2s ease, box-shadow 0.2s ease; appearance: none; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255, 122, 89, 0.12); }
input::placeholder, textarea::placeholder { color: var(--text-muted); }
textarea { min-height: 130px; resize: vertical; }
.form-group { margin-bottom: 1.5rem; }
.form-label { display: block; margin-bottom: 0.5rem; font-weight: 600; color: var(--text-primary); font-size: 0.9rem; }

/* ── CTA block ── */
.cta-block { text-align: center; padding: 4rem 2rem; }
.cta-block h2 { margin-bottom: 1rem; }
.cta-block .cta-heading { font-family: "Bricolage Grotesque", sans-serif; font-weight: 600; font-size: 2.5rem; line-height: 1.2; color: var(--text-primary); margin-bottom: 1rem; }
.cta-block p { font-size: 1.1rem; margin-bottom: 2rem; max-width: 520px; margin-left: auto; margin-right: auto; }

/* ── Footer ── */
footer { background: var(--bg-secondary); border-top: 1px solid var(--border); padding: 4rem 0 0; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 2rem 3rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 2.5rem; }
.footer-col h4 { margin-bottom: 1.25rem; color: var(--text-primary); font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a { font-size: 0.875rem; color: var(--text-secondary); transition: color 0.2s ease; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { max-width: 1280px; margin: 0 auto; padding: 1.5rem 2rem; border-top: 1px solid var(--border); text-align: center; font-size: 0.8rem; color: var(--text-muted); }
.footer-bottom p { margin: 0; color: var(--text-muted); }

/* ── Hero CTA row ── */
.hero-cta-row { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; justify-content: center; }

/* ── Trust bar ── */
.trust-bar { display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; justify-content: center; margin-top: 1.75rem; }
.trust-bar span { font-family: "JetBrains Mono", monospace; font-size: 0.7rem; color: var(--text-muted); letter-spacing: 0.04em; }

/* ── Stats strip ── */
.stats-strip { background: var(--bg-secondary); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 3rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-item { display: flex; flex-direction: column; gap: 0.5rem; }
.stat-num { font-family: "Bricolage Grotesque", sans-serif; font-size: 2.5rem; font-weight: 600; background: linear-gradient(135deg, var(--accent), var(--accent-light)); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.stat-label { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; max-width: 160px; margin: 0 auto; }

/* ── Service pain hook ── */
.service-pain { font-family: "JetBrains Mono", monospace; font-size: 0.7rem; color: var(--accent); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.5rem; margin-top: 0; font-weight: 600; }

/* ── Testimonials ── */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1rem; }
.testimonial-card { background: var(--bg-primary); border: 1px solid var(--border); border-radius: 14px; padding: 2rem; display: flex; flex-direction: column; gap: 1.5rem; }
.testimonial-quote { font-size: 1rem; color: var(--text-primary); line-height: 1.7; font-style: italic; margin: 0; flex: 1; }
.testimonial-author { display: flex; align-items: center; gap: 0.875rem; }
.testimonial-avatar { width: 40px; height: 40px; background: linear-gradient(135deg, var(--accent), var(--accent-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: "JetBrains Mono", monospace; font-size: 0.65rem; font-weight: 700; color: var(--bg-primary); flex-shrink: 0; }
.testimonial-author strong { display: block; color: var(--text-primary); font-size: 0.9rem; }
.testimonial-author span { display: block; font-size: 0.75rem; color: var(--text-muted); margin-top: 0.15rem; }

/* ── Lead magnet ── */
.lead-magnet-section { background: var(--bg-primary); }
.lead-magnet-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.lead-magnet-text h2 { margin-bottom: 0.75rem; }
.lead-magnet-text > p { margin-bottom: 1.5rem; }
.lead-magnet-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.lead-magnet-list li { display: flex; align-items: flex-start; gap: 0.625rem; font-size: 0.9rem; color: var(--text-secondary); line-height: 1.55; }
.lead-magnet-list li::before { content: '→'; color: var(--accent); font-family: "JetBrains Mono", monospace; font-size: 0.75rem; margin-top: 0.1rem; flex-shrink: 0; }
.lead-magnet-form-wrap { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; }
.lead-magnet-form { display: flex; flex-direction: column; gap: 0.5rem; }
.form-note { font-size: 0.75rem; color: var(--text-muted); margin: 0.5rem 0 0; text-align: center; }

/* ── Contact page ── */
.accent-text { color: var(--accent); }

.contact-hero { padding: 10rem 0 3rem; position: relative; overflow: hidden; }
.contact-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); max-width: 18ch; margin-top: 1.25rem; }
.contact-hero .hero-sub { margin-top: 1.5rem; max-width: 58ch; font-size: 1.05rem; }

.contact-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 3.5rem; margin-top: 4rem; align-items: start; }

.form-card { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 20px; padding: 2.5rem; }

.form-row { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.25rem; }
.form-row:last-child { margin-bottom: 0; }
.form-row label { font-family: "JetBrains Mono", monospace; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); }

.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.form-chips { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-top: 0.25rem; }
.chip { padding: 0.5rem 1rem; border-radius: 999px; font-size: 0.85rem; font-family: inherit; border: 1px solid var(--border); color: var(--text-muted); background: var(--bg-primary); cursor: pointer; transition: all 0.15s ease; }
.chip:hover { border-color: var(--accent); color: var(--accent); }
.chip.on { border-color: var(--accent); color: var(--accent); background: rgba(255, 122, 89, 0.1); }

.contact-submit { width: 100%; justify-content: center; margin-top: 0.5rem; }

.form-error { margin-top: 0.75rem; font-size: 0.85rem; color: #ff6b6b; display: none; }
.form-error.visible { display: block; }

.form-success { text-align: center; padding: 3rem 1rem; }
.success-icon { width: 56px; height: 56px; background: rgba(255, 122, 89, 0.15); border: 1px solid var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--accent); margin: 0 auto 1.5rem; }
.form-success h3 { font-size: 1.5rem; margin-bottom: 0.75rem; }
.form-success p { color: var(--text-secondary); max-width: 36ch; margin: 0 auto; }

.contact-sidebar { display: flex; flex-direction: column; gap: 1rem; }

.agenda-card { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; }
.agenda-heading { font-family: "JetBrains Mono", monospace; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); margin: 0 0 1.5rem; font-weight: 500; }
.agenda-list { display: flex; flex-direction: column; gap: 1.25rem; }
.agenda-item { display: flex; gap: 1rem; align-items: flex-start; }
.agenda-num { font-family: "JetBrains Mono", monospace; font-size: 0.65rem; color: var(--accent); flex-shrink: 0; padding-top: 0.2rem; letter-spacing: 0.06em; }
.agenda-text strong { display: block; font-size: 0.95rem; font-weight: 600; color: var(--text-primary); margin-bottom: 0.2rem; }
.agenda-text span { font-size: 0.85rem; color: var(--text-muted); line-height: 1.55; }

.promise-card { padding: 1.75rem; background: rgba(255, 122, 89, 0.06); border: 1px solid rgba(255, 122, 89, 0.35); border-radius: 16px; }
.promise-card h2 { font-size: 1rem; font-weight: 600; margin-bottom: 0.625rem; color: var(--text-primary); }
.promise-card p { font-size: 0.875rem; line-height: 1.65; margin: 0; }

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

/* ── Industry pages ── */
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.25; }
}

.ind-hero { padding: 10rem 0 5rem; position: relative; overflow: hidden; }
.ind-hero h1 { max-width: 18ch; margin-top: 1.25rem; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.hero-sub { margin-top: 1.25rem; max-width: 58ch; font-size: 1.05rem; line-height: 1.7; }
.ind-back { display: inline-flex; align-items: center; gap: 0.5rem; font-family: "JetBrains Mono", monospace; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 1rem; transition: color 0.2s ease; text-decoration: none; }
.ind-back:hover { color: var(--accent); }
.hero-cta { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; flex-wrap: wrap; }

/* Playbook steps */
.playbook { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.play-card { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; display: flex; flex-direction: column; gap: 0.75rem; }
.play-step { font-family: "JetBrains Mono", monospace; font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); display: flex; align-items: center; gap: 0.625rem; }
.play-step::before { content: ''; width: 20px; height: 1px; background: var(--accent); flex-shrink: 0; }
.play-card h3 { font-size: 1.2rem; margin-bottom: 0; }
.play-card > p { font-size: 0.875rem; line-height: 1.65; margin: 0; }

/* Scenarios */
.scenario-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 3rem; }
.scenario { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem; }
.scenario-tag { display: inline-flex; align-items: center; gap: 0.5rem; font-family: "JetBrains Mono", monospace; font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-secondary); padding: 0.3rem 0.625rem; border-radius: 4px; background: var(--bg-tertiary); border: 1px solid var(--border); }
.scenario-tag.urgent { color: var(--accent); border-color: rgba(255, 122, 89, 0.5); background: rgba(255, 122, 89, 0.08); }
.scenario-tag.urgent::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: blink 1.4s infinite; flex-shrink: 0; }
.scenario h3 { margin-top: 0.875rem; font-size: 1.2rem; margin-bottom: 0; }
.scenario > p { font-size: 0.875rem; margin-top: 0.625rem; line-height: 1.65; margin-bottom: 0; }
.scenario-meta { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; gap: 1.25rem; font-family: "JetBrains Mono", monospace; font-size: 0.65rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; }
.scenario-meta strong { color: var(--text-primary); font-weight: 500; }

/* Tools grid */
.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-top: 2rem; }
.tool-cell { background: var(--bg-secondary); padding: 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; border-right: 1px solid var(--border); }
.tool-cell:last-child { border-right: none; }
.int-logo { width: 36px; height: 36px; background: linear-gradient(135deg, var(--accent), var(--accent-light)); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: "JetBrains Mono", monospace; font-size: 0.65rem; font-weight: 700; color: var(--bg-primary); flex-shrink: 0; }
.tool-cell h4 { font-size: 0.9rem; font-weight: 600; margin: 0.25rem 0 0; color: var(--text-primary); }
.tool-cell > p { font-size: 0.78rem; color: var(--text-muted); margin: 0; line-height: 1.5; }

/* ROI strip */
.roi-strip { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; margin-top: 3rem; }
.roi-cell { background: var(--bg-secondary); padding: 2rem; border-right: 1px solid var(--border); }
.roi-cell:last-child { border-right: none; }
.roi-num { font-family: "Bricolage Grotesque", sans-serif; font-size: 3.25rem; font-weight: 600; letter-spacing: -0.03em; background: linear-gradient(135deg, var(--accent), var(--accent-light)); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1; }
.roi-label { font-family: "JetBrains Mono", monospace; font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-top: 0.75rem; }
.roi-sub { font-size: 0.83rem; color: var(--text-secondary); margin-top: 0.4rem; line-height: 1.55; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .lead-magnet-inner { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 900px) {
  .playbook { grid-template-columns: 1fr; }
  .scenario-grid { grid-template-columns: 1fr; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-cell:nth-child(2) { border-right: none; }
  .tool-cell:nth-child(3), .tool-cell:nth-child(4) { border-top: 1px solid var(--border); }
  .tool-cell:nth-child(4) { border-right: none; }
  .roi-strip { grid-template-columns: 1fr; }
  .roi-cell { border-right: none; border-bottom: 1px solid var(--border); }
  .roi-cell:last-child { border-bottom: none; }
}

@media (max-width: 768px) {
  section, .section { padding: 5rem 0; }
  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.875rem; }
  .cta-block .cta-heading { font-size: 1.875rem; }
  .orb { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .hero-inner { padding: 1rem; }
  .wrap { padding: 0 1.25rem; }
  .faq-question { padding: 1.25rem 1.5rem; }
  .faq-answer { padding: 0 1.5rem 1.25rem; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .hero-cta-row { flex-direction: column; align-items: stretch; }
  .hero-cta-row .btn { justify-content: center; text-align: center; }
  .trust-bar { gap: 0.75rem 1.25rem; }
  .lead-magnet-form-wrap { padding: 1.75rem; }
}

@media (max-width: 480px) {
  section, .section { padding: 3.5rem 0; }
  h1 { font-size: 1.875rem; }
  h2 { font-size: 1.5rem; }
  .orb { display: none; }
  .btn { width: 100%; }
  .wrap { padding: 0 1rem; }
}
