/* ===== Global Reset & Variables ===== */
.styles_shell__Cg521 {
  /* CSS Variables */
  --brand-50: #f5f4ff;
  --brand-100: #ecebff;
  --brand-200: #dddaff;
  --brand-300: #c9c4ff;
  --brand-400: #a7a0ff;
  --brand-500: #7573ec;
  --brand-600: #6663e2;
  --brand-700: #5350c1;
  --ink-950: #17162c;
  --ink-900: #22213b;
  --ink-800: #3a3854;
  --ink-700: #5c5877;
  --ink-600: #77728f;
  --surface: #ffffff;
  --surface-soft: rgba(255, 255, 255, 0.78);
  --line: rgba(90, 84, 140, 0.12);
  --shadow-lg: 0 26px 80px rgba(45, 38, 96, 0.12);
  --shadow-md: 0 18px 42px rgba(45, 38, 96, 0.08);
  --success: #1a8b68;
  --success-bg: #e7f8f1;
  
  /* Reset */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.styles_shell__Cg521 *,
.styles_shell__Cg521 *::before,
.styles_shell__Cg521 *::after {
  box-sizing: border-box;
}

/* ===== Shell Container ===== */
.styles_pricingShell__Bw7wm {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-behavior: smooth;
  min-height: 100vh;
  font-family: 'Instrument Sans', Arial, sans-serif;
  color: var(--ink-950);
  background:
    radial-gradient(circle at top left, rgba(117, 115, 236, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(117, 115, 236, 0.08), transparent 24%),
    linear-gradient(180deg, #fcfbff 0%, #f7f6fd 46%, #f4f2fb 100%);
}

.styles_pricingShell__Bw7wm a {
  color: inherit;
  text-decoration: none;
}

.styles_pricingShell__Bw7wm img {
  display: block;
  max-width: 100%;
}

/* ===== Background Effects ===== */
.styles_pricingShell__Bw7wm::before,
.styles_pricingShell__Bw7wm::after {
  content: '';
  position: fixed;
  border-radius: 999px;
  filter: blur(64px);
  z-index: -1;
  pointer-events: none;
}

.styles_pricingShell__Bw7wm::before {
  top: -5rem;
  left: -5rem;
  width: 24rem;
  height: 24rem;
  background: rgba(117, 115, 236, 0.12);
  animation: styles_floatBlob__sEcSc 20s ease-in-out infinite;
}

.styles_pricingShell__Bw7wm::after {
  right: -7rem;
  top: 8rem;
  width: 28rem;
  height: 28rem;
  background: rgba(167, 160, 255, 0.18);
  animation: styles_floatBlob__sEcSc 24s ease-in-out infinite reverse;
}

.styles_heroGrid__6R1n0 {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(117, 115, 236, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 115, 236, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.96), transparent 84%);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.96), transparent 84%);
  pointer-events: none;
}

/* ===== Header / Nav ===== */
.styles_navShell__pOVC9 {
  position: relative;
  z-index: 60;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(53, 44, 109, 0.08);
  border-radius: 1.6rem;
  padding: 0.875rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 80rem;
  margin: 0 auto;
}

