:root {
  --pv2-bg: #061227;
  --pv2-surface: #0b1b34;
  --pv2-card: #102645;
  --pv2-border: rgba(97, 187, 255, 0.28);
  --pv2-text: #e9f3ff;
  --pv2-muted: #9bb5d7;
  --pv2-accent: #30acff;
  --pv2-gold: #f0c14b;
  --pv2-cyan-a: #40c9ec;
  --pv2-cyan-b: #2f9fe8;
}

body.pricing-v2 {
  background: radial-gradient(1000px 550px at 50% -10%, rgba(48, 172, 255, 0.18), transparent 60%), var(--pv2-bg);
  color: var(--pv2-text);
}

.pv2-main {
  padding-bottom: 96px;
}
.pv2-main .btn { border-radius: 14px; padding: 12px 18px; font-weight: 700; }

.pv2-hero {
  padding: 56px 0 26px;
}

.pv2-hero-card {
  border: 1px solid var(--pv2-border);
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(16, 38, 69, 0.95), rgba(11, 27, 52, 0.96));
  padding: 38px;
  box-shadow: 0 20px 46px rgba(3, 10, 23, 0.42);
}

.pv2-kicker {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(97, 187, 255, 0.5);
  color: #b5e2ff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.pv2-hero h1 {
  margin: 14px 0 10px;
  font-size: clamp(32px, 4.2vw, 50px);
  line-height: 1.08;
}

.pv2-hero p {
  margin: 0;
  color: var(--pv2-muted);
  max-width: 760px;
  font-size: 18px;
}

.pv2-hero-cta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pv2-section {
  padding: 28px 0;
}

.pv2-section-head {
  margin-bottom: 16px;
}

.pv2-section-head h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 3vw, 38px);
}

.pv2-section-head p {
  margin: 0;
  color: var(--pv2-muted);
}

.pv2-calculator {
  border: 1px solid rgba(240, 193, 75, 0.35);
  border-radius: 14px;
  background: linear-gradient(130deg, rgba(240, 193, 75, 0.11), rgba(48, 172, 255, 0.1));
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.pv2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.pv2-card {
  border: 1px solid rgba(120, 197, 255, 0.22);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(7, 18, 34, 0.98), rgba(4, 13, 27, 0.99));
  padding: 20px;
  box-shadow: 0 12px 26px rgba(4, 12, 24, 0.34), inset 0 -40px 60px rgba(46, 168, 255, 0.08);
}

.pv2-card.popular {
  position: relative;
  border-color: rgba(240, 193, 75, 0.9);
  box-shadow: 0 14px 30px rgba(20, 39, 68, 0.45), 0 0 0 1px rgba(240, 193, 75, 0.25);
}

.pv2-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #aee3ff;
}

.pv2-card.popular .pv2-chip {
  position: absolute;
  top: -12px;
  right: 14px;
  background: var(--pv2-gold);
  border-color: rgba(240, 193, 75, 0.95);
  color: #131313;
  padding: 4px 10px;
  font-weight: 800;
}

.pv2-card h3 {
  margin: 10px 0 8px;
  font-size: 25px;
}

.pv2-price {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #6ea8ff, #f0e5b9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pv2-price small {
  font-size: 13px;
  color: var(--pv2-muted);
  font-weight: 600;
}

.pv2-desc {
  margin: 0 0 12px;
  color: var(--pv2-muted);
  min-height: 44px;
}

.pv2-features {
  margin: 0 0 16px;
  padding-left: 18px;
}

.pv2-features li {
  margin-bottom: 5px;
}

.pv2-actions {
  display: grid;
  gap: 8px;
}

.pv2-card .btn.btn-primary {
  border: 1px solid rgba(74, 184, 255, 0.5);
  background: linear-gradient(135deg, var(--pv2-cyan-a), var(--pv2-cyan-b));
  color: #03111f;
  font-weight: 800;
}

.pv2-card .btn.btn-primary:hover {
  filter: brightness(1.06);
}

.pv2-faq {
  display: grid;
  gap: 10px;
}

.pv2-faq-item {
  border: 1px solid rgba(97, 187, 255, 0.28);
  border-radius: 12px;
  background: rgba(10, 22, 41, 0.74);
  overflow: hidden;
}

.pv2-faq-button {
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: 0;
  color: #eaf3ff;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
}

.pv2-faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.pv2-faq-panel-inner {
  padding: 0 16px 14px;
  color: var(--pv2-muted);
}

.pv2-faq-item.open .pv2-faq-panel {
  max-height: 320px;
}

.pv2-faq-item.open .pv2-faq-button .icon {
  transform: rotate(45deg);
}

.pv2-faq-button .icon {
  transition: transform 0.2s ease;
}

.pv2-assurance {
  border: 1px solid rgba(97, 187, 255, 0.28);
  border-radius: 12px;
  padding: 14px 16px;
  background: rgba(9, 20, 39, 0.68);
  color: #d9eaff;
}

.toast {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 1100;
  background: #122949;
  border: 1px solid rgba(97, 187, 255, 0.35);
  border-radius: 10px;
  color: #fff;
  padding: 10px 14px;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: all 0.2s ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .pv2-hero-card {
    padding: 22px;
  }

  .pv2-price {
    font-size: 32px;
  }
}
