/* ===== Products Page Styles ===== */

.products-page-hero {
  padding: 80px 0 72px;
  background: linear-gradient(180deg, #09101c 0%, #0e1730 100%);
  color: white;
}

.products-page-hero h1 {
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  line-height: 1.05;
  margin: 0 0 20px;
}

.products-page-hero .hero-text {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.75);
  max-width: 620px;
}

/* Product sections */
.product-page-section {
  padding: 96px 0;
  background: #f5f8fc;
}

.product-page-section-age {
  background: #fffdf5;
}

.product-page-header {
  margin-bottom: 52px;
}

.product-page-badge {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.badge-kyc {
  background: #dbeafe;
  color: #1d4ed8;
}

.badge-age {
  background: #fef3c7;
  color: #b45309;
}

.product-page-header h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  color: #0d1c36;
  margin: 0 0 14px;
  line-height: 1.12;
}

.product-page-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 52px;
  align-items: start;
  margin-bottom: 64px;
}

/* Feature list */
.product-feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 36px;
}

.product-feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.pfi-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.pfi-dot-kyc { background: #2a63c7; }
.pfi-dot-age { background: #f59e0b; }

.product-feature-item strong {
  display: block;
  color: #0d1c36;
  font-size: 1rem;
  margin-bottom: 4px;
}

.product-feature-item p {
  color: #51627f;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.product-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-secondary-dark {
  background: transparent;
  color: #0d1c36;
  border: 1px solid rgba(13, 28, 54, 0.25);
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-secondary-dark:hover {
  transform: translateY(-1px);
  opacity: 0.8;
}

.btn-age {
  background: #f59e0b;
  color: #1c1005;
}

/* KYC comparison visual */
.kyc-comparison {
  background: white;
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid rgba(13,28,54,0.07);
  box-shadow: 0 12px 32px rgba(13,28,54,0.08);
}

.comparison-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8a9ab5;
  margin-bottom: 12px;
}

.comparison-label-good {
  color: #2a63c7;
  margin-top: 20px;
}

.kyc-trad {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.trad-bank {
  flex: 1;
  background: #fef2f2;
  border: 1px solid #fee2e2;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}

.trad-bank-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: #991b1b;
  margin-bottom: 4px;
}

.trad-docs {
  font-size: 0.85rem;
}

.comparison-risk {
  font-size: 0.82rem;
  color: #dc2626;
  font-weight: 600;
  margin-bottom: 12px;
}

.comparison-vs {
  text-align: center;
  font-weight: 700;
  color: #8a9ab5;
  padding: 8px 0;
  font-size: 0.9rem;
}

.kyc-sovereign {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.sovereign-vault {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 10px;
  flex: 1.4;
}

.sv-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1d4ed8;
  margin-bottom: 6px;
}

.sv-lockers {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sv-locker {
  background: #dbeafe;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 0.75rem;
  color: #1e3a5f;
}

.sovereign-arrow {
  font-size: 0.78rem;
  font-weight: 700;
  color: #16a34a;
  white-space: nowrap;
}

.sovereign-banks {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sov-bank {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 7px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #15803d;
}

.comparison-good {
  font-size: 0.82rem;
  color: #16a34a;
  font-weight: 600;
}

/* Age how-it-works card */
.age-how-card {
  background: #1a1040;
  border-radius: var(--radius);
  padding: 28px;
  border: 1px solid rgba(245,158,11,0.3);
  box-shadow: 0 16px 40px rgba(26,16,64,0.18);
}

.ahc-title {
  color: #f59e0b;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.ahc-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ahc-step {
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.ahc-arrow {
  text-align: center;
  color: rgba(245,158,11,0.5);
  padding: 6px 0;
  font-size: 1.2rem;
}

.ahc-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f59e0b;
  color: #1c1005;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ahc-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ahc-content strong {
  color: white;
  font-size: 0.95rem;
}

.ahc-content span {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
}

.ahc-branch {
  display: flex;
  gap: 0;
  padding: 0;
  background: transparent;
  flex-direction: row;
  align-items: stretch;
}

.ahc-branch-item {
  flex: 1;
  border-radius: 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ahc-branch-yes {
  background: rgba(22,163,74,0.15);
  border: 1px solid rgba(52,211,153,0.3);
  margin-right: 6px;
}

.ahc-branch-no {
  background: rgba(251,146,60,0.15);
  border: 1px solid rgba(251,146,60,0.3);
}

.ahc-branch-divider {
  display: flex;
  align-items: center;
  color: rgba(255,255,255,0.3);
  font-size: 0.8rem;
  padding: 0 2px;
}

.ahc-branch-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 4px;
  font-weight: 700;
}

.ahc-branch-yes strong { color: #34d399; font-size: 0.9rem; }
.ahc-branch-no strong  { color: #fb923c; font-size: 0.9rem; }
.ahc-branch-item span  { color: rgba(255,255,255,0.5); font-size: 0.8rem; }

/* Regulation strip */
.age-regulation-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 52px;
  padding: 24px;
  background: #fffbeb;
  border: 1px solid rgba(245,158,11,0.25);
  border-radius: var(--radius);
}

.reg-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.reg-flag {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.reg-text {
  font-size: 0.85rem;
  color: #4f607d;
  line-height: 1.5;
}

.reg-text strong {
  display: block;
  color: #0d1c36;
  margin-bottom: 2px;
}

/* Use cases */
.product-use-cases {
  border-top: 1px solid rgba(13,28,54,0.08);
  padding-top: 48px;
}

.puc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.puc-card {
  background: white;
  border-radius: var(--radius);
  padding: 22px;
  border: 1px solid rgba(13,28,54,0.06);
  box-shadow: 0 6px 18px rgba(13,28,54,0.06);
}

.puc-card-age {
  border-color: rgba(245,158,11,0.15);
}

.puc-card h4 {
  margin: 0 0 8px;
  color: #0d1c36;
  font-size: 0.95rem;
}

.puc-card p {
  color: #51627f;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 980px) {
  .product-page-grid {
    grid-template-columns: 1fr;
  }

  .age-regulation-strip,
  .puc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .age-regulation-strip,
  .puc-grid {
    grid-template-columns: 1fr;
  }
}
