/* Checkout production CSS bundle v4. */

/* === checkout-v18-1.css === */
* { box-sizing: border-box; }

:root {
  --cream: #fff9f2;
  --cream-deep: #f5ebe0;
  --paper: #fffdf9;
  --ink: #2a211c;
  --brown: #5a4d44;
  --line: #e7ddd1;
  --line-strong: #d8c8b6;
  --gold: #c89a43;
  --gold-bright: #efc66d;
  --gold-deep: #8d6425;
  --success: #3f7355;
  --warning: #9c6b26;
  --danger: #974d46;
  --muted: #74685f;
  --shadow-soft: 0 20px 70px rgba(71, 50, 35, .10);
  --shadow-card: 0 34px 100px rgba(71, 50, 35, .15);
  color: var(--ink);
  background: var(--cream);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

html { min-height: 100%; scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; color: var(--ink); background: var(--cream); overflow-x: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.noise {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}
.ambient { position: fixed; z-index: -2; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.ambient--one { width: 52vw; height: 52vw; top: -28vw; right: -17vw; background: radial-gradient(circle, rgba(222, 181, 101, .26), rgba(255, 249, 242, 0) 68%); }
.ambient--two { width: 48vw; height: 48vw; bottom: -30vw; left: -20vw; background: radial-gradient(circle, rgba(212, 184, 153, .24), rgba(255, 249, 242, 0) 70%); }

.page-loader {
  position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center;
  background: var(--cream); transition: opacity .55s ease, visibility .55s ease;
}
.is-ready .page-loader { opacity: 0; visibility: hidden; }
.page-loader__brand { display: grid; place-items: center; gap: 14px; color: var(--brown); }
.page-loader__brand img { width: 92px; filter: drop-shadow(0 12px 24px rgba(141, 100, 37, .18)); animation: loader-logo 1.45s ease-in-out infinite; }
.page-loader__line { width: 110px; height: 1px; overflow: hidden; background: var(--line); position: relative; }
.page-loader__line::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, var(--gold), transparent); animation: loader-line 1.25s ease-in-out infinite; }
.page-loader__brand small { font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; }
@keyframes loader-logo { 50% { transform: translateY(-4px); filter: drop-shadow(0 16px 30px rgba(141, 100, 37, .28)); } }
@keyframes loader-line { from { transform: translateX(-100%); } to { transform: translateX(100%); } }

.trust-header {
  position: relative; z-index: 8; min-height: 88px; padding: 14px clamp(18px, 5vw, 72px);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border-bottom: 1px solid rgba(216, 200, 182, .7); background: rgba(255, 249, 242, .79);
  backdrop-filter: blur(20px) saturate(1.15);
}
.trust-header--transparent { background: transparent; border-bottom: 0; backdrop-filter: none; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand__logo { width: 52px; height: 52px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(141, 100, 37, .16)); transition: transform .35s ease; }
.brand:hover .brand__logo { transform: rotate(-2deg) scale(1.04); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.02rem; letter-spacing: -.02em; }
.brand small { margin-top: 3px; color: var(--muted); font-size: .64rem; letter-spacing: .04em; }
.trust-header__seal { display: inline-flex; align-items: center; gap: 9px; color: var(--brown); font-size: .78rem; font-weight: 700; }
.lock-icon { width: 15px; height: 13px; display: inline-block; border: 1.6px solid currentColor; border-radius: 3px; position: relative; flex: 0 0 auto; }
.lock-icon::before { content: ""; position: absolute; left: 50%; top: -7px; width: 8px; height: 8px; border: 1.6px solid currentColor; border-bottom: 0; border-radius: 6px 6px 0 0; transform: translateX(-50%); }

.checkout-progress {
  width: min(620px, calc(100% - 36px)); margin: 26px auto 0; display: grid;
  grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 10px;
  color: #a5988e; font-size: .69rem; font-weight: 700; letter-spacing: .03em;
}
.checkout-progress span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.checkout-progress i { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-style: normal; font-size: .65rem; }
.checkout-progress b { height: 1px; background: linear-gradient(90deg, var(--line-strong), var(--line)); }
.checkout-progress .is-active { color: var(--ink); }
.checkout-progress .is-active i { border-color: var(--gold); color: var(--gold-deep); background: rgba(200, 154, 67, .09); box-shadow: 0 0 0 5px rgba(200, 154, 67, .07); }

.checkout-shell {
  width: min(1220px, calc(100% - 38px)); margin: 0 auto; padding: clamp(38px, 6vw, 84px) 0 clamp(56px, 8vw, 112px);
  display: grid; grid-template-columns: minmax(0, .93fr) minmax(440px, 1.07fr); gap: clamp(34px, 6.3vw, 92px); align-items: start;
}
.checkout-intro { position: sticky; top: 112px; }
.eyebrow { margin: 0 0 14px; color: var(--gold-deep); font-size: .68rem; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; margin-right: 9px; display: inline-block; vertical-align: middle; background: var(--gold); }
.intro-copy h1, .state-card h1, .confirmation-card h1 { margin: 0; font-weight: 700; letter-spacing: -.055em; line-height: 1.03; }
.intro-copy h1 { max-width: 690px; font-size: clamp(2.35rem, 5vw, 4.65rem); }
.intro-copy h1 em { color: var(--brown); font-style: normal; font-weight: 500; }
.intro-copy__lead { max-width: 660px; margin: 22px 0 0; color: var(--muted); font-size: clamp(.96rem, 1.35vw, 1.08rem); line-height: 1.72; }

.product-stage {
  --parallax-x: 0deg; --parallax-y: 0deg; --glow-x: 50%; --glow-y: 45%;
  width: min(82%, 430px); aspect-ratio: 1; margin: 34px auto 30px; position: relative; display: grid; place-items: center; perspective: 1000px;
  transition: transform .7s cubic-bezier(.2,.8,.2,1);
}
.product-stage__orbit { position: absolute; inset: -4%; border: 1px solid rgba(200, 154, 67, .24); border-radius: 50%; animation: orbit 18s linear infinite; }
.product-stage__orbit::before, .product-stage__orbit::after { content: ""; position: absolute; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px rgba(200, 154, 67, .55); }
.product-stage__orbit::before { width: 8px; height: 8px; top: 12%; right: 11%; }
.product-stage__orbit::after { width: 5px; height: 5px; bottom: 15%; left: 9%; }
.product-stage__glow { position: absolute; inset: 4%; border-radius: 42%; background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(240, 202, 126, .42), rgba(239, 223, 205, .44) 42%, rgba(255,255,255,.12) 68%); filter: blur(4px); box-shadow: 0 30px 90px rgba(94, 66, 42, .18); }
.product-stage__card {
  position: relative; z-index: 2; width: 78%; height: 78%; padding: 13px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.88); border-radius: 31%; background: rgba(255,255,255,.48);
  box-shadow: 0 28px 70px rgba(77, 53, 36, .18), inset 0 0 0 1px rgba(200,154,67,.12);
  transform: rotateX(var(--parallax-y)) rotateY(var(--parallax-x)) rotate(-1.5deg); transform-style: preserve-3d;
  transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease;
}
.product-stage__card::after { content: ""; position: absolute; inset: -80% -20%; background: linear-gradient(110deg, transparent 42%, rgba(255,255,255,.58) 50%, transparent 58%); transform: translateX(-55%) rotate(8deg); animation: card-sheen 7s ease-in-out infinite; pointer-events: none; }
.product-stage__card > img { width: 100%; height: 100%; object-fit: cover; border-radius: 28%; }
.product-stage__tag { position: absolute; z-index: 3; top: 25px; left: 25px; padding: 7px 10px; border-radius: 100px; color: var(--ink); background: rgba(255,249,242,.88); backdrop-filter: blur(12px); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-stage__caption { position: absolute; z-index: 3; left: 25px; right: 25px; bottom: 25px; padding: 14px 15px; border-radius: 18px; background: rgba(42,33,28,.82); color: #fff; backdrop-filter: blur(14px); }
.product-stage__caption small, .product-stage__caption strong { display: block; }
.product-stage__caption small { color: #eac477; font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; }
.product-stage__caption strong { margin-top: 4px; font-size: .78rem; line-height: 1.3; }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes card-sheen { 0%, 62% { transform: translateX(-68%) rotate(8deg); } 82%, 100% { transform: translateX(68%) rotate(8deg); } }

.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin: 0; padding: 0; list-style: none; }
.benefit-list li { display: flex; align-items: center; gap: 10px; color: var(--brown); font-size: .81rem; font-weight: 650; line-height: 1.4; }
.benefit-list li span { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(200,154,67,.34); border-radius: 50%; color: var(--gold-deep); background: rgba(200,154,67,.08); font-size: .7rem; }


/* === checkout-v18-2.css === */
.confidence-strip { margin-top: 27px; padding: 16px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.confidence-strip > div { min-width: 0; padding: 0 10px; display: flex; align-items: center; gap: 9px; border-right: 1px solid var(--line); }
.confidence-strip > div:first-child { padding-left: 0; }
.confidence-strip > div:last-child { border-right: 0; padding-right: 0; }
.confidence-strip__icon { flex: 0 0 31px; width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--cream); font-size: .58rem; font-weight: 800; }
.confidence-strip p { min-width: 0; margin: 0; }
.confidence-strip strong, .confidence-strip small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.confidence-strip strong { font-size: .68rem; }
.confidence-strip small { margin-top: 3px; color: var(--muted); font-size: .56rem; }

.checkout-panel {
  position: relative; overflow: hidden; padding: clamp(25px, 4vw, 45px); border: 1px solid rgba(216,200,182,.85); border-radius: 28px;
  background: rgba(255,253,249,.91); box-shadow: var(--shadow-card); backdrop-filter: blur(16px);
}
.checkout-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,.75); }
.checkout-panel__shine { position: absolute; width: 280px; height: 280px; top: -190px; right: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(239,198,109,.28), transparent 68%); pointer-events: none; }
.order-summary { position: relative; display: flex; justify-content: space-between; align-items: flex-start; gap: 22px; }
.order-summary h2 { margin: 0; max-width: 330px; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.2; letter-spacing: -.035em; }
.order-summary__variant { margin: 8px 0 0; color: var(--muted); font-size: .79rem; }
.price-block { text-align: right; white-space: nowrap; }
.price-block del { display: block; color: #9e9289; font-size: .78rem; }
.price-block strong { display: block; margin-top: 2px; color: var(--ink); font-size: clamp(1.45rem, 2.4vw, 1.95rem); letter-spacing: -.04em; }
.price-block small { display: block; margin-top: 5px; color: var(--muted); font-size: .58rem; }
.divider { height: 1px; margin: 27px 0; background: linear-gradient(90deg, transparent, var(--line-strong) 12%, var(--line-strong) 88%, transparent); }
.divider--soft { margin: 30px 0; opacity: .65; }
.panel-promise { margin: 22px 0 0; padding: 13px 14px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(200,154,67,.22); border-radius: 14px; background: rgba(200,154,67,.06); }
.panel-promise > span { flex: 0 0 25px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--success); font-size: .67rem; }
.panel-promise p { margin: 0; }
.panel-promise strong, .panel-promise small { display: block; }
.panel-promise strong { font-size: .72rem; }
.panel-promise small { margin-top: 3px; color: var(--muted); font-size: .61rem; line-height: 1.4; }

