:root {
    --background: #0a0710;
    --foreground: #f5f2f7;
    --card: #15111b;
    --card-foreground: #f5f2f7;
    --primary: #ff2d92;
    --primary-foreground: #0a0710;
    --secondary: #211a29;
    --muted: #211a29;
    --muted-foreground: #a595b0;
    --accent: #ff2d92;
    --neon-soft: #ff5ba6;
    --border: rgba(255, 255, 255, .1);
    --input: rgba(255, 255, 255, .12);
    --danger: #e5484d;
    --radius: 1rem;
    --container: 1160px;
    --font-sans: "Space Grotesk", system-ui, sans-serif;
    --font-mono: "Geist Mono", ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
html { background: var(--background); scroll-behavior: smooth; }
body { min-height: 100vh; font-family: var(--font-sans); color: var(--foreground); background: var(--background); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { border: 0; cursor: pointer; }

.site-shell { position: relative; min-height: 100vh; overflow: hidden; }
.tech-grid { position: fixed; inset: 0; pointer-events: none; opacity: .06; background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse at center, black 38%, transparent 82%); }
.neon-orb { position: fixed; width: 34rem; height: 34rem; pointer-events: none; border-radius: 999px; background: radial-gradient(circle, rgba(255,45,146,.34), transparent 68%); filter: blur(34px); opacity: .75; }
.neon-orb--one { top: -14rem; right: -8rem; }
.neon-orb--two { left: -16rem; bottom: 6rem; opacity: .42; }

.site-header, main, .site-footer { position: relative; z-index: 1; }
.site-header { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; padding: 22px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; justify-self: start; }
.brand__mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--foreground); color: var(--background); box-shadow: 0 0 34px rgba(255,45,146,.28); }
.brand__mark svg { width: 22px; height: 22px; }
.brand strong { display: block; font-size: 1.08rem; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 1px; font-family: var(--font-mono); color: var(--muted-foreground); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }

