:root {
  --bg: #fdf0e7;
  --surface: rgba(255, 244, 236, 0.88);
  --surface-strong: #462117;
  --text: #2f1a14;
  --muted: #775f56;
  --accent: #e76f51;
  --accent-dark: #b54931;
  --accent-soft: #fbe2d3;
  --gold: #f5c56b;
  --line: rgba(124, 63, 44, 0.12);
  --shadow: 0 20px 50px rgba(87, 44, 30, 0.1);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  caret-color: transparent;
  background:
    radial-gradient(circle at top left, rgba(231, 111, 81, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(245, 197, 107, 0.22), transparent 24%),
    linear-gradient(180deg, #fff6f0 0%, var(--bg) 100%);
}

body.home-intro-lock:not(.intro-finished) {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

input,
textarea {
  caret-color: var(--text);
}

button {
  cursor: pointer;
}

button {
  border: 0;
}

.promo-bar,
.hero,
main,
.footer {
  padding-inline: clamp(1.25rem, 4vw, 4.5rem);
}

.promo-bar {
  background: #341911;
  color: #fff7f2;
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  font-size: 0.9rem;
}

.promo-bar p {
  margin: 0;
}

.hero {
  padding-top: 1.4rem;
  padding-bottom: 4rem;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: linear-gradient(180deg, rgba(254, 238, 229, 0.86), rgba(249, 226, 211, 0.78));
  border: 1px solid rgba(196, 118, 89, 0.14);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  position: sticky;
  top: 1rem;
  z-index: 5;
}

.brand,
h1,
h2,
h3,
.cart-chip span {
  font-family: "Space Grotesk", sans-serif;
}

.brand {
  font-size: 1.35rem;
  font-weight: 700;
}

.brand span {
  color: var(--accent);
}

.brand-intro {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top, rgba(245, 197, 107, 0.18), transparent 28%),
    linear-gradient(180deg, #fffaf7 0%, #fff2ea 100%);
  z-index: 60;
  transition: opacity 700ms ease, visibility 700ms ease;
  overflow: hidden;
}

.brand-intro.is-complete {
  opacity: 0;
}

.brand-intro.is-hidden {
  visibility: hidden;
  pointer-events: none;
}

.brand-intro-mark {
  display: grid;
  gap: 1.1rem;
  justify-items: center;
  position: relative;
  z-index: 1;
}

.brand-intro-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.34;
  animation: pulseGlow 2200ms ease-in-out infinite;
}

.brand-intro-glow-left {
  left: calc(50% - 320px);
  top: calc(50% - 160px);
  background: radial-gradient(circle, rgba(231, 111, 81, 0.38), transparent 68%);
}

.brand-intro-glow-right {
  right: calc(50% - 320px);
  bottom: calc(50% - 180px);
  background: radial-gradient(circle, rgba(245, 197, 107, 0.42), transparent 68%);
}

.brand-intro-kicker {
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(70, 33, 23, 0.08);
  color: var(--accent-dark);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(10px);
  animation: revealSubtitle 500ms ease 120ms forwards;
}

.brand-intro-line {
  width: 88px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 55%, var(--gold) 100%);
  transform-origin: left;
  animation: introLine 900ms ease forwards;
}

.brand-intro-wordmark {
  display: inline-flex;
  align-items: end;
  gap: 0;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.42rem 0.6rem 0.58rem;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 241, 232, 0.76), rgba(255, 228, 214, 0.58));
  border: 1px solid rgba(220, 138, 110, 0.22);
  box-shadow:
    0 24px 60px rgba(87, 44, 30, 0.1),
    inset 0 1px 0 rgba(255, 248, 244, 0.28);
  backdrop-filter: blur(14px);
}

.brand-intro-name,
.brand-intro-subtitle {
  font-family: "Space Grotesk", sans-serif;
}

.brand-intro-emblem {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 50px;
  margin-bottom: 0.08rem;
  margin-left: -0.74rem;
  margin-right: -0.62rem;
  opacity: 0;
  transform: translateY(10px) scale(0.92);
  animation: revealSubtitle 500ms ease 950ms forwards;
}

.brand-intro-egg-core {
  position: absolute;
  inset: 10px 8px 6px;
  border-radius: 50% 50% 46% 46% / 44% 44% 56% 56%;
  background: linear-gradient(180deg, #f8d39a 0%, #f2bb69 100%);
  box-shadow:
    inset 0 -8px 18px rgba(181, 73, 49, 0.14),
    0 10px 24px rgba(70, 33, 23, 0.16);
}

.brand-intro-egg-wave {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 248, 240, 0.9);
}

.brand-intro-egg-wave-top {
  top: 22px;
}

.brand-intro-egg-wave-bottom {
  top: 33px;
  background: rgba(231, 111, 81, 0.22);
}

