:root {
  --bg: #0D0F1A;
  --surface: #161A2C;
  --surface-2: #1E2338;
  --line: #2A3050;
  --text: #F2F1F8;
  --muted: #8A8FA3;
  --violet: #7C5CFF;
  --teal: #00E5C7;
  --danger: #FF6B6B;
  --radius-s: 6px;
  --radius-m: 12px;
  --font-display: "Chakra Petch", "Segoe UI", sans-serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

h1, h2, h3 { font-family: var(--font-display); margin: 0; letter-spacing: 0.01em; }

img, svg { display: block; }

.section-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(13, 15, 26, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  color: var(--text);
}

.logo-mark {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--violet), var(--teal));
}

.main-nav { display: flex; gap: 28px; }
.main-nav a { text-decoration: none; color: var(--muted); font-size: 0.95rem; transition: color 0.15s; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--text); }

.header-actions { display: flex; align-items: center; }

.icon-btn {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--text);
  width: 40px;
  height: 40px;
  border-radius: var(--radius-s);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.15s;
}
.icon-btn:hover, .icon-btn:focus-visible { border-color: var(--violet); }

.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--teal);
  color: #06231F;
  font-size: 0.7rem;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* ---------- Hero ---------- */
.hero {
  padding: 72px 0 56px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(600px 300px at 85% -10%, rgba(124,92,255,0.25), transparent 60%),
    radial-gradient(500px 260px at 100% 40%, rgba(0,229,199,0.12), transparent 60%);
}

.hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  gap: 56px;
  align-items: center;
}

.hero-eyebrow {
  color: var(--teal);
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0 0 14px;
}

.hero-copy h1 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.12;
  font-weight: 600;
  max-width: 14ch;
}

.hero-sub {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 46ch;
  margin: 18px 0 28px;
}

.hero-search input {
  width: 100%;
  max-width: 420px;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--text);
  padding: 13px 16px;
  border-radius: var(--radius-s);
  font-size: 0.95rem;
  font-family: var(--font-body);
}
.hero-search input:focus-visible { outline: 2px solid var(--violet); outline-offset: 1px; }
.hero-search input::placeholder { color: var(--muted); }

.platform-tabs { display: flex; gap: 8px; margin-top: 20px; flex-wrap: wrap; }

.platform-tab {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 8px 16px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}
.platform-tab:hover { border-color: var(--violet); color: var(--text); }
.platform-tab.is-active {
  background: linear-gradient(135deg, var(--violet), #5c3fe0);
  border-color: transparent;
  color: #fff;
}

.hero-visual {
  position: relative;
  height: 290px;
}

.stack-card {
  position: absolute;
  width: min(calc(100% - 26px), 380px);
  height: 245px;
  border-radius: var(--radius-m);
  border: 1px solid var(--line);
}

.card-a {
  top: 12px; left: 3px;
  background: linear-gradient(160deg, #2A3050, #161A2C);
  transform: rotate(-8deg);
}
.card-b {
  top: 24px; left: 14px;
  background: linear-gradient(160deg, #1E2338, #0D0F1A);
  transform: rotate(4deg);
}
.card-c {
  top: 18px; left: 20px;
  background: linear-gradient(180deg, rgba(13,15,26,.08) 40%, #0D0F1A), url("https://miro.medium.com/v2/resize:fit:1400/0*vV3w3YEu4qSRXhS4") center / cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  box-shadow: 0 30px 60px -20px rgba(124,92,255,0.45);
}
.stack-card-plat {
  align-self: flex-start;
  background: rgba(13,15,26,0.5);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}
.stack-card-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.1rem;
  color: #fff;
}

/* ---------- Catalog ---------- */
.catalog { padding: 64px 0; }

.catalog-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 28px;
}
.catalog-head h2 { font-size: 1.6rem; font-weight: 600; }
.catalog-count { color: var(--muted); font-size: 0.9rem; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 285px), 1fr));
  gap: 20px;
}

.product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s, transform 0.15s;
}
.product-card:hover { border-color: var(--violet); transform: translateY(-2px); }

.product-cover {
  aspect-ratio: 460 / 215;
  position: relative;
  background: var(--surface-2);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px;
}
.product-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.product-plat-badge, .product-discount { position: relative; z-index: 1; }
.catalog-note { color: var(--muted); font-size: .85rem; margin: 0 0 18px; }

