:root {
  --bg: #ffffff; --bg-soft: #f7f7f5; --bg-dark: #0e1116;
  --ink: #0e1116; --ink-dim: #4a5159; --ink-mute: #8a9099;
  --border: #e6e4df; --border-dark: #1f242c;
  --brand: #d72631; --brand-dark: #a31d26;
  --accent: #f5a623; --success: #16a34a;
  --display: 'Bricolage Grotesque', serif;
  --body: 'Inter Tight', sans-serif;
  --mono: 'JetBrains Mono', monospace;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--body); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }

.topbar { background: var(--bg-dark); color: #d8dde3; font-size: 13px; padding: 10px 0; }
.topbar-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topbar-info { display: flex; gap: 24px; flex-wrap: wrap; }
.topbar-info span { display: flex; align-items: center; gap: 6px; }
.topbar-social { display: flex; gap: 14px; font-family: var(--mono); font-size: 12px; }
.topbar-social a:hover { color: var(--brand); }

header { background: rgba(255,255,255,0.95); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(12px); }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 18px 32px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo { display: flex; align-items: center; }
.logo-img { height: 44px; width: auto; display: block; }
.logo-img-footer { height: 60px; width: auto; display: block; filter: brightness(0) invert(1); opacity: 0.95; }
nav ul { display: flex; list-style: none; gap: 24px; }
nav a { color: var(--ink-dim); font-weight: 500; font-size: 14px; transition: color 0.2s; padding-bottom: 4px; }
nav a:hover { color: var(--brand); }
nav a.active { color: var(--brand); border-bottom: 2px solid var(--brand); }
.header-cta { background: var(--success); color: white; padding: 12px 18px; border-radius: 6px; font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; }
.header-cta:hover { background: #128a3d; transform: translateY(-1px); }

.breadcrumb { background: var(--bg-soft); padding: 16px 0; border-bottom: 1px solid var(--border); font-size: 13px; color: var(--ink-mute); }
.breadcrumb-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px; display: flex; gap: 8px; align-items: center; font-family: var(--mono); }
.breadcrumb a { color: var(--ink-dim); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--brand); }
.breadcrumb span { color: var(--ink-mute); }

