/* ============================================================
   smsactivate1-usa.css — Page-specific styles
   smsactivate1.us.com
   ============================================================ */

/* ── Hero Section ────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, #0d1b2a 0%, #0f2840 60%, #0d3351 100%);
  padding: 5rem 1.25rem 4rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 80% 50%, rgba(23,179,200,0.12) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 3rem;
  align-items: center;
  position: relative;
}

.hero-content h1 {
  color: #fff;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.hero-content h1 .accent {
  color: #17b3c8;
}

.hero-lead {
  color: rgba(255,255,255,0.82);
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 540px;
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.hero-stat {
  display: flex;
  flex-direction: column;
}

.hero-stat-value {
  font-size: 1.625rem;
  font-weight: 700;
  color: #17b3c8;
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.6);
  margin-top: 0.25rem;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-phone-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  width: 100%;
  max-width: 380px;
  backdrop-filter: blur(8px);
}

.phone-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.phone-card-icon {
  width: 44px;
  height: 44px;
  background: #17b3c8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.phone-card-icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.phone-card-title {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.phone-card-subtitle {
  color: rgba(255,255,255,0.55);
  font-size: 0.8125rem;
}

.phone-number-display {
  background: rgba(23,179,200,0.12);
  border: 1px solid rgba(23,179,200,0.3);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.phone-number-display .number {
  font-size: 1.375rem;
  font-weight: 700;
  color: #17b3c8;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.phone-number-display .number-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  margin-top: 0.25rem;
}

.sms-preview {
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 0.875rem 1rem;
  margin-bottom: 1.25rem;
}

.sms-preview-label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.375rem;
}

.sms-preview-text {
  color: rgba(255,255,255,0.85);
  font-size: 0.9375rem;
}

.sms-preview-code {
  color: #17b3c8;
  font-weight: 700;
  font-size: 1.125rem;
}

.phone-card-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 0.25rem 0.625rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.12);
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38a169;
}

/* ── Trust/Stats Bar ─────────────────────────────────────── */
.trust-bar {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 1.5rem 1.25rem;
}

.trust-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-align: left;
}

.trust-item-icon {
  width: 36px;
  height: 36px;
  background: var(--color-teal-light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trust-item-icon svg {
  width: 18px;
  height: 18px;
  fill: #17b3c8;
}

.trust-item-value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a202c;
  line-height: 1.2;
}

.trust-item-label {
  font-size: 0.8125rem;
  color: #718096;
}

/* ── Section Headers ─────────────────────────────────────── */
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-header .eyebrow {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #17b3c8;
  background: var(--color-teal-light);
  padding: 0.25rem 0.875rem;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}

.section-header h2 {
  margin-bottom: 0.875rem;
}

.section-header p {
  color: #718096;
  font-size: 1.0625rem;
}

/* ── Feature Cards / Audience Cards ─────────────────────── */
.feature-card {
  background: var(--color-teal-light);
  border-radius: var(--radius-md);
  padding: 1.75rem;
  transition: box-shadow 0.2s, transform 0.2s;
}

.feature-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.feature-card-icon {
  width: 48px;
  height: 48px;
  background: #17b3c8;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.feature-card-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.feature-card h3 {
  font-size: 1.0625rem;
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.9375rem;
  color: #4a5568;
  margin-bottom: 0;
}

.feature-card .key-need {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0e8fa1;
  background: rgba(23,179,200,0.1);
  border-radius: 6px;
  padding: 0.375rem 0.75rem;
  display: inline-block;
}

/* ── Flowchart / Visual Steps ────────────────────────────── */
.flowchart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
}

.flow-node {
  flex-shrink: 0;
  background: var(--color-teal-light);
  border: 2px solid #17b3c8;
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0e8fa1;
  min-width: 110px;
}

.flow-arrow {
  flex-shrink: 0;
  color: #17b3c8;
  font-size: 1.375rem;
  padding: 0 0.5rem;
  user-select: none;
}

/* ── Bar Chart (CSS-only comparison) ────────────────────── */
.bar-chart {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}

.bar-chart-legend {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  flex-wrap: wrap;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #4a5568;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  flex-shrink: 0;
}

