/* ============================================================
   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;
  }
  .prHeroStat {
    padding: 0 16px;
  }
  .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;
  }
}

:root {
  --bn-brand: #52bac5;
  --bn-brand-dk: #0d838d;
  --bn-navy: #1a2333;
  --bn-dark: #0d1320;
  --bn-dark2: #111b2e;
  --bn-amber: #ffbe2b;
  --bn-white: #fff;
  --bn-off: #f0f7f9;
  --bn-off2: #e8f4f6;
  --bn-text: #1e2d3d;
  --bn-text2: #4a6078;
  --bn-text3: #7f96ae;
  --bn-font-h: "Plus Jakarta Sans", sans-serif;
  --bn-font: "Inter", system-ui, sans-serif;
  --bn-max: 1500px;
  --bn-t: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --bn-r: 16px;
  --bn-r-xl: 24px;
}

/* PAGE */
.bnPage {
  font-family: var(--bn-font);
  -webkit-font-smoothing: antialiased;
}

.page-template-template-all-bundles section.main,
.page-template-template-all-bundles section.main > .container,
.page-template-template-all-bundles section.main > .container > .row {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
}

.bnInner {
  max-width: var(--bn-max);
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* SHARED TYPOGRAPHY */
.bnLabel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--bn-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bn-brand-dk);
  margin-bottom: 10px;
}
.bnLabel::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--bn-brand-dk);
  border-radius: 2px;
}
.bnSectionTitle {
  font-family: var(--bn-font-h);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 800;
  color: var(--bn-navy);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 14px;
}
.bnSectionDesc {
  font-size: 16px;
  color: var(--bn-text2);
  line-height: 1.72;
  max-width: 640px;
  margin-bottom: 52px;
}

/* ════════════════════════════════════════
      HERO
   ════════════════════════════════════════ */
.bnHero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    150deg,
    #08111e 0%,
    var(--bn-dark2) 45%,
    #0a1628 100%
  );
  padding: 100px 24px 92px;
  text-align: center;
}

/* noise overlay */
.bnHeroNoise {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* dots */
.bnHeroDots {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* blobs */
.bnHeroBlob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.bnHeroBlob1 {
  width: 700px;
  height: 700px;
  top: -260px;
  right: -160px;
  background: radial-gradient(
    circle,
    rgba(82, 186, 197, 0.14) 0%,
    transparent 65%
  );
}
.bnHeroBlob2 {
  width: 500px;
  height: 500px;
  bottom: -200px;
  left: -100px;
  background: radial-gradient(
    circle,
    rgba(13, 131, 141, 0.1) 0%,
    transparent 65%
  );
}
.bnHeroBlob3 {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(255, 190, 43, 0.06) 0%,
    transparent 65%
  );
}

.bnHeroInner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

/* badge */
.bnHeroBadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 190, 43, 0.12);
  border: 1px solid rgba(255, 190, 43, 0.3);
  color: #ffd166;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 18px 6px 12px;
  border-radius: 100px;
  margin-bottom: 36px;
}
.bnHeroBadgePulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--bn-amber);
  box-shadow: 0 0 8px var(--bn-amber);
  animation: bnPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes bnPulse {
  0%,
  100% {
    box-shadow: 0 0 6px var(--bn-amber);
  }
  50% {
    box-shadow: 0 0 20px var(--bn-amber);
  }
}