.brand-intro-bunny-ear {
  position: absolute;
  top: 0;
  width: 11px;
  height: 22px;
  border-radius: 999px 999px 16px 16px;
  background: linear-gradient(180deg, #fff7f2 0%, #f6d5c9 100%);
  box-shadow: 0 8px 18px rgba(70, 33, 23, 0.08);
}

.brand-intro-bunny-ear::after {
  content: "";
  position: absolute;
  inset: 5px 4px 6px;
  border-radius: 999px;
  background: rgba(231, 111, 81, 0.22);
}

.brand-intro-bunny-ear-left {
  left: 12px;
  transform: rotate(-10deg);
}

.brand-intro-bunny-ear-right {
  right: 12px;
  transform: rotate(10deg);
}

.brand-intro-name {
  font-size: clamp(3rem, 10vw, 6.8rem);
  line-height: 0.9;
  color: var(--surface-strong);
  width: 0;
  flex: 0 0 auto;
  margin-right: -0.52rem;
  overflow: hidden;
  text-shadow: 0 10px 30px rgba(70, 33, 23, 0.08);
  animation: typeName 1100ms steps(7, end) 220ms forwards;
}

.brand-intro-subtitle {
  font-size: clamp(1rem, 3vw, 1.6rem);
  font-weight: 700;
  color: var(--accent);
  opacity: 0;
  transform: translateY(12px);
  margin-left: -0.42rem;
  animation: revealSubtitle 500ms ease 1180ms forwards;
}

@keyframes introLine {
  from {
    opacity: 0;
    transform: scaleX(0.2);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes typeName {
  from {
    width: 0;
  }

  to {
    width: 6.08ch;
  }
}

@keyframes revealSubtitle {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    transform: scale(0.95);
    opacity: 0.22;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.38;
  }
}

.topbar-links,
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.topbar-links {
  color: var(--muted);
}

.ghost-link {
  color: var(--muted);
  font-weight: 700;
}

.cart-support-link {
  text-align: center;
}

.cart-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--surface-strong);
  color: #fff;
  border: 0;
}

.cart-chip span {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  min-height: 28px;
  padding-inline: 0.35rem;
  background: var(--gold);
  color: #3c2217;
  border-radius: 999px;
  font-weight: 700;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 2.5rem;
  align-items: center;
  padding-top: 4.5rem;
}

.eyebrow {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--accent-dark);
}

h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 5.3rem);
  line-height: 0.95;
  max-width: 10.2ch;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1;
  max-width: 13ch;
}

.hero-text,
.category-card p,
.product-card p,
.benefit-list p,
.timeline-grid p,
.faq-answer p,
.newsletter h2,
.footer p {
  line-height: 1.7;
}

.hero-text {
  margin: 1.4rem 0 1.8rem;
  max-width: 56ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-search,
.newsletter-form {
  display: flex;
  gap: 0.85rem;
}

.hero-search {
  max-width: 620px;
  padding: 0.7rem;
  background: linear-gradient(180deg, rgba(255, 245, 238, 0.88), rgba(255, 235, 225, 0.8));
  border: 1px solid rgba(218, 142, 114, 0.16);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.hero-search input::placeholder,
.newsletter-form input::placeholder,
.checkout-grid input::placeholder,
.panel-search-label input::placeholder {
  color: rgba(119, 95, 86, 0.76);
}

.hero-search input,
.newsletter-form input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}

.button,
.button-outline,
.hero-search button,
.product-card button,
.newsletter-form button,
.chip,
.faq-question {
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button,
.hero-search button,
.product-card button,
.newsletter-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.4rem;
  background: linear-gradient(135deg, #ef8667 0%, #d85c3f 100%);
  color: #fff;
  box-shadow:
    0 16px 30px rgba(231, 111, 81, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  letter-spacing: 0.01em;
}

.button:hover,
.hero-search button:hover,
.product-card button:hover,
.newsletter-form button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #e77758 0%, #bb472f 100%);
  box-shadow:
    0 20px 36px rgba(181, 73, 49, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.4rem;
  background: linear-gradient(180deg, rgba(255, 239, 231, 0.94), rgba(255, 226, 211, 0.92));
  border-color: rgba(181, 73, 49, 0.18);
  color: var(--surface-strong);
  box-shadow:
    0 12px 24px rgba(70, 33, 23, 0.08),
    inset 0 1px 0 rgba(255, 250, 246, 0.28);
}

.button-outline:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(255, 230, 217, 0.98), rgba(255, 214, 194, 0.94));
  border-color: rgba(181, 73, 49, 0.28);
}

.button-outline.dark {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.3rem;
  margin-bottom: 1.8rem;
  flex-wrap: wrap;
}

.hero-actions .button-outline {
  color: var(--text);
}

.hero-metrics,
.preview-points,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-metrics li,
.trust-strip article,
.feature-banner-grid article,
.timeline-grid article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.hero-metrics li {
  min-width: 160px;
  padding: 1rem;
}

.hero-metrics strong,
.price-box strong,
.product-meta strong,
.product-pricing strong,
.floating-card strong {
  display: block;
  font-size: 1.25rem;
}

.hero-metrics span,
.price-box small,
.price-box span,
.product-meta span,
.product-pricing span,
.floating-card span,
.trust-strip span,
.feature-banner-grid span,
.timeline-grid p {
  color: var(--muted);
}

.hero-side {
  position: relative;
}

.product-preview,
.floating-card,
.category-card,
.product-card,
.benefit-list article,
.faq-item,
.newsletter,
.cta,
.feature-banner {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.product-preview {
  padding: 2rem;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 244, 238, 0.9)),
    #fff;
  position: relative;
  overflow: hidden;
}

.product-preview::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -70px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(245, 197, 107, 0.34), transparent 68%);
}

