/* ============================================================
   Pricing Page — Next-Gen 2026
   Dark hero · glassmorphism · editorial pricing layout
   Prefix: pr- — no conflicts
   ============================================================ */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}

:root {
  --pr-brand: #52bac5;
  --pr-brand-dark: #0d838d;
  --pr-brand-glow: rgba(82, 186, 197, 0.28);
  --pr-amber: #ffbe2b;
  --pr-amber-dark: #e6a800;
  --pr-navy: #1a2333;
  --pr-dark: #0d1320;
  --pr-dark2: #111b2e;
  --pr-white: #fff;
  --pr-off: #f0f7f9;
  --pr-off2: #e8f4f6;
  --pr-text: #1e2d3d;
  --pr-text-2: #4a6078;
  --pr-text-3: #7f96ae;
  --pr-border: rgba(82, 186, 197, 0.18);
  --pr-font: "Inter", system-ui, sans-serif;
  --pr-font-h: "Plus Jakarta Sans", "Inter", sans-serif;
  --pr-max: 1500px;
  --pr-r: 14px;
  --pr-r-lg: 22px;
  --pr-r-xl: 32px;
  --pr-t: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Page bg ── */
.page-template-template-pricing {
  background: linear-gradient(
    160deg,
    var(--pr-off2) 0%,
    var(--pr-off) 60%,
    #edf5f7 100%
  ) !important;
}
.page-template-template-pricing section.main {
  padding: 0 !important;
  background: transparent !important;
}
.page-template-template-pricing section.main > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.page-template-template-pricing section.main > .container > .row {
  margin: 0 !important;
  display: block !important;
}
.page-template-template-pricing .prHero,
.page-template-template-pricing .prBundleIntro,
.page-template-template-pricing .prGuarantee {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

/* dot-grid */
.prPage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(82, 186, 197, 0.12) 1px,
    transparent 1px
  );
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}
.prPage {
  position: relative;
}

.prInner {
  max-width: var(--pr-max);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* ════════════════════════════════════════
      1. HERO
   ════════════════════════════════════════ */
.prHero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    150deg,
    var(--pr-dark) 0%,
    var(--pr-dark2) 50%,
    #0c1a2a 100%
  );
  padding: 96px 24px 88px;
  text-align: center;
  font-family: var(--pr-font-h);
}
.prHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(82, 186, 197, 0.12) 1px,
    transparent 1px
  );
  background-size: 32px 32px;
  pointer-events: none;
  z-index: 0;
}

.prHeroBlob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.prHeroBlob1 {
  width: 600px;
  height: 600px;
  top: -200px;
  right: -140px;
  background: radial-gradient(
    circle,
    rgba(82, 186, 197, 0.16) 0%,
    transparent 65%
  );
}
.prHeroBlob2 {
  width: 440px;
  height: 440px;
  bottom: -160px;
  left: -100px;
  background: radial-gradient(
    circle,
    rgba(13, 131, 141, 0.12) 0%,
    transparent 65%
  );
}
.prHeroGrid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.prHeroInner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
}
.prHeroBadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 190, 43, 0.12);
  border: 1px solid rgba(255, 190, 43, 0.32);
  color: #ffd166;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 16px 5px 12px;
  border-radius: 100px;
  margin-bottom: 32px;
}
.prHeroBadgeDot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pr-amber);
  box-shadow: 0 0 8px var(--pr-amber);
  animation: prPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes prPulse {
  0%,
  100% {
    box-shadow: 0 0 6px var(--pr-amber);
  }
  50% {
    box-shadow: 0 0 18px var(--pr-amber);
  }
}
.prHeroTitle {
  display: block;
  margin: 0 0 24px;
}
.prHeroTitleThin {
  display: block;
  font-size: clamp(36px, 6vw, 74px);
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1;
  letter-spacing: -0.02em;
}
.prHeroTitleBold {
  display: block;
  font-size: clamp(44px, 8vw, 96px);
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.038em;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #a0eaf3 45%,
    var(--pr-brand) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.prHeroSub {
  font-family: var(--pr-font);
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.46);
  line-height: 1.75;
  max-width: 580px;
  margin: 0 auto 52px;
}
.prHeroSub em {
  font-style: italic;
  color: rgba(82, 186, 197, 0.7);
}
.prHeroTrust {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 52px;
}
.prHeroTrustPill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
}
.prHeroTrustPill svg {
  width: 14px;
  height: 14px;
  color: var(--pr-brand);
  flex-shrink: 0;
}
.prHeroStats {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px 36px;
  backdrop-filter: blur(12px);
}
.prHeroStat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 28px;
}
.prHeroStatNum {
  font-family: var(--pr-font-h);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: var(--pr-brand);
  line-height: 1;
  letter-spacing: -0.02em;
}
.prHeroStatLabel {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
}
.prHeroStatDiv {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

/* ════════════════════════════════════════
      SHARED
   ════════════════════════════════════════ */
.prLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--pr-brand-dark);
  margin-bottom: 10px;
}
.prLabel::before {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--pr-brand-dark);
  border-radius: 2px;
}
.prSectionTitle {
  font-family: var(--pr-font-h);
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 800;
  color: var(--pr-navy);
  letter-spacing: -0.028em;
  line-height: 1.12;
  margin-bottom: 12px;
}
.prSectionDesc {
  font-size: 16px;
  color: var(--pr-text-2);
  line-height: 1.7;
  max-width: 640px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}