.main-nav { display: flex; align-items: center; justify-content: center; gap: 32px; justify-self: center; }
.main-nav a { display: inline-flex; align-items: center; min-height: 36px; color: var(--foreground); font-size: .92rem; font-weight: 500; transition: color .2s ease, opacity .2s ease; }
.main-nav a:hover { color: var(--primary); opacity: .92; }
.icon-button, .cart-trigger { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 999px; color: var(--foreground); background: rgba(255,255,255,.06); border: 1px solid var(--border); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.icon-button:hover, .cart-trigger:hover { border-color: rgba(255,45,146,.45); background: rgba(255,45,146,.12); transform: translateY(-1px); }
.icon-button svg, .cart-trigger svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.header-actions { display: flex; align-items: center; gap: 10px; justify-self: end; }
.cart-trigger { position: relative; }
.cart-trigger span { position: absolute; top: -6px; right: -7px; display: grid; place-items: center; min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px; background: var(--primary); color: var(--primary-foreground); font-size: .68rem; font-weight: 800; }

.hero { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; padding: 72px 0 82px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .9fr); gap: 56px; align-items: center; }
.hero__copy { display: grid; gap: 24px; }
.pill { display: inline-flex; align-items: center; gap: 10px; width: max-content; max-width: 100%; padding: 8px 13px; border: 1px solid rgba(255,45,146,.32); border-radius: 999px; background: rgba(255,45,146,.1); color: var(--primary); font-family: var(--font-mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.pill span { width: 7px; height: 7px; border-radius: 999px; background: var(--primary); box-shadow: 0 0 18px rgba(255,45,146,.8); }
.hero h1 { max-width: 11ch; font-size: clamp(3.2rem, 8vw, 6.2rem); line-height: .98; letter-spacing: -.07em; font-weight: 700; }
.hero h1 span { color: var(--primary); text-shadow: 0 0 30px rgba(255,45,146,.6); }
.hero p { max-width: 58ch; color: var(--muted-foreground); font-size: clamp(1.03rem, 2vw, 1.18rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--primary); color: var(--primary-foreground); box-shadow: 0 0 38px rgba(255,45,146,.32); }
.button--outline { border: 1px solid var(--border); color: var(--foreground); background: rgba(255,255,255,.04); }
.button--outline:hover { border-color: rgba(255,45,146,.55); background: rgba(255,45,146,.1); }
.compatibility { display: flex; align-items: center; gap: 10px; color: var(--muted-foreground); font-size: .94rem; }
.compatibility svg { width: 22px; height: 22px; fill: none; stroke: var(--primary); stroke-width: 2; }

.hero__visual { display: grid; place-items: center; min-height: 460px; }
.nfc-scene { width: min(80vw, 390px); aspect-ratio: 1; perspective: 1400px; filter: drop-shadow(0 42px 50px rgba(0,0,0,.44)); }
.nfc-card { --nfc-card-depth: 10px; position: relative; width: 100%; height: 100%; cursor: grab; user-select: none; touch-action: none; transform-style: preserve-3d; }
.nfc-card.is-dragging { cursor: grabbing; }
.nfc-card__face { position: absolute; inset: 0; border-radius: 2rem; backface-visibility: hidden; -webkit-backface-visibility: hidden; transform-style: preserve-3d; overflow: hidden; background: #f5f5f2; box-shadow: inset 0 0 0 1px rgba(0,0,0,.09), inset 0 -12px 22px rgba(10,7,16,.11), 0 0 0 1px rgba(255,45,146,.22); }
.nfc-card__front { transform: rotateY(0deg) translateZ(calc(var(--nfc-card-depth) / 2)); }
.nfc-card__back { transform: rotateY(180deg) translateZ(calc(var(--nfc-card-depth) / 2)); }
.nfc-card__face img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; -webkit-user-drag: none; }

.how-it-works, .products-section, .faq-section, .product-detail-page { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; padding: 72px 0; }
.section-heading { display: grid; gap: 10px; margin-bottom: 28px; }
.section-heading--inline { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.mono-label { font-family: var(--font-mono); color: var(--primary); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2 { font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.02; letter-spacing: -.05em; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps-grid article, .product-card, .product-info, .gallery-main, .cart-panel { border: 1px solid var(--border); background: rgba(21,17,27,.78); backdrop-filter: blur(18px); }
.steps-grid article { padding: 24px; border-radius: 28px; }
.steps-grid article span { font-family: var(--font-mono); color: var(--primary); }
.steps-grid h3 { margin-top: 14px; font-size: 1.2rem; }
.steps-grid p { margin-top: 8px; color: var(--muted-foreground); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.faq-grid article { padding: 24px; border: 1px solid var(--border); border-radius: 28px; background: rgba(21,17,27,.72); backdrop-filter: blur(18px); }
.faq-grid h3 { font-size: 1.1rem; line-height: 1.2; }
.faq-grid p { margin-top: 10px; color: var(--muted-foreground); }

.resultados__info { color: var(--muted-foreground); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { border-radius: 28px; overflow: hidden; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(255,45,146,.42); box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.product-card__image { position: relative; aspect-ratio: 1.06; background: var(--secondary); overflow: hidden; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; }
.discount-badge { position: absolute; top: 14px; left: 14px; z-index: 1; padding: 6px 10px; border-radius: 999px; background: var(--primary); color: var(--primary-foreground); font-size: .75rem; font-weight: 800; }
.product-card__body { display: grid; gap: 10px; padding: 20px; }
.product-card h3 { font-size: 1.25rem; line-height: 1.1; }
.product-card p { color: var(--muted-foreground); font-size: .92rem; }
.product-card__promos { display: flex; flex-wrap: wrap; gap: 8px; }
.product-card__promos span, .quantity-promos strong { display: inline-flex; align-items: center; min-height: 31px; padding: 6px 10px; border: 1px solid rgba(255,45,146,.3); border-radius: 999px; color: var(--foreground); background: linear-gradient(135deg, rgba(255,45,146,.18), rgba(255,255,255,.055)); box-shadow: 0 0 22px rgba(255,45,146,.12); font-size: .78rem; font-weight: 800; }
.product-card__footer { display: flex; align-items: baseline; gap: 10px; margin-top: 4px; }
.product-card__footer strong { color: var(--foreground); font-size: 1.28rem; }
.product-card__footer small, .old-price { color: var(--muted-foreground); text-decoration: line-through; }
.empty-state { grid-column: 1 / -1; padding: 36px; border: 1px solid var(--border); border-radius: 24px; color: var(--muted-foreground); text-align: center; background: rgba(21,17,27,.64); }
.theme-loading-state { grid-column: 1 / -1; display: grid; place-items: center; gap: 18px; min-height: 220px; padding: 36px; border: 1px solid var(--border); border-radius: 28px; color: var(--muted-foreground); background: rgba(21,17,27,.64); backdrop-filter: blur(18px); }
.theme-loading-state p { margin: 0; color: var(--muted-foreground); font-family: var(--font-mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.theme-loader { --color-1: #fff; --size: 1px; width: calc(48 * var(--size)); height: calc(48 * var(--size)); display: inline-block; position: relative; background: var(--color-1); box-sizing: border-box; animation: nfctapFlipX 1s linear infinite; }
.theme-loader--button { --size: .38px; flex: 0 0 auto; }
.theme-page-loader { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at top, rgba(255,45,146,.18), transparent 38%), rgba(10,7,16,.82); backdrop-filter: blur(14px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, visibility .18s ease; }
.theme-page-loader.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.theme-page-loader__inner { display: grid; place-items: center; gap: 18px; padding: 30px; border: 1px solid var(--border); border-radius: 28px; background: rgba(21,17,27,.78); box-shadow: 0 34px 110px rgba(0,0,0,.48), 0 0 0 1px rgba(255,45,146,.1); }
.theme-page-loader__inner p { margin: 0; color: var(--muted-foreground); font-family: var(--font-mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
@keyframes nfctapFlipX { 0% { transform: perspective(calc(200 * var(--size))) rotateX(0deg) rotateY(0deg); } 50% { transform: perspective(calc(200 * var(--size))) rotateX(-180deg) rotateY(0deg); } 100% { transform: perspective(calc(200 * var(--size))) rotateX(-180deg) rotateY(-180deg); } }

.breadcrumbs { margin-bottom: 24px; color: var(--muted-foreground); }
.breadcrumbs a { color: var(--foreground); }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 9px 14px; border: 1px solid var(--border); border-radius: 999px; color: var(--foreground); background: rgba(255,255,255,.05); font-weight: 800; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.back-link:hover { border-color: rgba(255,45,146,.45); background: rgba(255,45,146,.1); transform: translateX(-2px); }
.back-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.product-detail { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr); gap: 28px; align-items: start; }
.product-gallery { display: grid; gap: 14px; }
.gallery-main { display: grid; place-items: center; min-height: 520px; border-radius: 32px; overflow: hidden; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: flex; gap: 10px; overflow-x: auto; }
.gallery-thumbs img { width: 82px; height: 82px; border: 1px solid var(--border); border-radius: 18px; object-fit: cover; opacity: .72; cursor: pointer; }
.gallery-thumbs img.activa { opacity: 1; border-color: var(--primary); }
.product-info { display: grid; gap: 20px; padding: 30px; border-radius: 32px; }
.product-info h1 { font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.06em; }
.price-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; }
.price-row strong { font-size: 2rem; color: var(--primary); }
.price-row small { padding: 5px 9px; border-radius: 999px; background: rgba(255,45,146,.14); color: var(--primary); font-weight: 800; }
.product-description { color: var(--muted-foreground); font-size: 1.02rem; }
.quantity-promos { display: grid; gap: 10px; padding: 16px; border: 1px solid rgba(255,45,146,.2); border-radius: 22px; background: rgba(255,45,146,.07); }
.quantity-promos div { display: flex; flex-wrap: wrap; gap: 8px; }
.quantity-label { color: var(--muted-foreground); }
.quantity-select { width: 100%; padding: 13px 14px; border: 1px solid var(--input); border-radius: 16px; color: var(--foreground); background: var(--secondary); }
.product-actions { display: grid; gap: 10px; }
.no-stock { color: var(--danger); font-weight: 800; }

.cart-panel { position: fixed; top: 0; right: 0; z-index: 200; width: min(420px, 100vw); height: 100vh; padding: 24px; transform: translateX(105%); transition: transform .24s ease; box-shadow: -20px 0 70px rgba(0,0,0,.38); overflow-y: auto; }
.cart-panel.open { transform: translateX(0); }
.cart-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.cart-header h4 { margin-top: 3px; font-size: 1.6rem; }
.ghost-button { padding: 9px 13px; border: 1px solid var(--border); border-radius: 999px; color: var(--foreground); background: rgba(255,255,255,.05); }
.cart-items { display: grid; gap: 14px; }
.cart-empty { padding: 38px 0; color: var(--muted-foreground); text-align: center; }
.cart-item { display: flex; gap: 12px; padding: 12px; border: 1px solid var(--border); border-radius: 20px; background: rgba(255,255,255,.04); }
.cart-item img { width: 72px; height: 72px; border-radius: 16px; object-fit: cover; }
.cart-item__body { flex: 1; }
.cart-item__body small { color: var(--muted-foreground); }
.cart-item__actions { display: flex; gap: 6px; margin-top: 8px; }
.cart-item__actions button { padding: 4px 8px; border: 1px solid var(--border); border-radius: 999px; color: var(--foreground); background: transparent; font-size: .78rem; }
.cart-totals { display: grid; gap: 8px; margin: 22px 0; }
.cart-totals div { display: flex; justify-content: space-between; color: var(--muted-foreground); }
.cart-totals strong { color: var(--foreground); }
.cart-panel > .button { width: 100%; min-height: 48px; margin-top: 10px; }
.cart-panel > .button + .button { margin-top: 10px; }
.cart-panel #cart-checkout { box-shadow: 0 0 34px rgba(255,45,146,.26); }
.cart-panel #cart-continue { background: rgba(255,255,255,.05); }
.site-footer { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; padding: 42px 0; color: var(--muted-foreground); border-top: 1px solid var(--border); }

.customer-auth-open { overflow: hidden; }
.customer-auth-modal.hidden { display: none !important; }
.customer-auth-modal { position: fixed; inset: 0; z-index: 400; display: grid; place-items: center; padding: 18px; }
.customer-auth-backdrop { position: absolute; inset: 0; background: radial-gradient(circle at top, rgba(255,45,146,.16), transparent 38%), rgba(10,7,16,.78); backdrop-filter: blur(14px); }
.customer-auth-card { position: relative; width: min(500px, 100%); max-height: min(92vh, 760px); overflow-y: auto; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: linear-gradient(180deg, rgba(21,17,27,.98), rgba(10,7,16,.98)); box-shadow: 0 34px 110px rgba(0,0,0,.58), 0 0 0 1px rgba(255,45,146,.1); }
.customer-auth-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 1px solid var(--border); border-radius: 999px; color: var(--foreground); background: rgba(255,255,255,.06); font-size: 20px; line-height: 1; }
.customer-auth-close:hover { border-color: rgba(255,45,146,.45); background: rgba(255,45,146,.12); }
.customer-auth-eyebrow { margin-bottom: 10px; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--primary); }
.customer-auth-card h3 { max-width: 11ch; font-size: clamp(2rem, 6vw, 2.65rem); line-height: .98; letter-spacing: -.055em; }
.customer-auth-copy { margin-top: 12px; color: var(--muted-foreground); font-size: .98rem; line-height: 1.55; }
.customer-auth-google-block { display: grid; justify-items: stretch; gap: 12px; margin-top: 20px; padding: 16px; border: 1px solid var(--border); border-radius: 22px; background: rgba(255,255,255,.04); }
#google-signin-button { display: grid; justify-items: stretch; width: 100%; min-width: 0; min-height: 44px; overflow: hidden; }
#google-signin-button > div,
#google-signin-button iframe,
#google-signin-button [role="button"] { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
#google-signin-button [role="button"] { overflow: hidden; }
.customer-auth-google-note { color: var(--muted-foreground); font-size: .8rem; line-height: 1.45; text-align: center; }
.customer-auth-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: var(--muted-foreground); font-family: var(--font-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.customer-auth-divider::before, .customer-auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.customer-auth-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; margin-bottom: 18px; padding: 5px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.045); }
.customer-auth-tab { min-height: 39px; padding: 0 10px; border-radius: 999px; color: var(--muted-foreground); background: transparent; font-size: .86rem; font-weight: 800; }
.customer-auth-tab.active, .customer-auth-tab.is-active { color: var(--primary-foreground); background: var(--primary); }
.customer-auth-form { display: grid; gap: 13px; }
.customer-auth-form label { display: grid; gap: 7px; color: var(--muted-foreground); font-size: .88rem; font-weight: 700; }
.customer-auth-form input { width: 100%; min-height: 46px; padding: 0 14px; border: 1px solid var(--input); border-radius: 16px; outline: none; color: var(--foreground); background: rgba(255,255,255,.055); }
.customer-auth-form input:focus { border-color: rgba(255,45,146,.62); box-shadow: 0 0 0 4px rgba(255,45,146,.12); }
.primary-btn, .secondary-btn { min-height: 46px; padding: 0 18px; border-radius: 999px; font-weight: 900; }
.primary-btn { background: var(--primary); color: var(--primary-foreground); box-shadow: 0 0 34px rgba(255,45,146,.26); }
.secondary-btn { border: 1px solid var(--border); color: var(--foreground); background: rgba(255,255,255,.05); }
.primary-btn.is-loading, .secondary-btn.is-loading { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.theme-loading-dots { display: inline-flex; align-items: center; gap: 4px; }
.theme-loading-dots i { width: 5px; height: 5px; border-radius: 999px; background: currentColor; animation: nfctapLoadingDot .8s ease-in-out infinite; }
.theme-loading-dots i:nth-child(2) { animation-delay: .12s; }
.theme-loading-dots i:nth-child(3) { animation-delay: .24s; }
@keyframes nfctapLoadingDot { 0%, 80%, 100% { transform: translateY(0); opacity: .42; } 40% { transform: translateY(-4px); opacity: 1; } }
.customer-auth-status { min-height: 20px; margin-top: 14px; font-size: .9rem; font-weight: 800; }
.customer-auth-footnote { margin-top: 10px; color: var(--muted-foreground); font-size: .78rem; line-height: 1.45; }
.customer-auth-user-actions { display: grid; gap: 10px; margin-top: 18px; }
.customer-orders-panel { display: grid; gap: 12px; margin-top: 18px; padding: 14px; border: 1px solid var(--border); border-radius: 22px; background: rgba(255,255,255,.04); }
.customer-orders-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.customer-orders-header h4 { margin: 0; color: var(--foreground); font-size: 1rem; }
.customer-orders-refresh { min-height: 34px; padding: 0 12px; font-size: .82rem; }
.customer-orders-list { display: grid; gap: 10px; max-height: 320px; overflow-y: auto; }
.customer-orders-empty { margin: 0; color: var(--muted-foreground); font-size: .9rem; }
.customer-order-card { display: grid; gap: 10px; padding: 12px; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.045); }
.customer-order-topline, .customer-order-meta { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.customer-order-topline strong { display: block; color: var(--foreground); }
.customer-order-topline span, .customer-order-meta span, .customer-order-items { color: var(--muted-foreground); font-size: .84rem; }
.customer-order-status { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; color: var(--primary-foreground); background: var(--primary); font-size: .75rem; font-weight: 900; }
.customer-order-status.status-cancelado { color: #fff; background: var(--danger); }
.customer-order-status.status-entregado { color: #052e16; background: #86efac; }
.customer-order-items { display: flex; flex-wrap: wrap; gap: 6px; }
.customer-order-items span { padding: 4px 8px; border-radius: 999px; background: rgba(255,255,255,.06); }

@media (max-width: 900px) {
    .site-header { display: flex; flex-wrap: wrap; }
    .main-nav { order: 3; width: 100%; margin-left: 0; overflow-x: auto; justify-content: flex-start; }
    .header-actions { margin-left: auto; }
    .hero, .product-detail { grid-template-columns: 1fr; }
    .hero { padding-top: 42px; gap: 34px; }
    .hero h1 { max-width: 10ch; }
    .hero__visual { min-height: auto; }
    .steps-grid, .product-grid, .faq-grid { grid-template-columns: 1fr; }
    .section-heading--inline { align-items: start; flex-direction: column; }
    .gallery-main { min-height: auto; }
}

@media (max-width: 560px) {
    .site-header, .hero, .how-it-works, .products-section, .faq-section, .product-detail-page, .site-footer { width: min(100% - 24px, var(--container)); }
    .brand small { display: none; }
    .hero { padding-bottom: 54px; }
    .hero h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
    .hero__actions .button { width: 100%; }
    .nfc-scene { width: min(86vw, 340px); }
    .product-info { padding: 22px; }
    .cart-panel { width: 100vw; padding: 18px; }
    .cart-header { align-items: start; }
    .cart-item { gap: 10px; padding: 10px; }
    .cart-item img { width: 64px; height: 64px; }
    .cart-item__actions { flex-wrap: wrap; }
    .cart-item__actions button { min-height: 30px; padding: 5px 10px; }
    .cart-panel > .button { min-height: 50px; }
    .customer-auth-card { padding: 24px 18px; }
    .customer-auth-google-block { padding: 12px; }
}
