/* ==========================================================================
   Rodillos Industriales de Costa Rica — Demo
   Diseño industrial limpio · sistema de cotizaciones y órdenes
   ========================================================================== */

:root {
  --navy: #0e2433;
  --navy-2: #143447;
  --steel: #1f4d68;
  --steel-light: #2f6d92;
  --amber: #e8561c;       /* naranja marca ROI */
  --amber-dark: #c5430f;  /* naranja oscuro (hover) */
  --ink: #0e1a22;
  --slate: #51606b;
  --line: #e3e8ec;
  --bg: #ffffff;
  --bg-soft: #f5f7f9;
  --bg-soft-2: #eef2f5;
  --white: #ffffff;
  --ok: #1f9d55;
  --ok-bg: #e6f5ec;
  --warn: #d97706;
  --warn-bg: #fdf2e2;
  --info: #2563eb;
  --info-bg: #e7eefc;
  --neutral-bg: #eef2f5;
  --shadow-sm: 0 1px 2px rgba(14, 36, 51, .06), 0 1px 3px rgba(14, 36, 51, .08);
  --shadow: 0 8px 24px rgba(14, 36, 51, .10);
  --shadow-lg: 0 24px 60px rgba(14, 36, 51, .18);
  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1160px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .5em; color: var(--navy); letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 750; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1rem; }
a { color: var(--steel-light); text-decoration: none; }
a:hover { color: var(--amber-dark); }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section--soft { background: var(--bg-soft); }
.center { text-align: center; }
.eyebrow {
  display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--amber-dark); margin-bottom: 14px;
}
.lead { font-size: 1.12rem; color: var(--slate); max-width: 62ch; }
.center .lead { margin-left: auto; margin-right: auto; }

/* Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em; cursor: pointer;
  font-family: inherit; font-size: 1rem; font-weight: 650; line-height: 1;
  padding: 14px 24px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .12s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--amber); color: #20160a; box-shadow: 0 6px 18px rgba(232,86,28,.35); }
.btn--primary:hover { background: var(--amber-dark); color: #20160a; }
.btn--dark { background: var(--navy); color: #fff; }
.btn--dark:hover { background: var(--steel); color: #fff; }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--steel-light); color: var(--steel); }
.btn--light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.32); }
.btn--light:hover { background: rgba(255,255,255,.22); color: #fff; }
.btn--block { width: 100%; justify-content: center; }
.btn--sm { padding: 9px 16px; font-size: .9rem; }

/* Header --------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9);
  backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--navy); }
.brand__mark {
  width: 40px; height: 40px; border-radius: 11px; flex: 0 0 auto;
  background: linear-gradient(135deg, var(--steel), var(--navy));
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.brand__name { font-size: 1.02rem; letter-spacing: -.01em; line-height: 1.1; }
.brand__name small { display: block; font-size: .68rem; font-weight: 600; color: var(--slate); letter-spacing: .04em; }
/* Logo real (imagen) */
.brand__logo { height: 46px; width: auto; display: block; }
.admin-top .brand__logo, .logo-pill .brand__logo { height: 38px; }
.logo-pill { background: #fff; border-radius: 10px; padding: 6px 10px; display: inline-flex; align-items: center; box-shadow: var(--shadow-sm); }
@media (max-width: 720px) { .brand__logo { height: 38px; } }
.nav__links { display: flex; align-items: center; gap: 28px; }
.nav__links a { color: var(--navy); font-weight: 550; font-size: .96rem; }
.nav__links a:hover { color: var(--amber-dark); }
.nav__cta { display: flex; align-items: center; gap: 12px; }
.nav__toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s; }

