/* ═══════════════════════════════════════════════════
   ORDERLY PAGES — SECTIONS
   Hero · Marquee · Problema · Proceso · Servicios ·
   Calculadora · Testimonios · FAQ · Final CTA
 ═══════════════════════════════════════════════════ */

/* ─── HERO ──────────────────────────────────────── */
#hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 200px 8% 120px;
  position: relative; overflow: hidden;
}
.hero-glow {
  position: absolute; top: 40%; left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; height: 500px; pointer-events: none; z-index: 0;
  background: radial-gradient(ellipse at center, rgba(232,114,26,0.1) 0%, transparent 65%);
  animation: glowPulse 8s ease infinite;
}
.hero-content { position: relative; z-index: 1; max-width: 860px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orange-dim); border: 1px solid var(--orange-border);
  color: var(--orange); font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 14px; border-radius: var(--radius-full);
  margin-bottom: 28px;
  animation: fadeUp 0.6s var(--ease) both;
}
.hero-badge-dot {
  width: 6px; height: 6px; background: var(--orange);
  border-radius: 50%; animation: pulseDot 1.8s ease infinite;
}

.hero-title {
  font-size: clamp(2.5rem, 5.8vw, 4.2rem);
  font-weight: 800; line-height: 1.08; letter-spacing: -0.035em;
  margin-bottom: 24px;
  animation: fadeUp 0.65s 0.08s var(--ease) both;
}
.hero-title .hi { color: var(--orange); }

.hero-sub {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: var(--text-2); max-width: 600px; margin: 0 auto 40px;
  line-height: 1.75;
  animation: fadeUp 0.65s 0.16s var(--ease) both;
}

.hero-ctas {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 44px;
  animation: fadeUp 0.65s 0.24s var(--ease) both;
}

.hero-trust {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; flex-wrap: wrap;
  animation: fadeUp 0.65s 0.32s var(--ease) both;
}
.trust-item {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.8rem; color: var(--text-2); font-weight: 500;
}
.trust-check { color: var(--orange); font-size: 0.85rem; font-weight: 700; }
.trust-sep { width: 4px; height: 4px; background: var(--border); border-radius: 50%; margin: 0 6px; }

