/*
 * Partner acquisition page.
 * Builds on assets/css/events-page.css so the page follows the existing
 * Saunagus til events visual language instead of introducing another UI system.
 */

.sgg-partner-acquisition .sgg-partner-hero {
  min-height: 680px;
}

.sgg-partner-acquisition .sgg-hero-kicker {
  margin-bottom: 14px;
}

.sgg-partner-acquisition .hero-copy {
  max-width: 700px;
}

.sgg-partner-acquisition .hero-text strong {
  color: #111;
  font-weight: 700;
}

.sgg-partner-acquisition .sgg-hero-checks {
  margin-top: 24px;
}

.sgg-partner-acquisition .sgg-hero-checks li {
  margin-bottom: 9px;
}

.sgg-register-card-inner {
  min-height: 0 !important;
  padding: 32px !important;
}

.sgg-register-trial {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f1f1f1;
  color: #111;
  font-size: .76rem;
  font-weight: 800;
}

.sgg-register-alert {
  margin: 0 0 18px;
  padding: 13px 14px;
  border: 1px solid #e3bcbc;
  border-radius: 12px;
  background: #fff7f7;
  color: #7a1e1e;
  font-size: .85rem;
  line-height: 1.5;
}

.sgg-register-alert p {
  margin: 0 0 4px;
}

.sgg-register-alert p:last-child {
  margin-bottom: 0;
}

.sgg-register-billing {
  margin: 20px 0 18px;
  padding: 0;
  border: 0;
}

.sgg-register-billing legend {
  margin: 0 0 9px;
  color: #111;
  font-size: .88rem;
  font-weight: 700;
}

.sgg-billing-choice {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: center;
  margin: 0 0 8px;
  padding: 12px 13px;
  border: 1px solid #d8dadd;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.sgg-billing-choice:hover {
  border-color: #aaaeb3;
}

.sgg-billing-choice:has(input:checked),
.sgg-billing-choice.is-selected {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.sgg-billing-choice input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #111;
}

.sgg-billing-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
}

.sgg-billing-copy strong {
  color: #111;
  font-size: .85rem;
  font-weight: 800;
}

.sgg-billing-copy strong em {
  display: inline-flex;
  margin-left: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: .67rem;
  font-style: normal;
  font-weight: 800;
  vertical-align: 1px;
}

.sgg-billing-copy small {
  flex: 0 0 auto;
  color: #555960;
  font-size: .78rem;
  font-weight: 700;
}

.sgg-billing-note {
  margin: 9px 0 0;
  color: #6d7178;
  font-size: .76rem;
  line-height: 1.5;
}

.sgg-register-terms {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
  margin: 0 0 16px;
  color: #656970;
  font-size: .76rem;
  line-height: 1.5;
  cursor: pointer;
}

.sgg-register-terms input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: #111;
}

.sgg-register-terms a,
.sgg-register-login a {
  color: #111;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sgg-register-submit {
  width: 100%;
  min-height: 50px !important;
}

.sgg-register-login {
  margin: 15px 0 0;
  color: #6d7178;
  font-size: .8rem;
  text-align: center;
}

/* Reach / proof bar */
.sgg-proof-strip {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

.sgg-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sgg-proof-item {
  padding: 28px 24px;
  border-right: 1px solid #e8e8e8;
}

.sgg-proof-item:first-child {
  padding-left: 0;
}

.sgg-proof-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.sgg-proof-item strong {
  display: block;
  margin-bottom: 4px;
  color: #000;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
}

.sgg-proof-item span {
  display: block;
  max-width: 210px;
  color: #62666d;
  font-size: .82rem;
  line-height: 1.45;
}

/* App section */
.sgg-app-visual {
  display: flex;
  min-height: 560px;
  align-items: center;
  justify-content: center;
  padding: 34px;
  border: 1px solid #e1e3e6;
  background: #f6f6f6;
}

.sgg-app-image {
  width: auto !important;
  max-width: min(100%, 390px) !important;
  max-height: 500px;
  object-fit: contain;
}

/* Analytics: intentionally calm and data-led, not a decorative dashboard. */
.sgg-analytics-preview {
  overflow: hidden;
  border: 1px solid #dfe1e4;
  border-radius: 20px;
  background: #fff;
}

.sgg-analytics-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 28px;
  border-bottom: 1px solid #e8e8e8;
}

