:root {
  --iw-ink: #071d15;
  --iw-ink-soft: #23493a;
  --iw-muted: #667c71;
  --iw-line: #dbe8e1;
  --iw-surface: #ffffff;
  --iw-soft: #f4f8f6;
  --iw-green: #0b9650;
  --iw-green-deep: #087a43;
  --iw-green-dark: #052c20;
  --iw-green-soft: #eaf7ef;
  --iw-mint: #dff4e8;
  --iw-shadow: 0 24px 64px rgba(5, 38, 27, .09);
  --iw-shadow-soft: 0 14px 38px rgba(5, 38, 27, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(15, 160, 87, .06), transparent 28rem),
    linear-gradient(180deg, #fbfdfc 0%, #f4f9f6 48%, #ffffff 100%);
  color: var(--iw-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 3px solid rgba(11, 150, 80, .24);
  outline-offset: 3px;
}
[hidden] { display: none !important; }

.shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.activation-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 84px;
  padding: 14px max(20px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid rgba(216, 231, 223, .9);
  background: rgba(255, 255, 255, .93);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; }
.brand-logo { display: block; width: 174px; height: auto; }
.journey {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #82938b;
  font-size: 11px;
  font-weight: 800;
}
.journey-step { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.journey-step b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #cddbd4;
  border-radius: 50%;
  background: #fff;
  font-size: 10px;
}
.journey-step.is-done { color: #477062; }
.journey-step.is-done b { border-color: #acd4bc; background: #edf8f1; color: var(--iw-green-deep); }
.journey-step.is-current { color: var(--iw-green-deep); }
.journey-step.is-current b {
  border-color: var(--iw-green);
  background: var(--iw-green);
  color: #fff;
  box-shadow: 0 6px 16px rgba(11, 150, 80, .2);
}
.journey-line { width: 46px; height: 1px; background: #d8e4de; }
.secure-label {
  padding: 9px 12px;
  border-radius: 999px;
  background: #eef8f2;
  color: #3e6656;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

.activation-main { padding: 62px 0 76px; }
.eyebrow {
  margin: 0 0 10px;
  color: #0b8b4b;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .13em;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: end;
  gap: 46px;
  margin-bottom: 54px;
}
.hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
}
.lead {
  max-width: 790px;
  margin: 20px 0 0;
  color: #4b675c;
  font-size: 17px;
  line-height: 1.72;
}
.lead strong { color: #143d2d; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.hero-trust span {
  padding: 9px 11px;
  border: 1px solid #d7e6de;
  border-radius: 999px;
  background: #fff;
  color: #38584c;
  font-size: 10.5px;
  font-weight: 800;
}
.project-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 21px;
  border: 1px solid #d8e6df;
  border-radius: 21px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--iw-shadow-soft);
}
.project-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 14px;
  background: var(--iw-green-soft);
  color: #0a8b4a;
  font-size: 20px;
  font-weight: 950;
}
.project-main { min-width: 0; }
.project-main small, .project-main strong, .project-main span { display: block; }
.project-main small {
  color: #799086;
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.project-main strong {
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.project-main span {
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #62776e;
  font-size: 10.5px;
}
.project-state {
  grid-column: 1 / -1;
  padding-top: 12px;
  border-top: 1px solid #e9efec;
  color: #777;
  font-size: 10px;
  font-weight: 850;
}
.project-state.is-ready { color: var(--iw-green-deep); }

.offers-section {
  padding: 38px;
  border: 1px solid var(--iw-line);
  border-radius: 30px;
  background: rgba(255, 255, 255, .98);
  box-shadow: var(--iw-shadow);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3.2vw, 40px);
  letter-spacing: -.045em;
}
.section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 9px 0 0;
  color: #637a70;
  font-size: 13px;
  line-height: 1.62;
}
.catalog-status {
  max-width: 330px;
  padding: 10px 13px;
  border: 1px solid #cfe3d8;
  border-radius: 999px;
  background: #effaf4;
  color: var(--iw-green-deep);
  font-size: 9.5px;
  font-weight: 900;
  text-align: center;
}

.offers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 26px;
  border: 1.5px solid #d9e5df;
  border-radius: 24px;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.offer-card:hover {
  transform: translateY(-3px);
  border-color: #b8d5c6;
  box-shadow: 0 18px 42px rgba(5, 46, 31, .08);
}
.offer-card.free-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfa 100%);
}
.offer-card.featured {
  border-color: #93cfaa;
  background: linear-gradient(180deg, #fbfffc 0%, #eef9f2 100%);
  box-shadow: 0 18px 44px rgba(11, 150, 80, .08);
}
.offer-card.is-selected {
  transform: translateY(-3px);
  border-color: var(--iw-green);
  box-shadow: 0 0 0 3px rgba(11, 150, 80, .1), 0 22px 48px rgba(7, 76, 46, .12);
}
.offer-badge, .recommended {
  position: absolute;
  top: -12px;
  right: 20px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .06em;
  box-shadow: 0 7px 19px rgba(11, 150, 80, .18);
}
.free-badge {
  border: 1px solid #b7ddc6;
  background: #fff;
  color: var(--iw-green-deep);
}
.recommended { background: #0a8c4b; color: #fff; }
.offer-topline {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #5e776c;
  font-size: 9.5px;
  font-weight: 950;
  letter-spacing: .09em;
}
.offer-choice-dot {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 2px solid #b8ccc2;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
.offer-card.is-selected .offer-choice-dot { border-color: var(--iw-green); background: var(--iw-green); }
.offer-heading { margin-top: 17px; }
.offer-heading h3 { margin: 0; font-size: 29px; letter-spacing: -.045em; }
.offer-tagline {
  margin: 8px 0 0;
  color: #244c3b;
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.45;
}
.offer-description {
  min-height: 58px;
  margin: 8px 0 0;
  color: #6a7d74;
  font-size: 11.25px;
  line-height: 1.58;
}
.price-zone {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 21px;
  padding: 18px;
  border-radius: 18px;
  background: #f4f8f6;
}
.offer-card.featured .price-zone { background: #e7f6ed; }
.free-price-zone { background: linear-gradient(135deg, #edf9f2, #f7fcf9); }
.offer-price strong, .offer-price small, .launch-price span, .launch-price b { display: block; }
.offer-price strong {
  font-size: clamp(35px, 3.4vw, 44px);
  line-height: 1;
  letter-spacing: -.055em;
}
.offer-price small {
  margin-top: 6px;
  color: #71847b;
  font-size: 9px;
  font-weight: 800;
}
.launch-price { text-align: right; }
.launch-price span {
  color: #71847b;
  font-size: 8.5px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.launch-price b { margin-top: 4px; color: var(--iw-green-deep); font-size: 14px; }
.price-details {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  color: #5c7268;
  font-size: 9.8px;
  font-weight: 750;
  line-height: 1.4;
}
.offer-divider { height: 1px; margin: 21px 0; background: #e4ece8; }
.included-title { margin: 0 0 13px; color: #1e4536; font-size: 11px; font-weight: 950; }
.offer-features {
  display: grid;
  gap: 9px;
  flex: 1;
  color: #35574a;
  font-size: 11px;
  line-height: 1.48;
}
.offer-features span { padding-left: 1px; }
.select-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 54px;
  margin-top: 24px;
  padding: 13px 15px;
  border: 1px solid #bdd6ca;
  border-radius: 14px;
  background: #f3f8f5;
  color: #174936;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.select-offer:hover:not(:disabled) { transform: translateY(-1px); border-color: #92bea6; background: #edf6f1; }
.select-offer.free-select { background: #fff; }
.select-offer.featured-select {
  border-color: var(--iw-green);
  background: linear-gradient(135deg, #10a258, #0a8749);
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 150, 80, .18);
}
.select-offer.featured-select:hover:not(:disabled) { background: linear-gradient(135deg, #0d934f, #087741); }
.select-offer:disabled { opacity: .44; cursor: not-allowed; }
.offer-card.is-selected .select-offer,
.offer-card.is-selected .select-offer.featured-select {
  border-color: var(--iw-green);
  background: #e7f6ed;
  color: var(--iw-green-deep);
  box-shadow: none;
}
.offer-card.is-selected .select-label::before { content: "✓ "; font-weight: 950; }
.difference-note {
  display: block;
  margin: 10px 4px 0;
  color: #72847b;
  text-align: center;
  font-size: 9.25px;
  line-height: 1.4;
}

.decision-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 28px;
  align-items: start;
  margin-top: 30px;
}
.decision-help {
  padding: 37px;
  border: 1px solid var(--iw-line);
  border-radius: 25px;
  background: #fff;
}
.decision-help h2 {
  max-width: 730px;
  margin: 0;
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.decision-help > p:not(.eyebrow) {
  max-width: 760px;
  margin: 13px 0 0;
  color: #60766c;
  font-size: 12.5px;
  line-height: 1.7;
}
.help-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 25px;
}
.help-points > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 16px;
  border: 1px solid #dfebe5;
  border-radius: 16px;
  background: #f7faf8;
}
.help-points > div > span { font-size: 18px; }
.help-points p { margin: 0; }
.help-points strong, .help-points small { display: block; }
.help-points strong { font-size: 10.5px; line-height: 1.4; }
.help-points small { margin-top: 5px; color: #677c72; font-size: 9.5px; line-height: 1.46; }
.back-link {
  margin-top: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #28604a;
  font-size: 11px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.summary-card {
  position: sticky;
  top: 108px;
  padding: 29px;
  border-radius: 25px;
  background: linear-gradient(155deg, #051f17 0%, #073b2a 100%);
  color: #fff;
  box-shadow: 0 26px 58px rgba(2, 31, 21, .21);
  transition: background .25s ease, box-shadow .25s ease;
}
.summary-card.is-free-selection {
  background: linear-gradient(155deg, #073324 0%, #0b6040 100%);
  box-shadow: 0 26px 58px rgba(5, 74, 47, .2);
}
.summary-card .eyebrow { color: #8fd7b0; }
.summary-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.summary-head h2 { margin: 0; font-size: 27px; line-height: 1.1; letter-spacing: -.035em; }
.summary-check {
  display: none;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #17a85e;
  color: #fff;
  font-weight: 950;
}
.summary-card.has-selection .summary-check { display: grid; }
.summary-empty {
  display: grid;
  place-items: center;
  min-height: 155px;
  margin-top: 20px;
  padding: 25px;
  border: 1px dashed rgba(255,255,255,.22);
  border-radius: 17px;
  color: #bad0c6;
  text-align: center;
}
.summary-empty span { font-size: 24px; }
.summary-empty p { max-width: 275px; margin: 8px 0 0; font-size: 11px; line-height: 1.6; }
.summary-selected { margin-top: 17px; }
.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.11);
  font-size: 10.5px;
}
.summary-row span { color: #a9c4b8; }
.summary-row strong { text-align: right; font-size: 11.5px; }
.summary-row.emphasis {
  margin: 8px 0;
  padding: 16px;
  border: 0;
  border-radius: 14px;
  background: rgba(255,255,255,.09);
}
.summary-row.emphasis span { color: #c9dfd5; font-weight: 800; }
.summary-row.emphasis strong { color: #fff; font-size: 20px; letter-spacing: -.03em; }
.deposit-note { margin: 10px 0 0; color: #a9c4b8; font-size: 9.5px; line-height: 1.5; }

.flow-bridge {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(167, 223, 191, .23);
  border-radius: 16px;
  background: rgba(255,255,255,.065);
}
.flow-bridge-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(255,255,255,.1);
  font-size: 17px;
}
.flow-bridge strong, .flow-bridge small { display: block; }
.flow-bridge strong { color: #f2fff8; font-size: 11px; line-height: 1.35; }
.flow-bridge small { margin-top: 5px; color: #b8d2c6; font-size: 9.6px; line-height: 1.55; }

.continue-button {
  width: 100%;
  min-height: 70px;
  margin-top: 17px;
  padding: 14px 17px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 17px;
  background: linear-gradient(135deg, #14aa60, #087d44);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 15px 30px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.22);
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
}
.continue-button.is-free-action {
  background: linear-gradient(135deg, #2bc879, #11975a);
}
.continue-button span, .continue-button small { display: block; }
.continue-button span { font-size: 13px; font-weight: 950; }
.continue-button small { margin-top: 4px; color: #d7f1e3; font-size: 9.5px; font-weight: 750; }
.continue-button:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 19px 34px rgba(0,0,0,.21); }
.continue-button:disabled { opacity: .42; cursor: not-allowed; box-shadow: none; }
.continue-button[aria-busy="true"] { cursor: wait; }
.flow-note { margin: 11px 0 0; color: #9fbbb0; text-align: center; font-size: 9.2px; line-height: 1.5; }
.status { min-height: 31px; margin: 13px 0 0; color: #a9e8c5; text-align: center; font-size: 10px; font-weight: 850; line-height: 1.45; }
.status.is-error { color: #ffb5b5; }

.renewal-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
  padding: 25px 29px;
  border: 1px solid #cce1d6;
  border-radius: 23px;
  background: linear-gradient(135deg, #f4faf6, #eaf7ef);
}
.renewal-icon {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 14px;
  background: var(--iw-green);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.renewal-card h2 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.renewal-card p:not(.eyebrow) { margin: 8px 0 0; color: #536f63; font-size: 11px; line-height: 1.55; }

.activation-footer { padding: 28px 0; background: #021710; color: #d5e7de; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { display: block; width: 160px; height: auto; }
.footer-brand span { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.17); color: #9bbcaf; font-size: 10px; }
.footer-assurances { display: flex; align-items: center; gap: 8px; color: #8fb2a3; font-size: 9.5px; }
@media (max-width: 1120px) {
  .offers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-card.featured { grid-column: 1 / -1; max-width: 620px; width: 100%; margin-inline: auto; }
  .help-points { grid-template-columns: 1fr; }
}

@media (max-width: 1040px) {
  .activation-header { grid-template-columns: auto 1fr; }
  .secure-label { display: none; }
  .hero { grid-template-columns: 1fr; }
  .project-card { max-width: 620px; }
  .decision-layout { grid-template-columns: 1fr; }
  .summary-card { position: static; order: 1; }
  .decision-help { order: 2; }
}

@media (max-width: 780px) {
  .journey { justify-content: flex-end; }
  .journey-step { font-size: 0; }
  .journey-step b { font-size: 10px; }
  .journey-line { width: 24px; }
  .activation-main { padding-top: 42px; }
  .section-heading { align-items: start; flex-direction: column; }
  .catalog-status { max-width: none; }
  .offers { grid-template-columns: 1fr; }
  .offer-card.featured { grid-column: auto; max-width: none; order: 2; }
  .offer-card.free-card { order: 0; }
  .offer-card[data-offer-role="site"] { order: 1; }
  .footer-assurances { display: none; }
  .hero { gap: 28px; margin-bottom: 38px; }
  .offers-section { padding: 25px; }
}

@media (max-width: 540px) {
  .shell { width: calc(100% - 24px); }
  .activation-header { min-height: 72px; padding-inline: 12px; gap: 12px; }
  .brand-logo { width: 143px; }
  .journey { gap: 5px; }
  .journey-line { width: 15px; }
  .hero h1 { font-size: 40px; }
  .lead { font-size: 14.5px; }
  .hero-trust { display: grid; }
  .project-card { padding: 17px; }
  .offers-section, .decision-help, .summary-card { padding: 19px; border-radius: 20px; }
  .section-heading h2 { font-size: 29px; }
  .offer-card { padding: 21px; border-radius: 20px; }
  .offer-heading h3 { font-size: 28px; }
  .price-zone { padding: 16px; }
  .offer-price strong { font-size: 38px; }
  .decision-help h2 { font-size: 27px; }
  .summary-head h2 { font-size: 24px; }
  .renewal-card { grid-template-columns: 1fr; padding: 20px; }
  .footer-inner { display: grid; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .footer-brand span { padding-left: 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .offer-card, .select-offer, .continue-button { transition: none; }
}

/* Member upgrade V9 — la formule actuelle et les niveaux inférieurs restent visibles mais non sélectionnables. */
body[data-member-upgrade="1"] .offer-card.is-upgrade-unavailable{opacity:.58;filter:saturate(.72);background:#f7f9f8;box-shadow:none}
body[data-member-upgrade="1"] .offer-card.is-upgrade-unavailable:hover{transform:none;border-color:var(--line)}
body[data-member-upgrade="1"] .offer-card.is-upgrade-unavailable .select-offer{opacity:1;background:#eef2f0;color:#718078;border-color:#d9e1dd}

/* V7 — Stripe TEST sandbox (montée en gamme membre uniquement) */
.stripe-test-consent{margin:18px 0 14px;padding:16px;border:1px solid #b9dccc;border-radius:18px;background:linear-gradient(180deg,#f7fffa 0%,#effaf4 100%);box-shadow:0 10px 26px rgba(5,46,31,.05)}
.stripe-test-head{display:flex;gap:11px;align-items:flex-start;margin-bottom:12px}.stripe-test-head>span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:11px;background:#dff4e8;font-size:17px}.stripe-test-head strong,.stripe-test-head small{display:block}.stripe-test-head strong{font-size:12px;color:#073d29}.stripe-test-head small{margin-top:4px;color:#557166;font-size:10.5px;line-height:1.55}
.test-check{display:flex;align-items:flex-start;gap:10px;margin-top:10px;padding:11px 12px;border:1px solid #d8e9e0;border-radius:13px;background:#fff;color:#345447;font-size:10.5px;line-height:1.55;cursor:pointer}.test-check input{flex:0 0 auto;width:17px;height:17px;margin:1px 0 0;accent-color:var(--iw-green)}.test-check strong{color:#0b5b39}.test-check code{padding:1px 4px;border-radius:5px;background:#eef5f1;color:#0a5939;font-size:.95em}
.stripe-test-hint{margin:11px 2px 0;color:#698078;font-size:9.5px;line-height:1.55}.summary-card.is-stripe-test-ready .continue-button{box-shadow:0 13px 28px rgba(11,150,80,.18)}
body[data-member-upgrade="1"] .secure-label{background:#eef8f2;color:#087a43}


/* V17.3 — Purchase Flow Clean: la page offre choisit, la page finale confirme, Stripe paie. */
.purchase-selection{
  margin-top:26px;padding:28px;border:1px solid #dbe8e1;border-radius:24px;background:#fff;box-shadow:0 18px 45px rgba(5,38,27,.07)
}
.purchase-selection-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.purchase-selection-head h2{margin:0;font-size:clamp(25px,3vw,34px);letter-spacing:-.04em}
.purchase-selection-lead{margin:8px 0 0;color:#657a71;font-size:11.5px;line-height:1.6}
.purchase-selection .summary-check{display:none;place-items:center;width:36px;height:36px;border-radius:50%;background:#e8f7ee;color:#087a43;font-weight:950}
.purchase-selection.has-selection .summary-check{display:grid}
.purchase-selection .summary-empty{min-height:0;margin-top:18px;padding:16px;border:1px dashed #d6e4dd;border-radius:14px;background:#f8fbf9;color:#637a70;text-align:left}
.purchase-selection .summary-empty p{margin:0;font-size:11px}
.purchase-selection .summary-selected{margin-top:20px}
.purchase-selection-primary{display:grid;grid-template-columns:1.35fr repeat(2,minmax(130px,.7fr));gap:10px}
.purchase-selection-primary>div,.purchase-selection-secondary>span{padding:14px 15px;border:1px solid #e0eae5;border-radius:14px;background:#f8fbf9}
.purchase-selection-primary small,.purchase-selection-secondary small{display:block;color:#71867c;font-size:8.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.purchase-selection-primary strong{display:block;margin-top:5px;font-size:16px}
.purchase-selection-primary>div:first-child strong{font-size:20px;letter-spacing:-.025em}
.purchase-selection-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}
.purchase-selection-secondary strong{display:block;margin-top:5px;font-size:12px}
.purchase-selection .deposit-note{margin:11px 2px 0;color:#657a71;font-size:10px;line-height:1.5}
.purchase-selection .flow-bridge{margin-top:17px;border-color:#d6e6de;background:#f3f9f6;color:#143d2d}
.purchase-selection .flow-bridge-icon{background:#e5f5ec;color:#087a43}
.purchase-selection .flow-bridge strong{color:#173f30}
.purchase-selection .flow-bridge small{color:#637a70}
.purchase-selection .continue-button{max-width:440px;min-height:58px;margin-top:16px;border:0}
.purchase-selection .continue-button small{color:#daf3e5}
.purchase-selection .flow-note{max-width:560px;margin:9px 0 0;color:#71867c;text-align:left}
.purchase-selection .status{max-width:640px;margin:9px 0 0;text-align:left;color:#0b7f47}
.purchase-selection .status.is-error{color:#b42318}
.purchase-selection .back-link{margin-top:12px}
@media(max-width:760px){
  .purchase-selection{padding:20px;border-radius:20px}
  .purchase-selection-primary{grid-template-columns:1fr}
  .purchase-selection-secondary{grid-template-columns:1fr}
  .purchase-selection .continue-button{max-width:none}
}

.purchase-choice-line{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 15px;border:1px solid #e0eae5;border-radius:14px;background:#f8fbf9}
.purchase-choice-line small{color:#71867c;font-size:8.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.purchase-choice-line strong{font-size:19px;letter-spacing:-.025em}
@media(max-width:560px){.purchase-choice-line{align-items:flex-start;flex-direction:column;gap:5px}}
