/* =====================================================
   PVABUNDLE SERVICE PAGES — PRICING REDESIGN v4
   Changes: Light background, tabbed pricing with cards,
   light card styles for all pricing types
   ===================================================== */

body.service-redesigned {
  background: #f0f4f8;
  color: #111827;
}

.service-redesigned .header {
  background: rgba(240, 244, 248, .95);
  border-bottom: 1px solid rgba(17, 24, 39, .10);
  backdrop-filter: blur(18px);
}

.service-redesigned .logo {
  background: none;
  color: #111827;
  -webkit-text-fill-color: currentColor;
  letter-spacing: -.06em;
}

.service-redesigned .btn-primary {
  background: #111827;
  color: #fff7ed;
  box-shadow: 0 10px 24px rgba(17, 24, 39, .18);
}

.service-redesigned main { overflow: hidden; }

/* ──────────────────────────────
   SERVICE HERO
   ────────────────────────────── */
.service-redesigned .service-hero {
  position: relative;
  padding: clamp(58px, 8vw, 112px) 0 clamp(48px, 7vw, 86px);
  background:
    radial-gradient(circle at 78% 18%, rgba(154, 52, 18, .07), transparent 24rem),
    linear-gradient(135deg, #eef2f7 0%, #f5f8fc 58%, #e8edf5 100%);
}

.service-redesigned .service-hero::before {
  content: "PVABUNDLE / SERVICE DESK";
  position: absolute;
  left: max(18px, calc((100vw - 1280px) / 2));
  top: 26px;
  color: rgba(17, 24, 39, .18);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .28em;
}

.service-redesigned .service-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 34px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 999px;
  pointer-events: none;
}

.service-redesigned .service-hero-grid {
  display: grid;
  grid-template-columns: minmax(160px, 270px) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: stretch;
  min-height: 390px;
}

.service-redesigned .service-hero-logo {
  width: 100%; height: auto; min-height: 330px;
  padding: 16px; border-radius: 0;
  background: #111827; box-shadow: 18px 18px 0 #c8d4e3;
  transform: rotate(-1.5deg);
}

.service-redesigned .service-hero-logo > div {
  width: 100% !important; height: 100% !important;
  min-height: 300px; border-radius: 0 !important;
  font-size: clamp(54px, 8vw, 96px) !important;
  letter-spacing: -.08em; box-shadow: none !important;
  filter: saturate(.9) contrast(1.08);
}

.service-redesigned .service-hero-content {
  padding: clamp(28px, 5vw, 58px);
  border-left: 2px solid rgba(17, 24, 39, .14);
  background: rgba(255,255,255,.50);
}

.service-redesigned .service-hero-content::before {
  content: ""; display: block;
  width: 36px; height: 4px;
  background: linear-gradient(90deg, #14b8a6, #f59e0b);
  margin-bottom: 22px;
}

.service-redesigned .service-hero h1 {
  font-size: clamp(30px, 4.5vw, 56px);
  line-height: 1.0; letter-spacing: -.055em;
  margin-bottom: 18px; color: #111827;
}

.service-redesigned .service-hero p {
  font-size: clamp(15px, 1.6vw, 18px);
  color: #374151; line-height: 1.7;
  max-width: 620px; margin-bottom: 28px;
}

.service-redesigned .service-hero-content > div[style*="display"] {
  display: flex !important; flex-wrap: wrap; gap: 12px;
}

.service-redesigned .service-hero .btn {
  min-height: 50px; padding: 0 24px; border-radius: 0;
  font-weight: 800; letter-spacing: .02em;
  transition: transform .2s ease, box-shadow .2s;
}
.service-redesigned .service-hero .btn-primary { background: #111827; color: #fff7ed; }
.service-redesigned .service-hero .btn-whatsapp { background: transparent; color: #111827; border: 1.5px solid rgba(17,24,39,.22); }
.service-redesigned .service-hero .btn:hover { transform: translateY(-4px); }


/* ══════════════════════════════════════════════════
   SHARED PRICING SECTION WRAPPER
   All three styles now share a light background
   ══════════════════════════════════════════════════ */

.pricing-style-matrix #pricing,
.pricing-style-tiers #pricing,
.pricing-style-deck #pricing {
  background: #f0f4f8;
  padding: clamp(48px, 7vw, 88px) 0;
}

/* Shared section header */
.pricing-style-matrix .section-header,
.pricing-style-tiers .section-header,
.pricing-style-deck .section-header {
  text-align: center;
  margin-bottom: 44px;
}

.pricing-style-matrix .section-header h2,
.pricing-style-tiers .section-header h2,
.pricing-style-deck .section-header h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  letter-spacing: -.055em;
  color: #0f172a;
  margin-bottom: 10px;
}

.pricing-style-matrix .section-header p,
.pricing-style-tiers .section-header p,
.pricing-style-deck .section-header p {
  color: #64748b;
  font-size: 16px;
}

/* ══════════════════════════════════════════════════
   SHARED TABS
   Used by both Style A (matrix) and Style C (deck)
   Tabs select age tiers / categories
   ══════════════════════════════════════════════════ */

.pricing-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  justify-content: center;
}

