/* ============================================================
 *  Info Pages v2 — Visual Upgrade
 *  About, Contact, Privacy, Disclaimer, Terms
 * ============================================================ */

.info-page {
  min-height: calc(100vh - 70px);
  background: var(--bg-page);
}

/* ─── Hero ─────────────────────────────────────────────────── */
.info-hero {
  position: relative;
  padding: 130px 0 64px;
  margin-top: -70px;
  background:
    radial-gradient(ellipse at top right, rgba(45, 140, 212, 0.18) 0%, transparent 55%),
    linear-gradient(180deg, #0A2540 0%, #132F52 65%, #1A3A63 100%);
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.info-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center top, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center top, black 20%, transparent 70%);
  pointer-events: none;
}
.info-hero::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  height: 50px;
  background: var(--bg-page);
  clip-path: ellipse(65% 100% at 50% 100%);
  -webkit-clip-path: ellipse(65% 100% at 50% 100%);
}
.info-hero .container { position: relative; z-index: 1; }

.info-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}
.info-breadcrumb a { color: rgba(255, 255, 255, 0.75); }
.info-breadcrumb a:hover { color: #fff; }
.info-breadcrumb .sep { color: rgba(255, 255, 255, 0.3); }

.info-hero-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #E8A838 0%, #F5C76B 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0A2540;
  font-size: 28px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(232, 168, 56, 0.3);
}

.info-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 14px;
}
.info-subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.68);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ─── Content ──────────────────────────────────────────────── */
.info-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 20px 64px;
}
.info-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 40px 0 14px;
  letter-spacing: -0.01em;
}
.info-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 28px 0 10px;
}
.info-content p {
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 14px;
  font-size: 15px;
}
.info-content ul,
.info-content ol {
  color: var(--text-secondary);
  line-height: 1.7;
  padding-left: 24px;
  margin-bottom: 14px;
}
.info-content li { margin-bottom: 6px; font-size: 15px; }
.info-content a {
  color: var(--color-blue-600);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s ease;
}
.info-content a:hover { border-bottom-color: var(--color-blue-600); }

/* ─── Team Section (About) ─────────────────────────────────── */
.info-team {
  margin: 32px 0;
}
.info-team h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 20px;
}
.info-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  transition: all 0.2s ease;
}
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-strong);
}
.team-card__avatar {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-blue-600), var(--color-blue-400));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.team-card__name {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.team-card__role {
  font-size: 13px;
  color: var(--color-gold-600);
  font-weight: 600;
  margin-bottom: 8px;
}
.team-card__bio {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ─── Why Choose Us (About) ────────────────────────────────── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0;
}
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: 14px;
  padding: 24px;
  transition: all 0.2s ease;
}
.feature-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  box-shadow: var(--shadow-sm);
}
.feature-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--color-blue-50);
  color: var(--color-blue-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}
.feature-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}
.feature-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ─── Contact Cards ────────────────────────────────────────── */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0 32px;
}
.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  transition: all 0.2s ease;
}
.contact-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  border-color: var(--border-strong);
}
.contact-card__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-blue-600), var(--color-blue-400));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.contact-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.contact-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0;
}
.contact-card a {
  color: var(--color-blue-600);
  font-weight: 500;
}

/* Contact form */
.contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: 16px;
  padding: 32px;
  box-shadow: var(--shadow-sm);
}
.contact-form-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}
.contact-form-card__intro {
  color: var(--text-muted);
  margin-bottom: 24px;
  line-height: 1.6;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-group { margin-bottom: 16px; }
.form-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 8px;
}
.form-label .required { color: var(--color-red-500); margin-left: 2px; }
.form-control {
  width: 100%;
  padding: 10px 14px;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.5;
  color: var(--text-primary);
  background: var(--bg-page);
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  transition: all 0.15s ease;
  box-sizing: border-box;
}
.form-control:focus {
  outline: none;
  border-color: var(--color-blue-500);
  background: var(--bg-card);
  box-shadow: 0 0 0 3px rgba(45, 140, 212, 0.12);
}
.form-control.textarea { resize: vertical; min-height: 140px; }
.form-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

/* ─── Dark mode ────────────────────────────────────────────── */
html[data-theme="dark"] .info-hero {
  background:
    radial-gradient(ellipse at top right, rgba(45, 140, 212, 0.12) 0%, transparent 55%),
    linear-gradient(180deg, #051830 0%, #0A2540 65%, #132F52 100%);
}
html[data-theme="dark"] .info-hero::after {
  background: var(--bg-page);
}

/* ─── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .info-hero { padding: 110px 0 48px; }
  .info-title { font-size: 30px; }
  .info-subtitle { font-size: 15px; }
  .info-content { padding: 32px 0 48px; }
  .info-content h2 { font-size: 22px; }
  .info-team-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form-card { padding: 24px 20px; }
}

/* ─── Print ────────────────────────────────────────────────── */
@media print {
  .info-hero { background: #fff !important; color: #000 !important; }
  .info-hero * { color: #000 !important; }
  .info-hero::before, .info-hero::after { display: none; }
}