.prTableNote {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: var(--pr-text-3);
}
.prTableNote a {
  color: var(--pr-brand-dark);
  font-weight: 600;
}

/* ════════════════════════════════════════
      2. PRICING TABLE SECTION
   ════════════════════════════════════════ */
.prTableSection {
  background: var(--pr-white);
  padding: 88px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.prTableSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pr-brand), var(--pr-brand-dark));
}

/* TABS */
.prTabs {
  display: inline-flex;
  background: rgba(82, 186, 197, 0.08);
  border: 1px solid rgba(82, 186, 197, 0.18);
  border-radius: 100px;
  padding: 5px;
  gap: 4px;
  margin-bottom: 40px;
}
.prTab {
  font-family: var(--pr-font);
  font-size: 14px;
  font-weight: 600;
  color: var(--pr-text-2);
  background: transparent;
  border: none;
  padding: 10px 28px;
  border-radius: 100px;
  cursor: pointer;
  transition: var(--pr-t);
}
.prTab:hover {
  color: var(--pr-navy);
}
.prTab.active {
  background: linear-gradient(
    135deg,
    var(--pr-brand) 0%,
    var(--pr-brand-dark) 100%
  );
  color: #fff;
  box-shadow: 0 4px 14px rgba(82, 186, 197, 0.35);
}

/* PLANS GRID */
.prPlansGrid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 32px;
  text-align: left;
}
.prPlansGrid.active {
  display: grid;
}

/* PLAN CARD */
.prPlanCard {
  position: relative;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 6px 24px rgba(30, 45, 61, 0.08);
  transition: transform var(--pr-t), box-shadow var(--pr-t),
    border-color var(--pr-t);
}
.prPlanCard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
  pointer-events: none;
  z-index: 0;
}
.prPlanCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 18px 50px rgba(82, 186, 197, 0.16), 0 6px 20px rgba(30, 45, 61, 0.1);
  border-color: rgba(82, 186, 197, 0.35);
}
.prPlanFree {
  background: rgba(240, 247, 249, 0.9);
  border-color: rgba(82, 186, 197, 0.12);
}
.prPlanFeatured {
  background: linear-gradient(160deg, #0f1a2c 0%, #1a2744 100%);
  border-color: rgba(82, 186, 197, 0.32);
  box-shadow: 0 12px 40px rgba(82, 186, 197, 0.2), 0 4px 16px rgba(0, 0, 0, 0.2);
}
.prPlanFeatured::before {
  background: linear-gradient(
    135deg,
    rgba(82, 186, 197, 0.1) 0%,
    transparent 60%
  );
}
.prPlanFeatured:hover {
  border-color: rgba(82, 186, 197, 0.55);
  box-shadow: 0 20px 56px rgba(82, 186, 197, 0.28),
    0 8px 24px rgba(0, 0, 0, 0.25);
}

/* popular ribbon */
.prPlanPopular {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, var(--pr-brand), var(--pr-brand-dark));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  z-index: 2;
}