.sgg-analytics-head div span {
  display: block;
  margin-bottom: 5px;
  color: #777b81;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sgg-analytics-head div strong {
  color: #111;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -.025em;
}

.sgg-analytics-head small {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f2f2f2;
  color: #666a70;
  font-size: .7rem;
  font-weight: 700;
}




.sgg-analytics-foot {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 18px 28px;
  color: #4f5358;
  font-size: .82rem;
  font-weight: 650;
}

.sgg-analytics-foot i {
  color: #111;
}

.sgg-partner-acquisition .feature-card em {
  font-style: normal;
}

/* Pricing — complete cards without changing the surrounding section. */
.sgg-pricing-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}

.sgg-pricing-option {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  padding: 0;
  border: 1px solid #e1e3e6;
  border-radius: 22px;
  background: #fff;
  color: #111 !important;
  text-decoration: none !important;
  transition: border-color .18s ease, transform .18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .sgg-pricing-option:hover {
    border-color: #bfc1c5;
    transform: translateY(-2px);
  }
}

.sgg-pricing-option.is-selected {
  border-color: #111;
  box-shadow: inset 0 0 0 1px #111;
}

.sgg-pricing-card-head {
  padding: 30px 30px 26px;
}

.sgg-pricing-topline {
  display: flex;
  min-height: 29px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  font-weight: 800;
}

.sgg-pricing-topline small {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f0f0f0;
  color: #111;
  font-size: .72rem;
  font-weight: 800;
  white-space: nowrap;
}

.sgg-pricing-option.is-saving .sgg-pricing-topline small {
  background: #111;
  color: #fff;
}

.sgg-pricing-price {
  margin-bottom: 10px;
  color: #000;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
  overflow-wrap: anywhere;
}

.sgg-pricing-description {
  min-height: 52px;
  margin: 0 0 22px;
  color: #62666d;
  line-height: 1.6;
}

.sgg-pricing-select {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
  border: 1px solid #d8dadd;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: .82rem;
  font-weight: 800;
}

.sgg-pricing-option.is-selected .sgg-pricing-select {
  border-color: #111;
  background: #111;
  color: #fff;
}

.sgg-pricing-card-features {
  flex: 1;
  padding: 22px 30px 26px;
  border-top: 1px solid #ececee;
  background: rgba(248,248,246,.58);
}

.sgg-pricing-card-features > strong {
  display: block;
  margin-bottom: 8px;
  color: #74777b;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.sgg-pricing-card-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sgg-pricing-card-features li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 11px 0;
  border-bottom: 1px solid #ececea;
  color: #45484d;
  font-size: .86rem;
  line-height: 1.48;
}

.sgg-pricing-card-features li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sgg-pricing-check {
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border: 1px solid #e1e1de;
  border-radius: 50%;
  background: #f1f1ee;
  color: #111;
  font-size: .65rem;
}

@media (max-width: 991.98px) {
  .sgg-partner-acquisition .sgg-partner-hero {
    min-height: 0;
  }

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

  .sgg-proof-item:nth-child(2) {
    border-right: 0;
  }

  .sgg-proof-item:nth-child(-n+2) {
    border-bottom: 1px solid #e8e8e8;
  }

  .sgg-proof-item:first-child,
  .sgg-proof-item:nth-child(3) {
    padding-left: 0;
  }

  .sgg-app-visual {
    min-height: 440px;
  }
}

@media (max-width: 767.98px) {
  .sgg-pricing-wrap {
    grid-template-columns: 1fr;
  }

  .sgg-pricing-description {
    min-height: 0;
  }

  .sgg-billing-copy {
    align-items: flex-start;
  }

  .sgg-billing-copy strong em {
    display: table;
    margin: 5px 0 0;
  }
}