.styles_navLink__Tagcx {
  position: relative;
  color: #64748b;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

.styles_navLink__Tagcx::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.16rem;
  width: 100%;
  height: 2px;
  background: var(--brand-500);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.styles_navLink__Tagcx:hover::after,
.styles_navLink__Tagcx:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* ===== Menu Dropdown ===== */
.styles_menuDropdown__Xvrvz {
  position: relative;
  z-index: 20;
}

.styles_menuDropdown__Xvrvz[open] {
  z-index: 90;
}

.styles_menuDropdown__Xvrvz summary {
  list-style: none;
}

.styles_menuDropdown__Xvrvz summary::-webkit-details-marker {
  display: none;
}

.styles_menuTrigger__q2fD7 {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(117, 115, 236, 0.14);
  background: rgba(255, 255, 255, 0.92);
  padding: 0.72rem 1rem;
  color: var(--ink-800);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.styles_menuTriggerIconOnly__epo9d {
  justify-content: center;
  width: 2.9rem;
  height: 2.9rem;
  padding: 0;
}

.styles_menuSymbol__ggGf_ {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.styles_menuTrigger__q2fD7:hover {
  transform: translateY(-1px);
  border-color: rgba(117, 115, 236, 0.24);
  box-shadow: 0 10px 24px rgba(53, 44, 109, 0.08);
}

.styles_menuTrigger__q2fD7 svg {
  transition: transform 180ms ease;
  width: 1.1rem;
  height: 1.1rem;
}

.styles_menuPanel__0NSEo {
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
  min-width: 13rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(117, 115, 236, 0.14);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-md);
  padding: 0.5rem;
  z-index: 120;
}

.styles_menuItem__MA4rm,
.styles_menuLink__jMETI {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-radius: 1rem;
  background: transparent;
  padding: 0.85rem 0.95rem;
  color: var(--ink-800);
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  font-size: inherit;
}

.styles_menuItem__MA4rm:hover,
.styles_menuLink__jMETI:hover,
.styles_menuItemIsSelected__D1XVd,
.styles_menuLinkIsSelected__CIcF_ {
  background: var(--brand-50);
  color: var(--brand-700);
}

.styles_menuCopy__aaVHE strong,
.styles_menuCopy__aaVHE span {
  display: block;
}

.styles_menuCopy__aaVHE strong {
  font-size: 0.92rem;
}

.styles_menuCopy__aaVHE span {
  margin-top: 0.16rem;
  color: var(--ink-600);
  font-size: 0.78rem;
  line-height: 1.45;
}

/* ===== Hero Section ===== */
.styles_heroCopy__STUKO {
  max-width: 60rem;
  margin-inline: auto;
  text-align: center;
  margin-top: 60px;
}

.styles_heroCopy__STUKO h1 {
  font-family: 'Manrope', 'Instrument Sans', Arial, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink-950);
  text-wrap: balance;
  margin: 0;
}

.styles_heroCopy__STUKO p {
  margin-inline: auto;
  margin-top: 0.75rem;
  max-width: 60rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.75;
  color: #64748b;
}

/* ===== Promo Strip ===== */
.styles_promoStrip__R6jz2 {
  border: 1px solid rgba(117, 115, 236, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 246, 255, 0.96));
  box-shadow: 0 18px 46px rgba(45, 38, 96, 0.1);
  border-radius: 1.5rem;
  padding: 0.75rem 1.25rem;
}

.styles_promoStripLayout__BmIIc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
}

.styles_promoBundleLink__QpkWC {
  min-height: 2.5rem;
  padding: 0.62rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(242, 140, 0, 0.18);
  background: #f28c00;
  color: #ffffff !important;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(242, 140, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.styles_promoBundleLink__QpkWC:hover {
  transform: translateY(-1px);
  border-color: rgba(221, 124, 0, 0.28);
  background: #dd7c00;
  box-shadow: 0 14px 28px rgba(221, 124, 0, 0.28);
}

.styles_promoStripActions__ONSZF {
  display: grid;
  grid-gap: 0.55rem;
  gap: 0.55rem;
  width: min(100%, 24.5rem);
  grid-template-columns: minmax(0, 1fr) auto;
  margin-left: auto;
}

.styles_discountSuccessMessage__ayDdP {
  margin-top: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: var(--success-bg);
  color: var(--success);
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.styles_helperPill__LnbJq {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.72rem;
  padding: 0.34rem 0.66rem;
  border-radius: 999px;
  border: 1px solid rgba(117, 115, 236, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink-700);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.styles_promoInput__V__B4 {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(117, 115, 236, 0.16);
  background: var(--surface);
  padding: 0.68rem 0.92rem;
  color: var(--ink-950);
  font-size: 0.82rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.styles_promoInput__V__B4:focus {
  border-color: rgba(117, 115, 236, 0.36);
  box-shadow: 0 0 0 0.28rem rgba(117, 115, 236, 0.12);
}

.styles_promoButton__btTAT,
.styles_primaryCta__LkQC2 {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-500), var(--brand-600));
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(117, 115, 236, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.styles_promoButton__btTAT {
  min-height: 2.5rem;
  font-size: 0.78rem;
  padding: 0.625rem 1rem;
  font-weight: 700;
}

.styles_promoButton__btTAT:hover,
.styles_primaryCta__LkQC2:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, var(--brand-600), var(--brand-700));
}

.styles_promoButton__btTAT::after,
.styles_primaryCta__LkQC2::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: translateX(-120%);
}

.styles_promoButton__btTAT:hover::after,
.styles_primaryCta__LkQC2:hover::after {
  animation: styles_sheen__uF9B7 1.1s ease;
}

/* ===== Plans Grid ===== */
.styles_plansGrid__UDSDV {
  display: grid;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  align-items: stretch;
  overflow: visible;
}

.styles_plansGridHovering__f270W .styles_planCard__zQsMX {
  transform: scale(0.985);
}

.styles_plansGridHovering__f270W .styles_planCardHovered__x4Ql8 {
  transform: scale(1.015);
  border-color: rgba(117, 115, 236, 0.22);
  box-shadow: 0 22px 52px rgba(53, 44, 109, 0.12);
  z-index: 2;
}