/* card header */
.prPlanHeader {
  position: relative;
  z-index: 1;
  padding: 28px 22px 18px;
  border-bottom: 1px solid rgba(82, 186, 197, 0.1);
}
.prPlanFeatured .prPlanHeader {
  border-bottom-color: rgba(82, 186, 197, 0.18);
}
.prPlanPopular + .prPlanHeader {
  padding-top: 38px;
}

/* badge */
.prPlanBadge {
  display: inline-flex;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 100px;
  background: rgba(82, 186, 197, 0.1);
  color: var(--pr-text-3);
  margin-bottom: 12px;
}
.prPlanBadgeTeal {
  background: rgba(82, 186, 197, 0.15);
  color: var(--pr-brand-dark);
}
.prPlanBadgeAmber {
  background: rgba(255, 190, 43, 0.18);
  color: #8a6300;
}
.prPlanBadgeWhite {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

/* price */
.prPlanPrice {
  display: flex;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
  margin-bottom: 4px;
}
.prPlanCurr {
  font-size: 20px;
  font-weight: 700;
  color: var(--pr-text-2);
  margin-top: 6px;
}
.prPlanNum {
  font-family: var(--pr-font-h);
  font-size: 52px;
  font-weight: 800;
  color: var(--pr-navy);
  letter-spacing: -0.04em;
  line-height: 1;
}
.prPlanFeatured .prPlanCurr {
  color: rgba(255, 255, 255, 0.6);
}
.prPlanFeatured .prPlanNum {
  color: #fff;
}
.prPlanFree .prPlanNum {
  color: var(--pr-text-3);
}
.prPlanSites {
  font-size: 13px;
  font-weight: 600;
  color: var(--pr-text-3);
}
.prPlanFeatured .prPlanSites {
  color: rgba(255, 255, 255, 0.5);
}

/* features */
.prPlanFeatures {
  list-style: none;
  padding: 16px 22px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
  position: relative;
  z-index: 1;
}
.prPlanFeatures li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--pr-text-2);
}
.prPlanFeatures li::before {
  content: "";
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(82, 186, 197, 0.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%230d838d' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2 6l3 3 5-5'/%3E%3C/svg%3E");
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}
.prPlanFeatured .prPlanFeatures li {
  color: rgba(255, 255, 255, 0.65);
}
.prPlanFeatured .prPlanFeatures li::before {
  background-color: rgba(82, 186, 197, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%2352bac5' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2 6l3 3 5-5'/%3E%3C/svg%3E");
}
.prPlanFeatureMuted {
  opacity: 0.45;
}

/* CTA */
.prPlanBtn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 16px 16px;
  padding: 13px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(82, 186, 197, 0.12);
  color: var(--pr-brand-dark);
  transition: var(--pr-t);
}
.prPlanBtn:hover {
  background: rgba(82, 186, 197, 0.22);
  color: var(--pr-brand-dark);
  transform: translateY(-1px);
}
.prPlanBtnFree {
  background: rgba(82, 186, 197, 0.07);
  color: var(--pr-text-3);
}
.prPlanBtnFree:hover {
  background: rgba(82, 186, 197, 0.14);
  color: var(--pr-text-2);
}
.prPlanBtnFeatured {
  background: linear-gradient(
    135deg,
    var(--pr-brand) 0%,
    var(--pr-brand-dark) 100%
  );
  color: #fff;
  box-shadow: 0 4px 16px rgba(82, 186, 197, 0.4);
}
.prPlanBtnFeatured:hover {
  color: #fff;
  box-shadow: 0 8px 24px rgba(82, 186, 197, 0.55);
}

/* ════════════════════════════════════════
      3. BUNDLE INTRO
   ════════════════════════════════════════ */
.prBundleIntro {
  background: linear-gradient(160deg, var(--pr-dark) 0%, #111b2e 100%);
  padding: 88px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}
.prBundleIntro::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(82, 186, 197, 0.12) 0%,
    transparent 70%
  );
}
.prBundleIntro .prLabel {
  color: rgba(82, 186, 197, 0.7);
}
.prBundleIntro .prLabel::before {
  background: rgba(82, 186, 197, 0.7);
}
.prBundleIntro .prSectionTitle {
  color: var(--pr-white);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.prBundleIntro .prSectionDesc {
  color: rgba(255, 255, 255, 0.52);
}
.prSavingsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
.prSavingsCard {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--pr-r-lg);
  padding: 36px 24px;
  text-align: center;
  transition: var(--pr-t);
  position: relative;
  overflow: hidden;
}
.prSavingsCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(82, 186, 197, 0.4),
    transparent
  );
}
.prSavingsCard:hover {
  background: rgba(82, 186, 197, 0.08);
  border-color: rgba(82, 186, 197, 0.25);
  transform: translateY(-3px);
}
.prSavingsCardFeatured {
  background: rgba(82, 186, 197, 0.1);
  border-color: rgba(82, 186, 197, 0.32);
}
.prSavingsCardFeatured::before {
  background: linear-gradient(90deg, transparent, var(--pr-brand), transparent);
}
.prSavingsNum {
  font-family: var(--pr-font-h);
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--pr-brand);
  margin-bottom: 8px;
}
.prSavingsCardFeatured .prSavingsNum {
  color: #a0eaf3;
}
.prSavingsLabel {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
.prSavingsCardFeatured .prSavingsLabel {
  color: rgba(255, 255, 255, 0.7);
}
.prBundleExploreWrap {
  text-align: center;
}
.prBundleExploreBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--pr-amber);
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 100px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 6px 24px rgba(255, 190, 43, 0.35);
  transition: var(--pr-t);
}
.prBundleExploreBtn:hover {
  background: var(--pr-amber-dark);
  color: #1a1a1a;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(255, 190, 43, 0.5);
}

