:root {
  --obsidian: #0C0B09;
  --ink: #1E1C19;
  --charcoal: #2C2A26;
  --ash: #3D3A35;
  --yellow: #E8C547;
  --parchment: #F8F5EF;
  --white: #FFFFFF;
  --text-primary: #FFFFFF;
  --text-secondary: rgba(255,255,255,0.65);
  --text-muted: rgba(255,255,255,0.35);
  --text-ghost: rgba(255,255,255,0.2);
  --r-card: 12px;
  --r-btn: 100px;
  --r-tag: 6px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--obsidian);
  color: var(--text-primary);
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  cursor: none;
}
h1,h2,h3,h4 { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; line-height: 1.05; letter-spacing: -2.5px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button { cursor: pointer; font-family: 'Satoshi', sans-serif; }

#cursor { position: fixed; width: 10px; height: 10px; background: var(--yellow); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: left 0.04s linear, top 0.04s linear; }

.scarcity-bar { width: 100%; background: rgba(232,197,71,0.1); border-bottom: 1px solid rgba(232,197,71,0.18); padding: 10px 24px; text-align: center; font-family: 'Satoshi', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.4px; color: var(--yellow); position: sticky; top: 0; z-index: 100; }
.scarcity-bar .pulse-dot { display: inline-block; width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; margin-right: 10px; vertical-align: middle; animation: pulse-anim 1.8s ease-in-out infinite; }
@keyframes pulse-anim { 0%,100% { box-shadow: 0 0 0 0 rgba(232,197,71,0.6); } 50% { box-shadow: 0 0 0 6px rgba(232,197,71,0); } }

nav { position: sticky; top: 37px; z-index: 99; display: flex; align-items: center; justify-content: space-between; padding: 0 64px; height: 72px; background: rgba(12,11,9,0.92); backdrop-filter: blur(16px); border-bottom: 1px solid var(--charcoal); }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-mark { height: 38px; width: auto; flex-shrink: 0; }
.logo-placeholder {
  height: 30px;
  min-width: 112px;
  padding: 0 14px;
  border: 1px dashed rgba(255,255,255,0.35);
  border-radius: var(--r-tag);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.04);
}
.logo-placeholder span {
  font-family: 'Satoshi', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-ghost);
}
.logo-placeholder--footer {
  height: 28px;
  min-width: 96px;
}
.nav-links { display: flex; gap: 40px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--text-secondary); letter-spacing: 0.2px; position: relative; padding-bottom: 2px; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--yellow); transition: width 0.28s cubic-bezier(0.16,1,0.3,1); }
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { background: var(--yellow); color: var(--obsidian); font-weight: 700; font-size: 14px; padding: 10px 24px; border-radius: var(--r-btn); border: none; transition: transform 0.2s, box-shadow 0.2s; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,197,71,0.3); }

