#main .framer-oamr3a {
  background-image: none !important;
}

.pricing-section {
  position: relative;
  z-index: 2;
  margin-top: 0;
  background: linear-gradient(180deg, #f7faff 0, rgba(247, 250, 255, 0.92) 34px, rgba(247, 250, 255, 0) 120px),
    radial-gradient(circle at 14% 12%, rgba(31, 107, 255, 0.13), transparent 34%),
    radial-gradient(circle at 90% 16%, rgba(246, 201, 91, 0.16), transparent 28%), #f7faff;
  color: #10203f;
  padding: 88px 28px 96px;
}

.pricing-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.pricing-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.pricing-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #1f6bff;
  font: 800 12px/1 "Manrope", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f6c95b;
  box-shadow: 0 0 0 6px rgba(246, 201, 91, 0.16);
}

.pricing-heading h2 {
  margin: 0 0 14px;
  font: 800 clamp(36px, 5vw, 58px)/1.02 "Manrope", sans-serif;
  letter-spacing: -0.05em;
}

.pricing-heading p {
  margin: 0;
  color: #596985;
  font: 500 17px/1.6 "Manrope", sans-serif;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.trial-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(217, 168, 62, 0.34);
  border-radius: 24px;
  background: linear-gradient(115deg, #202226 0%, #2d3035 68%, #39352b 100%);
  color: #fff;
  box-shadow: 0 20px 46px rgba(32, 34, 38, 0.18);
}
.trial-offer-copy { max-width: 590px; }
.trial-offer-copy > span { display: block; margin-bottom: 6px; color: #f1c760; font: 800 10px/1.2 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.trial-offer-copy > strong { display: block; font: 800 25px/1.15 "Manrope", sans-serif; letter-spacing: -.025em; }
.trial-offer-copy p { margin: 8px 0 0; color: rgba(255,255,255,.7); font: 500 12px/1.55 "Manrope", sans-serif; }
.trial-offer-limits { display: grid; min-width: 360px; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.trial-offer-limits > span { display: grid; gap: 4px; padding: 13px 12px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: rgba(255,255,255,.05); text-align: center; }
.trial-offer-limits strong { color: #f1c760; font: 800 15px/1.2 "Manrope", sans-serif; }
.trial-offer-limits small { color: rgba(255,255,255,.57); font: 700 9px/1.2 "Manrope", sans-serif; }

.period-picker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
  padding: 16px;
  border: 1px solid rgba(16, 43, 106, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 40px rgba(16, 43, 106, 0.06);
}

.period-picker-copy { display: grid; gap: 5px; padding-left: 8px; }
.period-picker-copy span { font: 800 15px/1.2 "Manrope", sans-serif; }
.period-picker-copy small { color: #687795; font: 600 11px/1.3 "Manrope", sans-serif; }
.period-switch { display: grid; width: min(710px, 100%); grid-template-columns: repeat(3, 1fr); gap: 8px; }
.period-option {
  position: relative;
  display: grid;
  min-height: 78px;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 5px 10px;
  padding: 13px 15px;
  border: 1px solid rgba(16, 43, 106, 0.1);
  border-radius: 17px;
  background: #fff;
  color: #10203f;
  cursor: pointer;
  text-align: left;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.period-option:hover { transform: translateY(-1px); }
.period-option strong { font: 800 14px/1.2 "Manrope", sans-serif; }
.period-option span { color: #687795; font: 800 11px/1.2 "Manrope", sans-serif; }
.period-option small { grid-column: 1 / -1; color: #8a6a22; font: 700 10px/1.2 "Manrope", sans-serif; }
.period-option.selected { border-color: #202226; background: #202226; color: #fff; box-shadow: 0 12px 26px rgba(32, 34, 38, 0.18); }
.period-option.selected span { color: #f1c760; }
.period-option.selected small { color: #e8c979; }

.price-card {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(16, 43, 106, 0.11);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 60px rgba(16, 43, 106, 0.09);
  backdrop-filter: blur(18px);
  isolation: isolate;
  overflow: hidden;
}

.price-card::before {
  content: none;
  position: absolute;
  z-index: -1;
  top: 30px;
  right: -58px;
  width: 330px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.18;
  filter: saturate(0.9);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse 76% 72% at center, #000 46%, rgba(0, 0, 0, 0.88) 62%, transparent 86%);
  mask-image: radial-gradient(ellipse 76% 72% at center, #000 46%, rgba(0, 0, 0, 0.88) 62%, transparent 86%);
  pointer-events: none;
}

.price-card > * { position: relative; z-index: 1; }
.price-card.featured {
  color: #10203f;
  border-color: rgba(16, 43, 106, 0.11);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 60px rgba(16, 43, 106, 0.09);
  transform: none;
}

.price-card.featured::before {
  top: 30px;
  right: -58px;
  opacity: 0.18;
  filter: saturate(0.9);
}

.price-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f6c95b;
  color: #10203f;
  font: 800 11px/1 "Manrope", sans-serif;
}

.price-period {
  color: #1f6bff;
  font: 800 13px/1.2 "Manrope", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-device-count {
  margin: 12px 0 0;
  font: 800 clamp(28px, 4vw, 40px)/1.05 "Manrope", sans-serif;
  letter-spacing: -0.045em;
}

.featured .price-period { color: #1f6bff; }

.price-value {
  margin: 24px 0 4px;
  font: 800 48px/1 "Manrope", sans-serif;
  letter-spacing: -0.05em;
}

.price-value small {
  font-size: 17px;
  letter-spacing: 0;
}

.price-equivalent {
  min-height: 26px;
  color: #687795;
  font: 600 13px/1.4 "Manrope", sans-serif;
}

.price-saving {
  width: fit-content;
  margin-top: 9px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(217, 168, 62, 0.16);
  color: #7b5a16;
  font: 800 11px/1.2 "Manrope", sans-serif;
}
.price-saving[hidden] { display: none; }

.featured .price-equivalent { color: #687795; }

.price-features {
  display: grid;
  gap: 11px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
  color: #43516c;
  font: 600 14px/1.35 "Manrope", sans-serif;
}

.featured .price-features { color: #43516c; }
.price-features li::before { content: "✓"; margin-right: 9px; color: #1f6bff; font-weight: 800; }
.featured .price-features li::before { color: #1f6bff; }

.price-button {
  width: 100%;
  margin-top: auto;
  padding: 15px 20px;
  border: 1px solid rgba(16, 43, 106, 0.13);
  border-radius: 999px;
  background: #fff;
  color: #102b6a;
  cursor: pointer;
  font: 800 14px/1 "Manrope", sans-serif;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.price-button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(16, 43, 106, 0.14); }
.featured .price-button { border-color: #f6c95b; background: #f6c95b; color: #10203f; }

.pricing-note {
  margin: 24px 0 0;
  color: #74819a;
  text-align: center;
  font: 500 12px/1.5 "Manrope", sans-serif;
}

@media (max-width: 900px) {
  .trial-offer { align-items: stretch; flex-direction: column; }
  .trial-offer-limits { min-width: 0; }
  .period-picker { align-items: stretch; flex-direction: column; }
  .period-picker-copy { padding: 0 4px; }
  .period-switch { width: 100%; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  .price-card.featured { transform: none; }
}

@media (max-width: 520px) {
  .pricing-section { padding: 64px 18px 72px; }
  .pricing-heading { margin-bottom: 30px; }
  .price-card { padding: 24px; border-radius: 24px; }
  .price-card::before { right: -72px; width: 310px; height: 280px; }
  .period-picker { padding: 10px; border-radius: 20px; }
  .period-switch { gap: 6px; }
  .period-option { min-height: 92px; grid-template-columns: 1fr; gap: 4px; padding: 11px 9px; text-align: center; }
  .period-option small { font-size: 8px; }
  .trial-offer { gap: 18px; padding: 20px; border-radius: 20px; }
  .trial-offer-limits { grid-template-columns: 1fr; }
  .trial-offer-limits > span { grid-template-columns: auto 1fr; align-items: center; text-align: left; }
}
