/* ============================================================
   style.css — GSMLATAM Clone — Full
   ============================================================ */
:root {
  --yellow:      #FFD700;
  --yellow-dark: #e6c200;
  --blue:        #1A4FA0;
  --blue-dark:   #0f3580;
  --blue-light:  #2563EB;
  --white:       #ffffff;
  --gray-50:     #F8F9FA;
  --gray-100:    #F1F3F5;
  --gray-200:    #E9ECEF;
  --gray-400:    #868E96;
  --gray-600:    #495057;
  --gray-800:    #212529;
  --green:       #2ECC71;
  --red:         #E74C3C;
  --orange:      #FF6B35;
  --radius:      10px;
  --shadow:      0 2px 12px rgba(0,0,0,0.10);
  --shadow-lg:   0 8px 32px rgba(0,0,0,0.14);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Barlow', sans-serif; background: var(--gray-100); color: var(--gray-800); min-height: 100vh; }
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ── HEADER ─────────────────────────────────────────────────── */
.site-header { background: var(--yellow); box-shadow: 0 3px 10px rgba(0,0,0,0.15); position: sticky; top: 0; z-index: 100; }
.header-top { display: flex; align-items: center; gap: 16px; padding: 10px 24px; max-width: 1400px; margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.logo-box { background: var(--blue); color: var(--yellow); font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 22px; padding: 4px 12px; border-radius: 6px; letter-spacing: -1px; }
.logo-sub { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 11px; color: var(--blue); line-height: 1.2; max-width: 60px; }
.search-wrap { flex: 1; max-width: 580px; margin: 0 auto; }
.search-wrap form { display: flex; align-items: center; background: white; border-radius: 50px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.12); border: 2px solid transparent; transition: border-color 0.2s; }
.search-wrap form:focus-within { border-color: var(--blue); }
.search-wrap input { flex: 1; border: none; outline: none; padding: 10px 18px; font-family: 'Barlow', sans-serif; font-size: 14px; color: var(--gray-800); background: transparent; }
.search-wrap input::placeholder { color: var(--gray-400); }
.search-btn { background: var(--blue); border: none; cursor: pointer; padding: 10px 18px; color: white; font-size: 16px; transition: background 0.2s; display: flex; align-items: center; }
.search-btn:hover { background: var(--blue-dark); }
.header-controls { display: flex; align-items: center; gap: 8px; flex-shrink: 0; flex-wrap: wrap; }
.select-control { background: rgba(255,255,255,0.6); border: 1.5px solid rgba(255,255,255,0.9); border-radius: 6px; padding: 6px 10px; font-family: 'Barlow', sans-serif; font-weight: 600; font-size: 13px; cursor: pointer; color: var(--blue); outline: none; transition: background 0.2s; }
.select-control:hover { background: white; }
.btn-cart { background: var(--blue); color: white; border: none; border-radius: 8px; padding: 8px 14px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; display: flex; align-items: center; gap: 6px; transition: background 0.2s, transform 0.1s; position: relative; text-decoration: none; }
.btn-cart:hover { background: var(--blue-dark); transform: translateY(-1px); }
.cart-badge { background: var(--red); color: white; border-radius: 50%; width: 18px; height: 18px; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; position: absolute; top: -6px; right: -6px; }
.btn-login { background: white; color: var(--blue); border: 2px solid var(--blue); border-radius: 8px; padding: 6px 14px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; transition: all 0.2s; }
.btn-login:hover { background: var(--blue); color: white; }
.btn-user { background: rgba(255,255,255,0.7); color: var(--blue); border-radius: 8px; padding: 6px 12px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 13px; }
.btn-logout { background: transparent; color: var(--blue); border: none; font-size: 12px; cursor: pointer; text-decoration: underline; padding: 4px; }

.header-nav { background: var(--blue); }
.nav-inner { display: flex; align-items: center; max-width: 1400px; margin: 0 auto; padding: 0 24px; gap: 4px; overflow-x: auto; }
.nav-inner a { color: rgba(255,255,255,0.85); font-size: 13px; font-weight: 500; padding: 9px 14px; border-radius: 4px; transition: all 0.2s; white-space: nowrap; display: block; }
.nav-inner a:hover, .nav-inner a.active { background: rgba(255,255,255,0.15); color: white; }
.nav-inner a.active { color: var(--yellow); font-weight: 700; }

/* ── LAYOUT GENERAL ─────────────────────────────────────────── */
.page-wrap { max-width: 1400px; margin: 28px auto 40px; padding: 0 24px; }
.section-label { display: inline-flex; align-items: center; gap: 8px; background: var(--blue); color: white; font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; padding: 4px 14px; border-radius: 4px; margin-bottom: 8px; }
.section-title { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 22px; color: var(--gray-800); display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.section-title::after { content: ''; flex: 1; height: 2px; background: var(--gray-200); border-radius: 2px; }

/* ── BANNERS ────────────────────────────────────────────────── */
.banner-section { padding: 20px 24px 0; max-width: 1400px; margin: 0 auto; }
.banner-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 16px; }
.banner-main { background: linear-gradient(135deg, var(--blue) 0%, #0d3080 60%, #2563EB 100%); border-radius: var(--radius); padding: 36px 40px; color: white; position: relative; overflow: hidden; min-height: 160px; display: flex; flex-direction: column; justify-content: center; }
.banner-main::before { content: '🎁'; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); font-size: 80px; opacity: 0.3; }
.banner-main .tag { background: var(--yellow); color: var(--blue); font-weight: 800; font-size: 11px; padding: 3px 10px; border-radius: 20px; display: inline-block; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
.banner-main h2 { font-family: 'Nunito', sans-serif; font-size: 28px; font-weight: 900; line-height: 1.1; margin-bottom: 6px; }
.banner-main p { font-size: 13px; opacity: 0.8; }
.banner-side { display: flex; flex-direction: column; gap: 12px; }
.banner-mini { flex: 1; border-radius: var(--radius); padding: 16px 20px; color: white; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; display: flex; align-items: center; gap: 12px; }
.banner-mini.orange { background: linear-gradient(135deg, var(--orange), #e84700); }
.banner-mini.green  { background: linear-gradient(135deg, var(--green),  #1aad5a); }
.banner-mini .emoji { font-size: 28px; }
.banner-mini small  { font-weight: 400; font-size: 12px; display: block; }

/* ── PRODUCT CARDS ──────────────────────────────────────────── */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
.product-card { background: white; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; cursor: pointer; position: relative; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card-badge { position: absolute; top: 10px; left: 10px; z-index: 2; padding: 3px 9px; border-radius: 20px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }
.card-badge.nuevo   { background: var(--blue);     color: white; }
.card-badge.visto   { background: var(--gray-400); color: white; }
.card-badge.oferta  { background: var(--red);      color: white; }
.card-badge.digital { background: var(--green);    color: white; }
.card-fav { position: absolute; top: 8px; right: 10px; z-index: 2; background: white; border: none; border-radius: 50%; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 1px 6px rgba(0,0,0,0.12); font-size: 14px; transition: transform 0.2s; }
.card-fav:hover { transform: scale(1.15); }
.card-img-placeholder { width: 100%; aspect-ratio: 1/1; background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%); display: flex; align-items: center; justify-content: center; font-size: 52px; }
.card-img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.card-body { padding: 12px 12px 14px; flex: 1; display: flex; flex-direction: column; }
.card-category { font-size: 10px; font-weight: 600; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.card-title { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 14px; color: var(--gray-800); line-height: 1.3; margin-bottom: 8px; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-pricing { display: flex; align-items: baseline; gap: 6px; margin-bottom: 10px; }
.price-main { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 18px; color: var(--blue); }
.price-old  { font-size: 12px; color: var(--gray-400); text-decoration: line-through; }
.price-save { font-size: 11px; font-weight: 700; color: var(--green); }
.btn-add { background: var(--yellow); color: var(--blue); border: none; border-radius: 6px; padding: 8px; width: 100%; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 13px; cursor: pointer; transition: background 0.2s, transform 0.1s; display: flex; align-items: center; justify-content: center; gap: 6px; }
.btn-add:hover { background: var(--yellow-dark); transform: translateY(-1px); }

/* ── FILTROS DE CATEGORÍA ────────────────────────────────────── */
.filter-bar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.filter-tag { background: white; border: 2px solid var(--gray-200); border-radius: 30px; padding: 6px 16px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; transition: all 0.2s; color: var(--gray-600); }
.filter-tag:hover, .filter-tag.active { background: var(--blue); border-color: var(--blue); color: white; }
.filter-select { padding: 8px 14px; border: 2px solid var(--gray-200); border-radius: 8px; font-family: 'Barlow', sans-serif; font-size: 13px; outline: none; background: white; margin-left: auto; cursor: pointer; }
.filter-select:focus { border-color: var(--blue); }
.results-count { font-size: 13px; color: var(--gray-400); margin-bottom: 16px; }

/* ── PAGE HERO (cabecera de subpáginas) ─────────────────────── */
.page-hero { background: linear-gradient(135deg, var(--blue), #0d3080); color: white; padding: 36px 24px; text-align: center; margin-bottom: 0; }
.page-hero h1 { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 32px; margin-bottom: 8px; }
.page-hero p { opacity: 0.8; font-size: 15px; }

/* ── CARRITO ────────────────────────────────────────────────── */
.cart-layout { display: grid; grid-template-columns: 1fr 340px; gap: 24px; align-items: start; }
.cart-table { background: white; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.cart-table table { width: 100%; border-collapse: collapse; }
.cart-table th { background: var(--blue); color: white; padding: 12px 16px; text-align: left; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 13px; }
.cart-table td { padding: 14px 16px; border-bottom: 1px solid var(--gray-200); font-size: 14px; vertical-align: middle; }
.cart-table tr:last-child td { border-bottom: none; }
.cart-item-info { display: flex; align-items: center; gap: 12px; }
.cart-item-emoji { font-size: 30px; width: 44px; height: 44px; background: var(--gray-100); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cart-item-name { font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 14px; }
.cart-item-cat  { font-size: 11px; color: var(--gray-400); }
.qty-control { display: flex; align-items: center; gap: 6px; }
.qty-btn { background: var(--gray-100); border: 1px solid var(--gray-200); border-radius: 4px; width: 28px; height: 28px; cursor: pointer; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.qty-btn:hover { background: var(--blue); color: white; border-color: var(--blue); }
.qty-val { font-weight: 700; min-width: 24px; text-align: center; }
.btn-remove { background: none; border: none; color: var(--red); cursor: pointer; font-size: 18px; padding: 4px; transition: transform 0.2s; }
.btn-remove:hover { transform: scale(1.2); }
.empty-cart { text-align: center; padding: 60px 20px; }
.empty-cart .ec-icon { font-size: 64px; margin-bottom: 16px; opacity: 0.5; }
.empty-cart h3 { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 20px; color: var(--gray-600); margin-bottom: 8px; }
.empty-cart p { color: var(--gray-400); margin-bottom: 20px; }

.cart-summary { background: white; border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; position: sticky; top: 100px; }
.cart-summary h3 { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 18px; margin-bottom: 16px; }
.summary-row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; border-bottom: 1px solid var(--gray-200); }
.summary-row:last-of-type { border-bottom: none; }
.summary-total { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 22px; color: var(--blue); }
.btn-checkout { background: var(--blue); color: white; border: none; border-radius: 8px; padding: 14px; width: 100%; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; cursor: pointer; margin-top: 16px; transition: background 0.2s; }
.btn-checkout:hover { background: var(--blue-dark); }
.btn-continue { background: var(--yellow); color: var(--blue); border: none; border-radius: 8px; padding: 10px; width: 100%; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 13px; cursor: pointer; margin-top: 8px; transition: background 0.2s; text-align: center; display: block; }
.btn-continue:hover { background: var(--yellow-dark); }

/* ── LOGIN / REGISTRO ───────────────────────────────────────── */
.auth-page { min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 40px 24px; }
.auth-card { background: white; border-radius: 16px; box-shadow: var(--shadow-lg); padding: 40px; width: 100%; max-width: 420px; }
.auth-card .auth-logo { text-align: center; margin-bottom: 24px; }
.auth-card .auth-logo .logo-box { display: inline-block; font-size: 26px; }
.auth-card h2 { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 24px; text-align: center; margin-bottom: 6px; }
.auth-card .auth-sub { text-align: center; color: var(--gray-400); font-size: 14px; margin-bottom: 28px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; color: var(--gray-600); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input { width: 100%; padding: 11px 14px; border: 2px solid var(--gray-200); border-radius: 8px; font-family: 'Barlow', sans-serif; font-size: 14px; color: var(--gray-800); outline: none; transition: border-color 0.2s; background: var(--gray-50); }
.form-group input:focus { border-color: var(--blue); background: white; }
.btn-primary { background: var(--blue); color: white; border: none; border-radius: 8px; padding: 12px; width: 100%; font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; cursor: pointer; transition: background 0.2s; margin-top: 8px; }
.btn-primary:hover { background: var(--blue-dark); }
.auth-divider { text-align: center; margin: 20px 0; color: var(--gray-400); font-size: 13px; position: relative; }
.auth-divider::before, .auth-divider::after { content: ''; position: absolute; top: 50%; width: 40%; height: 1px; background: var(--gray-200); }
.auth-divider::before { left: 0; }
.auth-divider::after  { right: 0; }
.auth-link { text-align: center; font-size: 14px; color: var(--gray-600); margin-top: 16px; }
.auth-link a { color: var(--blue); font-weight: 700; }
.alert { padding: 12px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; margin-bottom: 16px; }
.alert-error   { background: #fef2f2; color: var(--red);   border: 1px solid #fecaca; }
.alert-success { background: #f0fdf4; color: #15803d;      border: 1px solid #bbf7d0; }

/* ── RASTREO ─────────────────────────────────────────────────── */
.rastreo-card { background: white; border-radius: var(--radius); box-shadow: var(--shadow); padding: 40px; max-width: 600px; margin: 0 auto; text-align: center; }
.rastreo-card h2 { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 26px; margin-bottom: 8px; }
.rastreo-card p  { color: var(--gray-400); margin-bottom: 28px; }
.rastreo-input-wrap { display: flex; gap: 10px; }
.rastreo-input-wrap input { flex: 1; padding: 12px 16px; border: 2px solid var(--gray-200); border-radius: 8px; font-family: 'Barlow', sans-serif; font-size: 14px; outline: none; transition: border-color 0.2s; }
.rastreo-input-wrap input:focus { border-color: var(--blue); }
.btn-rastrear { background: var(--blue); color: white; border: none; border-radius: 8px; padding: 12px 24px; font-family: 'Nunito', sans-serif; font-weight: 800; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.btn-rastrear:hover { background: var(--blue-dark); }

.tracking-result { margin-top: 32px; text-align: left; display: none; }
.tracking-result.visible { display: block; }
.tracking-steps { position: relative; padding: 20px 0; }
.tracking-step { display: flex; gap: 16px; margin-bottom: 24px; position: relative; }
.step-dot { width: 36px; height: 36px; border-radius: 50%; background: var(--gray-200); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 16px; position: relative; z-index: 1; }
.step-dot.done { background: var(--green); }
.step-dot.current { background: var(--blue); animation: pulse-blue 1.5s infinite; }
.tracking-step:not(:last-child) .step-dot::after { content: ''; position: absolute; top: 36px; left: 50%; transform: translateX(-50%); width: 2px; height: 28px; background: var(--gray-200); }
.tracking-step.done .step-dot::after { background: var(--green); }
.step-info h4 { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 15px; margin-bottom: 2px; }
.step-info p { font-size: 12px; color: var(--gray-400); }
@keyframes pulse-blue { 0%,100%{box-shadow:0 0 0 0 rgba(26,79,160,0.4)} 50%{box-shadow:0 0 0 8px rgba(26,79,160,0)} }

/* ── SERVICIOS DIGITALES / DHRU ─────────────────────────────── */
.dhru-panel { background: white; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.dhru-header { background: linear-gradient(90deg, var(--blue) 0%, #0d3585 100%); padding: 18px 24px; display: flex; align-items: center; gap: 12px; color: white; }
.dhru-header .icon-wrap { background: rgba(255,255,255,0.15); border-radius: 8px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.dhru-header h3 { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 18px; }
.dhru-header p { font-size: 12px; opacity: 0.7; margin-top: 2px; }
.status-pill { margin-left: auto; background: var(--green); color: white; padding: 4px 12px; border-radius: 20px; font-size: 11px; font-weight: 700; display: flex; align-items: center; gap: 5px; }
.status-dot { width: 6px; height: 6px; background: white; border-radius: 50%; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
.dhru-body { padding: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.dhru-config h4,.dhru-services h4,.dhru-logs h4 { font-family:'Nunito',sans-serif; font-weight:800; font-size:15px; margin-bottom:14px; color:var(--gray-800); display:flex; align-items:center; gap:8px; }
.service-dropdown-wrap { position: relative; margin-bottom: 12px; }
.service-dropdown-wrap select { width: 100%; padding: 10px 14px; border: 1.5px solid var(--gray-200); border-radius: 7px; font-family: 'Barlow', sans-serif; font-size: 13px; outline: none; background: var(--gray-50); cursor: pointer; appearance: none; transition: border-color 0.2s; }
.service-dropdown-wrap select:focus { border-color: var(--blue); }
.service-dropdown-wrap::after { content: '▾'; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); color: var(--gray-400); pointer-events: none; }
.service-detail-card { background: var(--gray-50); border: 1.5px solid var(--gray-200); border-radius: 8px; padding: 14px; display: none; }
.service-detail-card.visible { display: block; }
.detail-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px solid var(--gray-200); font-size: 13px; }
.detail-row:last-child { border-bottom: none; }
.detail-label { color: var(--gray-400); font-weight: 500; }
.detail-value { font-weight: 700; }
.detail-value.green { color: var(--green); }
.detail-value.blue  { color: var(--blue); }
.dhru-logs { grid-column: 1 / -1; }
.log-terminal { background: #0d1117; border-radius: 8px; padding: 16px; font-family: 'Courier New', monospace; font-size: 12px; line-height: 1.8; max-height: 160px; overflow-y: auto; color: #c9d1d9; }
.log-ok    { color: #56d364; }
.log-info  { color: #79c0ff; }
.log-warn  { color: #e3b341; }
.log-error { color: #f85149; }
.btn-fetch { background: var(--blue); color: white; border: none; border-radius: 7px; padding: 10px 20px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 14px; cursor: pointer; width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background 0.2s; margin-top: 6px; }
.btn-fetch:hover { background: var(--blue-dark); }

/* ── OFERTAS (banner especial) ──────────────────────────────── */
.offer-hero { background: linear-gradient(135deg, #c0392b, var(--red), #e74c3c); color: white; padding: 40px 24px; text-align: center; position: relative; overflow: hidden; }
.offer-hero::before { content: '🔥'; position: absolute; left: 5%; top: 50%; transform: translateY(-50%); font-size: 100px; opacity: 0.15; }
.offer-hero::after  { content: '🔥'; position: absolute; right: 5%; top: 50%; transform: translateY(-50%); font-size: 100px; opacity: 0.15; }
.offer-hero h1 { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 38px; margin-bottom: 8px; }
.offer-hero p  { opacity: 0.9; font-size: 16px; }
.offer-countdown { display: flex; justify-content: center; gap: 16px; margin-top: 20px; }
.countdown-box { background: rgba(255,255,255,0.2); backdrop-filter: blur(4px); border-radius: 10px; padding: 12px 20px; text-align: center; }
.countdown-box .num { font-family: 'Nunito', sans-serif; font-weight: 900; font-size: 32px; display: block; }
.countdown-box .lbl { font-size: 11px; opacity: 0.8; text-transform: uppercase; letter-spacing: 1px; }

/* ── FOOTER ─────────────────────────────────────────────────── */
.site-footer { background: var(--blue); color: rgba(255,255,255,0.8); margin-top: 40px; }
.footer-inner { max-width: 1400px; margin: 0 auto; padding: 40px 24px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
.footer-col .footer-logo .logo-box { display: inline-block; margin-bottom: 12px; font-family:'Nunito',sans-serif; font-weight:900; font-size:22px; background:rgba(255,255,255,0.15); color:var(--yellow); padding:4px 12px; border-radius:6px; }
.footer-col p { font-size: 13px; opacity: 0.7; line-height: 1.6; }
.footer-col h4 { font-family: 'Nunito', sans-serif; font-weight: 800; font-size: 14px; color: white; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col a { display: block; font-size: 13px; margin-bottom: 8px; opacity: 0.7; transition: opacity 0.2s; }
.footer-col a:hover { opacity: 1; color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 16px 24px; text-align: center; font-size: 13px; }
.footer-bottom span { color: var(--yellow); font-weight: 700; }

/* ── TOAST ──────────────────────────────────────────────────── */
#gsmlatam-toast { position: fixed; bottom: 24px; right: 24px; background: var(--blue); color: white; padding: 12px 20px; border-radius: 8px; font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 14px; z-index: 9999; box-shadow: var(--shadow-lg); transition: opacity 0.3s, transform 0.3s; opacity: 0; transform: translateY(10px); pointer-events: none; }
#gsmlatam-toast.show { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .banner-grid  { grid-template-columns: 1fr; }
  .dhru-body    { grid-template-columns: 1fr; }
  .dhru-logs    { grid-column: 1; }
  .cart-layout  { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
}
@media (max-width: 700px) {
  .header-top          { flex-wrap: wrap; }
  .search-wrap         { order: 3; flex-basis: 100%; max-width: 100%; }
  .header-controls .select-control { display: none; }
  .products-grid       { grid-template-columns: repeat(2, 1fr); }
  .footer-inner        { grid-template-columns: 1fr; }
  .banner-main h2      { font-size: 22px; }
  .auth-card           { padding: 28px 20px; }
  .offer-hero h1       { font-size: 28px; }
  .cart-table          { overflow-x: auto; display: block; }
}
