/* cheda — sitio institucional (F5). Extensión de marketing sobre el framework EBCGG. Cero inline. */
:root { --cs-max: 1120px; }
body { margin: 0; font-family: var(--eb-font, 'DM Sans', system-ui, sans-serif); color: var(--eb-text, #1f2937); background: #fff; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
a { color: inherit; }
img { max-width: 100%; }
.cs-container { max-width: var(--cs-max); margin: 0 auto; padding: 0 24px; }

/* Nav */
.cs-nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); backdrop-filter: saturate(180%) blur(8px); border-bottom: 1px solid var(--eb-border, #e2eae2); }
.cs-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.cs-brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.cs-logo-mark { flex: 0 0 auto; display: block; }
.cs-brand-text { display: flex; flex-direction: column; font-weight: 800; font-size: 22px; line-height: 1.05; letter-spacing: .01em; color: var(--eb-primary, #2b6e2b); }
.cs-brand small { display: block; font-size: 10px; font-weight: 500; color: var(--eb-text-3, #6b7280); letter-spacing: .04em; text-transform: uppercase; margin-top: 2px; }
.cs-nav-links { display: flex; align-items: center; gap: 26px; }
.cs-nav-links a { color: var(--eb-text-2, #374151); text-decoration: none; font-size: 15px; font-weight: 500; }
.cs-nav-links a:hover { color: var(--eb-primary, #2b6e2b); }
.cs-nav-links a.cs-btn-solid, .cs-nav-links a.cs-btn-solid:hover { color: #fff; }
@media (max-width: 720px) { .cs-nav-links .cs-hide-sm { display: none; } }

/* Hero */
.cs-hero { background: linear-gradient(160deg, #235c23 0%, var(--eb-primary, #2b6e2b) 55%, #2f7a2f 100%); color: #fff; padding: 84px 0 110px; position: relative; overflow: hidden; }
.cs-hero::after { content: ""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,255,255,.06); }
.cs-hero-inner { position: relative; z-index: 2; }
.cs-hero-deco { position: absolute; right: 4%; top: 50%; transform: translateY(-50%); width: 340px; height: 340px; opacity: .1; z-index: 1; pointer-events: none; }
@media (max-width: 960px) { .cs-hero-deco { display: none; } }
.cs-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--eb-accent, #c9a84c); background: rgba(0,0,0,.14); padding: 6px 14px; border-radius: 999px; }
.cs-hero h1 { font-size: 46px; line-height: 1.08; margin: 18px 0 16px; max-width: 720px; font-weight: 800; }
.cs-hero p { font-size: 19px; line-height: 1.55; max-width: 620px; color: rgba(255,255,255,.92); margin: 0 0 30px; }
.cs-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 640px) { .cs-hero h1 { font-size: 34px; } .cs-hero p { font-size: 17px; } }

/* Botones del sitio (variantes de marketing, más grandes que el back-office) */
.cs-btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 26px; font-size: 16px; font-weight: 600; border-radius: var(--eb-radius-lg, 12px); text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: transform .12s, box-shadow .12s, background .15s; }
.cs-btn-primary { background: #fff; color: var(--eb-primary, #2b6e2b); }
.cs-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.cs-btn-ghost { border-color: rgba(255,255,255,.6); color: #fff; }
.cs-btn-ghost:hover { background: rgba(255,255,255,.12); }
.cs-btn-solid { background: var(--eb-primary, #2b6e2b); color: #fff; }
.cs-btn-solid:hover { background: var(--eb-primary-hover, #166534); }
.cs-btn-sm { padding: 8px 16px; font-size: 14px; border-radius: 9px; }
.cs-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* Secciones */
.cs-section { padding: 76px 0; }
.cs-section-alt { background: var(--eb-bg, #f8faf8); }
.cs-section-head { text-align: center; max-width: 680px; margin: 0 auto 46px; }
.cs-section-head h2 { font-size: 32px; font-weight: 800; margin: 0 0 12px; color: var(--eb-text, #1f2937); }
.cs-section-head p { font-size: 17px; color: var(--eb-text-2, #4b5563); line-height: 1.6; margin: 0; }
.cs-kicker { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--eb-primary, #2b6e2b); margin-bottom: 10px; display: block; }

/* Grids */
.cs-grid { display: grid; gap: 22px; }
.cs-grid-3 { grid-template-columns: repeat(3, 1fr); }
.cs-grid-4 { grid-template-columns: repeat(4, 1fr); }
.cs-grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .cs-grid-3, .cs-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cs-grid-3, .cs-grid-4, .cs-grid-2 { grid-template-columns: 1fr; } }

/* Cards del sitio */
.cs-card { background: #fff; border: 1px solid var(--eb-border, #e2eae2); border-radius: 16px; padding: 26px; box-shadow: var(--eb-shadow-sm, 0 1px 3px rgba(0,0,0,.05)); }
.cs-card-num { width: 40px; height: 40px; border-radius: 12px; background: var(--eb-primary, #2b6e2b); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; margin-bottom: 16px; }
.cs-card h3 { font-size: 18px; margin: 0 0 8px; color: var(--eb-text, #1f2937); }
.cs-card p { font-size: 15px; color: var(--eb-text-2, #4b5563); line-height: 1.55; margin: 0; }
.cs-cat { text-align: center; transition: transform .12s, box-shadow .12s; }
.cs-cat:hover { transform: translateY(-3px); box-shadow: var(--eb-shadow-md, 0 4px 12px rgba(0,0,0,.08)); }
.cs-cat-ico { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; margin-bottom: 14px; border-radius: 16px; background: #eaf3ea; color: var(--eb-primary, #2b6e2b); }
.cs-feature { display: flex; gap: 14px; align-items: flex-start; }
.cs-feature .cs-dot { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 8px; background: #eaf3ea; color: var(--eb-primary, #2b6e2b); display: flex; align-items: center; justify-content: center; font-weight: 800; margin-top: 2px; }

/* Contacto */
.cs-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 820px) { .cs-contact { grid-template-columns: 1fr; } }
.cs-form label { display: block; font-size: 13px; font-weight: 600; color: var(--eb-text-2, #374151); margin: 12px 0 6px; }
.cs-input { width: 100%; box-sizing: border-box; padding: 11px 13px; font-size: 15px; font-family: inherit; border: 1px solid var(--eb-border, #cbd5cf); border-radius: 10px; background: #fff; color: var(--eb-text, #111827); }
.cs-input:focus { outline: none; border-color: var(--eb-primary, #2b6e2b); box-shadow: 0 0 0 3px rgba(43,110,43,.12); }
textarea.cs-input { min-height: 120px; resize: vertical; }

/* Footer */
.cs-footer { background: #12240f; color: #cdd6cd; padding: 54px 0 30px; font-size: 14px; }
.cs-footer a { color: #cdd6cd; text-decoration: none; }
.cs-footer a:hover { color: #fff; }
.cs-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; margin-bottom: 34px; }
@media (max-width: 700px) { .cs-footer-grid { grid-template-columns: 1fr; } }
.cs-footer h4 { color: #fff; font-size: 14px; margin: 0 0 12px; text-transform: uppercase; letter-spacing: .06em; }
.cs-footer ul { list-style: none; padding: 0; margin: 0; line-height: 2; }
.cs-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; color: #93a293; font-size: 13px; }
.cs-muted { color: var(--eb-text-3, #6b7280); }
.cs-brand-footer { margin-bottom: 12px; }
.cs-brand-footer .cs-brand-text { color: #fff; font-size: 20px; }

/* Banda de números — card elevada que puentea hero y contenido */
.cs-stats-wrap { position: relative; z-index: 3; }
.cs-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: -56px; padding: 30px 20px; box-shadow: var(--eb-shadow-md, 0 10px 30px rgba(18,36,15,.12)); }
.cs-stat { text-align: center; padding: 6px 12px; position: relative; }
.cs-stat + .cs-stat::before { content: ""; position: absolute; left: 0; top: 12%; height: 76%; width: 1px; background: var(--eb-border, #e2eae2); }
.cs-stat-num { display: block; font-size: 30px; font-weight: 800; line-height: 1.1; color: var(--eb-primary, #2b6e2b); letter-spacing: -.01em; }
.cs-stat-lbl { display: block; margin-top: 6px; font-size: 13px; font-weight: 500; color: var(--eb-text-2, #4b5563); line-height: 1.35; }
@media (max-width: 720px) { .cs-stats { grid-template-columns: repeat(2, 1fr); gap: 0; row-gap: 22px; margin-top: -46px; } .cs-stat:nth-child(odd)::before { display: none; } .cs-stat-num { font-size: 26px; } }

/* Ruta de embarque Shenzhen → Buenos Aires */
.cs-route { display: flex; align-items: flex-start; justify-content: center; gap: 8px; margin-top: 52px; padding: 12px 0; }
.cs-route-node { display: flex; flex-direction: column; align-items: center; text-align: center; flex: 0 0 auto; width: 150px; }
.cs-route-ico { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: #eaf3ea; color: var(--eb-primary, #2b6e2b); margin-bottom: 12px; }
.cs-route-city { font-size: 16px; font-weight: 700; color: var(--eb-text, #1f2937); }
.cs-route-country { font-size: 12px; color: var(--eb-text-3, #6b7280); margin-top: 3px; }
.cs-route-line { flex: 1 1 auto; max-width: 340px; align-self: center; margin-top: -18px; position: relative; height: 40px; border-top: 2px dashed var(--eb-border-strong, #b9cdb9); }
.cs-route-ship { position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); background: #fff; padding: 0 10px; color: var(--eb-primary, #2b6e2b); display: inline-flex; }
@media (max-width: 560px) { .cs-route { flex-direction: column; align-items: center; gap: 4px; } .cs-route-line { width: 2px; height: 46px; max-width: none; border-top: none; border-left: 2px dashed var(--eb-border-strong, #b9cdb9); margin: 2px 0; } .cs-route-ship { left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(90deg); } }

/* ---- Rediseño 2026-07-21: hero split, fotos reales, banda de operación ---- */

/* Hero split (texto + foto de producto) */
.cs-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .cs-hero-grid { grid-template-columns: 1fr; gap: 30px; } }
.cs-hero-media { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.cs-shot-tag { font-size: 13px; font-weight: 600; letter-spacing: .01em; color: rgba(255,255,255,.82); text-align: center; }

/* Marco de foto de producto (reutilizable) */
.cs-shot { margin: 0; background: #fff; border: 1px solid var(--eb-border, #e2eae2); border-radius: 16px; overflow: hidden; box-shadow: var(--eb-shadow-md, 0 6px 20px rgba(18,36,15,.10)); }
.cs-shot img { display: block; width: 100%; height: auto; }
.cs-shot-dark { border-color: rgba(255,255,255,.35); box-shadow: 0 20px 50px rgba(0,0,0,.34); }

/* Filas de producto (foto + ficha, alternadas) */
.cs-prod { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; margin-top: 40px; }
.cs-prod + .cs-prod { margin-top: 34px; }
.cs-prod-rev .cs-prod-media { order: 2; }
@media (max-width: 820px) { .cs-prod { grid-template-columns: 1fr; gap: 20px; } .cs-prod-rev .cs-prod-media { order: 0; } }
.cs-prod-body h3 { font-size: 24px; font-weight: 800; margin: 8px 0 10px; color: var(--eb-text, #1f2937); }
.cs-prod-body p { font-size: 16px; color: var(--eb-text-2, #4b5563); line-height: 1.6; margin: 0 0 16px; }

/* Chips de especificación */
.cs-chips { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.cs-chip { font-size: 13px; font-weight: 600; color: var(--eb-primary, #2b6e2b); background: #eaf3ea; border-radius: 999px; padding: 6px 13px; }

/* Secundarios (accesorios / melamina) */
.cs-mini-head { text-align: center; margin: 46px 0 18px; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--eb-text-3, #6b7280); }
.cs-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 560px) { .cs-mini-grid { grid-template-columns: 1fr; } }
.cs-mini { display: flex; gap: 16px; align-items: flex-start; background: var(--eb-bg, #f8faf8); border: 1px solid var(--eb-border, #e2eae2); border-radius: 14px; padding: 20px 22px; }
.cs-mini-ico { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; background: #eaf3ea; color: var(--eb-primary, #2b6e2b); display: inline-flex; align-items: center; justify-content: center; }
.cs-mini h4 { font-size: 16px; margin: 0 0 4px; color: var(--eb-text, #1f2937); }
.cs-mini p { font-size: 14px; color: var(--eb-text-2, #4b5563); line-height: 1.5; margin: 0; }

/* Banda "La operación completa" (discurso amplio) */
.cs-band { background: linear-gradient(165deg, #14260f 0%, #1c3d18 100%); color: #fff; padding: 78px 0; }
.cs-section-head-light h2 { color: #fff; }
.cs-section-head-light p { color: rgba(255,255,255,.82); }
.cs-kicker-gold { color: var(--eb-accent, #c9a84c); }
.cs-band-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 900px) { .cs-band-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .cs-band-grid { grid-template-columns: 1fr; } }
.cs-band-item { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); border-radius: 16px; padding: 26px 22px; }
.cs-band-num { display: inline-block; font-size: 14px; font-weight: 800; letter-spacing: .08em; color: var(--eb-accent, #c9a84c); margin-bottom: 14px; }
.cs-band-item h3 { font-size: 18px; margin: 0 0 8px; color: #fff; font-weight: 700; }
.cs-band-item p { font-size: 14.5px; color: rgba(255,255,255,.78); line-height: 1.55; margin: 0; }

/* Sección contacto */
.cs-section-contact { background: var(--eb-bg, #f8faf8); }