.ticker-wrap { background: var(--yellow); overflow: hidden; padding: 13px 0; }
.ticker-track { display: flex; white-space: nowrap; animation: ticker-scroll 56s linear infinite; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-item { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: 14px; color: var(--obsidian); padding: 0 28px; letter-spacing: 0.3px; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 60px 96px 60px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 20% 60%, rgba(232,197,71,0.05) 0%, transparent 60%); pointer-events: none; }
.hero-bg-year { position: absolute; right: -20px; bottom: -40px; font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: clamp(160px, 22vw, 320px); color: rgba(255,255,255,0.025); letter-spacing: -12px; line-height: 1; pointer-events: none; user-select: none; }
.hero-eyebrow { font-family: 'Satoshi', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 4px; color: var(--text-muted); text-transform: uppercase; display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.hero-eyebrow::after { content: ''; width: 40px; height: 1px; background: var(--charcoal); }
.hero-flip-container { position: relative; width: 100%; max-width: 1100px; margin-bottom: 20px; min-height: 120px; }
.flip-statement { width: 100%; font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: clamp(42px, 6vw, 86px); letter-spacing: -3px; line-height: 1.05; color: var(--white); text-wrap: pretty; opacity: 1; }
.flip-statement em { font-style: italic; color: var(--yellow); }
.hero-dots { display: flex; gap: 8px; margin-bottom: 28px; }
.hero-dot { height: 6px; width: 6px; border-radius: 3px; background: var(--charcoal); border: none; transition: width 0.25s cubic-bezier(0.16,1,0.3,1), background 0.2s; }
.hero-dot.active { width: 28px; background: var(--yellow); }
.hero-sub { font-size: clamp(16px, 1.4vw, 19px); color: var(--text-secondary); max-width: 480px; line-height: 1.65; margin-bottom: 20px; font-weight: 400; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(232,197,71,0.08); border: 1px solid rgba(232,197,71,0.25); border-radius: var(--r-btn); padding: 10px 20px; font-size: 14px; font-weight: 500; color: var(--text-secondary); margin-bottom: 28px; }
.hero-badge strong { color: var(--yellow); font-weight: 700; }
.hero-badge-dot { width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; flex-shrink: 0; animation: pulse-anim 1.8s ease-in-out infinite; }
.btn-primary { background: var(--yellow); color: var(--obsidian); font-weight: 700; font-size: 15px; padding: 16px 32px; border-radius: var(--r-btn); border: none; transition: transform 0.2s, box-shadow 0.2s; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(232,197,71,0.4); }
.btn-ghost { background: transparent; color: var(--text-secondary); font-weight: 600; font-size: 15px; padding: 16px 32px; border-radius: var(--r-btn); border: 1px solid var(--charcoal); transition: border-color 0.2s, color 0.2s; }
.btn-ghost:hover { border-color: var(--ash); color: var(--white); }
.hero-visual { position: absolute; right: 90px; top: 52%; transform: translateY(-50%); width: min(34vw, 420px); opacity: 0.95; }

.section-eyebrow { font-family: 'Satoshi', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 4px; color: var(--yellow); text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.section-eyebrow::before { content:''; width:20px; height:1px; background:var(--yellow); opacity:0.5; }

.trust-pulse { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: var(--charcoal); }
.stat-card { background: var(--ink); padding: 56px 40px; text-align: center; position: relative; }
.stat-card:hover { background: #222020; }
.stat-num { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: clamp(52px, 5.5vw, 80px); color: var(--white); letter-spacing: -4px; line-height: 1; display: flex; align-items: flex-start; justify-content: center; gap: 1px; }
.stat-num .plus { font-size: 0.45em; color: var(--yellow); margin-top: 8px; }
.stat-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-muted); margin-top: 14px; }
.stat-zero-line { font-size: 12px; color: var(--text-ghost); margin-top: 10px; font-style: italic; transition: opacity 0.8s; }

.diagnosis { padding: 72px 96px; max-width: 960px; }
.diagnosis-visual { float: right; width: min(38%, 300px); margin-left: 20px; margin-bottom: 20px; }
.diagnosis-question { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: clamp(36px, 4.5vw, 60px); letter-spacing: -2.5px; margin-bottom: 32px; line-height: 1.05; }
.diagnosis-question em { font-style: italic; color: var(--yellow); }
.pain-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.pain-pill { background: transparent; border: 1px solid var(--charcoal); color: var(--text-secondary); font-size: 14px; font-weight: 500; padding: 12px 22px; border-radius: var(--r-btn); transition: all 0.2s; }
.pain-pill:hover { border-color: var(--yellow); color: var(--white); }
.pain-pill.active { background: var(--yellow); border-color: var(--yellow); color: var(--obsidian); font-weight: 700; }
.diagnosis-result { background: var(--ink); border: 1px solid var(--charcoal); border-radius: var(--r-card); padding: 0 40px; overflow: hidden; max-height: 0; opacity: 0; transition: max-height 0.5s cubic-bezier(0.16,1,0.3,1), opacity 0.4s, padding 0.4s; }
.diagnosis-result.open { max-height: 400px; opacity: 1; padding: 40px; }
.diag-title { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.5px; margin-bottom: 12px; color: var(--yellow); }
.diag-body { font-size: 15px; color: var(--text-secondary); line-height: 1.7; margin-bottom: 24px; }
.diag-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.diag-tag { background: var(--charcoal); color: var(--text-secondary); font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 6px 12px; border-radius: var(--r-tag); }
.diag-link { font-size: 14px; font-weight: 700; color: var(--yellow); }
.diag-link:hover { text-decoration: underline; }

.services { padding: 120px 96px; }
.services-header { max-width: 700px; margin-bottom: 64px; }
.services-header h2 { font-size: clamp(44px, 5.5vw, 72px); margin-bottom: 20px; }
.services-header h2 em { font-style: italic; color: var(--yellow); }
.services-header p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; max-width: 520px; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--charcoal); }
.service-tile { background: var(--ink); padding: 44px 36px; position: relative; overflow: hidden; transition: background 0.2s; }
.service-tile::after { content:''; position:absolute; inset:0; border: 0 solid var(--yellow); transition: border-width 0.25s; pointer-events:none; }
.service-tile:hover { background: #222020; }
.service-tile:hover::after { border-width: 2px; }
.tile-num { font-family: 'Cabinet Grotesk', sans-serif; font-size: 11px; font-weight: 800; color: var(--text-ghost); letter-spacing: 2px; margin-bottom: 28px; }
.tile-name { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: 24px; letter-spacing: -0.8px; margin-bottom: 10px; }
.tile-outcome { font-size: 14px; color: var(--text-muted); line-height: 1.5; transition: color 0.25s; }
.service-tile:hover .tile-outcome { color: var(--text-secondary); }

.industry { padding: 120px 96px; }
.industry-header { margin-bottom: 48px; }
.industry-header h2 { font-size: clamp(36px, 4.5vw, 60px); }
.industry-tabs { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 64px; }
.ind-tab { background: transparent; border: 1px solid var(--charcoal); color: var(--text-muted); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 10px 20px; border-radius: var(--r-tag); transition: all 0.2s; }
.ind-tab.active { background: var(--yellow); border-color: var(--yellow); color: var(--obsidian); }
.ind-tab:hover:not(.active) { border-color: var(--ash); color: var(--white); }
.industry-content { display: grid; grid-template-columns: 3fr 2fr; gap: 80px; align-items: start; }
.ind-headline { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: clamp(30px, 3.5vw, 48px); letter-spacing: -2px; margin-bottom: 20px; line-height: 1.1; }
.ind-headline em { font-style: italic; color: var(--yellow); }
.ind-body { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }
.ind-stats { display: flex; flex-direction: column; gap: 32px; }
.ind-stat-n { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: 40px; letter-spacing: -2px; color: var(--yellow); line-height: 1; }
.ind-stat-l { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); margin-top: 4px; }
.industry-visual { margin-top: 24px; }