.product-plat-badge {
  background: rgba(13,15,26,0.55);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.product-discount {
  background: var(--teal);
  color: #06231F;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
}

.product-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.product-genre { color: var(--muted); font-size: 0.78rem; }
.product-title { font-family: var(--font-display); font-size: 1.02rem; font-weight: 600; margin: 2px 0 8px; }

.product-price-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.price-block { display: flex; flex-direction: column; }
.price-old { color: var(--muted); font-size: 0.78rem; text-decoration: line-through; }
.price-now { font-weight: 700; font-size: 1.05rem; }

.add-btn {
  background: var(--surface-2);
  border: 1px solid var(--line);
  color: var(--text);
  width: 38px;
  height: 38px;
  border-radius: var(--radius-s);
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.add-btn:hover, .add-btn:focus-visible { border-color: var(--teal); background: var(--surface); }

.empty-state { color: var(--muted); text-align: center; padding: 40px 0; }

/* ---------- How it works ---------- */
.how-it-works { padding: 64px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); }
.how-it-works h2 { font-size: 1.6rem; font-weight: 600; margin-bottom: 32px; }

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.step { border-top: 2px solid var(--line); padding-top: 16px; }
.step-index {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--teal);
  margin-bottom: 10px;
}
.step h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 0.92rem; margin: 0; }

/* ---------- Support band ---------- */
.support-band { padding: 56px 0; }
.support-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.support-inner h2 { font-size: 1.4rem; font-weight: 600; margin-bottom: 6px; }
.support-inner p { color: var(--muted); margin: 0; max-width: 46ch; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: var(--radius-s);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  transition: opacity 0.15s;
}
.btn:hover { opacity: 0.9; }
.btn-primary { background: linear-gradient(135deg, var(--violet), #5c3fe0); color: #fff; }
.btn-ghost { border-color: var(--line); color: var(--text); }
.btn-block { width: 100%; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 24px 0; }
.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 0.85rem;
}

/* ---------- Cart drawer ---------- */
.cart-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s;
  z-index: 50;
}
.cart-overlay.is-open { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed;
  top: 0; right: 0;
  height: 100%;
  width: min(400px, 100%);
  background: var(--surface);
  border-left: 1px solid var(--line);
  z-index: 51;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.25s ease;
}
.cart-drawer.is-open { transform: translateX(0); }

.cart-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 16px;
  border-bottom: 1px solid var(--line);
}
.cart-drawer-head h2 { font-size: 1.15rem; font-weight: 600; }

.cart-items { flex: 1; overflow-y: auto; padding: 12px 20px; }

.cart-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.cart-item-cover {
  width: 52px; height: 52px;
  border-radius: var(--radius-s);
  flex-shrink: 0;
  overflow: hidden;
}
.cart-item-cover img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.cart-item-title { font-weight: 600; font-size: 0.92rem; }
.cart-item-plat { color: var(--muted); font-size: 0.78rem; }
.cart-item-row { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.cart-item-price { font-weight: 600; font-size: 0.9rem; }
.cart-item-remove {
  background: none; border: none; color: var(--muted);
  font-size: 0.8rem; cursor: pointer; text-decoration: underline;
  padding: 0;
}
.cart-item-remove:hover { color: var(--danger); }

.cart-empty { padding: 40px 20px; text-align: center; color: var(--muted); display: none; }

.cart-footer { padding: 16px 20px 20px; border-top: 1px solid var(--line); }
.cart-total-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; font-size: 1rem; }
.cart-total-row strong { font-family: var(--font-display); font-size: 1.2rem; }

/* ---------- Checkout modal ---------- */
.modal-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s;
  z-index: 60;
  padding: 20px;
}
.modal-overlay.is-open { opacity: 1; pointer-events: auto; }

.modal {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-m);
  width: min(440px, 100%);
  padding: 24px;
}
.modal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.modal-head h2 { font-size: 1.2rem; font-weight: 600; }
.modal-sub { color: var(--muted); font-size: 0.9rem; margin: 0 0 18px; }
.modal-keys { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.modal-key-row {
  display: flex; justify-content: space-between; align-items: center;
  background: var(--surface-2); border: 1px solid var(--line);
  border-radius: var(--radius-s); padding: 10px 12px;
}
.modal-key-title { font-size: 0.88rem; font-weight: 600; }
.modal-key-code { font-family: monospace; color: var(--teal); font-size: 0.85rem; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { width: min(100%, 440px); margin: 8px auto 0; }
  .main-nav { display: none; }
  .steps { grid-template-columns: 1fr; }
  .support-inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; }
}