.pricing-tab {
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  border: 1.5px solid #d1d9e6;
  background: #ffffff;
  color: #64748b;
  transition: all .2s ease;
  box-shadow: 0 1px 4px rgba(15,23,42,.05);
}

.pricing-tab:hover {
  border-color: #111827;
  color: #111827;
  background: #ffffff;
}

.pricing-tab.active {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(17,24,39,.18);
}

/* Panel animation */
.pricing-panel { animation: panelIn .22s ease both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }


/* ══════════════════════════════════════════════════
   STYLE A: SOCIAL & EMAIL — TABBED CARD GRID
   (replaces dark matrix table)
   ══════════════════════════════════════════════════ */

.pricing-style-matrix .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}

.pricing-style-matrix .pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  border-radius: 16px;
  border: 1.5px solid #dde4ef;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(15,23,42,.06);
  transition: transform .22s ease, box-shadow .22s ease;
  overflow: hidden;
}

.pricing-style-matrix .pricing-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #14b8a6, #0ea5e9);
}

.pricing-style-matrix .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(15,23,42,.10);
  border-color: #c4d0e3;
}

.pricing-style-matrix .pricing-card.is-featured {
  border-color: #14b8a6;
  box-shadow: 0 4px 24px rgba(20,184,166,.14);
}

.pricing-style-matrix .pricing-card.is-featured::after {
  content: "POPULAR";
  position: absolute;
  top: 14px; right: 14px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  background: rgba(20,184,166,.12);
  border: 1px solid rgba(20,184,166,.28);
  color: #0d9488;
}

.pricing-style-matrix .pricing-quantity {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 8px;
}

.pricing-style-matrix .pricing-price {
  font-size: 38px;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -.06em;
  line-height: 1;
  margin-bottom: 4px;
}

.pricing-style-matrix .pricing-price span {
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
  letter-spacing: 0;
  margin-left: 2px;
}

.pricing-style-matrix .pricing-features {
  list-style: none;
  padding: 0;
  margin: 16px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
  border-top: 1px solid #eef1f6;
  padding-top: 16px;
}

.pricing-style-matrix .pricing-features li {
  font-size: 12.5px;
  color: #475569;
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
}

.pricing-style-matrix .pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #14b8a6;
  font-weight: 700;
  font-size: 12px;
}

.pricing-style-matrix .pricing-card .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
  background: #f1f5f9;
  border: 1.5px solid #dde4ef;
  color: #0f172a;
  width: 100%;
  cursor: pointer;
  transition: all .2s ease;
}

.pricing-style-matrix .pricing-card.is-featured .btn,
.pricing-style-matrix .pricing-card .btn:hover {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(17,24,39,.18);
}

/* age badge used inside card header area */
.pricing-style-matrix .pm-age-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}