@media (max-width: 575.98px) {
  .sgg-register-card-inner {
    padding: 24px 18px !important;
  }

  .sgg-proof-grid {
    grid-template-columns: 1fr;
  }

  .sgg-proof-item,
  .sgg-proof-item:first-child,
  .sgg-proof-item:nth-child(2),
  .sgg-proof-item:nth-child(3),
  .sgg-proof-item:last-child {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
  }

  .sgg-proof-item:last-child {
    border-bottom: 0;
  }

  .sgg-proof-item span {
    max-width: none;
  }

  .sgg-app-visual {
    min-height: 360px;
    padding: 24px;
  }

  .sgg-app-image {
    max-height: 330px;
  }

  .sgg-analytics-head,
  .sgg-analytics-list > div,
  .sgg-analytics-foot {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sgg-analytics-head {
    flex-direction: column;
    gap: 10px;
  }

  .sgg-analytics-list > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .sgg-analytics-list > div strong {
    text-align: left;
  }

  .sgg-pricing-card-head {
    padding: 25px 22px 22px;
  }

  .sgg-pricing-card-features {
    padding: 20px 22px 23px;
  }
}

/* Partner analytics v4 — visual dashboard preview, without fabricated result numbers. */
.sgg-analytics-sales-note {
  display: grid;
  gap: 4px;
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid #111;
  background: #fff;
}

.sgg-analytics-sales-note strong {
  color: #111;
  font-size: .95rem;
  font-weight: 800;
}

.sgg-analytics-sales-note span {
  color: #666a70;
  font-size: .86rem;
  line-height: 1.55;
}

.sgg-analytics-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #e8e8e8;
}

.sgg-analytics-kpi {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 20px 18px;
  border-right: 1px solid #ececee;
}

.sgg-analytics-kpi:last-child { border-right: 0; }

.sgg-analytics-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #f2f2f2;
  color: #111;
  font-size: 1rem;
}

.sgg-analytics-kpi small,
.sgg-analytics-mini small,
.sgg-analytics-chart-head small {
  display: block;
  margin-bottom: 3px;
  color: #7a7e84;
  font-size: .7rem;
  font-weight: 750;
  line-height: 1.2;
}

.sgg-analytics-kpi strong {
  display: block;
  color: #1c1d1f;
  font-size: .78rem;
  font-weight: 780;
  line-height: 1.3;
}

.sgg-analytics-chart-card {
  margin: 22px 24px 0;
  padding: 18px 18px 14px;
  border: 1px solid #e6e7e9;
  border-radius: 16px;
  background: #fafafa;
}

.sgg-analytics-chart-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.sgg-analytics-chart-head strong {
  display: block;
  color: #151618;
  font-size: .9rem;
  font-weight: 800;
}

.sgg-analytics-chart-head > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  color: #4f5358;
  font-size: .68rem;
  font-weight: 750;
}

.sgg-analytics-chart {
  position: relative;
  width: 100%;
  height: 178px;
  overflow: hidden;
}

.sgg-analytics-chart svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.sgg-analytics-chart line {
  stroke: #e6e7e9;
  stroke-width: 1;
}

.sgg-analytics-chart .sgg-chart-area {
  fill: rgba(17, 17, 17, .055);
  stroke: none;
}

.sgg-analytics-chart .sgg-chart-line {
  fill: none;
  stroke: #111;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sgg-analytics-chart circle {
  fill: #fff;
  stroke: #111;
  stroke-width: 3;
}

.sgg-analytics-chart-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4px;
  color: #8a8d92;
  font-size: .64rem;
  font-weight: 650;
}

.sgg-analytics-chart-labels span:nth-child(2),
.sgg-analytics-chart-labels span:nth-child(3) { text-align: center; }
.sgg-analytics-chart-labels span:last-child { text-align: right; }

.sgg-analytics-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 14px 24px 22px;
}

.sgg-analytics-mini {
  min-width: 0;
  padding: 15px 16px;
  border: 1px solid #e6e7e9;
  border-radius: 14px;
  background: #fff;
}

.sgg-analytics-mini strong {
  display: block;
  color: #1c1d1f;
  font-size: .78rem;
  font-weight: 780;
  line-height: 1.35;
}