/* Destaques e paginação */
.featured-section { padding: 56px 0 12px; }
.featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.featured-card { overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-m); }
.featured-card > img { width: 100%; height: 230px; object-fit: contain; display: block; background: var(--surface-2); }
.featured-body { padding: 20px; }
.featured-body h3 { min-height: 54px; margin: 10px 0; font-family: var(--font-display); }
.featured-tag { color: var(--teal); font-size: .78rem; font-weight: 700; }
.featured-prices { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.featured-prices del { color: var(--muted); }
.featured-prices strong { color: var(--teal); font-size: 1.35rem; }
.featured-prices span { background: var(--teal); color: #06231F; border-radius: 5px; padding: 3px 6px; font-weight: 700; font-size: .75rem; }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 28px; }
.page-button { min-width: 40px; min-height: 40px; border: 1px solid var(--line); border-radius: 8px; color: #fff; background: var(--surface); cursor: pointer; }
.page-button.is-active, .page-button:hover { color: #06231F; background: var(--teal); }
@media (max-width: 760px) { .featured-grid { grid-template-columns: 1fr; } .featured-card > img { height: 230px; } }

/* Páginas de produto e histórico */
.header-actions { gap: 16px; }
.orders-link { text-decoration: none; font-weight: 600; font-size: .9rem; white-space: nowrap; }
.orders-link:hover, .orders-link:focus-visible { color: var(--teal); }
.product-cover-link { position: absolute; inset: 0; display: block; }
.product-cover-link img { width: 100%; height: 100%; object-fit: contain; }
.product-title a, .featured-card h3 a { text-decoration: none; }
.product-title a:hover, .featured-card h3 a:hover { color: var(--teal); }
.featured-image-link { display: block; }
.featured-image-link img { display: block; width: 100%; height: 230px; object-fit: contain; background: var(--surface-2); }
.inner-page { min-height: 65vh; padding-top: 34px; padding-bottom: 72px; }
.breadcrumbs { display: flex; gap: 10px; color: var(--muted); font-size: .87rem; margin-bottom: 28px; }
.breadcrumbs a:hover { color: var(--teal); }
.detail-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: start; }
.detail-media { border-radius: var(--radius-m); overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
.detail-media img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: contain; }
.detail-info h1 { font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.15; margin: 10px 0 18px; }
.detail-kicker { color: var(--teal); font-size: .85rem; font-weight: 700; }
.detail-description { color: var(--muted); max-width: 55ch; }
.detail-price { display: flex; align-items: center; gap: 12px; margin: 26px 0 18px; flex-wrap: wrap; }
.detail-price strong { font-size: 2rem; color: var(--teal); }
.detail-price del { color: var(--muted); }
.detail-price .product-discount { position: static; }
.detail-notice { color: var(--muted); font-size: .83rem; max-width: 45ch; }
.detail-specs { margin-top: 52px; border-top: 1px solid var(--line); padding-top: 32px; }
.detail-specs h2, .related-section h2 { font-size: 1.5rem; }
.detail-specs dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 20px 0 0; }
.detail-specs dl div { padding: 15px; border: 1px solid var(--line); border-radius: var(--radius-s); background: var(--surface); }
.detail-specs dt { color: var(--muted); font-size: .8rem; }
.detail-specs dd { margin: 4px 0 0; font-weight: 600; }
.related-section { margin-top: 60px; }
.related-card { text-decoration: none; border-radius: var(--radius-m); border: 1px solid var(--line); background: var(--surface); overflow: hidden; display: flex; flex-direction: column; gap: 8px; padding-bottom: 15px; }
.related-card img { width: 100%; aspect-ratio: 460/215; object-fit: contain; }
.related-card strong, .related-card span { margin: 0 14px; }
.related-card span { color: var(--teal); }
.related-card:hover { border-color: var(--teal); }
.orders-intro { margin-bottom: 30px; }
.orders-intro h1 { font-size: 2.4rem; }
.orders-intro p { color: var(--muted); }
.order-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-m); background: var(--surface); margin-bottom: 18px; }
.order-head, .order-total { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.order-head time { display: block; font-size: .85rem; color: var(--muted); }
.order-id { font-weight: 700; }
.order-status { color: var(--teal); font-size: .85rem; }
.order-card ul { list-style: none; padding: 14px 0; margin: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.order-card li { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; }
.order-card li a:hover { color: var(--teal); }
.order-total strong { font-size: 1.1rem; color: var(--teal); }
.orders-empty, .detail-missing { border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius-m); padding: 36px; }
.orders-empty p, .detail-missing p { color: var(--muted); }
.orders-modal-link { margin-bottom: 10px; }
@media (max-width: 760px) {
  .detail-layout { grid-template-columns: 1fr; gap: 22px; }
  .detail-specs dl { grid-template-columns: 1fr; }
  .orders-link { font-size: .78rem; }
  .header-inner { gap: 12px; }
  .order-card li { flex-direction: column; gap: 0; }
}

/* Escolha de plataforma e checkout */
.product-cover .product-plat-badge { max-width: calc(100% - 70px); }
.product-card .add-btn { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.platform-label { display: block; margin: 16px 0 8px; font-weight: 700; }
.platform-select { width: 100%; max-width: 350px; border: 1px solid var(--line); border-radius: var(--radius-s); background: var(--surface-2); color: var(--text); padding: 12px; font: inherit; display: block; margin-bottom: 18px; }
.checkout-notice { background: rgba(0, 229, 199, .09); border: 1px solid var(--teal); border-radius: var(--radius-m); padding: 15px 18px; margin: 0 0 26px; }
.checkout-error { color: var(--danger); margin: 0 0 16px; }
.checkout-error:empty { display: none; }
.checkout-layout { display: grid; grid-template-columns: 1.25fr 1fr; gap: 24px; align-items: start; }
.checkout-form-panel, .checkout-summary { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-m); padding: 24px; }
.checkout-form-panel h2, .checkout-summary h2 { font-size: 1.3rem; margin: 0 0 18px; }
.checkout-form-panel h2:not(:first-child) { margin-top: 28px; }
.checkout-form-panel > label:not(.payment-choice) { display: block; margin: 15px 0 6px; font-size: .9rem; }
.checkout-form-panel > input { display: block; width: 100%; border: 1px solid var(--line); border-radius: var(--radius-s); background: var(--surface-2); color: var(--text); font: inherit; padding: 12px; }
.checkout-form-panel > input:focus, .platform-select:focus { outline: 2px solid var(--teal); outline-offset: 2px; }
.checkout-helper { color: var(--muted); font-size: .83rem; margin: 12px 0 0; }
.payment-choice { display: flex; align-items: center; gap: 8px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius-s); margin: 9px 0; cursor: pointer; }
.payment-choice input { accent-color: var(--teal); }
.summary-item { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--line); }
.summary-item img { width: 80px; height: 60px; border-radius: var(--radius-s); object-fit: cover; background: var(--surface-2); }
.summary-item > div { display: flex; flex-direction: column; gap: 2px; }
.summary-item a { text-decoration: none; font-weight: 700; }
.summary-item a:hover { color: var(--teal); }
.summary-item span { color: var(--muted); font-size: .82rem; }
.summary-item strong { font-size: .9rem; }
.checkout-total { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 22px 0; }
.checkout-total strong { color: var(--teal); font-size: 1.4rem; }
@media (max-width: 760px) { .checkout-layout { grid-template-columns: 1fr; } }