.customer-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.customer-form legend { padding: 0; font-size: 1.18rem; font-weight: 750; letter-spacing: -.025em; }
.section-help { margin: 6px 0 19px; color: var(--muted); font-size: .73rem; line-height: 1.45; }
.section-heading { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 19px; }
.section-heading > span { flex: 0 0 29px; width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; color: var(--gold-deep); font-size: .61rem; font-weight: 800; }
.section-heading legend { padding: 0; font-size: 1.18rem; font-weight: 750; letter-spacing: -.025em; }
.section-heading p { margin: 4px 0 0; color: var(--muted); font-size: .73rem; line-height: 1.45; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field--wide { grid-column: 1 / -1; }
.field { display: grid; gap: 7px; }
.field > span { color: var(--brown); font-size: .72rem; font-weight: 750; }
.field input { width: 100%; min-height: 54px; padding: 0 15px; border: 1px solid var(--line); border-radius: 14px; outline: 0; background: rgba(255,249,242,.62); color: var(--ink); font-size: max(16px, .88rem); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease; }
.field input::placeholder { color: #a99d94; }
.field input:focus { border-color: rgba(200,154,67,.8); box-shadow: 0 0 0 4px rgba(200,154,67,.10); background: #fff; transform: translateY(-1px); }
.payment-section { margin-top: 30px !important; opacity: .77; }
.payment-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin: 0 0 15px; }
.payment-method { min-height: 76px; padding: 11px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,249,242,.55); }
.payment-method__symbol { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--ink); color: #fff; font-size: .62rem; font-weight: 850; }
.payment-method strong, .payment-method small { display: block; }
.payment-method strong { font-size: .72rem; }
.payment-method small { margin-top: 4px; color: var(--muted); font-size: .57rem; line-height: 1.3; }
.payment-mount { min-height: 94px; padding: 17px; display: flex; align-items: center; gap: 14px; border: 1px dashed rgba(200,154,67,.36); border-radius: 16px; background: linear-gradient(135deg, rgba(200,154,67,.08), rgba(255,249,242,.45)); }
.payment-mount__pulse { flex: 0 0 32px; width: 32px; height: 32px; border: 2px solid rgba(200,154,67,.24); border-top-color: var(--gold-deep); border-radius: 50%; animation: spin 1s linear infinite; }
.payment-mount strong { font-size: .78rem; }
.payment-mount p { margin: 5px 0 0; color: var(--muted); font-size: .67rem; line-height: 1.45; }
@keyframes spin { to { transform: rotate(360deg); } }

.button { position: relative; isolation: isolate; overflow: hidden; min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 100px; text-decoration: none; font-weight: 800; line-height: 1.1; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0) scale(.985); }
.button:focus-visible { outline: 3px solid rgba(185,104,72,.28); outline-offset: 4px; }
.button--primary, .button--checkout { color: #fff; background: linear-gradient(110deg,#8e4932,#b96848 38%,#ca805d 58%,#8e4932); background-size: 220% 100%; box-shadow: 0 12px 28px rgba(185,104,72,.25); animation: lda-checkout-cta-breathe 7s ease-in-out infinite; }
.button--primary::before, .button--checkout::before { content: ""; position: absolute; z-index: 0; inset: -45% -20%; pointer-events: none; background: linear-gradient(110deg,transparent 34%,rgba(255,255,255,.30) 47%,transparent 60%); transform: translateX(-85%) rotate(4deg); animation: lda-checkout-cta-sheen 6.5s ease-in-out infinite; }
.button--primary:hover, .button--checkout:not(:disabled):hover { background-position: 100% 50%; box-shadow: 0 18px 38px rgba(142,73,50,.30); }
.button--ghost { border-color: var(--line-strong); color: var(--brown); background: rgba(255,255,255,.18); }
.button--ghost:hover { border-color: var(--gold); background: rgba(200,154,67,.08); box-shadow: 0 12px 26px rgba(42,33,28,.08); }
.button--checkout { width: 100%; min-height: 59px; margin-top: 20px; justify-content: space-between; }
.button:disabled { cursor: not-allowed; opacity: .55; box-shadow: none; animation: none; transform: none; }
.button:disabled::before { display: none; }
@keyframes lda-checkout-cta-breathe { 0%,100% { background-position: 0% 50%; box-shadow: 0 12px 28px rgba(185,104,72,.23); } 50% { background-position: 100% 50%; box-shadow: 0 16px 34px rgba(142,73,50,.29); } }
@keyframes lda-checkout-cta-sheen { 0%,68%,100% { transform: translateX(-85%) rotate(4deg); } 82% { transform: translateX(85%) rotate(4deg); } }
.checkout-disclaimer { margin: 15px auto 0; max-width: 470px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; color: var(--muted); font-size: .62rem; line-height: 1.5; }
.checkout-disclaimer .lock-icon { transform: scale(.72); }
.availability-warning { margin: 18px 0 0; padding: 13px 15px; border-radius: 12px; color: var(--danger); background: rgba(151,77,70,.08); font-size: .76rem; font-weight: 700; }

.checkout-footer { width: min(1220px, calc(100% - 38px)); margin: 0 auto; padding: 24px 0 35px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.checkout-footer p { margin: 0; }
.checkout-footer nav { display: flex; gap: 20px; }
.checkout-footer a { text-decoration: none; }
.checkout-footer a:hover { color: var(--ink); }
.checkout-footer--floating { justify-content: center; border-top: 0; }

@media (prefers-reduced-motion: reduce) {
  .button, .button::before { animation: none !important; transition-duration: .01ms !important; }
}


/* === checkout-v18-3.css === */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.state-card { grid-column: 1 / -1; width: min(720px, 100%); margin: 5vh auto; padding: clamp(30px, 6vw, 62px); text-align: center; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,253,249,.94); box-shadow: var(--shadow-card); }
.state-card > img { width: 84px; margin: 0 auto 18px; }
.state-card h1 { font-size: clamp(2rem, 4vw, 3.6rem); }
.state-card > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.state-card__actions { margin-top: 26px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }

.confirmation-shell { min-height: calc(100vh - 160px); display: grid; place-items: center; padding: 30px 18px 70px; }
.confirmation-card { width: min(720px, 100%); padding: clamp(30px, 6vw, 60px); text-align: center; border: 1px solid var(--line); border-radius: 30px; background: rgba(255,253,249,.94); box-shadow: var(--shadow-card); position: relative; overflow: hidden; }
.confirmation-card::before { content: ""; position: absolute; width: 340px; height: 340px; top: -250px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(200,154,67,.24), transparent 68%); }
.confirmation-card__shine { position: absolute; inset: -80% -30%; background: linear-gradient(115deg, transparent 46%, rgba(255,255,255,.32) 50%, transparent 54%); transform: translateX(-65%) rotate(8deg); animation: confirmation-sheen 8s ease-in-out infinite; pointer-events: none; }
@keyframes confirmation-sheen { 0%, 70% { transform: translateX(-65%) rotate(8deg); } 92%, 100% { transform: translateX(65%) rotate(8deg); } }
.confirmation-card h1 { position: relative; font-size: clamp(2rem, 4.8vw, 3.8rem); }
.confirmation-card__lead { position: relative; max-width: 580px; margin: 18px auto 0; color: var(--muted); font-size: .95rem; line-height: 1.7; }
.status-animation { width: 104px; height: 104px; margin: 0 auto 25px; position: relative; display: grid; place-items: center; }
.status-animation__ring { position: absolute; inset: 0; border: 1px solid rgba(200,154,67,.45); border-radius: 50%; animation: status-ring 2s ease-out infinite; }
.status-animation__ring--delay { animation-delay: 1s; }
.status-animation__core { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--ink); font-size: 1.55rem; font-weight: 800; box-shadow: 0 16px 35px rgba(42,33,28,.22); }
.status-animation__core i, .inline-spinner { width: 19px; height: 19px; border: 2px solid rgba(255,255,255,.28); border-top-color: #fff; border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes status-ring { 0% { transform: scale(.72); opacity: .8; } 100% { transform: scale(1.16); opacity: 0; } }
.confirmation-product { margin: 28px 0; padding: 14px; display: flex; align-items: center; gap: 14px; text-align: left; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,249,242,.58); }
.confirmation-product img, .confirmation-product__fallback { flex: 0 0 68px; width: 68px; height: 68px; border-radius: 16px; object-fit: cover; }
.confirmation-product__fallback { display: grid; place-items: center; color: var(--cream); background: var(--ink); font-weight: 800; }
.confirmation-product small, .confirmation-product strong, .confirmation-product span { display: block; }
.confirmation-product small { color: var(--muted); font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }
.confirmation-product strong { margin-top: 4px; font-size: .9rem; }
.confirmation-product span { margin-top: 5px; color: var(--gold-deep); font-size: .68rem; font-weight: 750; }
.progress-steps { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; text-align: left; }
.progress-steps li { display: flex; align-items: center; gap: 12px; color: #a09288; }
.progress-steps li > span { flex: 0 0 30px; width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-size: .65rem; font-weight: 800; }
.progress-steps strong, .progress-steps small { display: block; }
.progress-steps strong { font-size: .78rem; }
.progress-steps small { margin-top: 2px; font-size: .63rem; }
.progress-steps .is-complete, .progress-steps .is-current { color: var(--ink); }
.progress-steps .is-complete > span { border-color: var(--success); color: #fff; background: var(--success); }
.progress-steps .is-current > span { border-color: var(--gold); color: var(--gold-deep); background: rgba(200,154,67,.08); box-shadow: 0 0 0 4px rgba(200,154,67,.07); }
.confirmation-actions { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.verification-note { margin: 18px 0 0; color: var(--muted); font-size: .62rem; line-height: 1.55; }
.confirmation-card--success .status-animation__core { background: var(--success); }
.confirmation-card--error .status-animation__core { background: var(--danger); }
.confirmation-card--pending .status-animation__core, .confirmation-card--processing .status-animation__core { background: var(--gold-deep); }

@media (max-width: 980px) {
  .checkout-shell { grid-template-columns: 1fr; width: min(760px, calc(100% - 30px)); gap: 42px; padding-top: 42px; }
  .checkout-intro { position: static; }
  .product-stage { width: min(66%, 420px); }
  .intro-copy { text-align: center; }
  .intro-copy__lead { margin-left: auto; margin-right: auto; }
  .eyebrow > span { display: none; }
  .benefit-list { max-width: 600px; margin-inline: auto; }
  .confidence-strip { max-width: 650px; margin-inline: auto; }
}

@media (max-width: 640px) {
  .trust-header { min-height: 74px; padding: 10px 15px; }
  .brand__logo { width: 43px; height: 43px; }
  .brand strong { font-size: .88rem; }
  .brand small { max-width: 175px; font-size: .54rem; }
  .trust-header__seal > span:last-child { display: none; }
  .checkout-progress { margin-top: 18px; font-size: 0; gap: 7px; }
  .checkout-progress span { gap: 0; }
  .checkout-progress i { font-size: .62rem; }
  .checkout-shell { width: min(100% - 24px, 600px); padding: 34px 0 65px; gap: 34px; }
  .intro-copy h1 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .intro-copy__lead { font-size: .92rem; }
  .product-stage { width: min(86%, 390px); margin-top: 28px; }
  .product-stage__card { width: 82%; height: 82%; }
  .benefit-list { grid-template-columns: 1fr; gap: 9px; }
  .confidence-strip { grid-template-columns: 1fr; gap: 10px; border-bottom: 0; }
  .confidence-strip > div { padding: 0 0 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .checkout-panel { padding: 24px 18px; border-radius: 22px; }
  .order-summary { display: grid; grid-template-columns: 1fr; gap: 14px; }
  .price-block { text-align: left; }
  .field-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .payment-methods { grid-template-columns: 1fr; }
  .payment-method { min-height: 64px; }
  .checkout-footer { width: calc(100% - 30px); flex-direction: column; text-align: center; }
  .confirmation-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .product-stage__card { transform: none; }
}


/* === checkout-v18-4.css === */
.shipping-section {
  margin-top: 30px !important;
  padding-top: 30px !important;
  border-top: 1px solid var(--line) !important;
}

.shipping-section .section-heading {
  margin-bottom: 19px;
}

.shipping-section .section-heading legend {
  margin: 0;
}

.shipping-section .section-heading p {
  max-width: 460px;
}

body[data-product-kind="physical"] .checkout-progress span:last-child i,
body[data-product-kind="physical"] .product-stage__tag {
  border-color: rgba(185, 104, 72, .32);
  background: rgba(185, 104, 72, .10);
  color: #8e4932;
}

body[data-product-kind="physical"] .panel-promise {
  background: linear-gradient(135deg, rgba(185, 104, 72, .08), rgba(255, 249, 242, .52));
  border-color: rgba(185, 104, 72, .20);
}

@media (max-width: 640px) {
  .shipping-section {
    margin-top: 24px !important;
    padding-top: 24px !important;
  }

  .shipping-section .field-grid {
    grid-template-columns: 1fr;
  }

  .shipping-section .field--wide {
    grid-column: auto;
  }
}


/* === checkout-v18-5.css === */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

.checkout-panel { border-color: rgba(200,154,67,.28); box-shadow: 0 34px 100px rgba(71,50,35,.15), 0 0 0 1px rgba(255,255,255,.82) inset; }
.checkout-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(140deg, rgba(255,255,255,.24), transparent 34%); }
.order-summary, .customer-form, .payment-section, .button--checkout, .availability-warning { position: relative; z-index: 1; }

.form-section-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 14px; }
.form-section-head__step { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--brown), var(--ink)); box-shadow: 0 10px 24px rgba(42,33,28,.18); font-size: .72rem; font-weight: 850; }
.form-section-head .eyebrow { margin-bottom: 6px; }
.form-section-head h2, .form-section-head legend { margin: 0; padding: 0; color: var(--ink); font-size: 1.28rem; line-height: 1.2; font-weight: 780; letter-spacing: -.035em; }
.form-section-head .section-help { margin: 7px 0 0; max-width: 520px; }
.form-section-head--payment { margin-bottom: 18px; }

.form-progress { --form-progress: 0%; height: 5px; margin: 2px 0 8px; overflow: hidden; border-radius: 100px; background: rgba(200,154,67,.12); }
.form-progress > span { display: block; width: var(--form-progress); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright)); box-shadow: 0 0 16px rgba(200,154,67,.35); transition: width .35s cubic-bezier(.2,.8,.2,1); }
.form-progress__caption { margin-bottom: 20px; display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: .62rem; }
.form-progress__secure { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; color: var(--success); font-weight: 750; }
.form-progress__secure .lock-icon { transform: scale(.68); transform-origin: center; }

.field { position: relative; }
.field > span { display: inline-flex; align-items: center; gap: 7px; }
.field input { padding-right: 42px; }
.field::after { content: ""; position: absolute; right: 16px; top: 42px; width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; opacity: 0; transform: scale(.72); transition: opacity .2s ease, transform .2s ease; }
.field.is-valid::after { content: "✓"; opacity: 1; transform: scale(1); color: #fff; background: var(--success); font-size: .62rem; font-weight: 900; }
.field.is-valid input { border-color: rgba(63,115,85,.42); background: rgba(247,252,248,.9); }
.field.is-invalid input { border-color: rgba(151,77,70,.72); box-shadow: 0 0 0 4px rgba(151,77,70,.08); background: rgba(255,248,247,.95); }
.field [data-field-feedback] { min-height: 14px; margin-top: -2px; color: var(--muted); font-size: .56rem; line-height: 1.3; }
.field.is-valid [data-field-feedback] { color: var(--success); }
.field.is-invalid [data-field-feedback] { color: var(--danger); }

.form-delivery-note { margin: 20px 0 0; padding: 13px 14px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(63,115,85,.18); border-radius: 14px; background: rgba(63,115,85,.055); }
.form-delivery-note > span { flex: 0 0 27px; width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--success); font-size: .68rem; font-weight: 850; }
.form-delivery-note p { margin: 0; }
.form-delivery-note strong, .form-delivery-note small { display: block; }
.form-delivery-note strong { font-size: .72rem; }
.form-delivery-note small { margin-top: 3px; color: var(--muted); font-size: .61rem; line-height: 1.45; }

.shipping-section { margin-top: 30px !important; padding-top: 28px !important; border-top: 1px solid var(--line) !important; }
.payment-section { margin-top: 32px !important; padding-top: 28px !important; border-top: 1px solid var(--line) !important; opacity: 1; transition: opacity .25s ease, filter .25s ease; }
.payment-section:not(.is-ready):not(:disabled) { opacity: .78; }
.payment-section.is-ready { opacity: 1; }
.payment-methods { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.payment-method { min-height: 78px; padding: 13px 14px; border-color: rgba(200,154,67,.22); background: linear-gradient(145deg, rgba(255,253,249,.94), rgba(255,249,242,.72)); box-shadow: 0 8px 24px rgba(71,50,35,.045); }
.payment-method__symbol { width: auto; min-width: 38px; padding: 0 8px; background: linear-gradient(135deg, var(--brown), var(--ink)); font-size: .52rem; letter-spacing: .04em; }
.payment-method strong { font-size: .76rem; }
.payment-method small { font-size: .59rem; }
.payment-mount { min-height: 112px; border-style: solid; border-color: rgba(200,154,67,.22); background: rgba(255,253,249,.72); }
.payment-trust-row { margin: 14px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.payment-trust-row span { min-width: 0; padding: 9px 10px; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); background: rgba(255,249,242,.52); text-align: center; font-size: .55rem; line-height: 1.25; }
.payment-trust-row i { flex: 0 0 17px; width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--success); font-style: normal; font-size: .48rem; }

.checkout-disclaimer[data-tone="loading"] { color: var(--warning); }
.checkout-disclaimer[data-tone="success"] { color: var(--success); }
.checkout-disclaimer[data-tone="error"] { color: var(--danger); font-weight: 700; }

@media (max-width: 980px) {
  .checkout-panel { order: 1; }
  .checkout-intro { order: 2; }
  .checkout-shell { gap: 30px; }
  .checkout-intro { padding-top: 4px; }
  .intro-copy h1 { font-size: clamp(2rem, 8vw, 3rem); }
  .product-stage { width: min(48%, 310px); margin-top: 24px; margin-bottom: 22px; }
  .confidence-strip { margin-top: 20px; }
}

@media (max-width: 640px) {
  .checkout-shell { padding-top: 20px; }
  .checkout-panel { padding: 21px 16px 24px; border-radius: 20px; }
  .order-summary h2 { font-size: 1.08rem; }
  .price-block strong { font-size: 1.55rem; }
  .form-section-head { gap: 11px; }
  .form-section-head__step { flex-basis: 31px; width: 31px; height: 31px; }
  .form-section-head h2, .form-section-head legend { font-size: 1.13rem; }
  .form-progress__caption { align-items: center; font-size: .57rem; }
  .field input { min-height: 56px; }
  .payment-methods { grid-template-columns: 1fr; }
  .payment-method { min-height: 66px; }
  .payment-trust-row { grid-template-columns: 1fr; }
  .payment-trust-row span { justify-content: flex-start; text-align: left; }
  .checkout-intro { padding: 8px 4px 0; }
  .intro-copy h1 { font-size: 2.05rem; }
  .intro-copy__lead { margin-top: 14px; font-size: .86rem; line-height: 1.58; }
  .product-stage { width: min(56%, 230px); margin: 20px auto 18px; }
  .benefit-list { gap: 7px; }
  .benefit-list li { font-size: .74rem; }
  .confidence-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0; border: 0; }
  .confidence-strip > div { padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,253,249,.66); }
  .confidence-strip > div:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  .form-progress > span, .field::after, .payment-section { transition: none !important; }
}


/* === checkout-v18-6.css === */
.payment-section,
.payment-frame,
.payment-mount,
#paymentBrick_container,
#paymentBrick_container > * {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.checkout-panel {
  overflow: visible;
}

.checkout-panel__shine {
  display: none;
}

.payment-frame {
  position: relative;
  display: block;
}

.payment-loader,
.payment-retry {
  min-height: 108px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(200,154,67,.25);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(200,154,67,.08), rgba(255,249,242,.7));
}

.payment-loader[hidden],
.payment-retry[hidden] {
  display: none !important;
}

.payment-loader strong,
.payment-retry strong {
  display: block;
  font-size: .79rem;
}

.payment-loader p,
.payment-retry p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: .67rem;
  line-height: 1.5;
}

.payment-retry {
  display: grid;
  justify-items: start;
}

.payment-retry .button {
  min-height: 44px;
  margin-top: 5px;
  padding-inline: 18px;
}