.hero-stats {
  display: flex; align-items: center; justify-content: center;
  margin-top: 64px; gap: 0; background: rgba(255,255,255,0.01);
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 24px 0; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: var(--shadow-md);
  animation: fadeUp 0.65s 0.40s var(--ease) both;
}
.stat-item { text-align: center; padding: 0 44px; flex: 1; }
.stat-number {
  font-family: var(--font-h); font-size: 2.2rem; font-weight: 800;
  color: var(--white); display: block; margin-bottom: 4px;
}
.stat-number.oi { color: var(--orange); }
.stat-label { font-size: 0.72rem; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.stat-sep { width: 1px; height: 44px; background: var(--border); }

/* ─── SPEED PANEL ────────────────────────────────── */
.speed-panel {
  width: 100%;
  max-width: 800px;
  margin: 56px auto 0;
  background: rgba(10, 10, 12, 0.4);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 
    0 30px 70px rgba(0, 0, 0, 0.8),
    0 1px 0 rgba(255, 255, 255, 0.03) inset;
  text-align: left;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: fadeUp 0.65s 0.28s var(--ease) both;
}
.speed-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.015);
}
.speed-panel-dots {
  display: flex;
  gap: 6px;
}
.speed-panel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}
.speed-panel-dots span:nth-child(1) { background: #ff5f56; opacity: 0.85; }
.speed-panel-dots span:nth-child(2) { background: #ffbd2e; opacity: 0.85; }
.speed-panel-dots span:nth-child(3) { background: #27c93f; opacity: 0.85; }

.speed-panel-title {
  font-size: 0.72rem;
  color: var(--text-3);
  font-family: var(--font-b);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.speed-panel-content {
  padding: 32px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  align-items: center;
}
.speed-comparison {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.speed-metric {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.speed-gauge-wrap {
  position: relative;
  width: 96px;
  height: 96px;
  margin-bottom: 16px;
}
.speed-gauge {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.gauge-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.03);
  stroke-width: 7;
}
.gauge-fill {
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  transition: stroke-dashoffset 1.8s var(--ease);
}
.orderly .gauge-fill {
  stroke: var(--orange);
  filter: drop-shadow(0 0 6px rgba(232,114,26,0.3));
}
.traditional .gauge-fill {
  stroke: #ef4444;
}
.gauge-value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--white);
  padding-bottom: 2px;
}
.orderly .gauge-value {
  color: var(--orange);
}
.traditional .gauge-value {
  color: #ef4444;
}
.speed-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.speed-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
}
.speed-desc {
  font-size: 0.76rem;
  color: var(--text-3);
}
.speed-vitals {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.vital-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.vital-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-2);
}
.vital-bar-wrap {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.vital-bar {
  height: 100%;
  border-radius: var(--radius-full);
}
.vital-bar.green {
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.3);
}
.vital-bar.red {
  background: #ef4444;
}
.vital-val {
  font-size: 0.74rem;
  font-weight: 700;
}
.vital-val.green { color: #22c55e; }
.vital-val.red   { color: #ef4444; }

@media (max-width: 680px) {
  .speed-panel-content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 24px;
  }
}

/* ─── MARQUEE / LOGO BAR ────────────────────────── */
.logo-bar {
  padding: 40px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden; background: #080808;
}
.logo-bar-label {
  text-align: center; font-size: 0.7rem; color: var(--text-3);
  text-transform: uppercase; letter-spacing: 0.12em;
  font-weight: 700; margin-bottom: 28px;
}
.marquee-wrap { overflow: hidden; }
.marquee-track {
  display: flex; gap: 0; width: max-content;
  align-items: center;
  animation: marquee 28s linear infinite;
}
.marquee-item {
  font-family: var(--font-h); font-size: 0.88rem; font-weight: 700;
  color: var(--text-3); letter-spacing: 0.05em; text-transform: uppercase;
  padding: 0 44px; white-space: nowrap;
  transition: color var(--ease);
}
.marquee-item:hover { color: var(--white); }
.marquee-sep {
  color: var(--orange); opacity: 0.25; line-height: 1;
  font-size: 1.4rem; display: flex; align-items: center;
}

/* ─── EL PROBLEMA ───────────────────────────────── */
#problema { background: var(--bg-2); }

.pain-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 60px;
}
.pain-card {
  padding: 44px 32px; border-radius: var(--radius-lg);
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-sm);
  transition: border-color var(--ease), background-color var(--ease), transform var(--ease), box-shadow var(--ease);
}
.pain-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(800px circle at var(--x, 0px) var(--y, 0px), rgba(232,114,26,0.04), transparent 40%);
  pointer-events: none; opacity: 0; transition: opacity var(--ease);
}
.pain-card:hover { 
  border-color: rgba(232,114,26,0.22); 
  background: rgba(255,255,255,0.025);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px); 
}
.pain-card:hover::before { opacity: 1; }
.pain-icon {
  width: 44px; height: 44px; margin-bottom: 24px;
  color: var(--orange); display: block;
}
.pain-card h3 { margin-bottom: 12px; font-size: 1.15rem; font-weight: 700; color: var(--white); }
.pain-card p  { font-size: 0.88rem; color: var(--text-2); line-height: 1.7; }

/* ─── CÓMO FUNCIONA ─────────────────────────────── */
#como-funciona { background: var(--bg); }