.pm-age-badge.fresh     { background: rgba(16,185,129,.10); color: #059669; border: 1px solid rgba(16,185,129,.22); }
.pm-age-badge.starter   { background: rgba(59,130,246,.10); color: #2563eb; border: 1px solid rgba(59,130,246,.22); }
.pm-age-badge.established { background: rgba(168,85,247,.10); color: #7c3aed; border: 1px solid rgba(168,85,247,.22); }
.pm-age-badge.premium   { background: rgba(245,158,11,.10); color: #b45309; border: 1px solid rgba(245,158,11,.22); }
.pm-age-badge.legacy    { background: rgba(239,68,68,.10);  color: #b91c1c; border: 1px solid rgba(239,68,68,.22); }


/* ══════════════════════════════════════════════════
   STYLE B: AI & DEV TOOLS — TIERED FEATURE CARDS
   (light version)
   ══════════════════════════════════════════════════ */

.pricing-tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.pricing-tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  border-radius: 18px;
  background: #ffffff;
  border: 1.5px solid #dde4ef;
  box-shadow: 0 2px 16px rgba(15,23,42,.06);
  transition: transform .22s ease, box-shadow .22s ease;
  overflow: hidden;
}

.pricing-tier-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #14b8a6);
}

.pricing-tier-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(15,23,42,.10);
}

.pricing-tier-card.is-featured {
  background: #0f172a;
  border-color: #14b8a6;
  box-shadow: 0 8px 40px rgba(20,184,166,.18);
}

.pricing-tier-card.is-featured * { color: inherit; }

.ptc-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 16px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #14b8a6, #0ea5e9);
  color: #ffffff;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(20,184,166,.38);
}

.ptc-quantity {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 8px;
}

.pricing-tier-card.is-featured .ptc-quantity { color: #5eead4; }

.ptc-price {
  font-size: 40px;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -.06em;
  line-height: 1;
  margin-bottom: 4px;
}

.pricing-tier-card.is-featured .ptc-price { color: #f8fafc; }

.ptc-price sup {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: super;
}

.ptc-unit {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 600;
  margin-bottom: 24px;
  display: block;
}

.ptc-divider {
  height: 1px;
  background: #eef1f6;
  margin: 0 0 20px;
}

.pricing-tier-card.is-featured .ptc-divider { background: rgba(255,255,255,.10); }

.ptc-features {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
  margin-bottom: 28px;
}

.ptc-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #374151;
  line-height: 1.4;
}

.pricing-tier-card.is-featured .ptc-features li { color: #cbd5e1; }

.ptc-features li::before {
  content: "";
  width: 18px; height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11' fill='%2314b8a6' fill-opacity='.15'/%3E%3Cpath d='M7 12l3.5 3.5L17 8.5' stroke='%2314b8a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C%2Fsvg%3E") center/cover;
}

.ptc-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .03em;
  cursor: pointer;
  border: none;
  transition: all .2s ease;
  background: #f1f5f9;
  color: #0f172a;
  width: 100%;
  text-align: center;
}

.pricing-tier-card.is-featured .ptc-cta {
  background: linear-gradient(90deg, #14b8a6, #0ea5e9);
  color: #ffffff;
  box-shadow: 0 6px 24px rgba(20,184,166,.32);
}

.ptc-cta:hover { transform: translateY(-2px); filter: brightness(1.06); }


/* ══════════════════════════════════════════════════
   STYLE C: GAMING & MESSAGING — CARD DECK (LIGHT)
   ══════════════════════════════════════════════════ */

.pricing-style-deck .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.pricing-style-deck .pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-radius: 16px;
  border: 1.5px solid #dde4ef;
  background: #ffffff;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 2px 12px rgba(15,23,42,.06);
}

.pricing-style-deck .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(15,23,42,.10);
  border-color: #c4d0e3;
}

/* Card accent top bar */
.pricing-style-deck .pricing-card::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #a855f7);
}

