/* ── Pricing Page ─────────────────────────────────────────────────────── */

/* Page hero */
.page-hero {
  background: var(--navy-deeper); padding: 80px 36px 96px;
  text-align: center; position: relative; overflow: hidden;
}
.page-hero h1    { font-size: clamp(34px, 5.5vw, 60px); font-weight: 800; color: var(--white); letter-spacing: -2px; max-width: 720px; margin: 0 auto 18px; position: relative; }
.page-hero h1 em { color: #00bcd4; font-style: normal; }
.page-hero p     { font-size: 17px; color: rgba(255,255,255,0.65); max-width: 500px; margin: 0 auto 40px; position: relative; }

/* Billing toggle */
.billing-toggle {
  display: inline-flex; align-items: center; gap: 0;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 100px; padding: 4px; position: relative;
}
.toggle-btn {
  padding: 8px 22px; border-radius: 100px; font-size: 14px; font-family: 'DM Sans', sans-serif;
  font-weight: 500; color: rgba(255,255,255,0.6); cursor: pointer; border: none;
  background: transparent; transition: all 0.2s; position: relative; z-index: 1;
}
.toggle-btn.active { background: var(--white); color: var(--navy-deeper); }
.save-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(29,158,117,0.25); border: 1px solid rgba(77,240,160,0.3);
  color: #4DF0A0; font-size: 12px; padding: 4px 12px; border-radius: 100px;
  margin-left: 12px; position: relative;
}

/* Plans section */
.plans-section { background: var(--off-white); padding: 0 36px 80px; margin-top: -40px; position: relative; z-index: 2; }
.plans-inner   { max-width: 1100px; margin: 0 auto; }
.plans-grid    { display: grid; grid-template-columns: 1fr 1.08fr 1fr; gap: 16px; align-items: start; }

.plan-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 20px; padding: 36px 32px;
  box-shadow: 0 4px 24px rgba(26,31,143,0.06);
  transition: box-shadow 0.2s, transform 0.15s; position: relative;
}
.plan-card:hover { box-shadow: 0 12px 48px rgba(26,31,143,0.1); transform: translateY(-2px); }
.plan-card.featured {
  background: var(--navy-deeper); border: 2px solid rgba(123,130,255,0.4);
  box-shadow: 0 16px 64px rgba(26,31,143,0.25);
  margin-top: -16px; padding-top: 44px;
}
.plan-card.featured:hover { box-shadow: 0 24px 80px rgba(26,31,143,0.35); }

