/* =============================================================
   sms-activate.css — Page-specific styles
   smsactivate.vip
   ============================================================= */

/* ── Centered divider variant */
.divider--center { margin-inline: auto; }

/* ── Icon size overrides by context ────────────────────────── */
.trust-icon .icon-svg        { width: 14px; height: 14px; stroke-width: 2.5; }
.hero-feat-icon .icon-svg    { width: 16px; height: 16px; stroke-width: 1.75; }
.platform-icon .icon-svg     { width: 24px; height: 24px; stroke-width: 1.5; }
.mockup-row .icon-svg        { width: 14px; height: 14px; stroke-width: 1.5; }
.mockup-annotation .icon-svg { width: 12px; height: 12px; stroke-width: 2.5; }

/* ─────────────────────────────────────────────────────────────
   HERO SECTION
   ───────────────────────────────────────────────────────────── */
.hero {
  padding-block: 5rem 4rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% -10%,
    rgba(124, 58, 237, 0.18) 0%,
    transparent 70%);
  pointer-events: none;
}

@media (min-width: 768px) {
  .hero { padding-block: 6rem 5rem; }
}

.hero-inner {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  align-items: center;
}

@media (min-width: 768px) {
  .hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
  }
}

.hero-label {
  margin-bottom: 1rem;
}

.hero h1 {
  margin-bottom: 1.25rem;
  line-height: 1.15;
}

.hero-desc {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 560px;
}

.hero-desc {
  margin-bottom: 1.5rem;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: center;
  margin-top: 1.75rem;
}

/* ── Hero feature list ──────────────────────────────────────── */
.hero-features {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 0;
}

.hero-features li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.9rem;
  color: #94a3b8;
}

.hero-feat-icon {
  font-size: 1rem;
  flex-shrink: 0;
  width: 1.5rem;
  text-align: center;
}

/* ── Hero visual card (right column) ───────────────────────── */
.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-visual-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 0;
}

.hero-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.hero-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #3b82f6);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.hero-step-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hero-step-body strong {
  font-size: 0.9rem;
  color: #f8fafc;
  font-weight: 600;
}

.hero-step-body span {
  font-size: 0.825rem;
  color: #64748b;
  line-height: 1.5;
}

/* Connector line between steps */
.hero-steps li:not(:last-child) .hero-step-num::after {
  display: none; /* Using gap-based spacing instead */
}

/* ── Hero code preview ──────────────────────────────────────── */
.hero-code-preview {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
}

.hero-code-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #64748b;
}

.hero-code-value {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.75rem;
  font-weight: 700;
  color: #10b981;
  letter-spacing: 0.15em;
}

.hero-code-note {
  font-size: 0.75rem;
  color: #475569;
}

/* ── Infographic: SMS Verification Growth ───────────────────── */
.infographic-card {
  position: relative;
}

.infographic-card .card-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
}

.infographic-card .chart-title {
  font-size: 0.875rem;
  color: #94a3b8;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.bar-chart {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bar-row {
  display: grid;
  grid-template-columns: 3rem 1fr 3rem;
  gap: 0.75rem;
  align-items: center;
}

.bar-year {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 600;
  text-align: right;
}

.bar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  height: 10px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg, #7c3aed, #3b82f6);
  transition: width 0.3s ease;
}

.bar-val {
  font-size: 0.78rem;
  color: #a78bfa;
  font-weight: 700;
  text-align: left;
}

.infographic-caption {
  margin-top: 1.25rem;
  font-size: 0.8rem;
  color: #475569;
  text-align: center;
  font-style: italic;
}

/* ─────────────────────────────────────────────────────────────
   SECTION 1.1 — COMPARISON
   ───────────────────────────────────────────────────────────── */
.section-comparison {
  background: rgba(18, 22, 46, 0.6);
}

.comparison-intro {
  max-width: 720px;
  margin-bottom: 2rem;
}

/* ─────────────────────────────────────────────────────────────
   SECTION 1.2 — TECHNICAL PROCESS
   ───────────────────────────────────────────────────────────── */
.section-technical {
  position: relative;
}

.section-technical::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 64px;
  background: linear-gradient(to bottom, rgba(124, 58, 237, 0.3), transparent);
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.75rem;
}

.process-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem;
  background: #252a4a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: border-color 0.2s ease;
}

.process-step:hover {
  border-color: rgba(124, 58, 237, 0.3);
}

.process-step-content h4 {
  margin-bottom: 0.25rem;
}

.process-step-content p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* ─────────────────────────────────────────────────────────────
   SECTION 2 — STEP-BY-STEP GUIDE
   ───────────────────────────────────────────────────────────── */