/* ===== Plan Card ===== */
.styles_planCard__zQsMX {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  border-radius: 1.8rem;
  border: 1px solid rgba(117, 115, 236, 0.14);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-md);
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, opacity 220ms ease;
  padding: 1rem 1.25rem;
}

.styles_planCardFeatured__AQxh2 {
  border-color: rgba(117, 115, 236, 0.28);
  box-shadow:
    0 24px 56px rgba(65, 52, 142, 0.16),
    0 0 0 0.35rem rgba(117, 115, 236, 0.08);
}

.styles_planBadge__laT7W {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--brand-50);
  color: var(--brand-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
}

.styles_planHighlight__CdVhz {
  position: absolute;
  top: -0.8rem;
  right: 1.2rem;
  border-radius: 999px;
  background: var(--brand-500);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 22px rgba(117, 115, 236, 0.22);
  padding: 0.5rem 1rem;
}

.styles_planTop__XALVl {
  min-height: 2rem;
  display: flex;
  align-items: center;
}

.styles_planTopCompact__0fngV {
  min-height: 2rem;
}

.styles_planNameRow__uKUhN {
  min-height: 4.35rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.styles_planNameCopy__gLuMf {
  min-width: 0;
  display: flex;
  align-items: center;
}

.styles_planNameCopy__gLuMf h2 {
  font-family: 'Manrope', 'Instrument Sans', Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--ink-950);
  line-height: 1.04;
  margin: 0;
}

.styles_planCycleSlot__aT1ko {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 1.9rem;
  min-width: 5rem;
}

.styles_miniToggle__TUE3a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-50), var(--brand-100));
  border: 2px solid rgba(117, 115, 236, 0.24);
  box-shadow: 0 4px 12px rgba(117, 115, 236, 0.12);
}

.styles_miniToggle__TUE3a button {
  border: 0;
  border-radius: 999px;
  min-height: 2.1rem;
  padding: 0.45rem 0.75rem;
  background: transparent;
  color: var(--ink-600);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: all 220ms ease;
  letter-spacing: 0.02em;
}

.styles_miniToggle__TUE3a button:hover {
  background: rgba(255, 255, 255, 0.5);
}

.styles_miniToggleActive__frXdn {
  background: linear-gradient(135deg, var(--brand-500), var(--brand-600));
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(117, 115, 236, 0.35);
  font-weight: 800;
  transform: translateY(-1px);
}

/* ===== Price Section ===== */
.styles_planPrice__cHNTr {
  min-height: 8.45rem;
  height: 8.45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4rem;
}

.styles_planPrice__cHNTr > * {
  width: 100%;
}

.styles_priceOriginal__iO305 {
  color: var(--ink-600);
  text-decoration: line-through;
  font-size: 0.875rem;
  font-weight: 600;
}

.styles_priceKicker__eidB0,
.styles_priceOriginal__iO305 {
  min-height: 1.45rem;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.28;
  white-space: nowrap;
}

.styles_priceMain__VVz2j {
  font-family: 'Manrope', 'Instrument Sans', Arial, sans-serif;
  color: var(--ink-950);
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 0.2rem;
  line-height: 1;
  font-size: 2.24rem;
  font-weight: 800;
  letter-spacing: -0.05em;
  min-height: 3rem;
  margin-top: 0;
}

.styles_priceMain__VVz2j span {
  white-space: nowrap;
  margin-bottom: 0.3rem;
  color: #64748b;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0;
}

.styles_priceCopy__PavFb {
  color: var(--ink-700);
  font-size: 0.78rem;
  line-height: 1.38;
}

.styles_priceSubline__GutIH {
  min-height: 2.25rem;
  display: flex;
  align-items: flex-start;
  line-height: 1.38;
}

.styles_placeholderLine__mclrQ {
  visibility: hidden;
}

/* ===== Plan Buy ===== */
.styles_planBuy__JR_b_ {
  min-height: 3.15rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.625rem;
}

.styles_primaryCta__LkQC2 {
  width: 100%;
  min-height: 2.7rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
}

/* ===== Plan Copy ===== */
.styles_planCopy__ex48h {
  min-height: 4.9rem;
  margin-top: 0.85rem;
  display: grid;
  align-content: start;
  grid-gap: 0.35rem;
  gap: 0.35rem;
}

.styles_planCopy__ex48h p {
  margin: 0;
}

.styles_planNoteMain__V5gZQ {
  color: var(--ink-700);
  font-size: 0.83rem;
  line-height: 1.5;
}