/* title */
.bnHeroTitle {
  margin-bottom: 24px;
}
.bnHeroTitleLine1 {
  display: block;
  font-family: var(--bn-font-h);
  font-size: clamp(48px, 8vw, 100px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: rgba(255, 255, 255, 0.18);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.28);
}
.bnHeroTitleLine2 {
  display: block;
  font-family: var(--bn-font-h);
  font-size: clamp(48px, 8vw, 100px);
  font-weight: 800;
  line-height: auto;
  letter-spacing: -0.045em;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #a0eaf3 40%,
    var(--bn-brand) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* subtitle */
.bnHeroSubtitle {
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto 52px;
}
.bnHeroSubtitle em {
  font-style: italic;
  color: rgba(82, 186, 197, 0.75);
}

/* savings cards row */
.bnHeroSavings {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 52px;
  flex-wrap: wrap;
}
.bnHeroSavingsCard {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 20px 28px;
  text-align: center;
  backdrop-filter: blur(12px);
  position: relative;
  transition: var(--bn-t);
  min-width: 130px;
}
.bnHeroSavingsCard:hover {
  background: rgba(82, 186, 197, 0.1);
  border-color: rgba(82, 186, 197, 0.3);
  transform: translateY(-3px);
}
.bnHeroSavingsCardMid {
  background: rgba(82, 186, 197, 0.1);
  border-color: rgba(82, 186, 197, 0.25);
  transform: scale(1.06);
}
.bnHeroSavingsCardBest {
  background: rgba(255, 190, 43, 0.1);
  border-color: rgba(255, 190, 43, 0.3);
  transform: scale(1.1);
}
.bnHeroSavingsCardBest:hover {
  transform: scale(1.1) translateY(-3px);
}
.bnHeroSavingsBestBadge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bn-amber);
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 3px 12px;
  border-radius: 100px;
  white-space: nowrap;
}
.bnHeroSavingsNum {
  font-family: var(--bn-font-h);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  color: var(--bn-brand);
  line-height: 1;
  letter-spacing: -0.04em;
}
.bnHeroSavingsCardBest .bnHeroSavingsNum {
  color: var(--bn-amber);
}
.bnHeroSavingsCardMid .bnHeroSavingsNum {
  color: #a0eaf3;
}
.bnHeroSavingsLabel {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.bnHeroSavingsArrow {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 300;
}

/* stats strip */
.bnHeroStats {
  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: 18px 32px;
  backdrop-filter: blur(12px);
  margin-bottom: 36px;
}
.bnHeroStat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  gap: 3px;
}
.bnHeroStatNum {
  font-family: var(--bn-font-h);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 800;
  color: var(--bn-brand);
  line-height: 1;
  letter-spacing: -0.02em;
}
.bnHeroStatLabel {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}
.bnHeroStatDiv {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

/* CTAs */
.bnHeroCTAs {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.bnHeroBtnPrimary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(
    135deg,
    var(--bn-brand) 0%,
    var(--bn-brand-dk) 100%
  );
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 32px;
  border-radius: 100px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 6px 24px rgba(82, 186, 197, 0.4);
  transition: var(--bn-t);
}
.bnHeroBtnPrimary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(82, 186, 197, 0.55);
}
.bnHeroBtnSecondary {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
  padding: 15px 32px;
  border-radius: 100px;
  transition: var(--bn-t);
}
.bnHeroBtnSecondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* ════════════════════════════════════════
      HOW IT WORKS
   ════════════════════════════════════════ */
.bnHow {
  background: var(--bn-white);
  padding: 88px 0;
  position: relative;
  z-index: 1;
}
.bnHow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--bn-brand), var(--bn-brand-dk));
}
.bnHowGrid {
  display: flex;
  align-items: center;
  gap: 0;
}
.bnHowStep {
  flex: 1;
  background: rgba(240, 247, 249, 0.6);
  border: 1px solid rgba(82, 186, 197, 0.14);
  border-radius: var(--bn-r-xl);
  padding: 36px 28px;
  text-align: center;
  transition: var(--bn-t);
  position: relative;
}
.bnHowStep:hover {
  background: rgba(82, 186, 197, 0.07);
  border-color: rgba(82, 186, 197, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(82, 186, 197, 0.12);
}
.bnHowStepNum {
  font-family: var(--bn-font-h);
  font-size: 64px;
  font-weight: 800;
  color: rgba(82, 186, 197, 0.1);
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 20px;
  letter-spacing: -0.05em;
}
.bnHowStepIcon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(82, 186, 197, 0.12);
  border: 1.5px solid rgba(82, 186, 197, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: var(--bn-brand-dk);
}
.bnHowStepIcon svg {
  width: 26px;
  height: 26px;
}
.bnHowStepTitle {
  font-family: var(--bn-font-h);
  font-size: 18px;
  font-weight: 700;
  color: var(--bn-navy);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.bnHowStepDesc {
  font-size: 14px;
  color: var(--bn-text2);
  line-height: 1.65;
}
.bnHowConnector {
  width: 48px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(82, 186, 197, 0.3),
    rgba(82, 186, 197, 0.6),
    rgba(82, 186, 197, 0.3)
  );
  flex-shrink: 0;
  position: relative;
}
.bnHowConnector::after {
  content: "→";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(82, 186, 197, 0.6);
  font-size: 16px;
  background: var(--bn-white);
  padding: 0 6px;
}

/* ════════════════════════════════════════
      PLUGINS SECTION
   ════════════════════════════════════════ */
.bnPlugins {
  background: var(--bn-off);
  padding: 88px 0;
  position: relative;
  z-index: 1;
}
.bnPlugins::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(82, 186, 197, 0.08) 1px,
    transparent 1px
  );
  background-size: 32px 32px;
  pointer-events: none;
}

/* savings bar */
.bnSavingsBar {
  display: flex;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(82, 186, 197, 0.2);
  border-radius: 100px;
  padding: 5px;
  gap: 4px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  backdrop-filter: blur(12px);
  width: fit-content;
}
.bnSavingsBarItem {
  font-size: 13px;
  font-weight: 600;
  color: var(--bn-text2);
  padding: 9px 22px;
  border-radius: 100px;
  cursor: default;
  transition: var(--bn-t);
  white-space: nowrap;
}
.bnSavingsBarItemActive {
  background: linear-gradient(
    135deg,
    var(--bn-brand) 0%,
    var(--bn-brand-dk) 100%
  );
  color: #fff;
  box-shadow: 0 3px 12px rgba(82, 186, 197, 0.35);
}

