/* ============================================
   Mac Sécurité — Global Styles (Front)
   ============================================ */
*,*::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);
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.text-orange { color: var(--orange); }
section { position: relative; }

/* ════════════ NAV FLOTTANTE (style PICSEE) ════════════ */
/* Nav principale : barre flottante arrondie sombre par-dessus le hero */
.nav-wrap {
  position: absolute; top: 30px; left: 0; right: 0; z-index: 50;
  padding: 0 24px;
}
.nav-wrap.scrolled {
  position: fixed; top: 36px;
  background: transparent;
  backdrop-filter: none;
  border-bottom: none;
  padding: 0 24px;
}
.nav {
  max-width: var(--container); margin: 0 auto;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: rgba(13,14,18,.78);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 0 14px 0 22px;
  transition: all .35s var(--ease);
}
.nav-wrap.scrolled .nav {
  background: rgba(13,14,18,.78);
  border: 1px solid var(--border);
  backdrop-filter: blur(16px);
  border-radius: var(--radius-lg);
}
.nav-logo { display: flex; align-items: center; height: 46px; }
.nav-logo img { height: 42px; width: auto; }
.nav-style-round_badge .nav {
  position: relative;
  padding-left: 160px;
}
.nav-style-round_badge .nav-logo {
  position: absolute;
  left: 80px;
  top: 50%;
  width: 118px;
  height: 118px;
  transform: translateY(-50%);
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 36px rgba(8,14,22,.22);
  overflow: hidden;
  z-index: 2;
}
.nav-style-round_badge .nav-logo img {
  width: 82px;
  height: 82px;
  max-width: 82px;
  max-height: 82px;
  object-fit: contain;
}
.nav-menu { display: flex; align-items: center; justify-content: center; gap: 2px; flex: 1 1 auto; }
.nav-menu a {
  color: var(--text-secondary); font-size: 14.5px; font-weight: 500;
  padding: 10px 16px; border-radius: 10px;
  display: flex; align-items: center; gap: 5px;
  transition: all .2s var(--ease);
}
.nav-menu a:hover, .nav-menu a.active { color: #fff; background: rgba(255,255,255,.06); }
.nav-menu a.has-caret::after { content: ''; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); opacity: .6; }
.nav-item { position: relative; }
.nav-item-dropdown:hover > a,
.nav-item-dropdown.active > a { color: #fff; background: rgba(255,255,255,.06); }
.nav-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 240px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(13,14,18,.98);
  border: 1px solid var(--border);
  box-shadow: 0 20px 40px rgba(0,0,0,.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s;
  z-index: 60;
}
.nav-item-dropdown:hover .nav-dropdown,
.nav-item-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown a {
  display: flex;
  width: 100%;
  padding: 11px 14px;
  border-radius: 12px;
  color: var(--text-secondary);
  font-size: 13.5px;
  background: transparent;
}
.nav-dropdown a:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }
.nav-cta {
  background: var(--orange); color: #fff; font-weight: 600; font-size: 14px;
  padding: 11px 22px; border-radius: 999px;
  transition: all .25s var(--ease);
}
.nav-cta:hover { background: var(--orange-light); transform: translateY(-1px); box-shadow: 0 8px 24px var(--orange-glow); }
.nav-icons { display: flex; gap: 8px; }
.nav-icon {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--border); display: grid; place-items: center;
  color: var(--text-secondary); transition: all .2s var(--ease); background: none; cursor: pointer;
}
.nav-icon:hover { color: var(--orange); border-color: var(--border-hover); }
.nav-icon svg { width: 18px; height: 18px; }
.burger { display: none; }