.proof { padding: 120px 96px; background: var(--ink); }
.proof-header { margin-bottom: 64px; }
.proof-header h2 { font-size: clamp(44px, 5.5vw, 72px); }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--charcoal); }
.proof-card { background: var(--obsidian); padding: 32px 44px 44px; transition: background 0.2s; }
.proof-card:hover { background: #0f0e0c; }
.proof-img-ph { width: 100%; height: 200px; background: var(--charcoal); border-radius: var(--r-card); margin-bottom: 28px; display: flex; align-items: center; justify-content: center; border: 1px dashed var(--ash); position: relative; overflow: hidden; }
.proof-img-ph::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(232,197,71,0.14), rgba(132,94,194,0.1) 52%, rgba(0,201,167,0.08)),
    repeating-linear-gradient(45deg, transparent, transparent 12px, rgba(255,255,255,0.03) 12px, rgba(255,255,255,0.03) 13px);
}
.proof-img-ph::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(12,11,9,0.45);
}
.proof-img-ph span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  position: relative;
  z-index: 1;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: var(--r-tag);
  background: rgba(0,0,0,0.25);
}
.proof-top { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 28px; }
.proof-flag { font-size: 28px; line-height: 1; }
.proof-client { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: 20px; letter-spacing: -0.5px; margin-bottom: 6px; }
.proof-industry-tag { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--yellow); background: rgba(232,197,71,0.1); padding: 4px 10px; border-radius: var(--r-tag); }
.proof-problem { font-size: 14px; color: var(--text-muted); margin-bottom: 14px; padding-left: 16px; border-left: 2px solid var(--charcoal); line-height: 1.6; }
.proof-result { font-size: 15px; color: var(--text-primary); font-weight: 500; margin-bottom: 28px; padding-left: 16px; border-left: 2px solid var(--yellow); line-height: 1.6; }
.proof-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.proof-tag { background: var(--charcoal); color: var(--text-muted); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 10px; border-radius: var(--r-tag); }