@media (max-width: 575.98px) {
  .sgg-analytics-kpis { grid-template-columns: 1fr; }
  .sgg-analytics-kpi { border-right: 0; border-bottom: 1px solid #ececee; }
  .sgg-analytics-kpi:last-child { border-bottom: 0; }
  .sgg-analytics-chart-card { margin: 18px 16px 0; padding: 16px 14px 12px; }
  .sgg-analytics-chart { height: 150px; }
  .sgg-analytics-chart-head { align-items: center; }
  .sgg-analytics-bottom { grid-template-columns: 1fr; padding: 12px 16px 18px; }
}

/* Partner-page positive accents: use the existing booking green only for benefits/savings. */
.sgg-partner-acquisition {
  --sgg-partner-accent: #15986d;
  --sgg-partner-accent-dark: #116947;
  --sgg-partner-accent-soft: #edf8f4;
  --sgg-partner-accent-border: #c9e8dc;
}

.sgg-partner-acquisition .check-list li i {
  color: var(--sgg-partner-accent);
}

.sgg-partner-acquisition .sgg-hero-checks li i {
  top: 0;
  font-size: 1.02rem;
}

.sgg-register-trial {
  border: 1px solid var(--sgg-partner-accent-border);
  background: var(--sgg-partner-accent-soft);
  color: var(--sgg-partner-accent-dark);
}

.sgg-billing-choice input,
.sgg-register-terms input {
  accent-color: var(--sgg-partner-accent);
}

.sgg-billing-choice:has(input:checked),
.sgg-billing-choice.is-selected {
  border-color: var(--sgg-partner-accent);
  box-shadow: inset 0 0 0 1px var(--sgg-partner-accent);
}

.sgg-billing-copy strong em,
.sgg-pricing-option.is-saving .sgg-pricing-topline small {
  background: var(--sgg-partner-accent);
  color: #fff;
}

.sgg-pricing-option.is-saving {
  border-color: var(--sgg-partner-accent-border);
  background: #fbfefc;
}

.sgg-pricing-option.is-saving.is-selected {
  border-color: var(--sgg-partner-accent);
  box-shadow: inset 0 0 0 1px var(--sgg-partner-accent);
}

.sgg-pricing-option.is-saving.is-selected .sgg-pricing-select {
  border-color: var(--sgg-partner-accent);
  background: var(--sgg-partner-accent);
}

.sgg-analytics-sales-note {
  border-left-color: var(--sgg-partner-accent);
  background: #fbfefc;
}


/* Conversion path — three real cards, kept deliberately simple. */
.sgg-booking-path-section {
  border-top: 1px solid #ececec;
}

.sgg-booking-path {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}

.sgg-booking-path-card {
  min-width: 0;
  padding: 28px 26px 26px;
  border: 1px solid #dadde0;
  border-radius: 20px;
  background: #fff;
}

.sgg-booking-path-number {
  display: block;
  margin-bottom: 20px;
  color: #a0a3a7;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.sgg-booking-path-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid #e1dfda;
  border-radius: 14px;
  background: #f2f1ee;
  color: #111;
  font-size: 1rem;
}

.sgg-booking-path h3 {
  margin: 0 0 9px;
  color: #111;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.015em;
}

.sgg-booking-path p {
  margin: 0;
  color: #656970;
  font-size: .84rem;
  line-height: 1.65;
}

@media (hover: hover) and (pointer: fine) {
  .sgg-booking-path-card {
    transition: border-color .18s ease, transform .18s ease;
  }

  .sgg-booking-path-card:hover {
    border-color: #bfc2c5;
    transform: translateY(-2px);
  }
}

@media (max-width: 991.98px) {
  .sgg-booking-path {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 575.98px) {
  .sgg-booking-path-card {
    padding: 24px 22px;
    border-radius: 18px;
  }
}

/* Payment model choices: PAYG + Partner, without changing the surrounding acquisition layout. */
.sgg-register-cycle-subchoices { margin:8px 0 0 28px; padding-left:10px; border-left:1px solid #e3e4e6; }
.sgg-register-cycle-subchoices .sgg-billing-choice { padding:10px 11px; }
@media (min-width: 992px) { .sgg-pricing-wrap { grid-template-columns:repeat(3,minmax(0,1fr)); max-width:1200px; } }
@media (max-width: 575.98px) { .sgg-register-cycle-subchoices { margin-left:0; padding-left:0; border-left:0; } }


/* v9.6.45 — payment choices use the same visual confidence as venue cards. */
.sgg-payment-model-choice{padding:14px 14px;align-items:flex-start}
.sgg-payment-model-choice .sgg-billing-copy{display:block}
.sgg-payment-model-choice .sgg-billing-copy strong{display:block;margin-bottom:3px;font-size:.9rem}
.sgg-payment-model-choice .sgg-billing-copy small{display:block;white-space:normal;font-weight:600;line-height:1.45}
.sgg-register-cycle-subchoices{margin-top:10px}
.sgg-register-cycle-subchoices .sgg-billing-copy{align-items:center}
.sgg-pricing-check{width:20px;height:20px;border:0;background:transparent;color:#0d6efd;font-size:.9rem}
.sgg-pricing-check i{font-size:1rem;line-height:1}
.sgg-pricing-bonus{color:#184f3a!important}
.sgg-pricing-bonus strong{font-weight:800}
.sgg-info-meeting-section{padding-top:28px!important;padding-bottom:28px!important;border-top:1px solid #ececec;border-bottom:1px solid #ececec;background:#fff}
.sgg-info-meeting-card{display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:1200px;margin:0 auto;padding:30px 34px;border:1px solid #dedfdf;border-radius:22px;background:#fafaf8}
.sgg-info-meeting-card h2{margin:5px 0 8px;color:#111;font-size:clamp(1.45rem,2.5vw,2.2rem);font-weight:800;letter-spacing:-.035em}
.sgg-info-meeting-card p{max-width:760px;margin:0;color:#666a70;line-height:1.6}
.sgg-info-meeting-card .btn{flex:0 0 auto;white-space:nowrap}
@media(max-width:767.98px){.sgg-info-meeting-card{align-items:flex-start;flex-direction:column;padding:24px 22px}.sgg-info-meeting-card .btn{width:100%}.sgg-pricing-card-features li{grid-template-columns:20px minmax(0,1fr)}}


/* v9.6.46 — one checkmark language + truthful payment selection states. */
.sgg-partner-acquisition .fes-ic {
  position: relative;
  display: inline-flex;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border: 1px solid var(--sgg-partner-accent-border);
  border-radius: 50%;
  background: var(--sgg-partner-accent-soft);
}

.sgg-partner-acquisition .fes-ic--check::after {
  content: '';
  width: 8px;
  height: 5px;
  margin-top: -2px;
  border-bottom: 2px solid var(--sgg-partner-accent);
  border-left: 2px solid var(--sgg-partner-accent);
  transform: rotate(-45deg);
}

.sgg-partner-acquisition .check-list li > .fes-ic {
  position: absolute;
  top: 1px;
  left: 0;
}

/* A card is active only when its own direct radio is actually checked. */
.sgg-register-billing .sgg-billing-choice,
.sgg-register-billing .sgg-billing-choice.is-selected,
.sgg-register-billing .sgg-billing-choice:has(input:checked) {
  border-color: #d8dadd;
  box-shadow: none;
}

.sgg-register-billing .sgg-billing-choice:has(> input:checked) {
  border-color: var(--sgg-partner-accent);
  box-shadow: inset 0 0 0 1px var(--sgg-partner-accent);
}

/* Billing period is a Partner sub-choice and is only shown while Partner is selected. */
.sgg-register-cycle-subchoices {
  display: none;
}

.sgg-payment-model-choice:has(> input[value="subscription"]:checked) + .sgg-register-cycle-subchoices {
  display: block;
}

/* Old Bootstrap patch icon styling is intentionally not used on this page. */
.sgg-partner-acquisition .sgg-pricing-check {
  display: contents;
}

/* Saving is a badge/message, not an active selection state. */
.sgg-pricing-option.is-saving:not(.is-selected) {
  border-color: #e1e3e6;
  box-shadow: none;
}

/* v9.6.55 — four-level commercial model without introducing another stylesheet. */
.sgg-pricing-option.is-future{opacity:.72;background:#f8f8f5;cursor:default}
.sgg-pricing-option.is-future:hover{transform:none;box-shadow:none}
.sgg-pricing-option.is-future .sgg-pricing-select{color:#70706b;background:#f0f0ec}
@media (min-width: 992px) and (max-width:1199px){.sgg-pricing-wrap{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1000px}}
@media (min-width:1200px){.sgg-pricing-wrap{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1480px}}