.hero { padding: 80px 0 90px; background: linear-gradient(180deg, #fafaf8 0%, #ffffff 100%); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -200px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(215,38,49,0.06), transparent 70%); pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; position: relative; }
.hero-inner.single { grid-template-columns: 1fr; max-width: 880px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(215,38,49,0.08); color: var(--brand); padding: 8px 14px; border-radius: 100px; font-family: var(--mono); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 24px; }
.hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--brand); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
h1 { font-family: var(--display); font-size: clamp(36px, 5vw, 60px); font-weight: 600; line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 20px; }
h1 .underline { color: var(--brand); }
.hero-tag { font-family: var(--display); font-size: 17px; color: var(--ink-dim); font-weight: 500; margin-bottom: 24px; font-style: italic; }
.hero-sub { font-size: 18px; color: var(--ink-dim); margin-bottom: 36px; max-width: 580px; line-height: 1.55; }
.hero-actions { display: flex; gap: 14px; margin-bottom: 48px; flex-wrap: wrap; }

.btn { padding: 16px 26px; border-radius: 8px; font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 10px; transition: all 0.2s; border: none; cursor: pointer; }
.btn-primary { background: var(--ink); color: white; }
.btn-primary:hover { background: var(--brand); transform: translateY(-2px); }
.btn-whatsapp { background: var(--success); color: white; }
.btn-whatsapp:hover { background: #128a3d; transform: translateY(-2px); }
.btn-ghost { background: white; color: var(--ink); border: 1px solid var(--border); }
.btn-ghost:hover { border-color: var(--ink); }

.trust-row { display: flex; gap: 28px; flex-wrap: wrap; padding-top: 32px; border-top: 1px solid var(--border); }
.trust-item { display: flex; flex-direction: column; }
.trust-num { font-family: var(--display); font-size: 28px; font-weight: 600; color: var(--ink); line-height: 1; letter-spacing: -0.02em; }
.trust-label { font-size: 12px; color: var(--ink-mute); font-family: var(--mono); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 6px; }

.hero-visual { position: relative; aspect-ratio: 1; background: var(--bg-dark); border-radius: 16px; padding: 32px; color: white; overflow: hidden; }
.hero-visual::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 24px 24px; pointer-events: none; }
.diagnostic-card { position: relative; height: 100%; display: flex; flex-direction: column; }
.diag-header { display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 11px; color: #8a9099; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 24px; }
.diag-live { display: flex; align-items: center; gap: 6px; color: var(--success); }
.diag-live::before { content: ''; width: 6px; height: 6px; background: var(--success); border-radius: 50%; animation: pulse 1.5s infinite; }
.diag-board { font-family: var(--display); font-size: 22px; font-weight: 500; margin-bottom: 4px; }
.diag-model { font-family: var(--mono); font-size: 12px; color: var(--ink-mute); margin-bottom: 28px; }
.diag-checks { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.diag-check { display: flex; justify-content: space-between; align-items: center; padding: 11px 16px; background: rgba(255,255,255,0.04); border-left: 2px solid var(--success); border-radius: 4px; font-family: var(--mono); font-size: 12px; }
.diag-check.warn { border-color: var(--accent); }
.diag-check.fail { border-color: var(--brand); }
.diag-check-name { color: #d8dde3; }
.diag-check-val { color: var(--success); font-weight: 600; }
.warn .diag-check-val { color: var(--accent); }
.fail .diag-check-val { color: var(--brand); }
.diag-footer { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); font-family: var(--mono); font-size: 11px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.08em; }
.diag-result { color: var(--accent); font-weight: 600; margin-top: 4px; font-size: 13px; }

section.block { padding: 90px 0; }
section.block.alt { background: var(--bg-soft); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; gap: 32px; }
.section-eyebrow { font-family: var(--mono); font-size: 12px; color: var(--brand); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; font-weight: 600; }
h2 { font-family: var(--display); font-size: clamp(30px, 4vw, 46px); font-weight: 600; line-height: 1.05; letter-spacing: -0.03em; max-width: 760px; }
.section-cta { color: var(--ink); font-weight: 600; font-size: 14px; white-space: nowrap; border-bottom: 2px solid var(--ink); padding-bottom: 4px; }
.section-cta:hover { color: var(--brand); border-color: var(--brand); }
.section-intro { font-size: 17px; color: var(--ink-dim); max-width: 680px; line-height: 1.55; margin-top: 16px; }

.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pillar { background: white; border-radius: 16px; padding: 36px; border: 1px solid var(--border); position: relative; overflow: hidden; transition: all 0.3s; }
.pillar:hover { transform: translateY(-4px); border-color: var(--ink); box-shadow: 0 20px 50px -20px rgba(0,0,0,0.15); }
.pillar.featured { background: var(--ink); color: white; border-color: var(--ink); }
.pillar.featured::after { content: 'PRINCIPAL'; position: absolute; top: 16px; right: 16px; background: var(--brand); color: white; font-family: var(--mono); font-size: 10px; font-weight: 700; padding: 4px 8px; border-radius: 4px; letter-spacing: 0.08em; }
.pillar-icon { width: 56px; height: 56px; background: var(--bg-soft); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; font-family: var(--mono); font-weight: 700; color: var(--brand); font-size: 22px; }
.pillar.featured .pillar-icon { background: rgba(215,38,49,0.15); color: var(--brand); }
.pillar h3 { font-family: var(--display); font-size: 24px; font-weight: 600; margin-bottom: 12px; letter-spacing: -0.02em; }
.pillar p { font-size: 15px; line-height: 1.6; margin-bottom: 20px; color: var(--ink-dim); }
.pillar.featured p { color: #b8bdc4; }
.pillar-list { list-style: none; margin-bottom: 24px; }
.pillar-list li { padding: 7px 0; font-size: 14px; display: flex; align-items: center; gap: 10px; color: var(--ink-dim); border-bottom: 1px solid var(--border); }
.pillar.featured .pillar-list li { color: #d8dde3; border-color: rgba(255,255,255,0.08); }
.pillar-list li::before { content: '→'; color: var(--brand); font-weight: 700; }
.pillar-cta { font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 8px; color: var(--ink); border-bottom: 2px solid var(--ink); padding-bottom: 3px; }
.pillar.featured .pillar-cta { color: white; border-color: white; }
.pillar-cta:hover { color: var(--brand); border-color: var(--brand); }

.catalog-banner { background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); color: white; padding: 32px 40px; border-radius: 16px; margin-bottom: 40px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.catalog-banner-text h3 { font-family: var(--display); font-size: 26px; font-weight: 600; margin-bottom: 6px; letter-spacing: -0.02em; }
.catalog-banner-text p { color: rgba(255,255,255,0.9); font-size: 15px; }
.catalog-banner .btn { background: white; color: var(--brand); }
.catalog-banner .btn:hover { background: var(--ink); color: white; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-grid .product { background: white; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: all 0.3s; display: flex; flex-direction: column; }
.product-grid .product:hover { transform: translateY(-4px); border-color: var(--ink); box-shadow: 0 16px 40px -16px rgba(0,0,0,0.15); }
.product-header { padding: 20px 24px 16px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.product-brand { font-family: var(--display); font-size: 14px; font-weight: 600; color: var(--ink-dim); text-transform: uppercase; letter-spacing: 0.04em; }
.product-cat { font-family: var(--mono); font-size: 10px; color: white; background: var(--brand); padding: 3px 8px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; white-space: nowrap; }
.product-cat.gaming { background: var(--accent); }
.product-cat.budget { background: var(--success); }
.product-cat.aio { background: #6366f1; }
.product-cat.workstation { background: #0e1116; }
.product-cat.apple { background: #525252; }
.product-cat.touch { background: #2da6e0; }
.product-cat.desktop { background: #8b5cf6; }
.product-body { padding: 20px 24px; flex: 1; display: flex; flex-direction: column; }
.product-sku { font-family: var(--mono); font-size: 11px; color: var(--ink-mute); margin-bottom: 8px; letter-spacing: 0.04em; }
.product-name { font-family: var(--display); font-size: 19px; font-weight: 600; line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.02em; }
.product-specs { list-style: none; margin-bottom: 20px; }
.product-specs li { font-family: var(--mono); font-size: 12px; color: var(--ink-dim); padding: 5px 0; display: flex; gap: 8px; align-items: center; }
.product-specs li::before { content: '▸'; color: var(--brand); font-weight: 700; flex-shrink: 0; }
.product-footer { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.product-price { font-family: var(--display); font-size: 22px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; line-height: 1; }
.product-price small { font-size: 13px; color: var(--ink-mute); font-weight: 500; letter-spacing: 0.04em; }
.product-cta { background: var(--success); color: white; padding: 10px 14px; border-radius: 6px; font-weight: 600; font-size: 13px; transition: all 0.2s; white-space: nowrap; }
.product-cta:hover { background: #128a3d; transform: translateY(-1px); }
.product-note { font-family: var(--mono); font-size: 11px; color: var(--ink-mute); text-align: center; margin-top: 20px; letter-spacing: 0.04em; }

.repair-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.repair-card { background: white; padding: 32px; border-radius: 12px; border: 1px solid var(--border); transition: all 0.3s; position: relative; overflow: hidden; }
.repair-card.dark { background: var(--ink); color: white; border-color: var(--ink); }
.repair-card.dark h3, .repair-card.dark .repair-num { color: white; }
.repair-card.dark .repair-num { color: var(--brand); }
.repair-card.dark .repair-desc { color: #b8bdc4; }
.repair-card.dark .tag { background: rgba(255,255,255,0.05); color: #d8dde3; border-color: rgba(255,255,255,0.1); }
.repair-card:hover { transform: translateY(-4px); border-color: var(--ink); box-shadow: 0 16px 40px -16px rgba(0,0,0,0.15); }
.repair-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.repair-card:hover::before { transform: scaleX(1); }
.repair-num { font-family: var(--mono); font-size: 12px; color: var(--brand); font-weight: 600; margin-bottom: 18px; letter-spacing: 0.05em; }
.repair-icon-big { font-size: 32px; margin-bottom: 16px; line-height: 1; }
.repair-title { font-family: var(--display); font-size: 22px; font-weight: 600; margin-bottom: 12px; letter-spacing: -0.02em; }
.repair-desc { color: var(--ink-dim); font-size: 14px; margin-bottom: 18px; line-height: 1.6; }
.repair-price { font-family: var(--mono); font-size: 12px; color: var(--ink-mute); border-top: 1px dashed var(--border); padding-top: 14px; margin-top: 14px; text-transform: uppercase; letter-spacing: 0.06em; }
.repair-price strong { color: var(--brand); font-weight: 700; }
.repair-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { font-family: var(--mono); font-size: 11px; color: var(--ink-dim); background: var(--bg-soft); border: 1px solid var(--border); padding: 4px 10px; border-radius: 4px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; position: relative; }
.step { padding: 32px 24px 32px 0; position: relative; }
.step:not(:last-child)::after { content: ''; position: absolute; top: 56px; right: 0; width: 1px; height: calc(100% - 80px); background: var(--border); }
.step-circle { width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: white; display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 18px; font-weight: 600; margin-bottom: 20px; }
.step-title { font-family: var(--display); font-size: 19px; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.02em; }
.step-desc { color: var(--ink-dim); font-size: 14px; line-height: 1.6; }

.warranty-block { background: var(--ink); color: white; padding: 80px 0; }
.warranty-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.warranty-badge { display: inline-block; font-family: var(--mono); font-size: 12px; color: var(--brand); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; font-weight: 600; }
.warranty-block h2 { color: white; }
.warranty-text { color: #b8bdc4; font-size: 17px; margin-top: 20px; max-width: 500px; line-height: 1.6; }
.warranty-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.1); border-radius: 12px; overflow: hidden; }
.wstat { background: var(--ink); padding: 28px; }
.wstat-num { font-family: var(--display); font-size: 48px; font-weight: 600; color: var(--brand); line-height: 1; letter-spacing: -0.03em; }
.wstat-num small { font-size: 20px; color: white; font-weight: 500; }
.wstat-label { font-family: var(--mono); font-size: 11px; color: #b8bdc4; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 10px; }

.brands { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; background: white; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.brand-cell { padding: 32px 20px; text-align: center; font-family: var(--display); font-size: 20px; font-weight: 600; color: var(--ink-dim); border-right: 1px solid var(--border); transition: all 0.25s; letter-spacing: -0.01em; }
.brand-cell:last-child { border-right: none; }
.brand-cell:hover { color: var(--brand); background: var(--bg-soft); }

.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.related-card { background: white; border: 1px solid var(--border); border-radius: 10px; padding: 24px; transition: all 0.25s; display: block; }
.related-card:hover { border-color: var(--ink); transform: translateY(-2px); box-shadow: 0 8px 24px -8px rgba(0,0,0,0.1); }
.related-eyebrow { font-family: var(--mono); font-size: 11px; color: var(--brand); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin-bottom: 8px; }
.related-title { font-family: var(--display); font-size: 19px; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.02em; }
.related-desc { font-size: 14px; color: var(--ink-dim); line-height: 1.5; margin-bottom: 12px; }
.related-arrow { font-family: var(--mono); font-size: 12px; color: var(--ink); font-weight: 600; }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { padding: 28px; background: white; border: 1px solid var(--border); border-radius: 12px; }
.why-check { width: 32px; height: 32px; background: rgba(22,163,74,0.1); color: var(--success); border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.why-card h4 { font-family: var(--display); font-size: 19px; font-weight: 600; margin-bottom: 10px; letter-spacing: -0.02em; }
.why-card p { color: var(--ink-dim); font-size: 14px; line-height: 1.6; }

.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; }
.contact-card { background: white; border: 1px solid var(--border); border-radius: 12px; padding: 36px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.contact-item:last-child { border-bottom: none; }
.contact-icon { width: 44px; height: 44px; background: var(--bg-soft); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px; }
.contact-label { font-family: var(--mono); font-size: 11px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.contact-val { font-size: 16px; font-weight: 600; color: var(--ink); }
.contact-val a:hover { color: var(--brand); }
.contact-val-sm { font-size: 14px; font-weight: 400; line-height: 1.6; color: var(--ink-dim); }
.social-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 4px; }
.social-row a { font-weight: 600; color: var(--ink); }
.social-row a:hover { color: var(--brand); }

.cta-banner { background: var(--brand); color: white; padding: 60px 0; text-align: center; }
.cta-banner h2 { color: white; margin: 0 auto 16px; max-width: 720px; }
.cta-banner p { color: rgba(255,255,255,0.85); font-size: 18px; max-width: 580px; margin: 0 auto 32px; }
.cta-banner-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-banner .btn-whatsapp { background: white; color: var(--brand); }
.cta-banner .btn-whatsapp:hover { background: var(--ink); color: white; }
.cta-banner .btn-ghost { background: transparent; color: white; border-color: rgba(255,255,255,0.4); }
.cta-banner .btn-ghost:hover { background: white; color: var(--brand); }

.service-area { padding: 30px 0; background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; }
.service-area p { color: var(--ink-dim); font-family: var(--mono); font-size: 13px; letter-spacing: 0.05em; }
.service-area strong { color: var(--ink); font-weight: 600; }

footer { background: var(--bg-dark); color: #b8bdc4; padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand-block { max-width: 380px; }
.footer-brand-block .logo { margin-bottom: 20px; }
.footer-desc { color: #8a9099; font-size: 14px; line-height: 1.6; margin-bottom: 24px; }
.footer-col h4 { font-family: var(--display); font-size: 14px; font-weight: 600; color: white; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 20px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col a { color: #b8bdc4; font-size: 14px; transition: color 0.2s; }
.footer-col a:hover { color: var(--brand); }
.footer-bottom { border-top: 1px solid var(--border-dark); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 12px; color: #6a7079; gap: 16px; flex-wrap: wrap; }

.float-wa { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: var(--success); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 8px 24px -4px rgba(22,163,74,0.5); z-index: 99; transition: all 0.2s; }
.float-wa:hover { transform: scale(1.1); }

@media (max-width: 960px) {
  .container { padding: 0 20px; }
  .topbar-inner { padding: 0 20px; flex-direction: column; gap: 8px; }
  .header-inner { padding: 14px 20px; gap: 12px; }
  .logo-img { height: 36px; }
  nav { display: none; }
  .breadcrumb-inner { padding: 0 20px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero { padding: 48px 0 60px; }
  .pillar-grid, .repair-grid, .why-grid, .product-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .step:not(:last-child)::after { display: none; }
  .warranty-inner { grid-template-columns: 1fr; gap: 40px; }
  .brands { grid-template-columns: repeat(3, 1fr); }
  .brand-cell:nth-child(3n) { border-right: none; }
  .brand-cell:nth-child(-n+3) { border-bottom: 1px solid var(--border); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section-head { flex-direction: column; align-items: flex-start; }
  section.block { padding: 56px 0; }
  h2 { font-size: 30px; }
  .warranty-stats { grid-template-columns: 1fr; }
  .catalog-banner { padding: 24px; flex-direction: column; align-items: flex-start; text-align: left; }
}

/* ======= SHIPPING PROCESS & BRANCHES ======= */
.ship-process { display: flex; flex-direction: column; gap: 20px; }
.ship-step { background: white; border: 1px solid var(--border); border-radius: 16px; padding: 32px; display: grid; grid-template-columns: 80px 1fr; gap: 28px; align-items: flex-start; transition: all 0.25s; }
.ship-step:hover { border-color: var(--ink); box-shadow: 0 16px 40px -16px rgba(0,0,0,0.1); }
.ship-step-num { width: 64px; height: 64px; border-radius: 50%; background: var(--brand); color: white; display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 28px; font-weight: 700; flex-shrink: 0; }
.ship-step-content h3 { font-family: var(--display); font-size: 22px; font-weight: 600; margin-bottom: 10px; letter-spacing: -0.02em; }
.ship-step-content p { color: var(--ink-dim); font-size: 15px; line-height: 1.65; margin-bottom: 8px; }
.ship-step-content p:last-child { margin-bottom: 0; }
.ship-step-content a { color: var(--brand); font-weight: 600; }
.ship-step-content a:hover { text-decoration: underline; }

.branch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.branch-card { background: white; border: 1px solid var(--border); border-radius: 10px; padding: 18px 20px; transition: all 0.25s; }
.branch-card:hover { border-color: var(--brand); transform: translateY(-2px); }
.branch-city { font-family: var(--display); font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 4px; letter-spacing: -0.01em; }
.branch-addr { font-family: var(--mono); font-size: 12px; color: var(--ink-dim); line-height: 1.45; }

.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.faq-item { background: white; border: 1px solid var(--border); border-radius: 12px; padding: 24px 28px; transition: all 0.25s; }
.faq-item:hover { border-color: var(--ink); }
.faq-item h4 { font-family: var(--display); font-size: 17px; font-weight: 600; line-height: 1.3; margin-bottom: 10px; letter-spacing: -0.01em; color: var(--ink); }
.faq-item p { color: var(--ink-dim); font-size: 14px; line-height: 1.6; }
.faq-item strong { color: var(--ink); }

/* ======= $50 CREDIT CALLOUT ======= */
.credit-callout { background: linear-gradient(135deg, #16a34a 0%, #15803d 100%); color: white; border-radius: 16px; padding: 32px 40px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.credit-callout-text { flex: 1; min-width: 280px; }
.credit-callout-badge { display: inline-block; background: rgba(255,255,255,0.2); padding: 4px 12px; border-radius: 100px; font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; margin-bottom: 12px; }
.credit-callout h3 { font-family: var(--display); font-size: 24px; font-weight: 600; margin-bottom: 6px; letter-spacing: -0.02em; }
.credit-callout p { color: rgba(255,255,255,0.92); font-size: 15px; line-height: 1.5; }

/* ======= DEPARTMENT BADGE ======= */
.dept-badge { background: rgba(215,38,49,0.08); color: var(--brand); padding: 10px 18px; border-radius: 8px; font-family: var(--mono); font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; letter-spacing: 0.04em; }

@media (max-width: 960px) {
  .ship-step { grid-template-columns: 56px 1fr; gap: 18px; padding: 24px; }
  .ship-step-num { width: 56px; height: 56px; font-size: 22px; }
  .branch-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .credit-callout { padding: 24px; }
}

/* cart icon (svg) 2026-08-25 */
.ni-cart svg,.ni-mm-cart svg{width:22px;height:22px;fill:currentColor;vertical-align:middle;display:inline-block}

/* header search 2026-08-25 */
.ni-search{display:flex;align-items:center;border:1px solid rgba(0,0,0,.15);border-radius:999px;background:#fff;height:40px;overflow:hidden;width:280px;max-width:100%}
.ni-search input[type=search]{flex:1;border:0;outline:0;background:transparent;padding:0 14px;font-size:14px;min-width:0}
.ni-search button{border:0;background:transparent;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:inherit}
.ni-search button svg{width:20px;height:20px;fill:currentColor}
.ni-header-actions{display:flex;align-items:center;gap:12px}
.ni-mm-search{padding:12px 20px 0}
.ni-mm-search .ni-search{width:100%}
@media (max-width:1100px){.ni-header-actions .ni-search{display:none}}

/* category tiles 2026-08-25 */
.ni-cats{margin:0 0 28px}
.ni-cats-inner{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.ni-cat{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:14px 10px;transition:transform .15s,box-shadow .15s}
.ni-cat:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08)}
.ni-cat-img{width:96px;height:96px;display:flex;align-items:center;justify-content:center;margin-bottom:10px}
.ni-cat-img img{max-width:100%;max-height:100%;object-fit:contain}
.ni-cat-ph{background:#f3f4f6;border-radius:12px}
.ni-cat-name{font-weight:600;font-size:15px;line-height:1.2}
.ni-cat-count{font-size:12px;opacity:.65;margin-top:4px}
@media (max-width:1100px){.ni-cats-inner{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:600px){.ni-cats-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.ni-cat-img{width:72px;height:72px}}

/* nav align + badge, cats grid v2 2026-08-25 */
nav ul{align-items:center}
nav a{display:inline-flex;align-items:center;line-height:1.2}
.ni-cats-inner{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}
@media (min-width:1101px){.ni-cats-inner{grid-template-columns:repeat(9,minmax(0,1fr))}.ni-cat-img{width:80px;height:80px}.ni-cat-name{font-size:14px}}

nav ul{margin:0;padding:0}

/* 2026-09-03: el boton de telefono del banner era rojo sobre rojo */
.cta-banner .btn-ghost{background:#fff;color:var(--brand);border-color:#fff}
.cta-banner .btn-ghost:hover{background:var(--ink);color:#fff;border-color:var(--ink)}