.process-grid {
  display: grid; grid-template-columns: 1fr 60px 1fr 60px 1fr;
  align-items: start; margin-top: 80px; gap: 0;
}
.process-step { text-align: center; padding: 0 16px; position: relative; }
.step-num {
  font-family: var(--font-h); font-size: 4rem; font-weight: 800;
  color: rgba(232,114,26,0.08); line-height: 1; margin-bottom: -16px; display: block;
  transition: color var(--ease);
}
.process-step:hover .step-num { color: rgba(232,114,26,0.18); }
.step-icon-box {
  width: 64px; height: 64px;
  background: var(--orange-dim); border: 1px solid var(--orange-border);
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px; box-shadow: var(--shadow-sm);
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.process-step:hover .step-icon-box { transform: scale(1.05); border-color: var(--orange); box-shadow: var(--shadow-orange); }
.step-icon-box svg { width: 28px; height: 28px; color: var(--orange); }
.process-step h3 { margin-bottom: 12px; font-size: 1.1rem; font-weight: 700; color: var(--white); }
.process-step p   { font-size: 0.88rem; color: var(--text-2); line-height: 1.7; }

.process-connector {
  display: flex; align-items: flex-start; padding-top: 110px; justify-content: center;
}
.connector-svg {
  width: 100%; height: 12px; display: block;
}
.connector-glow {
  stroke-dasharray: 8 24;
  animation: strokeFlow 4s linear infinite;
  opacity: 0.45;
}
@keyframes strokeFlow {
  from { stroke-dashoffset: 32; }
  to { stroke-dashoffset: 0; }
}

/* ─── SERVICIOS ─────────────────────────────────── */
#servicios { background: var(--bg-2); }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 60px;
}
.service-card {
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg); padding: 44px 36px;
  position: relative; display: flex; flex-direction: column;
  box-shadow: var(--shadow-md);
  transition: border-color var(--ease), transform var(--ease), box-shadow var(--ease);
}
.service-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(800px circle at var(--x, 0px) var(--y, 0px), rgba(232,114,26,0.05), transparent 40%);
  pointer-events: none; opacity: 0; transition: opacity var(--ease);
}
.service-card:hover {
  border-color: var(--orange-border);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg), var(--shadow-orange);
}
.service-card:hover::before { opacity: 1; }
.service-card.popular {
  border-color: var(--orange);
  background: rgba(232,114,26,0.02);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.45), 0 0 25px rgba(232,114,26,0.06);
}
.popular-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--orange); color: #fff;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 5px 16px; border-radius: var(--radius-full);
  white-space: nowrap; box-shadow: var(--shadow-sm);
}
.service-type {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--text-3); margin-bottom: 16px;
}
.service-card h3 { font-size: 1.35rem; margin-bottom: 12px; font-weight: 700; color: var(--white); }
.service-price {
  font-family: var(--font-h); font-size: 1.3rem; font-weight: 800;
  color: var(--orange); margin-bottom: 6px;
}
.service-usd { font-size: 0.8rem; color: var(--text-3); margin-bottom: 32px; }
.service-divider { height: 1px; background: var(--border); margin-bottom: 28px; }
.service-features { list-style: none; margin-bottom: 36px; flex: 1; }
.service-features li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.88rem; color: var(--text-2);
  padding: 10px 0; border-bottom: 1px solid var(--border-light);
}
.service-features li:last-child { border-bottom: none; }
.feat-check { color: var(--orange); font-size: 0.9rem; margin-top: 1px; flex-shrink: 0; font-weight: 700; }

/* ─── CALCULADORA ───────────────────────────────── */
#cotizar { background: var(--bg); }

.calc-wrap { max-width: 800px; margin: 64px auto 0; }

.calc-label {
  display: block; font-size: 0.74rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--text-3); margin-bottom: 14px;
}
.calc-pills { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.pill-btn {
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  color: var(--text-2); font-size: 0.88rem; font-weight: 600;
  padding: 12px 24px; border-radius: var(--radius-full);
  cursor: pointer; transition: all var(--ease);
  box-shadow: var(--shadow-sm);
}
.pill-btn:hover { border-color: var(--orange-border); color: var(--white); }
.pill-btn.active {
  background: var(--orange-dim); border-color: var(--orange);
  color: var(--orange); font-weight: 700;
  box-shadow: var(--shadow-orange);
}

.extras-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px; margin-top: 16px; margin-bottom: 40px;
}
.extra-item {
  display: flex; align-items: center; gap: 14px;
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  border-radius: var(--radius); padding: 14px 18px;
  cursor: pointer; user-select: none;
  transition: border-color var(--ease), background-color var(--ease), transform var(--ease);
}
.extra-item::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(400px circle at var(--x, 0px) var(--y, 0px), rgba(232,114,26,0.04), transparent 40%);
  pointer-events: none; opacity: 0; transition: opacity var(--ease);
}
.extra-item:hover { border-color: var(--orange-border); transform: translateY(-1px); }
.extra-item:hover::before { opacity: 1; }
.extra-item.checked {
  border-color: var(--orange); background: var(--orange-dim);
}
.check-box {
  width: 20px; height: 20px; border: 1.5px solid var(--border);
  border-radius: 6px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem; color: #fff; transition: all var(--ease);
}
.extra-item.checked .check-box { background: var(--orange); border-color: var(--orange); }
.extra-name { font-size: 0.9rem; font-weight: 600; color: var(--white); display: block; }
.extra-price { font-size: 0.76rem; color: var(--text-3); margin-top: 2px; }

