/* ============================================
   PRICING PAGE — Digital Marketing Tampa
   ============================================ */

/* ---- HERO ---- */
.pricing-hero {
  background: linear-gradient(135deg, #0a0a1a 0%, #0d1b2a 50%, #0a1628 100%);
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pricing-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(0,200,255,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.pricing-hero-badge {
  display: inline-block;
  background: rgba(0,200,255,0.1);
  border: 1px solid rgba(0,200,255,0.3);
  color: #00c8ff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.pricing-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.15;
}

.pricing-hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto 36px;
  line-height: 1.6;
}

/* ---- BILLING TOGGLE ---- */
.billing-toggle {
  display: inline-flex;
  background: rgba(255,255,255,0.08);
  border-radius: 30px;
  padding: 4px;
  gap: 2px;
}

.toggle-btn {
  padding: 10px 26px;
  border: none;
  border-radius: 26px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  color: rgba(255,255,255,0.6);
  transition: all 0.25s ease;
}

.toggle-btn.active {
  background: #00c8ff;
  color: #000;
}

.save-badge {
  display: inline-block;
  background: #22c55e;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

/* ---- PLANS GRID ---- */
.pricing-section {
  padding: 70px 0 40px;
  background: #070d14;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}

@media (max-width: 1100px) {
  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .plans-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- PLAN CARD ---- */
.plan-card {
  background: #0d1b2a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,200,255,0.3);
}

.plan-card.plan-popular {
  border: 2px solid #00c8ff;
  box-shadow: 0 0 40px rgba(0,200,255,0.15);
  transform: translateY(-8px);
}

.plan-card.plan-popular:hover {
  transform: translateY(-14px);
}

.popular-badge {
  background: #00c8ff;
  color: #000;
  text-align: center;
  padding: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.plan-header {
  padding: 28px 28px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.plan-name {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 12px;
}

.plan-popular .plan-name {
  color: #00c8ff;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}

.price-amount {
  font-size: 2.8rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.price-period {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.4);
}

.plan-tagline {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.4;
}

/* ---- PLAN FEATURES ---- */
.plan-features {
  padding: 20px 28px;
}

.plan-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.plan-features li {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.4;
}

.plan-features li.not-included {
  color: rgba(255,255,255,0.25);
}

/* ---- PLAN CTA ---- */
.plan-cta {
  padding: 0 28px 8px;
}

.btn-plan {
  display: block;
  text-align: center;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn-free {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.15);
}
.btn-free:hover { background: rgba(255,255,255,0.12); color: #fff; }

.btn-standard {
  background: rgba(0,200,255,0.1);
  color: #00c8ff;
  border: 1px solid rgba(0,200,255,0.3);
}
.btn-standard:hover { background: rgba(0,200,255,0.2); }

.btn-professional {
  background: #00c8ff;
  color: #000;
  border: none;
}
.btn-professional:hover { background: #33d4ff; transform: translateY(-1px); }

.btn-enterprise {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  color: #fff;
  border: none;
}
.btn-enterprise:hover { filter: brightness(1.1); transform: translateY(-1px); }

.plan-fine {
  padding: 10px 28px 24px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.25);
  text-align: center;
}

/* ---- COMPARISON TABLE ---- */
.compare-section {
  padding: 80px 0;
  background: #050b12;
}

.compare-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.table-scroll {
  overflow-x: auto;
  margin-top: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.07);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  min-width: 700px;
}

.compare-table thead tr {
  background: #0d1b2a;
}

.compare-table th {
  padding: 16px 20px;
  text-align: center;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.compare-table th:first-child {
  text-align: left;
}

.compare-table td {
  padding: 12px 20px;
  text-align: center;
  color: rgba(255,255,255,0.7);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.compare-table td:first-child {
  text-align: left;
  color: rgba(255,255,255,0.5);
}

.compare-table tr:hover td {
  background: rgba(255,255,255,0.02);
}

.compare-table .row-category td {
  background: rgba(0,200,255,0.05);
  color: #00c8ff;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 10px 20px;
}

.compare-table .col-pop {
  background: rgba(0,200,255,0.06);
  color: #fff;
  font-weight: 600;
}

.compare-table .row-price td {
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  padding-top: 20px;
}

.compare-table .row-price .col-pop {
  color: #00c8ff;
  font-size: 1.2rem;
}

.btn-table {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  margin: 8px 0 16px;
  transition: all 0.2s;
}

/* ---- ROI CALCULATOR ---- */
.roi-section {
  padding: 80px 0;
  background: #070d14;
}

.roi-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.roi-calc {
  background: #0d1b2a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 48px;
  margin-top: 40px;
}

.roi-inputs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

@media (max-width: 640px) {
  .roi-inputs { grid-template-columns: 1fr; }
  .roi-calc { padding: 28px 20px; }
}

.roi-field label {
  display: block;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.roi-field input {
  width: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 12px 16px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.roi-field input:focus {
  border-color: #00c8ff;
}

.roi-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}

@media (max-width: 640px) {
  .roi-results { grid-template-columns: 1fr; }
}

.roi-card {
  background: rgba(255,255,255,0.04);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.roi-card.roi-highlight {
  background: rgba(239,68,68,0.1);
  border: 1px solid rgba(239,68,68,0.3);
}

.roi-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.roi-value {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
}

.roi-card.roi-highlight .roi-value {
  color: #ef4444;
}

.roi-cta {
  text-align: center;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.roi-cta p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.6;
}

/* ---- FAQ ---- */
.faq-section {
  background: #050b12;
}

.faq-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .faq-grid { grid-template-columns: 1fr; }
}

.faq-item {
  background: #0d1b2a;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  overflow: hidden;
}

.faq-q {
  padding: 18px 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  transition: background 0.2s;
  user-select: none;
}

.faq-q:hover { background: rgba(255,255,255,0.04); }

.faq-arrow {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.3);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}

.faq-a {
  display: none;
  padding: 0 22px 18px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 14px;
}

.faq-item.open .faq-a {
  display: block;
}