.styles_planNoteSecondary__H1v0Q {
  color: var(--brand-700);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

/* ===== Plan Diff Grid ===== */
.styles_planDiffGrid__63YQ6 {
  min-height: 12.2rem;
  display: grid;
  grid-gap: 0.6rem;
  gap: 0.6rem;
  margin-top: 0.95rem;
}

.styles_planDiffItem__U8YRr {
  min-height: 3.65rem;
  padding: 0.75rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(117, 115, 236, 0.1);
  background: rgba(117, 115, 236, 0.045);
}

.styles_planDiffLabel__2JXUo {
  display: block;
  color: var(--ink-600);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.styles_planDiffValue__eZlpi {
  display: block;
  margin-top: 0.22rem;
  color: var(--ink-950);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.32;
}

.styles_planDiffMeta___yCzd {
  display: block;
  margin-top: 0.18rem;
  color: var(--ink-600);
  font-size: 0.74rem;
  line-height: 1.38;
}

/* ===== Feature Toggle ===== */
.styles_planActions__UuKcP {
  margin-top: auto;
  min-height: 3.55rem;
  padding-top: 0.95rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.625rem;
}

.styles_featureToggle__xsYra {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 2.6rem;
  border: 1px solid rgba(117, 115, 236, 0.14);
  border-radius: 999px;
  background: var(--brand-50);
  color: var(--brand-700);
  font-size: 0.875rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  padding: 0.625rem 1rem;
}

.styles_featureToggle__xsYra:hover {
  transform: translateY(-1px);
  border-color: rgba(117, 115, 236, 0.24);
  background: #ffffff;
}

.styles_featureToggle__xsYra svg {
  transition: transform 180ms ease;
}

.styles_featureToggleExpanded___MR5U svg {
  transform: rotate(180deg);
}

/* ===== Feature Drawer ===== */
.styles_featureDrawer__nKGxm {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 220ms ease, opacity 220ms ease, margin-top 220ms ease;
}

.styles_featureDrawerOpen__lN_1J {
  max-height: 24rem;
  opacity: 1;
  margin-top: 1rem;
}

.styles_featureDrawer__nKGxm ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 0.65rem;
  gap: 0.65rem;
}

.styles_featureDrawer__nKGxm li {
  position: relative;
  padding-left: 1rem;
  color: var(--ink-700);
  line-height: 1.5;
}

.styles_featureDrawer__nKGxm li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-500);
  font-weight: 900;
}

/* ===== Info Card ===== */
.styles_infoCard__5MByw {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1.4rem;
  border: 1px solid rgba(117, 115, 236, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(53, 44, 109, 0.08);
  padding: 1.25rem;
}

.styles_infoCard__5MByw h2 {
  font-family: 'Manrope', 'Instrument Sans', Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--ink-950);
  margin: 0;
}

.styles_infoCard__5MByw p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #64748b;
  flex: 1 1;
}