.payment-mount {
  min-height: 0;
  padding: 0;
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.payment-mount:empty {
  display: none;
}

.payment-mount > div,
.payment-mount iframe {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.payment-frame.is-ready .payment-mount {
  display: block;
}

.payment-frame.is-error .payment-mount {
  display: none;
}

.payment-section fieldset,
.payment-section form,
.payment-section [class*="container"],
.payment-section [class*="form"] {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 980px) {
  .checkout-shell {
    width: min(100% - 20px, 760px);
  }

  .checkout-panel {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .checkout-shell {
    width: 100%;
    padding-inline: 10px;
  }

  .checkout-panel {
    padding: 18px 12px 22px;
    border-radius: 18px;
  }

  .payment-section {
    margin-top: 24px !important;
    padding-top: 22px !important;
  }

  .payment-frame {
    margin-inline: -2px;
  }

  .payment-loader,
  .payment-retry {
    min-height: 96px;
    padding: 14px;
    border-radius: 13px;
  }

  .payment-mount {
    margin-inline: 0;
  }

  .payment-trust-row {
    gap: 7px;
  }

  .payment-trust-row span {
    padding: 9px 10px;
  }

  .form-section-head--payment .section-help {
    max-width: 260px;
  }
}

@media (max-width: 380px) {
  .checkout-shell {
    padding-inline: 6px;
  }

  .checkout-panel {
    padding-inline: 10px;
  }

  .form-section-head__step {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }
}


/* === checkout-v18-7.css === */
@media (max-width: 640px) {
  .confidence-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .confidence-strip > div,
  .confidence-strip > div:first-child,
  .confidence-strip > div:last-child {
    min-height: 58px;
    padding: 10px 12px;
    align-items: center;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 0;
  }

  .confidence-strip > div:last-child {
    grid-column: 1 / -1;
  }

  .confidence-strip__icon {
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    margin: 0;
  }

  .confidence-strip p {
    min-width: 0;
    text-align: left;
  }

  .confidence-strip strong,
  .confidence-strip small {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .confirmation-card .payment-mount {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  .confidence-strip {
    grid-template-columns: 1fr;
  }

  .confidence-strip > div:last-child {
    grid-column: auto;
  }
}


/* === checkout-v18-8.css === */
.payment-price-guide {
  margin: 0 0 18px;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 10px;
  border: 1px solid rgba(200, 154, 67, .25);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 253, 249, .98), rgba(255, 247, 236, .82));
  box-shadow: 0 10px 28px rgba(71, 50, 35, .055);
}

.payment-price-guide__total,
.payment-price-guide__installments {
  min-width: 0;
  padding: 12px;
  border-radius: 12px;
}

.payment-price-guide__total {
  background: rgba(255, 255, 255, .74);
}

.payment-price-guide__total > span,
.payment-price-guide__total > small,
.payment-price-guide__installments small {
  display: block;
}

.payment-price-guide__total > span {
  color: var(--muted);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.payment-price-guide__total strong {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.payment-price-guide__total small,
.payment-price-guide__installments small {
  margin-top: 5px;
  color: var(--muted);
  font-size: .58rem;
  line-height: 1.45;
}

.payment-price-guide__installments {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(63, 115, 85, .2);
  background: linear-gradient(135deg, rgba(63, 115, 85, .08), rgba(255, 255, 255, .76));
}

.payment-price-guide__installments::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(63, 115, 85, .12), transparent 67%);
  pointer-events: none;
}

.payment-price-guide__installments > div {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.payment-price-guide__installments strong {
  display: inline;
  color: var(--ink);
  font-size: .72rem;
  line-height: 1.35;
  background: linear-gradient(transparent 68%, rgba(72, 154, 104, .19) 68%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.payment-price-guide__badge {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-width: 45px;
  min-height: 28px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--success), #2e6948);
  box-shadow: 0 7px 16px rgba(63, 115, 85, .18);
  font-size: .49rem;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.payment-frame.is-ready {
  animation: payment-frame-ready .42s ease both;
}

@keyframes payment-frame-ready {
  from { opacity: .72; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.status-next-step {
  margin-top: 18px;
  padding: 18px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  border: 1px solid rgba(63, 115, 85, .2);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(63, 115, 85, .08), rgba(255, 253, 249, .96));
  text-align: left;
}

.status-next-step[hidden] {
  display: none !important;
}

.status-next-step__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--success);
  box-shadow: 0 10px 22px rgba(63, 115, 85, .2);
  font-size: 1rem;
  font-weight: 900;
}

.status-next-step h2 {
  margin: 0;
  color: var(--ink);
  font-size: .98rem;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.status-next-step p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.55;
}

.status-next-step .button {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 2px;
}

.status-next-step__secondary {
  grid-column: 1 / -1;
  color: var(--muted);
  text-align: center;
  font-size: .61rem;
}

@media (max-width: 640px) {
  .payment-price-guide {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .payment-price-guide__total,
  .payment-price-guide__installments {
    padding: 11px;
  }

  .payment-price-guide__installments {
    align-items: flex-start;
  }

  .payment-price-guide__installments strong {
    font-size: .7rem;
  }

  .status-next-step {
    padding: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .payment-frame.is-ready {
    animation: none;
  }
}


/* === checkout-v18-9.css === */
.payment-installment-choice {
  margin: -6px 0 16px;
  padding: 13px 14px;
  border: 1px solid rgba(57, 43, 33, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

.payment-installment-choice label {
  display: block;
  margin-bottom: 7px;
  color: #30251f;
  font-size: .82rem;
  font-weight: 800;
}

.payment-installment-choice select {
  width: 100%;
  min-height: 46px;
  padding: 0 38px 0 12px;
  border: 1px solid rgba(57, 43, 33, .18);
  border-radius: 11px;
  background: #fff;
  color: #30251f;
  font: inherit;
  font-size: .86rem;
  font-weight: 650;
}

.payment-installment-choice select:focus {
  outline: 3px solid rgba(166, 121, 44, .16);
  border-color: rgba(166, 121, 44, .56);
}

.payment-installment-choice select:disabled {
  opacity: .68;
  cursor: not-allowed;
}

.payment-installment-choice small,
.payment-email-sync-note {
  display: block;
  margin-top: 7px;
  color: #74675f;
  font-size: .73rem;
  line-height: 1.45;
}

.payment-email-sync-note {
  margin: -5px 0 15px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(25, 145, 93, .075);
  color: #345f4d;
  font-weight: 650;
}

.payment-email-sync-note span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  place-items: center;
  border-radius: 50%;
  background: #e4f6ed;
  color: #16865a;
  font-weight: 900;
}

.verified-payment-summary {
  margin: 18px 0 4px;
  display: grid;
  gap: 10px;
}

.verified-payment-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(57, 43, 33, .1);
  border-radius: 13px;
  background: rgba(255, 255, 255, .78);
}

.verified-payment-summary__row span {
  color: #74675f;
  font-size: .8rem;
}

.verified-payment-summary__row strong {
  color: #30251f;
  font-size: .92rem;
  text-align: right;
}

.verified-payment-summary__row--status strong {
  color: #087c4c;
}

.pix-payment-panel[hidden] {
  display: none;
}

.pix-payment-panel {
  margin: 20px 0 8px;
  padding: 20px;
  border: 1px solid rgba(25, 145, 93, .2);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(239, 251, 246, .96), rgba(255, 255, 255, .92));
  box-shadow: 0 18px 40px rgba(25, 91, 65, .08);
}

.pix-payment-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.pix-payment-panel__eyebrow {
  margin: 0 0 4px;
  color: #16865a;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pix-payment-panel h2 {
  margin: 0;
  color: #263b31;
  font-size: 1.08rem;
  line-height: 1.35;
}

.pix-payment-panel__badge {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #dff5e9;
  color: #0d754b;
  font-size: .7rem;
  font-weight: 800;
}

.pix-payment-panel__content {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.pix-payment-panel__qr {
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid rgba(57, 43, 33, .1);
  border-radius: 16px;
  background: #fff;
}

.pix-payment-panel__qr img {
  display: block;
  width: min(100%, 220px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

.pix-payment-panel__details label {
  display: block;
  margin-bottom: 7px;
  color: #30251f;
  font-size: .78rem;
  font-weight: 800;
}

.pix-payment-panel__details textarea {
  width: 100%;
  min-height: 106px;
  resize: vertical;
  padding: 12px;
  border: 1px solid rgba(57, 43, 33, .16);
  border-radius: 12px;
  background: #fff;
  color: #42372f;
  font: 600 .72rem/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  overflow-wrap: anywhere;
}

.pix-payment-panel__details textarea:focus {
  outline: 3px solid rgba(25, 145, 93, .14);
  border-color: rgba(25, 145, 93, .48);
}

.pix-payment-panel__copy {
  width: 100%;
  margin-top: 10px;
}

.pix-payment-panel__copy-status,
.pix-payment-panel__note {
  margin: 9px 0 0;
  color: #5f6f66;
  font-size: .73rem;
  line-height: 1.5;
}

.pix-payment-panel__ticket {
  display: inline-flex;
  margin-top: 13px;
  color: #0d754b;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pix-payment-panel__ticket[hidden] {
  display: none;
}

.pix-payment-panel__note {
  padding-top: 14px;
  border-top: 1px solid rgba(25, 145, 93, .13);
}

@media (max-width: 680px) {
  .pix-payment-panel__content {
    grid-template-columns: 1fr;
  }

  .pix-payment-panel__qr {
    width: min(100%, 260px);
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .payment-installment-choice {
    padding: 12px;
  }

  .payment-installment-choice select {
    font-size: .8rem;
  }

  .verified-payment-summary__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .verified-payment-summary__row strong {
    text-align: left;
  }

  .pix-payment-panel {
    padding: 16px;
  }

  .pix-payment-panel__header {
    flex-direction: column;
    gap: 10px;
  }

  .pix-payment-panel__badge {
    align-self: flex-start;
  }
}


/* === checkout-v18-10.css === */
.form-delivery-note {
  margin-top: 16px;
  padding: 12px 13px;
  border-color: rgba(63, 115, 85, .2);
  background: linear-gradient(135deg, rgba(63, 115, 85, .07), rgba(255, 253, 249, .92));
}

.form-delivery-note > span {
  background: #3f7355;
  box-shadow: 0 7px 16px rgba(63, 115, 85, .16);
}

.form-delivery-note strong {
  color: var(--ink);
  font-size: .73rem;
}

.form-delivery-note small {
  max-width: 460px;
  color: #68756e;
}

.payment-section .section-help {
  max-width: 470px;
}

.payment-trust-row {
  margin-top: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.payment-trust-row span {
  min-height: 44px;
  padding: 8px 7px;
  border-color: rgba(63, 115, 85, .15);
  background: rgba(255, 253, 249, .9);
  color: #657168;
  font-size: .56rem;
  font-weight: 650;
}

.payment-trust-row i {
  background: #3f7355;
}

.checkout-disclaimer {
  margin-top: 10px;
  color: #68756e;
  font-size: .61rem;
}

.checkout-disclaimer[data-tone="success"] {
  color: #3f7355;
}

@media (max-width: 640px) {
  .form-delivery-note {
    margin-top: 15px;
    padding: 11px 12px;
  }

  .payment-section {
    margin-top: 22px !important;
    padding-top: 20px !important;
  }

  .form-section-head--payment {
    margin-bottom: 14px;
  }

  .payment-trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .payment-trust-row span {
    min-height: 50px;
    padding: 7px 5px;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    text-align: center;
    font-size: .52rem;
    line-height: 1.25;
  }

  .payment-trust-row i {
    flex-basis: 16px;
    width: 16px;
    height: 16px;
  }

  .checkout-disclaimer {
    max-width: 310px;
  }
}

@media (max-width: 360px) {
  .payment-trust-row span {
    font-size: .49rem;
  }
}


/* === checkout-v18-11.css === */
/* Production checkout polish v2: a single, calm hierarchy around the native Brick. */

.field__hint {
  display: block;
  margin-top: -1px;
  color: #68756e;
  font-size: .6rem;
  line-height: 1.4;
}

.payment-section {
  min-width: 0;
  min-inline-size: 0;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--line) !important;
}

.payment-section > legend,
.payment-section .form-section-head,
.payment-frame,
.payment-assurance,
.checkout-disclaimer {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.form-section-head--payment {
  align-items: center;
  margin-bottom: 16px;
}

.form-section-head--payment .section-help {
  margin-top: 5px;
}

.payment-frame {
  margin-inline: 0;
}

.payment-loader,
.payment-retry {
  border-color: rgba(53, 107, 77, .18);
  background: rgba(53, 107, 77, .045);
  box-shadow: none;
}

.payment-assurance {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  color: #657168;
  text-align: center;
  font-size: .62rem;
  line-height: 1.4;
}

.payment-assurance .lock-icon {
  color: #356b4d;
  transform: scale(.74);
}

.payment-assurance strong {
  color: #405047;
  font-weight: 760;
}

.payment-assurance > i {
  color: #b8b0a8;
  font-style: normal;
}

.checkout-disclaimer {
  min-height: 0;
  margin: 10px auto 0;
  font-size: .68rem;
  line-height: 1.45;
}

.checkout-disclaimer[hidden] {
  display: none !important;
}

.checkout-disclaimer[data-tone="loading"],
.checkout-disclaimer[data-tone="error"],
.checkout-disclaimer[data-tone="success"] {
  display: block;
  padding: 9px 11px;
  border-radius: 10px;
  background: rgba(255, 253, 249, .9);
}

@media (max-width: 980px) {
  .checkout-shell {
    width: min(100%, 760px);
    padding-inline: 12px;
  }

  .checkout-panel {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .checkout-progress {
    display: none;
  }

  .checkout-shell {
    width: 100%;
    padding: 16px 10px 48px;
  }

  .checkout-panel {
    padding: 20px 14px 24px;
    border-radius: 18px;
    box-shadow: 0 22px 58px rgba(71, 50, 35, .11);
  }

  .checkout-intro {
    display: none;
  }

  .form-section-head--payment {
    gap: 10px;
    margin-bottom: 14px;
  }

  .form-section-head--payment .section-help {
    max-width: none;
  }

  .payment-section {
    margin-top: 24px !important;
    padding-top: 22px !important;
  }

  .payment-assurance {
    margin-top: 11px;
    padding-inline: 4px;
    gap: 5px 7px;
    font-size: .6rem;
  }
}

@media (max-width: 380px) {
  .checkout-shell {
    padding-inline: 8px;
  }

  .checkout-panel {
    padding-inline: 12px;
  }

  .payment-assurance > i {
    display: none;
  }

  .payment-assurance > span:last-child {
    flex-basis: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .payment-section,
  .payment-frame {
    transition: none !important;
    animation: none !important;
  }
}


/* === checkout-v18-12.css === */
/* Final payment polish: neutral payment choices, centered CTA and subtle legal identity. */

#paymentBrick_container [class*="button-container-"] {
  margin-inline: auto !important;
}

#paymentBrick_container button[type="submit"] {
  position: relative;
  isolation: isolate;
  background: linear-gradient(110deg, #2f6548 0%, #4a8061 48%, #2f6548 100%) !important;
  background-size: 210% 100% !important;
  background-position: 0 0 !important;
  box-shadow: 0 10px 24px rgba(47, 101, 72, .2) !important;
  transition: transform .18s ease, box-shadow .18s ease, background-position .55s ease !important;
}

#paymentBrick_container button[type="submit"]::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(105deg, transparent 34%, rgba(255, 255, 255, .18) 50%, transparent 66%);
  transform: translateX(-115%);
  transition: transform .6s ease;
}

#paymentBrick_container button[type="submit"] > * {
  position: relative;
  z-index: 1;
}

#paymentBrick_container button[type="submit"]:not(:disabled):hover {
  background-position: 100% 0 !important;
  box-shadow: 0 13px 28px rgba(47, 101, 72, .26) !important;
  transform: translateY(-1px);
}

#paymentBrick_container button[type="submit"]:not(:disabled):hover::after {
  transform: translateX(115%);
}

#paymentBrick_container button[type="submit"]:not(:disabled):active {
  box-shadow: 0 7px 16px rgba(47, 101, 72, .2) !important;
  transform: translateY(0) scale(.99);
}

#paymentBrick_container button[type="submit"]:focus-visible {
  outline: 3px solid rgba(53, 107, 77, .24) !important;
  outline-offset: 3px;
}

.checkout-footer p {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.checkout-footer__legal {
  color: #8a8179;
  font-size: .61rem;
  letter-spacing: .01em;
  line-height: 1.4;
}

@media (min-width: 721px) {
  #paymentBrick_container button[type="submit"] {
    min-width: 280px;
  }
}

@media (max-width: 720px) {
  .checkout-footer__legal {
    font-size: .59rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #paymentBrick_container button[type="submit"] {
    transition: none !important;
  }

  #paymentBrick_container button[type="submit"]::after {
    display: none;
  }
}


/* === checkout-v18-13.css === */
/* Payment method tabs: compact, breathable and visually independent from the form. */

#paymentBrick_container [class*="payment-options-"] {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10px;
  row-gap: 14px;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

#paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"] {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0;
  min-height: 52px;
  height: auto !important;
  padding: 8px 12px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
  border: 1px solid #ded7cf !important;
  border-radius: 14px !important;
  background: #fffdf9 !important;
  box-shadow: 0 5px 15px rgba(71, 50, 35, .035);
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

#paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"]:first-child {
  grid-column: 1;
  grid-row: 1;
}

#paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"]:last-child {
  grid-column: 2;
  grid-row: 1;
}

#paymentBrick_container [class*="payment-options-"] > [class*="payment-option-"] {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"][class*="active-"] {
  border-color: #6f957e !important;
  background: #edf5f0 !important;
  box-shadow: 0 0 0 2px rgba(53, 107, 77, .1), 0 7px 18px rgba(53, 107, 77, .08);
}

#paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"]:has(> input[class*="radio-"]:focus-visible) {
  outline: 3px solid rgba(53, 107, 77, .2);
  outline-offset: 3px;
}

#paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"] > input[class*="radio-"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none;
}

#paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"] > [class*="selector-icon-"] {
  flex: 0 0 32px;
  width: 32px !important;
  height: 32px !important;
  align-self: center;
  border-color: #d8d0c7 !important;
  background: rgba(255, 255, 255, .78) !important;
}

#paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"] > [class*="selector-text-container-"] {
  flex: 0 1 auto;
  width: auto !important;
  min-width: 0;
  min-height: 32px;
  align-self: center;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

#paymentBrick_container [data-dlr-hidden-copy="true"],
#paymentBrick_container [data-dlr-hidden-copy-wrapper="true"] {
  display: none !important;
}

#paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"] > [class*="selector-text-container-"] p {
  min-height: 32px;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: .92rem !important;
  line-height: 1 !important;
}

#paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"] > [class*="selector-text-container-"] p > span:first-child {
  display: inline-flex;
  align-items: center;
  line-height: 1 !important;
}

#paymentBrick_container [class*="row-"]:has(> [class*="button-container-"]) {
  margin-top: 18px !important;
}

@media (hover: hover) {
  #paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"]:not([class*="active-"]):hover {
    border-color: #9eb4a6 !important;
    background: #f8fbf9 !important;
    transform: translateY(-1px);
  }
}

@media (max-width: 360px) {
  #paymentBrick_container [class*="payment-options-"] {
    column-gap: 8px;
  }

  #paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"] {
    padding-inline: 10px !important;
    gap: 7px;
  }

  #paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"] > [class*="selector-icon-"] {
    flex-basis: 28px;
    width: 28px !important;
    height: 28px !important;
  }

  #paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"] > [class*="selector-text-container-"] p {
    min-height: 28px;
    font-size: .86rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #paymentBrick_container [class*="payment-options-"] > [class*="mp-checkout-bricks__selector-"] {
    transition: none !important;
  }
}


/* === checkout-v18-14.css === */
/* Payment completion states: visible progress without touching Mercado Pago internals. */

.checkout-disclaimer[data-tone="loading"],
.checkout-disclaimer.is-processing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #8a6b3e;
}

.checkout-disclaimer[data-tone="loading"]::before,
.checkout-disclaimer.is-processing::before,
.payment-status-wait__spinner {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(53, 107, 77, .22);
  border-top-color: #356b4d;
  border-radius: 50%;
  animation: checkout-payment-spin .75s linear infinite;
}

.payment-section[aria-busy="true"] .payment-assurance {
  opacity: .78;
}

.payment-status-wait[hidden] {
  display: none;
}

.payment-status-wait {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 14px 0 4px;
  padding: 13px 14px;
  border: 1px solid rgba(53, 107, 77, .14);
  border-radius: 14px;
  background: rgba(242, 248, 244, .9);
  color: #315743;
}