.tag,
.pill {
  display: inline-flex;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.tag {
  background: linear-gradient(180deg, rgba(231, 111, 81, 0.16), rgba(231, 111, 81, 0.08));
  color: var(--accent-dark);
  border: 1px solid rgba(231, 111, 81, 0.14);
}

.pill {
  background: linear-gradient(180deg, rgba(245, 197, 107, 0.28), rgba(245, 197, 107, 0.16));
  color: #8b5d11;
  border: 1px solid rgba(245, 197, 107, 0.18);
}

.product-preview h2 {
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  font-size: 2rem;
}

.product-preview-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 22px;
  margin-bottom: 1rem;
  background:
    radial-gradient(circle at top, rgba(255, 244, 236, 0.92), rgba(250, 231, 219, 0.98)),
    #fff7f1;
  border: 1px solid rgba(70, 33, 23, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.price-box,
.product-meta,
.section-row,
.cta,
.footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.price-box,
.product-meta {
  align-items: end;
}

.price-box {
  padding-top: 1rem;
  margin-top: 1.6rem;
  border-top: 1px solid var(--line);
}

.preview-points {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.75rem;
}

.preview-points li::before {
  content: "+ ";
  color: var(--accent-dark);
  font-weight: 800;
}

.floating-card {
  position: absolute;
  right: -10px;
  bottom: -24px;
  padding: 1rem 1.1rem;
  max-width: 240px;
  background: #fff9f3;
}

.floating-label {
  margin: 0 0 0.35rem;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

main section {
  padding-inline: clamp(0rem, 1vw, 0rem);
  padding-block: 3.8rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -1rem;
}

.raffle-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 1.4rem;
  align-items: center;
}

.raffle-promo-copy,
.raffle-promo-media {
  padding: 1.5rem;
  border-radius: 28px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.raffle-promo-copy {
  background:
    radial-gradient(circle at top right, rgba(245, 197, 107, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 243, 235, 0.96), rgba(249, 228, 215, 0.9));
}

.raffle-promo-copy h2 {
  margin-top: 0.8rem;
  margin-bottom: 0.9rem;
  max-width: 14ch;
}

.raffle-promo-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.raffle-promo-list {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.raffle-promo-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--muted);
}

.raffle-promo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), var(--accent));
}

.raffle-promo-media {
  background:
    radial-gradient(circle at top, rgba(245, 197, 107, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 248, 241, 0.98), rgba(252, 236, 223, 0.92));
}

.raffle-promo-media img {
  width: 100%;
  display: block;
  border-radius: 24px;
  border: 1px solid rgba(70, 33, 23, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.professional-strip,
.campaign-spotlight,
.legal-grid {
  display: grid;
  gap: 1rem;
}

.brand-checkout-band {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.45rem 1.5rem;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(245, 197, 107, 0.2), transparent 30%),
    linear-gradient(135deg, rgba(75, 34, 24, 0.98) 0%, rgba(110, 52, 37, 0.96) 100%);
  color: #fff8f4;
  box-shadow: var(--shadow);
}

.brand-checkout-band .eyebrow {
  color: rgba(255, 248, 244, 0.72);
}

.brand-checkout-band h2 {
  color: #fff;
  max-width: 13ch;
}

.brand-checkout-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
  align-content: flex-start;
}

.brand-checkout-points span {
  display: inline-flex;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 700;
}

.professional-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.campaign-spotlight {
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: stretch;
}

.campaign-card {
  padding: 1.6rem;
  background:
    linear-gradient(180deg, rgba(255, 243, 235, 0.96), rgba(250, 229, 216, 0.88));
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.campaign-card-strong {
  background:
    radial-gradient(circle at top right, rgba(245, 197, 107, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 245, 238, 0.98), rgba(249, 227, 214, 0.94));
}

.campaign-card h2 {
  margin: 0.45rem 0 0.9rem;
  max-width: 14ch;
}

.campaign-card p {
  color: var(--muted);
}

.campaign-actions,
.campaign-list {
  margin-top: 1.2rem;
}

.campaign-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.campaign-list {
  display: grid;
  gap: 0.8rem;
}

.campaign-list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--muted);
}

.campaign-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent), var(--gold));
}


.trust-strip article {
  padding: 1.2rem;
}

.professional-card,
.legal-card {
  padding: 1.3rem;
  background:
    linear-gradient(180deg, rgba(255, 242, 233, 0.94), rgba(248, 227, 214, 0.84));
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.professional-card strong,
.legal-card h3 {
  display: block;
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
  font-family: "Space Grotesk", sans-serif;
}

.professional-card p,
.legal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.legal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-strip strong,
.feature-banner-grid strong {
  display: block;
  margin-bottom: 0.35rem;
}

.section-heading {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 2rem;
}

.chip-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: flex-start;
}

.account-tabs {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.account-hero-band h2 {
  max-width: 14ch;
}

.account-confidence {
  margin-top: 0.25rem;
}

.chip {
  border-radius: 999px;
  padding: 0.75rem 1rem;
  background: linear-gradient(180deg, rgba(255, 241, 233, 0.92), rgba(249, 226, 212, 0.86));
  border-color: var(--line);
  color: var(--muted);
}

.chip.is-active,
.chip:hover {
  background: var(--surface-strong);
  color: #fff;
}

.category-grid,
.product-grid,
.entry-ticket-band,
.benefit-list,
.timeline-grid,
.feature-banner-grid {
  display: grid;
  gap: 1.4rem;
}

.category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.entry-ticket-band {
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, 0.875fr));
  margin-bottom: 1.5rem;
}

.benefit-list,
.timeline-grid,
.feature-banner-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card,
.product-card,
.entry-ticket-card,
.benefit-list article,
.timeline-grid article {
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 243, 235, 0.94), rgba(249, 229, 216, 0.84));
}