.bnPluginsNote {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  font-size: 14px;
  color: var(--bn-text2);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(82, 186, 197, 0.18);
  border-radius: 12px;
  padding: 14px 20px;
  backdrop-filter: blur(8px);
}
.bnPluginsNote svg {
  color: var(--bn-brand-dk);
  flex-shrink: 0;
}
.bnPluginsNote a {
  color: var(--bn-brand-dk);
  font-weight: 600;
}
.bnPluginsNote a:hover {
  color: var(--bn-brand);
}

/* ════════════════════════════════════════
      TRUST STRIP
   ════════════════════════════════════════ */
.bnTrust {
  background: var(--bn-navy);
  padding: 72px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bnTrust::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(82, 186, 197, 0.1) 0%,
    transparent 70%
  );
}
.bnTrustGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.bnTrustItem {
  padding: 32px 24px;
  border-radius: var(--bn-r-xl);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  transition: var(--bn-t);
}
.bnTrustItem:hover {
  background: rgba(82, 186, 197, 0.08);
  border-color: rgba(82, 186, 197, 0.2);
  transform: translateY(-3px);
}
.bnTrustIcon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(82, 186, 197, 0.12);
  border: 1px solid rgba(82, 186, 197, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--bn-brand);
}
.bnTrustIcon svg {
  width: 24px;
  height: 24px;
}
.bnTrustTitle {
  font-family: var(--bn-font-h);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.bnTrustDesc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.65;
}

/* ════════════════════════════════════════
      FAQ
   ════════════════════════════════════════ */
.bnFaq {
  background: var(--bn-off);
  padding: 96px 0;
  position: relative;
  z-index: 1;
}
.bnFaqWrap {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 80px;
  align-items: start;
}
.bnFaqLeft {
  position: sticky;
  top: 32px;
}
.bnFaqLeft .bnSectionTitle {
  font-size: clamp(28px, 3vw, 42px);
}

/* decorative */
.bnFaqDecor {
  margin-top: 40px;
}
.bnFaqDecorCircle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(82, 186, 197, 0.2);
  margin-bottom: 16px;
  position: relative;
}
.bnFaqDecorCircle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--bn-brand) 0%,
    var(--bn-brand-dk) 100%
  );
  opacity: 0.18;
}
.bnFaqDecorLine {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--bn-brand), transparent);
  border-radius: 2px;
}

/* FAQ items */
.bnFaqRight {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bnFaqItem {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(12px);
  transition: var(--bn-t);
}
.bnFaqItem:hover {
  border-color: rgba(82, 186, 197, 0.3);
}
.bnFaqItemOpen {
  border-color: rgba(82, 186, 197, 0.3);
  box-shadow: 0 4px 20px rgba(82, 186, 197, 0.1);
}

.bnFaqQ {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: none;
  padding: 20px 24px;
  font-family: var(--bn-font);
  font-size: 15px;
  font-weight: 600;
  color: var(--bn-navy);
  text-align: left;
  cursor: pointer;
  transition: var(--bn-t);
}
.bnFaqQ:hover {
  color: var(--bn-brand-dk);
}
.bnFaqItemOpen .bnFaqQ {
  color: var(--bn-brand-dk);
}

.bnFaqChevron {
  flex-shrink: 0;
  color: var(--bn-text3);
  transition: transform var(--bn-t);
}
.bnFaqItemOpen .bnFaqChevron {
  transform: rotate(180deg);
  color: var(--bn-brand-dk);
}

.bnFaqA {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.bnFaqItemOpen .bnFaqA {
  max-height: 300px;
}
.bnFaqA p {
  padding: 0 24px 20px;
  font-size: 14.5px;
  color: var(--bn-text2);
  line-height: 1.72;
  border-top: 1px solid rgba(82, 186, 197, 0.1);
  padding-top: 16px;
  margin-top: -4px;
}

/* ════════════════════════════════════════
      GUARANTEE
   ════════════════════════════════════════ */
.bnGuarantee {
  background: linear-gradient(135deg, var(--bn-navy) 0%, #0d1a2a 100%);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bnGuaranteeInner {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 24px;
  align-items: center;
  max-width: var(--bn-max);
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bnGuaranteeIcon {
  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;
  color: var(--bn-brand);
}
.bnGuaranteeIcon svg {
  width: 36px;
  height: 36px;
}
.bnGuaranteeTitle {
  font-family: var(--bn-font-h);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: -0.015em;
}
.bnGuaranteeDesc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}
.bnGuaranteeBtn {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 100px;
  white-space: nowrap;
  transition: var(--bn-t);
  flex-shrink: 0;
}
.bnGuaranteeBtn:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}

/* bundle page — teal border под hero */
.bnPage .prPackagesSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pr-brand), var(--pr-brand-dark));
}

