/* Relatório GEO — landing vendedora */

/* ── Hero ─────────────────────────────────────────────────── */
.geo-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #020617 0%, #0c4a6e 42%, #0f172a 100%);
  color: #fff;
  padding: 48px 0 72px;
}

.geo-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(56, 189, 248, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 80%, rgba(99, 102, 241, 0.18), transparent 50%);
  pointer-events: none;
}

.geo-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.geo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.geo-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px #22c55e;
  animation: geo-pulse 2s ease infinite;
}

@keyframes geo-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(0.85); }
}

.geo-hero h1 {
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 900;
  margin: 0 0 18px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.geo-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, #38bdf8, #818cf8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.geo-hero-lead {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 28px;
  max-width: 520px;
}

.geo-form-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.geo-form-card label.geo-form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.geo-form-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.geo-input {
  flex: 1;
  min-width: 200px;
  padding: 15px 16px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.5);
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.geo-input::placeholder { color: rgba(255, 255, 255, 0.45); }

.geo-input:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.2);
}

.geo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 26px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #0ea5e9 0%, #6366f1 100%);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 8px 28px rgba(14, 165, 233, 0.45);
  white-space: nowrap;
  transition: transform 0.15s, filter 0.15s;
}

.geo-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.geo-btn:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.geo-form-note {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 14px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

.geo-form-step[hidden] { display: none !important; }

.geo-form-note-light {
  justify-content: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
}

.geo-email-gate {
  text-align: center;
}

.geo-email-gate-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: rgba(14, 165, 233, 0.18);
  border: 1px solid rgba(14, 165, 233, 0.35);
  color: #7dd3fc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.geo-email-gate-title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.25;
}

.geo-email-gate-lead {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 10px;
  line-height: 1.55;
}

.geo-email-gate-url {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #bae6fd;
  font-size: 12px;
  font-weight: 600;
  word-break: break-all;
}