/* Pix, quantidade e consulta de pedidos */
.quantity-control { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-s); overflow: hidden; margin: 6px 0; }
.quantity-control button { width: 33px; height: 31px; border: 0; background: var(--surface-2); color: var(--text); font-size: 1.2rem; cursor: pointer; }
.quantity-control button:disabled { opacity: .4; cursor: not-allowed; }
.quantity-control output { min-width: 34px; text-align: center; font-weight: 700; }
.checkout-summary button[type="submit"]:disabled { opacity: .6; cursor: wait; }
.checkout-notice a { text-underline-offset: 3px; }
.checkout-form-panel .payment-choice { cursor: default; font-weight: 700; }
.access-form { max-width: 560px; border: 1px solid var(--line); border-radius: var(--radius-m); background: var(--surface); padding: 26px; margin-bottom: 22px; }
.access-form[hidden] { display: none; }
.access-form h2 { margin-bottom: 8px; }
.access-form p { color: var(--muted); }
.access-form label, #checkout-payment label { display: block; margin: 14px 0 6px; font-weight: 600; }
.access-form input, #pix-code { display: block; width: 100%; border: 1px solid var(--line); border-radius: var(--radius-s); background: var(--surface-2); color: var(--text); padding: 12px; font: inherit; margin-bottom: 14px; }
.access-form button:disabled { opacity: .6; }
.pix-qr { display: block; width: min(100%, 260px); height: auto; margin: 20px 0; background: #fff; padding: 8px; border-radius: 8px; }
.redeem-code { overflow-wrap: anywhere; color: var(--teal); }
