/* ==========================================================================
   GanarenInsta — Checkout Plan Básico + Order Bump "Impulso Completo"
   Página autocontida (não depende do styles.css global)
   ========================================================================== */

:root {
  --ink: #11152B;
  --ink-2: #5D6377;
  --ink-3: #62687B;
  --border: #E5E7ED;
  --pink: #F22975;
  --magenta: #D725D9;
  --purple: #7622DE;
  --orange: #FF7A12;
  --green: #13A95E;
  --yellow: #FFD65A;
  --white: #FFFFFF;
  --brand-grad: linear-gradient(90deg, #B824EF 0%, #F0277A 52%, #FF8015 100%);
  --r-lg: 24px;
  --r-md: 18px;
  --r-sm: 14px;
  --font: "Satoshi", "Inter", -apple-system, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: #FAFBFD;
  background-image: radial-gradient(circle at 50% 0%, rgba(239, 45, 128, 0.07), transparent 28%);
  background-repeat: no-repeat;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 40px;
}

img, svg { max-width: 100%; display: block; }

.wrap {
  width: calc(100% - 28px);
  max-width: 760px;
  margin: 0 auto;
}

@media (min-width: 640px) { .wrap { width: calc(100% - 48px); } }

/* Header ------------------------------------------------------------------ */
.brand-header {
  padding-top: 14px;
  display: flex;
  justify-content: center;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.brand-logo .ig-glyph {
  width: 28px;
  height: 28px;
}

.brand-logo .grad { background: var(--brand-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.brand-logo .tld { color: var(--ink); }

@media (min-width: 900px) {
  .brand-header { padding-top: 36px; }
  .brand-logo { font-size: 1.65rem; }
  .brand-logo .ig-glyph { width: 42px; height: 42px; }
}

/* Hero -------------------------------------------------------------------- */
.hero {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}

.hero h1 {
  font-size: 22px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  max-width: 700px;
  margin: 0 auto;
  text-wrap: balance;
}

.hero h1 .hl {
  background: var(--brand-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p {
  margin: 6px auto 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-2);
  max-width: 560px;
}

@media (min-width: 900px) {
  .hero h1 { font-size: 38px; }
  .hero p { font-size: 17px; }
}

/* Stepper ------------------------------------------------------------------ */
.steps {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}

.step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-3);
  background: #FFFFFF;
  border: 1.5px solid var(--border);
  border-radius: 999px;
  padding: 5px 11px;
  white-space: nowrap;
}

.step .n {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #EEF0F5;
  color: var(--ink-3);
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.step.is-active {
  color: #7622DE;
  border-color: #C9AEF5;
  background: #F7F2FF;
}

.step.is-active .n { background: linear-gradient(135deg, #7622DE, #F0277A); color: #fff; }

.step.is-done { color: var(--green); border-color: #BFE5D2; background: #F1FBF6; }
.step.is-done .n { background: var(--green); color: #fff; }

/* Faixa de edição (passo 2) ------------------------------------------------ */
.edit-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 10px 14px;
  margin-bottom: 14px;
}

.edit-user { font-weight: 800; font-size: 14px; }
.edit-mail { color: var(--ink-2); font-size: 12.5px; }

.edit-btn {
  border: 1.5px solid #C9AEF5;
  background: #F7F2FF;
  color: #7622DE;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 16px;
  border-radius: 999px;
  cursor: pointer;
}

.edit-btn:hover { background: #EFE6FF; }
.edit-btn:focus-visible { outline: 3px solid var(--purple); outline-offset: 2px; }

/* Botão do passo 1 */
.cta.cta-step { height: 54px; font-size: 17px; }

/* Card do plano ------------------------------------------------------------ */
.plan-card {
  margin-top: 12px;
  background: var(--white);
  border: 1px solid #E8EAF0;
  border-radius: 16px;
  box-shadow: 0 8px 26px rgba(20, 26, 50, 0.07);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.plan-switch {
  width: 100%;
  display: flex;
  gap: 5px;
  background: #F2F3F8;
  border-radius: 11px;
  padding: 4px;
  margin-bottom: 11px;
}

.plan-opt {
  flex: 1;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--ink-3);
  padding: 7px 0;
  border-radius: 8px;
  cursor: pointer;
  transition: background 180ms ease-out, color 180ms ease-out, box-shadow 180ms ease-out;
}

.plan-opt:hover { color: var(--ink); }

.plan-opt.is-active {
  background: #FFFFFF;
  color: #7622DE;
  box-shadow: 0 2px 8px rgba(20, 26, 50, 0.10);
}

.plan-opt:focus-visible { outline: 3px solid var(--purple); outline-offset: 1px; }

.plan-left { display: flex; align-items: center; gap: 9px; flex: 1 1 0; min-width: 0; }

.plan-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--brand-grad);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.plan-icon svg { width: 19px; height: 19px; }

.plan-title { font-size: 1rem; font-weight: 800; letter-spacing: -0.02em; }
.plan-sub { color: var(--ink-2); font-size: 12px; white-space: nowrap; }

.plan-pill {
  display: inline-block;
  margin-top: 4px;
  background: #F0EDFF;
  color: #6A3BD8;
  font-weight: 700;
  font-size: 11.5px;
  padding: 2px 10px;
  border-radius: 999px;
}

.plan-chips {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  border-top: 1px solid #EEF0F5;
  padding-top: 9px;
  margin-top: 0;
}

.plan-chips li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-2);
}

.plan-chips li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #E7F8EF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2313A95E' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.plan-cashback {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  background: linear-gradient(120deg, #EDFBF3 0%, #F6FEF9 60%);
  border: 1.5px solid #BFE5D2;
  border-radius: 13px;
  padding: 11px 12px;
  margin-top: 9px;
}

.cash-main { display: flex; align-items: flex-start; gap: 10px; min-width: 0; }

.cash-icon {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: linear-gradient(135deg, #16B96A, #0E8A4D);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(19, 169, 94, 0.25);
}

.cash-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }

.cash-badge {
  align-self: flex-start;
  background: #0E8A4D;
  color: #FFFFFF;
  font-size: 9.5px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  border-radius: 4px;
}

.cash-title { font-size: 13px; font-weight: 800; color: var(--ink); margin-top: 2px; line-height: 1.25; }
.cash-sub { font-size: 11.5px; color: var(--ink-2); line-height: 1.45; }
.cash-sub b { color: var(--ink); }

.cash-nets { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 4px; }

.cash-nets span {
  background: #FFFFFF;
  border: 1px solid #CDEBDA;
  color: #0E8A4D;
  font-size: 10px;
  font-weight: 800;
  padding: 1px 8px;
  border-radius: 999px;
}

.cash-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: #FFFFFF;
  border: 1.5px solid #BFE5D2;
  border-radius: 11px;
  padding: 6px 12px;
  flex-shrink: 0;
  align-self: center;
  text-align: center;
}

.cash-value strong {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #0E8A4D;
  line-height: 1.1;
}

.cash-value small { font-size: 9.5px; font-weight: 700; color: var(--ink-2); text-transform: uppercase; letter-spacing: 0.04em; }

.summary-row.cash span:first-child { color: var(--ink-2); font-weight: 600; }
.summary-row.cash .free { color: var(--green); font-weight: 800; }

.plan-right { text-align: right; margin-left: auto; flex-shrink: 0; }
.plan-price { font-size: 1.2rem; font-weight: 900; letter-spacing: -0.02em; }
.plan-price small { font-size: 0.78rem; font-weight: 600; color: var(--ink-2); }
.plan-status { color: var(--green); font-size: 11.5px; font-weight: 700; }

@media (min-width: 900px) { .plan-card { padding: 18px 22px; } }

/* Datos de tu cuenta ------------------------------------------------------- */
.data-card {
  margin-top: 0;
  background: var(--white);
  border: 1px solid #E6E8EF;
  border-radius: var(--r-md);
  box-shadow: 0 9px 25px rgba(30, 36, 60, 0.06);
  padding: 16px;
}

.data-card h2 { font-size: 1rem; font-weight: 800; letter-spacing: -0.02em; }
.data-card .data-sub { color: var(--ink-2); font-size: 12.5px; margin-top: 1px; margin-bottom: 10px; }

.field { margin-bottom: 10px; }
.field label { display: block; font-weight: 700; font-size: 13px; margin-bottom: 4px; }

.control {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: #FFFFFF;
  padding: 0 13px;
  height: 48px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.control:focus-within {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(242, 41, 117, 0.10);
}

.control svg { color: #9AA0AF; flex-shrink: 0; }
.control:focus-within svg { color: var(--pink); }
.control .at { color: var(--ink-2); font-weight: 700; }

.control input {
  border: 0;
  outline: 0;
  flex: 1;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: transparent;
  min-width: 0;
  height: 100%;
}

.hint { font-size: 11.5px; color: var(--ink-3); margin-top: 4px; }
.hint.trust { color: var(--green); font-weight: 600; }

.field.has-error .control { border-color: #E0356B; box-shadow: 0 0 0 4px rgba(224, 53, 107, 0.10); }
.field .error { display: none; font-size: 13px; color: #D42561; font-weight: 600; margin-top: 6px; }
.field.has-error .error { display: block; }

/* Order Bump --------------------------------------------------------------- */
.bump {
  position: relative;
  margin-top: 30px;
  border-radius: 20px;
  padding: 2px; /* moldura gradiente */
  background: linear-gradient(120deg, #7622DE, #F0277A);
  box-shadow: 0 14px 34px rgba(60, 20, 120, 0.16);
}

.bump-inner {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 22px 14px 14px;
}

.bump-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7622DE 0%, #F0277A 100%);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.bump-badge svg { flex-shrink: 0; color: #FFD65A; }

.bump-headline {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #11152B;
  margin-top: 6px;
  text-wrap: balance;
}

.bump-subheadline {
  text-align: center;
  color: #596078;
  font-size: 13.5px;
  line-height: 1.45;
  max-width: 480px;
  margin: 5px auto 0;
}

@media (min-width: 900px) {
  .bump-inner { padding: 26px 26px 18px; }
  .bump-headline { font-size: 24px; }
  .bump-subheadline { font-size: 15px; }
}

/* Preço */
.bump-price {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 14px;
  text-align: center;
}

.price-old { font-size: 14px; color: #8A90A0; }
.price-old s { text-decoration-thickness: 1.5px; }

.price-now {
  display: flex;
  align-items: baseline;
  gap: 7px;
  line-height: 1;
}

.price-now .pre { font-size: 16px; font-weight: 800; color: var(--ink); }
.price-now .cur { font-size: 22px; font-weight: 900; color: #7622DE; }
.price-now .val {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #7622DE, #F0277A);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.price-save {
  display: inline-block;
  background: #E7F8EF;
  border: 1px solid #9FDDBD;
  color: #0E8A4D;
  font-weight: 800;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 999px;
}

@media (min-width: 900px) {
  .price-now .val { font-size: 54px; }
}

/* Benefícios em métrica */
.bump-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.metric {
  background: #FAF8FF;
  border: 1px solid #E4DCF8;
  border-radius: 14px;
  padding: 10px 6px;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
}

.metric:first-child .metric-qty { color: #F0277A; }
.metric:last-child .metric-qty { color: #7622DE; }

.metric-icon {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 4px;
}

.metric-icon.likes { background: linear-gradient(135deg, #FF5A8F, #F52872); }
.metric-icon.views { background: linear-gradient(135deg, #A64DF0, #8A26E8); }

.metric-qty { font-size: 1.2rem; font-weight: 900; letter-spacing: -0.02em; line-height: 1.1; }
.metric-name { font-weight: 800; font-size: 0.88rem; }
.metric-sub { color: var(--ink-2); font-size: 12px; }

@media (min-width: 900px) { .metric { padding: 14px; } }

/* Linha de ativação */
.bump-activation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #292D40;
  text-align: center;
}

.bump-activation svg { color: var(--green); flex-shrink: 0; }

.bump-social {
  margin-top: 6px;
  text-align: center;
  font-size: 13px;
  color: var(--ink-2);
}

.bump-social .stars { color: #F6B90C; letter-spacing: 0.05em; margin-right: 5px; }
.bump-social strong { color: var(--ink); }

/* Bonus card */
.bonus {
  margin-top: 12px;
  background: linear-gradient(100deg, #351071 0%, #5D148C 47%, #9517B4 100%);
  border-radius: 17px;
  box-shadow: 0 12px 25px rgba(72, 18, 117, 0.18);
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.bonus-gift {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #FFD85F;
  color: #FFD85F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bonus-body { flex: 1; min-width: 0; }

.bonus-badge {
  display: inline-block;
  background: #FFD45C;
  color: #3D2252;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 3px 9px;
  border-radius: 5px;
}

.bonus-headline { font-size: 15px; font-weight: 800; margin-top: 4px; }
.bonus-headline small { font-weight: 600; font-size: 0.82em; opacity: 0.92; }

.bonus-value {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  margin-top: 3px;
  font-size: 12px;
  opacity: 0.95;
}

.bonus-value s { opacity: 0.85; }

.bonus-free {
  background: #FFFFFF;
  color: #671B91;
  font-weight: 900;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 999px;
}

@media (min-width: 900px) {
  .bonus { padding: 15px 18px; }
  .bonus-headline { font-size: 17px; }
}

/* Caixa de adesão */
.optin {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FFFBEB;
  border: 2px dashed #E8B10E;
  border-radius: 14px;
  padding: 14px;
  cursor: pointer;
  user-select: none;
  transition: border-color 180ms ease-out, background-color 180ms ease-out, transform 180ms ease-out;
}

.optin:hover { transform: translateY(-1px); }

.optin input { position: absolute; opacity: 0; width: 1px; height: 1px; }

.optin-box {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  border: 2px solid #E8B10E;
  background: #fff;
  flex-shrink: 0;
  transition: background 180ms ease-out, border-color 180ms ease-out;
}

.optin input:focus-visible ~ .optin-box { outline: 3px solid var(--purple); outline-offset: 2px; }

.optin-title { display: block; font-weight: 800; color: #15182A; font-size: 0.95rem; line-height: 1.3; }
.optin-sub { display: block; color: #596078; font-size: 13px; margin-top: 2px; }
.optin-sub strong { color: #0E8A4D; }

.bump.is-selected .optin {
  background: #F1FBF6;
  border-color: var(--green);
  border-style: solid;
}

.bump.is-selected .optin-box {
  border-color: var(--green);
  background-color: var(--green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.5l3 3 6-6'/%3E%3C/svg%3E");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 900px) { .optin { padding: 16px 18px; } }

/* Micro-benefícios --------------------------------------------------------- */
.micro {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.micro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 7px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  padding: 14px 8px;
}

.micro-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.micro-icon.i1 { background: linear-gradient(135deg, #A64DF0, #F0277A); }
.micro-icon.i2 { background: linear-gradient(135deg, #C13BE0, #8A26E8); }
.micro-icon.i3 { background: linear-gradient(135deg, #F0277A, #FF8015); }

.micro-item p { font-size: 13px; font-weight: 700; line-height: 1.3; }

/* Resumo ------------------------------------------------------------------- */
.summary {
  margin-top: 14px;
  background: #FFFFFF;
  border: 1px solid #E6E8EF;
  border-radius: var(--r-md);
  padding: 22px;
  box-shadow: 0 9px 25px rgba(30, 36, 60, 0.06);
}

.summary h2 { font-size: 1.1rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 12px; }

.summary-row[hidden] { display: none; }
/* [hidden] precisa vencer QUALQUER display (ex.: .cta{display:inline-flex}) —
   sem isso o CTA da Monetizze aparecia mesmo com "somente Stripe". */
[hidden] { display: none !important; }

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  padding: 7px 0;
  font-size: 0.98rem;
}

.sum-label { display: flex; flex-direction: column; gap: 1px; min-width: 0; }

.sum-label small {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-2);
  letter-spacing: 0;
}

.summary-row.hl { color: var(--pink); font-weight: 700; }
.summary-row.hl .sum-label small { color: var(--ink-2); font-weight: 600; }
.summary-row.hl .free { color: var(--green); font-weight: 800; }

.summary-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1.5px solid var(--border);
  margin-top: 10px;
  padding-top: 14px;
}

.summary-total .lbl { font-weight: 800; font-size: 1.05rem; }

.summary-total .val {
  font-size: 31px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #E72775;
  transition: transform 180ms ease-out;
}

.summary-total .val.pulse { transform: scale(1.12); }

/* CTA ---------------------------------------------------------------------- */
.cta-area { margin-top: 16px; }

.cta {
  width: 100%;
  height: 64px;
  border: 0;
  border-radius: 17px;
  background: linear-gradient(90deg, #F40C79 0%, #F33A65 45%, #FF8B12 100%);
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(237, 28, 100, 0.28);
  transition: background 180ms ease-out, transform 180ms ease-out, box-shadow 180ms ease-out;
}

.cta:hover {
  background: linear-gradient(90deg, #DA076B 0%, #E92C59 45%, #F47E08 100%);
  transform: translateY(-1px);
}

.cta:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }

.cta[disabled] { opacity: 0.75; cursor: wait; transform: none; }

@media (min-width: 900px) {
  .cta { height: 76px; font-size: 25px; }
}

.trust-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 12px;
  font-size: 13px;
  color: #62687B;
}

.trust-line svg { flex-shrink: 0; }

/* Footer ------------------------------------------------------------------- */
.mini-footer {
  margin-top: 34px;
  text-align: center;
  color: var(--ink-3);
  font-size: 12.5px;
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