.entry-ticket-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.entry-ticket-card-strong {
  background:
    radial-gradient(circle at top right, rgba(245, 197, 107, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 245, 238, 0.98), rgba(249, 227, 214, 0.94));
}

.entry-ticket-card h3,
.entry-ticket-card strong {
  font-family: "Space Grotesk", sans-serif;
}

.entry-ticket-card h3 {
  margin: 0.8rem 0 0.65rem;
  font-size: 1.5rem;
}

.entry-ticket-card strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.entry-ticket-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.product-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center;
  border-radius: 22px;
  margin-bottom: 1rem;
  background:
    radial-gradient(circle at top, rgba(255, 244, 236, 0.92), rgba(250, 231, 219, 0.98)),
    #fff7f1;
  border: 1px solid rgba(70, 33, 23, 0.06);
  padding: 0.75rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  image-rendering: auto;
}

.product-image-wide {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  padding: 0;
}

.product-pricing {
  display: grid;
  gap: 0.2rem;
}

.price-before {
  color: var(--muted);
  text-decoration: line-through;
}

.price-pix-label {
  color: var(--accent-dark);
  font-weight: 800;
}

.category-highlight,
.cta {
  background: linear-gradient(140deg, #4b2218 0%, #6e3425 100%);
  color: #fff9f5;
}

.category-highlight p,
.cta .eyebrow {
  color: rgba(255, 249, 245, 0.82);
}

.product-card.featured {
  background: linear-gradient(180deg, #3c1d14 0%, #5d2a1d 100%);
  color: #fff7f3;
}

.product-card.featured p,
.product-card.featured .tag,
.product-card.featured .product-meta span,
.product-card.featured .social-proof {
  color: rgba(255, 247, 243, 0.82);
}

.category-card h3,
.product-card h3,
.benefit-list h3,
.timeline-grid h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
}

.product-card button {
  width: 100%;
}

.product-card-actions {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.product-raffle-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.68rem 0.9rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(245, 197, 107, 0.24), rgba(231, 111, 81, 0.12));
  border: 1px solid rgba(245, 197, 107, 0.28);
  color: #8b5d11;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.01em;
}

.card-qty-picker {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  width: 100%;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 246, 239, 0.92);
  border: 1px solid rgba(124, 63, 44, 0.12);
}

.card-qty-picker span {
  min-width: 28px;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: var(--surface-strong);
}

.card-qty-picker button {
  width: 38px;
  min-width: 38px;
  height: 38px;
  padding: 0;
  margin-top: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 235, 223, 0.98), rgba(250, 221, 203, 0.94));
  color: var(--surface-strong);
  box-shadow: none;
}

.card-qty-picker button:hover {
  transform: none;
  background: linear-gradient(180deg, rgba(255, 229, 216, 0.98), rgba(245, 212, 192, 0.94));
  box-shadow: none;
}

.urgency-badge {
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(231, 111, 81, 0.14);
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.social-proof {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.product-cart-note {
  margin-top: 0.7rem;
  margin-bottom: 0;
  padding: 0.55rem 0.75rem;
  border-radius: 16px;
  background: rgba(231, 111, 81, 0.1);
  color: var(--accent-dark);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.45;
}

.product-card button:disabled {
  opacity: 0.75;
  cursor: default;
}

.feature-banner,
.newsletter {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.7);
}

.strong-link {
  font-weight: 800;
}

.timeline-grid article span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 800;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.seal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.seal-card {
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 241, 0.84));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.seal-card strong {
  display: block;
  margin-top: 0.7rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
}

.compact-seal-strip {
  grid-template-columns: 1fr;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.testimonial-grid article {
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 247, 241, 0.8));
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.faq-item {
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  position: relative;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.3rem 1.4rem;
  background: transparent;
  color: var(--text);
  font-weight: 800;
  border: 0;
  font-size: 1rem;
}

.faq-question::after {
  content: "+";
  float: right;
  color: var(--accent-dark);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(231, 111, 81, 0.12);
  display: inline-grid;
  place-items: center;
}

.faq-item.is-open .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 1.4rem 1.3rem;
  color: var(--muted);
}

.faq-item.is-open .faq-answer {
  display: block;
}

.cart-drawer {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: flex-end;
  background: rgba(30, 15, 11, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  z-index: 70;
}

.cart-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cart-panel {
  width: min(100%, 460px);
  height: 100%;
  background: #fffaf6;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: -18px 0 40px rgba(50, 24, 17, 0.18);
}

.cart-header,
.summary-line,
.cart-item,
.cart-item-main,
.cart-qty {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.cart-header {
  align-items: flex-start;
}

.cart-header h2 {
  font-size: 2rem;
  max-width: none;
}

.cart-close,
.cart-qty button {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: rgba(70, 33, 23, 0.08);
  color: var(--text);
}

.cart-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 0;
  height: 100%;
}

.cart-list {
  flex: 1;
  overflow: auto;
  display: grid;
  gap: 0.85rem;
}

.cart-item,
.cart-summary {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.cart-item {
  flex-direction: column;
}

.cart-item-main strong,
.summary-line strong {
  font-family: "Space Grotesk", sans-serif;
}

.cart-item p,
.cart-note,
.cart-login-note,
.cart-empty {
  margin: 0;
  color: var(--muted);
}

.cart-login-note {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(231, 111, 81, 0.1);
  border: 1px solid rgba(231, 111, 81, 0.16);
  color: var(--accent-dark);
  font-weight: 700;
  line-height: 1.5;
}

.cart-qty {
  align-items: center;
  justify-content: flex-start;
}

.cart-qty span {
  min-width: 18px;
  text-align: center;
  font-weight: 800;
}

.cart-summary {
  display: grid;
  gap: 0.85rem;
}

.summary-line.total {
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
}

.checkout-button {
  width: 100%;
}

.checkout-button.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}

.cart-toast {
  position: fixed;
  right: 1.25rem;
  bottom: 6.6rem;
  z-index: 76;
  width: min(360px, calc(100vw - 2rem));
  padding: 1rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 248, 242, 0.98), rgba(249, 233, 222, 0.96));
  border: 1px solid rgba(124, 63, 44, 0.12);
  box-shadow: 0 22px 50px rgba(70, 33, 23, 0.18);
  display: grid;
  gap: 0.75rem;
}

