/* ============================================================
   FirestoneVPN — Inner Pages CSS
   ============================================================ */

/* ── About Page ──────────────────────────────────────────── */
.about-mission {
  padding: 90px 0;
  background: var(--anthracite);
}
.about-mission-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-mission-inner h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); margin-bottom: 20px; }
.about-mission-inner p { color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; }
.about-values {
  padding: 90px 0;
  background: var(--coal);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.value-card {
  padding: 32px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  transition: all 0.3s;
}
.value-card:hover {
  border-color: rgba(249,115,22,0.22);
  transform: translateY(-5px);
}
.value-card h3 { font-size: 1rem; font-weight: 700; color: white; margin: 16px 0 10px; }
.value-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }
.about-team {
  padding: 90px 0;
  background: var(--anthracite);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.team-card {
  text-align: center;
  padding: 28px 20px;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  transition: all 0.3s;
}
.team-card:hover { border-color: rgba(249,115,22,0.22); transform: translateY(-5px); }
.team-avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
}
.team-card h4 { font-size: 1rem; color: white; margin-bottom: 4px; }
.team-card span { font-size: 0.82rem; color: var(--orange); font-weight: 500; }
.team-card p { font-size: 0.83rem; color: var(--text-muted); margin-top: 10px; line-height: 1.6; }

/* ── Services Page ───────────────────────────────────────── */
.services-list {
  padding: 90px 0;
  background: var(--anthracite);
}
.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.service-block:last-child { border-bottom: none; }
.service-block.reverse { direction: rtl; }
.service-block.reverse > * { direction: ltr; }
.service-block h2 { font-size: clamp(1.7rem, 2.5vw, 2.2rem); margin-bottom: 16px; }
.service-block p { color: var(--text-muted); line-height: 1.78; margin-bottom: 16px; }
.service-block ul { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.service-block ul li { display: flex; align-items: center; gap: 10px; font-size: 0.9rem; color: rgba(248,250,252,0.75); }
.service-block ul li svg { width: 15px; height: 15px; stroke: var(--orange); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.service-visual {
  display: flex; align-items: center; justify-content: center;
  padding: 40px;
  background: rgba(220,38,38,0.04);
  border: 1px solid rgba(220,38,38,0.1);
  border-radius: var(--radius-lg);
}
.service-visual svg.big { width: 160px; height: 160px; }

/* ── Pricing Page ────────────────────────────────────────── */
.pricing-page { padding: 80px 0 100px; background: var(--anthracite); }
.pricing-toggle {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin-bottom: 52px;
}
.toggle-label { font-size: 0.9rem; color: var(--text-muted); font-weight: 500; }
.toggle-track {
  width: 52px; height: 28px;
  background: rgba(249,115,22,0.15);
  border: 1px solid rgba(249,115,22,0.3);
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
}
.toggle-track.on { background: rgba(220,38,38,0.25); }
.toggle-thumb {
  position: absolute;
  top: 3px; left: 3px;
  width: 20px; height: 20px;
  background: var(--orange);
  border-radius: 50%;
  transition: transform 0.3s;
}
.toggle-track.on .toggle-thumb { transform: translateX(24px); background: var(--red); }
.save-badge { background: rgba(74,222,128,0.12); border: 1px solid rgba(74,222,128,0.25); color: #4ADE80; font-size: 0.75rem; font-weight: 700; padding: 3px 10px; border-radius: 100px; }
.pricing-compare {
  margin-top: 80px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td {
  padding: 14px 20px;
  text-align: left;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.compare-table th { font-family: 'Sora', sans-serif; font-weight: 700; color: var(--text-muted); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.07em; background: rgba(255,255,255,0.02); }
.compare-table td { color: rgba(248,250,252,0.7); }
.compare-table td:first-child { color: white; font-weight: 500; }
.compare-table td.check { color: var(--orange); font-size: 1.1rem; }
.compare-table td.cross { color: rgba(148,163,184,0.4); }
.compare-table tr:last-child td { border-bottom: none; }

/* ── Login & Register Pages ──────────────────────────────── */
.auth-section {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  padding: 80px 0;
  background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(220,38,38,0.07) 0%, transparent 65%), var(--coal);
}
.auth-card {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
}
.auth-logo { text-align: center; margin-bottom: 32px; }
.auth-card h2 { font-size: 1.7rem; text-align: center; margin-bottom: 8px; }
.auth-card > p { text-align: center; color: var(--text-muted); font-size: 0.92rem; margin-bottom: 32px; }
.auth-form { display: flex; flex-direction: column; gap: 16px; }
.auth-submit {
  background: linear-gradient(135deg, var(--red-dark), var(--red), var(--orange));
  color: white;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  box-shadow: 0 6px 20px rgba(220,38,38,0.35);
  letter-spacing: 0.03em;
  margin-top: 4px;
}
.auth-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(220,38,38,0.5); }
.auth-divider {
  display: flex; align-items: center; gap: 12px;
  color: var(--text-muted); font-size: 0.82rem; margin: 4px 0;
}
.auth-divider::before, .auth-divider::after {
  content: ''; flex: 1;
  height: 1px; background: rgba(255,255,255,0.07);
}
.auth-footer-text {
  text-align: center; font-size: 0.88rem;
  color: var(--text-muted); margin-top: 20px;
}
.auth-footer-text a { color: var(--orange); }
.auth-footer-text a:hover { text-decoration: underline; }
.remember-row { display: flex; align-items: center; justify-content: space-between; }
.remember-row label { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--text-muted); cursor: pointer; }
.remember-row a { font-size: 0.88rem; color: var(--orange); }
.form-check { width: 16px; height: 16px; accent-color: var(--orange); cursor: pointer; }
.terms-text { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }
.terms-text a { color: var(--orange); }

/* ── Contact Page ────────────────────────────────────────── */
.contact-page { padding: 80px 0 100px; background: var(--anthracite); }
.contact-page-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 72px;
  align-items: start;
}
.contact-map-placeholder {
  height: 280px;
  background: rgba(220,38,38,0.04);
  border: 1px solid rgba(220,38,38,0.1);
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  margin-top: 32px;
  color: var(--text-muted);
  font-size: 0.9rem;
  text-align: center;
  padding: 24px;
}

/* ── Privacy Policy / Terms ──────────────────────────────── */
.legal-page { padding: 80px 0 100px; background: var(--anthracite); }
.legal-content { max-width: 800px; }
.legal-content h2 { font-size: 1.4rem; color: white; margin: 40px 0 14px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; }
.legal-content ul { margin: 10px 0 14px 24px; display: flex; flex-direction: column; gap: 8px; }
.legal-content ul li { color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; list-style: disc; }
.legal-content a { color: var(--orange); }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .about-mission-inner { grid-template-columns: 1fr; }
  .service-block { grid-template-columns: 1fr; }
  .service-block.reverse { direction: ltr; }
  .service-visual { display: none; }
  .contact-page-inner { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .auth-card { padding: 32px 24px; }
  .compare-table th:not(:first-child):not(:nth-child(2)),
  .compare-table td:not(:first-child):not(:nth-child(2)) { display: none; }
}
@media (max-width: 480px) {
  .team-grid { grid-template-columns: 1fr; }
}