.geo-back-link {
  display: inline-block;
  margin-top: 14px;
  padding: 0;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12.5px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.geo-back-link:hover { color: #fff; }

.geo-gate-fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  margin-bottom: 4px;
}

.geo-input-block {
  width: 100%;
  flex: none;
}

.geo-btn-block {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}

.geo-label-optional {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
}

.geo-hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.geo-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.geo-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.geo-trust-row svg { color: #38bdf8; flex-shrink: 0; }

/* Mockup visual */
.geo-hero-visual {
  position: relative;
}

.geo-mockup {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.geo-mockup-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}

.geo-mockup-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbd5e1;
}

.geo-mockup-dot:nth-child(1) { background: #f87171; }
.geo-mockup-dot:nth-child(2) { background: #fbbf24; }
.geo-mockup-dot:nth-child(3) { background: #4ade80; }

.geo-mockup-url {
  flex: 1;
  height: 24px;
  margin-left: 8px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  font-size: 11px;
  color: #64748b;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.geo-mockup-body { padding: 20px; }

.geo-mockup-score {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.geo-mockup-ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 5px solid #22c55e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #15803d;
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.geo-mockup-ring small {
  font-size: 9px;
  font-weight: 700;
  opacity: 0.7;
}

.geo-mockup-meta h3 {
  margin: 0 0 4px;
  font-size: 15px;
  color: #0f172a;
}

.geo-mockup-meta p {
  margin: 0;
  font-size: 12px;
  color: #64748b;
}

.geo-mockup-checks {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.geo-mockup-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
}

.geo-mockup-check.ok {
  background: #f0fdf4;
  color: #166534;
  border-left: 3px solid #22c55e;
}

.geo-mockup-check.no {
  background: #fef2f2;
  color: #991b1b;
  border-left: 3px solid #ef4444;
}

.geo-float-badge {
  position: absolute;
  background: #fff;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #0f172a;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 8px;
  animation: geo-float 4s ease-in-out infinite;
}

.geo-float-badge.b1 { top: -12px; right: -8px; }
.geo-float-badge.b2 { bottom: 24px; left: -16px; animation-delay: -2s; }

.geo-float-badge-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #0ea5e9, #6366f1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@keyframes geo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* AI platforms strip */
.geo-ai-strip {
  background: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 0;
}

.geo-ai-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.geo-ai-strip-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
}

.geo-ai-pill {
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 600;
}

/* Stats */
.geo-stats {
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  padding: 40px 0;
}

.geo-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.geo-stat-num {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.geo-stat-lbl {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}

/* Sections */
.geo-section {
  padding: 72px 0;
}

.geo-section.alt {
  background: #f8fafc;
}

.geo-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.geo-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

.geo-section-header h2 {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.geo-section-header p {
  margin: 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
}

/* Pain cards */
.geo-pain-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.geo-pain-item {
  display: flex;
  gap: 16px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.geo-pain-item:hover {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.geo-pain-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.geo-pain-icon.red { background: #fef2f2; color: #dc2626; }
.geo-pain-icon.amber { background: #fffbeb; color: #d97706; }
.geo-pain-icon.blue { background: #eff6ff; color: #2563eb; }
.geo-pain-icon.purple { background: #f5f3ff; color: #7c3aed; }

.geo-pain-item h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: #0f172a;
}

.geo-pain-item p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.55;
}

/* Steps */
.geo-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: geo-step;
}

.geo-step {
  text-align: center;
  padding: 28px 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  position: relative;
}

.geo-step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0ea5e9, #6366f1);
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.geo-step h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: #0f172a;
}

.geo-step p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

/* Features */
.geo-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.geo-feature {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 26px;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.geo-feature:hover {
  border-color: #bae6fd;
  box-shadow: 0 16px 40px rgba(14, 165, 233, 0.1);
}

.geo-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e0f2fe, #ede9fe);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #0369a1;
}

.geo-feature h3 {
  font-size: 16px;
  margin: 0 0 8px;
  color: #0f172a;
}

.geo-feature p {
  margin: 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.55;
}

/* Results */
.geo-results-wrap {
  min-height: 0;
}

.geo-results {
  display: none;
  max-width: 920px;
  margin: 0 auto;
}

.geo-results.is-visible {
  display: block;
  animation: geo-fade-in 0.5s ease;
}

@keyframes geo-fade-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.geo-results-placeholder {
  text-align: center;
  padding: 48px 24px;
  border: 2px dashed #cbd5e1;
  border-radius: 20px;
  background: #fff;
  max-width: 560px;
  margin: 0 auto;
}

.geo-results-placeholder svg {
  color: #94a3b8;
  margin-bottom: 16px;
}

.geo-results-placeholder p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
}

.geo-score-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
}

.geo-score-ring {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border: 7px solid #e2e8f0;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.geo-results.is-visible .geo-score-ring {
  animation: geo-pop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes geo-pop {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.geo-score-ring.excellent { border-color: #22c55e; color: #15803d; background: #f0fdf4; }
.geo-score-ring.good { border-color: #0ea5e9; color: #0369a1; background: #f0f9ff; }
.geo-score-ring.regular { border-color: #f59e0b; color: #b45309; background: #fffbeb; }
.geo-score-ring.weak { border-color: #f97316; color: #c2410c; background: #fff7ed; }
.geo-score-ring.critical { border-color: #ef4444; color: #b91c1c; background: #fef2f2; }

.geo-score-num { font-size: 40px; line-height: 1; }

.geo-score-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
}

.geo-score-meta h2 {
  font-size: 24px;
  margin: 0 0 8px;
  color: #0f172a;
}

.geo-score-meta p {
  margin: 0 0 12px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.geo-score-verdict {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.geo-score-verdict.warn {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fed7aa;
}

.geo-score-verdict.ok {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.geo-checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.geo-check {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: start;
}

.geo-check.pass { border-left: 4px solid #22c55e; }
.geo-check.fail { border-left: 4px solid #ef4444; }

.geo-check-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.geo-check.pass .geo-check-icon { background: #dcfce7; color: #15803d; }
.geo-check.fail .geo-check-icon { background: #fee2e2; color: #b91c1c; }

.geo-check h4 {
  margin: 0 0 4px;
  font-size: 15px;
  color: #0f172a;
}

.geo-check p {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}

.geo-check-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}

.geo-check-tag.critical { background: #fef2f2; color: #b91c1c; }
.geo-check-tag.recommended { background: #f0f9ff; color: #0369a1; }

.geo-bots-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.geo-bot-pill {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
}

.geo-bot-pill.ok { background: #dcfce7; color: #166534; }
.geo-bot-pill.no { background: #fee2e2; color: #991b1b; }

.geo-preview {
  margin-top: 24px;
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  font-family: ui-monospace, monospace;
  font-size: 12px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 220px;
  overflow: auto;
}

/* Sales CTA blocks */
.geo-cta {
  text-align: center;
  margin-top: 40px;
  padding: 40px 32px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.geo-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(56, 189, 248, 0.2), transparent 50%);
  pointer-events: none;
}

.geo-cta > * { position: relative; }

.geo-cta h3 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 900;
}

.geo-cta p {
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  max-width: 520px;
  line-height: 1.6;
}

.geo-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.geo-cta .geo-btn-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0ea5e9, #6366f1);
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.4);
  transition: transform 0.15s;
}

.geo-cta .geo-btn-cta-primary:hover {
  transform: translateY(-2px);
  color: #fff;
}

.geo-cta .geo-btn-cta-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  background: #22c55e;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.15s;
}

.geo-cta .geo-btn-cta-wa:hover {
  transform: translateY(-2px);
  color: #fff;
}

.geo-cta .geo-btn-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
}

.geo-cta-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.geo-cta-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Bottom sales band */
.geo-sales-band {
  background: linear-gradient(135deg, #f0f9ff, #e0e7ff);
  border: 1px solid #bae6fd;
  border-radius: 24px;
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.geo-sales-band h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.8vw, 28px);
  color: #0f172a;
}

.geo-sales-band p {
  margin: 0;
  color: #64748b;
  font-size: 15px;
  line-height: 1.6;
  max-width: 520px;
}

.geo-sales-band-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.geo-error {
  display: none;
  margin-top: 16px;
  padding: 14px 18px;
  background: rgba(254, 226, 226, 0.15);
  border: 1px solid rgba(248, 113, 113, 0.4);
  border-radius: 10px;
  color: #fecaca;
  font-size: 14px;
}

.geo-error.is-visible { display: block; }

/* FAQ */
.geo-faq-list {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.geo-faq-item { border-bottom: 1.5px solid #e2e8f0; }
.geo-faq-item:last-child { border-bottom: none; }

.geo-faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 22px;
  border: none;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  text-align: left;
  cursor: pointer;
}

.geo-faq-q:hover,
.geo-faq-item.open .geo-faq-q { background: #f0f9ff; }

.geo-faq-q svg {
  flex-shrink: 0;
  color: #0ea5e9;
  transition: transform 0.25s;
}

.geo-faq-item.open .geo-faq-q svg { transform: rotate(180deg); }

.geo-faq-a {
  display: none;
  padding: 0 22px 20px;
  font-size: 14px;
  color: #64748b;
  line-height: 1.65;
}

.geo-faq-item.open .geo-faq-a { display: block; }

/* Responsive */
@media (max-width: 960px) {
  .geo-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .geo-hero-visual { order: -1; max-width: 420px; margin: 0 auto; }
  .geo-hero-lead { max-width: none; }
  .geo-stats-row { grid-template-columns: repeat(2, 1fr); }
  .geo-pain-grid { grid-template-columns: 1fr; }
  .geo-steps { grid-template-columns: 1fr; }
  .geo-features { grid-template-columns: 1fr; }
  .geo-sales-band { grid-template-columns: 1fr; text-align: center; }
  .geo-sales-band p { max-width: none; }
  .geo-sales-band-actions { align-items: center; }
}

@media (max-width: 768px) {
  .geo-score-card { grid-template-columns: 1fr; text-align: center; }
  .geo-score-ring { margin: 0 auto; }
  .geo-form-wrap { flex-direction: column; }
  .geo-float-badge.b2 { left: 0; }
}

@media print {
  .sp2wp-home-header,
  .geo-hero,
  .geo-ai-strip,
  .geo-stats,
  .geo-section:not(.geo-results-section),
  .geo-sales-band,
  .geo-cta,
  .sp2wp-home-footer { display: none !important; }
  .geo-results { display: block !important; }
}