.cart-toast strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
}

.cart-toast p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.cart-toast-actions {
  display: flex;
  gap: 0.75rem;
}

.cart-toast-actions .button,
.cart-toast-actions .button-outline {
  flex: 1 1 0;
}

.support-chat {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 46;
  z-index: 25;
  display: grid;
  gap: 0.85rem;
  justify-items: end;
}

.support-chat-window {
  width: min(360px, calc(100vw - 2rem));
  padding: 1rem;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 247, 241, 0.94));
  border: 1px solid rgba(70, 33, 23, 0.1);
  box-shadow: 0 22px 50px rgba(70, 33, 23, 0.18);
  display: grid;
  gap: 0.9rem;
}

.support-chat-head,
.support-chat-actions {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

.support-chat-title {
  display: grid;
  gap: 0.2rem;
}

.support-chat-title strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.02rem;
}

.support-chat-title span {
  color: var(--muted);
  font-size: 0.9rem;
}

.support-chat-close {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(70, 33, 23, 0.08);
  color: var(--text);
}

.support-chat-body {
  display: grid;
  gap: 0.75rem;
  max-height: 320px;
  overflow: auto;
  padding-right: 0.2rem;
}

.support-chat-message {
  max-width: 88%;
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  line-height: 1.55;
  font-size: 0.95rem;
}

.support-chat-message.bot {
  justify-self: start;
  background: rgba(255, 242, 234, 0.96);
  border: 1px solid rgba(231, 111, 81, 0.12);
}

.support-chat-message.user {
  justify-self: end;
  background: linear-gradient(135deg, #ef8667 0%, #d85c3f 100%);
  color: #fff;
}

.support-chat-actions {
  flex-wrap: wrap;
}

.support-chat-form {
  display: grid;
  gap: 0.7rem;
}

.support-chat-input-wrap textarea {
  width: 100%;
  min-height: 92px;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(70, 33, 23, 0.1);
  background: rgba(255, 255, 255, 0.92);
  resize: vertical;
}

.support-chat-form-actions {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
}

.support-chat-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.support-chat-chip {
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(70, 33, 23, 0.1);
  color: var(--text);
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.support-chat-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(231, 111, 81, 0.28);
  box-shadow: 0 12px 24px rgba(70, 33, 23, 0.08);
}

.support-chat-launcher {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #4b2218 0%, #6e3425 100%);
  color: #fff8f4;
  box-shadow: 0 20px 40px rgba(70, 33, 23, 0.22);
}

.support-chat-launcher span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.support-thread-messages {
  display: grid;
  gap: 0.75rem;
}

.support-thread-message {
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(70, 33, 23, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.support-thread-message.customer {
  background: rgba(255, 244, 236, 0.96);
}

.support-thread-message.admin {
  background: rgba(255, 249, 244, 0.98);
}

.support-thread-message.bot {
  background: rgba(250, 246, 241, 0.98);
}

.support-new-pill {
  background: linear-gradient(180deg, rgba(245, 197, 107, 0.32), rgba(245, 197, 107, 0.18));
  color: #8b5d11;
  border-color: rgba(245, 197, 107, 0.24);
}

.support-thread-message strong,
.support-thread-message span {
  display: block;
}

.support-thread-message p {
  margin: 0.45rem 0;
  line-height: 1.6;
}

.support-thread-message span {
  color: var(--muted);
  font-size: 0.84rem;
}

.support-reply-form {
  display: grid;
  gap: 0.75rem;
}

.support-reply-form textarea {
  width: 100%;
  min-height: 110px;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(70, 33, 23, 0.1);
  background: rgba(255, 255, 255, 0.92);
  resize: vertical;
}

.checkout-body {
  min-height: 100vh;
}

.checkout-header {
  padding: 1.4rem clamp(1.25rem, 4vw, 4.5rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.checkout-page {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem) 3rem;
}

.checkout-main,
.checkout-sidebar,
.checkout-form {
  display: grid;
  gap: 1.25rem;
}

.checkout-sidebar {
  align-content: start;
  gap: 1.5rem;
}

.checkout-confidence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.checkout-brand-line {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 240, 231, 0.94), rgba(248, 226, 212, 0.86));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  flex-wrap: wrap;
}

.checkout-brand-line strong {
  font-family: "Space Grotesk", sans-serif;
}

.checkout-brand-line span:last-child {
  color: var(--muted);
}

.checkout-brand-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--accent) 100%);
  box-shadow: 0 0 0 6px rgba(231, 111, 81, 0.08);
}

.checkout-hero-band {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.45rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #4b2218 0%, #6e3425 100%);
  color: #fff8f4;
  box-shadow: var(--shadow);
}

.checkout-hero-band .eyebrow {
  color: rgba(255, 248, 244, 0.72);
}

