/* Contact A — editorial typography, an asymmetric spread and quiet ruled details. */
.cta-rail.wha-rail {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(240px, 1fr) 164px;
  align-items: stretch;
  gap: 40px;
  padding-top: 22px;
  border-top-color: #56634e;
}
.cta-rail .cta-overline { margin: 0; color: #a2b0a8; font-size: 10px; font-weight: 500; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; }
.cta-rail button { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; min-height: 44px; padding: 0; border: 0; background: none; color: #f0f3e9; font: inherit; text-align: left; cursor: pointer; }
.cta-rail .cta-rail-buy { min-height: 64px; max-width: 330px; font-size: 38px; font-weight: 500; line-height: 1.2; letter-spacing: -.045em; }
.cta-rail-buy > .cta-icon { width: 40px; height: 40px; color: #d0f5a5; }
.cta-rail-conversation { padding-left: 38px; border-left: 1px solid #35453d; }
.cta-rail .cta-rail-action { min-height: 44px; font-size: 19px; line-height: 1.25; letter-spacing: -.02em; }
.cta-rail-action > .cta-icon { color: #c2b8ff; }
.cta-rail-trial-note { display: block; margin-top: 3px; color: #d0f5a5; font-size: 11px; font-weight: 400; line-height: 1.3; letter-spacing: 0; }
.cta-rail-utilities { padding-left: 30px; border-left: 1px solid #35453d; }
.cta-rail .cta-rail-utility { color: #a2b0a8; font-size: 14px; }
.cta-rail .cta-icon { flex-shrink: 0; }
.cta-rail button:hover { color: #d0f5a5; }
.cta-rail button:hover > .cta-icon { transform: translateX(3px); }
.cta-rail button:focus-visible { outline: 2px solid #c2b8ff; outline-offset: 5px; border-radius: 3px; }
.cta-icon { display: block; width: 22px; height: 22px; flex-shrink: 0; transition: transform 160ms; }

html.cta-modal-open,
body.cta-modal-open { overflow: hidden !important; overscroll-behavior: none; }
.cta-dialog {
  --cta-night: #121c19;
  --cta-paper: #f0f3e9;
  --cta-quiet: #a2b0a8;
  --cta-rule: #35453d;
  --cta-lime: #d0f5a5;
  --cta-lavender: #c2b8ff;
  box-sizing: border-box;
  width: 1120px;
  height: 716px;
  max-width: calc(100vw - 64px);
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: contain;
  border: 1px solid #50604e;
  border-radius: 20px;
  background: var(--cta-night);
  color: var(--cta-paper);
  box-shadow: 0 32px 120px #0009;
  color-scheme: dark;
  font: 16px/1.5 'Inter', 'Helvetica Neue', Arial, sans-serif;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cta-dialog:not([open]) { display: none; }
.cta-dialog[open] { display: flex; flex-direction: column; }
.cta-dialog::backdrop { background: #050c0ac7; backdrop-filter: blur(8px); }
.cta-dialog *,
.cta-dialog *::before,
.cta-dialog *::after { box-sizing: border-box; }
.cta-dialog :where(h2, h3, p, dl, dd, ol) { margin: 0; }
.cta-dialog :where(section, div, form, fieldset) { min-width: 0; }
.cta-dialog [hidden] { display: none !important; }
.cta-dialog :where(button, input, textarea) { font: inherit; }
.cta-dialog :where(button, a) { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.cta-dialog button { min-height: 44px; cursor: pointer; }
.cta-dialog :focus-visible { outline: 2px solid var(--cta-lavender); outline-offset: 4px; }
.cta-dialog h2:focus { outline: none; }
.cta-topline { display: flex; align-items: center; flex: 0 0 76px; gap: 26px; padding: 0 26px 0 38px; border-bottom: 1px solid var(--cta-rule); }
.cta-brand { display: flex; align-items: baseline; gap: 18px; margin-right: auto !important; font-size: 19px; font-weight: 650; letter-spacing: -.05em; white-space: nowrap; }
.cta-brand > span { color: var(--cta-quiet); font-size: 11px; font-weight: 400; letter-spacing: 0; }
.cta-modes { display: flex; align-self: stretch; gap: 25px; }
.cta-modes button { position: relative; padding: 0; border: 0; background: none; color: var(--cta-quiet); font-size: 13px; font-weight: 500; white-space: nowrap; }
.cta-modes button::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--cta-lime); content: ''; transform: scaleX(0); transition: transform 160ms; }
.cta-modes button[aria-pressed="true"] { color: var(--cta-paper); }
.cta-modes button[aria-pressed="true"]::after { transform: scaleX(1); }
.cta-modes button:disabled { opacity: .5; cursor: wait; }
.cta-close { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; margin-left: 6px; padding: 0; border: 1px solid var(--cta-rule); border-radius: 50%; background: transparent; color: var(--cta-paper); }
.cta-close .cta-icon { width: 20px; height: 20px; }
.cta-viewport { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #53665a var(--cta-night); }
.cta-view { display: grid; grid-template-columns: minmax(0, .44fr) minmax(0, .56fr); min-height: 100%; }
.cta-editorial { display: flex; flex-direction: column; align-items: flex-start; padding: 34px 38px 26px; border-right: 1px solid var(--cta-rule); background: #101a16; }
.cta-kicker { display: flex; justify-content: space-between; gap: 20px; width: 100%; color: var(--cta-quiet); font-size: 10px; font-weight: 500; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.cta-kicker > span:last-child { color: #728575; letter-spacing: .05em; white-space: nowrap; }
.cta-title { margin-top: 45px !important; font-size: 57px; font-weight: 500; line-height: 1.07; letter-spacing: -.055em; }
.cta-title > span { color: var(--cta-lavender); }
.cta-editorial-intro { margin-top: 26px !important; color: #b4c0b6; font-size: 16px; line-height: 1.6; letter-spacing: -.015em; }
.cta-included { display: flex; align-items: center; gap: 18px; width: 100%; margin-top: auto; padding: 29px 0 26px; color: #d4dfd5; font-size: 15px; line-height: 1.55; }
.cta-included > .cta-icon { width: 37px; height: 37px; color: var(--cta-lime); stroke-width: 1; }
.cta-included strong { color: var(--cta-lime); font-weight: 450; }
.cta-colophon { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding-top: 17px; border-top: 1px solid var(--cta-rule); color: var(--cta-quiet); font-size: 10px; line-height: 1.5; letter-spacing: .04em; }
.cta-colophon > span:first-child { color: #d7e1d5; }
.cta-sheet { padding: 33px 38px 27px; }
.cta-form { display: flex; flex-direction: column; margin: 0; }
.cta-section-title { font-size: 24px; font-weight: 500; line-height: 1.25; letter-spacing: -.035em; }
.cta-fieldset { margin: 0; padding: 0; border: 0; }
.cta-fieldset legend { padding: 0; margin-bottom: 16px; }
.cta-plans { border-block: 1px solid #607058; }
.cta-plan { display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; align-items: center; gap: 3px 15px; min-height: 64px; padding: 12px 16px; cursor: pointer; touch-action: manipulation; transition: background 150ms, color 150ms; }
.cta-plan + .cta-plan { border-top: 1px solid var(--cta-rule); }
.cta-plan:has(input:checked) { background: var(--cta-lime); color: #19301c; }
.cta-plan:has(input:focus-visible) { position: relative; z-index: 1; outline: 2px solid var(--cta-lavender); outline-offset: 3px; }
.cta-plan input { width: 19px; height: 19px; margin: 0; accent-color: #29442b; cursor: pointer; color-scheme: light; }
.cta-plan input:focus-visible { outline: none; }
.cta-plan-name { font-size: 19px; font-weight: 500; line-height: 1.3; letter-spacing: -.025em; }
.cta-plan-price { font-size: 30px; font-weight: 500; line-height: 1.15; letter-spacing: -.055em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.cta-plan-extra { display: flex; align-items: center; gap: 14px; grid-column: 1 / -1; margin-top: 8px; padding: 13px 16px; border: 1px solid #dbd4ff; border-radius: 6px; background: var(--cta-lavender); color: #251f37; }
.cta-plan-extra > .cta-icon { width: 28px; height: 28px; stroke-width: 1.7; }
.cta-bonus-copy { display: flex; align-items: baseline; flex-wrap: wrap; gap: 2px 9px; font-size: 19px; font-weight: 500; line-height: 1.25; letter-spacing: -.025em; }
.cta-bonus-copy > strong { font-size: 26px; font-weight: 650; line-height: 1.1; letter-spacing: -.04em; }
.cta-plan:has(input:checked) .cta-plan-extra { color: #251f37; }
.cta-field { margin-top: 25px; }
.cta-form[data-cta-form="buy"] .cta-field { margin-top: 20px; }
.cta-field > label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 9px; font-size: 14px; font-weight: 500; }
.cta-field > label > span { color: var(--cta-quiet); font-size: 11px; font-weight: 400; }
.cta-username,
.cta-message { display: block; width: 100%; min-width: 0; min-height: 52px; padding: 12px 16px; border: 1px solid #4f6253; border-radius: 6px; background: #0c1511; color: var(--cta-paper); caret-color: var(--cta-lime); scroll-margin-block: 24px; }
.cta-username::placeholder,
.cta-message::placeholder { color: #819687; opacity: 1; }
.cta-username:focus,
.cta-message:focus { border-color: var(--cta-lavender); }
.cta-username[aria-invalid="true"],
.cta-message[aria-invalid="true"] { border-color: #ffc0b6; }
.cta-message { min-height: 138px; height: 138px; resize: vertical; font-size: 15px; line-height: 1.5; }
.cta-message-count { margin-top: 7px !important; color: var(--cta-quiet); font-size: 10px; line-height: 1.5; text-align: right; }
.cta-hint { max-width: 53ch; margin-top: 9px !important; color: var(--cta-quiet); font-size: 11px; line-height: 1.55; }
.cta-error { color: #ffc0b6; font-size: 12px; line-height: 1.5; }
.cta-error:not(:empty) { margin-top: 8px; }
.cta-send-error:not(:empty) { padding: 10px 12px; border-left: 2px solid #ffc0b6; background: #352723; scroll-margin-block: 20px; }
.cta-form-bottom { margin-top: 20px; }
.cta-primary,
.cta-new { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 54px; padding: 14px 18px; border: 1px solid transparent; border-radius: 6px; font-size: 16px; font-weight: 500; line-height: 1.3; letter-spacing: -.02em; text-decoration: none; cursor: pointer; }
.cta-primary { background: var(--cta-lime); color: #18301b; transition: background 150ms; }
.cta-submit { width: 100%; background: var(--cta-lavender); color: #251f37; }
.cta-send-error:not(:empty) + .cta-submit { margin-top: 12px; }
.cta-submit:disabled { opacity: .7; cursor: wait; }
.cta-form[aria-busy="true"] :where(input, textarea) { opacity: .75; cursor: wait; }
.cta-delivery-note { margin-top: 12px !important; color: var(--cta-quiet); font-size: 11px; line-height: 1.5; }
.cta-dialog .cta-overline { color: var(--cta-quiet); font-size: 10px; font-weight: 500; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }
.cta-contact-form { padding-top: 37px; }
.cta-form-intro { max-width: 48ch; margin-top: 11px !important; color: #b4c0b6; font-size: 14px; line-height: 1.55; }
.cta-contact-form .cta-field { margin-top: 22px; }
.cta-contact-form .cta-form-bottom { margin-top: auto; padding-top: 20px; }
.cta-contact-form .cta-submit { background: var(--cta-lime); color: #18301b; }
.cta-conversation-art { display: block; flex: 0 0 auto; width: 100%; height: 136px; margin-block: auto 25px; color: #556858; }
.cta-editorial-support .cta-title { margin-top: 42px !important; }
.cta-editorial-support .cta-editorial-intro { margin-bottom: 28px !important; }
.cta-editorial-trial .cta-title { margin-top: 49px !important; font-size: 54px; }
.cta-title > .cta-trial-duration { display: block; color: var(--cta-paper); font-size: 82px; line-height: .95; letter-spacing: -.065em; }
.cta-title > .cta-trial-free { display: block; margin-top: 10px; color: var(--cta-lime); }
.cta-editorial-trial .cta-editorial-intro { margin-top: 30px !important; margin-bottom: 30px !important; }
.cta-trial-art { display: block; flex: 0 0 auto; width: 100%; height: 163px; margin-block: auto 34px; color: #556858; }
.cta-success-sheet { display: flex; flex-direction: column; padding-top: 42px; }
.cta-success-title { margin-top: 29px !important; font-size: 43px; font-weight: 450; line-height: 1.11; letter-spacing: -.05em; }
.cta-success-note { margin-top: 21px !important; color: #b4c0b6; font-size: 17px; line-height: 1.5; }
.cta-summary { display: grid; margin-top: 36px !important; border-top: 1px solid var(--cta-rule); }
.cta-summary > div { padding: 18px 0; border-bottom: 1px solid var(--cta-rule); }
.cta-summary dt { margin-bottom: 7px; color: var(--cta-quiet); font-size: 11px; }
.cta-summary dd { font-size: 18px; font-weight: 450; line-height: 1.45; letter-spacing: -.025em; overflow-wrap: anywhere; }
.cta-summary > div:first-child dd { color: var(--cta-lime); }
.cta-success-actions { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px; margin-top: auto; padding-top: 30px; }
.cta-new { justify-content: center; border-color: #536153; background: transparent; color: var(--cta-paper); }
.cta-success-art { display: grid; place-items: center; width: 158px; height: 158px; margin-top: auto; margin-bottom: 44px; border: 1px solid #5a6353; border-radius: 50%; color: var(--cta-lime); }
.cta-success-art > .cta-icon { width: 78px; height: 78px; stroke-width: 1; }
.cta-editorial-success .cta-title { margin-top: 54px !important; }

/* Selected purchase typography A: graphite, milk-white type and quiet sage.
   Native form markup owns the presentation; no preview decorator is required. */
.cta-dialog[data-view="buy"] {
  --cta-night: #202224;
  --cta-paper: #f1eee7;
  --cta-quiet: #a9ada9;
  --cta-rule: #3c3f40;
  --cta-lime: #d4dccd;
  --cta-lavender: #e7e5dd;
  border-color: #4a4d4d;
  background: var(--cta-night);
}
.cta-dialog[data-view="buy"]::backdrop { background: #101113cc; }
.cta-dialog[data-view="buy"] .cta-topline { background: #1c1e20; }
.cta-dialog[data-view="buy"] .cta-brand { font-weight: 500; letter-spacing: -.035em; }
.cta-dialog[data-view="buy"] .cta-editorial { background: #1a1c1e; }
.cta-dialog[data-view="buy"] .cta-kicker { color: #c5c7c1; font-size: 10px; font-weight: 450; letter-spacing: .15em; }
.cta-dialog[data-view="buy"] .cta-kicker > span:last-child { color: #919693; letter-spacing: .06em; font-variant-numeric: tabular-nums; }
.cta-dialog[data-view="buy"] .cta-purchase-title { width: 100%; margin-top: 40px !important; font-size: 43px; font-weight: 300; line-height: 1.1; letter-spacing: -.045em; }
.cta-dialog[data-view="buy"] .cta-purchase-line { display: grid; grid-template-columns: 49px minmax(0, 1fr); align-items: baseline; column-gap: 14px; color: var(--cta-paper); white-space: nowrap; }
.cta-dialog[data-view="buy"] .cta-purchase-line + .cta-purchase-line { margin-top: 8px; }
.cta-dialog[data-view="buy"] .cta-purchase-your { color: #b7bbb5; font-size: 20px; font-weight: 400; line-height: 1.3; letter-spacing: -.025em; }
.cta-dialog[data-view="buy"] .cta-purchase-brand { margin-top: 22px !important; font-size: 50px; font-weight: 450; letter-spacing: -.05em; }
.cta-dialog[data-view="buy"] .cta-editorial-intro { max-width: 370px; margin-top: 28px !important; color: #c3c6c0; font-size: 14.5px; font-weight: 400; line-height: 24px; letter-spacing: -.01em; }
.cta-purchase-description { display: block; }
.cta-purchase-term { display: block; margin-top: 12px; color: #a9ada9; }
.cta-dialog[data-view="buy"] .cta-included { gap: 14px; padding: 15px 0 14px; color: #c4c7c1; font-size: 14px; line-height: 1.6; }
.cta-dialog[data-view="buy"] .cta-included > .cta-icon { width: 28px; height: 28px; color: #d4d7cf; stroke-width: 1.2; }
.cta-dialog[data-view="buy"] .cta-included strong { color: var(--cta-paper); font-weight: 450; }
.cta-dialog[data-view="buy"] .cta-colophon > span:first-child { color: #c9ccc5; }
.cta-dialog[data-view="buy"] .cta-plans { border-block-color: #606562; }
.cta-dialog[data-view="buy"] .cta-plan { color: #e5e6e0; }
.cta-dialog[data-view="buy"] .cta-plan:has(input:checked) { background: #e7e7de; color: #272b29; }
.cta-dialog[data-view="buy"] .cta-plan input { accent-color: #455144; }
.cta-dialog[data-view="buy"] .cta-plan-extra { border-color: #565d55; background: #303630; color: #eceee5; }
.cta-dialog[data-view="buy"] .cta-plan-extra > .cta-icon { color: #c9d5bd; }
.cta-dialog[data-view="buy"] .cta-plan:has(input:checked) .cta-plan-extra { border-color: #b9c3b1; background: #d0d8c8; color: #293126; }
.cta-dialog[data-view="buy"] .cta-plan:has(input:checked) .cta-plan-extra > .cta-icon { color: #4e6043; }
.cta-dialog[data-view="buy"] .cta-username { border-color: #505650; background: #191c1c; }
.cta-dialog[data-view="buy"] .cta-username::placeholder { color: #989f98; }
.cta-dialog[data-view="buy"] .cta-username:focus { border-color: #d4dccd; }
.cta-dialog[data-view="buy"] .cta-username[aria-invalid="true"] { border-color: #ffc0b6; }
.cta-dialog[data-view="buy"] .cta-submit { background: #d4dccd; color: #273025; }

@container reader (max-width: 1100px) {
  .cta-rail.wha-rail { grid-template-columns: minmax(0, 1.1fr) minmax(250px, 1fr) 140px; gap: 25px; padding-top: 18px; }
  .cta-rail .cta-rail-buy { font-size: 34px; }
  .cta-rail-conversation { padding-left: 25px; }
  .cta-rail-utilities { padding-left: 24px; }
}
@container reader (max-width: 850px) {
  .cta-rail.wha-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 28px; }
  .cta-rail .cta-rail-buy { max-width: none; }
  .cta-rail-utilities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-column: 1 / -1; gap: 28px; padding: 12px 0 0; border-left: 0; border-top: 1px solid #35453d; }
}
@container reader (max-width: 500px) {
  .cta-rail.wha-rail { grid-template-columns: minmax(0, 1fr); gap: 16px; padding-top: 16px; }
  .cta-rail .cta-rail-buy { min-height: 60px; font-size: 32px; }
  .cta-rail-conversation { padding: 8px 0 0; border-left: 0; border-top: 1px solid #35453d; }
  .cta-rail .cta-rail-action { min-height: 54px; }
  .cta-rail-utilities { gap: 24px; }
  .cta-rail .cta-rail-utility { gap: 12px; }
}
@media (max-width: 1180px) {
  .cta-dialog { max-width: calc(100vw - 40px); }
  .cta-editorial { padding-inline: 28px; }
  .cta-sheet { padding-inline: 28px; }
  .cta-title { font-size: 51px; }
  .cta-editorial-trial .cta-title { font-size: 48px; }
  .cta-brand > span { display: none; }
}
/* Keep the editorial hierarchy on tablets and phones, with one readable scroll
   area under persistent mode/close controls. This is the site's mobile UI. */
@media (max-width: 960px) {
  .cta-dialog { width: 740px; height: auto; max-width: calc(100vw - 24px); max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px); border-radius: 16px; }
  .cta-topline { display: grid; grid-template-columns: minmax(0, 1fr) 44px; flex: 0 0 auto; gap: 8px 20px; padding: 14px 24px 0; }
  .cta-brand { grid-column: 1; grid-row: 1; }
  .cta-close { grid-column: 2; grid-row: 1; width: 44px; height: 44px; margin: 0; }
  .cta-modes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-column: 1 / -1; grid-row: 2; gap: 12px; }
  .cta-modes button { min-height: 48px; line-height: 1.25; white-space: normal; }
  .cta-view { grid-template-columns: minmax(0, 1fr); }
  .cta-editorial { padding: 22px 24px 20px; border-right: 0; border-bottom: 1px solid var(--cta-rule); }
  .cta-editorial .cta-title { margin-top: 15px !important; font-size: 34px; line-height: 1.12; letter-spacing: -.04em; }
  .cta-title br { display: none; }
  .cta-editorial .cta-editorial-intro,
  .cta-conversation-art,
  .cta-trial-art,
  .cta-success-art { display: none; }
  .cta-included { gap: 12px; margin-top: 16px; padding: 0; font-size: 14px; }
  .cta-included > .cta-icon { width: 28px; height: 28px; }
  .cta-colophon { margin-top: 18px !important; padding-top: 12px; }
  .cta-editorial-trial .cta-title { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 14px; font-size: 42px; }
  .cta-title > .cta-trial-duration { font-size: 60px; line-height: 1; }
  .cta-title > .cta-trial-free { margin-top: 0; }
  .cta-sheet { padding: 24px; }
  .cta-contact-form .cta-form-bottom { margin-top: 0; }
  .cta-field > label { flex-wrap: wrap; gap: 4px 12px; }
  .cta-message { font-size: 16px; }
  .cta-success-title { margin-top: 18px !important; font-size: 34px; }
  .cta-success-note { margin-top: 15px !important; font-size: 16px; }
  .cta-summary { margin-top: 24px !important; }
  .cta-success-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 24px; }
  .cta-dialog[data-view="buy"] .cta-purchase-title { margin-top: 20px !important; font-size: 40px; }
  .cta-dialog[data-view="buy"] .cta-purchase-line { grid-template-columns: 44px minmax(0, 1fr); column-gap: 13px; }
  .cta-dialog[data-view="buy"] .cta-purchase-your { font-size: 18px; }
  .cta-dialog[data-view="buy"] .cta-purchase-brand { margin-top: 16px !important; font-size: 46px; }
  .cta-dialog[data-view="buy"] .cta-editorial-intro { display: block; max-width: 480px; margin-top: 20px !important; font-size: 14px; line-height: 1.55; }
  .cta-purchase-term { margin-top: 8px; }
  .cta-dialog[data-view="buy"] .cta-included { display: none; }
}
@media (max-width: 480px) {
  .cta-dialog { max-width: calc(100vw - 16px); max-height: calc(100vh - 16px); max-height: calc(100dvh - 16px); }
  .cta-topline { padding-inline: 18px; }
  .cta-modes { gap: 8px; }
  .cta-editorial { padding: 20px 18px; }
  .cta-editorial .cta-title { font-size: 30px; }
  .cta-editorial-trial .cta-title { font-size: 36px; }
  .cta-title > .cta-trial-duration { font-size: 52px; }
  .cta-sheet { padding: 24px 18px max(24px, env(safe-area-inset-bottom)); }
  .cta-section-title { font-size: 22px; }
  .cta-plan { grid-template-columns: 20px minmax(0, 1fr) auto; gap: 3px 10px; padding-inline: 10px; }
  .cta-plan-name { font-size: 17px; }
  .cta-plan-price { font-size: 25px; }
  .cta-plan-extra { gap: 10px; padding: 12px; }
  .cta-plan-extra > .cta-icon { width: 24px; height: 24px; }
  .cta-bonus-copy { font-size: 16px; }
  .cta-bonus-copy > strong { font-size: 25px; }
  .cta-primary,
  .cta-new { gap: 12px; padding-inline: 14px; }
  .cta-success-actions { gap: 10px; }
  .cta-dialog[data-view="buy"] .cta-purchase-title { margin-top: 18px !important; font-size: clamp(30px, 8.5vw, 36px); }
  .cta-dialog[data-view="buy"] .cta-purchase-line { grid-template-columns: 38px minmax(0, 1fr); column-gap: 10px; }
  .cta-dialog[data-view="buy"] .cta-purchase-your { font-size: 16px; }
  .cta-dialog[data-view="buy"] .cta-purchase-brand { margin-top: 14px !important; font-size: clamp(34px, 10vw, 42px); }
}
@media (hover: hover) {
  .cta-modes button:not(:disabled):hover { color: var(--cta-lime); }
  .cta-close:hover,
  .cta-new:hover { border-color: var(--cta-lavender); background: #242332; }
  .cta-plan:hover { background: #233127; }
  .cta-plan:has(input:checked):hover { background: #defabd; }
  .cta-primary:not(:disabled):hover { background: #e1ffc1; }
  .cta-submit:not(:disabled):hover { background: #d7d0ff; }
  .cta-contact-form .cta-submit:not(:disabled):hover { background: #e1ffc1; }
  .cta-primary:not(:disabled):hover > .cta-icon { transform: translateX(3px); }
  .cta-dialog[data-view="buy"] .cta-plan:hover { background: #2c2f30; }
  .cta-dialog[data-view="buy"] .cta-plan:has(input:checked):hover { background: #f1f0e8; }
  .cta-dialog[data-view="buy"] .cta-submit:not(:disabled):hover { background: #e4ebde; }
  .cta-dialog[data-view="buy"] .cta-close:hover { border-color: #aeb8a7; background: #303532; }
  .cta-dialog[data-view="buy"] .cta-modes button:not(:disabled):hover { color: #e0e7d9; }
}
@media (prefers-reduced-motion: reduce) {
  .cta-icon,
  .cta-plan,
  .cta-primary,
  .cta-modes button::after { transition: none; }
}
@media (forced-colors: active) {
  .cta-plan:has(input:checked),
  .cta-modes button[aria-pressed="true"] { outline: 2px solid Highlight; outline-offset: -3px; }
  .cta-username[aria-invalid="true"],
  .cta-message[aria-invalid="true"] { outline: 2px dashed CanvasText; }
}
