:root {
  --brand: #fc6822;
  --brand-dark: #d94d10;
  --ink: #141414;
  --muted: #666b78;
  --line: #ececf1;
  --soft: #fff5ef;
  --bg: #fffaf7;
  --card: #ffffff;
  --shadow: 0 24px 80px rgba(18, 18, 18, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 10% 10%, #fff0e6 0, transparent 30%), var(--bg);
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 250, 247, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(236, 236, 241, .78);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { display:block; height:42px; width:auto; max-width:230px; object-fit:contain; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--brand), #ff965f);
  box-shadow: 0 12px 28px rgba(252, 104, 34, .28);
}
.brand strong { display:block; font-size: 17px; line-height: 1; }
.brand small { color: var(--muted); font-size: 12px; }
.nav { display: flex; align-items: center; gap: 22px; color: #404553; font-weight: 650; font-size: 14px; }
.nav-login { padding: 10px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px) 56px;
}
.eyebrow { color: var(--brand); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-size: 13px; margin: 0 0 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 6.2vw, 78px); line-height: .96; letter-spacing: -0.06em; margin-bottom: 24px; }
h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.02; letter-spacing: -0.045em; margin-bottom: 16px; }
h3 { font-size: 20px; letter-spacing: -0.02em; margin-bottom: 10px; }
.hero-text, .section-head p, .split p, .feature-grid p, .plans p, .steps p, .cta p { color: var(--muted); line-height: 1.7; font-size: 17px; }
.hero-text { max-width: 680px; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
}
.btn-primary { color: #fff; background: var(--brand); box-shadow: 0 16px 32px rgba(252, 104, 34, .28); }
.btn-primary:hover { background: var(--brand-dark); }
.btn-ghost { background: #fff; border-color: var(--line); }
.btn-light { color: #fff; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.14); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.trust-row span { padding: 9px 12px; border-radius: 999px; background: #fff; color: #4f5563; border: 1px solid var(--line); font-weight: 700; font-size: 13px; }
.hero-card { position: relative; }
.hero-card:before {
  content: "";
  position: absolute;
  inset: 8% -4% -7% 12%;
  background: linear-gradient(135deg, rgba(252,104,34,.28), rgba(255,150,95,.08));
  filter: blur(18px);
  border-radius: 42px;
}
.mock-window {
  position: relative;
  background: #fff;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 34px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.mock-bar { display: flex; gap: 8px; padding: 18px 20px; background: #171717; }
.mock-bar span { width: 10px; height: 10px; border-radius: 50%; background: #fff; opacity: .5; }
.mock-content { padding: 28px; display: grid; gap: 18px; }
.status-card { padding: 18px; border-radius: 24px; background: var(--soft); border: 1px solid #ffe0cf; }
.status-card strong, .status-card span { display:block; }
.status-card span { margin-top: 6px; color: var(--muted); }
.metric-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric-grid div { padding: 18px 12px; border-radius: 20px; border: 1px solid var(--line); text-align:center; }
.metric-grid strong { font-size: 30px; display:block; }
.metric-grid span { color: var(--muted); font-size: 12px; font-weight: 700; }
.flow-line { display:flex; align-items:center; gap: 10px; padding: 18px; border-radius: 22px; background: #f7f7fa; color:#343845; font-weight:800; }
.flow-line b { height: 2px; flex: 1; background: #dddfe6; }
.section { padding: 56px clamp(20px, 5vw, 72px); }
.section-head { max-width: 780px; margin-bottom: 30px; }
.steps, .feature-grid, .plan-grid { display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.steps article, .feature-grid article, .plan-grid article {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 14px 38px rgba(0,0,0,.05);
}
.steps span { width: 38px; height: 38px; border-radius: 14px; display:grid; place-items:center; background: var(--soft); color: var(--brand); font-weight: 900; margin-bottom: 18px; }
.split { display:grid; grid-template-columns: .9fr 1.1fr; align-items:center; gap: 40px; }
.platforms { display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.platforms span { background:#fff; border:1px solid var(--line); border-radius: 22px; padding: 22px; text-align:center; font-weight: 900; box-shadow: 0 12px 32px rgba(0,0,0,.05); }
.feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plan-grid ul { margin: 18px 0 0; padding-left: 20px; color: #4d5360; line-height: 1.9; }
.plan-grid .highlight { border-color: rgba(252,104,34,.34); box-shadow: 0 24px 58px rgba(252,104,34,.13); transform: translateY(-8px); }
.cta { margin: 56px clamp(20px, 5vw, 72px); padding: clamp(30px, 5vw, 56px); border-radius: 36px; display:flex; align-items:center; justify-content:space-between; gap: 24px; background: linear-gradient(135deg, #171717, #2c211c); color:#fff; }
.cta h2 { margin-bottom: 0; max-width: 760px; }
.cta .eyebrow { color: #ffb38b; }
.footer { padding: 28px clamp(20px, 5vw, 72px) 44px; display:flex; justify-content:space-between; color: var(--muted); font-size: 14px; }
@media (max-width: 980px) {
  .hero, .split { grid-template-columns: 1fr; }
  .steps, .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav a:not(.nav-login) { display:none; }
  .cta { flex-direction: column; align-items:flex-start; }
}
@media (max-width: 640px) {
  .site-header { padding: 14px 18px; }
  .hero, .section { padding-left: 18px; padding-right: 18px; }
  .steps, .feature-grid, .plan-grid, .platforms { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr; }
  .flow-line { font-size: 13px; }
  h1 { font-size: 42px; }
  .footer { flex-direction: column; gap: 10px; }
}

.nav-buy {
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 10px 26px rgba(252, 104, 34, .22);
}
.btn-plan { margin-top: 20px; width: 100%; }
.checkout-hero {
  padding: clamp(52px, 8vw, 92px) clamp(20px, 5vw, 72px) 18px;
  max-width: 1180px;
}
.checkout-hero h1 { max-width: 920px; }
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: start;
}
.checkout-plans { display: grid; gap: 12px; }
.checkout-plan {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.04);
}
.checkout-plan.selected { border-color: rgba(252,104,34,.5); box-shadow: 0 18px 40px rgba(252,104,34,.12); }
.checkout-plan strong { font-size: 18px; }
.checkout-plan span { color: var(--muted); line-height: 1.5; }
.checkout-card {
  padding: clamp(24px, 4vw, 38px);
  border-radius: 32px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.checkout-features { margin: 22px 0 0; padding-left: 20px; color: #444a57; line-height: 2; }
.checkout-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.activation-flow { padding-top: 28px; }
@media (max-width: 900px) { .checkout-layout { grid-template-columns: 1fr; } .nav-buy { display: none; } }

/* v201 — checkout público e preços */
.plan-price { display:flex; align-items:flex-end; gap:8px; margin:18px 0 10px; }
.plan-price strong { font-size:42px; letter-spacing:-0.04em; line-height:1; }
.plan-price span { color:var(--muted); font-weight:800; padding-bottom:6px; }
.checkout-price strong { font-size:52px; }
.checkout-plan em { color:var(--brand); font-style:normal; font-weight:900; }
.checkout-form { display:grid; gap:14px; margin-top:24px; }
.checkout-form label { display:grid; gap:7px; font-weight:800; color:#303442; }
.checkout-form input, .checkout-form select { width:100%; min-height:48px; border:1px solid var(--line); border-radius:14px; padding:0 14px; font:inherit; background:#fff; color:#16181f; outline:none; }
.checkout-form input:focus, .checkout-form select:focus { border-color:rgba(252,104,34,.55); box-shadow:0 0 0 4px rgba(252,104,34,.10); }
.checkout-note { color:var(--muted); font-size:13px; line-height:1.5; margin:0; }
.checkout-note code { background:#fff5ef; border:1px solid #ffe0cf; padding:2px 6px; border-radius:8px; }
.alert-public { margin:18px clamp(20px,5vw,72px) 0; padding:16px 18px; border-radius:18px; background:#fff7ed; border:1px solid #fed7aa; color:#9a3412; font-weight:700; }

/* v209 — Checkout Criadix com Mercado Pago Bricks */
.checkout-bricks-panel[hidden] { display: none !important; }
.checkout-bricks-head { display:flex; justify-content:space-between; gap:16px; align-items:flex-start; margin-bottom:18px; }
.checkout-message { min-height: 22px; margin: 12px 0 18px; padding: 12px 14px; border-radius: 14px; background: #f7f7fa; color: #303442; font-weight: 700; }
.checkout-message:empty { display:none; }
.checkout-message.info { background: #f7f7fa; color:#303442; }
.checkout-message.success { background:#ecfdf3; color:#166534; border:1px solid #bbf7d0; }
.checkout-message.error { background:#fff1f2; color:#9f1239; border:1px solid #fecdd3; }
.mp-brick-container { min-height: 320px; padding: 6px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.04); }
.checkout-card .btn-ghost { border:1px solid var(--line); background:#fff; color:#171717; box-shadow:none; }
@media (max-width: 640px) { .checkout-bricks-head { flex-direction:column; } .mp-brick-container { padding:0; border-radius:18px; } }

/* v210 — checkout compacto e moderno */
.checkout-hero { padding-top: clamp(34px, 5vw, 56px); padding-bottom: 8px; }
.checkout-hero h1 { font-size: clamp(42px, 5.2vw, 74px); margin-bottom: 16px; }
.checkout-hero .hero-text { max-width: 720px; }
.checkout-layout { grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 20px; align-items: start; padding-top: 18px; }
.checkout-plans { position: sticky; top: 92px; }
.checkout-plan { padding: 16px 18px; border-radius: 20px; }
.checkout-card-modern { padding: clamp(20px, 2.2vw, 30px); border-radius: 28px; }
.checkout-summary-inline { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; padding-bottom:18px; border-bottom:1px solid var(--line); }
.checkout-summary-inline h2 { margin:4px 0 8px; font-size: clamp(30px, 3vw, 44px); line-height: 1; }
.checkout-summary-inline p { margin:0; color: var(--muted); }
.checkout-price-compact { text-align:right; white-space:nowrap; }
.checkout-price-compact strong { display:block; font-size: clamp(30px, 3vw, 44px); line-height:1; letter-spacing:-.04em; }
.checkout-price-compact span { color:var(--muted); font-weight:900; }
.checkout-features-compact { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px 22px; margin:18px 0 0; padding-left:18px; line-height:1.45; font-size:14px; }
.checkout-form-modern { margin-top: 18px; gap: 16px; }
.checkout-fields-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.checkout-field-full { grid-column:1/-1; }
.checkout-form-modern label { font-size:14px; }
.checkout-form-modern input, .checkout-form-modern select { min-height: 46px; border-radius: 13px; }
.checkout-submit { width:100%; min-height:52px; border-radius:16px; margin-top:2px; }
.checkout-bricks-head h2 { margin-top:4px; }
@media (max-width: 1050px) { .checkout-layout { grid-template-columns: 1fr; } .checkout-plans { position:static; grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 760px) { .checkout-plans, .checkout-fields-grid, .checkout-features-compact { grid-template-columns: 1fr; } .checkout-summary-inline { flex-direction:column; } .checkout-price-compact { text-align:left; } }

/* v217 — landing comercial para dono de loja online */
.landing-v217 .brand {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  line-height: 1;
}
.landing-v217 .brand img {
  height: 42px;
  max-width: 220px;
}
.landing-v217 .brand-subtitle {
  display: block;
  margin-top: -3px;
  margin-left: 2px;
  color: #2b2f38;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.landing-v217 .hero-store {
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  padding-top: clamp(72px, 8vw, 118px);
}
.landing-v217 .hero-store h1 {
  max-width: 920px;
}
.landing-v217 .hero-text {
  max-width: 760px;
}
.mock-window-v217 .mock-content { gap: 16px; }
.import-preview-card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}
.import-thumb {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(252,104,34,.22), rgba(252,104,34,.04)),
    radial-gradient(circle at 65% 35%, rgba(20,20,20,.15), transparent 35%),
    #fff5ef;
  border: 1px solid #ffe0cf;
}
.import-preview-card b,
.import-preview-card small { display:block; }
.import-preview-card b { font-size: 15px; letter-spacing: -.02em; margin-bottom: 5px; }
.import-preview-card small { color: var(--muted); line-height: 1.45; }
.wide-head { max-width: 960px; }
.owner-section { padding-top: 34px; }
.owner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.owner-grid article {
  padding: 28px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 38px rgba(0,0,0,.05);
}
.card-icon {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 34px;
  padding: 0 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}
.owner-grid p { color: var(--muted); line-height: 1.7; font-size: 16px; }
.import-details {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}
.details-copy { position: sticky; top: 104px; }
.details-copy p { color: var(--muted); line-height: 1.7; font-size: 17px; }
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.details-list div {
  min-height: 120px;
  padding: 22px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(0,0,0,.04);
}
.details-list strong,
.details-list span { display:block; }
.details-list strong { margin-bottom: 8px; font-size: 18px; letter-spacing: -.02em; }
.details-list span { color: var(--muted); line-height: 1.55; }
.platforms-v217 span:nth-child(-n+3) {
  background: #171717;
  color: #fff;
  border-color: #171717;
}
.feature-grid-v217 article { position: relative; overflow: hidden; }
.feature-grid-v217 article:before {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(252,104,34,.10);
}
.landing-v217 .plans .section-head p { max-width: 920px; }
@media (max-width: 1080px) {
  .landing-v217 .hero-store,
  .import-details { grid-template-columns: 1fr; }
  .details-copy { position: static; }
}
@media (max-width: 980px) {
  .owner-grid { grid-template-columns: 1fr; }
  .landing-v217 .nav a:not(.nav-login):not(.nav-buy) { display:none; }
}
@media (max-width: 640px) {
  .landing-v217 .brand img { height: 34px; max-width: 176px; }
  .landing-v217 .brand-subtitle { font-size: 11px; margin-top: -2px; }
  .details-list { grid-template-columns: 1fr; }
  .import-preview-card { grid-template-columns: 56px 1fr; }
  .import-thumb { width: 56px; height: 56px; border-radius: 15px; }
  .landing-v217 .hero-store { padding-top: 54px; }
}

/* v218 — checkout mais moderno e foco em conversão */
.checkout-v218 {
  background:
    radial-gradient(circle at 12% 0%, rgba(252, 104, 34, .16), transparent 28%),
    radial-gradient(circle at 86% 14%, rgba(20, 20, 20, .08), transparent 26%),
    #fffaf7;
}
.checkout-v218 .site-header {
  box-shadow: 0 10px 34px rgba(18,18,18,.04);
}
.checkout-hero-modern {
  max-width: 1240px;
  padding-bottom: 4px;
}
.checkout-hero-modern h1 {
  max-width: 980px;
  font-size: clamp(40px, 5.5vw, 74px);
}
.checkout-hero-modern .hero-text {
  max-width: 820px;
}
.checkout-trial-banner {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 760px;
  margin-top: 22px;
  padding: 13px 16px;
  border: 1px solid rgba(252,104,34,.22);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, #fff5ef);
  box-shadow: 0 18px 42px rgba(252,104,34,.11);
}
.checkout-trial-banner strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-size: 13px;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
}
.checkout-trial-banner span {
  color: #4e5564;
  font-size: 14px;
  line-height: 1.45;
}
.checkout-layout-modern {
  gap: 26px;
}
.checkout-v218 .checkout-plans {
  gap: 14px;
}
.checkout-v218 .checkout-plan {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(12px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.checkout-v218 .checkout-plan:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(18,18,18,.08);
}
.checkout-v218 .checkout-plan.selected {
  border-color: rgba(252,104,34,.62);
  background: #fff;
  box-shadow: 0 22px 54px rgba(252,104,34,.14);
}
.checkout-v218 .checkout-plan.selected:after {
  content: "Selecionado";
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.checkout-plan-topline {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff5ef;
  color: var(--brand-dark);
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.checkout-card-pro {
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.78);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(252,104,34,.40), rgba(255,255,255,.2)) border-box;
  box-shadow: 0 30px 90px rgba(18,18,18,.12);
}
.checkout-v218 .checkout-summary-inline {
  align-items: center;
  padding: 0 0 20px;
}
.checkout-v218 .checkout-price-compact {
  padding: 14px 16px;
  border-radius: 24px;
  background: #171717;
  color: #fff;
  box-shadow: 0 18px 40px rgba(18,18,18,.16);
}
.checkout-v218 .checkout-price-compact strong,
.checkout-v218 .checkout-price-compact span {
  color: #fff;
}
.checkout-trial-note {
  margin: 16px 0 0;
  padding: 13px 15px;
  border-radius: 18px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  font-weight: 800;
}
.checkout-v218 .checkout-features-compact li {
  padding-left: 3px;
}
.checkout-v218 .checkout-form-modern {
  padding: 20px;
  border-radius: 26px;
  background: #fafafa;
  border: 1px solid #eeeeef;
}
.checkout-v218 .checkout-form label {
  color: #2f3542;
  font-weight: 750;
}
.checkout-v218 .checkout-form input,
.checkout-v218 .checkout-form select {
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid #e1e3e8;
  background: #fff;
  color: #171717;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  box-shadow: 0 1px 0 rgba(18,18,18,.02);
}
.checkout-v218 .checkout-form input::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.checkout-v218 .checkout-form input:focus,
.checkout-v218 .checkout-form select:focus {
  border-color: rgba(252,104,34,.65);
  box-shadow: 0 0 0 5px rgba(252,104,34,.11), 0 10px 26px rgba(18,18,18,.05);
}
.checkout-field-help,
.checkout-microcopy {
  display: block;
  color: #7c8492;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.checkout-microcopy {
  margin: -3px 0 0;
  text-align: center;
}
.checkout-v218 .checkout-submit {
  min-height: 56px;
  border-radius: 18px;
  font-size: 15px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.checkout-v218 .checkout-message {
  border-radius: 18px;
}
.checkout-v218 .mp-brick-container {
  border-radius: 28px;
  padding: 14px;
}
@media (max-width: 760px) {
  .checkout-trial-banner {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 24px;
  }
  .checkout-v218 .checkout-form-modern {
    padding: 16px;
  }
  .checkout-v218 .checkout-summary-inline {
    align-items: flex-start;
  }
}

/* v221 — Checkout Mercado Pago estilo página completa */
.checkout-v221 .checkout-card-pro {
  display: block;
  overflow: hidden;
}
.checkout-v221 .checkout-bricks-panel {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
  border-radius: 26px;
}
.checkout-v221 .checkout-bricks-head {
  padding: 4px 4px 18px;
  border-bottom: 1px solid rgba(17,24,39,.08);
}
.checkout-v221 .inline-payment-layout {
  display: grid;
  gap: 18px;
  margin-top: 16px;
}
.checkout-v221 .mp-brick-container,
.checkout-v221 .mp-status-container {
  background: #fff;
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 24px;
  padding: clamp(14px, 2vw, 22px);
  box-shadow: 0 18px 48px rgba(17,24,39,.08);
}
.checkout-v221 .mp-status-container[hidden] {
  display: none !important;
}
.checkout-after-payment {
  margin-top: 16px;
  padding: 16px;
  border-radius: 20px;
  background: #f6f7fb;
  border: 1px solid rgba(17,24,39,.08);
  color: #303442;
}
.checkout-after-payment[hidden] {
  display: none !important;
}
.checkout-after-payment p {
  margin: 0 0 12px;
  color: #555b68;
  line-height: 1.5;
}
.checkout-v221 .checkout-message.info {
  background: #eef6ff;
  border-color: #bfdbfe;
  color: #1e3a8a;
}
.checkout-v221 .checkout-message.success {
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #166534;
}
.checkout-v221 .checkout-message.error {
  background: #fff1f2;
  border-color: #fecdd3;
  color: #9f1239;
}
@media (max-width: 720px) {
  .checkout-v221 .mp-brick-container,
  .checkout-v221 .mp-status-container {
    padding: 10px;
    border-radius: 18px;
  }
}

/* v222 — usa a mesma base visual do checkout completo na página v221 */
.checkout-v222 .checkout-card-pro { }