/* ════════════ HERO ════════════ */
.hero {
  position: relative; min-height: 86vh;
  display: flex; align-items: center;
  padding: calc(var(--nav-h) + 90px) 0 100px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(1200px 600px at 75% 20%, rgba(255,106,0,.12), transparent 60%),
    linear-gradient(180deg, #0d0f14 0%, #0a0a0c 100%);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000 30%, transparent 75%);
}
.hero-rain {
  position: absolute; inset: 0; z-index: 1; opacity: .5;
  pointer-events: none;
}
.hero-content { position: relative; z-index: 3; max-width: 760px; text-align: center; margin: 0 auto; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,106,0,.1); border: 1px solid rgba(255,106,0,.3);
  color: var(--orange-light); font-size: 13px; font-weight: 600;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 28px;
}
.hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 10px var(--orange); }
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 6vw, 68px); font-weight: 700; line-height: 1.05;
  letter-spacing: -.5px; text-transform: uppercase; margin-bottom: 22px;
}
.hero h1 .hl { color: var(--orange); }
.hero p.lead {
  font-size: clamp(16px, 2vw, 19px); color: var(--text-secondary);
  max-width: 620px; margin: 0 auto 38px;
}
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 600; font-size: 15px; padding: 14px 28px;
  border-radius: 999px; cursor: pointer; border: none;
  transition: all .25s var(--ease);
}
.btn-primary { background: var(--orange); color: #fff; }
.btn-primary:hover { background: var(--orange-light); transform: translateY(-2px); box-shadow: 0 12px 30px var(--orange-glow); }
.btn-outline { background: rgba(255,255,255,.04); color: #fff; border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--orange); background: rgba(255,106,0,.08); }
.btn svg { width: 17px; height: 17px; }

/* Caméra flottante déco (SVG) */
.hero-cam {
  position: absolute; right: 4%; top: 50%; transform: translateY(-50%);
  width: 240px; z-index: 2; opacity: .9;
}
@media (max-width: 1100px) { .hero-cam { display: none; } }

/* ════════════ SECTIONS GÉNÉRIQUES ════════════ */
.section { padding: 90px 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.eyebrow {
  display: inline-block; color: var(--orange); font-weight: 700;
  font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px;
}
.section-title {
  font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px);
  font-weight: 700; line-height: 1.15; letter-spacing: -.5px; text-transform: uppercase;
}
.section-title .hl { color: var(--orange); }
.section-sub { color: var(--text-secondary); font-size: 16px; margin-top: 14px; }

/* ════════════ À PROPOS (split) ════════════ */
.apropos { display: grid; grid-template-columns: 1fr 1fr; }
.apropos-visual {
  background: linear-gradient(135deg, #16181f, #0d0f14);
  min-height: 560px; position: relative; overflow: hidden;
  display: grid; place-items: center;
}
.apropos-text { background: var(--bg-light); color: var(--text-dark); padding: 70px 56px; }
.apropos-text h3 { color: var(--orange); font-size: 22px; font-weight: 800; margin-bottom: 4px; }
.apropos-text h2 { font-size: 26px; font-weight: 800; color: #1a1a1a; margin-bottom: 24px; line-height: 1.3; }
.apropos-text p { color: #555; font-size: 15px; margin-bottom: 16px; }
.apropos-text strong { color: #1a1a1a; }
.apropos-badges { display: flex; gap: 16px; align-items: center; margin: 28px 0; flex-wrap: wrap; }
.apropos-badge {
  background: #fff; border: 1px solid #e5e5e5; border-radius: 10px;
  padding: 12px 18px; font-size: 13px; font-weight: 700; color: #1a1a1a;
  display: flex; align-items: center; gap: 8px;
}
.apropos-badge .dots { display: flex; gap: 4px; }
.apropos-badge .dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--accent-red); display: inline-block; }

/* ════════════ SERVICES GRID ════════════ */
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.service-card {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 30px 26px;
  transition: all .3s var(--ease); position: relative; overflow: hidden;
  opacity: 1;
  visibility: visible;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--orange); transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.service-card:hover { border-color: var(--border-hover); transform: translateY(-6px); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(255,106,0,.12); color: var(--orange);
  display: grid; place-items: center; margin-bottom: 20px;
}
.service-icon svg { width: 28px; height: 28px; }
.service-icon-media { overflow: hidden; }
.service-icon-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.service-card p { color: var(--text-secondary); font-size: 14.5px; margin-bottom: 18px; }
.service-features { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.service-features li { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--text-secondary); }
.service-features li svg { width: 15px; height: 15px; color: var(--accent-green); flex-shrink: 0; }
.service-link { color: var(--orange); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.service-link svg { width: 15px; height: 15px; transition: transform .2s; }
.service-card:hover .service-link svg { transform: translateX(4px); }

/* ════════════ PRODUITS AJAX ════════════ */
.produits-section { background: var(--bg-secondary); }
.produits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.produit-card {
  border-radius: var(--radius); overflow: hidden; background: var(--bg-card);
  border: 1px solid var(--border); transition: all .3s var(--ease);
}
.produit-card:hover { transform: translateY(-6px); border-color: var(--border-hover); }
.produit-visual {
  height: 220px; position: relative; overflow: hidden;
  display: grid; place-items: center;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.28)),
    linear-gradient(180deg, var(--product-gradient-top, #d66a12) 0%, color-mix(in srgb, var(--product-gradient-top, #d66a12) 45%, var(--product-gradient-bottom, #0b0b0d)) 58%, var(--product-gradient-bottom, #0b0b0d) 100%);
}
.produit-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .88;
}
.produit-badge {
  position: absolute; top: 14px; right: 14px;
  font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 999px;
  background: rgba(255,255,255,.1); color: #fff; border: 1px solid var(--border);
}
.produit-gamme {
  font-family: var(--font-display); font-size: 34px; font-weight: 700;
  letter-spacing: 1px;
}
.produit-body { padding: 24px; }
.produit-body h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.produit-body p { color: var(--text-secondary); font-size: 14px; margin-bottom: 18px; }
.produit-foot { display: flex; align-items: center; justify-content: space-between; }
.produit-prix { font-size: 13px; color: var(--text-muted); font-weight: 600; }

/* ════════════ BANDE TRIPLE S ════════════ */
.triple-s {
  background: var(--orange); padding: 34px 0;
}
.triple-s-inner { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 20px; }
.triple-s-item {
  font-family: var(--font-display); font-size: clamp(24px, 3vw, 38px);
  font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 1px;
  display: flex; align-items: center; gap: 14px;
}
.triple-s-item svg { width: 30px; height: 30px; }

/* ════════════ CTA DOMICILE (split orange) ════════════ */
.cta-domicile { display: grid; grid-template-columns: 1fr 1fr; }
.cta-domicile-text { background: var(--orange); color: #fff; padding: 70px 56px; }
.cta-domicile-text h2 { font-family: var(--font-display); font-size: clamp(26px,3vw,38px); font-weight: 700; text-transform: uppercase; margin-bottom: 8px; }
.cta-domicile-text .sub { font-size: 16px; opacity: .9; margin-bottom: 22px; font-weight: 600; }
.cta-domicile-text p { font-size: 15px; opacity: .92; margin-bottom: 16px; }
.cta-domicile-text .btn-white { background: transparent; border: 1.5px solid rgba(255,255,255,.6); color: #fff; margin-top: 14px; }
.cta-domicile-text .btn-white:hover { background: #fff; color: var(--orange); }
.cta-domicile-visual {
  background: linear-gradient(135deg, #1a1c24, #0a0a0c);
  position: relative; overflow: hidden; min-height: 420px; display: grid; place-items: center;
}

/* ════════════ STATS / POURQUOI ════════════ */
.why { background: #fff; color: var(--text-dark); padding: 80px 0; text-align: center; }
.why h2 { font-family: var(--font-display); color: var(--orange); font-size: clamp(24px,3vw,34px); font-weight: 700; margin-bottom: 6px; }
.why .why-sub { color: #555; font-weight: 600; margin-bottom: 10px; }
.why .why-label { color: #888; font-size: 14px; margin-bottom: 44px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 900px; margin: 0 auto 40px; }
.why-item { text-align: center; }
.why-item-icon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 16px; background: rgba(255,106,0,.1); color: var(--orange); display: grid; place-items: center; }
.why-item-icon svg { width: 32px; height: 32px; }
.why-item h4 { font-size: 16px; font-weight: 700; color: #1a1a1a; }

.page-hero {
  min-height: 46vh;
  padding-bottom: 44px;
}
.page-hero.page-hero-sm { min-height: 42vh; padding-bottom: 30px; }
.page-hero.page-hero-lg { min-height: 70vh; padding-bottom: 70px; }
.page-hero .hero-content { max-width: 760px; }
.internal-page-hero {
  min-height: 42vh;
  padding-bottom: 34px;
}
.internal-page-hero .hero-content {
  max-width: 820px;
}
.internal-page-hero .hero-badge {
  margin-bottom: 22px;
}
.internal-page-hero .page-title {
  line-height: 1.02;
  letter-spacing: 0;
}
.internal-page-hero .lead {
  max-width: 680px;
  color: rgba(255,255,255,.8);
  margin-bottom: 0;
}
.about-hero {
  min-height: 34vh;
  padding-bottom: 18px;
}
.about-hero .hero-content {
  max-width: 720px;
}
.about-hero .lead {
  margin-bottom: 0;
  max-width: 620px;
}
.page-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}
.page-shell { padding-top: 60px; }
.content-narrow { max-width: 820px; }
.content-medium { max-width: 860px; }
.page-copy {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.8;
}
.internal-page-section {
  padding-top: 78px;
  padding-bottom: 92px;
}
.internal-page-cta {
  margin-top: 56px;
}
.about-copy-section {
  padding-top: 6px;
}
.about-page-hero + .about-copy-section .page-copy {
  margin-top: 0;
}
.page-copy p + p { margin-top: 18px; }
.center-cta { text-align: center; margin-top: 50px; }
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}
.info-card,
.contact-panel,
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.info-card { padding: 22px; }
.contact-panel { padding: 30px; }
.contact-title,
.panel-title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.feature-card {
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.feature-card .service-icon {
  width: 42px;
  height: 42px;
  margin: 0;
  flex-shrink: 0;
}
.feature-card .service-icon svg {
  width: 20px;
  height: 20px;
}
.feature-label { font-weight: 600; }
.realisations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.realisations-grid .service-card,
.services-page-section .service-card {
  border-radius: 22px;
  box-shadow: 0 22px 46px rgba(10,18,28,.12);
}
.services-page-section .service-card {
  padding: 32px 28px;
}
.services-page-section .service-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  margin-bottom: 22px;
}
.services-page-section .service-card h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
.services-page-section .service-card p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.services-page-section .service-features {
  gap: 10px;
  margin-bottom: 24px;
}
.services-page-section .service-features li {
  font-size: 14px;
}
.produits-page-section {
  background: #f5f7fb;
}
.produits-page-section .produit-card {
  border-radius: 22px;
  box-shadow: 0 24px 48px rgba(18,34,53,.08);
}
.produits-page-section .produit-visual {
  height: 250px;
}
.produits-page-section .produit-body {
  padding: 26px 24px 26px;
}
.produits-page-section .produit-body h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.produits-page-section .produit-body p {
  font-size: 15px;
  line-height: 1.68;
}
.internal-why-section {
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
}
.internal-why-section .why-grid {
  gap: 22px;
}
.internal-why-section .why-item {
  padding: 28px 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(17,33,51,.08);
  box-shadow: 0 18px 38px rgba(18,34,53,.06);
}
.contact-page-section .split-layout {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: stretch;
}
.contact-page-section .split-layout > * {
  min-width: 0;
}
.contact-page-section .contact-panel,
.contact-page-section .info-card {
  border-radius: 22px;
  box-shadow: 0 20px 44px rgba(10,18,28,.1);
}
.contact-page-section .contact-panel {
  padding: 34px;
}
.contact-page-section .info-card {
  padding: 24px;
}
.contact-page-section .form-group input,
.contact-page-section .form-group textarea,
.contact-page-section .form-group select {
  min-height: 52px;
  border-radius: 14px;
}
.contact-page-section .form-group textarea {
  min-height: 140px;
}
.contact-page-section .contact-meta {
  align-items: flex-start;
  gap: 12px;
}
.contact-page-section .contact-meta span {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.contact-page-section .info-card p {
  overflow-wrap: anywhere;
}
.about-page-section .page-copy {
  font-size: 17px;
  line-height: 1.9;
}
.about-page-section .page-copy p + p {
  margin-top: 22px;
}
.about-page-section + .page-section-tight .section-head,
.page-section-tight .section-head {
  margin-bottom: 42px;
}
.about-page-section + .page-section-tight .realisations-grid .service-card {
  padding: 28px 24px;
}
.realisation-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.realisation-card {
  overflow: hidden;
  padding: 0;
}
.realisation-visual {
  aspect-ratio: 16 / 10;
  background: #dbe2ec;
  overflow: hidden;
}
.realisation-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.realisation-card-body {
  padding: 24px;
}
.chip {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255,106,0,.12);
  color: var(--orange);
}
.meta-text {
  font-size: 13px;
  color: var(--text-muted);
}
.contact-form .form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-group { margin-bottom:18px; }
.form-group label { display:block; font-size:13px; font-weight:600; color:var(--text-secondary); margin-bottom:8px; }
.form-group input, .form-group textarea, .form-group select {
  width:100%; background:var(--bg-card); border:1px solid var(--border); border-radius:var(--radius-sm);
  padding:13px 16px; color:var(--text-primary); font-family:inherit; font-size:15px; transition:border-color .2s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline:none; border-color:var(--orange); }
.form-group textarea { resize:vertical; }
.legal-page-shell {
  padding: 18px 0 88px;
  background: #fff;
}
.legal-page-container {
  max-width: 980px;
}
.legal-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  color: #6f7d8f;
  font-size: 13px;
}
.legal-breadcrumb a {
  color: var(--orange);
}
.legal-page-content {
  color: #5b6777;
  font-size: 15px;
  line-height: 1.85;
}
.legal-section + .legal-section,
.legal-block + .legal-block {
  margin-top: 24px;
}
.legal-section h2,
.legal-block h3 {
  color: var(--orange);
  font-weight: 800;
}
.legal-section h2 {
  font-size: 34px;
  font-family: var(--font-display);
  margin-bottom: 20px;
}
.legal-block h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.legal-page-content p + p {
  margin-top: 14px;
}
.legal-page-content p a {
  color: var(--orange);
}
.legal-page-hero {
  min-height: 34vh;
  padding-bottom: 24px;
}
.legal-page-hero .hero-content {
  max-width: 840px;
  text-align: left;
}
.legal-page-hero .hero-badge {
  margin-bottom: 16px;
}
.legal-page-hero .page-title {
  font-size: clamp(34px, 6vw, 56px);
}

/* ════════════ FOOTER ════════════ */
.showcase-hero {
  position: relative;
  padding: 110px 24px 36px;
  background: #e9edf3;
  overflow: hidden;
}
.showcase-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ff7a12 0 49%, #16202c 49% 100%);
}
.showcase-hero-shell {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  min-height: 720px;
  align-items: stretch;
}
.showcase-copy {
  background: linear-gradient(180deg, #ff7a12 0%, #ff6a00 100%);
  color: #fff;
  padding: 72px 56px 40px;
  border-radius: 0 0 34px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 3;
  overflow: visible;
}
.showcase-kicker {
  max-width: 290px;
  font-size: 15px;
  line-height: 1.75;
  opacity: .9;
  margin-bottom: 24px;
}
.showcase-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 74px);
  line-height: .95;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 18px;
  max-width: 780px;
  width: max-content;
  position: relative;
  z-index: 4;
  margin-right: -240px;
}
.showcase-lead {
  max-width: 440px;
  font-size: 17px;
  line-height: 1.7;
  opacity: .92;
}
.showcase-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 24px;
}
.showcase-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: #0f1014;
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
  font-weight: 700;
  transition: all .25s var(--ease);
}
.showcase-hero-btn:hover {
  transform: translateY(-1px);
  background: #1a1c24;
  border-color: rgba(255,255,255,.24);
}
.showcase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
}
.pill-action,
.ghost-outline,
.choice-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: all .25s var(--ease);
}
.pill-action {
  background: #0f202f;
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
}
.pill-action:hover { transform: translateY(-2px); background: #10273b; }
.pill-action.light {
  background: #fff;
  color: #0f202f;
  border-color: rgba(255,255,255,.25);
}
.showcase-stamp {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.showcase-stamp strong {
  font-size: 15px;
  letter-spacing: 0;
}
.showcase-visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 56px 46px 0 32px;
}
.showcase-screen {
  position: relative;
  min-height: 590px;
  border-radius: 0 22px 0 0;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(15,32,47,.15), rgba(9,16,23,.68)),
    radial-gradient(circle at 64% 30%, rgba(255,255,255,.08), transparent 22%),
    linear-gradient(180deg, #536172 0%, #2d3848 35%, #1d2633 100%);
}
.showcase-screen-image::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,106,0,.92) 38%, rgba(255,106,0,.38) 68%, rgba(255,255,255,.55));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 3;
  box-shadow: 0 0 22px rgba(255,106,0,.22);
}
.showcase-screen-image::after {
  content: '';
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255,106,0,0) 0%, rgba(255,255,255,.08) 20%, rgba(255,185,123,.96) 50%, rgba(255,255,255,.08) 80%, rgba(255,106,0,0) 100%);
  background-size: 220% 100%;
  background-position: 200% 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  filter: blur(.4px);
  opacity: .95;
  pointer-events: none;
  z-index: 4;
  animation: heroBorderSweep 3.8s linear infinite;
}
.screen-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.screen-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: .35;
  z-index: 2;
}
.screen-glow {
  position: absolute;
  inset: auto 10% 0;
  height: 220px;
  background: radial-gradient(circle at 50% 0, rgba(255,255,255,.14), transparent 72%);
  z-index: 2;
}
.screen-tower {
  position: absolute;
  bottom: 82px;
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.screen-tower span {
  width: 14px;
  height: 250px;
  border-radius: 12px;
  background: linear-gradient(180deg, #cad4dc, #74808c);
}
.screen-tower i {
  position: absolute;
  top: 72px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #eef5fb;
  border: 10px solid #1b2532;
}
.screen-tower b {
  position: absolute;
  top: 40px;
  width: 84px;
  height: 18px;
  border-radius: 999px;
  background: #eef5fb;
}
.tower-one { right: 28%; }
.tower-two { right: 10%; transform: scale(.82); transform-origin: bottom center; }
.screen-tags {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 4;
}
.screen-tags span {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(7,14,22,.72);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.hero-partners {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-partners span {
  flex-shrink: 0;
}
.hero-partners-viewport {
  width: min(100%, 492px);
  overflow: hidden;
}
.hero-partners-track {
  display: flex;
  gap: 12px;
  width: max-content;
}
.hero-partners-track.is-sliding {
  animation: heroPartnersSlide 16s linear infinite;
}
.hero-partner-card {
  width: 156px;
  min-width: 156px;
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 6px 4px;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.hero-partner-card b {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #122235;
  color: #fff;
  font-size: 13px;
  letter-spacing: .04em;
}
.hero-partner-card img {
  width: 100%;
  max-width: 118px;
  height: 42px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.hero-partner-card small {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.showcase-hero--split_fill .showcase-visual {
  padding: 0;
  padding-bottom: 42px;
}
.showcase-hero--split_fill {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: #f3f6fb;
}
.showcase-hero--split_fill .showcase-hero-shell {
  max-width: none;
  min-height: 780px;
  grid-template-columns: minmax(360px, 48.5%) 1fr;
}
.showcase-hero--split_fill .showcase-screen {
  min-height: 100%;
  border-radius: 0;
}
.showcase-hero--split_fill .showcase-copy {
  padding: 170px 84px 52px;
  border-radius: 0 0 42px 0;
  justify-content: flex-start;
}
.showcase-hero--split_fill .showcase-copy,
.showcase-hero--split_fill .showcase-visual {
  padding-top: 0;
  margin-top: 120px;
}
.showcase-hero--split_fill .showcase-title {
  margin-right: -300px;
  max-width: 980px;
  width: max-content;
}
.showcase-hero--split_fill .showcase-screen-image::before,
.showcase-hero--split_fill .showcase-screen-image::after {
  display: none;
}
.showcase-hero--split_fill .screen-grid,
.showcase-hero--split_fill .screen-glow {
  display: none;
}
.showcase-hero--split_fill .showcase-kicker {
  max-width: 540px;
  margin-top: 44px;
  margin-bottom: 38px;
  font-size: 16px;
  line-height: 1.65;
}
.showcase-hero--split_fill .showcase-lead {
  max-width: 470px;
}
.showcase-hero--split_fill .showcase-stamp {
  margin-top: 0;
  margin-bottom: 22px;
  align-items: flex-start;
}
.showcase-hero--split_fill .screen-tags {
  left: 28px;
  right: 28px;
  bottom: 28px;
}
.showcase-hero--media_slider .showcase-visual {
  padding-left: 0;
  padding-right: 0;
}
.showcase-screen-slider {
  min-height: 720px;
  border-radius: 0;
}
.showcase-slider-track {
  position: absolute;
  inset: 0;
}
.showcase-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s ease, visibility .7s ease;
}
.showcase-slide.is-active {
  opacity: 1;
  visibility: visible;
}
.showcase-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,16,23,.1), rgba(9,16,23,.48));
}
.showcase-screen-slider .screen-media {
  position: absolute;
  inset: 0;
}
.home-intro-band {
  padding: 70px 0 56px;
  background: #eef2f7;
  color: #122235;
  text-align: center;
}
.home-intro-copy {
  max-width: 980px;
  margin: 0 auto;
}
.home-intro-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.home-intro-copy p {
  font-size: 18px;
  line-height: 1.7;
  color: #324255;
}
.home-product-showcase {
  background: #f5f7fb;
  color: #122235;
  padding: 42px 0 96px;
}
.home-product-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
.home-product-intro {
  padding: 26px 10px 0 0;
}
.home-product-intro .section-title,
.home-story-card .section-title,
.home-choice-copy .section-title {
  color: #122235;
  text-transform: none;
}
.home-product-intro .section-sub,
.home-choice-copy .section-sub {
  color: #5a6676;
}
.home-product-intro .section-title,
.home-services-section .section-title {
  line-height: 1.08;
  letter-spacing: 0;
}
.ghost-outline {
  margin-top: 26px;
  border: 1px solid rgba(17,33,51,.18);
  color: #122235;
  background: #fff;
}
.home-product-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.showcase-product-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(17,33,51,.08);
  box-shadow: 0 24px 46px rgba(18,34,53,.08);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}
.showcase-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(17,33,51,.14);
  box-shadow: 0 30px 54px rgba(18,34,53,.12);
}
.showcase-product-sky {
  position: relative;
  height: 390px;
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.28)),
    linear-gradient(180deg, var(--product-gradient-top, #d66a12) 0%, color-mix(in srgb, var(--product-gradient-top, #d66a12) 45%, var(--product-gradient-bottom, #0b0b0d)) 58%, var(--product-gradient-bottom, #0b0b0d) 100%);
}
.showcase-product-sky strong {
  position: relative;
  z-index: 2;
  display: block;
  font-family: var(--font-display);
  font-size: 34px;
  text-transform: uppercase;
}
.showcase-product-tags {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 58px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.showcase-product-tags span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  font-size: 11px;
  font-weight: 600;
}
.product-mast {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 26px;
  height: 280px;
  transform: translateX(-50%);
}
.product-mast i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 280px;
  margin-left: -6px;
  border-radius: 99px;
  background: linear-gradient(180deg, #eef6fc, #90adc4);
}
.product-mast span {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 78px;
  height: 28px;
  margin-left: -39px;
  border-radius: 999px;
  background: var(--product-accent, #ff6a00);
  box-shadow: 0 12px 24px rgba(0,0,0,.12);
}
.product-signal {
  position: absolute;
  left: 50%;
  top: 88px;
  width: 116px;
  height: 116px;
  margin-left: -58px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.28);
  box-shadow: 0 0 0 22px rgba(255,255,255,.08);
}
.showcase-product-body {
  padding: 24px 24px 26px;
}
.showcase-product-body h3 {
  font-size: 22px;
  color: #122235;
  margin-bottom: 12px;
}
.showcase-product-body p {
  color: #5a6676;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 18px;
}
.home-story-split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: stretch;
  min-height: 620px;
  background: #eef2f7;
  overflow: hidden;
  gap: 0;
  padding-top: 52px;
}
.home-story-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: linear-gradient(180deg, #bcc9d7 0%, #8f9cad 100%);
  border-radius: 0;
}
.story-media-asset {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(8,16,25,.26)),
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.24), transparent 18%);
}
.story-fleet {
  position: absolute;
  inset: auto 9% 34px 9%;
  height: 320px;
}
.fleet-road {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: linear-gradient(180deg, #3d4958, #202a36);
  border-radius: 10px 10px 0 0;
}
.fleet-vehicle {
  position: absolute;
  bottom: 54px;
  left: 6%;
  width: 280px;
  height: 150px;
  border-radius: 26px 20px 14px 14px;
  background: linear-gradient(180deg, #f5f7fa, #d7e0ea);
  box-shadow: 0 24px 40px rgba(19,30,45,.18);
}
.fleet-vehicle.secondary {
  left: auto;
  right: 12%;
  width: 220px;
  height: 128px;
}
.fleet-vehicle::before {
  content: "";
  position: absolute;
  inset: 18px 24px auto;
  height: 72px;
  background: #e5232a;
  border-radius: 12px;
}
.fleet-vehicle::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 12px;
  height: 18px;
  background:
    radial-gradient(circle, #1e2732 34%, transparent 36%) 0 0 / 50% 100% no-repeat,
    radial-gradient(circle, #1e2732 34%, transparent 36%) 100% 0 / 50% 100% no-repeat;
}
.fleet-vehicle img {
  position: absolute;
  inset: 26px auto auto 36px;
  width: 70px;
  height: 70px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
  z-index: 2;
}
.home-story-card {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 78px 68px;
  border-radius: 0;
  background: linear-gradient(180deg, #132131 0%, #0f202f 100%);
  color: #fff;
  box-shadow: 0 28px 56px rgba(10,18,28,.14);
}
.home-story-card .section-title,
.home-story-card .section-sub { color: #fff; }
.home-story-card .section-title {
  line-height: 1.06;
  letter-spacing: 0;
  text-transform: none;
}
.home-story-card .section-sub {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(255,255,255,.82);
}
.story-highlight {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px 0 28px;
  color: rgba(255,255,255,.75);
}
.story-highlight em {
  font-style: normal;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.story-highlight strong {
  font-size: 19px;
  color: #fff;
}
.home-trust-strip {
  background: #f7f8fb;
  padding: 34px 0 42px;
}
.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 18px;
}
.trust-item {
  min-height: 94px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid rgba(17,33,51,.08);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(18,34,53,.06);
  color: #122235;
  font-size: 20px;
  font-weight: 700;
}
.trust-item-image {
  position: relative;
  min-height: 188px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(17,33,51,.08);
  box-shadow: 0 18px 38px rgba(18,34,53,.08);
}
.trust-item-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s var(--ease);
}
.trust-item-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,18,28,.04) 0%, rgba(10,18,28,.18) 42%, rgba(10,18,28,.72) 100%);
  z-index: 1;
}
.trust-item-image:hover img {
  transform: scale(1.04);
}
.trust-item-image span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}
.home-partners-section {
  background: #f7f8fb;
  padding: 0 0 88px;
}
.home-partners-head {
  margin-bottom: 28px;
  max-width: 760px;
}
.home-partners-head .eyebrow {
  margin-bottom: 10px;
}
.home-partners-head .section-title {
  text-transform: none;
  line-height: 1.08;
  margin-bottom: 12px;
}
.home-partners-head .section-sub {
  max-width: 680px;
  color: #5a6778;
}
.partners-marquee {
  position: relative;
  overflow: hidden;
  padding: 18px 0;
}
.partners-marquee::before,
.partners-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 88px;
  z-index: 2;
  pointer-events: none;
}
.partners-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f7f8fb 10%, rgba(247,248,251,0));
}
.partners-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f7f8fb 10%, rgba(247,248,251,0));
}
.partners-marquee-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
}
.partners-marquee-track.is-sliding {
  animation: partnersMarqueeSlide 24s linear infinite;
}
.partners-marquee:hover .partners-marquee-track.is-sliding {
  animation-play-state: paused;
}
.partner-logo-chip {
  flex: 0 0 auto;
  width: 180px;
  min-width: 180px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-logo-chip img {
  max-width: 160px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.partner-logo-chip span {
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.home-choice-section {
  background: #fff;
  color: #122235;
  padding: 92px 0 100px;
}
.home-choice-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 54px;
  align-items: center;
}
.home-choice-copy {
  max-width: 540px;
}
.home-choice-copy .eyebrow {
  margin-bottom: 16px;
}
.home-choice-copy .section-title {
  max-width: 520px;
  line-height: 1.08;
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: 0;
  text-transform: none;
}
.home-choice-copy .section-sub {
  margin-top: 22px;
  max-width: 500px;
  font-size: 18px;
  line-height: 1.7;
}
.choice-points {
  list-style: none;
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.choice-points li {
  position: relative;
  padding-left: 32px;
  color: #4f5d6d;
  font-size: 17px;
  line-height: 1.5;
}
.choice-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255,106,0,.12);
}
.home-choice-actions {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 38px;
  border-radius: 22px;
  background: linear-gradient(180deg, #132131 0%, #0f202f 100%);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 26px 56px rgba(10,18,28,.18);
}
.choice-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}
.choice-pill {
  min-height: 56px;
  background: #0b1118;
  color: #fff;
  font-size: 16px;
  padding: 0 22px;
  text-align: center;
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 14px 30px rgba(0,0,0,.16);
}
.choice-pill:hover {
  transform: translateY(-2px);
  background: #16283a;
  border-color: rgba(255,255,255,.18);
}
.choice-cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 2px;
}
.choice-cta-row .ghost-outline {
  margin-top: 0;
  min-height: 56px;
  width: 100%;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
.choice-cta-row .ghost-outline:hover {
  border-color: rgba(255,255,255,.26);
  background: rgba(255,255,255,.08);
}
.home-choice-actions::before {
  content: "";
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(255,106,0,.15));
}
.home-services-section {
  background: #f5f7fb;
  padding-top: 94px;
  padding-bottom: 98px;
}
.home-services-section .services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.home-services-section .section-title {
  color: #122235;
  text-transform: none;
}
.home-services-section .section-sub {
  color: #5a6676;
}
.home-services-section .section-head {
  margin-bottom: 48px;
}
.home-services-section .service-card {
  border-radius: 22px;
  background: linear-gradient(180deg, #171a22 0%, #141821 100%);
  border-color: rgba(255,255,255,.06);
  box-shadow: 0 22px 44px rgba(10,18,28,.12);
  padding: 32px 28px;
}
.home-services-section .service-card:hover {
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 28px 52px rgba(10,18,28,.18);
}
.home-services-section .service-card::before {
  height: 4px;
}
.home-services-section .service-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  margin-bottom: 22px;
}
.home-services-section .service-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.home-services-section .service-card p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.home-services-section .service-features {
  gap: 10px;
  margin-bottom: 24px;
}
.home-services-section .service-features li {
  font-size: 14px;
}
.home-services-section .service-link {
  font-size: 14px;
  letter-spacing: .01em;
}
.page-section-tight { padding-top: 0; }
.about-values-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  max-width: none;
  margin-bottom: 0;
}
.about-values-grid .why-item {
  min-height: 220px;
  padding: 28px 18px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.about-values-grid .why-item-icon {
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 0;
}
.about-values-grid .why-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-values-grid .why-item h4 {
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  max-width: 180px;
  margin: 0;
}
.page-title-sm { font-size: 30px; }
.meta-back {
  margin-bottom: 18px;
  display: inline-flex;
}
.contact-meta {
  font-size: 16px;
}
.success-banner {
  background: rgba(46,204,113,.1);
  border: 1px solid rgba(46,204,113,.35);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.success-banner span {
  color: #2ecc71;
  font-weight: 600;
}
.info-card h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: var(--orange);
}
.info-card p {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 2;
}

.footer-cta {
  background: var(--bg-secondary); border-top: 1px solid var(--border);
  text-align: center; padding: 70px 0;
}
.footer-cta h2 { font-family: var(--font-display); font-size: clamp(24px,3vw,36px); font-weight: 700; text-transform: uppercase; margin-bottom: 26px; }
.footer-cta h2 .hl { color: var(--orange); }
footer.site-footer { background: var(--bg-primary); padding: 64px 0 0; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 50px; }
.footer-brand img { height: 46px; margin-bottom: 18px; }
.footer-brand p { color: var(--text-muted); font-size: 14px; max-width: 240px; }
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  color: var(--text-muted);
  transition: all .2s var(--ease);
}
.footer-social a:hover {
  color: var(--orange);
  border-color: var(--border-hover);
  transform: translateY(-1px);
}
.footer-social svg {
  width: 18px;
  height: 18px;
}
.footer-col h4 { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-col a { display: flex; align-items: center; gap: 8px; color: var(--text-muted); font-size: 14px; margin-bottom: 11px; transition: color .2s; }
.footer-col a:hover { color: var(--orange); }
.footer-col a::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); opacity: .6; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; color: var(--text-secondary); font-size: 14px; margin-bottom: 13px; }
.footer-contact-item svg { width: 17px; height: 17px; color: var(--orange); flex-shrink: 0; margin-top: 2px; }
.footer-bottom {
  border-top: 1px solid var(--border); padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { color: var(--text-muted); font-size: 13px; }
.footer-bottom-links { display: flex; gap: 22px; }
.footer-bottom-links a { color: var(--text-muted); font-size: 13px; }
.footer-bottom-links a:hover { color: var(--orange); }
.footer-cookie-link {
  border: none;
  background: none;
  color: var(--text-muted);
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
}
.footer-cookie-link:hover { color: var(--orange); }
.cookie-consent {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 210;
}
.cookie-consent-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(25,25,28,.96);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 24px 46px rgba(0,0,0,.24);
}
.cookie-consent-copy strong {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}
.cookie-consent-copy p {
  color: var(--text-secondary);
  font-size: 13px;
}
.cookie-consent-actions,
.cookie-modal-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .2s var(--ease);
}
.cookie-btn-primary {
  background: var(--orange);
  color: #fff;
}
.cookie-btn-primary:hover {
  background: var(--orange-light);
}
.cookie-btn-secondary {
  background: rgba(255,255,255,.08);
  color: #fff;
  border-color: rgba(255,255,255,.12);
}
.cookie-btn-secondary:hover,
.cookie-btn-ghost:hover {
  background: rgba(255,255,255,.14);
}
.cookie-btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.14);
}
.cookie-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
}
.cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6,10,14,.65);
  backdrop-filter: blur(6px);
}
.cookie-modal-panel {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100% - 32px));
  margin: 8vh auto 0;
  padding: 24px;
  border-radius: 24px;
  background: #11151c;
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 28px 54px rgba(0,0,0,.3);
}
.cookie-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.cookie-modal-head h2 {
  font-size: 30px;
  font-family: var(--font-display);
  margin-bottom: 6px;
}
.cookie-modal-head p {
  color: var(--text-secondary);
  font-size: 14px;
}
.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.cookie-option strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}
.cookie-option p {
  color: var(--text-secondary);
  font-size: 13px;
}
.cookie-switch {
  position: relative;
  width: 56px;
  height: 32px;
  flex-shrink: 0;
}
.cookie-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cookie-switch span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  transition: background .2s var(--ease);
}
.cookie-switch span::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  transition: transform .2s var(--ease);
}
.cookie-switch input:checked + span {
  background: var(--orange);
}
.cookie-switch input:checked + span::after {
  transform: translateX(24px);
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 95;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 18px 0 14px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .32);
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
.whatsapp-float:hover {
  transform: translateY(-2px);
  background: #1fbe5c;
  box-shadow: 0 18px 40px rgba(37, 211, 102, .4);
}
.whatsapp-float svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* ════════════ NAV MOBILE APP (bottom bar) ════════════ */
.mobile-nav {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90;
  background: rgba(13,14,18,.96); backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  padding: 8px 6px calc(8px + env(safe-area-inset-bottom));
}
.mobile-nav-inner { display: flex; justify-content: space-around; align-items: center; }
.mobile-nav a {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  color: var(--text-muted); font-size: 10.5px; font-weight: 600;
  padding: 6px 8px; border-radius: 12px; min-width: 56px;
  transition: color .2s var(--ease); position: relative;
}
.mobile-nav a.active { color: var(--orange); }
.mobile-nav a.active::before {
  content: ''; position: absolute; top: -8px; width: 28px; height: 3px;
  border-radius: 3px; background: var(--orange);
}
.mobile-nav a svg { width: 23px; height: 23px; }
.mobile-nav a.fab {
  background: var(--orange); color: #fff; width: 54px; height: 54px;
  border-radius: 50%; justify-content: center; margin-top: -22px;
  box-shadow: 0 8px 24px var(--orange-glow); font-size: 0; gap: 0;
}
.mobile-nav a.fab svg { width: 26px; height: 26px; }