.checkout-hero-band h2 {
  color: #fff;
  max-width: 12ch;
}

.checkout-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-content: flex-start;
  justify-content: flex-end;
}

.checkout-hero-points span {
  display: inline-flex;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 700;
}

.checkout-card {
  padding: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 242, 233, 0.96), rgba(249, 228, 215, 0.88));
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.checkout-card::before,
.product-card::before,
.professional-card::before,
.feature-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 28%);
  pointer-events: none;
}

.checkout-card h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.checkout-grid label,
.checkout-full {
  display: grid;
  gap: 0.45rem;
}

.checkout-full {
  grid-column: 1 / -1;
}

.checkout-grid input {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 248, 243, 0.88);
  outline: 0;
}

.payment-options {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.payment-option {
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 241, 233, 0.92), rgba(249, 226, 212, 0.86));
  border: 1px solid var(--line);
  color: var(--text);
}

.payment-option:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.payment-option.is-selected {
  background: var(--surface-strong);
  color: #fff;
}

.checkout-items,
.checkout-summary {
  display: grid;
  gap: 0.85rem;
}

.orders-page {
  align-items: start;
}

.admin-panel-shell {
  display: grid;
  gap: 1.25rem;
}

.checkout-help {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.checkout-confidence-card,
.checkout-mini-note {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.customer-session-banner {
  padding-block: 1.1rem;
}

#customer-session-status.is-error,
#tracking-session-text.is-error {
  color: #9b2929;
}

.account-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkout-confidence-card strong,
.checkout-mini-note strong {
  display: block;
  margin-top: 0.7rem;
  margin-bottom: 0.45rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
}

.checkout-confidence-card p,
.checkout-mini-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.checkout-summary-card {
  position: static;
}

.checkout-total-card {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 244, 236, 0.96), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(231, 111, 81, 0.16);
}

.checkout-total-card strong {
  display: block;
  margin: 0.45rem 0 0.35rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.6rem;
  color: var(--accent-dark);
}

.checkout-total-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.pix-direct-card,
.pix-payment-box,
.pix-layout,
.pix-code-area,
.pix-confirmation,
.checkout-status-card,
.pix-highlight-strip {
  display: grid;
  gap: 1rem;
}

.pix-direct-head,
.pix-payment-top,
.pix-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.pix-direct-head,
.pix-payment-top {
  align-items: center;
}

.pix-payment-box {
  padding: 1.2rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 245, 238, 0.95), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(231, 111, 81, 0.16);
}

.pix-expiration-card {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 243, 233, 0.98), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(231, 111, 81, 0.22);
  box-shadow: 0 18px 34px rgba(231, 111, 81, 0.12);
  position: relative;
  overflow: hidden;
}

.pix-expiration-card::after {
  content: "Pague no prazo";
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(231, 111, 81, 0.12);
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.pix-expiration-card strong {
  display: block;
  margin: 0.4rem 0 0.3rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.18rem;
  color: var(--accent-dark);
}

.pix-expiration-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.pix-highlight-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pix-highlight-strip article {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.pix-highlight-strip strong {
  display: block;
  margin-top: 0.5rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
}

.pix-highlight-strip article::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -20px;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245, 197, 107, 0.18), transparent 70%);
}

.pix-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.pix-layout {
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
}

.pix-qr {
  padding: 1rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  text-align: center;
}

.pix-qr-image {
  width: 100%;
  max-width: 180px;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
}

.pix-qr p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.pix-qr-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.35rem;
}

.pix-qr-grid span {
  aspect-ratio: 1;
  border-radius: 6px;
  background: rgba(70, 33, 23, 0.08);
}

.pix-qr-grid span.filled {
  background: var(--surface-strong);
}

.pix-code-area textarea {
  width: 100%;
  min-height: 140px;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  resize: vertical;
  font: inherit;
  color: var(--text);
}

.pix-actions {
  flex-wrap: wrap;
}

.pix-confirmation,
.checkout-status-card {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
}

.cart-raffle-status {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 244, 236, 0.96), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(245, 197, 107, 0.24);
  box-shadow: 0 16px 32px rgba(181, 73, 49, 0.08);
}

.cart-raffle-status strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.04rem;
  color: var(--accent-dark);
}

.cart-raffle-status p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.cart-raffle-status.is-unlocked {
  background: linear-gradient(180deg, rgba(255, 247, 230, 0.98), rgba(255, 255, 255, 0.96));
  border-color: rgba(245, 197, 107, 0.36);
}

.cart-raffle-progress {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(70, 33, 23, 0.08);
}

.cart-raffle-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent) 0%, var(--gold) 100%);
}

.raffle-inline-card {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 244, 236, 0.98), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(245, 197, 107, 0.26);
  box-shadow: 0 16px 32px rgba(181, 73, 49, 0.08);
}

.raffle-inline-card strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.18rem;
  color: var(--accent-dark);
}

.raffle-inline-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.pix-confirmation {
  background: linear-gradient(180deg, rgba(255, 246, 239, 0.98), rgba(255, 255, 255, 0.94));
  border-color: rgba(231, 111, 81, 0.18);
  box-shadow: 0 18px 34px rgba(231, 111, 81, 0.1);
}

.orders-stats,
.tracking-grid-details,
.tracking-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.status-stat-card,
.tracking-info-card,
.order-card,
.tracking-products,
.tracking-step {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 242, 0.88));
  border: 1px solid var(--line);
}

.status-stat-card strong,
.tracking-info-card strong,
.order-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
}