/* ════════════════════════════════════════
      4. BUNDLE PACKAGES
   ════════════════════════════════════════ */
.prPackagesSection {
  background: var(--pr-off);
  padding: 88px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.prPackagesGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.prPackageCard {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-radius: var(--pr-r-xl);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 8px 32px rgba(30, 45, 61, 0.08);
  transition: transform var(--pr-t), box-shadow var(--pr-t),
    border-color var(--pr-t);
}
.prPackageCard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--pr-r-xl);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  pointer-events: none;
}
.prPackageCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 56px rgba(82, 186, 197, 0.16), 0 8px 24px rgba(30, 45, 61, 0.1);
  border-color: rgba(82, 186, 197, 0.38);
}
.prPackageCardFeatured {
  background: rgba(10, 18, 30, 0.92);
  border: 1px solid rgba(82, 186, 197, 0.28);
}
.prPackageCardFeatured::before {
  background: linear-gradient(
    135deg,
    rgba(82, 186, 197, 0.08) 0%,
    transparent 60%
  );
}
.prPackageCardFeatured::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pr-brand), var(--pr-brand-dark));
  border-radius: var(--pr-r-xl) var(--pr-r-xl) 0 0;
}
.prPackageCardFeatured:hover {
  border-color: rgba(82, 186, 197, 0.55);
  box-shadow: 0 20px 56px rgba(82, 186, 197, 0.22),
    0 8px 24px rgba(0, 0, 0, 0.25);
}
.prPackageBadge {
  display: inline-flex;
  align-self: flex-start;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
}
.prPackageBadgeDefault {
  background: rgba(82, 186, 197, 0.12);
  color: var(--pr-brand-dark);
}
.prPackageBadgeHot {
  background: linear-gradient(
    135deg,
    var(--pr-brand) 0%,
    var(--pr-brand-dark) 100%
  );
  color: #fff;
}
.prPackageBadgeFire {
  background: rgba(255, 190, 43, 0.15);
  color: #b07800;
}
.prPackageCardFeatured .prPackageBadgeHot {
  background: rgba(82, 186, 197, 0.2);
  color: #a0eaf3;
}
.prPackageName {
  font-family: var(--pr-font-h);
  font-size: 24px;
  font-weight: 800;
  color: var(--pr-navy);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.prPackageCardFeatured .prPackageName {
  color: #fff;
}
.prPackageName a {
  color: inherit;
}
.prPackageName a:hover {
  color: var(--pr-brand);
}
.prPackagePlugins {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.prPackagePlugin {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--pr-text-2);
}
.prPackagePlugin::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(82, 186, 197, 0.15);
  border: 1px solid rgba(82, 186, 197, 0.25);
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%230d838d' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2 6l3 3 5-5'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.prPackageCardFeatured .prPackagePlugin {
  color: rgba(255, 255, 255, 0.65);
}
.prPackageCardFeatured .prPackagePlugin::before {
  background-color: rgba(82, 186, 197, 0.18);
  border-color: rgba(82, 186, 197, 0.35);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%2352bac5' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2 6l3 3 5-5'/%3E%3C/svg%3E");
}
.prPackageBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: var(--pr-t);
  background: rgba(82, 186, 197, 0.1);
  color: var(--pr-brand-dark);
}
.prPackageBtn:hover {
  background: rgba(82, 186, 197, 0.2);
  color: var(--pr-brand-dark);
}
.prPackageBtnFeatured {
  background: linear-gradient(
    135deg,
    var(--pr-brand) 0%,
    var(--pr-brand-dark) 100%
  );
  color: #fff;
  box-shadow: 0 4px 16px var(--pr-brand-glow);
}
.prPackageBtnFeatured:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px var(--pr-brand-glow);
}
.prPackagesNote {
  text-align: center;
  margin-top: 32px;
  font-size: 14px;
  color: var(--pr-text-3);
}

