:root {
  --ink: #17312f;
  --muted: #637573;
  --brand: #0f766e;
  --brand-dark: #075e58;
  --accent: #ff7a59;
  --cream: #fffaf0;
  --line: #dbe7e4;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(20, 64, 60, .12);
  font-family: Inter, ui-rounded, "Segoe UI", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--cream); color: var(--ink); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.site-header {
  position: sticky; top: 0; z-index: 30; height: 76px; padding: 0 clamp(18px, 5vw, 72px);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255, 250, 240, .92); border-bottom: 1px solid rgba(15, 118, 110, .12);
  backdrop-filter: blur(18px);
}
.brand, .footer-brand { display: flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; background: var(--brand); color: white; font-weight: 900; font-size: 23px; box-shadow: 0 7px 18px rgba(15,118,110,.2); }
.brand strong, .footer-brand b { display: block; font-size: 18px; line-height: 1.1; }
.brand small, .footer-brand small { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; }
.header-actions { display: flex; align-items: center; gap: 9px; }
.icon-button, .cart-button, .close-button { border: 0; cursor: pointer; }
.icon-button { display: none; width: 44px; height: 44px; border-radius: 14px; background: white; font-size: 24px; }
.cart-button { min-height: 44px; padding: 9px 13px; display: flex; align-items: center; gap: 8px; border-radius: 15px; background: var(--ink); color: white; font-weight: 750; }
.cart-button b { min-width: 22px; height: 22px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; background: var(--accent); font-size: 12px; }