/* Hero ----------------------------------------------------------------- */
.hero {
  position: relative; color: #eaf2f8; overflow: hidden;
  background: radial-gradient(1200px 600px at 80% -10%, #21597c 0%, transparent 60%), linear-gradient(160deg, var(--navy) 0%, #0a1b27 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.035) 0 2px, transparent 2px 22px);
}
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding: 96px 0 104px; }
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--amber); }
.hero__sub { font-size: 1.18rem; color: #c4d6e2; max-width: 52ch; margin-bottom: 30px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero__stats { display: flex; gap: 36px; flex-wrap: wrap; }
.hero__stat strong { display: block; font-size: 2rem; font-weight: 800; color: #fff; }
.hero__stat span { font-size: .85rem; color: #9fb6c5; letter-spacing: .02em; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px;
  background: rgba(232,86,28,.14); border: 1px solid rgba(232,86,28,.4); color: #ffd693;
  font-size: .82rem; font-weight: 600; margin-bottom: 22px;
}
.hero__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(232,86,28,.25); }

/* Roller illustration card */
.hero__card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 20px;
  padding: 26px; backdrop-filter: blur(6px); box-shadow: var(--shadow-lg);
}
.hero__card h3 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.roller-vis { display: grid; gap: 14px; }
.roller-bar { display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 14px; }
.roller-bar small { color: #9fb6c5; font-size: .8rem; }
.roller-track { height: 16px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; }
.roller-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--steel-light), var(--amber)); }

/* Trust strip ---------------------------------------------------------- */
.trust { background: var(--navy-2); color: #b9cad6; }
.trust .wrap { display: flex; align-items: center; justify-content: center; gap: 14px 40px; flex-wrap: wrap; padding: 22px 24px; font-size: .9rem; }
.trust b { color: #fff; }

/* Section header ------------------------------------------------------- */
.shead { max-width: 56ch; margin-bottom: 48px; }
.shead.center { margin-left: auto; margin-right: auto; }

/* Cards / grids -------------------------------------------------------- */
.grid { display: grid; gap: 22px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow-sm); transition: transform .15s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #cfdae2; }
.card__icon {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 16px;
  background: var(--bg-soft-2); color: var(--steel);
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--slate); margin: 0; font-size: .96rem; }

/* Product catalog ------------------------------------------------------ */
.prod {
  position: relative; overflow: hidden; background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .15s ease, box-shadow .2s ease;
}
.prod:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.prod__top { height: 120px; position: relative; display: grid; place-items: center; }
.prod__top svg { width: 100%; height: 100%; }
.prod__body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.prod__tag { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--amber-dark); }
.prod h3 { font-size: 1.12rem; margin: 6px 0 8px; }
.prod p { color: var(--slate); font-size: .92rem; flex: 1; }
.prod__meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 12px 0 16px; }
.chip { font-size: .76rem; font-weight: 600; color: var(--steel); background: var(--bg-soft-2); padding: 5px 10px; border-radius: 999px; }

/* Process steps -------------------------------------------------------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { position: relative; padding-top: 18px; }
.step__num {
  width: 44px; height: 44px; border-radius: 12px; background: var(--navy); color: var(--amber);
  display: grid; place-items: center; font-weight: 800; font-size: 1.1rem; margin-bottom: 14px;
}
.step h3 { font-size: 1.05rem; }
.step p { color: var(--slate); font-size: .92rem; margin: 0; }

/* Split CTA / quote ---------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }

.form-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow);
}
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .86rem; font-weight: 650; color: var(--navy); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: .98rem; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--steel-light); box-shadow: 0 0 0 3px rgba(47,109,146,.15);
}
.field textarea { resize: vertical; min-height: 96px; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hint { font-size: .82rem; color: var(--slate); margin-top: 6px; }
.req { color: var(--amber-dark); }

/* Feature list --------------------------------------------------------- */
.flist { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 16px; }
.flist li { display: flex; gap: 14px; align-items: flex-start; }
.flist .tick {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 8px; background: var(--ok-bg); color: var(--ok);
  display: grid; place-items: center; margin-top: 2px;
}
.flist b { color: var(--navy); }
.flist span { color: var(--slate); font-size: .95rem; }