/* WHY CONEQUATE */
.why-conequate { padding: 120px 96px; background: #0B0A08; }
.why-inner { max-width: 1120px; margin: 0 auto; }
.why-inner h2 { font-size: clamp(40px, 5vw, 68px); margin-bottom: 34px; max-width: 760px; }
.why-table { border-top: 1px solid rgba(255,255,255,0.12); border-bottom: 1px solid rgba(255,255,255,0.12); }
.why-head, .why-row { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 20px; align-items: center; }
.why-head { padding: 14px 10px; color: var(--text-muted); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,0.08); }
.why-row { padding: 18px 10px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.why-row:last-child { border-bottom: none; }
.why-label { color: var(--text-secondary); font-weight: 500; display: flex; align-items: center; gap: 10px; }
.why-icon { opacity: 0.55; font-size: 14px; }
.why-left { color: rgba(255,255,255,0.42); text-decoration: line-through; text-decoration-color: rgba(255,255,255,0.2); }
.why-right { color: var(--yellow); font-weight: 700; }

.pricing { padding: 120px 96px; }
.pricing-header { max-width: 640px; margin-bottom: 64px; }
.pricing-header h2 { font-size: clamp(44px, 5.5vw, 72px); margin-bottom: 16px; }
.pricing-header p { font-size: 15px; color: var(--text-secondary); line-height: 1.65; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 32px; }
.pricing-toggle { background: var(--ink); border: 1px solid var(--charcoal); border-radius: var(--r-card); padding: 24px; display: flex; align-items: center; gap: 16px; transition: border-color 0.2s, background 0.2s; }
.pricing-toggle.on { border-color: var(--yellow); background: rgba(232,197,71,0.05); }
.toggle-check { width: 22px; height: 22px; min-width: 22px; border-radius: 6px; border: 2px solid var(--charcoal); display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.pricing-toggle.on .toggle-check { background: var(--yellow); border-color: var(--yellow); }
.toggle-check svg { display: none; }
.pricing-toggle.on .toggle-check svg { display: block; }
.toggle-name { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: -0.3px; margin-bottom: 4px; }
.toggle-price { font-size: 13px; color: var(--text-muted); }
.toggle-price strong { color: var(--yellow); }
.pricing-total { background: var(--ink); border: 1px solid var(--charcoal); border-radius: var(--r-card); padding: 36px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.total-amount { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: clamp(40px, 5vw, 64px); color: var(--yellow); letter-spacing: -3px; line-height: 1; display: inline-block; }
.total-period { font-size: 14px; color: var(--text-muted); margin-top: 6px; }
.total-compare { font-size: 14px; color: var(--text-muted); margin-bottom: 16px; }
.total-compare strong { color: var(--white); }
.pricing-visual { margin-top: 20px; max-width: 360px; }

.process { padding: 120px 96px; background: var(--ink); }
.process-header { margin-bottom: 64px; }
.process-header h2 { font-size: clamp(44px, 5.5vw, 72px); }
.process-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--charcoal); }
.process-step { background: var(--obsidian); padding: 56px 44px; }
.step-num { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: 80px; letter-spacing: -5px; color: var(--yellow); opacity: 0.2; line-height: 1; margin-bottom: 28px; }
.step-title { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: 24px; letter-spacing: -0.8px; margin-bottom: 16px; }
.step-body { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

.testimonials { padding: 120px 96px; }
.testimonials h2 { font-size: clamp(44px, 5.5vw, 72px); margin-bottom: 56px; }
.testimonial-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 64px; }
.testimonial-card { background: var(--ink); border-left: 3px solid var(--yellow); border-radius: 0 var(--r-card) var(--r-card) 0; padding: 36px 36px 36px 40px; }
.t-quote { font-size: 16px; font-style: italic; color: var(--text-secondary); line-height: 1.7; margin-bottom: 24px; }
.t-name { font-family: 'Cabinet Grotesk', sans-serif; font-weight: 800; font-size: 16px; letter-spacing: -0.3px; }
.t-role { font-size: 12px; color: var(--text-muted); margin-top: 4px; letter-spacing: 0.5px; }
.client-logos { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.logo-ph { background: var(--ink); border: 1px solid var(--charcoal); border-radius: var(--r-card); height: 60px; display: flex; align-items: center; justify-content: center; }
.logo-ph span { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text-ghost); }

.resources-home { padding: 120px 96px; }
.resources-home-header { max-width: 680px; margin-bottom: 40px; }
.resources-home-header h2 { font-size: clamp(40px, 5vw, 68px); margin-bottom: 14px; }
.resources-home-header p { color: var(--text-secondary); max-width: 560px; }
.resources-home-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.resource-home-card { background: var(--ink); border: 1px solid var(--charcoal); border-radius: var(--r-card); padding: 20px; }
.resource-home-cover { aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,0.18); border-radius: 10px; background: linear-gradient(150deg, rgba(232,197,71,0.12), rgba(132,94,194,0.1) 56%, rgba(0,201,167,0.09)); margin-bottom: 14px; display: flex; align-items: center; justify-content: center; }
.resource-home-cover span { font-size: 10px; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.7); border: 1px dashed rgba(255,255,255,0.35); border-radius: var(--r-tag); padding: 6px 12px; }
.resource-home-type { font-size: 10px; text-transform: uppercase; letter-spacing: 1.8px; color: var(--yellow); margin-bottom: 8px; font-weight: 700; }
.resource-home-card h3 { font-size: 24px; letter-spacing: -0.5px; margin-bottom: 8px; }
.resource-home-card p { color: var(--text-secondary); margin-bottom: 16px; min-height: 44px; }