main { overflow: hidden; }
.hero { min-height: 530px; padding: 72px clamp(22px, 7vw, 110px) 80px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(350px, .95fr); align-items: center; gap: clamp(30px, 7vw, 100px); position: relative; background: radial-gradient(circle at 75% 20%, #ffe0a3 0, transparent 27%), radial-gradient(circle at 95% 80%, #b9ebe5 0, transparent 30%), linear-gradient(135deg, #fffaf0 0%, #fff3d4 100%); }
.hero::after { content: ""; position: absolute; width: 170px; height: 170px; border: 2px dashed rgba(15,118,110,.18); border-radius: 50%; left: -60px; bottom: 12px; }
.eyebrow { display: inline-flex; color: var(--brand); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { margin: 15px 0 18px; max-width: 680px; font-size: clamp(46px, 7.3vw, 88px); line-height: .94; letter-spacing: -.06em; }
.hero p { max-width: 580px; margin: 0 0 30px; color: #526865; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.primary-button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 16px; background: var(--brand); color: white; text-decoration: none; font-weight: 800; cursor: pointer; box-shadow: 0 12px 24px rgba(15,118,110,.2); transition: transform .18s, background .18s; }
.primary-button:hover { transform: translateY(-2px); background: var(--brand-dark); }
.primary-button.full { width: 100%; }
.hero-art { min-height: 350px; position: relative; }
.bubble { position: absolute; display: grid; place-items: center; border-radius: 50%; box-shadow: var(--shadow); animation: float 5s ease-in-out infinite; }
.bubble-one { width: 170px; height: 170px; left: 6%; top: 8%; background: #fff; font-size: 78px; transform: rotate(-7deg); }
.bubble-two { width: 135px; height: 135px; right: 5%; top: 15%; background: #ffddcf; font-size: 58px; animation-delay: -1.2s; }
.bubble-three { width: 120px; height: 120px; left: 32%; bottom: 3%; background: #bceae4; font-size: 54px; animation-delay: -2.4s; }
.hero-card { position: absolute; right: 2%; bottom: 6%; width: 210px; padding: 18px; border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(10px); transform: rotate(3deg); }
.hero-card b, .hero-card span { display: block; }
.hero-card span { color: var(--muted); font-size: 13px; margin-top: 5px; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-12px) rotate(2deg); } }

.trust-row { max-width: 1100px; margin: -28px auto 0; padding: 0 24px; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); }
.trust-row > div { display: flex; align-items: center; gap: 13px; padding: 20px 25px; background: white; border: 1px solid var(--line); }
.trust-row > div:first-child { border-radius: 19px 0 0 19px; }
.trust-row > div:last-child { border-radius: 0 19px 19px 0; }
.trust-row > div > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: #e8f6f3; color: var(--brand); font-size: 19px; font-weight: 900; }
.trust-row p, .trust-row b, .trust-row small { display: block; margin: 0; }
.trust-row b { font-size: 14px; }
.trust-row small { color: var(--muted); margin-top: 3px; }

.catalog-section { max-width: 1280px; margin: 0 auto; padding: 105px 30px 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 22px; }
.section-heading h2 { margin: 8px 0 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; }
.search-box { width: min(390px, 100%); height: 52px; padding: 0 15px; display: flex; align-items: center; gap: 9px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 20px rgba(20,64,60,.05); }
.search-box:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(15,118,110,.1); }
.search-box span { font-size: 23px; color: var(--brand); }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.category-list { display: flex; gap: 9px; margin: 30px 0 18px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: thin; }
.category-button { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); cursor: pointer; font-weight: 700; }
.category-button.active { background: var(--ink); color: white; border-color: var(--ink); }
.catalog-status { min-height: 22px; margin: 15px 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 10px 30px rgba(20,64,60,.06); transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image-button { width: 100%; aspect-ratio: 1; padding: 0; border: 0; overflow: hidden; background: #fff; cursor: pointer; }
.product-image-button img { width: 100%; height: 100%; padding: 8%; object-fit: contain; background: #fff; }
.image-placeholder { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg,#e3f3f0,#fff2d6); font-size: 60px; }
.product-card-content { flex: 1; padding: 16px; display: flex; flex-direction: column; }
.product-category { color: var(--brand); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.product-card h3 { margin: 8px 0 4px; font-size: 17px; line-height: 1.25; }
.product-meta { color: var(--muted); font-size: 12px; }
.assorted-label { display: inline-flex; width: fit-content; margin-top: 8px; padding: 6px 9px; border-radius: 999px; background: #f0e9ff; color: #5b21b6; font-size: 11px; font-weight: 800; }
.product-price { margin: 13px 0 14px; display: block; font-size: 23px; letter-spacing: -.03em; }
.card-actions { margin-top: auto; display: flex; gap: 8px; }
.card-actions button { min-height: 43px; border-radius: 13px; font-weight: 800; cursor: pointer; }
.details-button { width: 43px; border: 1px solid var(--line); background: white; }
.add-button { flex: 1; border: 0; background: var(--brand); color: white; }
.contact-button { background: #25d366 !important; color: #10261b; }

.overlay { position: fixed; inset: 0; z-index: 50; background: rgba(13,37,35,.54); backdrop-filter: blur(4px); }
.cart-drawer { position: fixed; z-index: 60; top: 0; right: 0; width: min(460px, 100%); height: 100dvh; padding: 22px; display: flex; flex-direction: column; background: var(--cream); transform: translateX(105%); transition: transform .26s ease; box-shadow: -20px 0 55px rgba(0,0,0,.2); }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.drawer-header h2 { margin: 5px 0 0; font-size: 30px; }
.close-button { width: 44px; height: 44px; border-radius: 50%; background: white; font-size: 30px; line-height: 1; box-shadow: 0 5px 15px rgba(0,0,0,.08); }
.cart-items { flex: 1; margin: 20px 0; overflow-y: auto; }
.cart-item { display: grid; grid-template-columns: 74px 1fr auto; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cart-item img, .cart-item .image-placeholder { width: 74px; height: 74px; border-radius: 14px; object-fit: contain; background: white; font-size: 28px; }
.cart-item h3 { margin: 2px 0 5px; font-size: 15px; }
.cart-item strong { font-size: 14px; }
.quantity { margin-top: 8px; display: inline-flex; align-items: center; gap: 10px; }
.quantity button { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 9px; background: white; cursor: pointer; }
.remove-item { align-self: start; border: 0; background: transparent; color: #c2413b; cursor: pointer; font-size: 19px; }
.cart-summary { padding-top: 17px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-size: 20px; }
.cart-summary small { display: block; margin: 8px 0 16px; color: var(--muted); line-height: 1.4; }
.empty-state { height: 100%; display: grid; place-content: center; text-align: center; color: var(--muted); }
.empty-state span { font-size: 60px; }
.empty-state h3 { color: var(--ink); margin: 12px 0 4px; }
.empty-state p { margin: 0; }

.product-modal, .checkout-modal { position: fixed; z-index: 70; inset: 50% auto auto 50%; width: min(960px, calc(100% - 28px)); max-height: calc(100dvh - 28px); overflow-y: auto; padding: 25px; border-radius: 26px; background: var(--cream); box-shadow: 0 25px 100px rgba(0,0,0,.3); transform: translate(-50%, -46%) scale(.96); opacity: 0; pointer-events: none; transition: .22s ease; }
.product-modal.open, .checkout-modal.open { transform: translate(-50%, -50%) scale(1); opacity: 1; pointer-events: auto; }
.product-modal { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(300px,.92fr); gap: 30px; }
.modal-close { position: absolute; right: 14px; top: 14px; z-index: 2; }
.main-image-wrap { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 22px; background: white; border: 1px solid var(--line); }
.main-image-wrap img { width: 100%; height: 100%; padding: 5%; object-fit: contain; background: white; }
.thumbnail-list { margin-top: 10px; display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; }
.thumbnail-button { aspect-ratio: 1; padding: 3px; border: 2px solid transparent; border-radius: 12px; overflow: hidden; background: white; cursor: pointer; }
.thumbnail-button.active { border-color: var(--brand); box-shadow: 0 0 0 2px rgba(15,118,110,.15); }
.thumbnail-button img { width: 100%; height: 100%; padding: 4%; object-fit: contain; background: white; }
.product-info { align-self: center; padding: 20px 5px; }
.product-info h2 { margin: 10px 0; font-size: clamp(28px,4vw,44px); line-height: 1.05; letter-spacing: -.04em; }
.product-code, .product-description, .stock-line { color: var(--muted); line-height: 1.5; }
.modal-price { display: block; margin: 22px 0 8px; font-size: 34px; color: var(--brand); }

.checkout-modal { width: min(720px, calc(100% - 28px)); }
.checkout-modal form { margin-top: 20px; display: grid; gap: 14px; }
.checkout-modal label { display: grid; gap: 6px; font-size: 13px; font-weight: 750; }
.checkout-modal input, .checkout-modal textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 13px; outline: 0; background: white; color: var(--ink); }
.checkout-modal input:focus, .checkout-modal textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(15,118,110,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1.6fr; gap: 12px; }
.form-message { min-height: 20px; margin: 0; color: #b33b33; }
.delivery-fieldset { margin: 2px 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; border: 0; }
.delivery-fieldset legend { margin-bottom: 9px; font-size: 14px; font-weight: 850; }
.choice-card { min-height: 78px; padding: 12px; display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 9px !important; border: 1px solid var(--line); border-radius: 15px; background: white; cursor: pointer; }
.choice-card[hidden], .shipping-panel[hidden], .address-fields[hidden] { display: none !important; }
.choice-card:has(input:checked) { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(109,40,217,.1); }
.choice-card input { width: auto !important; margin-top: 3px; accent-color: var(--brand); }
.choice-card span { display: grid; gap: 4px; }
.choice-card b { font-size: 13px; }
.choice-card small { color: var(--muted); font-size: 11px; line-height: 1.3; }
.shipping-panel { padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: #f8f5ff; }
.postal-code-row { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 9px; }
.secondary-action { min-height: 45px; padding: 0 16px; border: 1px solid var(--brand); border-radius: 13px; color: var(--brand); background: white; font-weight: 800; cursor: pointer; }
.secondary-action:disabled { opacity: .55; cursor: wait; }
.shipping-quotes { margin-top: 10px; display: grid; gap: 8px; }
.shipping-quote { padding: 10px 12px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; }
.shipping-quote:has(input:checked) { border-color: var(--brand); background: #f2ebff; }
.shipping-quote input { width: auto !important; accent-color: var(--brand); }
.shipping-quote span { display: grid; gap: 2px; flex: 1; }
.shipping-quote small { color: var(--muted); }
.shipping-quote strong { color: var(--brand); }
.checkout-total { padding: 13px 15px; display: flex; justify-content: space-between; align-items: center; border-radius: 14px; background: #eee7fb; }
.checkout-total strong { color: var(--brand); font-size: 21px; }
.payment-note { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.payment-return { margin: 18px auto 0; max-width: 1180px; padding: 14px 18px; border-radius: 15px; background: #e7f8ec; color: #176336; font-weight: 750; }

footer { padding: 55px clamp(22px,7vw,100px); display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: center; gap: 24px; background: var(--ink); color: white; }
footer .brand-mark { background: #f5c664; color: var(--ink); }
footer .footer-brand small, footer > small { color: #b8cbc8; }
footer p { text-align: center; color: #dbe8e6; }
footer > small { text-align: right; }

@media (max-width: 1050px) {
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hero { grid-template-columns: 1fr .8fr; }
}
@media (max-width: 780px) {
  .site-header { height: 68px; padding: 0 16px; }
  .brand small, .cart-label { display: none; }
  .icon-button { display: grid; place-items: center; }
  .hero { min-height: auto; padding: 55px 22px 88px; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(47px,14vw,72px); }
  .hero-art { min-height: 270px; }
  .bubble-one { width: 135px; height: 135px; font-size: 61px; }
  .bubble-two { width: 105px; height: 105px; font-size: 47px; }
  .bubble-three { width: 95px; height: 95px; font-size: 42px; }
  .hero-card { width: 175px; }
  .trust-row { margin-top: -42px; grid-template-columns: 1fr; }
  .trust-row > div { padding: 14px 18px; }
  .trust-row > div:first-child { border-radius: 18px 18px 0 0; }
  .trust-row > div:last-child { border-radius: 0 0 18px 18px; }
  .catalog-section { padding: 75px 16px 80px; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
  .product-card { border-radius: 17px; }
  .product-card-content { padding: 12px; }
  .product-card h3 { font-size: 14px; }
  .product-price { font-size: 19px; margin: 10px 0 12px; }
  .details-button { display: none; }
  .product-modal { grid-template-columns: 1fr; gap: 8px; padding: 18px; }
  .main-image-wrap { max-height: 47vh; }
  .product-info { padding: 9px 2px 3px; }
  .product-info h2 { font-size: 27px; }
  .form-row { grid-template-columns: 1fr; }
  .delivery-fieldset { grid-template-columns: 1fr; }
  .choice-card { min-height: 62px; }
  .postal-code-row { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .footer-brand { justify-content: center; }
  footer > small { text-align: center; }
}
@media (max-width: 420px) {
  .product-grid { grid-template-columns: 1fr 1fr; }
  .card-actions button { min-height: 40px; font-size: 12px; }
  .hero-card { right: 0; }
}

/* Vitrine comercial 2026-09-23 */
:root {
  --ink: #221441;
  --muted: #716884;
  --brand: #6d28d9;
  --brand-dark: #4c1d95;
  --accent: #ff4d8d;
  --cream: #fbf9ff;
  --line: #e8e0f5;
  --shadow: 0 20px 55px rgba(55, 27, 105, .15);
}

.announcement-bar {
  min-height: 34px; padding: 7px 20px; display: flex; align-items: center; justify-content: center; gap: 16px;
  background: #241044; color: #fff; font-size: 12px; font-weight: 750; letter-spacing: .02em; text-align: center;
}
.announcement-bar span:nth-child(2), .announcement-bar span:nth-child(4) { color: #fbbf24; }
.site-header { height: 78px; background: rgba(255,255,255,.94); border-bottom-color: rgba(109,40,217,.12); }
.brand-mark { border-radius: 13px; background: linear-gradient(145deg,#7c3aed,#4f46e5); box-shadow: 0 9px 22px rgba(109,40,217,.28); }
.main-nav { display: flex; align-items: center; gap: clamp(18px,3vw,36px); }
.main-nav a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 750; transition: color .18s; }
.main-nav a:hover { color: var(--brand); }
.cart-button { background: linear-gradient(135deg,#281548,#3f1f72); }
.cart-button b { background: var(--accent); }

.hero {
  min-height: 610px; padding: 70px clamp(22px,7vw,110px) 105px; grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr);
  color: white; isolation: isolate; overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,.18), transparent 21%),
    radial-gradient(circle at 86% 18%, rgba(249,168,212,.4), transparent 25%),
    radial-gradient(circle at 76% 88%, rgba(34,211,238,.3), transparent 25%),
    linear-gradient(120deg,#312e81 0%,#6d28d9 48%,#a21caf 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .24; background-image: radial-gradient(rgba(255,255,255,.9) 1px,transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg,black,transparent 70%); }
.hero::after { width: 360px; height: 360px; left: auto; right: -130px; bottom: -170px; border: 70px solid rgba(255,255,255,.09); }
.hero-copy { position: relative; z-index: 2; }
.hero-badge { display: inline-flex; padding: 9px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(12px); }
.hero h1 { max-width: 760px; margin: 20px 0 22px; color: #fff; font-size: clamp(48px,6.5vw,82px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { display: block; color: #fde68a; font-style: normal; }
.hero p { color: rgba(255,255,255,.82); font-size: clamp(17px,1.8vw,20px); }
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-primary { background: #fff; color: #4c1d95; box-shadow: 0 16px 35px rgba(19,8,45,.25); }
.hero-primary:hover { background: #fef3c7; color: #3b136f; }
.hero-primary span { margin-left: 13px; font-size: 19px; }
.secondary-button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.35); border-radius: 16px; color: white; text-decoration: none; font-weight: 800; background: rgba(255,255,255,.09); }
.hero-proof { margin-top: 28px; display: flex; gap: 21px; flex-wrap: wrap; color: rgba(255,255,255,.82); font-size: 12px; }
.hero-proof b { font-weight: 700; }

.hero-showcase { min-height: 440px; position: relative; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.orbit-one { width: 400px; height: 400px; right: 10px; top: 15px; }
.orbit-two { width: 300px; height: 300px; right: 60px; top: 65px; border-width: 2px; border-style: dashed; }
.hero-product { position: absolute; overflow: hidden; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 30px 65px rgba(21,10,53,.35); }
.hero-product-main { width: min(330px,76%); right: 15%; top: 20px; padding: 15px; border-radius: 32px; transform: rotate(-2deg); }
.hero-product-main > img { width: 100%; aspect-ratio: 1; padding: 7%; object-fit: contain; border-radius: 23px; background: white; }
.hero-product-main > div { padding: 13px 8px 7px; display: grid; gap: 5px; }
.hero-product-main b { overflow: hidden; color: var(--ink); font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.hero-product-main strong { color: var(--brand); font-size: 24px; }
.hero-product-label { position: absolute; z-index: 2; left: 26px; top: 27px; padding: 7px 11px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-product-small { width: 125px; height: 125px; padding: 9px; border: 6px solid rgba(255,255,255,.48); border-radius: 29px; }
.hero-product-small img { width: 100%; height: 100%; padding: 5%; object-fit: contain; border-radius: 17px; background: white; }
.hero-product-top { right: -2%; top: 8%; transform: rotate(8deg); }
.hero-product-bottom { left: 1%; bottom: 4%; transform: rotate(-9deg); }
.spark { position: absolute; color: #fde68a; font-size: 36px; text-shadow: 0 5px 15px rgba(0,0,0,.2); }
.spark-one { left: 7%; top: 14%; }.spark-two { right: 1%; bottom: 8%; font-size: 25px; }

.trust-row { max-width: 1160px; margin-top: -38px; }
.trust-row > div { padding: 22px 27px; border-color: #e9e2f5; }
.trust-row > div > span { background: #f1eaff; color: var(--brand); }

.category-showcase, .featured-section { max-width: 1280px; margin: 0 auto; padding: 100px 30px 20px; }
.showcase-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.showcase-heading h2 { margin: 8px 0 0; font-size: clamp(31px,4vw,48px); letter-spacing: -.04em; }
.showcase-heading > a { color: var(--brand); text-decoration: none; font-weight: 850; }
.showcase-heading > a span { margin-left: 7px; }
.showcase-heading > p { margin: 0; color: var(--muted); }
.category-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.category-card { min-height: 260px; padding: 25px; position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; align-items: stretch; border: 1px solid rgba(255,255,255,.65); border-radius: 29px; color: var(--ink); text-align: left; cursor: pointer; box-shadow: 0 15px 36px rgba(50,22,92,.12); transition: transform .24s, box-shadow .24s; }
.category-card::before { content: ""; position: absolute; z-index: -1; width: 190px; height: 190px; right: -55px; bottom: -62px; border-radius: 50%; background: rgba(255,255,255,.48); box-shadow: 0 0 0 24px rgba(255,255,255,.14); }
.category-card::after { content: "✦"; position: absolute; top: 18px; right: 20px; color: rgba(255,255,255,.86); font-size: 22px; text-shadow: 0 4px 13px rgba(67,30,112,.18); }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card-1 { background: linear-gradient(145deg,#f4f6f9 0%,#e3e8ef 52%,#cfd8e4 100%); }
.category-card-2 { background: linear-gradient(145deg,#faf6f1 0%,#f0e7dc 52%,#dfd1c0 100%); }
.category-card-3 { background: linear-gradient(145deg,#f2f6f8 0%,#e1e9ed 54%,#cbd9df 100%); }
.category-card-4 { background: linear-gradient(145deg,#fbf8f0 0%,#f1e9d8 54%,#dfd3ba 100%); }
.category-card-copy { position: relative; z-index: 2; display: grid; gap: 6px; }
.category-card-copy small { width: max-content; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.62); font-size: 10px; font-weight: 900; opacity: .8; text-transform: uppercase; letter-spacing: .08em; }
.category-card-copy b { max-width: 70%; font-size: 23px; line-height: 1.03; letter-spacing: -.025em; }
.category-card-copy > span { margin-top: 5px; color: var(--brand-dark); font-size: 12px; font-weight: 900; }
.category-card-visual { width: 72%; height: 74%; position: absolute; right: -11%; bottom: -12%; z-index: 1; display: grid; place-items: center; }
.category-card-visual img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 13px 14px rgba(55,27,105,.2)); transition: transform .28s ease; }
.category-card:hover .category-card-visual img { transform: scale(1.045) rotate(1deg); }
.category-card-visual > span { font-size: 55px; }

.featured-section { padding-top: 90px; padding-bottom: 30px; }
.featured-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.featured-product-card { border: 0; box-shadow: 0 14px 40px rgba(50,22,92,.1); }
.featured-product-card .product-image-button { background: linear-gradient(145deg,#fff,#f7f2ff); }

.catalog-section { max-width: 1280px; padding-top: 100px; }
.section-heading > div > p { margin: 9px 0 0; color: var(--muted); }
.search-box { border-color: #dfd4f1; box-shadow: 0 9px 25px rgba(50,22,92,.07); }
.category-button.active { background: linear-gradient(135deg,#6d28d9,#4f46e5); border-color: transparent; }
.product-card { border-color: #e9e2f5; box-shadow: 0 10px 30px rgba(50,22,92,.07); }
.product-category, .modal-price { color: var(--brand); }
.add-button { background: linear-gradient(135deg,#6d28d9,#4f46e5); }

footer { padding: 0; display: block; background: #21123d; }
.footer-main { padding: 62px clamp(22px,7vw,100px) 48px; display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: clamp(35px,7vw,100px); }
.footer-intro > p { max-width: 360px; margin: 22px 0; text-align: left; color: #d9d0e8; line-height: 1.55; }
.footer-whatsapp { display: inline-flex; padding: 12px 17px; border-radius: 13px; background: #25d366; color: #10261b; text-decoration: none; font-size: 13px; font-weight: 850; }
.footer-links { display: grid; align-content: start; gap: 12px; }
.footer-links b { margin-bottom: 5px; color: white; }
.footer-links a, .footer-links span { color: #c9bddc; text-decoration: none; font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { padding: 20px clamp(22px,7vw,100px); display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #aa9bbb; }
footer .brand-mark { background: linear-gradient(145deg,#fbbf24,#fb7185); color: #281548; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr .75fr; }
  .hero-product-main { right: 2%; }
  .hero-product-bottom { left: -9%; }
  .category-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 780px) {
  .announcement-bar { min-height: 30px; padding: 7px 12px; font-size: 10px; }
  .announcement-bar span:nth-child(2), .announcement-bar span:nth-child(3), .announcement-bar span:nth-child(4), .announcement-bar span:nth-child(5) { display: none; }
  .site-header { height: 68px; }
  .hero { padding: 52px 22px 88px; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(45px,13.5vw,68px); }
  .hero-showcase { min-height: 390px; margin-top: 12px; }
  .hero-product-main { width: min(305px,76vw); right: 9%; }
  .hero-product-top { right: 0; }
  .hero-product-bottom { left: 0; }
  .trust-row { margin-top: -43px; }
  .category-showcase, .featured-section { padding: 74px 16px 10px; }
  .showcase-heading { align-items: start; flex-direction: column; gap: 10px; }
  .category-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
  .category-card { min-height: 210px; padding: 17px; border-radius: 23px; }
  .category-card::before { width: 145px; height: 145px; right: -45px; bottom: -48px; }
  .category-card::after { top: 13px; right: 14px; font-size: 16px; }
  .category-card-copy small { padding: 5px 7px; font-size: 8px; }
  .category-card-copy b { max-width: 78%; font-size: 17px; }
  .category-card-copy > span { font-size: 10px; }
  .category-card-visual { width: 78%; height: 68%; right: -15%; bottom: -9%; }
  .featured-grid { display: flex; gap: 13px; margin-right: -16px; padding-right: 16px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .featured-grid { scrollbar-width: none; }
  .featured-grid::-webkit-scrollbar { display: none; }
  .featured-grid .product-card { flex: 0 0 min(72vw,290px); scroll-snap-align: start; }
  .catalog-section { padding-top: 80px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; text-align: left; }
  footer .footer-brand { justify-content: flex-start; }
  .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
}

@media (max-width: 420px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-proof { gap: 10px 15px; }
  .hero-product-main { right: 6%; }
  .hero-product-small { width: 102px; height: 102px; }
}