.payment-status-wait__spinner {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.payment-status-wait strong,
.payment-status-wait small {
  display: block;
}

.payment-status-wait strong {
  margin-bottom: 2px;
  color: #294b39;
  font-size: .86rem;
  line-height: 1.35;
}

.payment-status-wait small {
  color: #5f7167;
  font-size: .73rem;
  line-height: 1.5;
}

.payment-status-wait[data-tone="pending"] {
  border-color: rgba(166, 121, 44, .2);
  background: rgba(255, 248, 231, .9);
}

.payment-status-wait[data-tone="pending"] strong {
  color: #76551f;
}

.payment-status-wait[data-tone="pending"] .payment-status-wait__spinner {
  border-color: rgba(166, 121, 44, .2);
  border-top-color: #a6792c;
}

.payment-status-wait[data-tone="approved"] {
  border-color: rgba(53, 107, 77, .2);
  background: rgba(237, 247, 241, .96);
}

.confirmation-card--awaiting .verified-payment-summary__row--status strong {
  color: #8a641f;
}

@keyframes checkout-payment-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 480px) {
  .payment-status-wait {
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .checkout-disclaimer[data-tone="loading"]::before,
  .checkout-disclaimer.is-processing::before,
  .payment-status-wait__spinner {
    animation-duration: 1.8s;
  }
}


/* === checkout-v18-15.css === */
.promo-code {
  margin-top: 16px;
  border-top: 1px solid rgba(79, 63, 51, 0.10);
  padding-top: 14px;
  min-width: 0;
  max-width: 100%;
}

.promo-code [hidden] {
  display: none !important;
}

.promo-code__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5f544c;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.promo-code__toggle::before {
  content: "+";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(53, 107, 77, 0.28);
  border-radius: 999px;
  color: #356b4d;
  font-size: 1rem;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease;
}

.promo-code__toggle[aria-expanded="true"]::before {
  content: "−";
  background: rgba(53, 107, 77, 0.08);
}

.promo-code__toggle:hover,
.promo-code__toggle:focus-visible {
  color: #356b4d;
}

.promo-code__toggle:focus-visible,
.promo-code__apply:focus-visible,
.promo-code__remove:focus-visible,
.promo-code__input:focus-visible {
  outline: 3px solid rgba(53, 107, 77, 0.18);
  outline-offset: 2px;
}

.promo-code__panel {
  margin-top: 10px;
  min-width: 0;
  max-width: 100%;
}

.promo-code__label {
  display: block;
  margin-bottom: 7px;
  color: #4d433c;
  font-size: 0.78rem;
  font-weight: 700;
}

.promo-code__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.promo-code__input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid #d9d0c7;
  border-radius: 12px;
  background: #fffdf9;
  color: #2a211c;
  padding: 0 13px;
  font: inherit;
  font-size: 0.9rem;
}

.promo-code__input::placeholder {
  color: #9a8e84;
  text-transform: none;
}

.promo-code__input:focus {
  border-color: #356b4d;
  box-shadow: 0 0 0 3px rgba(53, 107, 77, 0.10);
}

.promo-code__apply {
  min-width: 94px;
  min-height: 46px;
  border: 1px solid #356b4d;
  border-radius: 12px;
  background: #356b4d;
  color: #fff;
  padding: 0 16px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease, opacity 150ms ease;
}

.promo-code__apply:hover:not(:disabled) {
  background: #2b5940;
  transform: translateY(-1px);
}

.promo-code__apply:disabled,
.promo-code__remove:disabled,
.promo-code__input:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.promo-code__message {
  margin: 8px 0 0;
  font-size: 0.76rem;
  line-height: 1.45;
}

.promo-code__message[data-tone="error"] {
  color: #974d46;
}

.promo-code__message[data-tone="success"] {
  color: #356b4d;
}

.promo-code__message[data-tone="loading"] {
  color: #8a6b36;
}

.promo-code__applied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-top: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(53, 107, 77, 0.22);
  border-radius: 12px;
  background: rgba(53, 107, 77, 0.06);
}

.promo-code__applied > div {
  flex: 1 1 auto;
  min-width: 0;
}

.promo-code__applied strong {
  display: block;
  color: #2b5940;
  font-size: 0.83rem;
  overflow-wrap: anywhere;
}

.promo-code__applied small {
  display: block;
  margin-top: 2px;
  color: #6d6259;
  font-size: 0.72rem;
  overflow-wrap: anywhere;
}

