.styles_page__Dr_cj {
  --bg: #ffffff;
  --soft: #f7f7fb;
  --soft-2: #fbfbfd;
  --card: #ffffff;
  --line: #ececf3;
  --line-strong: #dddde8;
  --text: #151722;
  --muted: #60657a;
  --muted-2: #81869b;
  --shadow: 0 10px 30px rgba(21, 23, 34, 0.06);
  --shadow-lg: 0 22px 54px rgba(21, 23, 34, 0.08);
  --orange: #f28c00;
  --orange-2: #ffefe0;
  --orange-rgb: 242, 140, 0;
  --purple-rgb: 117, 115, 236;
  --purple: #7573ec;
  --purple-2: #f1f0fe;
  --green: #099268;
  --green-2: #eafaf4;
  --red: #d9485f;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
  margin: 0;
  color: var(--text);
  font: 400 16px / 1.6 Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 140, 0, 0.1), transparent 50%),
    radial-gradient(circle at 88% 2%, rgba(109, 102, 255, 0.09), transparent 22%),
    linear-gradient(180deg, #fff 0%, #fff 100%);
  min-height: 100%;
  position: relative;
  isolation: isolate;
  scroll-behavior: smooth;
}

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

.styles_page__Dr_cj::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 2200' preserveAspectRatio='none'%3E%3Crect width='1600' height='2200' fill='%23ffffff'/%3E%3Cg opacity='1'%3E%3Cpath d='M-120 1840 C 220 1900 520 1820 760 1600 C 980 1405 1180 1240 1720 1120 L 1720 2200 L -120 2200 Z' fill='%23f7f7fb'/%3E%3Cpath d='M-120 1925 C 280 1980 640 1890 900 1650 C 1110 1455 1300 1315 1720 1215 L 1720 2200 L -120 2200 Z' fill='%23fff8ef'/%3E%3Cpath d='M-120 2015 C 320 2060 720 1960 1010 1710 C 1225 1525 1400 1405 1720 1325 L 1720 2200 L -120 2200 Z' fill='%23ffe7c8'/%3E%3Cpath d='M1035 2200 C 1085 1785 1325 1470 1720 1325 L 1720 2200 Z' fill='%23eef2ff'/%3E%3Cpath d='M1125 2200 C 1160 1825 1375 1545 1720 1428 L 1720 2200 Z' fill='%23dfe7ff'/%3E%3Cpath d='M1210 2200 C 1240 1875 1425 1630 1720 1528 L 1720 2200 Z' fill='%23cfdcff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

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

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

