/* ==========================================================================
   Bytes CR - main.css
   Tema propio, liviano, sin dependencias externas.
   ========================================================================== */

:root {
	--bytescr-primary: #0B5FFF;
	--bytescr-primary-dark: #0846c4;
	--bytescr-dark: #0A2540;
	--bytescr-accent: #16A34A;
	--bytescr-accent-dark: #12823b;
	--bytescr-bg: #FFFFFF;
	--bytescr-bg-alt: #F5F8FC;
	--bytescr-text: #1F2937;
	--bytescr-text-muted: #5B6B7C;
	--bytescr-border: #E4E9F0;
	--bytescr-map-bg: #EAF1FB;
	--bytescr-radius: 14px;
	--bytescr-radius-sm: 8px;
	--bytescr-shadow: 0 10px 30px rgba(10, 37, 64, 0.08);
	--bytescr-shadow-sm: 0 4px 12px rgba(10, 37, 64, 0.06);
	--bytescr-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ---------- Reset básico ---------- */
body {
	margin: 0;
	font-family: var(--bytescr-font);
	color: var(--bytescr-text);
	background: var(--bytescr-bg);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--bytescr-primary); text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { color: var(--bytescr-dark); line-height: 1.25; margin: 0 0 .5em; font-weight: 700; }
p { margin: 0 0 1em; color: var(--bytescr-text-muted); }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: 1rem; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 9999;
	background: var(--bytescr-primary); color: #fff; padding: 10px 16px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Layout utilities ---------- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 900px; padding-top: 60px; padding-bottom: 60px; }
.section { padding: 90px 0; }
.section-alt { background: var(--bytescr-bg-alt); }

.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading.align-left { margin: 0 0 40px; text-align: left; }
.section-heading h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.eyebrow {
	display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .08em;
	text-transform: uppercase; color: var(--bytescr-primary); margin-bottom: 12px;
}
.eyebrow-accent { color: var(--bytescr-accent); }
.eyebrow-light { color: #C7DBFF; }

/* ---------- Botones ---------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: .95rem;
	border: 2px solid transparent; transition: all .2s ease; cursor: pointer; white-space: nowrap;
}
.btn-primary { background: var(--bytescr-primary); color: #fff; }
.btn-primary:hover { background: var(--bytescr-primary-dark); color: #fff; }
.btn-outline { background: transparent; border-color: var(--bytescr-border); color: var(--bytescr-dark); }
.btn-outline:hover { border-color: var(--bytescr-primary); color: var(--bytescr-primary); }
.btn-ghost { background: transparent; color: var(--bytescr-dark); padding-left: 8px; padding-right: 8px; }
.btn-ghost:hover { color: var(--bytescr-primary); }
.btn-lg { padding: 15px 30px; font-size: 1rem; }
.btn-sm { padding: 8px 16px; font-size: .85rem; }
.btn-full { width: 100%; }

/* ---------- Header ---------- */
.site-header {
	position: sticky; top: 0; z-index: 500; background: rgba(255,255,255,.92);
	backdrop-filter: saturate(180%) blur(10px); border-bottom: 1px solid var(--bytescr-border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.site-title-text { font-size: 1.35rem; font-weight: 800; color: var(--bytescr-dark); }
.site-title-text strong { color: var(--bytescr-primary); }
.site-title-text.light { color: #fff; }
.site-title-text.light strong { color: #7FB4FF; }

.primary-navigation { flex: 1; display: flex; justify-content: center; }
.nav-menu { display: flex; gap: 28px; }
.nav-menu a { color: var(--bytescr-dark); font-weight: 600; font-size: .95rem; }
.nav-menu a:hover { color: var(--bytescr-primary); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 8px; }
.menu-toggle span { width: 22px; height: 2px; background: var(--bytescr-dark); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero-section { padding-top: 70px; padding-bottom: 70px; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-copy h1 { font-size: clamp(2.1rem, 4vw, 3rem); margin-bottom: .5em; }
.hero-lead { font-size: 1.1rem; max-width: 520px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0; }
.hero-mini-stats { display: flex; gap: 32px; margin-top: 10px; flex-wrap: wrap; }
.hero-mini-stats li { display: flex; flex-direction: column; }
.hero-mini-stats strong { font-size: 1.3rem; color: var(--bytescr-dark); }
.hero-mini-stats span { font-size: .8rem; color: var(--bytescr-text-muted); }

/* Dashboard mock */
.dashboard-mock {
	background: #fff; border-radius: var(--bytescr-radius); box-shadow: var(--bytescr-shadow);
	border: 1px solid var(--bytescr-border); overflow: hidden;
}
.dashboard-mock-topbar {
	display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: var(--bytescr-dark);
}
.dashboard-mock-topbar .dot { width: 10px; height: 10px; border-radius: 50%; }
.dot.red { background: #ef4444; } .dot.amber { background: #f59e0b; } .dot.green { background: #22c55e; }
.dashboard-mock-title { color: #C7DBFF; font-size: .8rem; margin-left: 8px; }
.dashboard-mock-body { display: grid; grid-template-columns: 1.6fr 1fr; gap: 0; }
.dashboard-mock-map { position: relative; }
.mock-map-svg { width: 100%; height: 100%; display: block; }
.map-badge {
	position: absolute; background: #fff; border-radius: 999px; padding: 6px 12px; font-size: .72rem;
	font-weight: 700; box-shadow: var(--bytescr-shadow-sm); color: var(--bytescr-dark);
}
.map-badge-1 { top: 16px; left: 16px; }
.map-badge-2 { bottom: 16px; right: 16px; color: var(--bytescr-accent-dark); }
.dashboard-mock-side { padding: 16px; background: var(--bytescr-bg-alt); display: flex; flex-direction: column; gap: 12px; }
.mini-card { background: #fff; border-radius: var(--bytescr-radius-sm); padding: 12px; box-shadow: var(--bytescr-shadow-sm); }
.mini-card-label { display: block; font-size: .72rem; color: var(--bytescr-text-muted); }
.mini-card-value { font-size: 1.4rem; font-weight: 800; color: var(--bytescr-dark); }
.mini-progress { background: #fff; border-radius: var(--bytescr-radius-sm); padding: 12px; box-shadow: var(--bytescr-shadow-sm); font-size: .78rem; color: var(--bytescr-text-muted); }
.progress-track { background: var(--bytescr-border); border-radius: 999px; height: 8px; margin-top: 8px; overflow: hidden; }
.progress-fill { background: var(--bytescr-accent); height: 100%; border-radius: 999px; }

/* ---------- Chips (usos de En Ruta CR) ---------- */
.chip-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chip {
	background: #fff; border: 1px solid var(--bytescr-border); border-radius: 999px; padding: 10px 18px;
	font-weight: 600; font-size: .88rem; color: var(--bytescr-dark); box-shadow: var(--bytescr-shadow-sm);
}

/* ---------- Steps (cómo funciona) ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step-card { background: #fff; border: 1px solid var(--bytescr-border); border-radius: var(--bytescr-radius); padding: 22px; box-shadow: var(--bytescr-shadow-sm); }
.step-number { font-size: 1.6rem; font-weight: 800; color: var(--bytescr-primary); opacity: .5; display: block; margin-bottom: 8px; }
.step-card p { margin: 0; color: var(--bytescr-dark); font-weight: 600; font-size: .95rem; }

/* ---------- Módulo de rutas ---------- */
.routes-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 30px; }
.route-tab {
	background: #fff; border: 1px solid var(--bytescr-border); border-radius: 999px; padding: 10px 20px;
	font-weight: 700; color: var(--bytescr-text-muted);
}
.route-tab.is-active { background: var(--bytescr-primary); border-color: var(--bytescr-primary); color: #fff; }

.route-panel { display: none; }
.route-panel.is-active { display: block; }

.route-card {
	background: #fff; border: 1px solid var(--bytescr-border); border-radius: var(--bytescr-radius);
	padding: 28px; box-shadow: var(--bytescr-shadow-sm); max-width: 800px; margin: 0 auto;
}
.panel-route-card { max-width: none; margin-bottom: 18px; }
.route-card-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.route-card-header h3 { margin: 0; font-size: 1.15rem; }
.route-zone { color: var(--bytescr-text-muted); font-weight: 500; }
.route-meta { margin: 4px 0 0; font-size: .85rem; }

.status-badge { padding: 6px 14px; border-radius: 999px; font-size: .75rem; font-weight: 700; white-space: nowrap; }
.status-gris { background: #EEF1F5; color: #5B6B7C; }
.status-azul { background: #E5EEFF; color: var(--bytescr-primary); }
.status-verde { background: #E4F8EC; color: var(--bytescr-accent-dark); }
.status-verde-oscuro { background: #d6f0e0; color: #0d5f2b; }
.status-ambar { background: #FEF3E0; color: #b8790a; }
.status-rojo { background: #FDE8E8; color: #c22a2a; }

.route-stats { display: flex; gap: 28px; margin-bottom: 18px; flex-wrap: wrap; }
.route-stats strong { display: block; font-size: 1.2rem; color: var(--bytescr-dark); }
.route-stats span { font-size: .78rem; color: var(--bytescr-text-muted); }

.route-destinations { counter-reset: dest; margin-bottom: 20px; display: flex; flex-direction: column; gap: 8px; }
.route-destinations li {
	counter-increment: dest; position: relative; padding-left: 34px; font-size: .92rem; color: var(--bytescr-dark);
	padding-top: 4px; padding-bottom: 4px;
}
.route-destinations li::before {
	content: counter(dest); position: absolute; left: 0; top: 0; width: 24px; height: 24px; border-radius: 50%;
	background: var(--bytescr-bg-alt); border: 1px solid var(--bytescr-border); display: flex; align-items: center;
	justify-content: center; font-size: .72rem; font-weight: 700; color: var(--bytescr-primary);
}
.route-destinations li.is-current::before { background: var(--bytescr-accent); color: #fff; border-color: var(--bytescr-accent); }

.route-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.arrival-demo {
	max-width: 800px; margin: 40px auto 0; background: var(--bytescr-dark); border-radius: var(--bytescr-radius);
	padding: 24px; display: flex; gap: 18px; align-items: flex-start; color: #fff;
}
.arrival-demo-icon { font-size: 1.6rem; }
.arrival-demo-message { color: #fff; font-weight: 700; font-size: 1.05rem; margin-bottom: 14px; }
.arrival-demo-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.arrival-demo .btn-outline { border-color: rgba(255,255,255,.35); color: #fff; }
.arrival-demo .btn-ghost { color: #C7DBFF; }

/* ---------- Funciones / Servicios ---------- */
.feature-grid, .services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card, .service-card {
	background: #fff; border: 1px solid var(--bytescr-border); border-radius: var(--bytescr-radius);
	padding: 26px; box-shadow: var(--bytescr-shadow-sm);
}
.feature-icon { font-size: 1.6rem; display: inline-block; margin-bottom: 12px; }
.feature-card h3, .service-card h3 { font-size: 1.02rem; margin-bottom: 6px; }
.feature-card p, .service-card p { font-size: .88rem; margin: 0; }

/* ---------- Soluciones: KPIs y roles ---------- */
.kpi-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-bottom: 46px; }
.kpi-card { background: #fff; border: 1px solid var(--bytescr-border); border-radius: var(--bytescr-radius-sm); padding: 18px; text-align: center; box-shadow: var(--bytescr-shadow-sm); }
.kpi-value { display: block; font-size: 1.5rem; font-weight: 800; color: var(--bytescr-primary); }
.kpi-label { font-size: .75rem; color: var(--bytescr-text-muted); }

.roles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.role-card { background: #fff; border: 1px solid var(--bytescr-border); border-radius: var(--bytescr-radius); padding: 24px; box-shadow: var(--bytescr-shadow-sm); }
.role-badge { display: inline-block; padding: 6px 14px; border-radius: 999px; font-size: .78rem; font-weight: 700; margin-bottom: 12px; }
.role-admin { background: #E5EEFF; color: var(--bytescr-primary); }
.role-supervisor { background: #FEF3E0; color: #b8790a; }
.role-driver { background: #E4F8EC; color: var(--bytescr-accent-dark); }
.role-client { background: #F1E9FE; color: #6d2fc9; }
.role-card p { font-size: .88rem; min-height: 60px; }

/* ---------- Nosotros ---------- */
.about-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: start; }
.about-values { display: flex; flex-direction: column; gap: 16px; }
.value-card { background: #fff; border: 1px solid var(--bytescr-border); border-radius: var(--bytescr-radius-sm); padding: 18px 20px; box-shadow: var(--bytescr-shadow-sm); }
.value-card h4 { margin-bottom: 4px; font-size: .95rem; }
.value-card p { margin: 0; font-size: .85rem; }

/* ---------- Demo form ---------- */
.demo-section { background: linear-gradient(135deg, var(--bytescr-dark), #123568); }
.demo-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.demo-copy h2 { color: #fff; }
.demo-copy p { color: #C7DBFF; }
.demo-form { background: #fff; border-radius: var(--bytescr-radius); padding: 30px; box-shadow: var(--bytescr-shadow); }
.form-row { margin-bottom: 16px; display: flex; flex-direction: column; gap: 6px; }
.form-row.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row label { font-size: .85rem; font-weight: 700; color: var(--bytescr-dark); }
.form-row input, .form-row select, .form-row textarea {
	padding: 11px 14px; border: 1px solid var(--bytescr-border); border-radius: var(--bytescr-radius-sm); width: 100%;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 2px solid var(--bytescr-primary); border-color: var(--bytescr-primary); }
.form-feedback { margin-top: 14px; font-size: .9rem; font-weight: 600; }
.form-feedback.success { color: var(--bytescr-accent-dark); }
.form-feedback.error { color: #c22a2a; }

/* ---------- Contacto ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.contact-card { background: #fff; border: 1px solid var(--bytescr-border); border-radius: var(--bytescr-radius); padding: 22px; box-shadow: var(--bytescr-shadow-sm); }
.contact-card h4 { font-size: .95rem; margin-bottom: 4px; }
.contact-card p { margin: 0; font-size: .85rem; word-break: break-word; }

/* ---------- Footer ---------- */
.site-footer { background: var(--bytescr-dark); color: #C7DBFF; padding-top: 60px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand p { color: #9FB6D6; font-size: .88rem; margin-top: 12px; }
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: #fff; font-size: .75rem; }
.footer-col h4 { color: #fff; font-size: .92rem; margin-bottom: 14px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: #9FB6D6; font-size: .88rem; }
.footer-col a:hover { color: #fff; }
.footer-widgets { padding: 30px 24px; border-bottom: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-widget-title { color: #fff; font-size: .9rem; }
.footer-bottom-inner { display: flex; justify-content: space-between; padding: 22px 0; font-size: .78rem; color: #7E97BC; flex-wrap: wrap; gap: 8px; }
.back-to-top {
	position: fixed; right: 20px; bottom: 20px; width: 42px; height: 42px; border-radius: 50%;
	background: var(--bytescr-primary); color: #fff; display: flex; align-items: center; justify-content: center;
	box-shadow: var(--bytescr-shadow); opacity: 0; pointer-events: none; transition: opacity .2s ease; z-index: 400;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }

/* ---------- Auth pages (login / recuperar) ---------- */
.auth-page { min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 60px 20px; background: var(--bytescr-bg-alt); }
.auth-card { background: #fff; border-radius: var(--bytescr-radius); box-shadow: var(--bytescr-shadow); padding: 36px; max-width: 420px; width: 100%; }
.auth-subtitle { font-size: .9rem; margin-top: 8px; }
.auth-form { margin-top: 20px; }
.auth-row-between { flex-direction: row; align-items: center; justify-content: space-between; }
.auth-row-between a { font-size: .85rem; }
.checkbox-label { display: flex; align-items: center; gap: 6px; font-size: .85rem; color: var(--bytescr-text-muted); }
.auth-back { text-align: center; margin-top: 18px; font-size: .88rem; }

/* ---------- Panel (dashboards demo) ---------- */
.panel-page { background: var(--bytescr-bg-alt); padding: 0; }
.panel-shell { display: grid; grid-template-columns: 240px 1fr; min-height: 80vh; }
.panel-shell.single-column { grid-template-columns: 1fr; max-width: 700px; margin: 0 auto; }
.panel-sidebar { background: var(--bytescr-dark); padding: 28px 20px; display: flex; flex-direction: column; gap: 26px; }
.panel-nav { display: flex; flex-direction: column; gap: 4px; }
.panel-nav a { color: #9FB6D6; padding: 10px 12px; border-radius: var(--bytescr-radius-sm); font-size: .9rem; font-weight: 600; }
.panel-nav a:hover, .panel-nav a.is-active { background: rgba(255,255,255,.08); color: #fff; }
.panel-logout { color: #C7DBFF; margin-top: auto; }
.panel-main { padding: 36px; }
.panel-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; flex-wrap: wrap; gap: 10px; }
.panel-intro { max-width: 640px; }
.panel-kpis { grid-template-columns: repeat(4, 1fr); }
.panel-table-card { background: #fff; border-radius: var(--bytescr-radius); padding: 22px; box-shadow: var(--bytescr-shadow-sm); margin-top: 10px; }
.table-scroll { overflow-x: auto; }
.panel-table { width: 100%; border-collapse: collapse; margin-top: 12px; }
.panel-table th, .panel-table td { text-align: left; padding: 12px; border-bottom: 1px solid var(--bytescr-border); font-size: .88rem; white-space: nowrap; }
.panel-table th { color: var(--bytescr-text-muted); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .03em; }
.panel-nav-actions { margin-top: 20px; }

/* ---------- Portal del cliente ---------- */
.client-portal { padding-top: 50px; }
.tracking-form { display: flex; gap: 12px; margin-bottom: 36px; }
.tracking-form input { flex: 1; padding: 13px 16px; border: 1px solid var(--bytescr-border); border-radius: var(--bytescr-radius-sm); }
.tracking-result { background: #fff; border: 1px solid var(--bytescr-border); border-radius: var(--bytescr-radius); padding: 28px; box-shadow: var(--bytescr-shadow-sm); }
.tracking-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 30px; }
.tracking-label { display: block; font-size: .75rem; color: var(--bytescr-text-muted); margin-bottom: 4px; }
.tracking-progress { display: flex; justify-content: space-between; position: relative; margin-bottom: 20px; }
.tracking-progress::before {
	content: ''; position: absolute; top: 8px; left: 0; right: 0; height: 2px; background: var(--bytescr-border); z-index: 0;
}
.tracking-progress li { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; flex: 1; text-align: center; font-size: .78rem; color: var(--bytescr-text-muted); }
.tracking-dot { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 2px solid var(--bytescr-border); }
.tracking-progress li.is-done .tracking-dot { background: var(--bytescr-accent); border-color: var(--bytescr-accent); }
.tracking-progress li.is-current span:last-child { color: var(--bytescr-dark); font-weight: 700; }
.tracking-note { font-size: .8rem; color: var(--bytescr-text-muted); margin: 0; }

/* ---------- Legal / blog ---------- */
.page-title { font-size: 2rem; margin-bottom: .6em; }
.legal-content h2 { margin-top: 1.6em; }
.post-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.post-card { background: #fff; border: 1px solid var(--bytescr-border); border-radius: var(--bytescr-radius); overflow: hidden; box-shadow: var(--bytescr-shadow-sm); }
.post-card-body { padding: 20px; }
.post-card-title a { color: var(--bytescr-dark); }
.post-card-meta { font-size: .78rem; color: var(--bytescr-text-muted); }
.error-404-page { text-align: center; padding-top: 80px; }
.error-code { font-size: 4rem; font-weight: 800; color: var(--bytescr-primary); opacity: .3; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.hero-inner, .about-inner, .demo-inner { grid-template-columns: 1fr; }
	.steps-grid, .feature-grid, .services-grid, .roles-grid, .contact-grid, .kpi-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-top { grid-template-columns: 1fr 1fr; }
	.panel-shell { grid-template-columns: 1fr; }
	.panel-sidebar { flex-direction: row; flex-wrap: wrap; align-items: center; }
	.panel-nav { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 768px) {
	.primary-navigation, .header-actions { display: none; }
	.menu-toggle { display: flex; }
	.site-header.nav-open .primary-navigation {
		display: block; position: absolute; top: 76px; left: 0; right: 0; background: #fff;
		border-bottom: 1px solid var(--bytescr-border); padding: 16px 24px;
	}
	.site-header.nav-open .nav-menu { flex-direction: column; gap: 16px; }
	.site-header.nav-open .header-actions {
		display: flex; position: absolute; top: calc(76px + 220px); left: 0; right: 0; background: #fff;
		padding: 0 24px 20px; flex-direction: column;
	}
	.section { padding: 60px 0; }
	.steps-grid, .feature-grid, .services-grid, .roles-grid, .contact-grid, .post-list, .kpi-grid, .panel-kpis { grid-template-columns: 1fr; }
	.form-row.two-col, .tracking-summary { grid-template-columns: 1fr; }
	.dashboard-mock-body { grid-template-columns: 1fr; }
	.footer-top, .footer-widgets { grid-template-columns: 1fr; }
	.tracking-form { flex-direction: column; }
}