.legend-dot--teal { background: #17b3c8; }
.legend-dot--amber { background: #f0b429; }

.bar-row {
  display: grid;
  grid-template-columns: 130px 1fr 48px;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
}

.bar-label { font-weight: 500; color: #2d3748; }

.bar-track {
  height: 20px;
  background: #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 20px;
  background: #17b3c8;
}

.bar-fill--amber { background: #f0b429; }

.bar-value { font-weight: 700; color: #1a202c; text-align: right; font-size: 0.875rem; }

/* ── Decision Tree / Troubleshoot Flow ───────────────────── */
.decision-tree {
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 1.5rem;
  background: #f7fafc;
  margin-bottom: 1.5rem;
}

.dt-node {
  margin-bottom: 0.625rem;
}

.dt-question {
  font-weight: 600;
  color: #1a202c;
  font-size: 0.9375rem;
  margin-bottom: 0.375rem;
}

.dt-option {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-left: 1.25rem;
  margin-top: 0.375rem;
  font-size: 0.9rem;
  color: #4a5568;
}

.dt-option::before {
  content: '→';
  color: #17b3c8;
  flex-shrink: 0;
}

.dt-answer {
  font-weight: 500;
  color: #17b3c8;
}

/* ── Code Block ──────────────────────────────────────────── */
.code-block {
  background: #0d1b2a;
  border-radius: var(--radius-md);
  padding: 1.375rem 1.5rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}

.code-block pre {
  margin: 0;
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #e2e8f0;
  white-space: pre;
}

.code-block .c-comment { color: #718096; }
.code-block .c-key     { color: #17b3c8; }
.code-block .c-str     { color: #68d391; }
.code-block .c-num     { color: #f0b429; }
.code-block .c-fn      { color: #fc8181; }

/* ── Step-by-step Guide ──────────────────────────────────── */
.steps-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.step-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid #e2e8f0;
  align-items: flex-start;
}

.step-item:last-child { border-bottom: none; }

.step-number {
  width: 48px;
  height: 48px;
  background: #17b3c8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.0625rem;
}

.step-content p {
  font-size: 0.9375rem;
  color: #4a5568;
  margin-bottom: 0;
}

/* ── Payment Icons Grid ──────────────────────────────────── */
.payment-grid {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.25rem;
}

.payment-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.375rem;
}

.payment-icon-box {
  width: 56px;
  height: 40px;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}

.payment-icon-box svg {
  width: 28px;
  height: 20px;
}

.payment-icon-label {
  font-size: 0.6875rem;
  color: #718096;
  text-align: center;
}

/* ── Legal Status Table ──────────────────────────────────── */
.legal-table td:first-child {
  font-weight: 500;
}

.status-legal   { color: #38a169; font-weight: 700; }
.status-grey    { color: #f0b429; font-weight: 700; }
.status-no      { color: #e53e3e; font-weight: 700; }

/* ── Privacy List ────────────────────────────────────────── */
.privacy-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.privacy-box {
  border-radius: var(--radius-md);
  padding: 1.375rem;
}

.privacy-box--safe {
  background: #f0fff4;
  border: 1px solid #9ae6b4;
}

.privacy-box--see {
  background: #fff5f5;
  border: 1px solid #fed7d7;
}

.privacy-box h4 {
  font-size: 0.9375rem;
  margin-bottom: 0.75rem;
}

.privacy-box--safe h4 { color: #276749; }
.privacy-box--see  h4 { color: #9b2c2c; }

.privacy-box ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.privacy-box li {
  font-size: 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.5;
  color: #4a5568;
}

.privacy-box--safe li::before {
  content: '✓';
  color: #38a169;
  font-weight: 700;
  flex-shrink: 0;
}

.privacy-box--see li::before {
  content: '●';
  font-size: 0.5rem;
  color: #e53e3e;
  flex-shrink: 0;
  margin-top: 0.45rem;
}

/* ── World Map / International ───────────────────────────── */
.world-map-placeholder {
  background: linear-gradient(135deg, #e3f6fb 0%, #d0eef5 100%);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.world-map-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(23,179,200,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.world-regions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  position: relative;
}

.world-region-item {
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 1rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.world-region-icon {
  font-size: 1.5rem;
  margin-bottom: 0.375rem;
}

.world-region-name {
  font-weight: 700;
  font-size: 0.875rem;
  color: #0e8fa1;
  margin-bottom: 0.25rem;
}

.world-region-desc {
  font-size: 0.75rem;
  color: #4a5568;
  line-height: 1.4;
}

/* ── Inline Lists ────────────────────────────────────────── */
.content-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

.content-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.content-list--bullet li::before {
  content: '●';
  font-size: 0.5rem;
  color: #17b3c8;
  flex-shrink: 0;
  margin-top: 0.5rem;
}

.content-list--numbered {
  counter-reset: list-counter;
}

.content-list--numbered li {
  counter-increment: list-counter;
}

.content-list--numbered li::before {
  content: counter(list-counter);
  min-width: 28px;
  height: 28px;
  background: #17b3c8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* ── Ranked List ─────────────────────────────────────────── */
.ranked-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}

.ranked-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius-sm);
  padding: 1rem;
}

.ranked-num {
  width: 40px;
  height: 40px;
  background: #17b3c8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
}

.ranked-text strong {
  display: block;
  font-size: 0.9375rem;
  color: #1a202c;
  margin-bottom: 0.25rem;
}

.ranked-text span {
  font-size: 0.875rem;
  color: #718096;
}

/* ── Conclusion Block ────────────────────────────────────── */
.conclusion-block {
  background: linear-gradient(135deg, #e3f6fb 0%, #d6f0f7 100%);
  border-radius: var(--radius-md);
  padding: 2.5rem 2rem;
  text-align: center;
}

.conclusion-block h2 { margin-bottom: 0.875rem; }
.conclusion-block p  { color: #4a5568; margin-bottom: 1.5rem; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1023px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    display: none;
  }
  .world-regions {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .hero { padding: 3.5rem 1.25rem 3rem; }

  .trust-bar-inner {
    justify-content: flex-start;
    gap: 1.25rem;
  }

  .flowchart {
    flex-direction: column;
    align-items: flex-start;
  }

  .flow-arrow {
    transform: rotate(90deg);
    align-self: flex-start;
    padding-left: 1rem;
  }

  .bar-row {
    grid-template-columns: 100px 1fr 40px;
  }

  .privacy-split {
    grid-template-columns: 1fr;
  }

  .world-regions {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-stats {
    gap: 1.5rem;
  }
}

@media (max-width: 479px) {
  .world-regions {
    grid-template-columns: 1fr;
  }
}