.styles_container__kZRor {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

/* ===== Hero Section ===== */
.styles_hero__cv57H {
  padding: 80px 0 10px;
  margin-bottom: 32px;
}

.styles_heroWrap__njm4d {
  position: relative;
  padding: 80px 40px;
  border-radius: 36px;
  border: 1px solid var(--line);
  background: linear-gradient(120deg, #fff7f0 0%, #f9f9fd 100%);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.styles_heroWrap__njm4d::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background:
    radial-gradient(circle at 25% 25%, rgba(var(--orange-rgb), 0.15), transparent 60%),
    radial-gradient(circle at 75% 75%, rgba(var(--purple-rgb), 0.1), transparent 60%);
  animation: styles_heroGlow__kroJN 50s linear infinite;
  z-index: 0;
}

@keyframes styles_heroGlow__kroJN {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.styles_heroGrid__KPkuw {
  position: relative;
  z-index: 1;
  display: block;
}

.styles_heroBadges__ijMQW {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.styles_heroBadge__QImOz {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
  color: var(--text);
}

.styles_heroSuite__ap21w {
  background: rgba(var(--orange-rgb), 0.12) !important;
  color: var(--orange) !important;
  border: none !important;
}

.styles_heroChoice__nn3Tm {
  background: rgba(182, 124, 42, 0.12) !important;
  color: #b67c2a !important;
  border: none !important;
}

.styles_heroTitle__efWFv {
  margin: 0;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
}

.styles_highlight__108Jz {
  background: linear-gradient(90deg, var(--orange), var(--purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.styles_heroLead__a9HR8 {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 680px;
}

.styles_heroCtaRow__tdacU {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.styles_heroBenefits__W9xQY {
  list-style: none;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.styles_heroBenefits__W9xQY li {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.styles_heroBenefits__W9xQY li::before {
  content: '\2713';
  font-weight: 900;
  color: var(--orange);
  font-size: 14px;
  line-height: 1;
}

/* ===== Buttons ===== */
.styles_btn__uJt6J {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.18s ease;
}

.styles_btnPrimary__xFb0V {
  background: var(--orange);
  color: #fff !important;
  border: none;
  box-shadow: 0 4px 8px rgba(var(--orange-rgb), 0.25);
}

.styles_btnPrimary__xFb0V:hover {
  background: #e67b00;
  box-shadow: 0 6px 12px rgba(var(--orange-rgb), 0.35);
}

.styles_btnSecondary__J6gw6 {
  background: transparent;
  border: 2px solid var(--orange);
  color: var(--orange) !important;
  box-shadow: none;
}

.styles_btnSecondary__J6gw6:hover {
  background: rgba(var(--orange-rgb), 0.08);
  color: var(--orange);
}

/* ===== Section ===== */
.styles_section__Fqs3_ {
  padding: 32px 0;
}

.styles_sectionHead__wsEmy {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 22px;
}

.styles_sectionHead__wsEmy h2 {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.styles_sectionHead__wsEmy p {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 760px;
}

.styles_badge__sbFz5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  background: var(--orange-2);
  color: var(--orange);
  border: 1px solid var(--orange-2);
  /* margin-bottom: 18px; */
}

.styles_stack__6zuzW {
  display: grid;
  grid-gap: 22px;
  gap: 22px;
}

/* ===== Bundle Builder ===== */
.styles_builderLayout__sMkBU {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  grid-gap: 22px;
  gap: 22px;
  align-items: start;
}

.styles_panel__673K3 {
  background: #fff;
  border: 1px solid rgba(21, 23, 34, 0.07);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 26px;
}

.styles_fieldset__SC5I2 {
  margin: 0;
  padding: 0;
  border: 0;
}

.styles_fieldset__SC5I2 + .styles_fieldset__SC5I2 {
  margin-top: 22px;
}

.styles_fieldset__SC5I2 legend {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
}

.styles_inlineFormMeta__eo5_v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.styles_inlineFormMeta__eo5_v p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.styles_radioGrid__5ughs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
  grid-auto-rows: 1fr;
}

.styles_radioGridThree__UTV9X {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* ===== Plan Card ===== */
.styles_planRadio__nHrwu {
  cursor: pointer;
}

.styles_planRadio__nHrwu input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.styles_planRadioCard__tPt0G {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 260px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--card);
  transition: transform 0.18s ease, border-color 0.18s ease,
    box-shadow 0.18s ease;
  cursor: pointer;
  height: 100%;
}

.styles_planRadioCard__tPt0G:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

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

.styles_planName__UOxOX {
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
}

.styles_planBrand__8n_tx {
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.styles_planSubtitle__6054X {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  min-height: 42px;
}

.styles_planFeatures__N7KSW {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.styles_planFeatures__N7KSW li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.4;
}

.styles_planPrice___y7Xp {
  margin-top: auto;
  font-weight: 900;
  font-size: 20px;
  color: var(--text);
}

.styles_planPrice___y7Xp em {
  font-size: 13px;
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}

/* SellerSprite card accent */
.styles_sellerSprite__XL2dW {
  --accent: var(--orange);
  --accent-bg: var(--orange-2);
  --accent-rgb: var(--orange-rgb);
  background: var(--card);
  border-color: var(--line);
}

.styles_sellerSprite__XL2dW .styles_planBrand__8n_tx {
  background: var(--orange-2);
  color: var(--orange);
}

.styles_sellerSprite__XL2dW .styles_planFeatures__N7KSW li::before {
  content: '\2713';
  color: var(--orange);
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  margin-top: 2px;
}

/* SellerSpace card accent */
.styles_sellerSpace__9SAOU {
  --accent: var(--purple);
  --accent-bg: var(--purple-2);
  --accent-rgb: var(--purple-rgb);
  background: var(--card);
  border-color: var(--line);
}

.styles_sellerSpace__9SAOU .styles_planHeader__kHtrL {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.styles_sellerSpace__9SAOU .styles_planBrand__8n_tx {
  background: var(--purple-2);
  color: var(--purple);
}

.styles_sellerSpace__9SAOU .styles_planFeatures__N7KSW li::before {
  content: '\2713';
  color: var(--purple);
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  margin-top: 2px;
}

.styles_sellerSpace__9SAOU .styles_planPrice___y7Xp {
  font-size: 18px;
}

.styles_sellerSpace__9SAOU .styles_planPrice___y7Xp em {
  font-size: 12px;
}

/* Selected SellerSprite */
.styles_planRadio__nHrwu input:checked + .styles_sellerSprite__XL2dW {
  border-color: var(--orange);
  background: var(--orange-2);
  box-shadow: 0 20px 32px rgba(var(--orange-rgb), 0.12);
  transform: translateY(-2px);
}

.styles_planRadio__nHrwu input:checked + .styles_sellerSprite__XL2dW .styles_planBrand__8n_tx {
  background: var(--orange);
  color: #fff;
}

/* Selected SellerSpace */
.styles_planRadio__nHrwu input:checked + .styles_sellerSpace__9SAOU {
  border-color: var(--purple);
  background: var(--purple-2);
  box-shadow: 0 20px 32px rgba(var(--purple-rgb), 0.12);
  transform: translateY(-2px);
}

.styles_planRadio__nHrwu input:checked + .styles_sellerSpace__9SAOU .styles_planBrand__8n_tx {
  background: var(--purple);
  color: #fff;
}

/* ===== Bundle Summary ===== */
.styles_bundleSummary__ZkciB {
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
}

.styles_priceBox__RgQii {
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #fbfbfe);
}

.styles_comboId__8wVIG {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.styles_comboId__8wVIG h3 {
  margin: 8px 0 0;
  font-size: 30px;
  line-height: 1.1;
}

.styles_recommendPill__Gq3nD {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--green-2);
  color: var(--green);
  font-weight: 800;
  font-size: 12px;
}

.styles_priceLines__vfuTH {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  margin: 18px 0;
}

.styles_priceLine___BMGK {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.styles_priceLine___BMGK:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.styles_priceLine___BMGK span {
  color: var(--muted);
}

.styles_priceLine___BMGK strong {
  font-size: 20px;
}

.styles_priceLineMain__JHO3P strong {
  font-size: 42px;
  line-height: 1;
}

.styles_priceLineSave__uVcrS strong {
  color: var(--green);
}

.styles_couponRow__e0kgf {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.styles_couponInput__M1t1T {
  max-height: 24px;
  flex: 1 0 160px;
  padding: 4px 10px;
  font-size: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.styles_applyCoupon__8adqQ {
  padding: 3px 10px !important;
  min-height: 24px !important;
  height: 24px !important;
  font-size: 12px !important;
  line-height: 18px !important;
  border-radius: 6px !important;
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
}

.styles_applyCoupon__8adqQ:hover {
  background: #222 !important;
}

.styles_comboActions__3dKGH {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.styles_comboPoints__Yr4fz {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.styles_comboPoints__Yr4fz li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text);
}

.styles_comboPoints__Yr4fz li::before {
  content: '\2713';
  font-weight: 900;
  color: var(--orange);
  font-size: 16px;
  line-height: 1;
}

/* ===== Value Section ===== */
.styles_valueStrip__iohZ6 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
}

.styles_valueCard__FHQpS {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--soft);
  box-shadow: var(--shadow);
}

.styles_valueCard__FHQpS h3 {
  margin: 10px 0 8px;
  font-size: 20px;
  line-height: 1.2;
}

.styles_valueCard__FHQpS p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.styles_valueIcon__eYXru {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--soft);
}

.styles_iconOrange__qTGLL {
  background: var(--orange-2);
}

/* ===== Feature Picker ===== */
.styles_filterForm__EUO34 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.styles_filterForm__EUO34 label {
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
}

.styles_select__rWe5G {
  min-height: 40px;
  padding: 0 32px 0 10px;
  font-size: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%2360657a' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.styles_featureLayout__8K8HN {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 22px;
  gap: 22px;
}

.styles_featureCard__2T3ab {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.styles_sellerSpriteFeature__S4U37 {
  background: var(--orange-2);
  border-color: var(--orange-2);
  box-shadow: 0 6px 24px rgba(var(--orange-rgb), 0.08);
}

.styles_sellerSpaceFeature__Eh24s {
  background: var(--purple-2);
  border-color: var(--purple-2);
  box-shadow: 0 6px 24px rgba(var(--purple-rgb), 0.08);
}

.styles_planBadge__lI_Bs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.styles_planBadgeOrange__3MhRT {
  background: var(--orange-2);
  color: var(--orange);
}

.styles_planBadgePurple__a1FxH {
  background: var(--purple-2);
  color: var(--purple);
}

.styles_featureCard__2T3ab h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
}

.styles_featureCard__2T3ab p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}

.styles_featureList__e9oiu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.styles_featureList__e9oiu li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: var(--text);
  line-height: 1.4;
}

.styles_ssFeatureList__fzbWp li::before {
  content: '\2713';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange-2);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  margin-top: 0.35em;
  flex-shrink: 0;
}

.styles_spFeatureList__9fPMn li::before {
  content: '\2713';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--purple-2);
  color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  margin-top: 0.35em;
  flex-shrink: 0;
}

/* ===== CTA Strip ===== */
.styles_ctaStrip__2lstq {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 28px;
  gap: 28px;
  align-items: center;
  padding: 40px 36px;
  border-radius: 36px;
  background: linear-gradient(135deg, #fff4e8, #fffaf5);
  border: 1px solid var(--orange-2);
  box-shadow: 0 12px 32px rgba(var(--orange-rgb), 0.08);
  overflow: hidden;
}

.styles_ctaStrip__2lstq::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background:
    radial-gradient(circle at 30% 30%, rgba(var(--orange-rgb), 0.14), transparent 60%),
    radial-gradient(circle at 70% 70%, rgba(var(--orange-rgb), 0.14), transparent 60%);
  animation: styles_ctaWave__mMbj_ 36s linear infinite;
}

@keyframes styles_ctaWave__mMbj_ {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.styles_ctaStrip__2lstq:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(var(--orange-rgb), 0.16);
}

.styles_ctaStrip__2lstq h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.styles_ctaStrip__2lstq p {
  margin: 0;
  color: var(--muted);
  max-width: 680px;
}

.styles_ctaActions__mYzFa {
  display: flex;
  gap: 14px;
  position: relative;
  z-index: 1;
}

/* ===== FAQ Section ===== */
.styles_faqGrid__aeYrP {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.styles_faqItem__Hc_Ja {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(21, 23, 34, 0.05);
  overflow: hidden;
}

.styles_faqItem__Hc_Ja summary {
  padding: 18px 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.styles_faqItem__Hc_Ja summary::after {
  content: '+';
  font-size: 20px;
  font-weight: 700;
  color: var(--muted);
}

.styles_faqItem__Hc_Ja[open] summary::after {
  content: '\2212';
}

.styles_faqAnswer__bVXFI {
  padding: 0 20px 18px;
  color: var(--muted);
}

.styles_footnote__WsEfM {
  margin-top: 28px;
  font-size: 13px;
  color: var(--muted-2);
  text-align: center;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .styles_heroGrid__KPkuw {
    grid-template-columns: 1fr;
  }

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

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

  .styles_valueStrip__iohZ6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .styles_section__Fqs3_ {
    padding: 24px 0 !important;
  }

  .styles_heroWrap__njm4d {
    padding: 48px 24px !important;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 16px !important;
  }

  .styles_heroWrap__njm4d::before {
    display: none;
  }

  .styles_heroBadges__ijMQW {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .styles_heroBadge__QImOz {
    font-size: 10px !important;
    padding: 4px 8px !important;
  }

  .styles_heroTitle__efWFv {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  .styles_heroLead__a9HR8 {
    font-size: 16px !important;
    margin-top: 12px !important;
  }

  .styles_heroCtaRow__tdacU {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .styles_heroBenefits__W9xQY {
    flex-direction: column;
    gap: 8px;
    margin-top: 20px !important;
  }

  .styles_heroBenefits__W9xQY li {
    font-size: 14px !important;
    padding: 4px 10px !important;
    border: none !important;
    box-shadow: none !important;
    background: #fff !important;
  }

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

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

  .styles_bundleSummary__ZkciB {
    position: static;
  }

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

  .styles_ctaStrip__2lstq {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }

  .styles_ctaActions__mYzFa {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
  }

  .styles_ctaActions__mYzFa .styles_btn__uJt6J {
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 14px !important;
    font-size: 13px !important;
    line-height: 36px !important;
    white-space: nowrap !important;
    flex: 0 1 auto !important;
  }

  .styles_couponRow__e0kgf {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .styles_couponInput__M1t1T {
    width: 100%;
  }

  .styles_applyCoupon__8adqQ {
    width: 100%;
  }

  .styles_inlineFormMeta__eo5_v {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .styles_comboActions__3dKGH {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin-top: 14px !important;
  }

  .styles_comboActions__3dKGH .styles_btn__uJt6J {
    min-height: 36px !important;
    height: 36px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    line-height: 36px !important;
    white-space: nowrap !important;
    flex: 1 1 !important;
  }

  .styles_filterForm__EUO34 {
    flex-wrap: nowrap;
  }

  .styles_filterForm__EUO34 label {
    font-size: 12px !important;
  }

  .styles_filterForm__EUO34 .styles_select__rWe5G {
    min-height: 34px !important;
    height: 34px !important;
    padding: 0 32px 0 10px !important;
    font-size: 13px !important;
    flex: 1 1 auto;
    min-width: 0;
  }

  .styles_filterForm__EUO34 .styles_badge__sbFz5 {
    padding: 4px 8px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 600px) {
  .styles_heroBadge__QImOz.styles_heroSuite__ap21w {
    display: none !important;
  }

  .styles_heroCtaRow__tdacU {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
  }

  .styles_heroCtaRow__tdacU .styles_btn__uJt6J {
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
    line-height: 38px !important;
    white-space: nowrap !important;
    flex: 1 1 !important;
  }
}