/* ════════════════════════════════════════
      5. PLUGIN CARDS
   ════════════════════════════════════════ */
.prPluginsSection {
  background: var(--pr-off);
  padding: 88px 0;
  position: relative;
  z-index: 1;
}
.prPluginsSection .prInner {
  text-align: left;
}
.prPluginsSection .prLabel,
.prPluginsSection .prSectionTitle,
.prPluginsSection .prSectionDesc {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.prPluginsSection .prLabel {
  display: flex;
  justify-content: center;
}
.prPluginsSection .catitem.acPluginCol {
  padding: 12px;
}

/* ════════════════════════════════════════
      6. GUARANTEE
   ════════════════════════════════════════ */
.prGuarantee {
  background: linear-gradient(135deg, var(--pr-navy) 0%, #0d1a2a 100%);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.prGuarantee::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(82, 186, 197, 0.1) 0%,
    transparent 70%
  );
}
.prGuaranteeInner {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 24px;
  align-items: center;
  max-width: var(--pr-max);
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.prGuaranteeIcon {
  width: 72px;
  height: 72px;
  background: rgba(82, 186, 197, 0.12);
  border: 1.5px solid rgba(82, 186, 197, 0.25);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.prGuaranteeIcon svg {
  width: 36px;
  height: 36px;
  color: var(--pr-brand);
}
.prGuaranteeTitle {
  font-family: var(--pr-font-h);
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: -0.015em;
}
.prGuaranteeDesc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.6;
}
.prGuaranteeBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 100px;
  white-space: nowrap;
  transition: var(--pr-t);
  flex-shrink: 0;
}
.prGuaranteeBtn:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.prPlanBtn {
  display: none !important;
}

/* ════════════════════════════════════════
      RESPONSIVE
   ════════════════════════════════════════ */
@media (max-width: 960px) {
  .prPlansGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .prSavingsGrid {
    grid-template-columns: repeat(3, 1fr);
  }
  .prPackagesGrid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .prGuaranteeInner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .prGuaranteeIcon {
    margin: 0 auto;
  }
  .prGuaranteeBtn {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .prHero {
    padding: 72px 20px 64px;
  }
  .prHeroStats {
    padding: 20px 24px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .prHeroStat {
    padding: 0;
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .prHeroStatDiv {
    display: none;
  }
  .prHeroTitleThin {
    font-size: clamp(28px, 9vw, 50px);
  }
  .prHeroTitleBold {
    font-size: clamp(36px, 11vw, 64px);
  }
  .prHeroTrust {
    gap: 8px;
  }
  .prSavingsGrid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .prPlansGrid {
    grid-template-columns: 1fr;
  }
  .prTabs {
    border-radius: 16px;
  }
}