.section-guide {
  background: rgba(18, 22, 46, 0.6);
}

.guide-overview {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.5rem 0 2rem;
}

.guide-overview-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 1.25rem;
  background: rgba(124, 58, 237, 0.06);
  border: 1px solid rgba(124, 58, 237, 0.15);
  border-radius: 10px;
  font-size: 0.925rem;
  color: #94a3b8;
}

.guide-overview-item strong {
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}

/* ── 2.1: Service Selection Mockup ─────────────────────────── */
.mockup-interface {
  background: #1e2135;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 1.5rem;
}

.mockup-bar {
  background: rgba(124, 58, 237, 0.15);
  padding: 0.625rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mockup-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.mockup-dot-red   { background: #f87171; }
.mockup-dot-yellow { background: #fbbf24; }
.mockup-dot-green { background: #10b981; }

.mockup-body {
  padding: 1.25rem;
}

.mockup-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.625rem 0.875rem;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #94a3b8;
  border: 1px solid transparent;
}

.mockup-row.active {
  background: rgba(124, 58, 237, 0.12);
  border-color: rgba(124, 58, 237, 0.3);
  color: #f8fafc;
}

.mockup-row + .mockup-row {
  margin-top: 0.375rem;
}

.mockup-service-name {
  font-weight: 500;
}

.mockup-country {
  font-size: 0.8rem;
  color: #64748b;
}

.mockup-annotation {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: #a78bfa;
  font-weight: 600;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.25);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

/* ── 2.2: Dashboard Code Mockup ─────────────────────────────── */
.dashboard-mockup {
  background: #1e2135;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 1.5rem;
}

.dashboard-header {
  background: rgba(16, 185, 129, 0.1);
  border-bottom: 1px solid rgba(16, 185, 129, 0.2);
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.dashboard-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.825rem;
  font-weight: 600;
  color: #10b981;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.dashboard-body {
  padding: 1.25rem;
}

.dashboard-number-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.dashboard-number {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.95rem;
  color: #94a3b8;
  letter-spacing: 0.04em;
}

.dashboard-code-box {
  background: rgba(16, 185, 129, 0.08);
  border: 2px solid rgba(16, 185, 129, 0.3);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  text-align: center;
}

.code-label {
  font-size: 0.75rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.375rem;
}

.code-value {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Courier New', Courier, monospace;
  color: #10b981;
  letter-spacing: 0.2em;
}

.dashboard-timer {
  font-size: 0.8rem;
  color: #64748b;
  text-align: center;
  margin-top: 0.75rem;
}

/* ─────────────────────────────────────────────────────────────
   SECTION 3 — PLATFORM COMPATIBILITY
   ───────────────────────────────────────────────────────────── */
.section-platforms {
  background: rgba(18, 22, 46, 0.6);
}

.platform-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.75rem;
}

.platform-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  background: #252a4a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: border-color 0.2s ease;
}

.platform-item:hover {
  border-color: rgba(124, 58, 237, 0.25);
}

.platform-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.platform-icon-whatsapp { background: rgba(37, 211, 102, 0.15); }
.platform-icon-telegram  { background: rgba(41, 182, 246, 0.15); }
.platform-icon-viber     { background: rgba(122, 75, 168, 0.2); }
.platform-icon-other     { background: rgba(124, 58, 237, 0.12); }

.platform-content {
  flex: 1;
}

.platform-name {
  color: #f8fafc;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.platform-desc {
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 1.55;
}

.platform-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

/* ── Key Factors List ───────────────────────────────────────── */
.factors-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}

@media (min-width: 480px) {
  .factors-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 768px) {
  .factors-grid { grid-template-columns: 1fr 1fr 1fr; }
}

.factor-card {
  padding: 1.25rem;
  background: rgba(37, 42, 74, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
}

.factor-card h4 {
  margin-bottom: 0.375rem;
  font-size: 0.9rem;
}

.factor-card p {
  font-size: 0.85rem;
  margin-bottom: 0;
}

/* ─────────────────────────────────────────────────────────────
   FAQ SECTION
   ───────────────────────────────────────────────────────────── */
.section-faq {
  position: relative;
}

.faq-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.faq-header .section-lead {
  margin-inline: auto;
}

/* ─────────────────────────────────────────────────────────────
   TRUST STRIP
   ───────────────────────────────────────────────────────────── */
.trust-strip {
  padding-block: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
  align-items: center;
  justify-content: center;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #64748b;
}

.trust-icon {
  color: #10b981;
  font-size: 1rem;
}