.promo-code__remove {
  flex: 0 0 auto;
  min-height: 36px;
  border: 0;
  background: transparent;
  color: #7e5042;
  padding: 4px 6px;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 768px) {
  .promo-code__input {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .promo-code__controls {
    grid-template-columns: 1fr;
  }

  .promo-code__apply {
    width: 100%;
  }

  .promo-code__applied {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-code__toggle::before,
  .promo-code__apply {
    transition: none;
  }
}


/* === checkout-v18-16.css === */
:root {
  --ui-bg: #fffaf4;
  --ui-surface: rgba(255, 253, 249, 0.94);
  --ui-surface-strong: #fffdf9;
  --ui-ink: #221d19;
  --ui-muted: #756a61;
  --ui-green: #356b4d;
  --ui-green-deep: #28573d;
  --ui-green-soft: rgba(53, 107, 77, 0.08);
  --ui-gold: #b47a2c;
  --ui-border: rgba(174, 137, 88, 0.24);
  --ui-shadow: 0 24px 70px rgba(73, 52, 35, 0.08);
}

body[data-page="checkout"],
body[data-page="payment-status"] {
  background:
    radial-gradient(circle at 9% 4%, rgba(202, 160, 92, 0.08), transparent 28rem),
    radial-gradient(circle at 92% 16%, rgba(53, 107, 77, 0.055), transparent 30rem),
    var(--ui-bg);
  color: var(--ui-ink);
}

.trust-header {
  min-height: 92px;
  border-bottom: 1px solid rgba(174, 137, 88, 0.18);
  background: rgba(255, 253, 249, 0.82);
  backdrop-filter: blur(18px);
}

.brand__logo {
  filter: drop-shadow(0 8px 20px rgba(151, 105, 44, 0.13));
}

.trust-header__seal {
  color: var(--ui-green);
}

.checkout-progress {
  width: min(1240px, calc(100% - 48px));
  margin: 28px auto 0;
}

.checkout-progress span {
  transition: color 180ms ease, transform 180ms ease;
}

.checkout-progress span.is-active {
  color: var(--ui-green);
  transform: translateY(-1px);
}

.checkout-progress span i {
  box-shadow: 0 8px 22px rgba(53, 107, 77, 0.16);
}

.checkout-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 32px 0 52px;
}

.checkout-intro {
  max-width: 760px;
  margin-bottom: 24px;
}

.checkout-intro .intro-copy {
  max-width: 760px;
}

.checkout-intro h1 {
  max-width: 760px;
  margin: 6px 0 8px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.25rem, 4.7vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.checkout-intro .intro-copy__lead {
  max-width: 690px;
  margin: 0;
  color: var(--ui-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.checkout-panel {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.checkout-panel__shine {
  display: none;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: start;
}

.checkout-layout__main,
.checkout-layout__aside {
  min-width: 0;
}

.checkout-layout__main {
  display: grid;
  gap: 20px;
}

.checkout-layout__aside {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
}

.checkout-summary-card,
.customer-form,
.payment-section,
.checkout-trust-stack article {
  border: 1px solid var(--ui-border);
  background: var(--ui-surface);
  box-shadow: var(--ui-shadow);
  backdrop-filter: blur(16px);
}

.checkout-summary-card {
  padding: 28px;
  border-radius: 22px;
}

.order-summary {
  display: grid;
  gap: 24px;
}

.order-summary h2 {
  margin: 7px 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.4;
}

.price-block {
  padding-top: 18px;
  border-top: 1px solid rgba(79, 63, 51, 0.10);
}

.price-block strong {
  color: var(--ui-ink);
  font-size: clamp(2rem, 3vw, 2.55rem);
  letter-spacing: -0.045em;
}

.panel-promise {
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(53, 107, 77, 0.16);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(53, 107, 77, 0.08), rgba(255, 253, 249, 0.82));
}

.panel-promise > span {
  box-shadow: 0 8px 20px rgba(53, 107, 77, 0.18);
}

.checkout-trust-stack {
  display: grid;
  gap: 12px;
}

.checkout-trust-stack article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(73, 52, 35, 0.055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.checkout-trust-stack article:hover {
  transform: translateY(-2px);
  border-color: rgba(53, 107, 77, 0.28);
  box-shadow: 0 18px 46px rgba(73, 52, 35, 0.08);
}

.checkout-trust-stack article > span {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #fbf3e6;
  color: var(--ui-green);
  font-size: 0.84rem;
  font-weight: 800;
}

.checkout-trust-stack strong,
.checkout-trust-stack small {
  display: block;
}

.checkout-trust-stack strong {
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.checkout-trust-stack small {
  color: var(--ui-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.customer-form,
.payment-section {
  border-radius: 22px;
  padding: 24px;
}

.form-section-head {
  margin-bottom: 18px;
}

.form-section-head__step {
  background: var(--ui-green);
  color: #fff;
  box-shadow: 0 8px 22px rgba(53, 107, 77, 0.16);
}

.form-section-head .eyebrow {
  display: none;
}

.form-section-head h2,
.payment-section h2 {
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}

.section-help {
  color: var(--ui-muted);
}

.field-grid {
  gap: 12px;
}

.field {
  border-color: rgba(174, 137, 88, 0.23);
  background: rgba(255, 255, 255, 0.72);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.field:hover {
  border-color: rgba(53, 107, 77, 0.28);
  background: #fff;
}

.field:focus-within {
  border-color: var(--ui-green);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(53, 107, 77, 0.08);
  transform: translateY(-1px);
}

.field.is-valid {
  border-color: rgba(53, 107, 77, 0.32);
  background: linear-gradient(135deg, rgba(53, 107, 77, 0.035), #fff);
}

.form-progress {
  background: rgba(53, 107, 77, 0.08);
}

.form-progress span {
  background: linear-gradient(90deg, var(--ui-green), #56876a);
}

.payment-frame {
  position: relative;
  border-radius: 18px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.payment-frame.is-ready {
  box-shadow: inset 0 0 0 1px rgba(53, 107, 77, 0.08);
}

.payment-section[aria-busy="true"] .payment-frame {
  transform: translateY(-1px);
}

.payment-processing-overlay {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.payment-processing-overlay__content {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 340px;
  color: var(--ui-green-deep);
  text-align: left;
}

.payment-processing-overlay__spinner {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(53, 107, 77, 0.16);
  border-top-color: var(--ui-green);
  border-radius: 999px;
  animation: checkout-processing-spin 760ms linear infinite;
}

.payment-processing-overlay strong,
.payment-processing-overlay small {
  display: block;
}

.payment-processing-overlay strong {
  margin-bottom: 3px;
  font-size: 0.96rem;
}

.payment-processing-overlay small {
  color: var(--ui-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.payment-section[aria-busy="true"] .payment-processing-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.payment-section[aria-busy="true"] #paymentBrick_container {
  opacity: 0.44;
  pointer-events: none;
  user-select: none;
}

.payment-assurance {
  margin-top: 14px;
  color: var(--ui-muted);
}

.checkout-footer {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
  padding-top: 26px;
  border-top: 1px solid rgba(174, 137, 88, 0.16);
}

.checkout-footer nav a {
  transition: color 160ms ease, transform 160ms ease;
}

.checkout-footer nav a:hover {
  color: var(--ui-green);
  transform: translateY(-1px);
}

.confirmation-card,
.state-card {
  border-color: var(--ui-border);
  background: var(--ui-surface);
  box-shadow: var(--ui-shadow);
}

.status-next-step {
  border-color: rgba(53, 107, 77, 0.22);
  background: linear-gradient(135deg, rgba(53, 107, 77, 0.08), rgba(255, 253, 249, 0.95));
}

.button,
.promo-code__apply,
.payment-retry button {
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, opacity 160ms ease;
}

.button:hover:not(:disabled),
.promo-code__apply:hover:not(:disabled),
.payment-retry button:hover:not(:disabled) {
  transform: translateY(-2px);
}

.button:active:not(:disabled),
.promo-code__apply:active:not(:disabled) {
  transform: translateY(0) scale(0.99);
}

@keyframes checkout-processing-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .checkout-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .checkout-layout__aside {
    position: static;
    order: -1;
  }

  .checkout-trust-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .checkout-trust-stack article {
    align-items: flex-start;
    min-height: 132px;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .trust-header {
    min-height: 76px;
  }

  .checkout-progress,
  .checkout-shell,
  .checkout-footer {
    width: min(100% - 28px, 680px);
  }

  .checkout-progress {
    margin-top: 18px;
  }

  .checkout-shell {
    padding-top: 22px;
  }

  .checkout-intro {
    margin-bottom: 18px;
  }

  .checkout-intro h1 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .checkout-intro .intro-copy__lead {
    font-size: 0.92rem;
  }

  .checkout-summary-card,
  .customer-form,
  .payment-section {
    padding: 20px;
    border-radius: 18px;
  }

  .checkout-trust-stack {
    grid-template-columns: 1fr;
  }

  .checkout-trust-stack article {
    min-height: 0;
    flex-direction: row;
    align-items: center;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field,
  .field--wide {
    grid-column: 1;
  }
}

@media (max-width: 460px) {
  .checkout-progress {
    gap: 8px;
  }

  .checkout-progress span {
    font-size: 0.72rem;
  }

  .checkout-progress span i {
    width: 34px;
    height: 34px;
  }

  .checkout-progress b {
    min-width: 18px;
  }

  .checkout-intro h1 {
    font-size: 2rem;
  }

  .checkout-summary-card,
  .customer-form,
  .payment-section {
    padding: 17px;
  }

  .checkout-footer {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .checkout-progress span,
  .checkout-trust-stack article,
  .field,
  .button,
  .promo-code__apply,
  .payment-processing-overlay,
  .payment-frame {
    transition: none !important;
  }

  .payment-processing-overlay__spinner {
    animation-duration: 1.4s;
  }
}


/* === checkout-v18-17.css === */
/*
 * Hotfix visual do Checkout 2.0.
 * Fonte de verdade: checkout_conceito_1_dra_lari.html.
 * Esta camada é carregada por último e fica restrita a body[data-page="checkout"].
 */

body[data-page="checkout"] {
  --reference-ivory: #f8f1e9;
  --reference-cream: #fff9f2;
  --reference-white: #fff;
  --reference-espresso: #2a211c;
  --reference-muted: #756f6a;
  --reference-olive: #6f7e5d;
  --reference-green: #486b54;
  --reference-sage: #9ead8e;
  --reference-champagne: #e8d8c3;
  --reference-line: #e7ded4;
  --reference-shadow: 0 18px 45px rgba(67, 50, 37, 0.08);
  --reference-radius: 22px;
  --reference-serif: Georgia, "Times New Roman", serif;
  --reference-sans: Inter, Manrope, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  margin: 0;
  overflow-x: hidden;
  color: var(--reference-espresso);
  font-family: var(--reference-sans);
  background:
    radial-gradient(circle at 8% 4%, rgba(232, 216, 195, 0.35), transparent 28rem),
    radial-gradient(circle at 92% 10%, rgba(158, 173, 142, 0.16), transparent 24rem),
    linear-gradient(180deg, var(--reference-cream), #fff 65%, var(--reference-ivory));
  -webkit-font-smoothing: antialiased;
}

body[data-page="checkout"] .ambient,
body[data-page="checkout"] .noise {
  display: none;
}

/* Header */
body[data-page="checkout"] .trust-header {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  min-height: 88px;
  margin: 0;
  padding: 14px max(24px, calc((100vw - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  border-bottom: 1px solid rgba(200, 132, 124, 0.22);
  border-radius: 0;
  background: rgba(255, 249, 242, 0.9);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

body[data-page="checkout"] .brand {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--reference-espresso);
  text-decoration: none;
}

body[data-page="checkout"] .brand__logo {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: contain;
}

body[data-page="checkout"] .brand strong {
  display: block;
  margin: 0;
  font-family: var(--reference-serif);
  font-size: 24px;
  line-height: 1.05;
  font-weight: 500;
}

body[data-page="checkout"] .brand small {
  display: block;
  margin-top: 5px;
  color: var(--reference-muted);
  font-size: 13px;
  line-height: 1.35;
}

body[data-page="checkout"] .trust-header__seal {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--reference-green);
  font-size: 14px;
  white-space: nowrap;
}

/* Progress */
body[data-page="checkout"] .checkout-progress {
  width: min(760px, calc(100% - 32px));
  max-width: 760px;
  margin: 34px auto 30px;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 16px;
  color: #918b85;
  font-size: 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

body[data-page="checkout"] .checkout-progress > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: max-content;
  color: #918b85;
  font-weight: 500;
}

body[data-page="checkout"] .checkout-progress > span > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--reference-line);
  border-radius: 50%;
  color: inherit;
  font-style: normal;
  font-weight: 500;
  background: #fff;
}

body[data-page="checkout"] .checkout-progress > span.is-active {
  color: var(--reference-green);
  font-weight: 700;
}

body[data-page="checkout"] .checkout-progress > span.is-active > i {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--reference-olive), var(--reference-green));
}

body[data-page="checkout"] .checkout-progress > b {
  width: 100%;
  height: 1px;
  background: var(--reference-line);
}

/* Shell: one real two-column layout, never three columns */
body[data-page="checkout"] .checkout-shell {
  display: block !important;
  width: min(1240px, calc(100% - 32px)) !important;
  max-width: 1240px !important;
  min-width: 0;
  margin: 0 auto !important;
  padding: 0 0 30px !important;
}

body[data-page="checkout"] .checkout-panel {
  position: static;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="checkout"] .checkout-panel__shine {
  display: none;
}

body[data-page="checkout"] .checkout-layout {
  width: 100%;
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.9fr) !important;
  align-items: start;
  gap: 36px !important;
}

body[data-page="checkout"] .checkout-layout__main,
body[data-page="checkout"] .checkout-layout__aside {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

body[data-page="checkout"] .checkout-layout__main {
  display: block;
}

body[data-page="checkout"] .checkout-layout__aside {
  position: sticky !important;
  top: 116px !important;
  display: grid !important;
  gap: 16px;
  align-self: start;
}

/* Intro */
body[data-page="checkout"] .checkout-intro {
  width: 100%;
  max-width: 760px;
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
}

body[data-page="checkout"] .checkout-intro .eyebrow,
body[data-page="checkout"] .order-summary .eyebrow {
  margin: 0 0 8px;
  color: #a36b27;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

body[data-page="checkout"] .checkout-intro h1 {
  max-width: 780px;
  margin: 0;
  color: var(--reference-espresso);
  font-family: var(--reference-serif);
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1;
  text-wrap: balance;
}

body[data-page="checkout"] .checkout-intro > p:last-child {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--reference-muted);
  font-size: 17px;
  line-height: 1.55;
}

/* Shared cards */
body[data-page="checkout"] .customer-form,
body[data-page="checkout"] .checkout-summary-card,
body[data-page="checkout"] .checkout-trust-stack article,
body[data-page="checkout"] .payment-frame {
  border: 1px solid rgba(232, 216, 195, 0.95);
  border-radius: var(--reference-radius);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--reference-shadow);
}

/* Customer form */
body[data-page="checkout"] .customer-form {
  width: 100%;
  margin: 0;
  padding: 22px;
}

body[data-page="checkout"] .customer-form fieldset,
body[data-page="checkout"] .payment-section {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body[data-page="checkout"] .form-section-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 16px;
}

body[data-page="checkout"] .form-section-head__step {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--reference-olive), var(--reference-green));
}

body[data-page="checkout"] .form-section-head .eyebrow {
  display: none;
}

body[data-page="checkout"] .form-section-head h2 {
  margin: 1px 0 3px;
  color: var(--reference-espresso);
  font-family: var(--reference-serif);
  font-size: 27px;
  line-height: 1.15;
  font-weight: 500;
}

body[data-page="checkout"] .section-help {
  margin: 0;
  color: var(--reference-muted);
  font-size: 13px;
  line-height: 1.45;
}

body[data-page="checkout"] .form-progress {
  height: 4px;
  margin: 0 0 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf0eb;
}

body[data-page="checkout"] .form-progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--reference-olive), var(--reference-green));
}

body[data-page="checkout"] .form-progress__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--reference-muted);
  font-size: 12px;
}

body[data-page="checkout"] .form-progress__secure {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--reference-green);
  font-weight: 700;
}

body[data-page="checkout"] .field-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body[data-page="checkout"] .field,
body[data-page="checkout"] .field--wide {
  width: 100%;
  min-width: 0;
  display: grid;
  gap: 7px;
}

body[data-page="checkout"] .field--wide {
  grid-column: 1 / -1;
}

body[data-page="checkout"] .field > span {
  color: #5f5955;
  font-size: 13px;
  font-weight: 750;
}

body[data-page="checkout"] .field input,
body[data-page="checkout"] .promo-code__input {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 14px 15px;
  border: 1px solid var(--reference-line);
  border-radius: 13px;
  color: var(--reference-espresso);
  font: inherit;
  background: #fff;
  box-shadow: none;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body[data-page="checkout"] .field input:focus,
body[data-page="checkout"] .promo-code__input:focus {
  border-color: var(--reference-olive);
  box-shadow: 0 0 0 3px rgba(111, 126, 93, 0.14);
}

body[data-page="checkout"] .field__hint,
body[data-page="checkout"] [data-field-feedback] {
  min-height: 0;
  color: var(--reference-muted);
  font-size: 11px;
  line-height: 1.35;
}

body[data-page="checkout"] .shipping-section {
  margin-top: 22px !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--reference-line) !important;
}

/* Payment */
body[data-page="checkout"] .payment-section {
  position: relative;
  width: 100%;
  margin-top: 24px;
}

body[data-page="checkout"] .form-section-head--payment {
  margin-bottom: 13px;
}

body[data-page="checkout"] .form-section-head--payment h2 {
  font-size: 24px;
}

body[data-page="checkout"] .payment-frame {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
}

body[data-page="checkout"] .payment-loader {
  min-height: 160px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body[data-page="checkout"] #paymentBrick_container,
body[data-page="checkout"] .payment-mount {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body[data-page="checkout"] #paymentBrick_container iframe {
  width: 100% !important;
  max-width: 100% !important;
}

body[data-page="checkout"] .payment-assurance {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 11px 0 0;
  color: var(--reference-muted);
  font-size: 12px;
  text-align: center;
}

body[data-page="checkout"] .payment-processing-overlay {
  border-radius: var(--reference-radius);
}

/* Summary */
body[data-page="checkout"] .checkout-summary-card {
  width: 100%;
  padding: 27px;
}

body[data-page="checkout"] .order-summary {
  display: block;
  width: 100%;
}

body[data-page="checkout"] .order-summary h2 {
  margin: 0;
  color: var(--reference-espresso);
  font-family: var(--reference-serif);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

body[data-page="checkout"] .order-summary__variant {
  margin: 8px 0 0;
  color: var(--reference-muted);
  font-size: 13px;
}

body[data-page="checkout"] .price-block {
  display: grid;
  justify-items: start;
  margin: 22px 0 0;
}

body[data-page="checkout"] .price-block del {
  color: var(--reference-muted);
  font-size: 14px;
}

body[data-page="checkout"] .price-block strong {
  margin: 2px 0 3px;
  color: var(--reference-espresso);
  font-family: var(--reference-serif);
  font-size: 46px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}

body[data-page="checkout"] .price-block small {
  color: var(--reference-muted);
  font-size: 13px;
}

body[data-page="checkout"] .promo-code {
  margin-top: 21px;
  padding-top: 16px;
  border-top: 1px solid var(--reference-line);
}

body[data-page="checkout"] .promo-code__toggle {
  width: 100%;
  min-height: 42px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  color: var(--reference-espresso);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

body[data-page="checkout"] .promo-code__toggle::before {
  content: "+";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(72, 107, 84, 0.25);
  border-radius: 50%;
  color: var(--reference-green);
  font-size: 20px;
  font-weight: 500;
}

body[data-page="checkout"] .promo-code__toggle::after {
  content: "⌄";
  margin-left: auto;
  color: var(--reference-muted);
  font-size: 18px;
}

body[data-page="checkout"] .promo-code__panel {
  margin-top: 13px;
}

body[data-page="checkout"] .promo-code__controls {
  display: flex;
  gap: 8px;
}

body[data-page="checkout"] .promo-code__apply {
  min-width: 88px;
  border: 0;
  border-radius: 12px;
  padding: 0 14px;
  color: #fff;
  font-weight: 750;
  background: var(--reference-green);
}

body[data-page="checkout"] .panel-promise {
  margin-top: 18px;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid var(--reference-line);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(158, 173, 142, 0.14), rgba(255, 249, 242, 0.8));
}

body[data-page="checkout"] .panel-promise > span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--reference-olive), var(--reference-green));
}

body[data-page="checkout"] .panel-promise p {
  margin: 0;
}

body[data-page="checkout"] .panel-promise strong {
  display: block;
  font-size: 14px;
}

body[data-page="checkout"] .panel-promise small {
  display: block;
  margin-top: 4px;
  color: var(--reference-muted);
  font-size: 13px;
  line-height: 1.45;
}

/* Assurance cards */
body[data-page="checkout"] .checkout-trust-stack {
  display: grid;
  gap: 10px;
}

body[data-page="checkout"] .checkout-trust-stack article {
  min-height: 90px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 13px;
}

body[data-page="checkout"] .checkout-trust-stack article > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--reference-green);
  font-size: 13px;
  font-weight: 800;
  background: #f1f6f0;
}

body[data-page="checkout"] .checkout-trust-stack strong {
  display: block;
  color: var(--reference-espresso);
  font-size: 14px;
}

body[data-page="checkout"] .checkout-trust-stack small {
  display: block;
  margin-top: 4px;
  color: var(--reference-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* Footer */
body[data-page="checkout"] .checkout-footer {
  width: min(1240px, calc(100% - 32px));
  max-width: 1240px;
  margin: 10px auto 0;
  padding: 24px 0 32px;
  border: 0;
  border-top: 1px solid var(--reference-line);
  color: var(--reference-muted);
  font-size: 13px;
  text-align: center;
  background: transparent;
}

body[data-page="checkout"] .checkout-footer p,
body[data-page="checkout"] .checkout-footer nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
}

body[data-page="checkout"] .checkout-footer nav {
  margin-top: 9px;
}

body[data-page="checkout"] .checkout-footer a {
  color: inherit;
  text-decoration: none;
}

/* Tablet/mobile follows the supplied mobile composition:
 * summary first, customer/payment second, trust cards last.
 */
@media (max-width: 900px) {
  body[data-page="checkout"] .trust-header {
    position: static;
    min-height: 82px;
    padding: 12px 20px;
  }

  body[data-page="checkout"] .brand__logo {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  body[data-page="checkout"] .brand strong {
    font-size: 20px;
  }

  body[data-page="checkout"] .brand small {
    font-size: 11px;
  }

  body[data-page="checkout"] .trust-header__seal {
    font-size: 12px;
  }

  body[data-page="checkout"] .checkout-progress {
    margin: 24px auto 22px;
    gap: 8px;
  }

  body[data-page="checkout"] .checkout-progress > span {
    font-size: 0;
    min-width: auto;
  }

  body[data-page="checkout"] .checkout-progress > span > i {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  body[data-page="checkout"] .checkout-shell {
    width: min(760px, calc(100% - 24px)) !important;
  }

  body[data-page="checkout"] .checkout-layout {
    display: flex !important;
    flex-direction: column;
    gap: 14px !important;
  }

  body[data-page="checkout"] .checkout-layout__main {
    order: 0;
    width: 100% !important;
  }

  body[data-page="checkout"] .checkout-layout__aside {
    display: contents !important;
    position: static !important;
  }

  body[data-page="checkout"] .checkout-summary-card {
    order: -2;
    width: 100%;
    padding: 21px;
  }

  body[data-page="checkout"] .checkout-trust-stack {
    order: 2;
    width: 100%;
  }

  body[data-page="checkout"] .checkout-intro {
    display: none;
  }

  body[data-page="checkout"] .customer-form {
    padding: 18px;
  }

  body[data-page="checkout"] .price-block strong {
    font-size: 38px;
  }

  body[data-page="checkout"] .checkout-trust-stack {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body[data-page="checkout"] .trust-header {
    padding-inline: 14px;
  }

  body[data-page="checkout"] .brand {
    gap: 10px;
  }

  body[data-page="checkout"] .brand small {
    max-width: 180px;
  }

  body[data-page="checkout"] .trust-header__seal > span:last-child {
    display: none;
  }

  body[data-page="checkout"] .checkout-shell,
  body[data-page="checkout"] .checkout-footer {
    width: calc(100% - 20px) !important;
  }

  body[data-page="checkout"] .checkout-progress {
    width: calc(100% - 20px);
  }

  body[data-page="checkout"] .checkout-summary-card,
  body[data-page="checkout"] .customer-form,
  body[data-page="checkout"] .payment-frame {
    border-radius: 18px;
  }

  body[data-page="checkout"] .form-section-head h2 {
    font-size: 24px;
  }

  body[data-page="checkout"] .field-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  body[data-page="checkout"] .field,
  body[data-page="checkout"] .field--wide {
    grid-column: 1;
  }

  body[data-page="checkout"] .payment-frame {
    padding: 12px;
  }

  body[data-page="checkout"] .promo-code__controls {
    flex-direction: column;
  }

  body[data-page="checkout"] .promo-code__apply {
    min-height: 44px;
  }

  body[data-page="checkout"] .panel-promise {
    padding: 13px;
  }

  body[data-page="checkout"] .checkout-trust-stack article {
    min-height: 82px;
    padding: 15px;
  }

  body[data-page="checkout"] .checkout-footer p,
  body[data-page="checkout"] .checkout-footer nav {
    flex-direction: column;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="checkout"] *,
  body[data-page="checkout"] *::before,
  body[data-page="checkout"] *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* === checkout-order-bump.css === */
body[data-page="checkout"] .order-bump {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(53, 107, 77, 0.28);
  border-radius: 18px;
  background: linear-gradient(145deg, #fffdf9 0%, #f4f7f1 100%);
  box-shadow: 0 12px 28px rgba(45, 74, 56, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body[data-page="checkout"] .order-bump:has([data-order-bump-toggle]:checked) {
  border-color: #356b4d;
  box-shadow: 0 14px 34px rgba(45, 74, 56, 0.15);
}

body[data-page="checkout"] .order-bump[data-busy="1"] {
  opacity: 0.74;
  pointer-events: none;
}

body[data-page="checkout"] .order-bump__header,
body[data-page="checkout"] .order-bump__content,
body[data-page="checkout"] .order-bump__choice {
  display: flex;
  align-items: center;
}

body[data-page="checkout"] .order-bump__header {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

body[data-page="checkout"] .order-bump__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #356b4d;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body[data-page="checkout"] .order-bump__optional {
  color: #756f68;
  font-size: 0.78rem;
  font-weight: 700;
}

body[data-page="checkout"] .order-bump__content {
  align-items: flex-start;
  gap: 14px;
}

body[data-page="checkout"] .order-bump__image {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 14px;
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(53, 107, 77, 0.14);
}

body[data-page="checkout"] .order-bump__copy {
  min-width: 0;
}

body[data-page="checkout"] .order-bump__copy h3 {
  margin: 0;
  color: #273c31;
  font-size: 1rem;
  line-height: 1.35;
}

body[data-page="checkout"] .order-bump__copy p {
  margin: 7px 0 8px;
  color: #665f58;
  font-size: 0.86rem;
  line-height: 1.5;
}

body[data-page="checkout"] .order-bump__copy strong {
  color: #356b4d;
  font-size: 1rem;
}

body[data-page="checkout"] .order-bump__choice {
  position: relative;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  padding: 13px 14px;
  border: 1px solid rgba(53, 107, 77, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  color: #273c31;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.4;
}

body[data-page="checkout"] .order-bump__choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

body[data-page="checkout"] .order-bump__check {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  border: 2px solid #7c9484;
  border-radius: 7px;
  background: #fff;
  transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

body[data-page="checkout"] .order-bump__choice input:checked + .order-bump__check {
  border-color: #356b4d;
  background: #356b4d;
}

body[data-page="checkout"] .order-bump__choice input:checked + .order-bump__check::after {
  content: "✓";
  color: #fff;
  font-size: 0.85rem;
  font-weight: 900;
}

body[data-page="checkout"] .order-bump__choice input:focus-visible + .order-bump__check {
  box-shadow: 0 0 0 4px rgba(53, 107, 77, 0.18);
}

body[data-page="checkout"] .order-bump__choice input:disabled + .order-bump__check {
  background: #eeeae4;
  border-color: #b8b0a8;
}

body[data-page="checkout"] .order-bump__status {
  margin: 10px 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
}

body[data-page="checkout"] .order-bump__status[data-tone="success"] { color: #356b4d; }
body[data-page="checkout"] .order-bump__status[data-tone="error"] { color: #974d46; }
body[data-page="checkout"] .order-bump__status[data-tone="loading"] { color: #6f675f; }

@media (max-width: 640px) {
  body[data-page="checkout"] .order-bump {
    padding: 16px;
    border-radius: 16px;
  }

  body[data-page="checkout"] .order-bump__image {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }

  body[data-page="checkout"] .order-bump__choice {
    font-size: 0.86rem;
  }
}


/* === checkout-v18-18.css === */
/*
 * Checkout de referência — camada final.
 * Fonte visual: checkout_conceito_1_dra_lari.html.
 * Remove integralmente as camadas decorativas legadas e mantém apenas
 * o branding, os componentes funcionais e a composição aprovada.
 */

body[data-page="checkout"] {
  --checkout-ivory: #f8f1e9;
  --checkout-cream: #fff9f2;
  --checkout-white: #fff;
  --checkout-espresso: #2a211c;
  --checkout-muted: #756f6a;
  --checkout-olive: #6f7e5d;
  --checkout-green: #486b54;
  --checkout-sage: #9ead8e;
  --checkout-champagne: #e8d8c3;
  --checkout-line: #e7ded4;
  --checkout-shadow: 0 18px 45px rgba(67, 50, 37, 0.08);
  --checkout-radius: 22px;
  --checkout-serif: Georgia, "Times New Roman", serif;
  --checkout-sans: Inter, Manrope, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

  margin: 0 !important;
  min-width: 320px;
  overflow-x: clip !important;
  color: var(--checkout-espresso) !important;
  font-family: var(--checkout-sans) !important;
  background:
    radial-gradient(circle at 8% 4%, rgba(232, 216, 195, 0.35), transparent 28rem),
    radial-gradient(circle at 92% 10%, rgba(158, 173, 142, 0.16), transparent 24rem),
    linear-gradient(180deg, var(--checkout-cream), #fff 65%, var(--checkout-ivory)) !important;
}

body[data-page="checkout"] [hidden] {
  display: none !important;
}

/* Remove qualquer arte, watermark, brilho, máscara ou animação herdada. */
body[data-page="checkout"] .ambient,
body[data-page="checkout"] .noise,
body[data-page="checkout"] .checkout-panel__shine,
body[data-page="checkout"] .intro-copy::before,
body[data-page="checkout"] .intro-copy::after,
body[data-page="checkout"] .checkout-intro::before,
body[data-page="checkout"] .checkout-intro::after,
body[data-page="checkout"] .checkout-intro h1::before,
body[data-page="checkout"] .checkout-intro h1::after,
body[data-page="checkout"] .checkout-layout__main::before,
body[data-page="checkout"] .checkout-layout__main::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

body[data-page="checkout"] .reveal,
body[data-page="checkout"] .reveal--delay,
body[data-page="checkout"] .checkout-panel,
body[data-page="checkout"] .checkout-intro,
body[data-page="checkout"] .intro-copy,
body[data-page="checkout"] .intro-copy__lead,
body[data-page="checkout"] .checkout-intro h1 {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  float: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  translate: none !important;
  scale: none !important;
  rotate: none !important;
  filter: none !important;
  clip-path: none !important;
  mix-blend-mode: normal !important;
  text-shadow: none !important;
  animation: none !important;
}

body[data-page="checkout"] .checkout-panel,
body[data-page="checkout"] .checkout-intro,
body[data-page="checkout"] .intro-copy,
body[data-page="checkout"] .checkout-layout__main {
  background: transparent !important;
  background-image: none !important;
  mask: none !important;
  -webkit-mask: none !important;
}

/* Estrutura principal idêntica ao conceito de referência. */
body[data-page="checkout"] .checkout-shell {
  display: block !important;
  width: min(1240px, calc(100% - 32px)) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 0 30px !important;
}

body[data-page="checkout"] .checkout-panel {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body[data-page="checkout"] .checkout-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(340px, 0.9fr) !important;
  align-items: start !important;
  gap: 36px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body[data-page="checkout"] .checkout-layout__main,
body[data-page="checkout"] .checkout-layout__aside {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

body[data-page="checkout"] .checkout-layout__main {
  display: block !important;
}

body[data-page="checkout"] .checkout-layout__aside {
  position: sticky !important;
  top: 116px !important;
  display: grid !important;
  align-self: start !important;
  gap: 16px !important;
}

/* Hero limpo: conteúdo normal, sem fundo tipográfico. */
body[data-page="checkout"] .checkout-intro {
  display: block !important;
  width: 100% !important;
  max-width: 760px !important;
  min-height: 0 !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  overflow: visible !important;
  text-align: left !important;
}

body[data-page="checkout"] .checkout-intro .eyebrow {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #a36b27 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: 0.17em !important;
  text-transform: uppercase !important;
}

body[data-page="checkout"] .checkout-intro h1 {
  display: block !important;
  width: auto !important;
  max-width: 780px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: var(--checkout-espresso) !important;
  font-family: var(--checkout-serif) !important;
  font-size: clamp(42px, 5vw, 66px) !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
  text-indent: 0 !important;
  text-wrap: balance;
}

body[data-page="checkout"] .checkout-intro .intro-copy__lead {
  display: block !important;
  max-width: 720px !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  color: var(--checkout-muted) !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
}

/* Cards e formulário. */
body[data-page="checkout"] .customer-form,
body[data-page="checkout"] .checkout-summary-card,
body[data-page="checkout"] .checkout-trust-stack article,
body[data-page="checkout"] .payment-frame {
  border: 1px solid rgba(232, 216, 195, 0.95) !important;
  border-radius: var(--checkout-radius) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  background-image: none !important;
  box-shadow: var(--checkout-shadow) !important;
}

body[data-page="checkout"] .customer-form {
  width: 100% !important;
  margin: 0 !important;
  padding: 22px !important;
}

body[data-page="checkout"] .customer-form fieldset,
body[data-page="checkout"] .payment-section {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body[data-page="checkout"] .field-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body[data-page="checkout"] .field,
body[data-page="checkout"] .field--wide {
  width: 100% !important;
  min-width: 0 !important;
}

body[data-page="checkout"] .field--wide {
  grid-column: 1 / -1 !important;
}

body[data-page="checkout"] .field input,
body[data-page="checkout"] .promo-code__input {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 14px 15px !important;
  border: 1px solid var(--checkout-line) !important;
  border-radius: 13px !important;
  color: var(--checkout-espresso) !important;
  background: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

body[data-page="checkout"] .field input:focus,
body[data-page="checkout"] .promo-code__input:focus {
  border-color: var(--checkout-olive) !important;
  box-shadow: 0 0 0 3px rgba(111, 126, 93, 0.14) !important;
}

body[data-page="checkout"] .payment-section {
  position: relative !important;
  width: 100% !important;
  margin-top: 24px !important;
}

body[data-page="checkout"] .payment-frame {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  padding: 18px !important;
  overflow: hidden !important;
}

body[data-page="checkout"] #paymentBrick_container,
body[data-page="checkout"] .payment-mount,
body[data-page="checkout"] #paymentBrick_container > *,
body[data-page="checkout"] #paymentBrick_container iframe {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

/* Resumo lateral. */
body[data-page="checkout"] .checkout-summary-card {
  width: 100% !important;
  padding: 27px !important;
}

body[data-page="checkout"] .order-summary {
  display: block !important;
  width: 100% !important;
}

body[data-page="checkout"] .order-summary .eyebrow {
  margin: 0 0 8px !important;
  color: #a36b27 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.17em !important;
  text-transform: uppercase !important;
}

body[data-page="checkout"] .order-summary h2 {
  margin: 0 !important;
  color: var(--checkout-espresso) !important;
  font-family: var(--checkout-serif) !important;
  font-size: 24px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
}

body[data-page="checkout"] .price-block {
  margin-top: 22px !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--checkout-line) !important;
  text-align: right !important;
}

body[data-page="checkout"] .price-block strong {
  display: block !important;
  color: var(--checkout-espresso) !important;
  font-family: var(--checkout-serif) !important;
  font-size: 46px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em !important;
}

body[data-page="checkout"] .checkout-trust-stack {
  display: grid !important;
  gap: 10px !important;
}

body[data-page="checkout"] .checkout-trust-stack article {
  display: grid !important;
  grid-template-columns: 44px 1fr !important;
  align-items: center !important;
  gap: 13px !important;
  min-height: 90px !important;
  padding: 18px 20px !important;
}

body[data-page="checkout"] .checkout-trust-stack article > span {
  width: 44px !important;
  height: 44px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: var(--checkout-green) !important;
  background: #f1f6f0 !important;
}

/* Mobile: resumo primeiro, uma única coluna e nenhuma sobreposição. */
@media (max-width: 900px) {
  body[data-page="checkout"] .trust-header {
    position: static !important;
  }

  body[data-page="checkout"] .checkout-shell {
    width: min(760px, calc(100% - 20px)) !important;
  }

  body[data-page="checkout"] .checkout-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  body[data-page="checkout"] .checkout-layout__main,
  body[data-page="checkout"] .checkout-layout__aside {
    display: contents !important;
  }

  body[data-page="checkout"] .checkout-summary-card {
    order: -3 !important;
  }

  body[data-page="checkout"] .checkout-intro {
    order: -2 !important;
    margin-bottom: 4px !important;
  }

  body[data-page="checkout"] .customer-form {
    order: -1 !important;
  }

  body[data-page="checkout"] .payment-section {
    order: 0 !important;
  }

  body[data-page="checkout"] .checkout-trust-stack {
    order: 1 !important;
    width: 100% !important;
  }

  body[data-page="checkout"] .checkout-intro h1 {
    font-size: clamp(38px, 10vw, 48px) !important;
  }

  body[data-page="checkout"] .checkout-intro .intro-copy__lead {
    font-size: 15px !important;
  }
}

@media (max-width: 560px) {
  body[data-page="checkout"] .checkout-shell {
    width: calc(100% - 20px) !important;
  }

  body[data-page="checkout"] .customer-form,
  body[data-page="checkout"] .checkout-summary-card,
  body[data-page="checkout"] .payment-frame {
    padding: 18px !important;
  }

  body[data-page="checkout"] .field-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="checkout"] .field--wide {
    grid-column: 1 !important;
  }

  body[data-page="checkout"] .checkout-intro h1 {
    font-size: 39px !important;
  }

  body[data-page="checkout"] .price-block strong {
    font-size: 38px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="checkout"] *,
  body[data-page="checkout"] *::before,
  body[data-page="checkout"] *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* === checkout-v18-20.css === */
/* Resumo recolhido dos dados de contato. Apenas apresentação; não altera validação ou pagamento. */
body[data-page="checkout"] .customer-summary[hidden],
body[data-page="checkout"] .customer-form__editor[hidden] {
  display: none !important;
}

body[data-page="checkout"] .customer-summary {
  margin: 18px 0 2px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(71, 50, 35, .055);
}

body[data-page="checkout"] .customer-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 15px 12px;
}

body[data-page="checkout"] .customer-summary__heading strong,
body[data-page="checkout"] .customer-summary__heading small {
  display: block;
}

body[data-page="checkout"] .customer-summary__heading strong {
  color: var(--ink);
  font-size: .86rem;
  line-height: 1.25;
}

body[data-page="checkout"] .customer-summary__heading small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .62rem;
  line-height: 1.4;
}

body[data-page="checkout"] .customer-summary__edit {
  min-height: 36px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 10px;
  color: var(--brown);
  background: transparent;
  font-size: .66rem;
  font-weight: 800;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

body[data-page="checkout"] .customer-summary__edit:hover {
  color: var(--ink);
  background: var(--cream);
  transform: translateY(-1px);
}

body[data-page="checkout"] .customer-summary__edit:focus-visible {
  outline: 3px solid rgba(200, 154, 67, .18);
  outline-offset: 2px;
}

body[data-page="checkout"] .customer-summary__edit svg {
  width: 15px;
  height: 15px;
}

body[data-page="checkout"] .customer-summary__rows {
  margin: 0 13px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
}

body[data-page="checkout"] .customer-summary__row {
  min-height: 50px;
  padding: 9px 12px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) minmax(0, 44%);
  align-items: center;
  gap: 11px;
}

body[data-page="checkout"] .customer-summary__row + .customer-summary__row {
  border-top: 1px solid var(--line);
}

body[data-page="checkout"] .customer-summary__icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brown);
  background: var(--cream-deep);
}

body[data-page="checkout"] .customer-summary__icon svg {
  width: 17px;
  height: 17px;
}

body[data-page="checkout"] .customer-summary__row dt,
body[data-page="checkout"] .customer-summary__row dd {
  min-width: 0;
  margin: 0;
  font-size: .66rem;
  line-height: 1.35;
}

body[data-page="checkout"] .customer-summary__row dt {
  color: var(--muted);
}

body[data-page="checkout"] .customer-summary__row dd {
  overflow: hidden;
  color: var(--ink);
  font-weight: 750;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="checkout"] .customer-summary__assurance {
  margin: 11px 13px 13px;
  padding: 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 11px;
  color: var(--muted);
  background: linear-gradient(90deg, rgba(63, 115, 85, .08), rgba(255, 249, 242, .72));
  font-size: .61rem;
  line-height: 1.4;
}

body[data-page="checkout"] .customer-summary__assurance-copy,
body[data-page="checkout"] .customer-summary__protected {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body[data-page="checkout"] .customer-summary__assurance-icon {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--success);
  background: #fff;
  box-shadow: 0 4px 12px rgba(71, 50, 35, .06);
}

body[data-page="checkout"] .customer-summary__assurance-icon svg,
body[data-page="checkout"] .customer-summary__protected svg {
  width: 15px;
  height: 15px;
}

body[data-page="checkout"] .customer-summary__protected {
  color: var(--success);
  font-weight: 800;
  white-space: nowrap;
}

body[data-page="checkout"] .customer-form__editor {
  margin-top: 18px;
}

@media (max-width: 560px) {
  body[data-page="checkout"] .customer-summary__head {
    align-items: flex-start;
    padding-inline: 13px;
  }

  body[data-page="checkout"] .customer-summary__rows {
    margin-inline: 11px;
  }

  body[data-page="checkout"] .customer-summary__row {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 5px 10px;
  }

  body[data-page="checkout"] .customer-summary__row dt {
    align-self: end;
  }

  body[data-page="checkout"] .customer-summary__row dd {
    grid-column: 2;
    align-self: start;
    text-align: left;
  }

  body[data-page="checkout"] .customer-summary__assurance {
    align-items: flex-start;
    flex-direction: column;
    margin-inline: 11px;
  }

  body[data-page="checkout"] .customer-summary__protected {
    align-self: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="checkout"] .customer-summary__edit {
    transition: none;
  }
}


/* === checkout-v18-21.css === */
:root{--brand-cream:#f5efe6;--brand-paper:#fffdf9;--brand-green:#304738;--brand-green-soft:#49634f;--brand-gold:#c99a4d;--brand-text:#29251f;--brand-muted:#766f66;--brand-line:#e7ddd0;--brand-serif:"Cormorant Garamond",Georgia,serif;}body[data-page="checkout"]{background:radial-gradient(circle at 50% -9rem,rgba(201,154,77,0.12),transparent 30rem),linear-gradient(180deg,#fcfaf7 0%,var(--brand-cream) 100%);color:var(--brand-text);}body[data-page="checkout"] .ambient,body[data-page="checkout"] .noise,body[data-page="checkout"] .checkout-progress{display:none;}.trust-header--minimal{width:min(100% - 32px,720px);margin:20px auto 14px;padding:0;justify-content:center;border:0;background:transparent;box-shadow:none;}.brand--official{display:grid;justify-items:center;gap:2px;color:var(--brand-green);text-decoration:none;}.brand--official .brand__logo{width:84px;height:84px;object-fit:contain;}.brand--official>strong{font:600 28px/1 var(--brand-serif);letter-spacing:0.01em;}.checkout-panel--vertical{width:min(100% - 32px,720px);margin:0 auto;padding:0 0 18px;}.checkout-layout--vertical{display:block;width:100%;}.checkout-layout--vertical .checkout-layout__main{display:grid;gap:14px;width:100%;}.checkout-intro{max-width:610px;margin:0 auto 2px;text-align:center;}.checkout-intro .eyebrow{color:#a77b36;letter-spacing:0.14em;}.checkout-intro h1{margin-top:6px;color:var(--brand-green);font:600 clamp(28px,5vw,40px)/1.03 var(--brand-serif);}.checkout-intro .intro-copy__lead{max-width:55ch;margin:8px auto 0;color:var(--brand-muted);font-size:13px;line-height:1.6;}.checkout-summary-card--compact,.customer-form,.order-bump,.payment-section{border:1px solid rgba(151,126,91,0.22);border-radius:18px;background:rgba(255,253,249,0.96);box-shadow:0 18px 48px rgba(58,45,30,0.07);}.checkout-summary-card--compact{padding:16px 18px 13px;}.order-summary--compact{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin:0;padding:0;border:0;}.order-summary--compact .eyebrow{margin:0 0 4px;color:#a77b36;font-size:9px;}.order-summary--compact h2{margin:0;color:var(--brand-text);font:600 21px/1.12 var(--brand-serif);}.order-summary__variant,.order-summary__delivery{display:block;margin:5px 0 0;color:var(--brand-muted);font-size:10px;line-height:1.4;}.price-block--compact{text-align:right;white-space:nowrap;}.price-block--compact strong{color:var(--brand-green);font:600 24px/1 var(--brand-serif);}.promo-code--discreet{margin-top:12px;padding-top:11px;border-top:1px solid var(--brand-line);}.promo-code--discreet .promo-code__toggle{display:flex;justify-content:space-between;width:100%;min-height:32px;padding:0;border:0;background:transparent;color:var(--brand-muted);font-size:10px;text-align:left;}.promo-code--discreet .promo-code__toggle span{text-decoration:underline;text-decoration-color:rgba(73,99,79,0.28);text-underline-offset:3px;}.promo-code--discreet .promo-code__toggle strong{color:var(--brand-green);font-size:10px;}.promo-code--discreet .promo-code__panel{margin-top:8px;}.customer-form,.payment-section{padding:20px;}.form-section-head{margin-bottom:14px;}.form-section-head__step{background:var(--brand-green);color:#fff;}.form-section-head h2,.customer-summary__heading strong{color:var(--brand-text);}.form-section-head .eyebrow{display:none;}.section-help{color:var(--brand-muted);}.customer-summary{border-color:var(--brand-line);border-radius:14px;background:#fff;}.customer-summary__head{padding:12px 13px;}.customer-summary__heading small{display:none;}.customer-summary__heading strong{font-size:0;}.customer-summary__heading strong::after{content:"Seus dados";font-size:14px;}.customer-summary__edit{color:var(--brand-green);}.customer-summary__icon,.customer-summary__assurance-icon{background:#f5eee2;color:var(--brand-green);}.customer-summary__assurance{background:linear-gradient(90deg,rgba(245,238,226,0.7),rgba(242,247,242,0.9));color:var(--brand-green);}.field input,.field select,.promo-code__input{border-color:var(--brand-line);background:#fff;}.field input:focus,.field select:focus,.promo-code__input:focus{border-color:var(--brand-green-soft);box-shadow:0 0 0 3px rgba(73,99,79,0.12);}.order-bump{overflow:hidden;border-color:rgba(201,154,77,0.38);background:linear-gradient(180deg,#fffdfa,#fbf5ea);}.order-bump__badge{color:#8a682f;}.order-bump__choice{border-color:rgba(201,154,77,0.34);}.order-bump__choice:has(input:checked){border-color:var(--brand-green-soft);background:#f5f8f2;}.payment-loader{min-height:220px;display:grid;place-items:center;}.payment-loader>:not(.payment-mount__pulse):not(.sr-only){display:none;}.payment-mount__pulse{width:32px;height:32px;border:3px solid rgba(73,99,79,0.16);border-top-color:var(--brand-green-soft);border-radius:50%;animation:dlr-payment-spin 0.8s linear infinite;}@keyframes dlr-payment-spin{to{transform:rotate(360deg);}}.checkout-trust-row{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid var(--brand-line);border-radius:16px;background:rgba(255,253,249,0.88);}.checkout-trust-row article{min-height:92px;display:grid;justify-items:center;align-content:center;gap:6px;padding:12px 10px;text-align:center;}.checkout-trust-row article + article{border-left:1px solid var(--brand-line);}.checkout-trust-row__icon{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f5eee2;color:var(--brand-green);}.checkout-trust-row__icon svg{width:18px;height:18px;}.checkout-trust-row strong,.checkout-trust-row small{display:block;}.checkout-trust-row strong{color:var(--brand-green);font-size:11px;}.checkout-trust-row small{margin-top:2px;color:var(--brand-muted);font-size:9px;}.scripture-footer{width:min(100% - 32px,680px);margin:4px auto 0;padding:22px 24px 18px;color:var(--brand-green);text-align:center;}.scripture-footer::before{content:"";display:block;width:40px;height:1px;margin:0 auto 15px;background:linear-gradient(90deg,transparent,var(--brand-gold),transparent);}.scripture-footer blockquote{max-width:58ch;margin:0 auto;font:italic 500 17px/1.6 var(--brand-serif);}.scripture-footer cite{display:block;margin-top:9px;color:#9b7437;font-size:9px;font-style:normal;font-weight:800;letter-spacing:0.14em;text-transform:uppercase;}.checkout-footer{width:min(100% - 32px,720px);margin:0 auto 22px;border-top-color:var(--brand-line);color:var(--brand-muted);}@media (max-width:640px){.trust-header--minimal,.checkout-panel--vertical,.scripture-footer,.checkout-footer{width:min(100% - 20px,720px);}.trust-header--minimal{margin-top:14px;}.brand--official .brand__logo{width:70px;height:70px;}.brand--official>strong{font-size:24px;}.checkout-layout--vertical .checkout-layout__main{gap:11px;}.checkout-summary-card--compact,.customer-form,.payment-section{border-radius:15px;}.checkout-summary-card--compact{padding:14px;}.order-summary--compact{gap:10px;}.order-summary--compact h2{font-size:18px;}.price-block--compact strong{font-size:21px;}.customer-form,.payment-section{padding:16px 14px;}.checkout-trust-row article{min-height:82px;padding:10px 5px;}.checkout-trust-row strong{font-size:9px;}.checkout-trust-row small{font-size:8px;}.scripture-footer{padding:18px 12px 14px;}.scripture-footer blockquote{font-size:15px;}}


/* === checkout-v18-19.css === */
/*
 * Hotfix visual: alinhamento dos métodos do Mercado Pago e posição do order bump.
 * Mantém a lógica do provedor intacta e usa apenas marcadores estáveis da aplicação.
 */

body[data-page="checkout"] #paymentBrick_container [data-dlr-hidden-copy="true"],
body[data-page="checkout"] #paymentBrick_container [data-dlr-hidden-copy-wrapper="true"] {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

body[data-page="checkout"] #paymentBrick_container [data-dlr-card-selector="true"] {
  align-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  place-content: center !important;
}

body[data-page="checkout"] #paymentBrick_container [data-dlr-card-copy-group="true"] {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  gap: 0 !important;
  min-height: 0 !important;
  margin-block: 0 !important;
  padding-block: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

body[data-page="checkout"] #paymentBrick_container [data-dlr-card-label="true"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
  transform: none !important;
}

body[data-page="checkout"] #paymentBrick_container [data-dlr-payment-selector="card"],
body[data-page="checkout"] #paymentBrick_container [data-dlr-payment-selector="pix"] {
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease !important;
}

body[data-page="checkout"] #paymentBrick_container [data-dlr-selected="true"] {
  border-color: #49634f !important;
  background: rgba(73, 99, 79, .055) !important;
  box-shadow: 0 0 0 2px rgba(73, 99, 79, .11) !important;
}

body[data-page="checkout"] .order-bump--pre-payment {
  width: 100% !important;
  margin: 0 !important;
  scroll-margin-top: 18px;
  border-width: 1px !important;
}

body[data-page="checkout"] .order-bump--pre-payment + .payment-section {
  margin-top: 0 !important;
}

@media (max-width: 900px) {
  body[data-page="checkout"] .order-bump--pre-payment {
    order: 0 !important;
  }

  body[data-page="checkout"] .order-bump--pre-payment + .payment-section {
    order: 1 !important;
  }
}


/* === checkout-trust-alignment.css === */
/*
 * Alinhamento dos selos de confiança no mobile.
 * Somente apresentação: não altera formulário, pagamento, tracking ou CAPI.
 */
body[data-page="checkout"] .checkout-trust-row article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body[data-page="checkout"] .checkout-trust-row__icon {
  flex: 0 0 30px;
  margin: 0 0 6px;
}

body[data-page="checkout"] .checkout-trust-row article > div {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-rows: minmax(1.35em, auto) 1.25em;
  align-items: center;
  justify-items: center;
}

body[data-page="checkout"] .checkout-trust-row strong,
body[data-page="checkout"] .checkout-trust-row small {
  margin: 0;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 640px) {
  body[data-page="checkout"] .checkout-trust-row article {
    min-height: 88px;
    padding: 10px 5px;
  }

  body[data-page="checkout"] .checkout-trust-row article > div {
    grid-template-rows: 2.4em 1.25em;
  }
}


/* === checkout-refit-polish.css === */
/*
 * Ajuste visual seletivo do checkout.
 * Recupera a apresentação anterior e preserva apenas correções estruturais.
 * Não altera formulário, pagamento, Shopify, Members, tracking ou CAPI.
 */

body[data-page="checkout"] .checkout-shell.checkout-shell--vertical {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: block !important;
  grid-template-columns: none !important;
}

body[data-page="checkout"] .checkout-layout--vertical {
  display: block !important;
  grid-template-columns: none !important;
}

body[data-page="checkout"] .checkout-layout--vertical .checkout-layout__main {
  grid-template-columns: minmax(0, 1fr) !important;
}

body[data-page="checkout"] .checkout-intro {
  position: static !important;
  top: auto !important;
}

body[data-page="checkout"] .trust-header.trust-header--minimal {
  display: contents !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body[data-page="checkout"] .trust-header.trust-header--minimal::before,
body[data-page="checkout"] .trust-header.trust-header--minimal::after {
  content: none !important;
  display: none !important;
}

body[data-page="checkout"] .brand.brand--official {
  width: fit-content !important;
  margin: 20px auto 14px !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  gap: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body[data-page="checkout"] .brand--official .brand__logo {
  display: block !important;
  width: 84px !important;
  height: 84px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

body[data-page="checkout"] .brand--official > strong {
  display: none !important;
}

/* Formulário: sem indicador 0/3 ou 3/3, mantendo apenas o selo de proteção. */
body[data-page="checkout"] [data-form-progress-bar],
body[data-page="checkout"] [data-form-progress] {
  display: none !important;
}

body[data-page="checkout"] .form-progress__caption,
body[data-page="checkout"] .form-progress__caption--secure-only {
  justify-content: flex-end !important;
  margin-top: 0 !important;
}

body[data-page="checkout"] .field > span {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Cupom continua disponível, mas deixa de competir com o pagamento. */
body[data-page="checkout"] .promo-code--discreet {
  margin-top: 8px !important;
  padding-top: 7px !important;
}

body[data-page="checkout"] .promo-code--discreet .promo-code__toggle {
  min-height: 26px !important;
  justify-content: flex-start !important;
  width: auto !important;
  color: var(--brand-muted) !important;
  font-size: 9px !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Estado selecionado do Payment Brick usa somente semântica acessível do provedor. */
body[data-page="checkout"] #paymentBrick_container [aria-selected="true"],
body[data-page="checkout"] #paymentBrick_container [aria-checked="true"] {
  border-color: var(--brand-green-soft) !important;
  background: rgba(73, 99, 79, .055) !important;
  box-shadow: 0 0 0 2px rgba(73, 99, 79, .11) !important;
}

/* Garantias ficam compactas e imediatamente após o bloco de pagamento. */
body[data-page="checkout"] .checkout-trust-row {
  border-radius: 12px !important;
  box-shadow: none !important;
}

body[data-page="checkout"] .checkout-trust-row article {
  min-height: 58px !important;
  padding: 8px 9px !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  justify-items: start !important;
  align-items: center !important;
  align-content: center !important;
  gap: 7px !important;
  text-align: left !important;
}

body[data-page="checkout"] .checkout-trust-row__icon {
  width: 24px !important;
  height: 24px !important;
  border-radius: 7px !important;
}

body[data-page="checkout"] .checkout-trust-row__icon svg {
  width: 14px !important;
  height: 14px !important;
}

body[data-page="checkout"] .checkout-trust-row strong {
  font-size: 9px !important;
  line-height: 1.25 !important;
}

body[data-page="checkout"] .checkout-trust-row small {
  font-size: 8px !important;
  line-height: 1.25 !important;
}

/* Links de saída permanecem acessíveis, mas visualmente secundários. */
body[data-page="checkout"] .checkout-footer nav {
  opacity: .68 !important;
  font-size: .72em !important;
}

body[data-page="checkout"] .checkout-footer nav a {
  text-decoration-color: transparent !important;
}

@media (max-width: 640px) {
  body[data-page="checkout"] .brand.brand--official {
    margin-top: 14px !important;
  }

  body[data-page="checkout"] .brand--official .brand__logo {
    width: 70px !important;
    height: 70px !important;
  }

  body[data-page="checkout"] .checkout-layout--vertical .checkout-layout__main {
    gap: 8px !important;
  }

  body[data-page="checkout"] .checkout-intro {
    margin-bottom: 0 !important;
  }

  body[data-page="checkout"] .checkout-summary-card--compact {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
  }

  body[data-page="checkout"] .customer-form,
  body[data-page="checkout"] .payment-section {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  body[data-page="checkout"] .form-section-head {
    margin-bottom: 10px !important;
  }

  body[data-page="checkout"] .checkout-trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body[data-page="checkout"] .checkout-trust-row article {
    min-height: 62px !important;
    padding: 7px 4px !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 4px !important;
    text-align: center !important;
  }

  body[data-page="checkout"] .checkout-trust-row strong {
    font-size: 8px !important;
  }

  body[data-page="checkout"] .checkout-trust-row small {
    font-size: 7px !important;
  }

  body[data-page="checkout"] .scripture-footer {
    padding-top: 13px !important;
  }
}


/* === checkout-brand-refinement.css === */
/*
 * Refinamento de branding do checkout — 2026-08-14.
 * Aproxima ritmo, paleta e acabamento do storefront sem tocar na lógica comercial.
 * Esta camada deve carregar antes de checkout-delivery-fix.css.
 */

body[data-page="checkout"] {
  --brand-cream: #FFF9F2;
  --brand-paper: #FFFCF8;
  --brand-text: #2A211C;
  --brand-muted: #5A4D44;
  --brand-line: #E7DDD1;
  --brand-gold: #C2984A;
  background:
    radial-gradient(circle at 50% -8rem, rgba(194, 152, 74, .09), transparent 27rem),
    radial-gradient(circle at 92% 24rem, rgba(82, 100, 77, .045), transparent 24rem),
    #FFF9F2 !important;
  color: var(--brand-text) !important;
}

/* Composição editorial: uma coluna deliberadamente contida e centralizada. */
body[data-page="checkout"] .checkout-panel.checkout-panel--vertical {
  width: min(calc(100% - 40px), 760px) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 0 0 24px !important;
}

body[data-page="checkout"] .checkout-layout--vertical,
body[data-page="checkout"] .checkout-layout--vertical .checkout-layout__main {
  width: 100% !important;
  max-width: 100% !important;
}

body[data-page="checkout"] .checkout-layout--vertical .checkout-layout__main {
  gap: 15px !important;
}

/* Logo e abertura: mais respiro, eixo central nítido e tipografia do storefront. */
body[data-page="checkout"] .brand.brand--official {
  margin: 26px auto 15px !important;
}

body[data-page="checkout"] .brand--official .brand__logo {
  width: 78px !important;
  height: 78px !important;
}

body[data-page="checkout"] .checkout-intro {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 auto 6px !important;
  padding: 0 18px 3px !important;
  text-align: center !important;
}

body[data-page="checkout"] .checkout-intro .eyebrow {
  margin: 0 !important;
  color: #9B7437 !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: .17em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body[data-page="checkout"] .checkout-intro h1 {
  max-width: 16ch !important;
  margin: 8px auto 0 !important;
  color: var(--brand-text) !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: clamp(31px, 4.1vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  text-align: center !important;
}

body[data-page="checkout"] .checkout-intro .intro-copy__lead {
  max-width: 52ch !important;
  margin: 10px auto 0 !important;
  color: var(--brand-muted) !important;
  font-size: 13px !important;
  font-weight: 450 !important;
  line-height: 1.62 !important;
  text-align: center !important;
}

body[data-page="checkout"] .checkout-intro::after {
  content: "" !important;
  display: block !important;
  width: 42px !important;
  height: 1px !important;
  margin: 17px auto 0 !important;
  background: linear-gradient(90deg, transparent, rgba(194, 152, 74, .72), transparent) !important;
}

/* Superfícies: menos peso visual, mesma linguagem de borda/raio do storefront. */
body[data-page="checkout"] .checkout-summary-card--compact,
body[data-page="checkout"] .customer-form,
body[data-page="checkout"] .order-bump,
body[data-page="checkout"] .payment-section {
  border: 1px solid rgba(42, 33, 28, .09) !important;
  border-radius: 18px !important;
  background: rgba(255, 252, 248, .94) !important;
  box-shadow: 0 14px 36px rgba(42, 33, 28, .052) !important;
}

body[data-page="checkout"] .checkout-summary-card--compact {
  padding: 19px 22px 16px !important;
}

body[data-page="checkout"] .order-summary--compact {
  gap: 18px !important;
  align-items: center !important;
}

body[data-page="checkout"] .order-summary--compact .eyebrow {
  margin-bottom: 6px !important;
  color: #9B7437 !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: .15em !important;
}

body[data-page="checkout"] .order-summary--compact h2 {
  color: var(--brand-text) !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
  letter-spacing: -.018em !important;
}

body[data-page="checkout"] .order-summary__delivery,
body[data-page="checkout"] .order-summary__variant {
  margin-top: 6px !important;
  color: var(--brand-muted) !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

body[data-page="checkout"] .price-block--compact strong {
  color: var(--brand-text) !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 27px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
}

/* Cupom é uma opção secundária: fechado por padrão e aberto apenas pelo link. */
body[data-page="checkout"] .promo-code--discreet {
  margin-top: 14px !important;
  padding-top: 11px !important;
  border-top: 1px solid var(--brand-line) !important;
}

body[data-page="checkout"] .promo-code--discreet .promo-code__toggle {
  display: inline-flex !important;
  width: auto !important;
  min-height: 28px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 7px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--brand-muted) !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body[data-page="checkout"] .promo-code--discreet .promo-code__toggle span {
  text-decoration: underline !important;
  text-decoration-color: rgba(90, 77, 68, .35) !important;
  text-underline-offset: 3px !important;
}

body[data-page="checkout"] .promo-code--discreet .promo-code__toggle::before {
  content: none !important;
  display: none !important;
}

body[data-page="checkout"] .promo-code--discreet .promo-code__toggle::after {
  content: "+" !important;
  display: inline-grid !important;
  width: 18px !important;
  height: 18px !important;
  place-items: center !important;
  border: 1px solid rgba(90, 77, 68, .22) !important;
  border-radius: 50% !important;
  color: #7C675A !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body[data-page="checkout"] .promo-code--discreet .promo-code__toggle[aria-expanded="true"]::after {
  content: "−" !important;
}

body[data-page="checkout"] [data-promo-panel][hidden] {
  display: none !important;
}

body[data-page="checkout"] [data-promo-panel]:not([hidden]) {
  display: block !important;
  margin-top: 10px !important;
}

body[data-page="checkout"] .promo-code__input,
body[data-page="checkout"] .field input,
body[data-page="checkout"] .field select,
body[data-page="checkout"] .field textarea {
  border-color: var(--brand-line) !important;
  border-radius: 14px !important;
  background: #FFF !important;
}

body[data-page="checkout"] .promo-code__apply {
  border-radius: 999px !important;
  background: var(--brand-text) !important;
  color: var(--brand-cream) !important;
  font-weight: 700 !important;
}

/* Ritmo interno dos blocos e acabamento do final da compra. */
body[data-page="checkout"] .customer-form,
body[data-page="checkout"] .payment-section {
  padding: 21px 22px !important;
}

body[data-page="checkout"] .form-section-head {
  margin-bottom: 15px !important;
}

body[data-page="checkout"] .form-section-head h2 {
  color: var(--brand-text) !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
}

body[data-page="checkout"] .form-section-head .section-help {
  margin-top: 3px !important;
  color: var(--brand-muted) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

body[data-page="checkout"] .form-section-head__step {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 50% !important;
  background: #52644D !important;
  box-shadow: 0 7px 18px rgba(82, 100, 77, .16) !important;
}

body[data-page="checkout"] .payment-section {
  padding-bottom: 24px !important;
}

body[data-page="checkout"] #paymentBrick_container {
  margin-bottom: 2px !important;
}

body[data-page="checkout"] .checkout-trust-row {
  margin-top: 1px !important;
  border-color: rgba(42, 33, 28, .09) !important;
  border-radius: 16px !important;
  background: rgba(255, 252, 248, .82) !important;
  box-shadow: 0 9px 26px rgba(42, 33, 28, .035) !important;
}

body[data-page="checkout"] .scripture-footer {
  margin-top: 8px !important;
  padding-top: 25px !important;
}

body[data-page="checkout"] .checkout-footer {
  margin-top: 2px !important;
  padding-top: 18px !important;
}

@media (prefers-reduced-motion: no-preference) {
  body[data-page="checkout"] .brand.brand--official,
  body[data-page="checkout"] .checkout-intro {
    animation: checkout-brand-enter .46s cubic-bezier(.22, 1, .36, 1) both;
  }

  body[data-page="checkout"] .checkout-intro {
    animation-delay: 55ms;
  }
}

@keyframes checkout-brand-enter {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  body[data-page="checkout"] .checkout-panel.checkout-panel--vertical {
    width: min(calc(100% - 24px), 760px) !important;
    padding-bottom: 18px !important;
  }

  body[data-page="checkout"] .checkout-layout--vertical .checkout-layout__main {
    gap: 12px !important;
  }

  body[data-page="checkout"] .brand.brand--official {
    margin: 18px auto 11px !important;
  }

  body[data-page="checkout"] .brand--official .brand__logo {
    width: 64px !important;
    height: 64px !important;
  }

  body[data-page="checkout"] .checkout-intro {
    margin-bottom: 2px !important;
    padding: 0 6px 2px !important;
  }

  body[data-page="checkout"] .checkout-intro .eyebrow {
    font-size: 9px !important;
    letter-spacing: .15em !important;
  }

  body[data-page="checkout"] .checkout-intro h1 {
    max-width: 15ch !important;
    margin-top: 7px !important;
    font-size: clamp(28px, 8.2vw, 32px) !important;
    line-height: 1.08 !important;
  }

  body[data-page="checkout"] .checkout-intro .intro-copy__lead {
    max-width: 34ch !important;
    margin-top: 8px !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  body[data-page="checkout"] .checkout-intro::after {
    width: 34px !important;
    margin-top: 13px !important;
  }

  body[data-page="checkout"] .checkout-summary-card--compact,
  body[data-page="checkout"] .customer-form,
  body[data-page="checkout"] .payment-section {
    border-radius: 16px !important;
  }

  body[data-page="checkout"] .checkout-summary-card--compact {
    padding: 16px 16px 13px !important;
  }

  body[data-page="checkout"] .order-summary--compact {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
  }

  body[data-page="checkout"] .order-summary--compact h2 {
    font-size: 16px !important;
    line-height: 1.32 !important;
  }

  body[data-page="checkout"] .price-block--compact strong {
    font-size: 23px !important;
  }

  body[data-page="checkout"] .promo-code--discreet {
    margin-top: 11px !important;
    padding-top: 9px !important;
  }

  body[data-page="checkout"] .promo-code--discreet .promo-code__toggle {
    min-height: 26px !important;
    font-size: 10px !important;
  }

  body[data-page="checkout"] .customer-form,
  body[data-page="checkout"] .payment-section {
    padding: 17px 16px !important;
  }

  body[data-page="checkout"] .payment-section {
    padding-bottom: 20px !important;
  }

  body[data-page="checkout"] .form-section-head {
    margin-bottom: 12px !important;
  }

  body[data-page="checkout"] .form-section-head h2 {
    font-size: 17px !important;
  }

  body[data-page="checkout"] .form-section-head__step {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  body[data-page="checkout"] .scripture-footer {
    margin-top: 5px !important;
    padding-top: 20px !important;
  }

  body[data-page="checkout"] .checkout-footer {
    padding-top: 15px !important;
  }
}


/* === checkout-micro-polish.css === */
/*
 * Micro-polimento visual do checkout — 2026-08-14.
 * Escopo: ritmo, hierarquia e acabamento. Não altera lógica comercial/pagamento.
 * Carrega depois de checkout-brand-refinement.css e antes de checkout-delivery-fix.css.
 */

/* 1. Ritmo homogêneo entre os blocos principais. */
body[data-page="checkout"] .checkout-layout--vertical .checkout-layout__main {
  gap: 14px !important;
}

body[data-page="checkout"] .checkout-summary-card--compact,
body[data-page="checkout"] .customer-form,
body[data-page="checkout"] .order-bump,
body[data-page="checkout"] .payment-section {
  margin: 0 !important;
}

/* O layout histórico pode operar em block; os irmãos garantem o ritmo mesmo sem CSS grid. */
body[data-page="checkout"] .checkout-summary-card--compact + .customer-form,
body[data-page="checkout"] .customer-form + .order-bump,
body[data-page="checkout"] .customer-form + .payment-section,
body[data-page="checkout"] .order-bump + .payment-section {
  margin-top: 14px !important;
}

/* 2. Abertura limpa: remove qualquer moldura/linha legada ao redor do intro. */
body[data-page="checkout"] .checkout-intro {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="checkout"] .checkout-intro::before {
  content: none !important;
  display: none !important;
}

/* 3. Relação logo -> eyebrow -> headline mais deliberada. */
body[data-page="checkout"] .brand.brand--official {
  margin: 22px auto 8px !important;
}

body[data-page="checkout"] .checkout-intro h1 {
  margin-top: 11px !important;
}

/* 4. Selo Protegido integrado ao cabeçalho do card de dados. */
body[data-page="checkout"] .customer-form {
  position: relative !important;
}

body[data-page="checkout"] .customer-form .form-section-head {
  padding-right: 108px !important;
}

body[data-page="checkout"] .customer-form .form-progress__caption--secure-only {
  position: absolute !important;
  z-index: 2 !important;
  top: 22px !important;
  right: 22px !important;
  width: auto !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: flex-end !important;
}

body[data-page="checkout"] .customer-form .form-progress__secure {
  min-height: 24px !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
}

/* 5. Escala única de espaçamento dentro dos campos. */
body[data-page="checkout"] .field-grid {
  row-gap: 16px !important;
  column-gap: 14px !important;
}

body[data-page="checkout"] .field {
  row-gap: 0 !important;
}

body[data-page="checkout"] .field > span {
  margin: 0 0 7px !important;
}

body[data-page="checkout"] .field input,
body[data-page="checkout"] .field select,
body[data-page="checkout"] .field textarea {
  margin: 0 !important;
}

body[data-page="checkout"] .field .field__hint,
body[data-page="checkout"] .field [data-field-feedback]:not(:empty) {
  margin: 6px 0 0 !important;
}

body[data-page="checkout"] .field [data-field-feedback]:empty {
  display: none !important;
}

/* 6 + 7. Resumo mais editorial: uma separação apenas e preço ancorado ao produto no desktop. */
@media (min-width: 641px) {
  body[data-page="checkout"] .order-summary--compact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
  }

  body[data-page="checkout"] .order-summary--compact .order-summary__copy {
    width: auto !important;
    min-width: 0 !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body[data-page="checkout"] .price-block--compact {
    width: auto !important;
    min-width: max-content !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: end !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: right !important;
  }

  body[data-page="checkout"] .promo-code--discreet {
    margin-top: 13px !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(42, 33, 28, .09) !important;
  }
}

/* 8. Menos efeito "card dentro de card" no pagamento. */
body[data-page="checkout"] .payment-frame {
  margin-top: 2px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="checkout"] #paymentBrick_container > div {
  box-shadow: none !important;
}

/* 9. CTA com mais presença no desktop, mantendo o mobile full-width atual. */
@media (min-width: 641px) {
  body[data-page="checkout"] #paymentBrick_container button[data-dlr-cro-cta="true"] {
    width: min(100%, 380px) !important;
    min-width: 340px !important;
    margin-inline: auto !important;
  }
}

/* 10. Fechamento mais contínuo entre compra, garantias, assinatura e footer. */
body[data-page="checkout"] .checkout-trust-row {
  margin-top: 12px !important;
}

body[data-page="checkout"] .checkout-trust-row strong {
  font-size: 10px !important;
}

body[data-page="checkout"] .checkout-trust-row small {
  font-size: 9px !important;
}

body[data-page="checkout"] .checkout-panel.checkout-panel--vertical {
  padding-bottom: 12px !important;
}

body[data-page="checkout"] .scripture-footer {
  margin-top: 0 !important;
  padding-top: 18px !important;
  padding-bottom: 13px !important;
}

body[data-page="checkout"] .scripture-footer::before {
  margin-bottom: 12px !important;
}

body[data-page="checkout"] .checkout-footer {
  margin-top: 0 !important;
  padding-top: 14px !important;
}

@media (max-width: 640px) {
  /* 1 */
  body[data-page="checkout"] .checkout-layout--vertical .checkout-layout__main {
    gap: 12px !important;
  }

  body[data-page="checkout"] .checkout-summary-card--compact + .customer-form,
  body[data-page="checkout"] .customer-form + .order-bump,
  body[data-page="checkout"] .customer-form + .payment-section,
  body[data-page="checkout"] .order-bump + .payment-section {
    margin-top: 12px !important;
  }

  /* 3 */
  body[data-page="checkout"] .brand.brand--official {
    margin: 16px auto 6px !important;
  }

  body[data-page="checkout"] .checkout-intro h1 {
    margin-top: 10px !important;
  }

  /* 4 */
  body[data-page="checkout"] .customer-form .form-section-head {
    padding-right: 86px !important;
  }

  body[data-page="checkout"] .customer-form .form-progress__caption--secure-only {
    top: 17px !important;
    right: 16px !important;
  }

  /* 5 */
  body[data-page="checkout"] .field-grid {
    row-gap: 15px !important;
    column-gap: 12px !important;
  }

  /* 6 + 7: no mobile o total permanece em bloco próprio, com um único divisor antes dele. */
  body[data-page="checkout"] .order-summary--compact {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body[data-page="checkout"] .order-summary--compact .order-summary__copy {
    width: auto !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body[data-page="checkout"] .price-block--compact {
    width: auto !important;
    min-width: 0 !important;
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: stretch !important;
    margin: 13px 0 0 !important;
    padding: 13px 0 0 !important;
    border-top: 1px solid rgba(42, 33, 28, .09) !important;
    text-align: left !important;
  }

  body[data-page="checkout"] .promo-code--discreet {
    margin-top: 8px !important;
    padding-top: 2px !important;
    border-top: 0 !important;
  }

  /* 10 */
  body[data-page="checkout"] .checkout-panel.checkout-panel--vertical {
    padding-bottom: 9px !important;
  }

  body[data-page="checkout"] .scripture-footer {
    padding-top: 15px !important;
    padding-bottom: 11px !important;
  }

  body[data-page="checkout"] .checkout-footer {
    padding-top: 12px !important;
  }
}


/* === checkout-header-polish.css === */
/*
 * Header/navbar premium do checkout — 2026-08-14.
 * Escopo estritamente visual: marca, contexto de compra e comportamento sticky.
 * Sem blur, sombra, navegação comercial ou alteração de pagamento/tracking.
 */

body[data-page="checkout"] .trust-header.trust-header--minimal {
  position: sticky !important;
  top: 0 !important;
  z-index: 40 !important;
  display: block !important;
  min-height: 74px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  isolation: isolate;
}

body[data-page="checkout"] .trust-header.trust-header--minimal::before {
  content: none !important;
  display: none !important;
}

body[data-page="checkout"] .trust-header.trust-header--minimal::after {
  content: "" !important;
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block !important;
  opacity: 0;
  border-bottom: 1px solid rgba(42, 33, 28, .055);
  background: rgb(255, 249, 242);
  pointer-events: none;
}

body[data-page="checkout"] .trust-header__inner {
  width: min(calc(100% - 40px), 920px);
  height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
}

body[data-page="checkout"] .trust-header .brand.brand--official {
  grid-column: 2;
  width: fit-content !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  gap: 2px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: translateX(1px);
}

body[data-page="checkout"] .trust-header .brand--official .brand__logo {
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

body[data-page="checkout"] .brand__context {
  display: block;
  margin-top: -1px;
  color: #9B7437;
  font-family: Manrope, Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-page="checkout"] .trust-header__secure {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #5A4D44;
  font-family: Manrope, Arial, sans-serif;
  font-size: 10px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: .01em;
  white-space: nowrap;
}

body[data-page="checkout"] .trust-header__secure-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(90, 77, 68, .16);
  border-radius: 999px;
  color: #52644D;
  background: rgba(255, 252, 248, .72);
}

body[data-page="checkout"] .trust-header__secure-icon svg {
  width: 12px;
  height: 12px;
}

/* O header é estrutural; a abertura começa como uma segunda zona visual deliberada. */
body[data-page="checkout"] .checkout-panel.checkout-panel--vertical {
  padding-top: 20px !important;
}

@media (prefers-reduced-motion: no-preference) {
  body[data-page="checkout"] .trust-header .brand.brand--official {
    animation: checkout-header-brand-enter .32s cubic-bezier(.22, 1, .36, 1) both !important;
  }

  body[data-page="checkout"] .trust-header__secure {
    animation: checkout-header-context-enter .32s cubic-bezier(.22, 1, .36, 1) 45ms both;
  }

  body[data-page="checkout"] .checkout-intro {
    animation-duration: .40s !important;
    animation-delay: 60ms !important;
  }
}

@keyframes checkout-header-brand-enter {
  from { opacity: 0; transform: translate(1px, 5px); }
  to { opacity: 1; transform: translate(1px, 0); }
}

@keyframes checkout-header-context-enter {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Progressive enhancement: a superfície e hairline surgem somente após o início da rolagem. */
@supports (animation-timeline: scroll()) {
  body[data-page="checkout"] .trust-header.trust-header--minimal::after {
    animation-name: checkout-header-scroll-surface;
    animation-duration: 1ms;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-timeline: scroll(root block);
    animation-range: 0 38px;
  }
}

@keyframes checkout-header-scroll-surface {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 640px) {
  body[data-page="checkout"] .trust-header.trust-header--minimal {
    min-height: 60px !important;
  }

  body[data-page="checkout"] .trust-header__inner {
    width: min(calc(100% - 24px), 760px);
    height: 60px;
  }

  body[data-page="checkout"] .trust-header .brand.brand--official {
    grid-column: 2;
    gap: 0 !important;
    transform: none;
  }

  body[data-page="checkout"] .trust-header .brand--official .brand__logo {
    width: 48px !important;
    height: 48px !important;
  }

  body[data-page="checkout"] .brand__context,
  body[data-page="checkout"] .trust-header__secure {
    display: none !important;
  }

  body[data-page="checkout"] .checkout-panel.checkout-panel--vertical {
    padding-top: 16px !important;
  }
}

@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
  body[data-page="checkout"] .trust-header .brand.brand--official {
    animation-name: checkout-header-brand-enter-mobile !important;
  }
}

@keyframes checkout-header-brand-enter-mobile {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}


/* === checkout-delivery-fix.css === */
/*
 * Correção final de entrega e largura do checkout.
 * Carrega depois de todas as camadas históricas.
 */
body[data-page="checkout"],
body[data-page="checkout"] *,
body[data-page="checkout"] *::before,
body[data-page="checkout"] *::after {
  box-sizing: border-box;
}

html,
body[data-page="checkout"] {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

/* A composição editorial não pode herdar moldura/sombra do painel legado. */
body[data-page="checkout"] .checkout-panel.checkout-panel--vertical,
body[data-page="checkout"] .checkout-shell.checkout-shell--vertical,
body[data-page="checkout"] .checkout-layout.checkout-layout--vertical,
body[data-page="checkout"] .checkout-layout--vertical .checkout-layout__main {
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Remove hairlines/pseudo-molduras históricas sem afetar o detalhe dourado do próprio intro. */
body[data-page="checkout"] .checkout-shell.checkout-shell--vertical::before,
body[data-page="checkout"] .checkout-shell.checkout-shell--vertical::after,
body[data-page="checkout"] .checkout-panel.checkout-panel--vertical::before,
body[data-page="checkout"] .checkout-panel.checkout-panel--vertical::after,
body[data-page="checkout"] .checkout-layout.checkout-layout--vertical::before,
body[data-page="checkout"] .checkout-layout.checkout-layout--vertical::after,
body[data-page="checkout"] .checkout-layout--vertical .checkout-layout__main::before,
body[data-page="checkout"] .checkout-layout--vertical .checkout-layout__main::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body[data-page="checkout"] .checkout-layout--vertical,
body[data-page="checkout"] .checkout-layout--vertical .checkout-layout__main,
body[data-page="checkout"] .checkout-summary-card--compact,
body[data-page="checkout"] .customer-form,
body[data-page="checkout"] .order-bump,
body[data-page="checkout"] .payment-section,
body[data-page="checkout"] .checkout-trust-row,
body[data-page="checkout"] .scripture-footer,
body[data-page="checkout"] .checkout-footer {
  min-width: 0;
  max-width: 100%;
}

body[data-page="checkout"] .checkout-summary-card--compact,
body[data-page="checkout"] .customer-form,
body[data-page="checkout"] .order-bump,
body[data-page="checkout"] .payment-section,
body[data-page="checkout"] .checkout-trust-row {
  width: 100% !important;
}

body[data-page="checkout"] input,
body[data-page="checkout"] select,
body[data-page="checkout"] textarea,
body[data-page="checkout"] button,
body[data-page="checkout"] iframe,
body[data-page="checkout"] #paymentBrick_container,
body[data-page="checkout"] #paymentBrick_container > * {
  max-width: 100% !important;
  min-width: 0;
}

/* Desktop/tablet: três itens na horizontal; ícone alinhado ao texto do próprio item. */
body[data-page="checkout"] .checkout-trust-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 12px !important;
}

body[data-page="checkout"] .checkout-trust-row article {
  min-width: 0;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  align-content: center !important;
  justify-items: stretch !important;
  justify-content: stretch !important;
  column-gap: 11px !important;
  text-align: left !important;
}

body[data-page="checkout"] .checkout-trust-row__icon {
  width: 30px;
  height: 30px;
  margin: 0 !important;
  place-self: center;
}

body[data-page="checkout"] .checkout-trust-row article > div {
  width: auto !important;
  min-width: 0;
  display: grid;
  justify-items: start !important;
  row-gap: 3px;
}

body[data-page="checkout"] .checkout-trust-row strong,
body[data-page="checkout"] .checkout-trust-row small {
  max-width: 100%;
  margin: 0 !important;
  line-height: 1.25;
  text-align: left !important;
  overflow-wrap: anywhere;
}

/* Mobile: preserva os três sinais em uma faixa compacta, sem voltar ao empilhamento alto. */
@media (max-width: 640px) {
  body[data-page="checkout"] .checkout-trust-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body[data-page="checkout"] .checkout-trust-row article {
    min-height: 62px !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    align-content: center !important;
    row-gap: 4px !important;
    padding: 7px 4px !important;
    text-align: center !important;
  }

  body[data-page="checkout"] .checkout-trust-row article + article {
    border-left: 1px solid var(--brand-line) !important;
    border-top: 0 !important;
  }

  body[data-page="checkout"] .checkout-trust-row__icon {
    width: 24px !important;
    height: 24px !important;
  }

  body[data-page="checkout"] .checkout-trust-row article > div {
    width: 100% !important;
    justify-items: center !important;
    row-gap: 2px !important;
  }

  body[data-page="checkout"] .checkout-trust-row strong,
  body[data-page="checkout"] .checkout-trust-row small {
    text-align: center !important;
  }

  body[data-page="checkout"] .checkout-trust-row strong {
    font-size: 9.5px !important;
  }

  body[data-page="checkout"] .checkout-trust-row small {
    font-size: 8.5px !important;
  }
}