.final-cta { padding: 120px 96px; background: var(--ink); position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 280px; background: linear-gradient(to top, rgba(0,201,167,0.04), rgba(132,94,194,0.04), transparent); pointer-events: none; }
.cta-inner { max-width: 1120px; position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 26px; align-items: start; }
.cta-headline { font-size: clamp(40px, 5.5vw, 72px); letter-spacing: -3px; margin-bottom: 24px; line-height: 1.05; }
.cta-headline em { font-style: italic; color: var(--yellow); }
.cta-sub { font-size: 16px; color: var(--text-secondary); line-height: 1.7; max-width: 560px; margin-bottom: 48px; }
.cta-form { display: flex; flex-direction: column; gap: 14px; max-width: 560px; }
.cta-form input, .cta-form textarea { background: var(--obsidian); border: 1px solid var(--charcoal); border-radius: var(--r-card); color: var(--white); font-size: 15px; padding: 16px 20px; outline: none; resize: none; transition: border-color 0.2s; }
.cta-form input::placeholder, .cta-form textarea::placeholder { color: var(--text-ghost); }
.cta-form input:focus, .cta-form textarea:focus { border-color: var(--yellow); }
.cta-form textarea { min-height: 120px; }
.cta-reassure { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 16px; }
.reassure-item { font-size: 12px; color: var(--text-ghost); }
.cta-form-column { max-width: 760px; }
.cta-visual { align-self: stretch; display: flex; }
.contact-notice {
  margin: 0 0 16px;
  padding: 10px 14px;
  border-radius: var(--r-tag);
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid var(--charcoal);
  background: rgba(255,255,255,0.03);
  color: var(--text-secondary);
  max-width: 560px;
}
.contact-notice.is-success {
  border-color: rgba(0,201,167,0.45);
  background: rgba(0,201,167,0.08);
  color: #c7fff3;
}
.contact-notice.is-error {
  border-color: rgba(232,197,71,0.45);
  background: rgba(232,197,71,0.08);
  color: #fff0b5;
}