.calc-display {
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg); padding: 52px 40px;
  text-align: center; margin-bottom: 24px; position: relative; overflow: hidden;
  box-shadow: var(--shadow-md);
}
.calc-display::before {
  content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
  width: 500px; height: 300px; pointer-events: none;
  background: radial-gradient(ellipse, rgba(232,114,26,0.08) 0%, transparent 70%);
}
.calc-from {
  font-size: 0.74rem; color: var(--text-3); text-transform: uppercase;
  letter-spacing: 0.12em; margin-bottom: 10px; font-weight: 700;
}
.calc-price-cop {
  font-family: var(--font-h); font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800; color: var(--white); display: block;
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease);
  letter-spacing: -0.02em;
}
.calc-price-usd { font-size: 1rem; color: var(--text-3); margin-top: 8px; font-weight: 500; }
.calc-note { font-size: 0.76rem; color: var(--text-3); margin-top: 18px; line-height: 1.5; }

/* ─── TESTIMONIOS ───────────────────────────────── */
#testimonios { background: var(--bg-2); }

.testimonials-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 64px;
}
.testimonial-card {
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg); padding: 36px;
  box-shadow: var(--shadow-md); position: relative;
  transition: border-color var(--ease), transform var(--ease);
}
.testimonial-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(800px circle at var(--x, 0px) var(--y, 0px), rgba(232,114,26,0.04), transparent 40%);
  pointer-events: none; opacity: 0; transition: opacity var(--ease);
}
.testimonial-card:hover { border-color: rgba(232,114,26,0.18); transform: translateY(-3px); }
.testimonial-card:hover::before { opacity: 1; }
.t-stars { font-size: 0.88rem; color: #f5a623; letter-spacing: 2px; margin-bottom: 16px; }
.t-text   { font-size: 0.9rem; color: var(--text-2); line-height: 1.75; margin-bottom: 24px; }
.t-author { display: flex; align-items: center; gap: 14px; }
.t-avatar {
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-h); font-size: 1rem; font-weight: 800;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}
.testimonial-card:nth-child(1) .t-avatar {
  background: rgba(232, 114, 26, 0.08);
  color: #f2802a;
  border: 1px solid rgba(232, 114, 26, 0.18);
}
.testimonial-card:nth-child(2) .t-avatar {
  background: rgba(37, 211, 102, 0.08);
  color: #2eeb74;
  border: 1px solid rgba(37, 211, 102, 0.18);
}
.testimonial-card:nth-child(3) .t-avatar {
  background: rgba(59, 130, 246, 0.08);
  color: #60a5fa;
  border: 1px solid rgba(59, 130, 246, 0.18);
}
.t-name    { font-size: 0.9rem; font-weight: 700; color: var(--white); display: block; }
.t-company { font-size: 0.78rem; color: var(--text-3); margin-top: 2px; }
.verified  {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(37,211,102,0.06); border: 1px solid rgba(37,211,102,0.18);
  color: #25D366; font-size: 0.7rem; font-weight: 700;
  padding: 5px 12px; border-radius: var(--radius-full); margin-top: 18px;
  letter-spacing: 0.02em;
}

/* ─── FAQ ───────────────────────────────────────── */
#faq { background: var(--bg); }