.status-stat-card strong,
.tracking-info-card strong {
  font-size: 1.35rem;
}

.status-stat-card span,
.tracking-info-card p,
.order-card p {
  color: var(--muted);
  margin: 0;
}

.orders-list,
.tracking-details {
  display: grid;
  gap: 1rem;
}

.panel-top-actions,
.panel-inline-actions,
.panel-toolbar {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.admin-login-card {
  display: grid;
  gap: 1rem;
}

.order-card,
.order-items,
.order-card-grid {
  display: grid;
  gap: 1rem;
}

.order-card-head,
.order-card-actions,
.order-item-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.order-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.order-items,
.tracking-products {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.order-item-line {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(70, 33, 23, 0.08);
}

.order-item-line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.status-select-label {
  display: grid;
  gap: 0.45rem;
  min-width: 220px;
}

.status-select-label select {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
}

.panel-search-label {
  display: grid;
  gap: 0.45rem;
  width: 100%;
}

.panel-filter-label {
  display: grid;
  gap: 0.45rem;
  min-width: 220px;
}

.panel-search-label input {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  outline: 0;
}

.panel-filter-label select {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
}

.danger-button {
  border-color: rgba(188, 54, 54, 0.18);
  color: #9b2929;
}

.danger-button:hover {
  background: rgba(188, 54, 54, 0.08);
}

.compact-grid {
  grid-template-columns: 1fr;
}

.tracking-form {
  display: grid;
  gap: 1rem;
}

.tracking-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tracking-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tracking-step {
  display: grid;
  gap: 0.65rem;
  opacity: 0.5;
}

.tracking-step span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(70, 33, 23, 0.08);
  font-weight: 800;
}

.tracking-step strong {
  font-size: 1rem;
  font-family: "Space Grotesk", sans-serif;
}

.tracking-step.is-active {
  opacity: 1;
  border-color: rgba(231, 111, 81, 0.24);
  background: linear-gradient(180deg, rgba(255, 245, 238, 0.95), rgba(255, 255, 255, 0.95));
}

.tracking-step.is-active span {
  background: var(--accent);
  color: #fff;
}

.pix-confirmation strong,
.checkout-status-card strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(231, 111, 81, 0.14), rgba(231, 111, 81, 0.08));
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid rgba(231, 111, 81, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.is-hidden {
  display: none;
}

.checkout-feedback {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  font-weight: 700;
}

.checkout-feedback.is-success {
  background: rgba(38, 166, 91, 0.12);
  color: #1f7d45;
}

.checkout-feedback.is-error {
  background: rgba(188, 54, 54, 0.12);
  color: #9b2929;
}

.checkout-action.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}

.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.newsletter h2 {
  max-width: 15ch;
}

.newsletter-form {
  width: min(100%, 520px);
  padding: 0.7rem;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
}

.cta {
  align-items: center;
  padding: 2rem;
  margin-bottom: 4rem;
}

.cta h2 {
  color: #fff;
  max-width: 14ch;
}

.cta-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 2.4rem;
  color: var(--muted);
}