.pricing-style-deck .pricing-card:nth-child(2)::before { background: linear-gradient(90deg, #14b8a6, #06b6d4); }
.pricing-style-deck .pricing-card:nth-child(3)::before { background: linear-gradient(90deg, #f59e0b, #ef4444); }
.pricing-style-deck .pricing-card:nth-child(4)::before { background: linear-gradient(90deg, #10b981, #14b8a6); }

.pricing-style-deck .pricing-card.is-featured {
  border-color: #14b8a6;
  box-shadow: 0 4px 24px rgba(20,184,166,.12);
}

.pricing-style-deck .pricing-card.is-featured::after {
  content: "BEST VALUE";
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  background: rgba(20,184,166,.12);
  border: 1px solid rgba(20,184,166,.28);
  color: #0d9488;
}

.pricing-style-deck .pricing-platform {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 22px 14px;
}

.pricing-style-deck .pricing-platform-logo > div,
.pricing-style-deck .pricing-platform-logo img {
  width: 48px !important; height: 48px !important;
  border-radius: 12px !important;
  box-shadow: 4px 4px 12px rgba(15,23,42,.12) !important;
}

.pricing-style-deck .pricing-platform h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -.02em;
}

.pricing-style-deck .pricing-quantity {
  padding: 0 22px 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #94a3b8;
}

.pricing-style-deck .pricing-price {
  padding: 4px 22px 18px;
  font-size: 36px;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -.06em;
  line-height: 1;
}

.pricing-style-deck .pricing-price span {
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
  letter-spacing: 0;
  margin-left: 4px;
}

.pricing-style-deck .pricing-features {
  list-style: none;
  padding: 14px 22px;
  margin: 0;
  border-top: 1px solid #eef1f6;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}

.pricing-style-deck .pricing-features li {
  font-size: 12.5px;
  color: #64748b;
  padding-left: 18px;
  position: relative;
  line-height: 1.4;
}

.pricing-style-deck .pricing-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #14b8a6;
  font-weight: 700;
  font-size: 12px;
}

.pricing-style-deck .pricing-card .btn {
  margin: 16px 22px 22px;
  min-height: 46px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
  background: #f1f5f9;
  border: 1.5px solid #dde4ef;
  color: #0f172a;
  width: auto !important;
  transition: all .2s ease;
  cursor: pointer;
}

.pricing-style-deck .pricing-card .btn:hover,
.pricing-style-deck .pricing-card.is-featured .btn {
  background: #111827;
  border-color: #111827;
  color: #ffffff;
  transform: none;
  box-shadow: 0 4px 14px rgba(17,24,39,.18);
}


/* ══════════════════════════════════════════════════
   SECONDARY SECTIONS (shared)
   ══════════════════════════════════════════════════ */

.service-redesigned main > .section:not(#pricing) { background: #f0f4f8 !important; }
.service-redesigned .section-header h2 { letter-spacing: -.06em; }

.service-redesigned .feature-card,
.service-redesigned .faq-item,
.service-redesigned .process-step,
.service-redesigned .usecase-card,
.service-redesigned .category-card {
  border: 1px solid #dde4ef;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(15,23,42,.05);
}

.service-redesigned .feature-icon,
.service-redesigned .usecase-icon,
.service-redesigned .process-number {
  border-radius: 0;
  background: #111827;
  color: #fff7ed;
}


/* ══════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════ */

@media (max-width: 1000px) {
  .service-redesigned .service-hero-grid { grid-template-columns: 1fr; }
  .service-redesigned .service-hero-logo { width: min(230px, 80vw); min-height: 200px; box-shadow: 10px 10px 0 #c8d4e3; transform: none; }
  .service-redesigned .service-hero-logo > div { min-height: 170px; }
  .service-redesigned .service-hero-content { padding: 22px 0 0; border-left: 0; border-top: 2px solid rgba(17,24,39,.12); }
}

@media (max-width: 680px) {
  .pricing-style-matrix .pricing-grid { grid-template-columns: 1fr 1fr; }
  .pricing-tier-grid { grid-template-columns: 1fr; }
  .pricing-style-deck .pricing-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .pricing-style-matrix .pricing-grid { grid-template-columns: 1fr; }
  .pricing-style-deck .pricing-grid { grid-template-columns: 1fr; }
}