.plan-popular {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: var(--gold); color: #4A2800;
  font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
  padding: 5px 16px; border-radius: 0 0 10px 10px;
}
.plan-tier    { font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.plan-card.featured .plan-tier { color: rgba(255,255,255,0.5); }
.plan-name    { font-size: 26px; font-weight: 800; margin-bottom: 8px; color: var(--text); }
.plan-card.featured .plan-name { color: var(--white); }
.plan-tagline { font-size: 14px; color: var(--muted); margin-bottom: 24px; line-height: 1.5; }
.plan-card.featured .plan-tagline { color: rgba(255,255,255,0.6); }

/* Price display */
.price-block  { margin-bottom: 28px; }
.price-amount { font-family: 'Syne', sans-serif; font-size: 52px; font-weight: 800; color: var(--text); letter-spacing: -2px; line-height: 1; }
.plan-card.featured .price-amount { color: var(--white); }
.price-amount sup     { font-size: 24px; font-weight: 500; letter-spacing: 0; vertical-align: super; }
.price-amount .price-value { display: inline; }
.price-per    { font-size: 13px; color: var(--muted); margin-top: 4px; }
.plan-card.featured .price-per { color: rgba(255,255,255,0.5); }
.price-original { font-size: 15px; color: var(--muted); text-decoration: line-through; margin-right: 6px; display: none; }
.price-original.show { display: inline; }
.price-annual-note { font-size: 12px; color: var(--green); font-weight: 500; margin-top: 4px; display: none; }
.price-annual-note.show { display: block; }

/* Plan CTA buttons */
.plan-btn {
  display: block; width: 100%; padding: 14px; border-radius: 12px;
  font-size: 15px; font-weight: 500; font-family: 'DM Sans', sans-serif;
  cursor: pointer; text-align: center; border: none; margin-bottom: 28px; transition: all 0.2s;
}
.plan-btn.outline     { background: transparent; border: 1.5px solid var(--navy); color: var(--navy); }
.plan-btn.outline:hover { background: var(--navy); color: white; }
.plan-btn.solid-white { background: var(--white); color: var(--navy-deeper); }
.plan-btn.solid-white:hover { background: rgba(255,255,255,0.9); }
.plan-btn.solid-navy  { background: var(--navy); color: white; }
.plan-btn.solid-navy:hover { background: var(--navy-dark); }

/* Features list inside plan card */
.plan-features-title { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.plan-card.featured .plan-features-title { color: rgba(255,255,255,0.4); }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.plan-features li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--text); }
.plan-card.featured .plan-features li { color: rgba(255,255,255,0.85); }
.feat-chk { flex-shrink: 0; width: 20px; height: 20px; border-radius: 6px; margin-top: 1px; background-size: contain; }
.feat-chk.yes       { background: var(--navy); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M4 10l4 4 8-8' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.feat-chk.yes.white { background: rgba(255,255,255,0.2); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M4 10l4 4 8-8' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.feat-chk.no        { background: #F1F3F5; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6 6l8 8M14 6l-8 8' stroke='%23CBD5E0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); }
.feat-divider { height: 1px; background: var(--border); margin: 6px 0; }
.plan-card.featured .feat-divider { background: rgba(255,255,255,0.1); }

/* Add-ons */
.addons-section { background: var(--white); padding: 80px 36px; border-top: 1px solid var(--border); }
.addons-inner   { max-width: 1100px; margin: 0 auto; }
.addons-header  { text-align: center; margin-bottom: 52px; }
.addons-header h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; letter-spacing: -0.5px; }
.addons-header p  { font-size: 15px; color: var(--muted); margin-top: 10px; }
.addons-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.addon-card  { border: 1px solid var(--border); border-radius: 14px; padding: 22px; transition: box-shadow 0.2s, border-color 0.2s; background: var(--off-white); }
.addon-card:hover { border-color: rgba(26,31,143,0.22); box-shadow: 0 4px 20px rgba(10,22,40,0.07); }
.addon-icon  { width: 42px; height: 42px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; margin-bottom: 14px; background: var(--navy-light); }
.addon-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.addon-card p  { font-size: 13px; color: var(--muted); line-height: 1.6; margin-bottom: 12px; }
.addon-price   { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800; color: var(--navy); }
.addon-price span { font-size: 12px; font-weight: 400; color: var(--muted); font-family: 'DM Sans', sans-serif; }

/* Comparison table */
.compare-section { background: var(--off-white); padding: 80px 36px; }
.compare-inner   { max-width: 1000px; margin: 0 auto; }
.compare-header  { text-align: center; margin-bottom: 48px; }
.compare-header h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; letter-spacing: -0.5px; }
.compare-wrap  { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 600px; }
.compare-table thead th { padding: 14px 16px; font-size: 13px; font-weight: 600; text-align: left; border-bottom: 2px solid var(--border); color: var(--muted); }
.compare-table thead th.feat-col    { color: var(--navy); font-weight: 700; text-align: center; }
.compare-table thead th.highlighted { background: var(--navy-deeper); color: white; font-weight: 700; border-radius: 10px 10px 0 0; text-align: center; }
.compare-table tbody td { padding: 13px 16px; font-size: 14px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.compare-table tbody tr:last-child td { border-bottom: none; }
.compare-table tbody tr:hover td     { background: rgba(26,31,143,0.02); }
.compare-table tbody td.center      { text-align: center; }
.compare-table tbody td.highlighted { background: rgba(12,16,80,0.04); text-align: center; }
.compare-table .cat-row td          { background: var(--navy-light); font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--navy); padding: 8px 16px; }
.yes-icon { color: var(--green); font-size: 18px; font-weight: 700; }
.no-icon  { color: #CBD5E0; font-size: 18px; }
.partial  { font-size: 12px; color: var(--muted); font-style: italic; }

/* ROI Calculator */
.roi-section { background: var(--navy-deeper); padding: 80px 36px; }
.roi-inner   { max-width: 900px; margin: 0 auto; }
.roi-header  { text-align: center; margin-bottom: 48px; }
.roi-header h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; color: white; letter-spacing: -0.5px; }
.roi-header p  { color: rgba(255,255,255,0.6); margin-top: 12px; }
.roi-card    { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 20px; padding: 40px; }
.roi-grid    { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.roi-inputs  { display: flex; flex-direction: column; gap: 24px; }
.roi-input-group label { display: block; font-size: 13px; color: rgba(255,255,255,0.65); margin-bottom: 8px; font-weight: 500; }
.roi-slider-row { display: flex; align-items: center; gap: 14px; }
.roi-slider {
  flex: 1; -webkit-appearance: none; appearance: none;
  height: 4px; background: rgba(255,255,255,0.15); border-radius: 100px; outline: none;
}
.roi-slider::-webkit-slider-thumb {
  -webkit-appearance: none; width: 20px; height: 20px; border-radius: 50%;
  background: var(--white); cursor: pointer; border: 3px solid var(--navy-mid);
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.roi-val { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 800; color: var(--white); min-width: 64px; text-align: right; }
.roi-results      { display: flex; flex-direction: column; gap: 16px; }
.roi-result-item  { background: rgba(255,255,255,0.06); border-radius: 12px; padding: 18px 20px; }
.roi-result-label { font-size: 12px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.roi-result-val   { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 800; color: white; letter-spacing: -0.5px; }
.roi-result-val.green { color: #4DF0A0; }
.roi-result-sub   { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 3px; }
.roi-note         { text-align: center; margin-top: 24px; font-size: 13px; color: rgba(255,255,255,0.45); }

/* FAQ */
.faq-section { background: var(--white); padding: 80px 36px; border-top: 1px solid var(--border); }
.faq-inner   { max-width: 720px; margin: 0 auto; }
.faq-header  { text-align: center; margin-bottom: 48px; }
.faq-header h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; letter-spacing: -0.5px; }
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; font-size: 16px; font-weight: 500; color: var(--text);
  background: none; border: none; cursor: pointer; text-align: left; gap: 16px; transition: color 0.2s;
}
.faq-q:hover { color: var(--navy); }
.faq-icon    { font-size: 20px; color: var(--navy); flex-shrink: 0; font-family: 'Syne', sans-serif; transition: transform 0.25s; }
.faq-icon.open { transform: rotate(45deg); }
.faq-a       { font-size: 15px; color: var(--muted); line-height: 1.75; padding: 0 0 20px; display: none; }
.faq-a.open  { display: block; }

/* Trust strip */
.trust-strip { background: var(--off-white); padding: 64px 36px; border-top: 1px solid var(--border); }
.trust-inner { max-width: 900px; margin: 0 auto; }
.trust-grid  { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.trust-item  { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 22px; display: flex; gap: 14px; align-items: flex-start; }
.trust-icon  { font-size: 24px; flex-shrink: 0; }
.trust-item h4 { font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.trust-item p  { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* Testimonials */
.testi-section { background: var(--white); padding: 80px 36px; border-top: 1px solid var(--border); }
.testi-inner   { max-width: 960px; margin: 0 auto; text-align: center; }
.testi-inner h2 { font-size: clamp(24px, 3vw, 34px); font-weight: 800; letter-spacing: -0.5px; margin-bottom: 48px; }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.testi-card { background: var(--off-white); border: 1px solid var(--border); border-radius: 16px; padding: 26px; text-align: left; }
.testi-stars { color: var(--gold); font-size: 14px; margin-bottom: 12px; }
.testi-card blockquote { font-size: 15px; color: var(--text); font-style: italic; line-height: 1.7; margin-bottom: 20px; }
.testi-card blockquote::before { content: '\201C'; }
.testi-card blockquote::after  { content: '\201D'; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.tav          { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; color: white; flex-shrink: 0; }
.testi-name   { font-size: 14px; font-weight: 500; }
.testi-biz    { font-size: 12px; color: var(--muted); }

/* Final CTA */
.final-cta { background: var(--navy); padding: 96px 36px; text-align: center; position: relative; overflow: hidden; }
.final-cta::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: 40px 40px; pointer-events: none;
}
.final-cta h2 { font-size: clamp(28px, 4.5vw, 50px); font-weight: 800; color: white; letter-spacing: -1.5px; max-width: 660px; margin: 0 auto 16px; position: relative; }
.final-cta p  { font-size: 16px; color: rgba(255,255,255,0.65); max-width: 440px; margin: 0 auto 40px; position: relative; }

/* Responsive */
@media (max-width: 860px) {
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card.featured { margin-top: 0; }
  .roi-grid   { grid-template-columns: 1fr; }
  .page-hero, .addons-section, .compare-section, .roi-section,
  .faq-section, .trust-strip, .testi-section, .final-cta { padding-left: 20px; padding-right: 20px; }
  .plans-section { padding-left: 20px; padding-right: 20px; }
}