.faq-list { max-width: 760px; margin: 64px auto 0; }
.faq-item  {
  border-bottom: 1px solid var(--border);
  transition: background-color 0.35s var(--ease), border-color 0.35s var(--ease);
}
.faq-item:hover {
  background-color: rgba(255,255,255,0.005);
}
.faq-item.open {
  border-bottom-color: var(--orange-border);
  background-color: rgba(232,114,26,0.005);
}
.faq-q {
  width: 100%; background: none; border: none; color: var(--white);
  font-size: 1.05rem; font-weight: 600; font-family: var(--font-b);
  padding: 24px 0; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
  cursor: pointer; text-align: left;
  transition: color var(--ease);
}
.faq-q:hover { color: var(--orange); }
.faq-chevron {
  flex-shrink: 0; width: 18px; height: 18px;
  color: var(--text-2);
  transition: transform 0.35s var(--ease), color 0.35s var(--ease);
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  color: var(--orange);
}
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease); }
.faq-item.open .faq-a { max-height: 280px; }
.faq-a p { padding-bottom: 24px; font-size: 0.9rem; line-height: 1.75; color: var(--text-2); }

/* ─── FINAL CTA ─────────────────────────────────── */
#final-cta { background: var(--bg); text-align: center; overflow: hidden; }
.cta-glow {
  position: absolute; top: -140px; left: 50%; transform: translateX(-50%);
  width: 720px; height: 480px; pointer-events: none; z-index: 0;
  background: radial-gradient(ellipse at center, rgba(232,114,26,0.13) 0%, transparent 68%);
}
.cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-inner h2 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 22px; letter-spacing: -0.025em; }
.cta-inner p  { font-size: 1.08rem; margin-bottom: 44px; color: var(--text-2); }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }

.quota-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--glass-bg); border: 1px solid var(--glass-border);
  border-radius: var(--radius-full); padding: 12px 28px;
  font-size: 0.88rem; color: var(--text-2); font-weight: 600;
  box-shadow: var(--shadow-sm);
}
.quota-dot {
  width: 8px; height: 8px; background: var(--orange); border-radius: 50%;
  animation: pulseDot 1.6s ease infinite;
}
.quota-n { font-family: var(--font-h); font-size: 1.15rem; font-weight: 800; color: var(--orange); }

.guarantee {
  margin-top: 36px; display: inline-flex; align-items: center; gap: 10px;
  background: var(--orange-dim); border: 1px solid var(--orange-border);
  border-radius: var(--radius); padding: 16px 24px;
  font-size: 0.84rem; color: var(--text-2); font-weight: 600;
  box-shadow: var(--shadow-sm);
}

/* ─── RESPONSIVE ────────────────────────────────── */
@media (max-width: 960px) {
  #hero { padding: 140px 6% 80px; }
  .pain-grid,
  .services-grid,
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .pain-grid .pain-card:nth-child(3),
  .services-grid .service-card:nth-child(3),
  .testimonials-grid .testimonial-card:nth-child(3) {
    grid-column: span 2;
  }
  .process-grid { grid-template-columns: 1fr; gap: 36px; }
  .process-connector { display: none; }
  .stat-sep { display: none; }
  .hero-stats { flex-direction: row; flex-wrap: wrap; gap: 24px 16px; padding: 24px 16px; justify-content: space-around; }
  .stat-item { padding: 0 16px; flex: 1 1 200px; border-bottom: none; }
  section { padding: 100px 6%; }
}
@media (max-width: 680px) {
  .pain-grid,
  .services-grid,
  .testimonials-grid { grid-template-columns: 1fr; }
  .pain-grid .pain-card:nth-child(3),
  .services-grid .service-card:nth-child(3),
  .testimonials-grid .testimonial-card:nth-child(3) {
    grid-column: span 1;
  }
}
@media (max-width: 640px) {
  .hero-stats { flex-direction: column; gap: 16px; }
  .stat-item { flex: 1 1 auto; padding: 8px 0; width: 100%; border-bottom: 1px solid var(--border-light); }
  .stat-item:last-child { border-bottom: none; }
}
@media (max-width: 600px) {
  #hero { padding: 120px 4% 60px; }
  .hero-title { letter-spacing: -0.015em; }
  .calc-display { padding: 36px 20px; }
  .cta-btns, .hero-ctas { flex-direction: column; align-items: stretch; }
  .btn-primary, .btn-secondary { justify-content: center; }
}
@media (max-width: 480px) {
  .speed-comparison { flex-direction: column; gap: 28px; align-items: center; }
  .speed-metric { width: 100%; }
}