/* ===== FAQ Section ===== */
.styles_faqItem__isVyZ {
  border-radius: 1.3rem;
  border: 1px solid rgba(117, 115, 236, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.styles_faqTrigger__xDT4r {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: inherit;
}

.styles_faqTrigger__xDT4r span {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink-950);
  padding-right: 1rem;
}

.styles_faqTrigger__xDT4r svg {
  flex-shrink: 0;
  transition: transform 180ms ease;
}

.styles_faqItemOpen__59Jxr .styles_faqTrigger__xDT4r svg {
  transform: rotate(180deg);
}

.styles_faqContent__KMrZ_ {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 1.25rem;
  color: var(--ink-700);
  transition: max-height 220ms ease, opacity 220ms ease, padding-bottom 220ms ease;
}

.styles_faqItemOpen__59Jxr .styles_faqContent__KMrZ_ {
  max-height: 16rem;
  opacity: 1;
  padding-bottom: 1.2rem;
}

.styles_faqContent__KMrZ_ p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* ===== Trust Panel ===== */
.styles_trustPanel__hjBFX {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid rgba(117, 115, 236, 0.12);
  background: rgba(245, 244, 255, 0.98);
  box-shadow: 0 18px 42px rgba(53, 44, 109, 0.08);
  padding: 1.5rem 1.25rem;
}

.styles_trustPanelContent__bLuaU {
  position: relative;
  z-index: 1;
}

.styles_trustPanelGraphic__8vW83 {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.styles_trustPanelGraphic__8vW83 svg {
  width: 100%;
  height: 100%;
}

.styles_trustWaveLayer__0gtcF {
  shape-rendering: geometricPrecision;
}

.styles_trustWaveSoft__cuTrU {
  fill: rgba(117, 115, 236, 0.14);
}

.styles_trustWaveSofter__PKSWM {
  fill: rgba(117, 115, 236, 0.08);
}

.styles_trustPanel__hjBFX h2 {
  font-family: 'Manrope', 'Instrument Sans', Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink-950);
  margin: 0;
}

.styles_trustPanel__hjBFX p {
  margin-top: 0.75rem;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #64748b;
}

.styles_trustPanelInfo__0Jahf {
  border-radius: 1.4rem;
  border: 1px solid rgba(117, 115, 236, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 32px rgba(53, 44, 109, 0.08);
  padding: 1rem;
}

.styles_trustPanelInfo__0Jahf p {
  margin: 0;
}

.styles_trustPanelLabel__B3f46 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.styles_trustPanelDetails__xrD5Q {
  margin-top: 0.75rem;
  display: grid;
  grid-gap: 0.5rem;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #475569;
}

.styles_trustPanelDetails__xrD5Q strong {
  color: var(--ink-950);
}

/* ===== Reveal Animation ===== */
.styles_reveal__WYCY8 {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.styles_revealVisible__8k2zv {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Keyframes ===== */
@keyframes styles_sheen__uF9B7 {
  100% {
    transform: translateX(120%);
  }
}

@keyframes styles_floatBlob__sEcSc {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1rem, 1.3rem, 0) scale(1.04);
  }
}

/* ===== Footer ===== */
.styles_footer__sJbQG {
  border-top: 1px solid rgba(117, 115, 236, 0.12);
  padding-top: 1.25rem;
  font-size: 0.875rem;
  color: #64748b;
}

.styles_footerContent__rteID {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.styles_footerLinks__9ga2d {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .styles_menuPanel__0NSEo {
    right: auto;
    left: 0;
  }

  .styles_promoStripLayout__BmIIc {
    flex-direction: column;
    align-items: stretch;
  }

  .styles_promoStripActions__ONSZF {
    width: 100%;
  }

  .styles_trustPanelContent__bLuaU {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .styles_pricingShell__Bw7wm {
    scroll-behavior: auto;
  }

  .styles_reveal__WYCY8 {
    opacity: 1;
    transform: none;
  }

  .styles_trustPanelGraphic__8vW83 {
    display: none;
  }
}

/* ===== Utility Classes ===== */
.styles_hidden__586Z7 {
  display: none !important;
}

@media (min-width: 1280px) {
  .styles_plansGrid__UDSDV {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .styles_navDesktop__j3GHE {
    display: flex;
  }

  .styles_trustPanelContent__bLuaU {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
    align-items: center;
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .styles_footerContent__rteID {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1023px) {
  .styles_navDesktop__j3GHE {
    display: none;
  }
}

/* ===== Stripe Modal Styles ===== */
.styles_cardInput__MXtEN {
  width: 100%;
  padding: 12px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #fff;
  transition: all 0.3s;
}

.styles_cardInput__MXtEN:hover {
  border-color: #776ff6;
}

.styles_cardInput__MXtEN:focus-within {
  border-color: #776ff6;
  box-shadow: 0 0 0 2px rgba(119, 111, 246, 0.1);
}

.styles_payFormEx__2e4pZ {
  font-size: 12px;
  color: #776ff6;
  cursor: pointer;
  text-align: right;
  margin-bottom: 16px;
}

.styles_payFormEx__2e4pZ:hover {
  text-decoration: underline;
}

/* ===== Plan Info Styles ===== */
.styles_planInfo__jWK4w {
  background: #f5f4ff;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.styles_planInfoRow__SCe6T {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.styles_planInfoRow__SCe6T:last-child {
  margin-bottom: 0;
}

.styles_planInfoLabel__WV0W5 {
  font-size: 14px;
  color: var(--ink-700);
  font-weight: 500;
}

.styles_planInfoValue__cSi4o {
  font-size: 16px;
  color: var(--ink-950);
  font-weight: 600;
}

.styles_planInfoUnit__6frm1 {
  font-size: 14px;
  font-weight: normal;
  color: var(--ink-600);
  margin-left: 4px;
}

.styles_originalPriceText__NfitT {
  font-size: 14px;
  color: var(--ink-600);
  text-decoration: line-through;
}

/* ===== Coupon Section ===== */
.styles_couponSection__KGHqg {
  margin-bottom: 16px;
}

.styles_couponToggle__q_ng8 {
  padding: 0;
  height: auto;
  font-size: 14px;
  color: var(--brand-600);
}

.styles_couponToggle__q_ng8:hover {
  color: var(--brand-700);
}

