:root {
  --bg: #f7f9fd;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-solid: #ffffff;
  --text: #101828;
  --muted: #667085;
  --line: rgba(16, 24, 40, 0.12);
  --blue: #0057ff;
  --blue-2: #1f8cff;
  --purple: #7c3aed;
  --pink: #f43f5e;
  --orange: #ff8a00;
  --green: #12b76a;
  --shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }

.page-bg { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.orb { position: absolute; width: 420px; height: 420px; border-radius: 999px; filter: blur(70px); opacity: 0.32; }
.orb-blue { background: #4aa3ff; top: -110px; right: 10%; }
.orb-pink { background: #ff5db1; top: 360px; left: -160px; }
.orb-green { background: #4ade80; bottom: 0; right: -170px; }

.top-strip {
  max-width: var(--max);
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #475467;
  font-size: 0.92rem;
}
.strip-item { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
#topWhatsapp { color: var(--blue); font-weight: 800; white-space: nowrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(247, 249, 253, 0.78);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.brand { display: inline-flex; align-items: center; min-width: 190px; }
.brand img { width: 190px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 6px; }
.desktop-nav a {
  padding: 10px 14px;
  color: #475467;
  font-weight: 700;
  border-radius: 999px;
}
.desktop-nav a:hover, .desktop-nav a.active { color: var(--text); background: rgba(255,255,255,0.78); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.search-box {
  width: min(280px, 26vw);
  height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px 0 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(16, 24, 40, 0.05);
}
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--text); }
.cart-trigger, .menu-trigger {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.78);
  color: var(--text);
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(16, 24, 40, 0.06);
}
.cart-trigger { width: 58px; position: relative; }
.cart-trigger strong {
  position: absolute;
  right: 2px;
  top: -7px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  color: white;
  border-radius: 999px;
  font-size: 0.78rem;
  border: 2px solid var(--bg);
}
.menu-trigger { display: none; width: 48px; }
.mobile-nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px 12px;
  display: none;
  flex-wrap: wrap;
  gap: 8px;
}
.mobile-nav a { padding: 10px 14px; background: #fff; border-radius: 999px; border: 1px solid var(--line); font-weight: 700; }
.mobile-nav.open { display: flex; }

main { max-width: var(--max); margin: 0 auto; padding: 24px 20px 80px; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 34px;
  align-items: center;
  padding: 54px;
  min-height: 560px;
  background:
    radial-gradient(circle at 80% 20%, rgba(0,87,255,0.14), transparent 32%),
    radial-gradient(circle at 75% 80%, rgba(244,63,94,0.16), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(245,248,255,0.9));
  border: 1px solid rgba(255,255,255,0.88);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(0,87,255,0.12);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(0,87,255,0.08);
  font-weight: 900;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.hero h1 { margin: 18px 0 18px; font-size: clamp(2.4rem, 6vw, 5.25rem); line-height: 0.94; letter-spacing: -0.07em; }
.hero p { max-width: 610px; margin: 0; color: #475467; font-size: clamp(1rem, 2vw, 1.22rem); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 26px; }
.button {
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: white; box-shadow: 0 14px 30px rgba(0, 87, 255, 0.25); }
.button.secondary { background: rgba(255,255,255,0.72); color: var(--text); border-color: var(--line); }
.button.light { background: white; color: var(--blue); }
.button.dark { background: #101828; box-shadow: 0 14px 30px rgba(16,24,40,0.22); }
.button.full { width: 100%; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-pills span { padding: 9px 12px; border-radius: 999px; background: rgba(255,255,255,0.72); border: 1px solid var(--line); color: #475467; font-weight: 800; font-size: .92rem; }
.hero-card { position: relative; min-height: 470px; border-radius: 40px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(255,255,255,.34)); border: 1px solid rgba(255,255,255,.9); box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
.hero-card::before { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; background: linear-gradient(135deg, rgba(0,87,255,.14), rgba(244,63,94,.14)); left: 50%; top: 48%; transform: translate(-50%,-50%); }
.hero-product { position: absolute; object-fit: cover; border-radius: 28px; box-shadow: 0 26px 70px rgba(16,24,40,.18); border: 8px solid white; background: white; }
.hero-airpods { width: 62%; left: 2%; top: 9%; transform: rotate(-4deg); }
.hero-watch { width: 47%; right: -5%; top: 25%; transform: rotate(6deg); }
.mini-card { position: absolute; display: flex; gap: 10px; align-items: center; padding: 10px; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.9); border-radius: 20px; box-shadow: 0 16px 42px rgba(16,24,40,.14); }
.mini-card img { width: 62px; height: 62px; object-fit: cover; border-radius: 14px; }
.mini-card strong, .mini-card span { display: block; }
.mini-card strong { font-size: .96rem; }
.mini-card span { font-size: .82rem; color: var(--muted); }
.mini-one { left: 6%; bottom: 48px; }
.mini-two { right: 4%; bottom: 28px; }

.benefit-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0 44px; }
.benefit-bar article, .info-cards article, .faq details {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.88);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 42px rgba(16,24,40,.06);
}
.benefit-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 16px; color: white; flex: 0 0 auto; }
.benefit-icon.blue { background: linear-gradient(135deg, var(--blue), var(--blue-2)); }
.benefit-icon.green { background: linear-gradient(135deg, var(--green), #48d89b); }
.benefit-icon.purple { background: linear-gradient(135deg, var(--purple), #ba6cff); }
.benefit-bar h3, .info-cards h3 { margin: 0 0 6px; }
.benefit-bar p, .info-cards p { margin: 0; color: var(--muted); line-height: 1.5; }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.section-head h2 { margin: 12px 0 0; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.04em; }
.section-head.compact { margin-top: 54px; }
.link-button { background: transparent; border: 0; color: var(--blue); font-weight: 900; padding: 10px 0; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.filter { padding: 11px 16px; border: 1px solid var(--line); background: rgba(255,255,255,.72); color: #475467; border-radius: 999px; font-weight: 900; }
.filter.active { color: white; background: linear-gradient(135deg, var(--blue), var(--purple)); border-color: transparent; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card {
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(16,24,40,.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 26px 70px rgba(16,24,40,.12); }
.product-image { position: relative; aspect-ratio: 1 / .82; overflow: hidden; background: #fff; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.product-card:hover .product-image img { transform: scale(1.04); }
.badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: white;
  font-weight: 900;
  font-size: .78rem;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  box-shadow: 0 10px 20px rgba(244,63,94,.24);
}
.product-body { padding: 18px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.product-body h3 { margin: 0; font-size: 1.04rem; line-height: 1.18; letter-spacing: -.02em; }
.product-body p { margin: 0; color: var(--muted); line-height: 1.42; min-height: 58px; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.price { color: var(--blue); font-weight: 1000; font-size: 1.16rem; }
.stock { font-size: .8rem; color: var(--green); font-weight: 900; background: rgba(18,183,106,.1); border-radius: 999px; padding: 6px 9px; }
.card-actions { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 2px; }
.add-cart, .buy-now { min-height: 42px; border-radius: 999px; font-weight: 900; }
.add-cart { border: 0; color: white; background: linear-gradient(135deg, var(--text), #344054); }
.buy-now { border: 1px solid rgba(0,87,255,.25); color: var(--blue); background: rgba(0,87,255,.07); }
.empty-state { padding: 24px; background: white; border-radius: var(--radius-lg); color: var(--muted); border: 1px solid var(--line); }

.promo-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(300px, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 300px;
  margin: 34px 0;
  padding: 34px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  color: white;
  background: linear-gradient(120deg, #0057ff, #7c3aed 40%, #f43f5e 72%, #ff8a00);
  box-shadow: var(--shadow);
}
.promo-copy { position: relative; z-index: 2; }
.promo-copy span { text-transform: uppercase; font-weight: 900; opacity: .8; font-size: .78rem; letter-spacing: .1em; }
.promo-copy h2 { margin: 10px 0; font-size: clamp(1.8rem, 4vw, 3rem); line-height: .98; letter-spacing: -.05em; }
.promo-copy p { color: rgba(255,255,255,.82); line-height: 1.55; max-width: 520px; }
.promo-products { position: relative; height: 230px; }
.promo-products img { position: absolute; width: 190px; aspect-ratio: 1/1; object-fit: cover; border-radius: 30px; background: white; padding: 8px; box-shadow: 0 25px 50px rgba(0,0,0,.18); }
.promo-products img:nth-child(1) { left: 0; top: 30px; transform: rotate(-8deg); }
.promo-products img:nth-child(2) { left: 170px; top: 0; transform: rotate(4deg); }
.promo-products img:nth-child(3) { left: 340px; top: 38px; transform: rotate(8deg); }
.promo-badge { position: absolute; right: 26px; top: 24px; width: 110px; height: 110px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.32); font-weight: 900; backdrop-filter: blur(16px); }

.info-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 28px; }
.info-cards article { display: block; }
.info-cards span { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; background: rgba(0,87,255,.08); color: var(--blue); font-weight: 1000; margin-bottom: 12px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq details { display: block; }
.faq summary { cursor: pointer; font-weight: 1000; }
.faq p { color: var(--muted); line-height: 1.55; margin-bottom: 0; }
.contact-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
  padding: 32px;
  border-radius: var(--radius-xl);
  background: #fff;
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: 0 18px 50px rgba(16,24,40,.08);
}
.contact-card h2 { margin: 12px 0 8px; font-size: clamp(1.8rem, 4vw, 2.8rem); letter-spacing: -.04em; }
.contact-card p { color: var(--muted); margin: 0; }

.cart-drawer { position: fixed; inset: 0; z-index: 70; pointer-events: none; opacity: 0; transition: opacity .2s ease; }
.cart-drawer.open { opacity: 1; pointer-events: auto; }
.cart-backdrop { position: absolute; inset: 0; background: rgba(16,24,40,.48); backdrop-filter: blur(3px); }
.cart-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(480px, 100%);
  background: #fff;
  box-shadow: -18px 0 70px rgba(16,24,40,.24);
  padding: 24px;
  transform: translateX(100%);
  transition: transform .25s ease;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.cart-drawer.open .cart-panel { transform: translateX(0); }
.cart-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.cart-head h2 { margin: 10px 0 0; font-size: 2rem; }
.close-cart { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: white; font-size: 1.8rem; line-height: 1; }
.cart-items { overflow: auto; flex: 1; min-height: 150px; display: flex; flex-direction: column; gap: 12px; padding-right: 4px; }
.cart-empty { color: var(--muted); background: #f8fafc; border: 1px dashed var(--line); border-radius: 18px; padding: 18px; line-height: 1.5; }
.cart-item { display: grid; grid-template-columns: 76px 1fr; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; }
.cart-item img { width: 76px; height: 76px; object-fit: cover; border-radius: 14px; }
.cart-info h4 { margin: 0 0 5px; font-size: .98rem; }
.cart-info p { margin: 0; color: var(--blue); font-weight: 1000; }
.qty-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 9px; }
.qty-controls { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty-controls button { width: 34px; height: 32px; border: 0; background: #f8fafc; font-weight: 1000; }
.qty-controls span { min-width: 36px; text-align: center; font-weight: 1000; }
.remove-item { border: 0; background: transparent; color: #b42318; font-weight: 900; }
.checkout-form { display: grid; gap: 10px; padding-top: 6px; border-top: 1px solid var(--line); }
.checkout-form label { display: grid; gap: 6px; font-weight: 900; color: #344054; font-size: .88rem; }
.checkout-form input, .checkout-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 11px 12px; outline: none; resize: vertical; }
.checkout-form input:focus, .checkout-form textarea:focus { border-color: rgba(0,87,255,.55); box-shadow: 0 0 0 4px rgba(0,87,255,.08); }
.cart-footer { border-top: 1px solid var(--line); padding-top: 16px; display: grid; gap: 10px; }
.summary-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.summary-row strong { color: var(--blue); font-size: 1.4rem; }
.summary-row.muted { color: var(--muted); font-size: .9rem; }

.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 55; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: white; box-shadow: 0 18px 40px rgba(37,211,102,.32); font-size: 1.5rem; }
.site-footer { background: #101828; color: rgba(255,255,255,.72); padding: 34px 20px; text-align: center; }
.site-footer img { width: 220px; margin: 0 auto 14px; }
.site-footer p { margin: 6px auto; max-width: 900px; line-height: 1.55; }
.legal-note { color: rgba(255,255,255,.52); font-size: .9rem; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-trigger { display: inline-flex; }
  .search-box { width: 250px; }
  .hero { grid-template-columns: 1fr; padding: 38px; }
  .hero-card { min-height: 520px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-bar, .info-cards { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
  .top-strip { overflow: auto; justify-content: flex-start; }
  .brand img { width: 158px; }
  .site-header { padding-inline: 14px; gap: 10px; }
  .search-box { display: none; }
  main { padding-inline: 14px; }
  .hero { padding: 28px; min-height: auto; border-radius: 26px; }
  .hero h1 { letter-spacing: -.05em; }
  .hero-card { min-height: 360px; }
  .hero-airpods { width: 66%; top: 8%; }
  .hero-watch { width: 48%; top: 34%; }
  .mini-card { display: none; }
  .benefit-bar { margin-top: 14px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-body { padding: 14px; }
  .product-body p { min-height: auto; }
  .promo-banner { grid-template-columns: 1fr; padding: 24px; }
  .promo-products { height: 190px; }
  .promo-products img { width: 140px; }
  .promo-products img:nth-child(2) { left: 120px; }
  .promo-products img:nth-child(3) { left: 240px; }
  .promo-badge { display: none; }
  .faq-grid { grid-template-columns: 1fr; }
  .contact-card { display: block; }
  .contact-card .button { margin-top: 20px; width: 100%; }
}
@media (max-width: 520px) {
  .product-grid { grid-template-columns: 1fr; }
  .cart-panel { padding: 18px; }
  .cart-item { grid-template-columns: 64px 1fr; }
  .cart-item img { width: 64px; height: 64px; }
  .hero-pills span { font-size: .84rem; }
}
