/* ============================================================
   Pricing page — dark theme, original design, offline.
   ============================================================ */

body.tone-dark {
  background: #101010;
  color: #fff;
  font-family: var(--font-sans);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

body.tone-dark a {
  text-decoration: none;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(16, 16, 16, 0.88);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
}

.nav-wrap {
  max-width: 1100px;
  margin: 0 auto;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.nav-logo img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 500;
}

.nav-links a {
  color: #A0A0A0;
  text-decoration: none;
  transition: color 0.15s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #FFFFFF;
  font-weight: 600;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 500;
  background: #FFFFFF;
  color: #000000;
  border-radius: 9999px;
  text-decoration: none;
  transition: opacity 0.15s ease;
}

.nav-cta:hover {
  opacity: 0.88;
}

.pricing {
  max-width: 900px;
  margin: auto;
  padding: 40px 24px 70px;
  width: 100%;
}

.pricing .header {
  text-align: center;
  margin-bottom: 45px;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 22px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.brand-logo:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.brand-logo span {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}

.brand-logo .logo-mark {
  height: 24px;
  width: auto;
  display: block;
  color: #fff;
}

.header p {
  color: #949494;
  font-size: 14px;
  line-height: 1.6;
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.card {
  background: #0a0a0a;
  border: 1px solid #1e1e1e;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.card:hover {
  border-color: #333333;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5);
  transform: translateY(-2px);
}

.card.featured {
  background: #070707;
  border-color: #262626;
}

.card.featured:hover {
  border-color: #3a3a3a;
}

.badge {
  position: absolute;
  top: 19px;
  right: 19px;
  font-size: 9px;
  font-weight: 600;
  color: #d4d4d4;
  border: 1px solid #252525;
  padding: 5px 8px;
  border-radius: 999px;
  background: #141414;
  letter-spacing: 0.04em;
}

.card h2 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}

.description {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 22px;
  max-width: 360px;
}

.price {
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.price span {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 22px;
}

.stat {
  background: #111111;
  border: 1px solid #1e1e1e;
  border-radius: 9px;
  padding: 10px 11px;
}

.stat-label {
  display: block;
  color: #707070;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}

.stat-value {
  color: #e2e2e2;
  font-size: 11px;
  font-weight: 500;
}

.features {
  list-style: none;
  border-top: 1px solid #1c1c1c;
  padding-top: 17px;
  margin-bottom: 20px;
}

.features li {
  display: flex;
  gap: 8px;
  color: #aaaaaa;
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.check {
  color: #fff;
  flex-shrink: 0;
}

.models-section {
  border-top: 1px solid #1c1c1c;
  padding-top: 17px;
  margin-top: 3px;
  margin-bottom: 20px;
}

.models-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
}

.models-title strong {
  color: #dcdcdc;
  font-size: 11px;
  font-weight: 600;
}

.models-count {
  color: #777;
  font-size: 9px;
  border: 1px solid #202020;
  background: #111111;
  padding: 3px 6px;
  border-radius: 5px;
}

.models {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.model {
  color: #aaaaaa;
  background: #111111;
  border: 1px solid #1e1e1e;
  border-radius: 7px;
  padding: 7px 8px;
  font-size: 10px;
  line-height: 1;
  transition: 0.15s ease;
}

.model:hover {
  color: #fff;
  background: #1a1a1a;
  border-color: #303030;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  transition: 0.2s ease;
  cursor: pointer;
  font-family: inherit;
  margin-top: auto;
}

.button.secondary {
  color: #e0e0e0;
  background: #131313;
  border: 1px solid #242424;
}

.button.secondary:hover {
  background: #1a1a1a;
  border-color: #333333;
}

.button.primary {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}

.button.primary:hover {
  background: #ddd;
}

.button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.bottom-note {
  text-align: center;
  color: #888;
  font-size: 10px;
  margin-top: 22px;
}

.pricing-page-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.pricing-page-footer span {
  font-size: 13px;
  color: #5a5a72;
}

.pricing-page-footer div {
  display: flex;
  gap: 20px;
}

.pricing-page-footer a {
  font-size: 13px;
  color: #9090a8;
  text-decoration: none;
}

.pricing-page-footer a:hover {
  color: #fff;
}

@media (max-width: 700px) {
  .nav-wrap {
    padding: 0 12px;
    height: 50px;
  }
  .nav-logo span {
    display: none;
  }
  .nav-links {
    display: flex !important;
    gap: 12px;
    font-size: 12.5px;
  }
  .nav-cta {
    padding: 5px 10px;
    font-size: 11.5px;
  }
  .pricing {
    padding: 30px 16px 60px;
  }
  .cards {
    grid-template-columns: 1fr;
  }
}