.footer-brand-block {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.footer-mark {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, #4b2218 0%, #6e3425 100%);
  color: #fff8f4;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.footer strong {
  color: var(--text);
}

.footer-links {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.mobile-dock {
  display: none;
}

.mobile-dock-link {
  border: 0;
  background: transparent;
  color: var(--surface-strong);
  text-align: center;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.category-card.is-hidden {
  display: none;
}

@media (max-width: 1080px) {
  .topbar {
    border-radius: 28px;
  }

  .hero-content,
  .newsletter,
  .cta,
  .footer,
  .section-row,
  .brand-checkout-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .floating-card {
    position: static;
    margin-top: 1rem;
    max-width: none;
  }

  .checkout-page {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .raffle-promo,
  .professional-strip,
  .campaign-spotlight,
  .entry-ticket-band,
  .lacta-grid,
  .legal-grid,
  .checkout-confidence,
  .pix-highlight-strip,
  .seal-strip,
  .category-grid,
  .product-grid,
  .benefit-list,
  .timeline-grid,
  .feature-banner-grid,
  .testimonial-grid,
  .orders-stats,
  .tracking-grid-details,
  .order-card-grid,
  .tracking-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.home-intro-lock:not(.intro-finished) {
    overflow-x: hidden;
  }

  body {
    padding-bottom: 0;
  }

  body.home-intro-lock {
    padding-bottom: 5.8rem;
  }

  body.cart-open {
    overflow: hidden;
  }

  .promo-bar,
  .hero,
  main,
  .footer {
    padding-inline: 1rem;
  }

  .promo-bar {
    font-size: 0.78rem;
  }

  .topbar,
  .topbar-links,
  .topbar-actions,
  .lacta-hero-banner,
  .lacta-badges,
  .cart-toast-actions,
  .hero-search,
  .newsletter-form,
  .hero-actions,
  .cta-actions,
  .checkout-header,
  .brand-checkout-points,
  .checkout-hero-band,
  .checkout-hero-points,
  .payment-options,
  .pix-direct-head,
  .pix-payment-top,
  .pix-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .topbar-links {
    display: none;
  }

  .topbar-actions .ghost-link {
    display: none;
  }

  .topbar {
    padding: 0.9rem;
    border-radius: 24px;
  }

  .brand {
    font-size: 1.2rem;
  }

  .cart-toast {
    right: 1rem;
    left: 1rem;
    bottom: 7.4rem;
    width: auto;
  }

  .hero-search,
  .professional-strip,
  .brand-checkout-band {
    display: none;
  }

  .chip-row {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
  }

  .chip-row::-webkit-scrollbar {
    display: none;
  }

  .chip {
    flex: 0 0 auto;
  }

  .brand-intro-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .brand-intro-wordmark {
    padding: 0.4rem 0.65rem 0.5rem;
    border-radius: 24px;
  }

  .brand-intro-emblem {
    width: 38px;
    height: 50px;
    margin-left: -0.66rem;
    margin-right: -0.48rem;
  }

  .brand-intro-name {
    font-size: clamp(2.25rem, 13vw, 3.4rem);
    margin-right: -0.34rem;
  }

  .brand-intro-subtitle {
    font-size: 1rem;
    margin-left: -0.24rem;
  }

  h1 {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
    max-width: 100%;
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
    max-width: 100%;
  }

  .hero {
    padding-top: 1rem;
    padding-bottom: 2.4rem;
  }

  .brand-checkout-band {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .brand-checkout-band h2 {
    max-width: 100%;
  }

  .hero-content {
    padding-top: 2.2rem;
    gap: 1.5rem;
  }

  .hero-text {
    font-size: 0.98rem;
    margin-bottom: 1.2rem;
  }

  .hero-metrics li {
    min-width: 100%;
  }

  .product-preview,
  .category-card,
  .product-card,
  .feature-banner,
  .newsletter,
  .cta,
  .campaign-card,
  .checkout-card,
  .cart-summary,
  .cart-item {
    padding: 1.15rem;
    border-radius: 22px;
  }

  .product-preview-image {
    max-height: 220px;
  }

  .product-card h3 {
    font-size: 1.2rem;
  }

  .product-image {
    border-radius: 18px;
    padding: 0.5rem;
  }

  .trust-strip,
  .raffle-promo,
  .professional-strip,
  .campaign-spotlight,
  .entry-ticket-band,
  .lacta-grid,
  .legal-grid,
  .checkout-confidence,
  .seal-strip,
  .category-grid,
  .product-grid,
  .benefit-list,
  .timeline-grid,
  .feature-banner-grid,
  .testimonial-grid,
  .orders-stats,
  .tracking-grid-details,
  .order-card-grid {
    grid-template-columns: 1fr;
  }

  .tracking-steps {
    grid-template-columns: 1fr;
  }

  .tracking-grid {
    grid-template-columns: 1fr;
  }

  .price-box,
  .product-meta,
  .footer,
  .checkout-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .checkout-page {
    gap: 1.25rem;
    padding: 0 1rem 2rem;
  }

  .checkout-header {
    padding: 1rem;
  }

  .checkout-brand-line {
    border-radius: 22px;
    padding: 0.95rem 1rem;
  }

  .checkout-hero-band {
    padding: 1.1rem;
    border-radius: 22px;
  }

  .checkout-hero-band h2 {
    max-width: 100%;
  }

  .checkout-confidence-card,
  .checkout-mini-note {
    padding: 0.95rem 1rem;
    border-radius: 18px;
  }

  .checkout-summary-card {
    position: static;
  }

  .checkout-total-card strong {
    font-size: 1.4rem;
  }

  .pix-layout {
    grid-template-columns: 1fr;
  }

  .order-card-head,
  .order-card-actions,
  .order-item-line {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-card {
    padding: 1rem;
  }

  .support-chat {
    bottom: 5.9rem;
    right: 1rem;
  }

  .support-chat-window {
    width: min(100vw - 2rem, 360px);
    max-height: min(68vh, 620px);
  }

  .support-chat-launcher {
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
  }

  .mobile-dock {
    position: fixed;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    z-index: 45;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
    padding: 0.7rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 245, 238, 0.98), rgba(247, 224, 210, 0.96));
    border: 1px solid rgba(181, 73, 49, 0.14);
    box-shadow: 0 18px 40px rgba(70, 33, 23, 0.14);
    backdrop-filter: blur(18px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-dock-link {
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 0.65rem 0.45rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(70, 33, 23, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }

  .mobile-dock-link span {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .support-chat {
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .cart-drawer.is-open ~ .mobile-dock,
  .cart-drawer.is-open ~ .support-chat {
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem);
  }

  .cart-panel {
    width: 100%;
    padding: 1rem 1rem calc(6.8rem + env(safe-area-inset-bottom, 0px));
  }

  .cart-header h2 {
    font-size: 1.5rem;
  }

  .cart-body {
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom, 0px));
  }

  .cart-list {
    padding-bottom: 0.4rem;
  }

  .cart-summary {
    position: sticky;
    bottom: calc(1.15rem + env(safe-area-inset-bottom, 0px));
    padding-bottom: calc(1.2rem + env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(255, 250, 246, 0.98), rgba(255, 244, 236, 0.98));
    box-shadow: 0 -12px 28px rgba(70, 33, 23, 0.08);
  }

  .checkout-button {
    min-height: 56px;
    margin-bottom: calc(0.2rem + env(safe-area-inset-bottom, 0px));
  }

  body.cart-open .mobile-dock,
  body.cart-open .support-chat {
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem);
  }

  .panel-top-actions,
  .panel-inline-actions,
  .panel-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .status-select-label {
    min-width: 100%;
  }

  .panel-filter-label {
    min-width: 100%;
  }

  .footer {
    gap: 0.8rem;
  }

  .footer-brand-block {
    align-items: flex-start;
  }

  .footer-links {
    gap: 0.75rem;
  }
}