.placeholder-shell {
  width: 100%;
  min-height: 210px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 14px;
  background:
    linear-gradient(160deg, rgba(232,197,71,0.12), rgba(132,94,194,0.09) 58%, rgba(0,201,167,0.08)),
    rgba(30,28,25,0.82);
  position: relative;
  overflow: hidden;
  padding: 16px;
}
.placeholder-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 12px, rgba(255,255,255,0.03) 12px, rgba(255,255,255,0.03) 13px);
}
.placeholder-shell--sm { min-height: 160px; }
.placeholder-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.78);
  padding: 7px 10px;
  border-radius: var(--r-tag);
  border: 1px dashed rgba(255,255,255,0.35);
}
.placeholder-bars, .placeholder-lines { position: relative; z-index: 1; margin-top: 18px; display: grid; gap: 9px; }
.placeholder-bars span { height: 18px; border-radius: 8px; background: rgba(255,255,255,0.14); }
.placeholder-lines span { height: 10px; border-radius: 999px; background: rgba(255,255,255,0.2); }
.placeholder-avatar { position: relative; z-index: 1; margin-top: 22px; width: 110px; height: 110px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.22); background: rgba(255,255,255,0.08); }

footer { padding: 40px 96px; border-top: 1px solid var(--charcoal); display: flex; align-items: center; justify-content: space-between; }
.footer-links { display: flex; gap: 28px; }
.footer-links a { font-size: 13px; color: var(--text-muted); transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-copy { font-size: 12px; color: var(--text-ghost); }

.fade-section { opacity: 0; transform: translateY(24px); }

@media (max-width: 1100px) {
  .hero, .diagnosis, .services, .industry, .proof, .why-conequate, .pricing, .process, .testimonials, .resources-home, .final-cta, footer { padding-left: 48px; padding-right: 48px; }
  nav { padding: 0 48px; }
  .industry-content { grid-template-columns: 1fr; gap: 40px; }
  .ind-stats { flex-direction: row; }
  .hero-visual { right: 48px; width: min(34vw, 320px); }
}
@media (max-width: 900px) {
  .trust-pulse { grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .testimonial-cards { grid-template-columns: 1fr; }
  .client-logos { grid-template-columns: repeat(3,1fr); }
  .why-head, .why-row { grid-template-columns: 1.2fr 1fr 1fr; }
  .resources-home-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-visual { max-width: 420px; }
}
@media (max-width: 600px) {
  nav { padding: 0 20px; top: 40px; }
  .nav-links { display: none; }
  .hero, .diagnosis, .services, .industry, .proof, .why-conequate, .pricing, .process, .testimonials, .resources-home, .final-cta, footer { padding-left: 24px; padding-right: 24px; }
  .services-grid, .pricing-grid { grid-template-columns: 1fr; }
  .trust-pulse { grid-template-columns: 1fr 1fr; }
  .client-logos { grid-template-columns: repeat(2,1fr); }
  .resources-home-grid { grid-template-columns: 1fr; }
  .why-head { display: none; }
  .why-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 2px; }
  .why-left::before { content: "Other: "; color: var(--text-ghost); text-decoration: none; }
  .why-right::before { content: "Conequate: "; color: var(--text-ghost); font-weight: 500; }
  .hero-visual, .cta-visual { display: none; }
  .diagnosis-visual { float: none; width: 100%; margin: 0 0 14px; }
  .pricing-visual { max-width: none; }
}
