/* =========================================================
   FILOSHA INDUSTRIAL — Global Stylesheet
   Industrial Safety & Environmental Solutions
   Brand: Deep Navy (#0d1b3e) + Crimson (#b01c44)
   ========================================================= */

/* ---------- Design Tokens ---------- */
:root {
  --navy-900: #0a1430;
  --navy-800: #0d1b3e;
  --navy-700: #12244f;
  --navy-600: #1b3369;
  --crimson: #b01c44;
  --crimson-dark: #8f1638;
  --crimson-light: #c93a60;
  --ink: #16203a;
  --slate: #55617a;
  --muted: #7a8699;
  --line: #e6e8ee;
  --bg: #ffffff;
  --bg-soft: #f4f5f8;
  --bg-softer: #eef1f6;
  --white: #ffffff;

  --radius: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 2px 10px rgba(16, 29, 66, 0.06);
  --shadow-md: 0 10px 30px rgba(16, 29, 66, 0.10);
  --shadow-lg: 0 20px 50px rgba(16, 29, 66, 0.16);

  --container: 1200px;
  --font-head: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  --font-body: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.4, 0, .2, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3, h4, h5 { font-family: var(--font-head); font-weight: 700; line-height: 1.2; color: var(--ink); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section-sm { padding: 56px 0; }
.bg-soft { background: var(--bg-soft); }
.bg-navy { background: var(--navy-800); color: #dfe4ef; }
.text-center { text-align: center; }

/* Eyebrow + heading pattern */
.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--crimson);
  margin-bottom: 12px;
}
.section-title { font-size: clamp(26px, 3.2vw, 38px); letter-spacing: -0.5px; }
.section-lead { color: var(--slate); max-width: 680px; margin: 16px auto 0; font-size: 17px; }
.heading-rule { width: 64px; height: 3px; background: var(--crimson); border-radius: 3px; margin: 14px 0; }
.text-center .heading-rule { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 600; font-size: 14px;
  letter-spacing: .3px; padding: 14px 26px; border-radius: 8px;
  border: 2px solid transparent; cursor: pointer;
  transition: all .25s var(--ease); white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; }
.btn-primary { background: var(--crimson); color: #fff; }
.btn-primary:hover { background: var(--crimson-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(176,28,68,.35); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline:hover { background: #fff; color: var(--navy-800); border-color: #fff; }
.btn-dark { background: var(--navy-800); color: #fff; }
.btn-dark:hover { background: var(--navy-700); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--navy-800); }
.btn-light:hover { background: var(--bg-soft); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--crimson); padding: 0; font-weight: 600; }
.btn-ghost:hover { gap: 14px; }

/* ================= HEADER / NAV ================= */
.topbar { background: var(--navy-900); color: #aeb8cf; font-size: 13px; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 40px; }
.topbar a { color: #aeb8cf; transition: color .2s; }
.topbar a:hover { color: #fff; }
.topbar-info { display: flex; gap: 22px; align-items: center; }
.topbar-info span { display: inline-flex; align-items: center; gap: 7px; }
.topbar-social { display: flex; gap: 14px; align-items: center; }

.site-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 20px; }

/* Logo */
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark { width: 42px; height: 42px; flex: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text b { font-family: var(--font-head); font-weight: 800; font-size: 24px; letter-spacing: 1px; color: var(--navy-800); }
.logo-text small { font-size: 9.5px; letter-spacing: .6px; color: var(--slate); text-transform: capitalize; margin-top: 3px; }

/* Menu */
.menu { display: flex; align-items: center; gap: 4px; }
.menu > li { position: relative; }
.menu > li > a {
  display: flex; align-items: center; gap: 5px; white-space: nowrap;
  font-family: var(--font-head); font-weight: 500; font-size: 14.5px;
  color: var(--ink); padding: 28px 11px; position: relative;
  transition: color .2s;
}
.menu > li > a .caret { width: 9px; height: 9px; transition: transform .25s; }
.menu > li:hover > a { color: var(--crimson); }
.menu > li:hover > a .caret { transform: rotate(180deg); }
.menu > li > a.active { color: var(--crimson); }
.menu > li > a.active::after {
  content: ""; position: absolute; left: 13px; right: 13px; bottom: 20px;
  height: 3px; background: var(--crimson); border-radius: 3px;
}

/* Dropdowns */
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 240px;
  background: #fff; border-radius: 10px; box-shadow: var(--shadow-md);
  padding: 10px; opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: all .25s var(--ease); border-top: 3px solid var(--crimson);
}
.menu > li:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li a {
  display: block; padding: 10px 14px; border-radius: 7px; font-size: 14px;
  color: var(--slate); font-weight: 500; transition: all .18s;
}
.dropdown li a:hover { background: var(--bg-soft); color: var(--crimson); padding-left: 18px; }

.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--navy-800); border-radius: 2px; margin: 5px 0; transition: all .3s; }

/* ================= HERO (home) ================= */
.hero {
  position: relative; min-height: 640px; display: flex; align-items: center;
  color: #fff; overflow: hidden; background: var(--navy-800);
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: url('../images/hero-refinery.jpg'); background-size: cover; background-position: center;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(10,20,48,.93) 0%, rgba(11,22,52,.72) 45%, rgba(13,27,62,.30) 100%);
}
.hero .container { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 60px; }
.hero-eyebrow { color: #f0b8c6; letter-spacing: 2.5px; font-weight: 600; font-size: 13px; text-transform: uppercase; }
.hero h1 { color: #fff; font-size: clamp(34px, 5.2vw, 58px); font-weight: 800; margin: 18px 0; letter-spacing: -1px; max-width: 720px; }
.hero p { font-size: 18px; color: #d3d9e8; max-width: 560px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Inner page banner */
.page-banner {
  position: relative; color: #fff; padding: 92px 0 78px; overflow: hidden; background: var(--navy-800);
}
.page-banner::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: url('../images/hero-refinery.jpg'); background-size: cover; background-position: center;
}
.page-banner::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(10,20,48,.95) 0%, rgba(11,22,52,.82) 50%, rgba(18,36,79,.45) 100%);
}
.page-banner > .container { position: relative; z-index: 2; }
.page-banner h1 { color: #fff; }
.breadcrumb { font-size: 14px; color: #aeb8cf; margin-bottom: 14px; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { margin: 0 8px; opacity: .6; }
.page-banner h1 { font-size: clamp(30px, 4.4vw, 48px); font-weight: 800; letter-spacing: -.5px; }
.page-banner .rule { width: 70px; height: 4px; background: var(--crimson); border-radius: 4px; margin: 18px 0; }
.page-banner p { max-width: 560px; color: #c6cee0; font-size: 17px; }

/* Industrial skyline decoration for dark headers */
.skyline { position: absolute; right: 0; bottom: 0; width: 55%; max-width: 720px; opacity: .5; z-index: 1; pointer-events: none; }

/* ================= FEATURE / VALUE ITEMS ================= */
.icon-badge {
  width: 56px; height: 56px; border-radius: 12px; flex: none;
  display: grid; place-items: center; background: rgba(176,28,68,.10); color: var(--crimson);
}
.icon-badge svg { width: 28px; height: 28px; }
.icon-badge.round { border-radius: 50%; }
.icon-badge.navy { background: rgba(13,27,62,.07); color: var(--navy-700); }
.icon-badge.on-dark { background: rgba(255,255,255,.08); color: #fff; }

/* Two-column intro (who we are) */
.split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.split-media img, .media-frame img, .media-frame { width: 100%; border-radius: var(--radius-lg); }
.media-frame { position: relative; box-shadow: var(--shadow-md); overflow: hidden; border-radius: var(--radius-lg); }

.feature-list { display: grid; gap: 22px; }
.feature-row { display: flex; gap: 16px; align-items: flex-start; }
.feature-row h4 { font-size: 16px; margin-bottom: 4px; }
.feature-row p { font-size: 14px; color: var(--slate); }

/* Stat cluster */
.stat-row { display: flex; flex-wrap: wrap; gap: 12px; }
.stat-box {
  flex: 1; min-width: 130px; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 18px 16px; display: flex; gap: 12px; align-items: center;
}
.stat-box .num { font-family: var(--font-head); font-weight: 800; font-size: 22px; color: var(--navy-800); }
.stat-box .lbl { font-size: 12.5px; color: var(--muted); }

/* ================= CARD GRIDS ================= */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Feature card (why choose / bordered icon cards) */
.f-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; text-align: center; transition: all .28s var(--ease);
}
.f-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.f-card .icon-badge { margin: 0 auto 18px; }
.f-card h4 { font-size: 17px; margin-bottom: 10px; }
.f-card p { font-size: 14px; color: var(--slate); }

/* Solution / product card with image */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: all .28s var(--ease); display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card-media { position: relative; aspect-ratio: 16/11; overflow: hidden; }
.card-media img, .card-media .art { width: 100%; height: 100%; object-fit: cover; }
.card:hover .card-media img { transform: scale(1.06); }
.card-media img { transition: transform .5s var(--ease); }
.card-icon {
  position: absolute; left: 18px; bottom: -20px; width: 46px; height: 46px; border-radius: 50%;
  background: var(--navy-800); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-md);
}
.card-icon svg { width: 22px; height: 22px; }
.card-body { padding: 30px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.card-num { font-family: var(--font-head); font-weight: 700; color: var(--crimson); font-size: 14px; margin-bottom: 4px; }
.card-body h3 { font-size: 17px; margin-bottom: 10px; }
.card-body p { font-size: 14px; color: var(--slate); flex: 1; }
.card-link {
  margin-top: 16px; font-family: var(--font-head); font-weight: 600; font-size: 12.5px;
  letter-spacing: 1px; text-transform: uppercase; color: var(--crimson);
  display: inline-flex; align-items: center; gap: 8px; transition: gap .2s;
}
.card-link:hover { gap: 12px; }
.card-link svg { width: 15px; height: 15px; }

/* Compact solution card (home 8-up) */
.mini-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px 16px; text-align: center; transition: all .28s var(--ease);
}
.mini-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
.mini-thumb { aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; margin-bottom: 14px; }
.mini-thumb img, .mini-thumb .art { width: 100%; height: 100%; object-fit: cover; }
.mini-card h4 { font-size: 14.5px; margin-bottom: 6px; }
.mini-card p { font-size: 12.5px; color: var(--muted); }
.mini-card .arrow { margin-top: 12px; color: var(--crimson); display: inline-block; }

/* Industry tiles */
.ind-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ind-tile {
  position: relative; aspect-ratio: 3/2; border-radius: var(--radius); overflow: hidden;
  display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow-sm);
}
.ind-tile img, .ind-tile .art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; transition: transform .5s var(--ease); }
.ind-tile::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(10,20,48,.15) 30%, rgba(10,20,48,.85) 100%); }
.ind-tile:hover img, .ind-tile:hover .art { transform: scale(1.08); }
.ind-tile span {
  position: relative; z-index: 3; padding: 14px; font-family: var(--font-head);
  font-weight: 600; font-size: 14px; display: flex; align-items: center; gap: 8px;
}
.ind-tile span svg { width: 18px; height: 18px; }

/* ================= DARK STATS BAND ================= */
.stats-band { background: var(--navy-800); color: #fff; padding: 46px 0; }
.stats-band .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
.stat-unit { display: flex; align-items: center; gap: 16px; flex: 1; min-width: 180px; }
.stat-unit .ico { width: 50px; height: 50px; flex: none; color: #f0b8c6; }
.stat-unit .ico svg { width: 100%; height: 100%; }
.stat-unit .big { font-family: var(--font-head); font-weight: 800; font-size: 30px; line-height: 1; }
.stat-unit .cap { font-size: 13px; color: #a9b3ca; margin-top: 4px; }

/* ================= DARK "WHY CHOOSE" BAND ================= */
.why-band { background: var(--navy-800); color: #dfe4ef; position: relative; overflow: hidden; }
.why-grid { display: grid; grid-template-columns: 1fr 2.4fr; gap: 48px; align-items: center; }
.why-intro h2 { color: #fff; font-size: clamp(24px, 3vw, 32px); }
.why-intro .eyebrow { color: #f0b8c6; }
.why-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.why-feature .icon-badge { margin-bottom: 14px; }
.why-feature h4 { color: #fff; font-size: 16px; margin-bottom: 8px; }
.why-feature p { font-size: 13.5px; color: #a9b3ca; }

/* ================= TIMELINE (about) ================= */
.timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 40px; }
.timeline::before { content: ""; position: absolute; top: 32px; left: 8%; right: 8%; height: 2px; background: repeating-linear-gradient(90deg, var(--crimson) 0 8px, transparent 8px 16px); z-index: 0; }
.tl-item { text-align: center; position: relative; z-index: 1; }
.tl-dot { width: 66px; height: 66px; border-radius: 50%; background: var(--crimson); color: #fff; display: grid; place-items: center; margin: 0 auto 16px; box-shadow: 0 8px 18px rgba(176,28,68,.3); }
.tl-dot svg { width: 30px; height: 30px; }
.tl-year { font-family: var(--font-head); font-weight: 800; color: var(--crimson); font-size: 22px; }
.tl-item h4 { font-size: 15px; margin: 4px 0 8px; }
.tl-item p { font-size: 13px; color: var(--slate); padding: 0 6px; }

/* Mission / Vision / Values */
.mvv { display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 30px; }
.mvv-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.mvv-card .eyebrow { margin-bottom: 16px; }
.mvv-head { display: flex; gap: 16px; align-items: flex-start; }
.mvv-head p { font-size: 14px; color: var(--slate); }
.values-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.values-cols li { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; padding: 5px 0; }
.values-cols li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--crimson); flex: none; }

/* Checklist (promise) */
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; margin-top: 24px; }
.check-grid li { display: flex; gap: 12px; align-items: center; font-size: 15px; font-weight: 500; }
.check-grid li svg { width: 22px; height: 22px; color: var(--crimson); flex: none; }

/* Approach steps */
.approach { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.ap-step { text-align: center; }
.ap-step .icon-badge { margin: 0 auto 14px; }
.ap-step h4 { font-size: 15px; margin-bottom: 8px; }
.ap-step p { font-size: 12.5px; color: var(--slate); }

/* Commitment band */
.commit-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px; align-items: center; }
.commit-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 26px; }
.commit-point { display: flex; gap: 12px; align-items: center; }
.commit-point .icon-badge { width: 46px; height: 46px; }
.commit-point h4 { color: #fff; font-size: 15px; }

/* ================= CTA BAND ================= */
.cta-band { background: linear-gradient(90deg, var(--crimson) 0%, var(--crimson-dark) 100%); color: #fff; }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; padding-top: 44px; padding-bottom: 44px; }
.cta-left { display: flex; align-items: center; gap: 22px; }
.cta-left .icon-badge { background: rgba(255,255,255,.15); color: #fff; width: 62px; height: 62px; }
.cta-band h3 { color: #fff; font-size: clamp(20px, 2.4vw, 27px); }
.cta-band p { color: rgba(255,255,255,.85); font-size: 15px; max-width: 520px; }

/* Brands strip */
.brand-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; align-items: center; }
.brand-cell { background: #fff; border: 1px solid var(--line); border-radius: 8px; height: 84px; display: grid; place-items: center; color: var(--muted); font-family: var(--font-head); font-weight: 700; font-size: 13px; letter-spacing: 1px; transition: all .25s; }
.brand-cell:hover { box-shadow: var(--shadow-sm); color: var(--navy-700); }

/* Search bar */
.search-row { display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 26px; }
.search-input { position: relative; flex: 1; max-width: 460px; }
.search-input input { width: 100%; padding: 15px 50px 15px 20px; border: 1px solid var(--line); border-radius: 8px; font-size: 15px; font-family: var(--font-body); box-shadow: var(--shadow-sm); }
.search-input input:focus { outline: none; border-color: var(--crimson); }
.search-input .s-ico { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); width: 20px; height: 20px; }

/* Popular product card */
.p-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: all .28s var(--ease); }
.p-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.p-thumb { aspect-ratio: 4/3; background: var(--bg-soft); overflow: hidden; }
.p-thumb img, .p-thumb .art { width: 100%; height: 100%; object-fit: cover; }
.p-card .p-body { padding: 18px 18px 22px; }
.p-card h4 { font-size: 15px; margin-bottom: 6px; }
.p-card .meta { font-size: 12.5px; color: var(--muted); margin-bottom: 14px; }

/* ================= FOOTER ================= */
.site-footer { background: var(--navy-900); color: #9aa5be; font-size: 14px; }
.footer-top { padding: 64px 0 44px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; }
.footer-brand .logo-text b { color: #fff; }
.footer-brand .logo-text small { color: #8290ac; }
.footer-brand p { margin: 18px 0; max-width: 300px; font-size: 13.5px; line-height: 1.7; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.07); display: grid; place-items: center; color: #cdd5e6; transition: all .25s; }
.footer-social a:hover { background: var(--crimson); color: #fff; transform: translateY(-3px); }
.footer-social svg { width: 17px; height: 17px; }
.footer-col h5 { color: #fff; font-size: 15px; letter-spacing: .5px; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.footer-col h5::after { content: ""; position: absolute; left: 0; bottom: 0; width: 32px; height: 2px; background: var(--crimson); }
.footer-col li { margin-bottom: 11px; }
.footer-col a { transition: all .2s; }
.footer-col a:hover { color: #fff; padding-left: 5px; }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 16px; align-items: flex-start; font-size: 13.5px; line-height: 1.5; }
.footer-contact svg { width: 17px; height: 17px; color: var(--crimson-light); flex: none; margin-top: 3px; }
.newsletter input { width: 100%; padding: 13px 16px; border-radius: 8px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); color: #fff; font-family: var(--font-body); font-size: 14px; }
.newsletter input::placeholder { color: #7a86a3; }
.newsletter form { position: relative; margin-top: 12px; }
.newsletter button { position: absolute; right: 6px; top: 6px; bottom: 6px; width: 42px; border: none; border-radius: 6px; background: var(--crimson); color: #fff; cursor: pointer; display: grid; place-items: center; transition: background .2s; }
.newsletter button:hover { background: var(--crimson-dark); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 13px; flex-wrap: wrap; }
.footer-bottom a:hover { color: #fff; }
.footer-legal { display: flex; gap: 26px; }

/* ================= CONTACT ================= */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 44px; align-items: start; }
.contact-info li { display: flex; gap: 14px; margin-bottom: 24px; align-items: flex-start; }
.contact-info .icon-badge { width: 46px; height: 46px; flex: none; }
.contact-info h4 { font-size: 15px; margin-bottom: 3px; }
.contact-info p { font-size: 14px; color: var(--slate); line-height: 1.6; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 34px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; font-family: var(--font-head); color: var(--ink); }
.field input, .field textarea, .field select { padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; font-family: var(--font-body); font-size: 14.5px; background: #fff; width: 100%; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--crimson); }
.field textarea { resize: vertical; min-height: 130px; }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); height: 320px; background: var(--bg-softer); display: grid; place-items: center; color: var(--muted); }
@media (max-width: 900px) { .contact-wrap { grid-template-columns: 1fr; } .form-grid { grid-template-columns: 1fr; } }

/* ================= WHATSAPP FLOAT ================= */
.wa-float { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.28); z-index: 200; transition: transform .2s var(--ease); }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; fill: #fff; }
@media (max-width: 600px) { .wa-float { width: 52px; height: 52px; right: 16px; bottom: 16px; } .wa-float svg { width: 28px; height: 28px; } }

/* ================= ICONS ================= */
.ln { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.fl { fill: currentColor; stroke: none; }
.fl-dot { fill: currentColor; stroke: none; }
svg.ln, svg.fl { display: inline-block; vertical-align: middle; }

/* ================= UTIL / MOTION ================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }

/* ================= RESPONSIVE ================= */
@media (max-width: 1080px) {
  .grid-4, .ind-grid, .why-features, .approach { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .timeline::before { display: none; }
  .why-grid { grid-template-columns: 1fr; gap: 32px; }
  .brand-strip { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  .menu, .topbar-info .hide-sm { display: none; }
  .nav-toggle { display: block; }
  .site-header .menu.open {
    display: flex; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column;
    background: #fff; box-shadow: var(--shadow-md); padding: 12px; gap: 0; align-items: stretch;
  }
  .menu.open > li > a { padding: 14px 16px; }
  .menu.open > li > a.active::after { display: none; }
  .menu.open .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border-top: none; padding: 0 0 6px 16px; display: none; }
  .menu.open .dropdown.show { display: block; }
  .split, .grid-2, .grid-3, .mvv, .commit-grid, .check-grid { grid-template-columns: 1fr; }
  .split { gap: 34px; }
  .hero { min-height: 520px; }
}
@media (max-width: 620px) {
  .section { padding: 58px 0; }
  .grid-4, .ind-grid, .why-features, .approach, .timeline, .brand-strip { grid-template-columns: 1fr 1fr; }
  .stat-unit { min-width: 45%; }
  .cta-left { flex-direction: column; align-items: flex-start; gap: 14px; }
  .footer-top { grid-template-columns: 1fr; }
  .hero p, .page-banner p { font-size: 16px; }
  .values-cols { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .grid-4, .ind-grid, .approach, .timeline { grid-template-columns: 1fr; }
}