/* ── Центровка секций ── */
.bnHow .bnInner,
.bnPlugins .bnInner {
  text-align: center;
}
.bnHow .bnLabel,
.bnPlugins .bnLabel {
  justify-content: center;
}
.bnHow .bnSectionDesc,
.bnPlugins .bnSectionDesc {
  margin-left: auto;
  margin-right: auto;
}
.bnPlugins .plgGrid {
  text-align: left;
}
.bnSavingsBar {
  margin-left: auto;
  margin-right: auto;
}
.bnPluginsNote {
  text-align: left;
}

/* ── FAQ — убираем sticky, делаем вертикально ── */
.bnFaqWrap {
  display: block;
}
.bnFaqLeft {
  position: static;
  margin-bottom: 48px;
  text-align: center;
}
.bnFaqLeft .bnLabel {
  justify-content: center;
}
.bnFaqLeft .bnSectionTitle {
  margin-left: auto;
  margin-right: auto;
}
.bnFaqDecor {
  display: none;
}

/* ════════════════════════════════════════
      RESPONSIVE
   ════════════════════════════════════════ */
@media (max-width: 1100px) {
  .bnTrustGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bnFaqWrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bnFaqLeft {
    position: static;
  }
}
@media (max-width: 768px) {
  .bnHero {
    padding: 72px 20px 64px;
  }
  .bnHeroSavings {
    gap: 8px;
  }
  .bnHeroSavingsCard {
    padding: 16px 20px;
  }
  .bnHeroSavingsCardMid,
  .bnHeroSavingsCardBest {
    transform: scale(1);
  }
  .bnHeroStats {
    padding: 20px 24px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .bnHeroStat {
    padding: 0;
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .bnHeroStatDivider { display: none; }
  .bnHeroStat {
    padding: 0 12px;
  }
  .bnHeroStatDiv {
    display: none;
  }
  .bnHowGrid {
    flex-direction: column;
    gap: 16px;
  }
  .bnHowConnector {
    width: 2px;
    height: 32px;
  }
  .bnHowConnector::after {
    content: "↓";
  }
  .bnTrustGrid {
    grid-template-columns: 1fr;
  }
  .bnGuaranteeInner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .bnGuaranteeIcon {
    margin: 0 auto;
  }
  .bnGuaranteeBtn {
    margin: 0 auto;
  }
  .bnSavingsBar {
    border-radius: 16px;
  }
}
@media (max-width: 480px) {
  .bnHeroTitleLine1,
  .bnHeroTitleLine2 {
    font-size: clamp(40px, 12vw, 64px);
  }
  .bnHeroCTAs {
    flex-direction: column;
    align-items: center;
  }
}

/* ════════════════════════════════════════
      BUY BUTTONS
   ════════════════════════════════════════ */

/* Hero — orange-red, жжёт */
.bnHeroBtnBuy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff6b2b 0%, #d42a0a 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 16px 36px;
  border-radius: 100px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 8px 28px rgba(212, 42, 10, 0.55),
    0 2px 8px rgba(212, 42, 10, 0.35), inset 0 1px 0 rgba(255, 150, 80, 0.35);
  transition: var(--bn-t);
  white-space: nowrap;
  text-decoration: none;
}
.bnHeroBtnBuy:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 40px rgba(212, 42, 10, 0.65),
    0 4px 12px rgba(212, 42, 10, 0.45), inset 0 1px 0 rgba(255, 150, 80, 0.35);
}
.bnHeroBtnBuyLg {
  font-size: 15px;
  padding: 18px 40px;
  flex-shrink: 0;
}

/* ════════════════════════════════════════
      CTA BOTTOM — amber section + teal button
   ════════════════════════════════════════ */
.bnCtaBottom {
  background: linear-gradient(135deg, #ffbe2b 0%, #ff8c00 100%);
  padding: 64px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bnCtaBottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.12) 1px,
    transparent 1px
  );
  background-size: 28px 28px;
  pointer-events: none;
}
.bnCtaBottom::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.18) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.bnCtaBottomWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.bnCtaBottomTitle {
  font-family: var(--bn-font-h);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: #1a1200;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.bnCtaBottomDesc {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.6;
}

.bnCtaBottom .bnHeroBtnBuy {
  background: linear-gradient(135deg, #1a2744 0%, #0f1720 100%);
  color: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.25);
}
.bnCtaBottom .bnHeroBtnBuy:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5), 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .bnCtaBottomWrap {
    flex-direction: column;
    text-align: center;
  }
}