/* Badges / status ------------------------------------------------------ */
.badge {
  display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 700;
  padding: 5px 11px; border-radius: 999px; letter-spacing: .01em;
}
.badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.badge--cotizado { background: var(--info-bg); color: var(--info); }
.badge--produccion { background: var(--warn-bg); color: var(--warn); }
.badge--listo { background: var(--ok-bg); color: var(--ok); }
.badge--entregado { background: var(--neutral-bg); color: var(--slate); }
.badge--nuevo { background: #fdeaea; color: #d23b3b; }

/* Footer --------------------------------------------------------------- */
.site-footer { background: var(--navy); color: #aebfcb; padding: 64px 0 28px; }
.site-footer h4 { color: #fff; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 36px; }
.site-footer a { color: #aebfcb; }
.site-footer a:hover { color: var(--amber); }
.foot-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: .94rem; }
.foot-brand p { color: #8ba2b2; font-size: .92rem; max-width: 34ch; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .85rem; color: #7e94a4; }

/* Modal ---------------------------------------------------------------- */
.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open { display: block; }
.modal__overlay { position: absolute; inset: 0; background: rgba(8,20,28,.6); backdrop-filter: blur(3px); }
.modal__box {
  position: relative; max-width: 540px; margin: 6vh auto; background: #fff; border-radius: 18px;
  box-shadow: var(--shadow-lg); max-height: 88vh; overflow: auto;
}
.modal__head { padding: 24px 26px 0; }
.modal__body { padding: 18px 26px 26px; }
.modal__close { position: absolute; top: 16px; right: 16px; background: var(--bg-soft-2); border: 0; width: 36px; height: 36px; border-radius: 50%; cursor: pointer; font-size: 1.1rem; color: var(--slate); }
.modal__close:hover { background: #e0e6ea; }

/* Success panel -------------------------------------------------------- */
.success { text-align: center; padding: 20px 0; }
.success__check { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: var(--ok-bg); color: var(--ok); display: grid; place-items: center; }
.code-pill {
  display: inline-flex; align-items: center; gap: 10px; font-family: 'Courier New', monospace; font-weight: 700;
  font-size: 1.3rem; letter-spacing: .06em; color: var(--navy); background: var(--bg-soft-2);
  padding: 12px 20px; border-radius: 12px; margin: 12px 0 18px; border: 1px dashed #b9c7d1;
}

/* Toast ---------------------------------------------------------------- */
.toast {
  position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--navy); color: #fff; padding: 13px 22px; border-radius: 999px; box-shadow: var(--shadow-lg);
  font-size: .92rem; font-weight: 550; opacity: 0; pointer-events: none; transition: .25s; z-index: 200;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ====================================================================== */
/*  ADMIN PANEL                                                           */
/* ====================================================================== */
.admin { background: var(--bg-soft); min-height: 100vh; }
.admin-top {
  background: var(--navy); color: #fff; position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.admin-top .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.admin-top .brand { color: #fff; }
.admin-top .brand__name { color: #fff; }
.admin-top .brand__name small { color: #9fb6c5; }
.admin-top__right { display: flex; align-items: center; gap: 16px; font-size: .9rem; color: #c4d6e2; }
.admin-user { display: flex; align-items: center; gap: 10px; }
.avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--amber); color: #20160a; display: grid; place-items: center; font-weight: 700; font-size: .85rem; }

.admin-wrap { max-width: 1240px; margin: 0 auto; padding: 28px 24px 60px; }
.admin-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.admin-head h1 { font-size: 1.7rem; margin: 0; }
.admin-head p { margin: 4px 0 0; color: var(--slate); }

.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 28px; }
.kpi { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.kpi__label { font-size: .82rem; color: var(--slate); font-weight: 600; display: flex; align-items: center; gap: 8px; }
.kpi__value { font-size: 2rem; font-weight: 800; color: var(--navy); margin-top: 6px; line-height: 1; }
.kpi__sub { font-size: .8rem; color: var(--slate); margin-top: 6px; }
.kpi__icon { width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; background: var(--bg-soft-2); color: var(--steel); }

.toolbar { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.toolbar input[type="search"] {
  flex: 1; min-width: 220px; padding: 11px 14px 11px 40px; border: 1.5px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: .95rem; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%2351606b' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='8' cy='8' r='6'/%3E%3Cpath d='M14 14l3 3'/%3E%3C/svg%3E") no-repeat 12px center;
}
.toolbar input[type="search"]:focus { outline: none; border-color: var(--steel-light); box-shadow: 0 0 0 3px rgba(47,109,146,.15); }
.seg { display: inline-flex; background: #fff; border: 1.5px solid var(--line); border-radius: 10px; padding: 3px; gap: 2px; }
.seg button { border: 0; background: none; font-family: inherit; font-size: .86rem; font-weight: 600; color: var(--slate); padding: 8px 13px; border-radius: 8px; cursor: pointer; white-space: nowrap; }
.seg button.active { background: var(--navy); color: #fff; }

.panel-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
table.orders { width: 100%; border-collapse: collapse; font-size: .92rem; }
table.orders th { text-align: left; font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; color: var(--slate); padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
table.orders td { padding: 14px 18px; border-bottom: 1px solid var(--line); vertical-align: middle; }
table.orders tr:last-child td { border-bottom: 0; }
table.orders tbody tr { cursor: pointer; transition: background .12s ease; }
table.orders tbody tr:hover { background: var(--bg-soft); }
.ocode { font-family: 'Courier New', monospace; font-weight: 700; color: var(--steel); }
.ocell-strong { font-weight: 650; color: var(--navy); }
.ocell-sub { font-size: .82rem; color: var(--slate); }
.empty { padding: 50px; text-align: center; color: var(--slate); }

/* Drawer (order detail) */
.drawer { position: fixed; inset: 0; z-index: 90; display: none; }
.drawer.open { display: block; }
.drawer__overlay { position: absolute; inset: 0; background: rgba(8,20,28,.5); }
.drawer__panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(460px, 92vw); background: #fff;
  box-shadow: var(--shadow-lg); overflow: auto; padding: 26px; animation: slidein .25s ease;
}
@keyframes slidein { from { transform: translateX(100%); } to { transform: translateX(0); } }
.drawer h2 { font-size: 1.25rem; margin-bottom: 2px; }
.drawer__meta { color: var(--slate); font-size: .9rem; margin-bottom: 20px; }
.kv { display: grid; grid-template-columns: 120px 1fr; gap: 8px 14px; font-size: .92rem; margin-bottom: 22px; }
.kv dt { color: var(--slate); }
.kv dd { margin: 0; color: var(--navy); font-weight: 550; }
.stepper { display: grid; gap: 0; margin: 18px 0 24px; }
.stepper__item { display: grid; grid-template-columns: 28px 1fr; gap: 12px; position: relative; padding-bottom: 18px; }
.stepper__item:not(:last-child)::before { content: ""; position: absolute; left: 13px; top: 26px; bottom: 0; width: 2px; background: var(--line); }
.stepper__item.done:not(:last-child)::before { background: var(--ok); }
.stepper__dot { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--line); background: #fff; display: grid; place-items: center; color: transparent; z-index: 1; }
.stepper__item.done .stepper__dot { background: var(--ok); border-color: var(--ok); color: #fff; }
.stepper__item.current .stepper__dot { border-color: var(--amber); box-shadow: 0 0 0 4px rgba(232,86,28,.2); }
.stepper__label { font-weight: 650; color: var(--navy); font-size: .95rem; }
.stepper__time { font-size: .8rem; color: var(--slate); }
.drawer__actions { display: grid; gap: 10px; }

/* Tracking page -------------------------------------------------------- */
.track-hero { background: linear-gradient(160deg, var(--navy) 0%, #0a1b27 100%); color: #fff; padding: 64px 0 48px; }
.track-box { max-width: 560px; margin: -40px auto 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 30px; }
.track-result { max-width: 720px; margin: 28px auto 0; }

/* Responsive ----------------------------------------------------------- */
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: 36px; padding: 64px 0 72px; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .kpis { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .section { padding: 60px 0; }
  .nav__links { display: none; }
  .nav__toggle { display: block; }
  .nav.open .nav__links {
    display: flex; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 8px 0; box-shadow: var(--shadow);
  }
  .nav.open .nav__links a { padding: 14px 24px; width: 100%; }
  .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .field--row { grid-template-columns: 1fr; }
  .hero__stats { gap: 24px; }
  .admin-head { align-items: flex-start; }
  table.orders th:nth-child(3), table.orders td:nth-child(3),
  table.orders th:nth-child(5), table.orders td:nth-child(5) { display: none; }
}
@media (max-width: 480px) {
  .grid--4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .kpis { grid-template-columns: 1fr 1fr; }
}