/* Off-canvas menu mobile */
.mobile-drawer {
  position: fixed; inset: 0; z-index: 200; visibility: hidden;
}
.mobile-drawer-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.6); opacity: 0; transition: opacity .3s; }
.mobile-drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(320px, 84vw);
  background: var(--bg-secondary); transform: translateX(100%);
  transition: transform .35s var(--ease); padding: 24px;
  display: flex; flex-direction: column; gap: 6px;
}
.mobile-drawer.open { visibility: visible; }
.mobile-drawer.open .mobile-drawer-overlay { opacity: 1; }
.mobile-drawer.open .mobile-drawer-panel { transform: translateX(0); }
.mobile-drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.mobile-drawer-head img { height: 40px; }
.mobile-drawer-close { background: none; border: 1px solid var(--border); color: #fff; width: 38px; height: 38px; border-radius: 10px; cursor: pointer; }
.mobile-drawer a {
  padding: 14px 16px; border-radius: 12px; color: var(--text-secondary);
  font-size: 16px; font-weight: 500; display: flex; align-items: center; gap: 12px;
}
.mobile-drawer a:hover, .mobile-drawer a.active { background: rgba(255,106,0,.1); color: var(--orange); }
.mobile-drawer a svg { width: 20px; height: 20px; }
.mobile-drawer .drawer-cta { background: var(--orange); color: #fff; justify-content: center; margin-top: 16px; }

/* ════════════ RESPONSIVE ════════════ */
@media (max-width: 980px) {
  .services-grid, .produits-grid, .why-grid { grid-template-columns: 1fr; }
  .apropos, .cta-domicile { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split-layout, .feature-grid, .realisations-grid { grid-template-columns: 1fr; }
  .showcase-hero-shell,
  .home-product-grid,
  .home-choice-grid { grid-template-columns: 1fr; }
  .home-product-cards { grid-template-columns: 1fr 1fr; }
  .home-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-story-media {
    border-radius: 0;
  }
  .home-story-card {
    width: calc(100% - 48px);
    margin: 74px 24px;
    border-radius: 0;
  }
  .about-values-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .contact-page-section .split-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contact-page-section .split-layout > * {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .nav-menu, .nav-actions .nav-cta, .nav-icons { display: none; }
  .burger { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.06); border: 1px solid var(--border); cursor: pointer; }
  .burger svg { width: 22px; height: 22px; color: #fff; }
  .nav-wrap { top: 18px; }
  .nav { padding: 0 12px; height: 62px; }
  .nav-logo img { height: 36px; }
  .nav-style-round_badge .nav {
    padding-left: 88px;
  }
  .nav-style-round_badge .nav-logo {
    left: 12px;
    width: 72px;
    height: 72px;
  }
  .nav-style-round_badge .nav-logo img {
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
  }
  .whatsapp-float {
    right: 14px;
    bottom: calc(84px + env(safe-area-inset-bottom));
    min-height: 52px;
    padding: 0 16px 0 13px;
    font-size: 13px;
  }
  .mobile-nav { display: block; }
  body { padding-bottom: 72px; }
  .hero { min-height: auto; padding: calc(var(--nav-h) + 60px) 0 70px; }
  .page-hero, .page-hero.page-hero-sm, .page-hero.page-hero-lg { min-height: auto; padding-bottom: 38px; }
  .apropos-text, .cta-domicile-text { padding: 48px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .page-shell { padding-top: 40px; }
  .contact-panel { padding: 24px; }
  .contact-form .form-row { grid-template-columns:1fr; }
  .contact-page-section .contact-panel,
  .contact-page-section .info-card {
    border-radius: 18px;
  }
  .contact-page-section .contact-panel {
    padding: 22px 18px;
  }
  .contact-page-section .info-card {
    padding: 20px 18px;
  }
  .contact-page-section .split-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-title,
  .panel-title {
    font-size: 22px;
    line-height: 1.1;
  }
  .contact-page-section .contact-meta {
    margin-bottom: 16px !important;
  }
  .contact-page-section .contact-meta svg {
    width: 16px;
    height: 16px;
  }
  .showcase-hero { padding: 94px 0 24px; }
  .showcase-hero-bg { background: linear-gradient(180deg, #ff7a12 0 52%, #16202c 52% 100%); }
  .showcase-hero-shell { min-height: auto; }
  .showcase-copy { padding: 56px 24px 34px; border-radius: 0 0 22px 22px; }
  .showcase-title {
    width: auto;
    max-width: 100%;
    margin-right: 0;
    font-size: clamp(34px, 12vw, 52px);
  }
  .showcase-visual { padding: 0 16px 0; }
  .showcase-screen { min-height: 420px; border-radius: 20px 20px 0 0; }
  .showcase-screen-slider { min-height: 420px; border-radius: 20px 20px 0 0; }
  .showcase-hero--split_fill .showcase-visual { padding: 0 0 24px; }
  .showcase-hero--split_fill .showcase-hero-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .showcase-hero--split_fill .showcase-copy,
  .showcase-hero--split_fill .showcase-visual {
    width: 100%;
    margin-top: 0;
  }
  .showcase-hero--split_fill .showcase-screen { min-height: 420px; border-radius: 0; }
  .showcase-hero--split_fill .showcase-copy,
  .showcase-hero--split_fill .showcase-visual { padding-top: 0; }
  .showcase-hero--split_fill .showcase-copy {
    padding: 0px 24px 0px;
    border-radius: 0;
  }
  .showcase-hero--split_fill .showcase-title {
    margin-right: 0;
    max-width: 100%;
    width: auto;
  }
  .showcase-hero--split_fill .showcase-visual {
    padding: 0;
  }
  .showcase-hero--split_fill .showcase-screen,
  .showcase-hero--split_fill .showcase-screen-slider {
    width: 100%;
    min-height: 320px;
  }
  .showcase-hero--split_fill .screen-tags {
    left: 14px;
    right: 14px;
    bottom: 14px;
    gap: 8px;
  }
  .showcase-hero--split_fill .screen-tags span {
    font-size: 11px;
    padding: 8px 12px;
  }
  .screen-tags { left: 18px; right: 18px; }
  .tower-one { right: 24%; }
  .tower-two { right: 2%; }
  .showcase-hero-buttons {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .showcase-hero-btn {
    width: 100%;
  }
  .home-intro-band { padding: 54px 0 42px; }
  .home-product-grid { gap: 22px; }
  .home-product-cards {
    grid-template-columns: repeat(3, minmax(280px, 280px));
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .showcase-product-card { scroll-snap-align: start; }
  .home-story-split { min-height: auto; grid-template-columns: 1fr; padding-top: 28px; }
  .home-story-media { min-height: 380px; }
  .home-story-card {
    width: 100%;
    margin: 0;
    padding: 34px 24px;
    border-radius: 0;
    box-shadow: none;
  }
  .home-trust-grid {
    grid-template-columns: repeat(5, minmax(220px, 220px));
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding-bottom: 10px;
    scrollbar-width: thin;
  }
  .home-partners-section {
    padding: 0 0 58px;
  }
  .partners-marquee {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 0 8px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  .partners-marquee::before,
  .partners-marquee::after {
    display: none;
  }
  .partners-marquee-track {
    gap: 24px;
    padding-right: 18px;
  }
  .partners-marquee-track.is-sliding {
    animation: none;
  }
  .partner-logo-chip {
    width: 150px;
    min-width: 150px;
    height: 64px;
  }
  .partner-logo-chip img {
    max-width: 132px;
    max-height: 46px;
  }
  .home-services-section .services-grid {
    grid-template-columns: repeat(6, minmax(320px, 320px));
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .home-services-section .service-card { scroll-snap-align: start; }
  .home-choice-actions {
    padding: 24px;
    gap: 18px;
  }
  .home-choice-copy .section-title {
    font-size: clamp(30px, 10vw, 42px);
  }
  .choice-pill-grid { grid-template-columns: 1fr; }
  .choice-cta-row {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 0;
  }
  .trust-item { min-height: 82px; }
  .trust-item-image { min-height: 150px; }
  .about-hero {
    min-height: auto;
    padding-bottom: 22px;
  }
  .about-copy-section {
    padding-top: 8px;
  }
  .about-values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .about-values-grid .why-item {
    min-height: 190px;
    padding: 22px 14px 18px;
  }
  .about-values-grid .why-item h4 {
    font-size: 14px;
  }
  .legal-page-shell {
    padding-bottom: 64px;
  }
  .legal-section h2 {
    font-size: 28px;
  }
  .legal-block h3 {
    font-size: 20px;
  }
  .cookie-consent {
    left: 10px;
    right: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
  }
  .cookie-consent-inner,
  .cookie-modal-panel {
    border-radius: 20px;
  }
  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-consent-actions,
  .cookie-modal-actions {
    width: 100%;
  }
  .cookie-btn {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }
  .cookie-modal-panel {
    width: min(100%, calc(100% - 20px));
    margin-top: 5vh;
    padding: 20px;
  }
  .cookie-option {
    align-items: flex-start;
  }
}

@keyframes heroBorderSweep {
  0% { background-position: 200% 0; opacity: .2; }
  18% { opacity: .92; }
  50% { background-position: 50% 0; opacity: .98; }
  82% { opacity: .82; }
  100% { background-position: -120% 0; opacity: .2; }
}

@keyframes heroPartnersSlide {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 6px)); }
}

@keyframes partnersMarqueeSlide {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 24px)); }
}


/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
