:root {
  --bg: #f8f8f6;
  --surface: #ffffff;
  --surface-2: #f4f4f1;
  --ink: #111111;
  --muted: #6b7280;
  --line: #e7e2d3;
  --primary: #111111;
  --primary-dark: #111111;
  --accent: #d4af37;
  --accent-soft: #f6efda;
  --ok-bg: #e7f5ee;
  --ok-line: #9bd7bf;
  --warn-bg: #f9ede6;
  --warn-line: #e6b9a9;
  --cold-bg: #e9eff8;
  --cold-line: #b8c6df;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow-soft: 0 14px 30px rgba(17, 17, 17, 0.08);
  --shadow-card: 0 10px 24px rgba(17, 17, 17, 0.07);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Instrument Sans", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.56;
  position: relative;
  overflow-x: hidden;
}

img,
video,
canvas,
iframe {
  max-width: 100%;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes partnerScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

a {
  color: inherit;
}

.bg-aura {
  position: fixed;
  pointer-events: none;
  filter: blur(24px);
  z-index: -2;
}

.bg-aura-1 {
  display: none;
}

.bg-aura-2 {
  display: none;
}

.bg-grid {
  display: none;
}

.wrap {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.hdr .wrap {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
}

.full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.topline {
  display: none;
}

.topline-row {
  min-height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #31485b;
  font-weight: 700;
}

.hdr {
  position: sticky;
  top: 0;
  z-index: 60;
  padding-top: 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  overflow: visible;
}

.hdr-photo {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 70;
  background: transparent;
  border-bottom: 0;
  padding-top: 0;
  min-height: 0;
  overflow: visible;
}

.hdr-photo::before {
  display: none;
}

.hdr-photo .nav-row {
  background: rgba(17, 17, 17, 0.42);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  backdrop-filter: blur(10px);
  padding: 10px 16px;
  overflow: visible;
}

.hdr-photo .header-shell {
  overflow: visible;
  pointer-events: none;
}

.hdr-photo .nav-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.hdr-photo .nav-row {
  width: 100%;
}

.hdr-photo .header-shell .nav-shell,
.hdr-photo .header-shell .brand,
.hdr-photo .header-shell .nav-main,
.hdr-photo .header-shell .nav-link-main,
.hdr-photo .header-shell .nav-drop,
.hdr-photo .header-shell .nav-drop > summary,
.hdr-photo .header-shell .nav-mobile-meta,
.hdr-photo .header-shell .nav-mobile-meta-link,
.hdr-photo .header-shell .nav-mobile-meta-btn,
.hdr-photo .header-shell .nav-right,
.hdr-photo .header-shell .phone-cta,
.hdr-photo .header-shell .nav-cta {
  pointer-events: auto;
}

.hdr-photo {
  background: transparent !important;
}

.hdr-photo .brand,
.hdr-photo .nav-link-main,
.hdr-photo .nav-drop > summary,
.hdr-photo .phone-cta {
  color: #f8fafc;
}

.hdr-photo a,
.hdr-photo summary,
.hdr-photo button {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.hdr-photo .brand {
  background: transparent;
  box-shadow: none;
}

.hdr-photo .brand:focus-visible {
  background: transparent;
  box-shadow: none;
}

.hdr-photo a:focus-visible,
.hdr-photo summary:focus-visible,
.hdr-photo button:focus-visible {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.hdr-photo .phone-cta {
  background: var(--accent);
  border-color: rgba(212, 175, 55, 0.55);
  color: #111111;
}

.hdr-photo .phone-cta-icon {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.hdr-photo .phone-cta-icon:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.62);
}

.hdr-photo .account-trigger {
  color: #ffffff;
}

.hdr-photo .account-status-dot {
  border-color: #1a2d44;
}

.hdr-photo .nav-cta {
  background: var(--accent);
  color: #111111;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
  filter: none;
}

.hdr-photo .nav-link-main:hover,
.hdr-photo .nav-drop > summary:hover {
  text-decoration-color: rgba(212, 175, 55, 0.9);
}

.hdr-photo .brand-text small {
  color: rgba(255, 255, 255, 0.86);
}

.hdr-photo .nav-link-main:hover {
  color: var(--accent);
}

.hdr-photo .nav-drop[open] > summary,
.hdr-photo .nav-drop > summary:hover,
.hdr-photo .nav-drop > summary:focus-visible {
  background: transparent;
  color: var(--accent);
}

.hdr-photo .nav-link-main:hover,
.hdr-photo .nav-link-main:focus-visible {
  background: transparent;
  box-shadow: none;
  color: var(--accent);
}

.hdr-photo .nav-link-main:active,
.hdr-photo .nav-link-main:focus,
.hdr-photo .nav-drop > summary:active,
.hdr-photo .nav-drop > summary:focus {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.header-shell {
  width: 100%;
  min-height: 46px;
  display: block;
}

.nav-shell {
  min-height: 46px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.nav-row {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
  width: 100%;
  overflow: visible;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 122px;
  height: 122px;
  flex: 0 0 122px;
  padding: 0;
  border-radius: 999px;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--ink);
  white-space: nowrap;
}

.brand-text {
  display: grid;
  gap: 1px;
}

.brand-text strong {
  font-size: 17px;
  line-height: 1.1;
}

.brand-text small {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand-logo {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: contain;
  border-radius: 999px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: none;
}

.hdr-home .brand-logo {
  padding: 0;
}

.hdr-home .brand {
  width: 124px;
  height: 124px;
  flex-basis: 124px;
  margin-top: 0;
  margin-left: -28px;
  animation: homeIntroBrandIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hdr-home .nav-row {
  padding-left: 28px;
  animation: homeIntroNavIn 0.84s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.hdr-home .nav-right {
  gap: 6px;
}

.hdr-home .phone-cta-icon {
  width: 34px;
  height: 34px;
}

.hdr-home .nav-cta {
  padding: 9px 12px;
  font-size: 13px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  background: linear-gradient(140deg, #c2b79a, #9f8b69);
  box-shadow: 0 8px 16px rgba(14, 103, 160, 0.32);
}

.nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-main {
  flex: 1;
  justify-content: center;
}

.nav-link-main {
  text-decoration: none;
  color: #ffffff;
  padding: 4px 4px;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: 0.18s ease;
  white-space: nowrap;
  background: transparent;
  box-shadow: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.nav-link-main:focus,
.nav-link-main:focus-visible {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.nav-link-main:hover {
  background: transparent;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: rgba(212, 175, 55, 0.9);
  color: var(--accent);
}

.nav-link-main.is-active {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: rgba(212, 175, 55, 0.9);
}

.nav-drop {
  position: relative;
  border-radius: 11px;
}

.nav-services {
  padding-bottom: 14px;
  margin-bottom: -14px;
}

.nav-drop > summary {
  list-style: none;
  cursor: pointer;
  color: #ffffff;
  padding: 4px 4px;
  border-radius: 0;
  font-weight: 600;
  white-space: nowrap;
  background: transparent;
  box-shadow: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.nav-drop > summary:focus,
.nav-drop > summary:focus-visible {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.nav-drop > summary::-webkit-details-marker {
  display: none;
}

.nav-drop[open] > summary,
.nav-drop > summary:hover {
  background: transparent;
  color: var(--accent);
}

.nav-link-main-drop {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-caret {
  width: 14px;
  height: 14px;
  opacity: 0.92;
  transition: transform 0.22s ease;
}

.nav-drop[open] .nav-caret {
  transform: rotate(180deg);
}

.nav-drop-menu {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  min-width: 230px;
  border: 1px solid #c9d3de;
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 24px 52px rgba(15, 39, 56, 0.2);
  display: grid;
  padding: 12px;
  z-index: 120;
}

.nav-drop-menu a {
  text-decoration: none;
  color: #434a6a;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 700;
}

.nav-drop-menu a:hover {
  background: #dde8f2;
}

.nav-services-menu {
  min-width: min(920px, calc(100vw - 64px));
  width: min(1080px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  padding: 16px;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

.nav-services-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 12px;
}

.nav-services-column {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

@media (min-width: 761px) {
  .hdr-home .nav-services {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .hdr-home .nav-services-menu {
    top: calc(100% + 22px);
    min-height: 0;
    max-height: none;
    overflow: visible;
    box-shadow: 0 28px 56px rgba(10, 26, 44, 0.24);
    z-index: 260;
  }
}

.nav-drop-group {
  display: grid;
  align-content: start;
  gap: 4px;
  border: 1px solid #e9dcc1;
  border-radius: 12px;
  padding: 10px;
  background: linear-gradient(180deg, #fffefb 0%, #f8f2e4 100%);
}

.nav-service-text {
  display: block;
  border: 1px solid #e7d9b8;
  border-radius: 8px;
  color: #2d2a24;
  padding: 7px 8px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  cursor: default;
  user-select: none;
  background: linear-gradient(135deg, #fffef9 0%, #fdf7ea 100%);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.nav-service-text:hover {
  transform: translateX(4px);
  border-color: #d4af37;
  background: linear-gradient(135deg, #f7e8bf 0%, #e9cf87 55%, #dbb45a 100%);
  color: #1c1608;
  box-shadow: 0 10px 20px rgba(47, 32, 6, 0.2);
}

@keyframes navServiceIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#navServicesDropdown[open] .nav-service-text {
  animation: navServiceIn 0.3s ease both;
}

#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(1) { animation-delay: 0.02s; }
#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(2) { animation-delay: 0.04s; }
#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(3) { animation-delay: 0.06s; }
#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(4) { animation-delay: 0.08s; }
#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(5) { animation-delay: 0.1s; }
#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(6) { animation-delay: 0.12s; }
#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(7) { animation-delay: 0.14s; }
#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(8) { animation-delay: 0.16s; }
#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(9) { animation-delay: 0.18s; }
#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(10) { animation-delay: 0.2s; }
#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(11) { animation-delay: 0.22s; }
#navServicesDropdown[open] .nav-drop-group .nav-service-text:nth-of-type(12) { animation-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  .nav-service-text {
    transition: none;
  }

  #navServicesDropdown[open] .nav-service-text {
    animation: none;
  }
}

.nav-drop-title {
  margin: 0 0 4px;
  color: #6f5317;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-services-menu a {
  border: 1px solid transparent;
  border-radius: 8px;
  color: #253145;
  padding: 7px 8px;
  font-size: 13px;
  line-height: 1.3;
}

.nav-services-menu a[href*="#prestation-"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.nav-services-menu a:hover {
  border-color: #d2dde9;
  background: #edf3f9;
  color: #111827;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-mobile-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(15, 23, 42, 0.32);
  color: #f8fafc;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.nav-mobile-toggle-bars {
  display: grid;
  gap: 4px;
}

.nav-mobile-toggle-bars span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.hdr-home.mobile-nav-open .nav-mobile-toggle {
  background: rgba(212, 175, 55, 0.18);
  border-color: rgba(212, 175, 55, 0.75);
}

.nav-mobile-meta {
  display: none;
}

.nav-mobile-meta-form {
  margin: 0;
}

.nav-mobile-meta-link {
  text-decoration: none;
}

.nav-mobile-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-mobile-phone svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.nav-mobile-meta-btn {
  appearance: none;
  cursor: pointer;
}

.account-drop {
  position: relative;
  z-index: 30;
}

.account-drop > summary {
  list-style: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

.account-drop > summary::-webkit-details-marker {
  display: none;
}

.account-drop > summary:hover,
.account-drop > summary:focus,
.account-drop > summary:active {
  background: transparent;
  box-shadow: none;
  outline: none;
}

.account-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  color: #1f2937;
}

.account-icon-stack {
  position: relative;
  display: inline-flex;
}

.account-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(16, 24, 40, 0.2);
  background: #ffffff;
  color: #1f2937;
  cursor: pointer;
  box-shadow: none;
}

.account-drop > summary:focus-visible {
  outline: none;
  box-shadow: none;
}

.account-icon svg {
  width: 18px;
  height: 18px;
}

.account-status-dot {
  position: absolute;
  top: 2px;
  right: 1px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid #ffffff;
  background: #e4ba53;
}

.account-status-dot::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 4px;
  height: 2px;
  border-left: 1.5px solid #85671e;
  border-bottom: 1.5px solid #85671e;
  transform: rotate(-45deg);
}

.account-caret {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.account-drop[open] .account-caret {
  transform: rotate(180deg);
}

.account-trigger:hover .account-icon {
  border-color: rgba(16, 24, 40, 0.35);
  background: #f6f8fb;
}

.account-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 200px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #d5dbe4;
  box-shadow: 0 18px 36px rgba(15, 39, 56, 0.16);
  padding: 8px;
  display: grid;
  gap: 2px;
  z-index: 12;
}

.account-menu a,
.account-menu button {
  appearance: none;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #2f3a4c;
  padding: 8px 10px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.account-menu a:hover,
.account-menu button:hover {
  background: #dde8f2;
}

.account-divider {
  height: 1px;
  background: #e3e8ef;
  margin: 4px 0;
}

.nav-logout {
  margin: 0;
}

.account-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.account-row-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  border: 1px solid #e4e8ee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #51607a;
}

.account-row-icon svg {
  width: 16px;
  height: 16px;
}

.account-pill {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(15, 23, 42, 0.28);
  white-space: nowrap;
}

.account-pill:hover {
  filter: brightness(1.05);
}

.account-pill-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
}

.nav-logout {
  margin: 0;
}

.phone-cta {
  text-decoration: none;
  border: 1px solid rgba(212, 175, 55, 0.65);
  background: var(--accent);
  border-radius: 999px;
  color: #111111;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 12px;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.phone-cta:hover {
  background: #b8962e;
  transform: translateY(-1px);
}

.phone-cta-icon {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 10px;
  background: #ffffff;
  color: #1f2937;
  border: 1px solid rgba(20, 32, 46, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.phone-cta-icon svg {
  width: 18px;
  height: 18px;
}

.phone-cta-icon:hover {
  background: #f2f6fa;
  transform: translateY(-1px);
}

.nav-cta {
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
  color: #111111;
  background: var(--accent);
  transition: background 0.2s ease, transform 0.2s ease;
}

.nav-cta:hover {
  color: #111111;
  background: #b8962e;
  transform: translateY(-1px);
}

.hdr-photo .nav-ghost {
  color: #f8fafc;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}

.hdr-photo .account-icon {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  box-shadow: none;
}

.hdr-photo .account-trigger:hover .account-icon,
.hdr-photo .account-drop > summary:focus .account-icon,
.hdr-photo .account-drop > summary:focus-visible .account-icon,
.hdr-photo .account-drop > summary:active .account-icon,
.hdr-photo .account-drop[open] .account-icon {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  box-shadow: none;
}

.page {
  padding-top: 30px;
  padding-bottom: 52px;
}

.section {
  margin-top: 44px;
}

.page-hero {
  padding: 26px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 90% 10%, #d8e4f2 0, transparent 38%),
    linear-gradient(140deg, #ebf0f7, #e2e8f1);
  box-shadow: var(--shadow-soft);
}

h1,
h2,
h3,
h4 {
  font-family: "Lora", "Instrument Sans", serif;
  letter-spacing: -0.01em;
  color: #111111;
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(31px, 5.4vw, 54px);
  line-height: 1.08;
}

h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3.4vw, 38px);
  line-height: 1.16;
}

h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.24;
}

.kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8e7732;
}

.lead,
.section-sub {
  margin: 0;
  color: var(--muted);
  max-width: 74ch;
  line-height: 1.7;
}

.cta-row {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--accent);
  border-radius: 14px;
  background: transparent;
  color: var(--accent);
  text-decoration: none;
  font-weight: 800;
  padding: 11px 16px;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.btn:hover {
  border-color: #b8962e;
  background: rgba(212, 175, 55, 0.08);
  color: #b8962e;
  transform: translateY(-1px);
}

.btn-solid {
  border-color: #d4af37;
  color: #111111;
  background: var(--accent);
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.12);
}

.btn-solid:hover {
  color: #111111;
  background: #b8962e;
  border-color: #b8962e;
  transform: translateY(-1px);
}

.rb-cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1200;
  width: min(410px, calc(100vw - 28px));
  max-height: min(620px, calc(100vh - 40px));
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
  padding: 24px 18px 18px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 0%, rgba(212, 175, 55, 0.16) 0, transparent 34%),
    linear-gradient(145deg, rgba(21, 18, 14, 0.98), rgba(9, 9, 9, 0.98));
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #ffffff;
  overflow: auto;
}

.rb-cookie-copy {
  min-width: 0;
  padding-right: 36px;
}

.rb-cookie-kicker {
  margin: 0 0 3px;
  color: #d4af37;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rb-cookie-copy h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.12;
  letter-spacing: 0;
}

.rb-cookie-copy p:last-child {
  margin: 0;
}

.rb-cookie-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.rb-cookie-copy a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.rb-cookie-necessary {
  margin-top: 9px !important;
  padding: 8px 10px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.08);
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 11.5px !important;
  font-weight: 700;
}

.rb-cookie-choices {
  display: grid;
  gap: 9px;
}

.rb-cookie-choices[hidden] {
  display: none !important;
}

.rb-cookie-choice {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  padding: 0 0 10px;
  font: inherit;
  cursor: pointer;
  box-shadow: none;
  text-align: left;
}

.rb-cookie-choice:disabled {
  cursor: default;
  opacity: 1;
}

.rb-cookie-choice-copy strong,
.rb-cookie-choice-copy small {
  display: block;
  text-align: left;
}

.rb-cookie-choice-copy strong {
  color: #ffffff;
  font-size: 15.5px;
  line-height: 1.15;
  font-weight: 800;
}

.rb-cookie-choice-copy small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11.5px;
  line-height: 1.25;
}

.rb-cookie-switch {
  position: relative;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(0, 0, 0, 0.28);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.rb-cookie-switch span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, background 0.2s ease;
}

.rb-cookie-choice.is-active {
  background: transparent;
}

.rb-cookie-choice.is-active .rb-cookie-switch {
  background: #d4af37;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 10px 22px rgba(212, 175, 55, 0.24);
}

.rb-cookie-choice.is-active .rb-cookie-switch span {
  transform: translateX(16px);
  background: #111111;
}

.rb-cookie-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0;
}

.rb-cookie-save,
.rb-cookie-accept,
.rb-cookie-customize,
.rb-cookie-ghost {
  white-space: nowrap;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 9px 14px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.rb-cookie-save[hidden],
.rb-cookie-customize[hidden] {
  display: none !important;
}

.rb-cookie-save {
  order: 4;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
}

.rb-cookie-accept {
  order: 1;
  border-color: #d4af37;
  background: #d4af37;
  color: #111111;
  box-shadow: 0 14px 30px rgba(212, 175, 55, 0.22);
}

.rb-cookie-customize {
  order: 2;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
}

.rb-cookie-ghost {
  order: 3;
  border-color: rgba(212, 175, 55, 0.42);
  background: rgba(212, 175, 55, 0.08);
  color: #ffffff;
}

.rb-cookie-banner.is-expanded .rb-cookie-save {
  order: 1;
}

.rb-cookie-banner.is-expanded .rb-cookie-ghost {
  order: 2;
}

.rb-cookie-banner.is-expanded .rb-cookie-accept {
  order: 3;
}

.rb-cookie-save:hover,
.rb-cookie-accept:hover,
.rb-cookie-customize:hover,
.rb-cookie-ghost:hover {
  transform: translateY(-1px);
}

.rb-cookie-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.74);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.rb-cookie-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: rotate(4deg);
}

@media (max-width: 900px) {
  .rb-cookie-banner {
    left: 12px;
    bottom: 12px;
    right: auto;
    width: min(390px, calc(100vw - 24px));
    max-height: min(620px, calc(100vh - 24px));
    padding: 22px 15px 15px;
    transform: none;
    border-radius: 20px;
  }

  .rb-cookie-copy {
    padding-right: 34px;
  }

  .rb-cookie-copy h2 {
    font-size: 21px;
  }

  .rb-cookie-choice-copy strong {
    font-size: 15.5px;
  }

  .rb-cookie-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .rb-cookie-save,
  .rb-cookie-accept,
  .rb-cookie-customize,
  .rb-cookie-ghost {
    width: 100%;
  }

  .rb-cookie-close {
    width: 34px;
    height: 34px;
  }

  .rb-cookie-copy p:last-child {
    overflow-wrap: anywhere;
  }
}

@media (min-width: 561px) and (max-width: 900px) {
  .rb-cookie-actions {
    display: flex;
    gap: 8px;
  }

  .rb-cookie-save,
  .rb-cookie-accept,
  .rb-cookie-customize,
  .rb-cookie-ghost {
    width: auto;
    flex: 1 1 0;
    padding-inline: 10px;
  }
}

@supports (height: 100dvh) {
  .rb-cookie-banner {
    max-height: min(620px, calc(100dvh - 40px));
  }

  @media (max-width: 900px) {
    .rb-cookie-banner {
      max-height: min(620px, calc(100dvh - 24px));
    }
  }
}

@media (max-width: 560px) {
  .rb-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    width: auto;
    max-height: min(560px, calc(100vh - 20px));
    gap: 9px;
    padding: 19px 12px 12px;
    border-radius: 18px;
  }

  .rb-cookie-copy {
    padding-right: 34px;
  }

  .rb-cookie-kicker {
    margin-bottom: 3px;
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .rb-cookie-copy h2 {
    margin-bottom: 6px;
    font-size: 19px;
    line-height: 1.12;
  }

  .rb-cookie-copy p {
    font-size: 12px;
    line-height: 1.38;
  }

  .rb-cookie-necessary {
    margin-top: 7px !important;
    padding: 7px 9px;
    border-radius: 11px;
    font-size: 11px !important;
    line-height: 1.28 !important;
  }

  .rb-cookie-choices {
    gap: 8px;
  }

  .rb-cookie-choice {
    gap: 10px;
    padding-bottom: 8px;
  }

  .rb-cookie-choice-copy strong {
    font-size: 14.5px;
  }

  .rb-cookie-choice-copy small {
    margin-top: 3px;
    font-size: 11px;
  }

  .rb-cookie-switch {
    width: 36px;
    height: 22px;
  }

  .rb-cookie-switch span {
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
  }

  .rb-cookie-choice.is-active .rb-cookie-switch span {
    transform: translateX(14px);
  }

  .rb-cookie-actions {
    gap: 8px;
    padding-top: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rb-cookie-save,
  .rb-cookie-accept,
  .rb-cookie-customize,
  .rb-cookie-ghost {
    min-height: 38px;
    padding: 8px 10px;
    font-size: 12.5px;
  }

  .rb-cookie-accept {
    grid-column: 1 / -1;
  }

  .rb-cookie-banner.is-expanded .rb-cookie-accept {
    grid-column: 1 / -1;
  }

  .rb-cookie-choice-copy small {
    display: none;
  }

  .rb-cookie-close {
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  .rb-cookie-banner {
    left: 10px;
    right: 10px;
    gap: 8px;
    padding: 17px 11px 11px;
  }

  .rb-cookie-copy h2 {
    font-size: 18px;
  }

  .rb-cookie-copy p {
    font-size: 11.5px;
  }

  .rb-cookie-choice-copy strong {
    font-size: 14px;
  }

  .rb-cookie-save,
  .rb-cookie-accept,
  .rb-cookie-customize,
  .rb-cookie-ghost {
    min-height: 36px;
    font-size: 12px;
  }
}

@supports (height: 100dvh) {
  @media (max-width: 560px) {
    .rb-cookie-banner {
      max-height: min(560px, calc(100dvh - 20px - env(safe-area-inset-bottom)));
    }
  }
}


.landing-hero {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 16px;
  align-items: stretch;
}

.landing-copy,
.landing-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  padding: 28px;
}

.landing-copy {
  background:
    radial-gradient(circle at 86% 14%, #dff2ff 0, transparent 36%),
    linear-gradient(145deg, #ffffff, #f8fbfd);
}

.landing-panel {
  background:
    radial-gradient(circle at 80% 86%, #fff0dd 0, transparent 42%),
    linear-gradient(145deg, #ffffff, #fdf9f3);
}

.landing-panel-head h2 {
  font-size: clamp(24px, 2.5vw, 30px);
  margin-bottom: 8px;
}

.landing-steps {
  margin: 12px 0 18px;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 8px;
}

.metrics-row {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.metric-chip {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface);
  padding: 10px 12px;
}

.metric-chip strong {
  display: block;
  font-size: 22px;
}

.metric-chip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.proof-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 18px;
}

.section-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(150deg, #ffffff, #f8f8f6);
  box-shadow: var(--shadow-soft);
  padding: 26px;
  animation: riseIn 0.65s ease both;
}

.legal-sheet {
  display: grid;
  gap: 14px;
  border-color: #e3d8bf;
  background:
    radial-gradient(circle at 96% 8%, #f6e7c7 0, transparent 38%),
    linear-gradient(145deg, #fffdf8, #f8f2e6);
}

.legal-block {
  border: 1px solid #eadfc8;
  border-radius: 12px;
  background: linear-gradient(150deg, #fffefb, #f9f3e7);
  padding: 16px 18px;
  box-shadow: 0 8px 20px rgba(36, 27, 16, 0.05);
}

.legal-block h2 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2vw, 24px);
  color: #1f1811;
}

.legal-block p {
  margin: 0 0 10px;
  color: #3a2f22;
  line-height: 1.65;
}

.legal-block p:last-child {
  margin-bottom: 0;
}

.legal-block ul {
  margin: 0 0 10px;
  padding-left: 18px;
  color: #3a2f22;
  display: grid;
  gap: 6px;
}

.legal-block li {
  line-height: 1.55;
}

.legal-hero {
  border-color: #e4d8be;
  background:
    radial-gradient(circle at 88% 12%, #f4e3bf 0, transparent 36%),
    linear-gradient(140deg, #fffdf8, #f6eedf);
}

.legal-hero .lead {
  color: #5a4a34;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.agenda-shell {
  background:
    radial-gradient(circle at 94% 12%, #ffe8cc 0, transparent 38%),
    linear-gradient(145deg, #ffffff, #f8fbff);
}

.agenda-cta-row {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brokkr-hero {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-areas:
    "media panel"
    "media side";
  gap: 14px;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  animation: riseIn 0.7s ease both;
}

.brokkr-hero-media {
  grid-area: media;
  position: relative;
  border: 1px solid #d7e2ea;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  min-height: 560px;
}

.brokkr-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

.brokkr-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 16%, rgba(255, 215, 160, 0.18), transparent 38%),
    linear-gradient(18deg, rgba(11, 19, 32, 0.6), rgba(11, 19, 32, 0.25));
}

.home-hero-photo {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: center;
  background: url("/static/branding/header-hero.png") center/cover no-repeat;
  margin-top: -28px;
  overflow: hidden;
  animation: homeIntroHeroIn 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 10, 18, 0.78) 0%, rgba(6, 10, 18, 0.52) 54%, rgba(6, 10, 18, 0.3) 100%);
  animation: homeIntroOverlayIn 1s ease-out both;
}

.home-hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 78px;
  padding-bottom: 72px;
  padding-left: clamp(20px, 4vw, 72px);
  padding-right: clamp(20px, 4vw, 72px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-hero-slider {
  width: min(860px, 100%);
  color: #fff;
  text-align: left;
  display: grid;
  gap: 10px;
  margin: 0 auto;
}

.home-hero-brand {
  margin: 0;
  color: #d4af37;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  animation: homeIntroItemIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
}

.home-hero-slides {
  position: relative;
  min-height: 196px;
  opacity: 0;
  animation: homeIntroItemIn 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.26s forwards;
}

.home-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  pointer-events: none;
}

.home-hero-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.home-hero-slide h1,
.home-hero-slide h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.08;
}

.home-hero-slide p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(16px, 1.75vw, 22px);
  line-height: 1.38;
  max-width: 700px;
}

.home-hero-accent {
  color: #c9a14a;
  font-weight: 700;
}

.home-hero-dots {
  margin-top: 6px;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  opacity: 0;
  animation: homeIntroItemIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.38s forwards;
}

.home-hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-hero-dot.is-active {
  background: #c9a14a;
  transform: scale(1.1);
}

.home-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border-radius: 999px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 800;
  color: #1b1710;
  text-decoration: none;
  background: #c9a14a;
  box-shadow: 0 14px 28px rgba(20, 16, 8, 0.34);
  transition: background 0.22s ease, transform 0.22s ease;
  opacity: 0;
  animation:
    homeIntroItemIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards,
    homeIntroCtaPulse 2.1s ease-in-out 1.35s 2;
}

.home-hero-cta:hover {
  background: #ac8534;
  transform: translateY(-1px);
}

.home-hero-micro {
  margin-top: 10px;
  max-width: 520px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
  opacity: 0;
  animation: homeIntroItemIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}

@keyframes homeIntroBrandIn {
  0% {
    opacity: 0;
    transform: translateY(-12px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes homeIntroNavIn {
  0% {
    opacity: 0;
    transform: translateY(-14px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeIntroHeroIn {
  0% {
    opacity: 0.86;
    transform: scale(1.025);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes homeIntroOverlayIn {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes homeIntroItemIn {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeIntroCtaPulse {
  0%,
  100% {
    box-shadow: 0 14px 28px rgba(20, 16, 8, 0.34), 0 0 0 0 rgba(201, 161, 74, 0);
  }
  50% {
    box-shadow: 0 16px 30px rgba(20, 16, 8, 0.38), 0 0 0 8px rgba(201, 161, 74, 0.24);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hdr-home .brand,
  .hdr-home .nav-row,
  .home-hero-photo,
  .home-hero-overlay,
  .home-hero-brand,
  .home-hero-slides,
  .home-hero-dots,
  .home-hero-cta,
  .home-hero-micro {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .home-hero-photo {
    min-height: 64vh;
  }
  .home-hero-shell {
    padding-top: 56px;
    padding-bottom: 58px;
  }
  .home-hero-slides {
    min-height: 190px;
  }
}

@media (max-width: 720px) {
  .home-hero-photo {
    min-height: 60vh;
  }
  .home-hero-shell {
    padding-top: 124px;
    padding-bottom: 44px;
  }
  .home-hero-slider {
    text-align: center;
  }
  .home-hero-slide p {
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero-dots {
    justify-content: center;
  }
  .home-hero-cta {
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero-slides {
    min-height: 214px;
  }
}

.brokkr-hero-panel {
  grid-area: panel;
  border: 1px solid #d7e2ea;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 86% 14%, #dce7f5 0, transparent 42%),
    linear-gradient(145deg, #eaf0f8, #e1e8f2);
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.brokkr-hero-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 12px;
}

.brokkr-hero-ribbon span {
  border: 1px solid #d8e3ec;
  border-radius: 999px;
  background: var(--surface);
  color: #505879;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 5px 8px;
}

.brokkr-badges {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brokkr-badges span {
  border: 1px solid #d2e0ea;
  border-radius: 999px;
  background: var(--surface);
  color: #3c5a6a;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
}

.brokkr-kpi-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.brokkr-kpi {
  border: 1px solid #d7e3ed;
  border-radius: 12px;
  background: var(--surface);
  padding: 9px 10px;
}

.brokkr-kpi strong {
  display: block;
  font-family: "Lora", "Instrument Sans", serif;
  font-size: 18px;
}

.brokkr-kpi span {
  font-size: 12px;
  color: #4f6b7c;
  font-weight: 700;
}

.brokkr-hero-side {
  grid-area: side;
  border: 1px solid #d7e2ea;
  border-radius: var(--radius-xl);
  background: linear-gradient(138deg, #ece2d6, #e4e9f1);
  box-shadow: var(--shadow-soft);
  padding: 20px;
}

.brokkr-hero-side h3 {
  font-size: 24px;
}

.brokkr-marquee {
  margin-top: 14px;
  margin-bottom: 6px;
  background: linear-gradient(96deg, #17120b 0%, #2a2010 38%, #3b2d16 70%, #20170d 100%);
  color: #f7f1df;
  border-top: 1px solid rgba(212, 175, 55, 0.45);
  border-bottom: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 248, 230, 0.22), 0 10px 20px rgba(16, 12, 7, 0.2);
  animation: riseIn 0.9s ease both;
}

.brokkr-marquee-row {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 10px;
}

.brokkr-marquee-row::before,
.brokkr-marquee-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  z-index: 1;
  pointer-events: none;
}

.brokkr-marquee-row::before {
  left: 0;
  background: linear-gradient(90deg, rgba(23, 18, 11, 0.9) 0%, rgba(23, 18, 11, 0) 100%);
}

.brokkr-marquee-row::after {
  right: 0;
  background: linear-gradient(270deg, rgba(32, 23, 13, 0.9) 0%, rgba(32, 23, 13, 0) 100%);
}

.brokkr-marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 100%;
  animation: brokkrMarqueeScroll 24s linear infinite;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .brokkr-marquee-row:hover .brokkr-marquee-track {
    animation-play-state: paused;
  }
}

.brokkr-marquee-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  gap: 14px;
  padding-right: 14px;
}

.brokkr-marquee-item {
  white-space: nowrap;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.52);
  background: linear-gradient(135deg, rgba(255, 250, 240, 0.16), rgba(212, 175, 55, 0.14));
  color: #f8f2e1;
  text-shadow: 0 1px 0 rgba(17, 12, 6, 0.3);
  box-shadow: 0 8px 16px rgba(18, 12, 6, 0.2);
}

.brokkr-marquee-item-appartement {
  border-color: rgba(103, 184, 255, 0.48);
  background: linear-gradient(135deg, rgba(122, 186, 255, 0.26), rgba(50, 129, 220, 0.2));
}

.brokkr-marquee-item-maison {
  border-color: rgba(95, 225, 196, 0.46);
  background: linear-gradient(135deg, rgba(103, 229, 202, 0.22), rgba(52, 181, 154, 0.2));
}

.brokkr-marquee-item-sdb {
  border-color: rgba(142, 170, 255, 0.48);
  background: linear-gradient(135deg, rgba(146, 173, 255, 0.24), rgba(102, 125, 245, 0.2));
}

.brokkr-marquee-item-bureaux {
  border-color: rgba(255, 177, 108, 0.5);
  background: linear-gradient(135deg, rgba(255, 188, 125, 0.24), rgba(232, 138, 55, 0.2));
}

.brokkr-marquee-item-devis {
  border-color: rgba(255, 218, 126, 0.56);
  background: linear-gradient(135deg, rgba(255, 230, 160, 0.24), rgba(219, 170, 66, 0.22));
}

.brokkr-marquee-item-entreprise {
  border-color: rgba(195, 167, 255, 0.52);
  background: linear-gradient(135deg, rgba(211, 186, 255, 0.22), rgba(145, 106, 231, 0.2));
}

.brokkr-marquee-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.7);
  background: linear-gradient(140deg, #f6e7bf 0%, #ddb868 100%);
  color: #2c1f0b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  box-shadow: inset 0 1px 0 rgba(255, 252, 244, 0.8), 0 4px 10px rgba(36, 25, 8, 0.22);
}

.brokkr-marquee-icon-appartement {
  border-color: #56b4ff;
  background: linear-gradient(140deg, #d7efff 0%, #7bc5ff 100%);
  color: #124165;
}

.brokkr-marquee-icon-maison {
  border-color: #49d8b8;
  background: linear-gradient(140deg, #d7fff4 0%, #66e2c7 100%);
  color: #0f4f45;
}

.brokkr-marquee-icon-sdb {
  border-color: #8ba8ff;
  background: linear-gradient(140deg, #e3ebff 0%, #9ab2ff 100%);
  color: #213b8b;
}

.brokkr-marquee-icon-bureaux {
  border-color: #ffb26e;
  background: linear-gradient(140deg, #ffebd7 0%, #ffc181 100%);
  color: #6b3c0a;
}

.brokkr-marquee-icon-devis {
  border-color: #e3bb59;
  background: linear-gradient(140deg, #fff4d8 0%, #edc66e 100%);
  color: #5f4305;
}

.brokkr-marquee-icon-entreprise {
  border-color: #b996ff;
  background: linear-gradient(140deg, #efe5ff 0%, #c39dff 100%);
  color: #3e2474;
}

.brokkr-marquee-icon svg {
  width: 15px;
  height: 15px;
  display: block;
}

.brokkr-marquee-label {
  display: inline-block;
}

@keyframes brokkrMarqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brokkr-marquee-row {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .brokkr-marquee-row::-webkit-scrollbar {
    display: none;
  }

  .brokkr-marquee-track {
    animation: none;
  }

  .brokkr-marquee-row::before,
  .brokkr-marquee-row::after {
    display: none;
  }
}

/* Premium marquee v2 (toggle via .brokkr-marquee-premium-v2 on section) */
.brokkr-marquee.brokkr-marquee-premium-v2 {
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 230, 166, 0.22) 0, transparent 38%),
    radial-gradient(circle at 84% 20%, rgba(126, 187, 255, 0.14) 0, transparent 36%),
    linear-gradient(98deg, #120d08 0%, #23180c 32%, #352412 68%, #191009 100%);
  border-top-color: rgba(212, 175, 55, 0.62);
  border-bottom-color: rgba(212, 175, 55, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 251, 242, 0.3),
    inset 0 -1px 0 rgba(20, 14, 8, 0.5),
    0 14px 28px rgba(10, 7, 4, 0.28);
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-row {
  min-height: 76px;
  padding: 0 12px;
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-track {
  flex-wrap: nowrap;
  width: max-content;
  animation-duration: 26s;
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-group {
  align-items: center;
  min-width: max-content;
  flex: 0 0 auto;
  justify-content: flex-start;
  gap: 16px;
  padding-right: 16px;
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  white-space: nowrap;
  min-height: 46px;
  padding: 0 16px 0 9px;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: none;
  border-width: 1px;
  border-color: rgba(255, 241, 209, 0.34);
  background: linear-gradient(180deg, rgba(255, 252, 244, 0.16) 0%, rgba(212, 175, 55, 0.08) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 238, 0.34),
    0 10px 22px rgba(14, 9, 5, 0.26);
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -34%;
  width: 26%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.34) 48%, transparent 100%);
  transform: skewX(-18deg);
  animation: brokkrMarqueeSheen 4.2s ease-in-out infinite;
  pointer-events: none;
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, #fffdfa 0%, #f3e6cd 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 6px 14px rgba(19, 13, 7, 0.24);
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon svg {
  width: 16px;
  height: 16px;
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item-appartement {
  border-color: rgba(103, 184, 255, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 45%),
    linear-gradient(135deg, rgba(122, 186, 255, 0.34), rgba(50, 129, 220, 0.24));
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item-maison {
  border-color: rgba(95, 225, 196, 0.58);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 45%),
    linear-gradient(135deg, rgba(103, 229, 202, 0.32), rgba(52, 181, 154, 0.24));
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item-sdb {
  border-color: rgba(142, 170, 255, 0.6);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 45%),
    linear-gradient(135deg, rgba(146, 173, 255, 0.32), rgba(102, 125, 245, 0.24));
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item-bureaux {
  border-color: rgba(255, 177, 108, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 45%),
    linear-gradient(135deg, rgba(255, 188, 125, 0.34), rgba(232, 138, 55, 0.24));
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item-devis {
  border-color: rgba(255, 218, 126, 0.68);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 45%),
    linear-gradient(135deg, rgba(255, 230, 160, 0.36), rgba(219, 170, 66, 0.26));
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item-entreprise {
  border-color: rgba(195, 167, 255, 0.64);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 45%),
    linear-gradient(135deg, rgba(211, 186, 255, 0.34), rgba(145, 106, 231, 0.24));
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon-appartement {
  border-color: #56b4ff;
  background: linear-gradient(145deg, #e1f3ff 0%, #7bc5ff 100%);
  color: #124165;
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon-maison {
  border-color: #49d8b8;
  background: linear-gradient(145deg, #dcfff6 0%, #66e2c7 100%);
  color: #0f4f45;
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon-sdb {
  border-color: #8ba8ff;
  background: linear-gradient(145deg, #e7eeff 0%, #9ab2ff 100%);
  color: #213b8b;
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon-bureaux {
  border-color: #ffb26e;
  background: linear-gradient(145deg, #ffefdf 0%, #ffc181 100%);
  color: #6b3c0a;
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon-devis {
  border-color: #e3bb59;
  background: linear-gradient(145deg, #fff7e0 0%, #edc66e 100%);
  color: #5f4305;
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon-entreprise {
  border-color: #b996ff;
  background: linear-gradient(145deg, #f3ebff 0%, #ceb0ff 100%);
  color: #3e2474;
}

.brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-label {
  color: #fff7ea;
  white-space: nowrap;
  line-height: 1.15;
}

/* Bottom marquee: same premium-v2 logic, light rendering */
.brokkr-marquee.brokkr-marquee-premium-v2.brokkr-marquee-bottom-light {
  margin-top: 0;
  margin-bottom: 0;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 230, 166, 0.18) 0, transparent 38%),
    radial-gradient(circle at 84% 20%, rgba(126, 187, 255, 0.08) 0, transparent 36%),
    linear-gradient(98deg, #2a2010 0%, #3a2b15 34%, #4a3720 68%, #2d2112 100%);
  border-top-color: rgba(212, 175, 55, 0.56);
  border-bottom-color: rgba(212, 175, 55, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 251, 242, 0.24),
    inset 0 -1px 0 rgba(20, 14, 8, 0.42),
    0 12px 24px rgba(10, 7, 4, 0.2);
}

.brokkr-marquee.brokkr-marquee-premium-v2.brokkr-marquee-bottom-light .brokkr-marquee-row::before {
  background: linear-gradient(90deg, rgba(42, 32, 16, 0.88) 0%, rgba(42, 32, 16, 0) 100%);
}

.brokkr-marquee.brokkr-marquee-premium-v2.brokkr-marquee-bottom-light .brokkr-marquee-row::after {
  background: linear-gradient(270deg, rgba(45, 33, 18, 0.88) 0%, rgba(45, 33, 18, 0) 100%);
}

@keyframes brokkrMarqueeSheen {
  0% {
    left: -34%;
    opacity: 0;
  }
  15% {
    opacity: 0.9;
  }
  45% {
    left: 108%;
    opacity: 0;
  }
  100% {
    left: 108%;
    opacity: 0;
  }
}

@media (max-width: 1100px) {
  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-row {
    min-height: 66px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item {
    min-height: 41px;
    font-size: 13px;
    padding: 0 14px 0 8px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon svg {
    width: 14px;
    height: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item::after {
    animation: none;
  }
}

.ia-expertise-shell {
  background:
    radial-gradient(circle at 88% 14%, #fbf1d8 0, transparent 38%),
    radial-gradient(circle at 12% 18%, #f8f7f2 0, transparent 42%),
    linear-gradient(145deg, #ffffff, #f8f8f6);
}

.ia-expertise-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ia-expertise-card {
  border: 1px solid #dbe6ef;
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 16px;
}

.ia-expertise-card h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.ia-expertise-card p {
  margin: 0;
  color: var(--muted);
}

.brokkr-audience {
  background:
    radial-gradient(circle at 10% 16%, #faf7ec 0, transparent 40%),
    linear-gradient(146deg, #ffffff, #f8f8f6);
}

.brokkr-audience-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.brokkr-audience-card {
  border: 1px solid #dbe5ee;
  border-radius: 15px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 16px;
}

.brokkr-audience-card p {
  margin: 0;
  color: var(--muted);
}

.about-page {
  display: grid;
  gap: 20px;
}

.about-block {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 8%, #f9f2d8 0, transparent 34%),
    linear-gradient(152deg, #ffffff, #f8f9fb);
  box-shadow: var(--shadow-card);
}

.about-block.is-reverse .about-media {
  order: 2;
}

.about-block.is-reverse .about-content {
  order: 1;
}

.about-media {
  min-height: 280px;
  background: #eef2f6;
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-media-hero img {
  object-position: center 36%;
}

.about-content {
  padding: 24px 28px;
}

.about-index {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a6530;
}

.about-overline {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2d3f54;
}

.about-content h1,
.about-content h2,
.about-content h3 {
  margin-top: 0;
}

.about-content h2 {
  margin-bottom: 10px;
}

.about-content p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.72;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.about-list {
  margin: 0 0 12px 20px;
  padding: 0;
  display: grid;
  gap: 6px;
}

.about-list li {
  color: var(--muted);
  line-height: 1.65;
}

.about-pillars {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.about-pillar {
  border: 1px solid #dbe6ef;
  border-radius: 14px;
  background: #ffffff;
  padding: 12px;
}

.about-pillar h3 {
  margin: 0 0 6px;
  font-size: 17px;
}

.about-pillar p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .about-block {
    grid-template-columns: 1fr;
  }

  .about-block.is-reverse .about-media,
  .about-block.is-reverse .about-content {
    order: initial;
  }

  .about-media {
    min-height: 230px;
  }

  .about-content {
    padding: 20px;
  }

  .about-pillars {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .about-content {
    padding: 18px 16px;
  }

  .about-media {
    min-height: 210px;
  }
}

.about-page-v2 {
  gap: 18px;
}

.about-v2-hero,
.about-v2-panel,
.about-v2-sales,
.about-v2-result {
  border: 1px solid #ded6c4;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 4%, rgba(245, 225, 170, 0.35) 0, transparent 34%),
    linear-gradient(150deg, #ffffff 0%, #f8f8f6 100%);
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.08);
}

.about-v2-hero,
.about-v2-panel {
  display: grid;
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
}

.about-v2-hero-media,
.about-v2-panel-media {
  min-height: 320px;
  margin: 0;
  background: #e8edf2;
}

.about-v2-hero-media img,
.about-v2-panel-media img,
.about-v2-hero-media video,
.about-v2-panel-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-v2-panel-vision {
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  align-items: stretch;
}

.about-v2-panel-vision .about-v2-panel-media {
  min-height: auto;
  margin: 0;
  padding: 24px;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-v2-panel-vision .about-v2-panel-media img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(9, 14, 22, 0.22);
}

.about-v2-panel-vision .about-v2-panel-copy {
  padding: 24px 28px 28px 0;
}

.about-v2-hero-copy,
.about-v2-panel-copy {
  padding: 28px;
}

.about-v2-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7f6a3e;
}

.about-v2-hero-copy h1,
.about-v2-panel-copy h2,
.about-v2-sales h2,
.about-v2-result h2 {
  margin: 0 0 12px;
  font-family: "Lora", Georgia, serif;
  color: #111111;
  line-height: 1.2;
}

.about-v2-hero-copy h1 {
  font-size: clamp(34px, 5vw, 48px);
}

.about-v2-panel-copy h2,
.about-v2-sales h2,
.about-v2-result h2 {
  font-size: clamp(26px, 3.8vw, 34px);
}

.about-v2-hero-copy p,
.about-v2-panel-copy p,
.about-v2-quote p {
  margin: 0 0 12px;
  color: #2f3f4d;
  line-height: 1.74;
}

.about-v2-hero-copy p:last-child,
.about-v2-panel-copy p:last-child,
.about-v2-quote p:last-child {
  margin-bottom: 0;
}

.about-v2-list {
  margin: 0 0 12px 20px;
  padding: 0;
  display: grid;
  gap: 6px;
}

.about-v2-list li {
  color: #2f3f4d;
  line-height: 1.66;
}

.about-v2-origin-media {
  position: relative;
  margin: 0;
  height: clamp(280px, 40vw, 520px);
  background: #0f1418;
  overflow: hidden;
  clip-path: inset(0 50% 0 50%);
  animation: aboutOriginOpen 0.95s cubic-bezier(0.2, 0.82, 0.2, 1) 0.12s both;
}

.about-v2-origin-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.08);
  filter: saturate(0.92) contrast(0.96);
  animation: aboutOriginImageSettle 1.25s cubic-bezier(0.2, 0.82, 0.2, 1) 0.12s both;
}

.about-v2-origin-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 238, 190, 0.24) 46%, rgba(255, 255, 255, 0.42) 50%, transparent 56%);
  transform: translateX(-120%);
  animation: aboutOriginLightSweep 1.15s ease-out 0.24s both;
  pointer-events: none;
}

.about-v2-origin .about-v2-panel-copy {
  background:
    radial-gradient(circle at 92% 8%, rgba(245, 225, 170, 0.42) 0, transparent 36%),
    linear-gradient(150deg, #ffffff 0%, #f8f8f6 100%);
}

@keyframes aboutOriginOpen {
  0% {
    opacity: 0.72;
    clip-path: inset(0 50% 0 50%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes aboutOriginImageSettle {
  0% {
    transform: scale(1.08);
    filter: saturate(0.92) contrast(0.96);
  }
  100% {
    transform: scale(1);
    filter: saturate(1) contrast(1);
  }
}

@keyframes aboutOriginLightSweep {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-v2-origin-media,
  .about-v2-origin-media img,
  .about-v2-origin-media::after {
    animation: none;
  }

  .about-v2-origin-media {
    clip-path: inset(0);
  }

  .about-v2-origin-media img {
    transform: none;
    filter: none;
  }

  .about-v2-origin-media::after {
    display: none;
  }
}

.about-v2-panel-column {
  grid-template-columns: 1fr;
}

.about-v2-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 28px 28px;
}

.about-v2-step {
  border: 1px solid #dbe5ee;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
}

.about-v2-step img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.about-v2-step div {
  padding: 14px 14px 16px;
}

.about-v2-step h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #111111;
}

.about-v2-step p {
  margin: 0 0 8px;
  color: #415463;
  line-height: 1.64;
}

.about-v2-step p:last-child {
  margin-bottom: 0;
}

.about-v2-panel-reverse .about-v2-panel-media {
  order: 2;
}

.about-v2-panel-reverse .about-v2-panel-copy {
  order: 1;
}

.about-v2-benefits {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.about-v2-benefits li {
  border: 1px solid #d8c48f;
  border-radius: 999px;
  background: #f8f2df;
  color: #5e4a19;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
}

.about-v2-video-panel .about-v2-panel-media {
  min-height: auto;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 20% 12%, rgba(240, 248, 255, 0.8) 0, transparent 42%),
    linear-gradient(145deg, #eef3f8, #e7edf4);
}

.about-v2-video-panel .about-v2-panel-media video {
  width: min(380px, 100%);
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #d3dde8;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.2);
  background: #0f172a;
}

.about-v2-video-panel .about-v2-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-v2-sales {
  padding: 28px;
}

.about-v2-sales-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-v2-quote {
  border: 1px solid #dbe5ee;
  border-radius: 14px;
  background: #ffffff;
  padding: 16px;
}

.about-v2-quote h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #192a3a;
}

.about-v2-result {
  padding: 28px;
}

@media (max-width: 1150px) {
  .about-v2-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .about-v2-hero,
  .about-v2-panel {
    grid-template-columns: 1fr;
  }

  .about-v2-panel-vision {
    grid-template-columns: 1fr;
  }

  .about-v2-panel-vision .about-v2-panel-copy {
    padding: 20px;
  }

  .about-v2-video-panel .about-v2-panel-media {
    padding: 20px;
  }

  .about-v2-panel-reverse .about-v2-panel-media,
  .about-v2-panel-reverse .about-v2-panel-copy {
    order: initial;
  }

  .about-v2-hero-media,
  .about-v2-panel-media {
    min-height: 260px;
  }

  .about-v2-sales-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 720px) {
  .about-v2-hero-copy,
  .about-v2-panel-copy,
  .about-v2-sales,
  .about-v2-result {
    padding: 20px 16px;
  }

  .about-v2-panel-vision .about-v2-panel-media {
    padding: 16px;
  }

  .about-v2-panel-vision .about-v2-panel-media img {
    width: min(360px, 100%);
    margin: 0 auto;
  }

  .about-v2-video-panel .about-v2-panel-media {
    padding: 16px;
  }

  .about-v2-video-panel .about-v2-panel-media video {
    width: min(340px, 100%);
  }

  .about-v2-steps {
    padding: 0 16px 20px;
  }

  .about-v2-step img {
    height: 170px;
  }

  .bro-services .brokkr-service-media {
    height: clamp(300px, 82vw, 430px);
  }
}

.brokkr-service-grid .service-tile {
  background:
    radial-gradient(circle at 92% 8%, #f3f9ff 0, transparent 30%),
    #fff;
}

.brokkr-service-catalog {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brokkr-service-visual {
  display: block;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.bro-services .brokkr-service-visual {
  display: grid;
  grid-template-rows: auto 1fr;
}

.bro-services.is-anim-ready .brokkr-service-reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  will-change: transform, opacity;
}

.bro-services.is-anim-ready .brokkr-service-reveal.is-visible {
  animation: beforeAfterFadeInUp 0.62s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: var(--service-delay, 0s);
}

.bro-services .brokkr-service-media {
  position: relative;
  height: clamp(340px, 34vw, 450px);
  overflow: hidden;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  background: #ffffff;
}

.bro-services .brokkr-service-media::after {
  display: none;
}

.bro-services .brokkr-service-media.image-anime::after {
  content: "";
  display: block;
  position: absolute;
  width: 220%;
  height: 0;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.32);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
  pointer-events: none;
}

.bro-services .brokkr-service-media-bg {
  display: none;
}

.bro-services .brokkr-service-media-main {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center;
  padding: 0;
  background: transparent;
  filter: none;
  transition: transform 0.42s ease, filter 0.42s ease;
}

.bro-services .brokkr-service-visual:hover .brokkr-service-media-main {
  transform: scale(1.04);
  filter: saturate(1.03);
}

.bro-services .brokkr-service-visual:hover .brokkr-service-media.image-anime::after {
  height: 260%;
  transition: all 600ms linear;
  background-color: transparent;
}

.brokkr-service-visual > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
  padding: 10px;
  background:
    radial-gradient(circle at 86% 10%, #f3f7fb 0, transparent 38%),
    linear-gradient(145deg, #f7f9fb, #edf1f5);
  display: block;
}

.brokkr-service-body {
  padding: 14px;
}

.brokkr-service-body p {
  margin: 0;
  color: var(--muted);
}

.bro-services .brokkr-service-visual.is-portrait .brokkr-service-media-main {
  object-fit: contain !important;
  background: #f2f6fb;
}

.bro-services .brokkr-service-visual.is-portrait .brokkr-service-media {
  background: #f2f6fb;
}

.brokkr-service-tag {
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #dce7f0;
  border-radius: 999px;
  background: #f7fbff;
  color: #375668;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 700;
}

.brokkr-work {
  background: linear-gradient(152deg, #ffffff, #f8f8f6);
}

.brokkr-video-shell {
  background:
    radial-gradient(circle at 88% 8%, rgba(251, 233, 184, 0.44) 0, transparent 38%),
    linear-gradient(145deg, #ffffff, #f8fafc);
}

.brokkr-video-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brokkr-video-card {
  border: 1px solid #dbe5ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
  padding: 12px;
  display: grid;
  gap: 10px;
}

.brokkr-video-player {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #d3dce8;
  background: #0f172a;
}

.brokkr-video-card h3 {
  margin: 0;
  font-size: 18px;
}

.brokkr-video-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

@media (max-width: 1160px) {
  .brokkr-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .brokkr-video-grid {
    grid-template-columns: 1fr;
  }
}

.brokkr-chantier-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brokkr-chantier-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}

a.brokkr-chantier-card {
  color: inherit;
  text-decoration: none;
}

.brokkr-chantier-media {
  margin: 10px 10px 0;
  padding: 8px;
  aspect-ratio: 4 / 3;
  border: 1px solid #e2d8c8;
  border-radius: 13px;
  background:
    radial-gradient(circle at 82% 14%, #f2f7fb 0, transparent 42%),
    linear-gradient(145deg, #f8fafc, #edf1f5);
  overflow: hidden;
  box-sizing: border-box;
}

.brokkr-chantier-media img,
.brokkr-chantier-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 9px;
  display: block;
}

.brokkr-chantier-card > img {
  height: auto;
  margin: 10px 10px 0;
  width: calc(100% - 20px);
  aspect-ratio: 4 / 3;
  padding: 8px;
  border: 1px solid #e2d8c8;
  border-radius: 13px;
  background:
    radial-gradient(circle at 82% 14%, #f2f7fb 0, transparent 42%),
    linear-gradient(145deg, #f8fafc, #edf1f5);
  box-sizing: border-box;
}

.brokkr-chantier-body {
  padding: 14px;
}

.brokkr-date {
  margin: 0 0 8px;
  font-size: 12px;
  color: #5a7485;
  font-weight: 700;
}

.brokkr-chantier-body p {
  margin: 0;
  color: var(--muted);
}

.chantier-pro-overview {
  background:
    radial-gradient(circle at 10% 14%, #faf7ec 0, transparent 40%),
    linear-gradient(145deg, #ffffff, #f8f8f6);
}

.chantier-kpi-grid {
  margin-top: 4px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.chantier-kpi-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 14px;
  display: grid;
  gap: 4px;
}

.chantier-kpi-card strong {
  font-size: 18px;
  line-height: 1.15;
}

.chantier-kpi-card span {
  font-size: 13px;
  color: var(--muted);
}

.chantier-filter-row {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chantier-filter-pill {
  border: 1px solid #d7c8ad;
  border-radius: 999px;
  background: #f8f1e4;
  color: #3a2e1c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 11px;
}

.chantier-pro-card .brokkr-chantier-body h3 {
  margin-bottom: 8px;
}

.chantier-meta-pills {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.chantier-meta-pill {
  border: 1px solid #d9ceb9;
  border-radius: 999px;
  background: #faf7ef;
  color: #45382a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 6px 9px;
}

.chantier-source-note {
  margin: 14px 0 0;
  font-size: 12px;
  color: #6b5e4c;
}

.chantier-categories-shell {
  background:
    radial-gradient(circle at 8% 6%, rgba(212, 175, 55, 0.18) 0, transparent 34%),
    radial-gradient(circle at 94% 90%, rgba(198, 155, 60, 0.12) 0, transparent 36%),
    linear-gradient(145deg, #fffdf9, #f8f4ec);
}

.chantier-categories-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 320px);
  gap: 16px;
  align-items: start;
}

.chantier-categories-hero h1 {
  margin-bottom: 10px;
}

.chantier-categories-hero .lead {
  max-width: 980px;
}

.chantier-contact-card {
  border: 1px solid #d4b06a;
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 16%, rgba(212, 175, 55, 0.18) 0, transparent 42%),
    linear-gradient(145deg, #fffaf0, #f3e6ce);
  color: #2c2116;
  padding: 16px;
  box-shadow: 0 14px 30px rgba(66, 49, 21, 0.14);
}

.chantier-contact-card h2 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.04;
  color: #2b2014;
}

.chantier-contact-card p {
  margin: 0 0 8px;
  color: rgba(46, 35, 22, 0.92);
}

.chantier-contact-card strong {
  color: #20170e;
}

.chantier-contact-card p:last-child {
  margin-bottom: 0;
}

.chantier-category-tabs {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.chantier-category-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #2f271d;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  padding: 11px 16px;
  line-height: 1.16;
  transition: all 0.2s ease;
}

.chantier-category-tab:hover {
  border-color: #d9bc84;
  background: #fbf3e0;
}

.chantier-category-tab.is-active {
  background: linear-gradient(145deg, #f6e4b5, #e8ce94);
  border-color: #cca45a;
  color: #2a1f12;
  box-shadow: 0 8px 18px rgba(150, 112, 48, 0.2);
}

.chantier-cards-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

a.chantier-catalog-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.chantier-catalog-media {
  position: relative;
  border: 1px solid #dcc8a4;
  border-radius: 16px;
  overflow: hidden;
  background: #fbf5e9;
  box-shadow: 0 10px 24px rgba(90, 67, 35, 0.1);
}

.chantier-catalog-media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.chantier-catalog-fade {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent 0%, rgba(39, 28, 12, 0.44) 100%);
  pointer-events: none;
}

.chantier-catalog-pills {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.chantier-catalog-pills span {
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.96);
  color: #2d2419;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 9px 6px;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.chantier-catalog-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(205, 170, 96, 0.56);
  background: rgba(255, 250, 242, 0.97);
  color: #2f251a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
}

.chantier-catalog-body {
  padding: 12px 3px 0;
}

.chantier-catalog-body h3 {
  margin: 0 0 9px;
  color: #1f1912;
  font-size: clamp(18px, 1.38vw, 31px);
  line-height: 1.15;
}

.chantier-catalog-body p {
  margin: 0;
  border-top: 1px solid rgba(137, 113, 70, 0.26);
  padding-top: 10px;
  color: #2f271d;
  font-size: 15px;
  line-height: 1.35;
}

.chantier-catalog-empty {
  margin-top: 16px;
  font-size: 14px;
  color: var(--muted);
}

a.chantier-pro-link {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

a.chantier-pro-link:hover {
  transform: translateY(-2px);
  border-color: #d2c4aa;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.12);
}

.chantier-pro-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover !important;
  object-position: center;
  padding: 0;
  background: #edf1f5;
}

.chantier-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.8fr);
  gap: 14px;
  align-items: start;
}

.chantier-detail-layout--solo {
  grid-template-columns: minmax(0, 1fr);
}

.chantier-detail-visual {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.chantier-detail-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.chantier-detail-visual.is-contain img {
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: contain;
  background: #f8f3ea;
}

.chantier-project-hero {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.chantier-project-hero .lead {
  margin-left: auto;
  margin-right: auto;
}

.chantier-detail-media {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 14px;
}

.chantier-detail-media-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
  margin-bottom: 12px;
}

.chantier-detail-media-head .kicker {
  margin-bottom: 5px;
}

.chantier-detail-media-head h2 {
  margin-bottom: 0;
  font-size: clamp(23px, 2.2vw, 34px);
}

.chantier-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.chantier-detail-media--single .chantier-detail-gallery {
  grid-template-columns: minmax(0, 1fr);
}

.chantier-detail-media--multi .chantier-detail-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.chantier-detail-media--pairs .chantier-detail-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chantier-detail-gallery-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e7decd;
  border-radius: 14px;
  background: #fbf8f1;
}

.chantier-detail-gallery-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f7f2e8;
}

.chantier-detail-media.is-portrait .chantier-detail-gallery-image {
  aspect-ratio: 3 / 4;
}

.chantier-detail-gallery-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.chantier-detail-gallery-card figcaption {
  padding: 10px 12px;
  border-top: 1px solid #e9dfcf;
  color: #625340;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #fbf8f1;
}

.chantier-detail-stats {
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 16px;
}

.chantier-detail-stats h2 {
  margin: 0 0 12px;
  font-size: 19px;
}

.chantier-detail-stats dl {
  margin: 0;
  display: grid;
  gap: 10px;
}

.chantier-detail-stats dl div {
  border: 1px solid #e8e0d1;
  border-radius: 12px;
  background: #fbf8f1;
  padding: 10px 11px;
}

.chantier-detail-stats dt {
  margin: 0;
  font-size: 12px;
  color: #655747;
  font-weight: 700;
}

.chantier-detail-stats dd {
  margin: 5px 0 0;
  font-size: 15px;
  color: #1f2937;
  font-weight: 700;
}

.chantier-detail-shell {
  background:
    radial-gradient(circle at 10% 14%, #faf7ec 0, transparent 40%),
    linear-gradient(145deg, #ffffff, #f8f8f6);
}

.chantier-detail-cards {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.chantier-detail-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 14px;
}

.chantier-detail-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.chantier-detail-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.chantier-detail-description {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 14px;
}

.chantier-detail-description h3 {
  margin: 0 0 8px;
}

.chantier-detail-description p {
  margin: 0 0 10px;
  color: var(--muted);
}

.chantier-detail-description ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.chantier-progress-shell {
  margin-top: 12px;
  background:
    radial-gradient(circle at 10% 14%, #faf7ec 0, transparent 40%),
    linear-gradient(145deg, #ffffff, #f8f8f6);
}

.chantier-progress-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.chantier-progress-card {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.chantier-progress-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background: #f8f3ea;
  display: block;
}

.chantier-progress-shell--cover .chantier-progress-card img {
  object-fit: cover;
  background: transparent;
}

.chantier-progress-shell--portrait .chantier-progress-card img {
  aspect-ratio: 3 / 4;
}

.chantier-progress-card figcaption {
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #655747;
  border-top: 1px solid #efe6d8;
  background: #fbf8f1;
}

@media (max-width: 1100px) {
  .chantier-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chantier-categories-hero {
    grid-template-columns: 1fr;
  }

  .chantier-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chantier-catalog-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chantier-detail-layout {
    grid-template-columns: 1fr;
  }

  .chantier-detail-visual img {
    min-height: 280px;
  }

  .chantier-detail-media--multi .chantier-detail-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chantier-detail-cards {
    grid-template-columns: 1fr;
  }

  .chantier-progress-grid {
    grid-template-columns: 1fr;
  }

  .chantier-progress-card img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 680px) {
  .chantier-kpi-grid {
    grid-template-columns: 1fr;
  }

  .chantier-category-tab {
    font-size: 15px;
    padding: 10px 12px;
  }

  .chantier-cards-grid {
    grid-template-columns: 1fr;
  }

  .chantier-detail-media {
    padding: 10px;
  }

  .chantier-detail-media-head {
    display: block;
    margin-bottom: 10px;
  }

  .chantier-detail-media-head h2 {
    font-size: 24px;
  }

  .chantier-detail-gallery,
  .chantier-detail-media--multi .chantier-detail-gallery {
    grid-template-columns: 1fr;
  }

  .chantier-detail-gallery-card figcaption {
    padding: 9px 10px;
  }
}

.before-after-shell {
  background:
    radial-gradient(circle at 10% 14%, #faf7ec 0, transparent 40%),
    linear-gradient(145deg, #ffffff, #f8f8f6);
}

@keyframes beforeAfterFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.before-after-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.before-after-grid-preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.before-after-tabs {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.before-after-tab {
  border: 1px solid #d4e0ea;
  border-radius: 999px;
  background: var(--surface);
  color: #2b3a4c;
  font-weight: 700;
  font-size: 13px;
  padding: 7px 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.before-after-tab:hover {
  border-color: #c0ceda;
}

.before-after-tab.is-active {
  border-color: #d4af37;
  background: #f7efdb;
  color: #8f7426;
}

.before-after-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #dbe5ee;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  padding-bottom: 0;
  min-height: 0;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.before-after-reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  will-change: transform, opacity;
}

.before-after-reveal.is-visible {
  animation: beforeAfterFadeInUp 0.62s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: var(--reveal-delay, 0s);
}

.before-after-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.12);
}

.before-after-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  height: auto;
  margin-bottom: 12px;
  padding: 14px;
  background: #edf2f7;
  border-bottom: 1px solid #e3e8ef;
}

.before-after-images.one-up {
  grid-template-columns: 1fr;
}

.before-after-images.triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.before-after-images figure {
  margin: 0;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  aspect-ratio: 4 / 3;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e3e9f1;
  border-radius: 20px;
  overflow: hidden;
}

.before-after-images.one-up figure {
  aspect-ratio: 16 / 10;
}

.before-after-images.one-up figure.is-portrait {
  aspect-ratio: 3 / 4;
}

.before-after-images.triple figure {
  aspect-ratio: 4 / 3;
}

.before-after-images img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center center;
  display: block;
  cursor: zoom-in;
  background: #ffffff;
  transition: transform 0.35s ease;
}

.before-after-images figure:hover img {
  transform: scale(1.02);
}

.before-after-images .image-anime::after {
  content: "";
  position: absolute;
  width: 220%;
  height: 0;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.32);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
  pointer-events: none;
}

.before-after-images .image-anime:hover::after {
  height: 260%;
  transition: all 600ms linear;
  background-color: transparent;
}

.before-after-images figcaption {
  position: absolute;
  z-index: 3;
  left: 8px;
  bottom: 8px;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  background: rgba(24, 39, 57, 0.75);
}

.before-after-card-body {
  display: grid;
  align-content: start;
  gap: 8px;
  margin: 0;
  padding: 4px 14px 12px;
  flex: 1;
}

.before-after-card h3,
.before-after-card p {
  margin-left: 0;
  margin-right: 0;
}

.before-after-card h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
}

.before-after-card p {
  display: none;
}

@media (max-width: 1350px) {
  .before-after-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .before-after-grid-preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .before-after-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .before-after-grid-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .before-after-grid {
    grid-template-columns: 1fr;
  }
  .before-after-grid-preview {
    grid-template-columns: 1fr;
  }
  .before-after-images {
    padding: 10px;
  }
  .before-after-images.one-up figure {
    aspect-ratio: 4 / 3;
  }
  .before-after-images.triple figure {
    aspect-ratio: 4 / 3;
  }
}

.before-after-note {
  margin: 12px 2px 0;
  font-size: 13px;
  color: #556f83;
}

.before-after-note a {
  color: #8f7426;
  font-weight: 700;
  text-decoration: none;
}

.before-after-note a:hover {
  text-decoration: underline;
}

/* Gallery-like render aligned with reference screenshot */
.before-after-shell {
  background: transparent;
}

.before-after-grid {
  margin-top: 18px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 18px;
}

.before-after-tile {
  margin: 0;
}

.before-after-shot {
  margin: 0;
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  overflow: hidden;
  background: #dfe6ee;
}

.before-after-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center center;
  display: block;
  transition: transform 0.42s ease, filter 0.42s ease;
}

.before-after-shot-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
}

.before-after-shot-duo img {
  border-radius: 14px;
}

.before-after-shot:hover img {
  transform: scale(1.04);
  filter: saturate(1.03);
}

.before-after-shot.image-anime::after {
  content: "";
  position: absolute;
  width: 220%;
  height: 0;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.32);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
  pointer-events: none;
}

.before-after-shot.image-anime:hover::after {
  height: 260%;
  transition: all 600ms linear;
  background-color: transparent;
}

@media (max-width: 1350px) {
  .before-after-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .before-after-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .before-after-grid {
    grid-template-columns: 1fr;
  }
}

.before-after-page-gallery {
  width: calc(100vw - 40px);
  margin-left: calc(50% - 50vw + 20px);
  margin-right: calc(50% - 50vw + 20px);
  padding: clamp(22px, 2.4vw, 38px);
  border-color: rgba(188, 151, 61, 0.22);
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 223, 152, 0.16), transparent 34%),
    linear-gradient(145deg, #fffdf8 0%, #faf7ef 100%);
  box-shadow: 0 28px 70px rgba(25, 21, 12, 0.08);
}

.before-after-page-gallery .before-after-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 1.8vw, 30px);
}

.before-after-page-gallery .before-after-card {
  border: 1px solid rgba(184, 148, 42, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 246, 237, 0.96));
  box-shadow:
    0 18px 42px rgba(22, 18, 10, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.before-after-page-gallery .before-after-shot {
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  border: 1px solid rgba(171, 137, 42, 0.18);
  background: #fbf7ee;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.before-after-page-gallery .before-after-shot-duo {
  gap: 12px;
  padding: 12px;
}

.before-after-page-gallery .before-after-shot-duo img {
  border-radius: 18px;
  image-rendering: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
  filter: contrast(1.015) saturate(1.015);
}

.before-after-page-gallery .before-after-shot:hover img {
  transform: translateZ(0) scale(1.015);
  filter: contrast(1.02) saturate(1.02);
}

.before-after-page-gallery .before-after-shot.image-anime::after {
  display: none;
}

@media (max-width: 1180px) {
  .before-after-page-gallery .before-after-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .before-after-page-gallery .before-after-grid {
    grid-template-columns: 1fr;
  }

  .before-after-page-gallery .before-after-shot {
    aspect-ratio: auto;
  }

  .before-after-page-gallery .before-after-shot-duo {
    grid-template-columns: 1fr;
  }

  .before-after-page-gallery .before-after-shot-duo img {
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .before-after-reveal,
  .before-after-reveal.is-visible {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .before-after-images img,
  .before-after-images .image-anime::after,
  .before-after-shot img,
  .before-after-shot.image-anime::after {
    transition: none;
  }
}

.chantier-gallery-shell {
  margin-top: 8px;
}

.chantier-gallery-grid {
  margin-top: 14px;
}

.brokkr-news-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brokkr-news-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.brokkr-news-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.brokkr-news-body {
  padding: 14px;
}

.brokkr-news-body p {
  margin: 0;
  color: var(--muted);
}

.brokkr-partners {
  background:
    radial-gradient(circle at 12% -26%, rgba(244, 221, 173, 0.3) 0, transparent 34%),
    radial-gradient(circle at 95% 128%, rgba(226, 192, 138, 0.2) 0, transparent 38%),
    linear-gradient(145deg, #fffdf7, #f8f1e5);
}

.partner-marquee {
  margin-top: 14px;
  border: 1px solid #dbc8a2;
  border-radius: 14px;
  background: linear-gradient(145deg, #fffdf8, #f7eedf);
  overflow: hidden;
}

.partner-track {
  display: flex;
  width: max-content;
  animation: partnerScroll 24s linear infinite;
}

.partner-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  padding: 14px 12px;
}

.partner-logo {
  margin: 0;
  width: 180px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddcdad;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(97, 70, 30, 0.1);
}

.partner-logo img {
  width: 162px;
  height: 44px;
  object-fit: contain;
  display: block;
}

.partner-logo-highlight {
  border-color: #c6a86c;
  box-shadow: 0 10px 20px rgba(99, 69, 23, 0.16);
}

.brokkr-audience-card,
.brokkr-service-visual,
.brokkr-chantier-card,
.brokkr-news-card,
.before-after-card,
.bro-metier-card,
.bro-review-card {
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.brokkr-audience-card:hover,
.brokkr-service-visual:hover,
.brokkr-chantier-card:hover,
.brokkr-news-card:hover,
.before-after-card:hover,
.bro-metier-card:hover,
.bro-review-card:hover {
  transform: translateY(-4px);
  border-color: #d4af37;
  box-shadow: 0 16px 32px rgba(17, 17, 17, 0.12);
}

.bro-services .service-grid-pro {
  margin-top: 16px;
}

.bro-metier-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#nos-prestations .section-head h2 {
  font-size: clamp(22px, 2.7vw, 32px);
  line-height: 1.2;
}

#nos-prestations .section-head .section-sub {
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.6;
}

.bro-metier-card {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--surface);
  padding: 16px;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.bro-metier-card h3 {
  margin: 0;
  font-size: 18px;
}

.bro-metier-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.bro-metier-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid #d8be85;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 56%),
    linear-gradient(145deg, #fffdf7 0%, #fff7ea 100%);
  color: #b8860b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.92),
    0 8px 16px rgba(87, 63, 27, 0.14);
  flex: 0 0 auto;
}

.bro-metier-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.bro-metier-icon.bro-metier-icon-image {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  box-shadow: 0 6px 14px rgba(89, 64, 28, 0.11);
  padding: 0;
}

.bro-metier-icon.bro-metier-icon-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: none;
}

.prestation-overview-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.prestation-overview-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 16px;
}

.prestation-overview-title {
  margin: 0 0 10px;
  color: #5d6a82;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prestation-overview-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.prestation-overview-list li {
  border: 1px solid #e6e9ee;
  border-radius: 10px;
  background: #ffffff;
  padding: 10px 12px;
  color: #293244;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.catalog-kpi-row {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.catalog-kpi {
  border: 1px solid #e7e2d3;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px 14px;
  display: grid;
  gap: 2px;
}

.catalog-kpi strong {
  font-size: 24px;
  line-height: 1.1;
  color: #202020;
}

.catalog-kpi span {
  font-size: 12px;
  color: #667085;
  font-weight: 700;
}

.catalog-lot-tabs {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-lot-tab {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e5dcc9;
  border-radius: 999px;
  background: #fffaf0;
  color: #45331d;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 700;
}

.catalog-lot-tab strong {
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #e9d5a2;
  color: #2d2418;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
}

.catalog-lot-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.catalog-lot-card {
  border: 1px solid #ece4d7;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--shadow-card);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.catalog-lot-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.catalog-lot-index {
  margin: 0 0 2px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8a6b2d;
  font-weight: 800;
}

.catalog-lot-head h3 {
  margin: 0;
  font-size: 18px;
}

.catalog-lot-count {
  border: 1px solid #e5dcc9;
  border-radius: 999px;
  background: #fbf6eb;
  color: #594c33;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  white-space: nowrap;
}

.catalog-lot-note {
  margin: 0;
  color: #667085;
  font-size: 13px;
}

.catalog-service-list {
  border-top: 1px solid #ece8df;
}

.catalog-service-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #ece8df;
}

.catalog-service-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.catalog-service-main {
  min-width: 0;
}

.catalog-service-name {
  margin: 0;
  font-size: 14px;
  color: #1f2937;
  font-weight: 700;
}

.catalog-service-code {
  margin: 2px 0 0;
  color: #6b7280;
  font-size: 12px;
}

.catalog-service-side {
  display: grid;
  justify-items: end;
  gap: 4px;
  text-align: right;
}

.catalog-service-unit {
  border: 1px solid #d8d2c3;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 800;
  color: #3f3a2f;
  background: #f9f5ea;
}

.catalog-service-side small {
  font-size: 12px;
  color: #5e6774;
  line-height: 1.3;
}

.bro-step-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bro-news-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bro-news-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 16px;
}

.bro-news-card .kicker {
  margin-bottom: 8px;
}

.bro-news-card p {
  margin: 0;
  color: var(--muted);
}

.bro-faq details {
  margin: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
}

.bro-faq details + details {
  margin-top: 8px;
}

.bro-faq summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: clamp(10px, 1.15vw, 13px) 52px clamp(10px, 1.15vw, 13px) clamp(13px, 1.35vw, 17px);
  border: 1px solid #d9ccb2;
  border-radius: 8px;
  background: #f2ede3;
  color: #2b2419;
  font-size: clamp(13.5px, 1.05vw, 16px);
  font-weight: 650;
  line-height: 1.24;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bro-faq summary::-webkit-details-marker {
  display: none;
}

.bro-faq summary::after {
  content: "";
  position: absolute;
  right: clamp(13px, 1.2vw, 17px);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #3a2f1f;
  transition: transform 0.2s ease, border-top-color 0.2s ease;
}

.bro-faq summary:focus-visible {
  outline: 2px solid #d4af37;
  outline-offset: 2px;
}

.bro-faq details[open] summary {
  background: #d8c49b;
  border-color: #cdb98f;
  color: #2b2419;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bro-faq details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
  border-top-color: #3a2f1f;
}

.bro-faq details > p {
  margin: 0;
  padding: clamp(10px, 1.15vw, 14px);
  border: 1px solid #d9ccb2;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fffefb;
  color: #332a1e;
  font-size: clamp(13px, 0.96vw, 15px);
  line-height: 1.42;
  font-weight: 450;
}

.bro-faq details[open] > p {
  border-top: 1px solid #cdb98f;
}

.bro-faq .section-sub {
  max-width: 760px;
}

.bro-reviews {
  background:
    radial-gradient(circle at 90% 14%, #fff0d8 0, transparent 38%),
    linear-gradient(150deg, #ffffff, #f8fbfe);
}

.review-marquee {
  overflow: hidden;
  position: relative;
}

.review-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: reviewScroll 24s linear infinite;
  padding: 6px 0 2px;
}

.review-marquee:hover .review-track {
  animation-play-state: paused;
}

.review-track .bro-review-card {
  min-width: 260px;
  max-width: 320px;
}

@keyframes reviewScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.bro-review-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 16px;
}

.bro-review-card .review-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.bro-review-card .review-stars {
  color: #f5b301;
  font-size: 14px;
  line-height: 1;
}

.bro-review-card .review-rating strong {
  display: inline-block;
  font-size: 18px;
  font-family: "Lora", "Instrument Sans", serif;
  line-height: 1;
}

.bro-review-card p {
  margin: 0;
  color: var(--muted);
}

.bro-review-card span {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #345568;
}

.service-grid-pro {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.service-tile {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  padding: 16px;
  box-shadow: var(--shadow-card);
}

.service-tile p {
  margin: 0;
  color: var(--muted);
}

.link-arrow {
  display: inline-block;
  margin-top: 10px;
  font-weight: 800;
  color: #0a5a8d;
}

.ba-showcase {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ba-showcase-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  padding-bottom: 12px;
}

.ba-showcase-card h3,
.ba-showcase-card p {
  margin-left: 12px;
  margin-right: 12px;
}

.ba-showcase-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #e6eef5;
  margin-bottom: 10px;
}

.ba-showcase-images img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  display: block;
}

.workflow-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 86% 14%, rgba(233, 212, 165, 0.26) 0%, transparent 36%),
    radial-gradient(circle at 14% 10%, rgba(248, 247, 242, 0.88) 0%, transparent 42%),
    linear-gradient(145deg, #ffffff 0%, #f8f5ee 100%);
  box-shadow: 0 14px 30px rgba(17, 17, 17, 0.08);
  padding: 28px;
  animation: riseIn 0.7s ease both;
  position: relative;
  overflow: hidden;
}

.workflow-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.workflow-card {
  border: 1px solid #e7decf;
  border-radius: 16px;
  background: linear-gradient(150deg, #ffffff 0%, #fcf8f0 100%);
  box-shadow: 0 10px 22px rgba(33, 24, 12, 0.08);
  padding: 52px 16px 16px;
  position: relative;
  min-height: 214px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.workflow-card::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  width: 54px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d9be7c, #b88c2f);
}

.workflow-card h3 {
  margin: 0;
  font-size: clamp(24px, 1.45vw, 28px);
  line-height: 1.15;
  letter-spacing: 0;
}

.workflow-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.62;
  max-width: 28ch;
}

.workflow-num {
  position: absolute;
  left: 16px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  min-width: 36px;
  height: 26px;
  border-radius: 999px;
  padding: 0 10px;
  border: 1px solid #dfc486;
  background: linear-gradient(145deg, #fff3d5 0%, #ebd9ad 100%);
  color: #7d6122;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 4px 10px rgba(75, 55, 24, 0.12);
}

@media (min-width: 980px) {
  .bro-step-grid {
    gap: 14px;
  }

  .workflow-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 28px;
    right: -9px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #d5bc85;
    border-right: 2px solid #d5bc85;
    transform: rotate(45deg);
    opacity: 0.82;
    z-index: 2;
  }
}

@media (max-width: 1100px) {
  .workflow-card {
    min-height: 0;
    padding: 48px 14px 14px;
  }

  .workflow-card h3 {
    font-size: clamp(21px, 4.8vw, 24px);
  }

  .workflow-card p {
    max-width: none;
    font-size: 14px;
  }
}

.cta-banner {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(130deg, #ffffff, #f8f8f6);
  box-shadow: var(--shadow-soft);
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  animation: riseIn 0.75s ease both;
}

.eurobat-impact {
  margin-top: 0;
  padding: clamp(34px, 4.8vw, 58px) 0 clamp(52px, 6vw, 78px);
  background:
    radial-gradient(circle at 83% 6%, rgba(102, 154, 214, 0.14), transparent 34%),
    linear-gradient(168deg, #efefef 0%, #ebebe9 55%, #e6e6e3 100%);
  border-top: 1px solid #d6d8dd;
  border-bottom: 1px solid #d2d4d7;
}

.eurobat-impact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: center;
}

.eurobat-impact-shell--image-only {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

.eurobat-impact-shell--image-only .eurobat-impact-media {
  width: min(1200px, 100%);
  padding-left: 0;
  padding-bottom: 0;
}

.eurobat-impact-shell--image-only .eurobat-impact-main-shot img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.eurobat-impact-shell--image-only .eurobat-impact-vertical,
.eurobat-impact-shell--image-only .eurobat-impact-badge {
  display: none;
}

.eurobat-impact-media {
  position: relative;
  padding-left: clamp(34px, 4vw, 52px);
  padding-bottom: clamp(78px, 8vw, 122px);
}

.eurobat-impact-vertical {
  position: absolute;
  left: 0;
  top: clamp(12px, 1.6vw, 24px);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: clamp(12px, 0.8vw, 14px);
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #2f5a82;
}

.eurobat-impact-main-shot {
  margin: 0;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(38, 52, 72, 0.2);
}

.eurobat-impact-main-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.eurobat-impact-badge {
  position: absolute;
  left: clamp(-8px, -0.5vw, 0px);
  bottom: clamp(110px, 9.6vw, 152px);
  width: min(58%, 248px);
  border-radius: 22px;
  border: 1px solid rgba(176, 204, 230, 0.6);
  background: linear-gradient(118deg, rgba(93, 159, 199, 0.94) 0%, rgba(238, 130, 46, 0.94) 100%);
  box-shadow: 0 18px 36px rgba(44, 61, 88, 0.3);
  padding: clamp(16px, 1.6vw, 22px);
  color: #ffffff;
}

.eurobat-impact-badge-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 800;
}

.eurobat-impact-badge p {
  margin: 14px 0 0;
  font-size: clamp(23px, 2vw, 34px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
}

.eurobat-impact-secondary-shot {
  position: absolute;
  right: clamp(-6px, -0.3vw, 0px);
  bottom: 0;
  margin: 0;
  width: min(44%, 260px);
  border-radius: 24px;
  overflow: hidden;
  border: 8px solid #e8e8e6;
  box-shadow: 0 16px 30px rgba(30, 43, 64, 0.2);
}

.eurobat-impact-secondary-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}


.eurobat-impact-kicker {
  margin: 0 0 10px;
  font-size: clamp(15px, 1vw, 18px);
  letter-spacing: 0.09em;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e567d;
}

.eurobat-impact-copy h2 {
  margin: 0 0 12px;
  max-width: 16ch;
  font-size: clamp(40px, 4.9vw, 76px);
  line-height: 0.98;
  color: #2b5a87;
  letter-spacing: 0;
}

.eurobat-impact-tone-a {
  color: #6b9cb5;
}

.eurobat-impact-tone-b {
  color: #e97f2e;
}

.eurobat-impact-copy p {
  margin: 0;
  max-width: 60ch;
  font-size: clamp(14.5px, 0.95vw, 16.5px);
  line-height: 1.5;
  color: #6f757f;
}

.eurobat-impact-copy p + p {
  margin-top: 12px;
}

.eurobat-impact-list {
  list-style: none;
  margin: 18px 0 12px;
  padding: 0;
  display: grid;
  gap: 9px;
}

.eurobat-impact-list li {
  position: relative;
  padding-left: 34px;
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 1.34;
  font-weight: 700;
  color: #2b5a87;
}

.eurobat-impact-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  color: #66a0bf;
  font-size: 28px;
  font-weight: 800;
}

.eurobat-impact-proof {
  margin-top: 8px;
  font-size: clamp(17px, 1.05vw, 20px);
  color: #6f757f;
}

.eurobat-impact-proof strong {
  color: #2e5a84;
}

.eurobat-impact-cta {
  text-decoration: none;
  margin-top: 16px;
  min-height: 64px;
  padding: 0 30px;
  border-radius: 999px;
  background: linear-gradient(104deg, #6aaecf 0%, #ee7d2d 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: clamp(18px, 1.25vw, 23px);
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(49, 86, 126, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.eurobat-impact-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 16px 30px rgba(49, 86, 126, 0.32);
}

.eurobat-impact-plant {
  position: relative;
  min-height: clamp(200px, 24vw, 320px);
  opacity: 0.84;
}

.impact-pot {
  position: absolute;
  bottom: 14px;
  right: clamp(12px, 3.5vw, 42px);
  width: clamp(88px, 8vw, 122px);
  height: clamp(84px, 8.2vw, 116px);
  border: 2px solid #767a82;
  border-radius: 16px 16px 26px 26px;
}

.impact-base {
  position: absolute;
  bottom: 8px;
  right: clamp(0px, 2vw, 26px);
  width: clamp(130px, 10vw, 176px);
  height: 7px;
  border-radius: 999px;
  background: rgba(84, 89, 98, 0.28);
}

.impact-stem {
  position: absolute;
  display: block;
  border: 2px solid #767a82;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  transform-origin: center;
}

.impact-stem-main {
  bottom: 118px;
  right: clamp(52px, 7vw, 88px);
  width: 2px;
  height: clamp(74px, 8.5vw, 102px);
  border: 0;
  background: #767a82;
}

.impact-stem-left {
  bottom: 156px;
  right: clamp(58px, 7.8vw, 95px);
  width: clamp(46px, 4.2vw, 68px);
  height: 34px;
  transform: rotate(-28deg);
}

.impact-stem-right {
  bottom: 168px;
  right: clamp(18px, 4.8vw, 58px);
  width: clamp(46px, 4.2vw, 68px);
  height: 34px;
  transform: rotate(26deg);
}

.impact-leaf {
  position: absolute;
  width: clamp(22px, 2vw, 32px);
  height: clamp(12px, 1.1vw, 18px);
  border: 2px solid #767a82;
  border-radius: 999px;
  background: transparent;
}

.impact-leaf-1 {
  bottom: 204px;
  right: clamp(92px, 10.5vw, 136px);
  transform: rotate(-28deg);
}

.impact-leaf-2 {
  bottom: 186px;
  right: clamp(106px, 11.5vw, 152px);
  transform: rotate(-12deg);
}

.impact-leaf-3 {
  bottom: 170px;
  right: clamp(82px, 9.8vw, 128px);
  transform: rotate(-34deg);
}

.impact-leaf-4 {
  bottom: 214px;
  right: clamp(58px, 8.2vw, 102px);
  transform: rotate(8deg);
}

.impact-leaf-5 {
  bottom: 194px;
  right: clamp(42px, 7vw, 84px);
  transform: rotate(20deg);
}

.impact-leaf-6 {
  bottom: 176px;
  right: clamp(24px, 5.8vw, 68px);
  transform: rotate(34deg);
}

.impact-leaf-7 {
  bottom: 160px;
  right: clamp(6px, 4.4vw, 52px);
  transform: rotate(34deg);
}

.impact-leaf-8 {
  bottom: 224px;
  right: clamp(30px, 6.5vw, 72px);
  transform: rotate(34deg);
}

.impact-preview-bar {
  margin-top: 18px;
  background: linear-gradient(128deg, #f7f9fc 0%, #eef2f8 100%);
  border-top: 1px solid #d8e0ea;
  border-bottom: 1px solid #d4dde8;
}

.impact-preview-bar-inner {
  min-height: 66px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}

.impact-preview-brand {
  text-decoration: none;
  color: #1f2d3e;
  font-family: "Lora", "Instrument Sans", serif;
  font-size: clamp(22px, 1.9vw, 29px);
  line-height: 1;
  text-transform: lowercase;
}

.impact-preview-brand span {
  color: #b78245;
}

.impact-preview-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.impact-preview-nav a {
  text-decoration: none;
  color: #2f4258;
  font-size: clamp(12.5px, 0.92vw, 14px);
  font-weight: 650;
  line-height: 1.3;
  padding: 0 12px;
  background: transparent;
}

.impact-preview-nav a + a {
  border-left: 1px solid #ccd6e3;
}

.impact-preview-nav a:hover {
  color: #1f5a8a;
}

.impact-preview-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.impact-preview-phone {
  text-decoration: none;
  color: #22364f;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  white-space: nowrap;
}

.impact-preview-cta {
  text-decoration: none;
  background: linear-gradient(128deg, #1e3855 0%, #2e5f8c 100%);
  color: #ffffff;
  font-size: clamp(12px, 0.9vw, 13px);
  font-weight: 700;
  border-radius: 10px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(28, 53, 82, 0.22);
  transition: filter 0.2s ease;
}

.impact-preview-cta:hover {
  filter: brightness(1.05);
}

.eurobat-prestations-marquee {
  margin-top: 0;
  padding: 14px 0 16px;
  background:
    radial-gradient(circle at 10% -120%, rgba(215, 170, 92, 0.24), transparent 46%),
    radial-gradient(circle at 96% 190%, rgba(176, 132, 90, 0.16), transparent 44%),
    linear-gradient(180deg, #fbf5ea 0%, #f3e7d4 100%);
  border-top: 1px solid rgba(202, 166, 105, 0.42);
  border-bottom: 1px solid rgba(202, 166, 105, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), inset 0 -1px 0 rgba(255, 255, 255, 0.72);
}

.eurobat-prestations-marquee-shell {
  width: 100%;
  max-width: none;
  padding: 0 clamp(8px, 1.2vw, 16px);
}

.eurobat-prestations-marquee-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.eurobat-prestations-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px 0 8px;
  border: 1px solid #d8be8d;
  border-radius: 999px;
  background: linear-gradient(145deg, #f4d997, #e6c476);
  color: #2d2111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(88, 62, 24, 0.14);
}

.eurobat-prestations-brand-logo {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(81, 56, 18, 0.3);
  background: rgba(255, 252, 246, 0.7);
}

.eurobat-prestations-brand-logo img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.eurobat-prestations-marquee-head p {
  margin: 0;
  color: #5d4a30;
  font-size: clamp(12.5px, 0.92vw, 14px);
  font-weight: 600;
  text-align: right;
}

.eurobat-prestations-marquee-row {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 3px 0;
  border-top: 1px solid rgba(194, 156, 96, 0.22);
  border-bottom: 1px solid rgba(194, 156, 96, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(252, 244, 229, 0.3));
}

.eurobat-prestations-marquee-row::before,
.eurobat-prestations-marquee-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 96px;
  pointer-events: none;
  z-index: 1;
}

.eurobat-prestations-marquee-row::before {
  left: 0;
  background: linear-gradient(90deg, #f4e8d6 0%, rgba(244, 232, 214, 0) 100%);
}

.eurobat-prestations-marquee-row::after {
  right: 0;
  background: linear-gradient(270deg, #f4e8d6 0%, rgba(244, 232, 214, 0) 100%);
}

.eurobat-prestations-marquee-track {
  display: flex;
  width: max-content;
  animation: eurobatPrestationsScroll 44s linear infinite;
  will-change: transform;
}

.eurobat-prestations-marquee-row:hover .eurobat-prestations-marquee-track {
  animation-play-state: paused;
}

.eurobat-prestations-marquee-group {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 14px);
  padding-right: clamp(8px, 1vw, 14px);
  min-width: max-content;
}

.eurobat-prestations-marquee-item {
  --chip-accent: #b48d57;
  --chip-text: #31271d;
  --chip-bg: linear-gradient(140deg, #fffdf9 0%, #f1e7d5 100%);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: clamp(34px, 2.6vw, 42px);
  padding: 0 clamp(13px, 1.35vw, 19px) 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(201, 166, 109, 0.58);
  background: var(--chip-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 8px 18px rgba(84, 60, 29, 0.16);
  white-space: nowrap;
  font-size: clamp(13.8px, 1.03vw, 15.4px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--chip-text);
  -webkit-text-fill-color: currentColor;
  -webkit-text-stroke-width: 0;
  text-shadow: none;
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.eurobat-prestations-marquee-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe4ac 0%, var(--chip-accent) 100%);
  opacity: 0.95;
}

.eurobat-prestations-marquee-item:hover {
  transform: translateY(-1px) scale(1.005);
  filter: saturate(1.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 11px 24px rgba(76, 53, 24, 0.2);
}

.eurobat-prestations-marquee-logo {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(186, 149, 98, 0.45);
  background: radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.76),
    0 2px 6px rgba(88, 62, 30, 0.16);
  flex: 0 0 auto;
  overflow: hidden;
}

.eurobat-prestations-marquee-logo img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

.eurobat-prestations-marquee-item.tone-premium {
  --chip-accent: #c08e35;
  --chip-text: #332818;
  --chip-bg: linear-gradient(140deg, #fff9eb 0%, #f2e1bc 100%);
}

.eurobat-prestations-marquee-item.tone-plans {
  --chip-accent: #7b8856;
  --chip-text: #2b3423;
  --chip-bg: linear-gradient(140deg, #f8faef 0%, #e2e9cd 100%);
}

.eurobat-prestations-marquee-item.tone-avant_apres {
  --chip-accent: #a2634a;
  --chip-text: #3c2520;
  --chip-bg: linear-gradient(140deg, #fff7f2 0%, #edd8ca 100%);
}

.eurobat-prestations-marquee-item.tone-devis {
  --chip-accent: #8a7158;
  --chip-text: #322920;
  --chip-bg: linear-gradient(140deg, #fcf7ef 0%, #e7dccd 100%);
}

.eurobat-prestations-marquee-item.tone-etude {
  --chip-accent: #9b5f4a;
  --chip-text: #3a221a;
  --chip-bg: linear-gradient(140deg, #fff7f1 0%, #ecd8cd 100%);
}

.eurobat-prestations-marquee-item.tone-premium + .eurobat-prestations-marquee-sep::after {
  background: #bd8d2a;
}

.eurobat-prestations-marquee-item.tone-plans + .eurobat-prestations-marquee-sep::after {
  background: #7d8b5d;
}

.eurobat-prestations-marquee-item.tone-avant_apres + .eurobat-prestations-marquee-sep::after {
  background: #ba7250;
}

.eurobat-prestations-marquee-item.tone-devis + .eurobat-prestations-marquee-sep::after {
  background: #846a51;
}

.eurobat-prestations-marquee-item.tone-etude + .eurobat-prestations-marquee-sep::after {
  background: #9f5f43;
}

.eurobat-prestations-marquee-text {
  display: inline-block;
}

.eurobat-prestations-marquee-sep {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(8px, 1.1vw, 12px);
  height: 8px;
}

.eurobat-prestations-marquee-sep::before {
  content: none;
}

.eurobat-prestations-marquee-sep::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #d5b176;
  box-shadow: none;
}

@keyframes eurobatPrestationsScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .eurobat-prestations-marquee-row {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .eurobat-prestations-marquee-row::-webkit-scrollbar {
    display: none;
  }

  .eurobat-prestations-marquee-track {
    animation: none;
  }

  .photo-interactive-target {
    transition: none;
  }

  #backToTopBtn.visible,
  #backToTopBtn.visible::before,
  #chatBtn,
  #chatBtn::before,
  #chatBtn::after {
    animation: none;
  }
}

.photo-interactive-target {
  cursor: zoom-in;
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
  will-change: transform;
}

.photo-interactive-target:hover {
  transform: translateY(-2px) scale(1.018);
  box-shadow: 0 14px 26px rgba(18, 29, 44, 0.18);
  filter: saturate(1.04);
}

.photo-interactive-target:active {
  transform: scale(0.992);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(7, 12, 20, 0.84);
  backdrop-filter: blur(4px);
}

.lightbox.is-open {
  display: flex;
}

.lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(238, 245, 255, 0.45);
  border-radius: 999px;
  background: rgba(24, 38, 56, 0.72);
  color: #f4f8ff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-img {
  display: block;
  max-width: min(94vw, 1420px);
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(236, 220, 191, 0.35);
  box-shadow: 0 24px 54px rgba(2, 7, 14, 0.58);
  background: #131821;
  object-fit: contain;
}

.grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 18px;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.box {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  padding: 18px;
}

.pro-box {
  box-shadow: var(--shadow-card);
}

.bullet-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 6px;
}

.form {
  margin-top: 14px;
  max-width: 680px;
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  padding: 18px;
}

.pro-form {
  box-shadow: var(--shadow-soft);
}

.form label {
  display: grid;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
}

.form input,
.form textarea,
.form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 11px 12px;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.form input:focus,
.form textarea:focus,
.form select:focus,
#chatInput:focus {
  outline: 2px solid #cbe6f8;
  outline-offset: 1px;
}

.sector-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 14px;
}

.sector-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 16px;
}

.sector-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.sector-head h3 {
  margin: 0;
  font-size: 20px;
}

.sector-count {
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
}

.sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sector-link {
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 800;
  color: #345362;
  background: #f7fbfe;
}

.sector-link:hover {
  border-color: #9eb7c7;
  background: #ecf4fb;
}

.ai3d-hero {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #ffffff, #f8fbf9);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  padding: 24px;
}

.ai3d-smart-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, #dff6e9 0, transparent 44%),
    radial-gradient(circle at 96% 12%, #ffeec8 0, transparent 36%),
    linear-gradient(140deg, #ffffff, #f7fbff);
}

.ai3d-main-title {
  margin: 0 0 12px;
  font-size: clamp(30px, 4.8vw, 46px);
  line-height: 1.1;
}

.ai3d-smart-badges {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai3d-smart-badges span {
  border: 1px solid #cfe1eb;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 700;
}

.ai3d-proof-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ai3d-proof-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  padding: 16px;
  box-shadow: var(--shadow-card);
}

.ai3d-proof-card h2,
.ai3d-proof-card h3 {
  margin: 0 0 8px;
}

.ai3d-usecases .ai3d-tag-row {
  margin-top: 8px;
  margin-bottom: 4px;
}

.ai3d-compare {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(140deg, #ffffff, #f8fcff);
  padding: 18px;
}

.ai3d-compare-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  border: 1px solid #dce8f1;
  border-radius: 12px;
  overflow: hidden;
}

.ai3d-compare-head {
  background: #eef6fb;
  font-weight: 800;
  font-size: 13px;
  padding: 10px;
  border-right: 1px solid #dce8f1;
}

.ai3d-compare-cell {
  padding: 10px;
  font-size: 13px;
  border-top: 1px solid #dce8f1;
  border-right: 1px solid #dce8f1;
  background: var(--surface);
}

.ai3d-compare-grid > :nth-child(3n) {
  border-right: 0;
}

.ai3d-layout {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(340px, 0.85fr);
  gap: 32px;
  align-items: start;
}

.ai3d-form {
  max-width: none;
}

.ai3d-form-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai3d-form-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quote-project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.js-work-item-block {
  grid-template-columns: minmax(240px, 1fr) minmax(320px, 1.45fr);
  align-items: start;
  padding: 12px;
  border: 1px solid #e6edf5;
  border-radius: 14px;
  background: #fbfdff;
}

.js-work-item-block label {
  align-content: start;
}

.ai3d-contact-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ai3d-check {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  background: #f5fdf8;
  border: 1px dashed #afd4bf;
  border-radius: 12px;
  padding: 10px 12px;
}

.ai3d-check input {
  width: 18px !important;
  height: 18px;
}

.ai3d-check span {
  font-size: 14px;
  line-height: 1.35;
}

.ai3d-side .box {
  margin-top: 0;
  height: fit-content;
  position: sticky;
  top: 80px;
}

.contact-card {
  margin-top: 12px;
}

.contact-card-body {
  display: flex;
  gap: 12px;
  align-items: center;
}

.contact-card-body img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 1px solid #e2e8f0;
  background: #f3f4f6;
}

.contact-name {
  margin: 0;
  font-weight: 800;
  color: #1f2937;
}

.contact-role {
  margin: 2px 0 6px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
}

.contact-mail {
  color: #8f7426;
  font-weight: 700;
  text-decoration: none;
}

.contact-mail:hover {
  text-decoration: underline;
}

.contact-phone {
  display: inline-block;
  margin-top: 4px;
  color: #1f2937;
  font-weight: 700;
  text-decoration: none;
}

.contact-phone:hover {
  text-decoration: underline;
}

.ai3d-steps {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 6px;
}

.ai3d-gallery {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.ai3d-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.ai3d-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.ai3d-card p {
  margin: 0;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #334e68;
}

.ai3d-gallery-title {
  margin-top: 18px;
  margin-bottom: 4px;
}

.ai3d-smart-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
}

.ai3d-smart-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  padding: 16px;
  box-shadow: var(--shadow-card);
}

.ai3d-smart-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.live-recap {
  border: 1px solid #f0e4d2;
  background: #fffdf9;
}

.live-recap-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.live-recap-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #fdf7ef;
  border: 1px solid #f1e6d9;
}

.live-recap-list span {
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.live-recap-list strong {
  font-size: 14px;
  color: #1f2937;
}

.live-recap-note {
  margin-top: 10px;
  font-size: 12px;
  color: #6b7280;
}

.dashboard-live {
  margin-top: 14px;
}

.ai3d-smart-card h4 {
  margin: 14px 0 6px;
  font-size: 15px;
}

.unit-field {
  display: flex;
  gap: 8px;
  align-items: center;
}

.unit-field input {
  flex: 1 1 auto;
  min-width: 0;
}

.unit-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef2f7;
  border: 1px solid #d4dde8;
  font-size: 12px;
  font-weight: 700;
  color: #3b4b5a;
  min-width: 42px;
  justify-content: center;
}

.work-qty-help {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #5b6472;
  max-width: 66ch;
}

.unit-override {
  border: 1px solid #d4dde8;
  border-radius: 10px;
  padding: 6px 8px;
  background: #fff;
  font-weight: 700;
  color: #1f2937;
}

.form-disclaimer {
  margin: 10px 0 8px;
  font-size: 12px;
  color: #4b5563;
}

.success-box {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--ok-line);
  background: var(--ok-bg);
  color: #0f5132;
  font-weight: 600;
}

.warn {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--warn-line);
  background: var(--warn-bg);
  color: #8a2d19;
  font-weight: 600;
}

.form-disclaimer-long {
  margin-top: 12px;
}

.ai3d-disclaimer {
  margin: 6px 0;
  font-size: 12px;
  color: #4b5563;
}

.ai3d-cta {
  margin-top: 14px;
}

.ai3d-budget-hint {
  margin: 12px 0;
  padding: 9px 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #d3dde6;
  background: #f8fafc;
}

.ai3d-budget-aligned {
  background: var(--ok-bg);
  border-color: var(--ok-line);
  color: #0f5132;
}

.ai3d-budget-under_budget {
  background: var(--warn-bg);
  border-color: var(--warn-line);
  color: #8a2d19;
}

.ai3d-budget-over_budget {
  background: var(--cold-bg);
  border-color: var(--cold-line);
  color: #163a73;
}

.ai3d-breakdown {
  display: grid;
  gap: 8px;
}

.ai3d-breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #e3ebf2;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fbfdff;
}

.ai3d-breakdown-left {
  font-size: 13px;
  font-weight: 700;
}

.ai3d-breakdown-right {
  font-size: 13px;
  color: var(--muted);
}

.ai3d-assumptions {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 5px;
  font-size: 13px;
}

.ai3d-interior-details {
  margin-top: 10px;
  display: grid;
  gap: 12px;
}

.ai3d-interior-cta {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.ai3d-interior-cta .btn {
  justify-self: start;
}

.ai3d-interior-cta .btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.ai3d-tag-block h4 {
  margin: 0 0 6px;
  font-size: 14px;
}

.ai3d-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai3d-tag {
  border: 1px solid #d7e4ec;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  background: #f8fbff;
}

.ai3d-zones {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
}

.ai3d-zone-card {
  border: 1px solid #deebf2;
  border-radius: 12px;
  background: #fcfeff;
  padding: 10px;
}

.ai3d-zone-card h4 {
  margin: 0 0 5px;
  font-size: 14px;
}

.ai3d-zone-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.footer {
  margin-top: 0;
  border-top: 1px solid #0e2c65;
  background:
    radial-gradient(circle at 12% -12%, rgba(46, 101, 188, 0.24), transparent 46%),
    radial-gradient(circle at 86% 118%, rgba(28, 79, 165, 0.2), transparent 44%),
    linear-gradient(180deg, #071f56 0%, #03173f 100%);
  color: #eaf2ff;
  padding: 0;
}

.footer-main {
  position: relative;
  overflow: hidden;
  min-height: 0;
  display: grid;
  grid-template-columns: 1.1fr 0.72fr 0.72fr auto;
  gap: 20px;
  align-items: start;
  padding: 34px clamp(20px, 3.4vw, 56px) 26px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(83, 124, 190, 0.38);
  border-radius: 0;
  box-shadow: none;
}

.footer-main::before,
.footer-main::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.footer-main::before {
  width: 300px;
  height: 300px;
  left: -130px;
  bottom: -210px;
  background: rgba(38, 95, 184, 0.18);
}

.footer-main::after {
  width: 320px;
  height: 320px;
  right: -160px;
  top: -150px;
  background: rgba(41, 97, 178, 0.16);
}

.footer-brand strong {
  display: block;
  font-size: clamp(20px, 1.7vw, 25px);
  line-height: 1.08;
  color: #f6f9ff;
}

.footer-brand p {
  margin: 8px 0 0;
  color: rgba(221, 233, 255, 0.9);
  font-size: clamp(12.5px, 0.84vw, 14px);
  line-height: 1.52;
  max-width: 40ch;
}

.footer-contact-link {
  display: block;
  margin-top: 8px;
  text-decoration: none;
  color: #f2f7ff;
  font-size: clamp(13.5px, 0.89vw, 15.5px);
  font-weight: 650;
  line-height: 1.33;
}

.footer-rating {
  margin-top: 10px;
  color: #f5cb6a;
  font-size: clamp(12.5px, 0.84vw, 14px);
  font-weight: 700;
}

.footer-links {
  display: grid;
  gap: 6px;
  align-content: start;
  padding-top: 4px;
}

.footer-links a,
.footer-cookie-link {
  text-decoration: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: rgba(233, 242, 255, 0.95);
  font-size: clamp(13.5px, 0.9vw, 15px);
  font-weight: 600;
  background: transparent;
  line-height: 1.32;
  text-align: left;
  cursor: pointer;
}

.footer-links a:hover,
.footer-cookie-link:hover {
  color: #f4cb6b;
}

.footer-social {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(96, 139, 204, 0.58);
  background: rgba(14, 45, 95, 0.78);
  color: #2a4461;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(3, 15, 41, 0.32);
  transition: transform 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
}

.footer-social a img {
  width: 20px;
  height: 20px;
  display: block;
  opacity: 1;
}

.footer-social a:hover {
  transform: translateY(-2px);
  border-color: rgba(164, 193, 236, 0.88);
}

.footer-meta {
  background: linear-gradient(180deg, #04153a 0%, #031131 100%);
  border: 0;
  border-top: 1px solid rgba(76, 117, 184, 0.42);
  border-radius: 0;
  margin-top: 0;
  padding: 14px clamp(20px, 3.4vw, 56px) 16px;
  display: grid;
  gap: 5px;
  color: rgba(199, 217, 244, 0.95);
  font-size: clamp(11.1px, 0.71vw, 12.4px);
  line-height: 1.4;
}

.footer-copyright {
  font-weight: 700;
  color: #f4f8ff;
}

#chatBtn {
  position: fixed;
  right: calc(16px + env(safe-area-inset-right, 0px));
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 40;
  border: 2px solid #ffd84b;
  color: #1f2f41;
  background: linear-gradient(145deg, #ffe37a 0%, #f2bc2c 100%);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(42, 34, 8, 0.35);
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

#chatBtn::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  background: conic-gradient(
    from 0deg,
    rgba(255, 232, 146, 0.95) 0deg,
    rgba(242, 188, 44, 0.98) 170deg,
    rgba(255, 239, 182, 0.95) 360deg
  );
  opacity: 0;
  z-index: -1;
}

#chatBtn.chat-btn-attention {
  animation: backTopBlink 1.15s ease-in-out infinite;
}

#chatBtn.chat-btn-attention::before {
  opacity: 1;
  animation: backTopRingSpin 1.65s linear infinite;
}

#chatBtn:hover {
  border-color: #ffe98f;
  transform: translateY(-1px);
  filter: brightness(1.03);
}

#chatBtn:active {
  transform: translateY(0);
}

#backToTopBtn {
  position: fixed;
  left: calc(16px + env(safe-area-inset-left, 0px));
  bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  width: 52px;
  height: 52px;
  border: 2px solid #ffd84b;
  border-radius: 999px;
  background: linear-gradient(145deg, #ffe37a 0%, #f2bc2c 100%);
  color: #1f2f41;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(42, 34, 8, 0.35);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
  z-index: 38;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

#backToTopBtn::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  background: conic-gradient(
    from 0deg,
    rgba(255, 232, 146, 0.95) 0deg,
    rgba(242, 188, 44, 0.98) 170deg,
    rgba(255, 239, 182, 0.95) 360deg
  );
  opacity: 0;
  z-index: 0;
}

#backToTopBtn::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: linear-gradient(145deg, #ffe37a 0%, #f2bc2c 100%);
  z-index: 1;
}

#backToTopBtn span {
  position: relative;
  z-index: 2;
  display: inline-block;
}

#backToTopBtn:hover {
  background: linear-gradient(145deg, #ffeaa0 0%, #f6c640 100%);
  border-color: #ffe98f;
}

#backToTopBtn:hover::after {
  background: linear-gradient(145deg, #ffeaa0 0%, #f6c640 100%);
}

#backToTopBtn.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  animation: backTopBlink 1.15s ease-in-out infinite;
}

#backToTopBtn.visible::before {
  opacity: 1;
  animation: backTopRingSpin 1.65s linear infinite;
}

@keyframes chatYellowPulse {
  0%,
  100% {
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.2), 0 0 0 0 rgba(212, 175, 55, 0.0);
  }
  50% {
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.24), 0 0 0 6px rgba(212, 175, 55, 0.2);
  }
}

@keyframes chatClipClapPulse {
  0%,
  100% {
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.2), 0 0 0 0 rgba(212, 175, 55, 0);
  }
  6% {
    box-shadow: 0 13px 30px rgba(17, 17, 17, 0.24), 0 0 0 4px rgba(212, 175, 55, 0.2);
  }
  12% {
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.2), 0 0 0 0 rgba(212, 175, 55, 0);
  }
  18% {
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.25), 0 0 0 6px rgba(212, 175, 55, 0.14);
  }
  26% {
    box-shadow: 0 12px 28px rgba(17, 17, 17, 0.2), 0 0 0 0 rgba(212, 175, 55, 0);
  }
}

@keyframes chatPremiumAmbient {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.04);
  }
}

@keyframes chatPremiumSweep {
  0%,
  62% {
    transform: translateX(-170%) rotate(16deg);
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  83% {
    transform: translateX(340%) rotate(16deg);
    opacity: 0.12;
  }
  100% {
    transform: translateX(340%) rotate(16deg);
    opacity: 0;
  }
}

@keyframes backTopRingSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes backTopBlink {
  0%,
  100% {
    box-shadow: 0 12px 30px rgba(42, 34, 8, 0.35), 0 0 0 0 rgba(255, 214, 75, 0.0);
    filter: brightness(1);
  }
  50% {
    box-shadow: 0 14px 32px rgba(42, 34, 8, 0.42), 0 0 0 7px rgba(255, 214, 75, 0.34);
    filter: brightness(1.08);
  }
}

#chatBox {
  position: fixed;
  right: calc(16px + env(safe-area-inset-right, 0px));
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  width: min(390px, calc(100vw - 24px));
  height: min(72vh, 620px);
  background: #f6f9fc;
  border: 1px solid #d6e0ea;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(13, 35, 62, 0.2);
  display: none;
  z-index: 140;
  flex-direction: column;
  overflow: hidden;
}

#chatHead {
  padding: 12px 14px;
  border-bottom: 1px solid #dce6ef;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: linear-gradient(180deg, #ffffff, #f3f7fb);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

#chatHead strong {
  max-width: 180px;
  line-height: 1.2;
}

.chat-head-agent {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.chat-head-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #c8d7e3;
  box-shadow: 0 4px 10px rgba(13, 35, 62, 0.18);
  flex: 0 0 auto;
}

.chat-head-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chat-agent-meta {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.chat-online {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #3f596f;
}

.chat-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
}

.chat-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
}

.chat-memory-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(212, 175, 55, 0.46);
  border-radius: 999px;
  background: rgba(255, 249, 229, 0.92);
  color: #4a3a12;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

.chat-memory-toggle input {
  width: 12px;
  height: 12px;
  margin: 0;
  accent-color: #d4af37;
}

.chat-head-btn {
  border: 1px solid #e3c873;
  background: #fff8df;
  color: #4a3a12;
  border-radius: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.chat-head-btn:hover {
  background: #fff2c7;
  border-color: #d4af37;
  transform: translateY(-1px);
}

.chat-close-btn {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  background: #ffffff;
  border-color: rgba(13, 35, 62, 0.16);
  color: #203040;
  font-size: 18px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(13, 35, 62, 0.08);
}

.chat-close-btn:hover {
  background: #f3f8fb;
  border-color: rgba(10, 184, 205, 0.48);
}

.chat-welcome {
  padding: 8px 12px;
  border-bottom: 1px solid #d8e5f1;
  background: linear-gradient(90deg, rgba(223, 252, 255, 0.86), rgba(255, 255, 255, 0.95));
  display: block;
  flex-shrink: 0;
  transition: padding 0.2s ease, gap 0.2s ease;
}

.chat-welcome p {
  margin: 0;
  color: #31485a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.chat-exit-confirm {
  margin: 8px 12px 0;
  border: 1px solid rgba(10, 184, 205, 0.34);
  border-radius: 14px;
  background:
    radial-gradient(circle at top right, rgba(18, 211, 232, 0.16), transparent 40%),
    linear-gradient(145deg, #ffffff, #eefbff);
  padding: 10px;
  box-shadow: 0 12px 28px rgba(13, 35, 62, 0.12);
  flex-shrink: 0;
}

.chat-exit-confirm[hidden] {
  display: none;
}

.chat-exit-confirm p {
  margin: 0 0 8px;
  color: #203040;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.chat-exit-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.chat-exit-btn {
  border: 1px solid rgba(10, 184, 205, 0.58);
  border-radius: 999px;
  background: #ffffff;
  color: #063b48;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}

.chat-exit-btn-danger {
  border-color: rgba(174, 72, 72, 0.42);
  background: #fff6f3;
  color: #7a2b24;
}

.chat-welcome-card {
  border: 1px solid #dce8f2;
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% -10%, rgba(212, 175, 55, 0.16), transparent 50%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.92), #f6fbff);
  padding: 12px;
  box-shadow: 0 8px 20px rgba(16, 29, 46, 0.08);
}

.chat-welcome-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
  border: 1px solid #e3c873;
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6e5719;
  background: rgba(255, 245, 218, 0.85);
}

.chat-welcome-kicker {
  margin: 0 0 5px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a6719;
}

.chat-welcome-card h3 {
  margin: 0;
  font-family: "Lora", "Instrument Sans", serif;
  font-size: 21px;
  line-height: 1.1;
  color: #1a2a3a;
}

.chat-welcome-copy {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: #506376;
}

.chat-welcome-steps {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.chat-welcome-step {
  border: 1px solid #dce7ef;
  border-radius: 12px;
  background: #ffffff;
  padding: 8px;
  display: grid;
  gap: 2px;
}

.chat-welcome-step-num {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid #d6e1ea;
  display: inline-grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  color: #4d6578;
  background: #f8fbfe;
}

.chat-welcome-step strong {
  font-size: 12px;
  line-height: 1.2;
  color: #203040;
}

.chat-welcome-step small {
  font-size: 11px;
  line-height: 1.3;
  color: #607487;
}

.chat-welcome-step-primary {
  border-color: #e3c873;
  background: linear-gradient(155deg, rgba(255, 245, 218, 0.58), #ffffff 74%);
}

.chat-welcome-note {
  margin: 0;
  font-size: 11px;
  color: #51667a;
}

.chat-welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.chat-quick-action {
  border: 1px solid #dce6ee;
  border-radius: 14px;
  background: #ffffff;
  padding: 10px;
  display: grid;
  gap: 4px;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.chat-quick-action strong {
  font-size: 13px;
  line-height: 1.25;
  color: #203040;
}

.chat-quick-action span {
  font-size: 11px;
  line-height: 1.4;
  color: #607487;
}

.chat-quick-action:hover {
  transform: translateY(-1px);
  border-color: #d4af37;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.08);
}

.chat-quick-action-primary {
  background: linear-gradient(160deg, #fff5da, #ffffff);
  border-color: #e3c873;
}

.chat-quick-action-attention {
  border-color: rgba(10, 184, 205, 0.72);
  background: linear-gradient(160deg, #dffcff, #ffffff);
}

.chat-welcome.is-compact {
  gap: 8px;
  padding: 10px 12px;
}

.chat-welcome.is-compact .chat-welcome-card {
  padding: 10px 12px;
}

.chat-welcome.is-compact .chat-welcome-card h3 {
  font-size: 15px;
}

.chat-welcome.is-compact .chat-welcome-copy {
  display: none;
}

.chat-welcome.is-compact .chat-welcome-steps {
  display: none;
}

.chat-welcome.is-compact .chat-welcome-grid {
  grid-template-columns: 1fr;
}

.chat-welcome.is-compact .chat-quick-action {
  padding: 9px 10px;
}

.chat-welcome.is-compact .chat-welcome-note {
  display: none;
}

#chatMsgs {
  flex: 1 1 auto;
  min-height: 120px;
  max-height: none;
  overflow: auto;
  padding: 10px 12px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.14), transparent 42%),
    linear-gradient(180deg, #f8fbff, #f2f6fb);
}

.msg {
  border-radius: 14px;
  padding: 9px 11px;
  margin: 8px 0;
  font-size: 13px;
  white-space: pre-wrap;
  max-width: 88%;
  line-height: 1.45;
  box-shadow: 0 3px 9px rgba(17, 17, 17, 0.05);
}

.assistant {
  margin-right: auto;
  border: 1px solid #dbe7f1;
  background: #ffffff;
}

.msg a {
  color: #8f7426;
  font-weight: 700;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.user {
  margin-left: auto;
  text-align: right;
  border: 1px solid #e3c873;
  background: linear-gradient(150deg, #fff3d4, #fbe8b8);
}

#chatFoot {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  flex-shrink: 0;
  background: #f8fbff;
}

.chat-quickbar {
  padding: 8px 12px 0;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.chat-quick-chip {
  border: 1px solid #d5e2ec;
  border-radius: 999px;
  background: #ffffff;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  color: #2f4659;
  cursor: pointer;
}

.chat-quick-chip:hover {
  border-color: #d4af37;
  background: #fff9ea;
}

.chat-quick-chip-attention {
  border-color: rgba(10, 184, 205, 0.72);
  background: linear-gradient(135deg, #dffcff, #effeff);
  color: #063b48;
  box-shadow: 0 5px 14px rgba(10, 184, 205, 0.14);
}

.chat-quick-chip-rdv {
  border-color: rgba(4, 166, 189, 0.9);
  background: linear-gradient(135deg, #12d3e8, #bafaff);
  color: #032f3b;
  animation: chatCtaPulse 1.65s ease-in-out infinite;
}

@keyframes chatCtaPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgba(10, 184, 205, 0.28), 0 5px 14px rgba(10, 184, 205, 0.14);
  }
  50% {
    transform: translateY(-1px);
    box-shadow: 0 0 0 6px rgba(10, 184, 205, 0.18), 0 10px 24px rgba(10, 184, 205, 0.2);
  }
}

.chat-agenda {
  margin: 0 12px 10px;
  border: 1px solid #dce8f1;
  border-radius: 16px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.16), transparent 36%),
    linear-gradient(150deg, #fffaf1, #ffffff);
  padding: 12px;
  flex-shrink: 0;
  max-height: min(56vh, 460px);
  overflow: auto;
  overscroll-behavior: contain;
}

#chatAgendaBackdrop {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: rgba(8, 15, 30, 0.46);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

#chatAgendaBackdrop[hidden] {
  display: none !important;
}

#chatAgendaBackdrop.visible {
  opacity: 1;
  pointer-events: auto;
}

.chat-agenda.is-detached {
  position: fixed;
  top: max(8px, env(safe-area-inset-top, 0px));
  bottom: max(8px, env(safe-area-inset-bottom, 0px));
  left: 50%;
  transform: translateX(-50%);
  width: min(980px, calc(100vw - 30px));
  max-height: none;
  margin: 0;
  z-index: 120;
  padding: 14px;
  padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(10, 20, 40, 0.42);
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 1100px) {
  .chat-agenda.is-detached {
    left: 16px;
    right: calc(426px + env(safe-area-inset-right, 0px));
    top: max(10px, env(safe-area-inset-top, 0px));
    bottom: max(10px, env(safe-area-inset-bottom, 0px));
    transform: none;
    width: auto;
    max-width: none;
  }
}

.chat-agenda-detach-close {
  margin-left: auto;
  border: 1px solid #d8e3eb;
  border-radius: 9px;
  background: #ffffff;
  color: #2f4659;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  cursor: pointer;
}

.chat-agenda-detach-close:hover {
  border-color: #d4af37;
  background: #fff8e5;
}

.chat-agenda-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.chat-agenda-avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #c8d7e3;
  box-shadow: 0 4px 10px rgba(13, 35, 62, 0.18);
}

.chat-agenda-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.chat-agenda-head p {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--muted);
}

.chat-agenda-agent strong {
  display: block;
  font-size: 13px;
  line-height: 1.1;
}

.chat-agenda-role {
  margin: 2px 0 0;
  font-size: 12px;
  color: #607286;
}

.chat-agenda-kicker {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 800;
  color: #2b3f52;
}

.chat-agenda-intro {
  margin: 4px 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #5a6f82;
}

.chat-agenda-mode {
  margin-top: 9px;
  border: 1px solid #deebf3;
  border-radius: 12px;
  background: #ffffff;
  padding: 9px 10px;
  display: grid;
  gap: 7px;
}

.chat-agenda-mode-title {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #294356;
}

.chat-agenda-mode-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.chat-agenda-mode-option {
  position: relative;
}

.chat-agenda-mode-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.chat-agenda-mode-option span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 33px;
  border: 1px solid #d7e2ec;
  border-radius: 9px;
  background: #f9fbfd;
  color: #385166;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.chat-agenda-mode-option input:checked + span {
  border-color: #d4af37;
  background: #f7efdb;
  color: #1e2e3d;
}

.chat-agenda-mode-lead,
.chat-agenda-mode-sub {
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
  color: #5b7183;
}

.chat-agenda-mode-lead {
  color: #3f5568;
  font-weight: 700;
}

.chat-agenda-form[hidden] {
  display: none;
}

.chat-agenda-timeline {
  margin-top: 9px;
  border: 1px solid #deebf3;
  border-radius: 12px;
  background: #ffffff;
  padding: 8px 10px;
}

.chat-agenda-timeline-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}

.chat-agenda-timeline-head strong {
  font-size: 12px;
  line-height: 1.2;
  color: #253849;
  text-transform: capitalize;
}

.chat-agenda-timeline-head span {
  font-size: 11px;
  line-height: 1.2;
  color: #5a7084;
}

.chat-agenda-calendar-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.chat-agenda-calendar-head strong {
  text-align: center;
  text-transform: capitalize;
  color: #233748;
  font-size: 13px;
}

.chat-agenda-navpad {
  margin-bottom: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.chat-agenda-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 4px;
}

.chat-agenda-calendar-weekdays span {
  font-size: 10px;
  color: #6b8093;
  text-align: center;
  font-weight: 700;
}

.chat-agenda-month-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.chat-agenda-day {
  border: 1px solid #d6e1ea;
  border-radius: 8px;
  background: #ffffff;
  color: #294050;
  font-size: 11px;
  font-weight: 700;
  height: 42px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1px;
  padding: 2px;
  cursor: pointer;
}

.chat-agenda-day span {
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.chat-agenda-day small {
  font-size: 9px;
  line-height: 1;
  color: #6f8295;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-agenda-day.active {
  border-color: #d4af37;
  background: #f7efdb;
  color: #1f2f3e;
}

.chat-agenda-day.active small {
  color: #475f74;
}

.chat-agenda-day.empty {
  background: #f4f7fa;
  color: #9aa9b7;
}

.chat-agenda-day.busy {
  background: #fbecef;
  border-color: #efc9cf;
  color: #a24b5b;
}

.chat-agenda-day.busy small {
  color: #9f4f5e;
}

.chat-agenda-day.filler {
  border: 0;
  background: transparent;
  pointer-events: none;
}

.chat-agenda-nav-btn {
  border: 1px solid #d6e1ea;
  border-radius: 8px;
  background: #ffffff;
  color: #2e4355;
  font-size: 14px;
  font-weight: 800;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.chat-agenda-nav-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.chat-agenda-slots-toolbar {
  margin-top: 10px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
}

.chat-agenda-slot-range {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #496177;
}

.chat-agenda-slot-nav {
  width: 30px;
  height: 30px;
  font-size: 13px;
}

@media (min-width: 900px) {
  .chat-agenda-navpad {
    display: none;
  }
}

.chat-agenda-slots {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  max-height: none;
  padding: 2px 2px 6px 0;
  touch-action: pan-x;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  cursor: auto;
}

.chat-agenda-confirm-slot {
  margin-top: 8px;
  width: 100%;
  border: 1px solid #d4af37;
  border-radius: 10px;
  background: #ffffff;
  color: #2c4253;
  font-weight: 800;
  padding: 9px 10px;
  cursor: pointer;
}

.chat-agenda-confirm-slot:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.chat-agenda-confirm-slot.is-confirmed {
  border-color: #8fbf9a;
  background: #edf7f0;
  color: #1d5b30;
}

.chat-agenda-slots:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.18) inset;
}

.chat-agenda-slots::-webkit-scrollbar {
  height: 6px;
}

.chat-agenda-slots::-webkit-scrollbar-thumb {
  background: rgba(125, 146, 166, 0.5);
  border-radius: 999px;
}

.chat-agenda-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.chat-agenda-form {
  margin-top: 10px;
  display: grid;
  gap: 7px;
  border: 1px solid #deebf3;
  border-radius: 12px;
  background: #ffffff;
  padding: 10px;
}

.chat-agenda-form-title {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #294356;
}

.chat-agenda-custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.chat-agenda-input {
  width: 100%;
  border: 1px solid #d6e1ea;
  border-radius: 10px;
  background: #ffffff;
  padding: 8px 10px;
  font-size: 12px;
  color: #243443;
}

.chat-agenda-input:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.18);
}

.chat-agenda-hint {
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
  color: #5f7083;
}

.chat-agenda-empty {
  margin: 0;
  font-size: 12px;
  color: #5a6e83;
  width: 100%;
}

.chat-slot {
  border: 1px solid #d6e1ea;
  border-radius: 10px;
  background: var(--surface);
  padding: 7px 4px;
  display: grid;
  gap: 2px;
  justify-items: center;
  cursor: pointer;
  flex: 0 0 98px;
  width: 98px;
  min-height: 66px;
  scroll-snap-align: center;
  touch-action: pan-x;
  -webkit-user-select: none;
  user-select: none;
}

.chat-slot span {
  font-size: 11px;
  color: #5a7484;
  font-weight: 700;
  text-transform: lowercase;
}

.chat-slot strong {
  font-family: "Lora", "Instrument Sans", serif;
  font-size: 15px;
  line-height: 1;
}

.chat-slot small {
  font-size: 10px;
  color: #4d6a7c;
}

.chat-slot em {
  font-size: 9px;
  font-style: normal;
  color: #7c2230;
  font-weight: 700;
  text-transform: uppercase;
}

.chat-slot.active {
  border-color: #d4af37;
  background: #f7efdb;
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

.chat-slot.unavailable,
.chat-slot:disabled {
  background: #f5f7f9;
  border-color: #d6dde4;
  cursor: not-allowed;
  opacity: 0.82;
}

.chat-agenda-actions {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.chat-agenda-book {
  border: 0;
  border-radius: 10px;
  background: linear-gradient(130deg, #d4af37, #b8962e);
  color: #111111;
  font-weight: 800;
  padding: 9px 10px;
  cursor: pointer;
}

.chat-agenda-book:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  filter: saturate(0.75);
}

.chat-agenda-secondary {
  border: 1px solid #d8e3eb;
  border-radius: 10px;
  background: #ffffff;
  color: #294050;
  font-weight: 700;
  padding: 9px 10px;
  cursor: pointer;
}

#chatInput {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 13px;
}

.chat-send-btn {
  border: 1px solid #d4af37;
  border-radius: 11px;
  padding: 6px 9px;
  background: linear-gradient(135deg, #f5df98, #d4af37 58%, #c29c2e);
  color: #14110a;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 5px 12px rgba(17, 17, 17, 0.14);
  animation: chatYellowPulse 2.2s ease-in-out infinite;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.chat-send-btn:hover {
  transform: translateY(-1px);
  filter: saturate(1.04);
}

/* Premium layout overrides */
.page {
  padding-top: 28px;
  padding-bottom: 72px;
}

.section {
  margin-top: 44px;
}

.page-hero {
  border: 0;
  padding: 6px 0 18px;
  background: transparent;
  box-shadow: none;
}

.form {
  border: 1px solid var(--line);
  padding: 24px;
  gap: 14px;
  background: #ffffff;
  box-shadow: none;
}

.form input,
.form textarea,
.form select {
  border-color: #dbe4ef;
  border-radius: 14px;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form input:focus,
.form textarea:focus,
.form select:focus,
#chatInput:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}

.ai3d-layout {
  gap: 32px;
  grid-template-columns: minmax(0, 3fr) minmax(340px, 0.85fr);
  align-items: start;
}

.ai3d-layout.is-wide {
  grid-template-columns: 1fr;
}

.ai3d-form-grid {
  gap: 12px;
}

.ai3d-smart-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.ai3d-side .box {
  border: 1px solid var(--line);
  background: #f9fafb;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .page-hero {
    padding: 26px;
  }
  .form {
    padding: 20px;
  }
  .ai3d-layout {
    grid-template-columns: 1fr;
  }
  .quote-project-grid,
  .ai3d-form-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .js-work-item-block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .page-hero {
    padding: 20px;
  }
  .form {
    padding: 16px;
  }
  .ai3d-form-grid,
  .ai3d-form-grid-4,
  .ai3d-contact-row {
    grid-template-columns: 1fr;
  }

  .chat-agenda-custom {
    grid-template-columns: 1fr;
  }

  .chat-agenda-contact-grid {
    grid-template-columns: 1fr;
  }

  .chat-agenda-mode-options {
    grid-template-columns: 1fr;
  }

  .chat-agenda {
    max-height: min(62vh, 520px);
    padding: 10px;
  }

  .chat-agenda.is-detached {
    width: calc(100vw - 18px);
    left: 50%;
    top: max(6px, env(safe-area-inset-top, 0px));
    bottom: max(6px, env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    max-height: none;
    padding: 11px;
    padding-bottom: calc(11px + env(safe-area-inset-bottom, 0px));
    border-radius: 14px;
  }

  .chat-agenda-nav-btn {
    width: 38px;
    height: 38px;
  }

  .chat-agenda-slot-nav {
    width: 34px;
    height: 34px;
  }

  .chat-slot {
    min-height: 70px;
  }

  .chat-agenda-input {
    font-size: 13px;
    padding: 10px 11px;
  }

  .chat-quick-chip {
    font-size: 11px;
    padding: 6px 10px;
  }
}

@media (max-width: 1100px) {
  .nav-row {
    flex-wrap: wrap;
  }

  .hdr-home .phone-cta {
    display: none;
  }

  .nav-main {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .nav-right {
    margin-left: auto;
  }

  .landing-hero,
  .brokkr-hero,
  .ai3d-layout {
    grid-template-columns: 1fr;
  }

  .eurobat-impact-shell {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .eurobat-impact-media {
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .impact-preview-bar-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0;
  }

  .impact-preview-nav {
    justify-content: flex-start;
    gap: 10px;
  }

  .impact-preview-nav a {
    padding: 0;
  }

  .impact-preview-nav a + a {
    border-left: 0;
  }

  .impact-preview-meta {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .eurobat-prestations-marquee {
    padding: 11px 0 13px;
  }

  .eurobat-prestations-marquee-row {
    padding: 0;
  }

  .eurobat-prestations-marquee-track {
    animation-duration: 38s;
  }

  .eurobat-prestations-marquee-item {
    min-height: 32px;
    padding: 0 clamp(10px, 1.35vw, 14px) 0 8px;
    font-size: clamp(12.8px, 1.35vw, 14.2px);
  }

  .eurobat-prestations-marquee-logo {
    width: 21px;
    height: 21px;
  }

  .eurobat-prestations-marquee-logo img {
    width: 14px;
    height: 14px;
  }

  .eurobat-prestations-marquee-sep {
    width: clamp(8px, 1.4vw, 12px);
  }

  .footer {
    padding: 0;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    border-radius: 0;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-meta {
    border-radius: 0;
  }

  .brokkr-hero {
    grid-template-areas:
      "media"
      "panel"
      "side";
    padding: 0 max(14px, calc((100vw - 1180px) / 2));
  }

  .brokkr-hero-media {
    min-height: 340px;
  }

  .proof-strip,
  .workflow-grid,
  .ia-expertise-grid,
  .brokkr-audience-grid,
  .brokkr-service-catalog,
  .brokkr-chantier-grid,
  .before-after-grid,
  .brokkr-news-grid,
  .bro-metier-grid,
  .prestation-overview-grid,
  .catalog-lot-grid,
  .bro-step-grid,
  .bro-news-grid,
  .ba-showcase,
  .ai3d-proof-grid,
  .ai3d-smart-grid {
    grid-template-columns: 1fr;
  }

  .ai3d-form-grid,
  .ai3d-form-grid-4,
  .ai3d-contact-row,
  .ai3d-compare-grid {
    grid-template-columns: 1fr;
  }
  .dash-flex {
    grid-template-columns: 1fr;
  }
  .doc-row {
    grid-template-columns: 1fr;
  }

  .ai3d-compare-head,
  .ai3d-compare-cell {
    border-right: 0;
  }

  .ai3d-breakdown-row {
    flex-direction: column;
  }

  .section-head,
  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .brokkr-kpi-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .chat-slot {
    flex-basis: 94px;
    width: 94px;
  }

  .chat-welcome-grid {
    grid-template-columns: 1fr;
  }

  .brokkr-marquee-row {
    min-height: 64px;
  }

  .brokkr-marquee-group {
    gap: 14px;
    padding-right: 14px;
  }

  .brokkr-marquee-item {
    font-size: 13px;
    min-height: 40px;
    padding: 0 14px 0 9px;
    gap: 8px;
  }

  .brokkr-marquee-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .brokkr-marquee-icon svg {
    width: 13px;
    height: 13px;
  }

  .brokkr-marquee-track {
    animation-duration: 20s;
  }

  .partner-track {
    animation-duration: 18s;
  }

  .partner-logo {
    width: 160px;
    height: 56px;
  }

  .partner-logo img {
    width: 144px;
    height: 38px;
  }
}

@media (max-width: 760px), (hover: none) and (pointer: coarse) and (max-width: 980px) {
  .topline {
    display: none;
  }

  .wrap {
    width: min(1180px, calc(100vw - 26px));
  }

  .brokkr-marquee-row {
    min-height: 60px;
    padding: 0 8px;
  }

  .brokkr-marquee-row::before,
  .brokkr-marquee-row::after {
    width: 26px;
  }

  .brokkr-marquee-item {
    font-size: 12px;
    min-height: 36px;
    padding: 0 12px 0 8px;
    gap: 7px;
  }

  .brokkr-marquee-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .brokkr-marquee-icon svg {
    width: 12px;
    height: 12px;
  }

  .brokkr-marquee-group {
    justify-content: flex-start;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-row {
    min-height: 72px;
    padding: 4px 10px;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-row::before,
  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-row::after {
    width: 16px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-track {
    animation: brokkrMarqueeScroll 30s linear infinite;
    width: max-content;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-group {
    min-width: max-content;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding-right: 14px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item {
    min-height: 44px;
    padding: 0 13px 0 8px;
    font-size: 12px;
    line-height: 1.25;
    max-width: none;
    overflow: visible;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item::after {
    display: none;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon svg {
    width: 12px;
    height: 12px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-label {
    display: block;
    white-space: nowrap;
    line-height: 1.2;
  }

  .hdr {
    padding-top: 8px;
  }

  .header-shell {
    padding: 10px;
    border-radius: 14px;
  }

  .brand {
    font-size: 13px;
    gap: 0;
    width: 72px;
    height: 72px;
    flex-basis: 72px;
    padding: 0;
  }

  .brand-logo {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    padding: 0;
  }

  .hdr-home .brand-logo {
    padding: 0;
  }

  .hdr-home .header-shell {
    padding: 8px 10px;
  }

  .hdr-home .nav-shell {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: start;
  }

  .hdr-home .nav-row {
    padding: 7px 8px;
    gap: 8px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      ". actions"
      "menu menu";
    align-items: center;
  }

  .hdr-home .brand {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    margin-left: -18px;
    margin-top: 0;
    align-self: start;
  }

  .hdr-home .nav-mobile-toggle {
    display: inline-flex;
    flex-shrink: 0;
  }

  .hdr-home .nav-main {
    grid-area: menu;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 8px;
    margin-top: 0;
    padding: 0 10px;
    border-radius: 12px;
    border: 1px solid transparent;
    background: rgba(7, 10, 16, 0.62);
    backdrop-filter: blur(8px);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
      max-height 0.28s ease,
      opacity 0.22s ease,
      transform 0.22s ease,
      margin-top 0.22s ease,
      padding 0.22s ease,
      border-color 0.22s ease;
  }

  .hdr-home.mobile-nav-open .nav-main {
    margin-top: 8px;
    padding: 10px;
    max-height: min(72vh, 560px);
    opacity: 1;
    overflow-y: auto;
    pointer-events: auto;
    transform: translateY(0);
    border-color: rgba(212, 175, 55, 0.22);
  }

  .hdr-home .nav-link-main,
  .hdr-home .nav-drop > summary {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    font-size: 12px;
    border: 1px solid rgba(212, 175, 55, 0.34);
    border-radius: 10px;
    background: rgba(5, 8, 14, 0.42);
    white-space: normal;
  }

  .hdr-home .nav-right {
    grid-area: actions;
    width: auto;
    margin-left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
  }

  .hdr-home .account-drop,
  .hdr-home .phone-cta {
    display: none !important;
  }

  .hdr-home .nav-cta {
    width: auto;
    padding: 7px 10px;
    font-size: 11px;
    border-radius: 999px;
  }

  .hdr-home .nav-services {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .hdr-home .nav-drop > summary {
    justify-content: space-between;
  }

  .nav-main {
    gap: 8px;
    align-items: stretch;
  }

  .nav-link-main,
  .nav-drop > summary {
    padding: 9px 10px;
    font-size: 13px;
  }

  .nav-services {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .nav-drop > summary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-right {
    width: 100%;
    justify-content: stretch;
    flex-direction: column;
  }

  .hdr-home .phone-cta {
    display: none;
  }

  .phone-cta {
    display: inline-flex;
    justify-content: center;
    width: 100%;
  }

  .nav-cta {
    width: 100%;
    justify-content: center;
  }

  .nav-drop-menu {
    position: static;
    min-width: 0;
    box-shadow: none;
    border: 1px solid rgba(212, 175, 55, 0.26);
    border-radius: 12px;
    padding: 10px;
    background: transparent;
  }

  .nav-services-menu {
    width: 100%;
    max-width: none;
    max-height: none;
    overflow: visible;
    padding-top: 8px;
  }

  .nav-services-columns {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nav-services-column {
    gap: 10px;
  }

  .nav-drop-group {
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.96);
  }

  .nav-drop-title {
    margin-bottom: 6px;
  }

  .nav-drop-menu a {
    margin-top: 4px;
    border: 1px solid #dbe5ee;
    background: var(--surface);
    padding: 9px 10px;
    font-size: 13px;
  }

  .nav-service-text {
    margin-top: 4px;
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    background: var(--surface);
    padding: 9px 10px;
    font-size: 13px;
  }

  .hdr-home .nav-drop-menu {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    min-width: 0;
    max-height: none;
    overflow: visible;
    border: 1px solid rgba(212, 175, 55, 0.26);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: none;
    padding: 10px;
    z-index: auto;
  }

  .hdr-home .nav-services-menu {
    width: auto;
    max-width: none;
    max-height: none;
    gap: 10px;
    padding: 0;
  }

  .hdr-home .nav-drop-group {
    border: 1px solid #eadcbf;
    border-radius: 10px;
    background: linear-gradient(180deg, #fffefb 0%, #f8f2e4 100%);
    padding: 10px;
  }

  .hdr-home .nav-drop-menu a {
    border: 1px solid #dbe5ee;
    border-radius: 8px;
    background: #ffffff;
    padding: 9px 10px;
    font-size: 13px;
  }

  .hdr-home .nav-service-text {
    border: 1px solid #e7d9b8;
    border-radius: 8px;
    background: linear-gradient(135deg, #fffef9 0%, #fdf7ea 100%);
    padding: 9px 10px;
    font-size: 13px;
    color: #2d2a24;
  }

  .hdr-home .nav-mobile-meta {
    display: grid;
    gap: 6px;
    margin-top: 6px;
    padding-top: 8px;
    border-top: 1px solid rgba(212, 175, 55, 0.24);
  }

  .hdr-home .nav-mobile-meta-link,
  .hdr-home .nav-mobile-meta-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.34);
    background: rgba(5, 8, 14, 0.42);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
  }

  .hdr-home .nav-mobile-phone {
    background: rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.62);
  }

  .catalog-kpi-row {
    grid-template-columns: 1fr;
  }

  .catalog-lot-tab {
    width: auto;
  }

  .catalog-service-item {
    flex-direction: column;
    gap: 6px;
  }

  .catalog-service-side {
    justify-items: start;
    text-align: left;
  }

  #chatBox {
    bottom: 64px;
  }

  .landing-copy,
  .landing-panel,
  .brokkr-hero-panel,
  .brokkr-hero-side,
  .page-hero,
  .section-shell,
  .workflow-shell,
  .cta-banner,
  .ai3d-hero,
  .ai3d-proof-card,
  .ai3d-compare,
  .ai3d-smart-card,
  .sector-card,
  .pro-box {
    padding: 16px;
  }

  .ba-showcase-images img {
    height: 160px;
  }

  .brokkr-hero-media {
    min-height: 260px;
  }

  .brokkr-hero {
    padding: 0 13px;
  }

  .brokkr-kpi-grid {
    grid-template-columns: 1fr;
  }

  .chat-slot {
    flex-basis: 90px;
    width: 90px;
  }

  .chat-welcome-steps {
    grid-template-columns: 1fr;
  }

  .chat-welcome-card h3 {
    font-size: 17px;
  }

  .partner-logo {
    width: 138px;
    height: 50px;
  }

  .partner-logo img {
    width: 124px;
    height: 34px;
  }

  .before-after-tabs {
    gap: 6px;
  }

  .eurobat-impact {
    padding: 24px 0 32px;
  }

  .eurobat-impact-copy h2 {
    max-width: none;
    font-size: clamp(34px, 9vw, 48px);
  }

  .eurobat-impact-kicker {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .eurobat-impact-copy p {
    font-size: 15px;
  }

  .eurobat-impact-media {
    padding-left: 26px;
    padding-bottom: 70px;
  }

  .eurobat-impact-main-shot {
    border-radius: 28px;
  }

  .eurobat-impact-badge {
    width: min(62%, 220px);
    bottom: 82px;
    border-radius: 18px;
  }

  .eurobat-impact-badge p {
    font-size: clamp(18px, 6.4vw, 26px);
  }

  .eurobat-impact-secondary-shot {
    width: min(48%, 200px);
    border-width: 6px;
  }


  .eurobat-impact-list li {
    font-size: clamp(18px, 5.6vw, 24px);
    padding-left: 28px;
  }

  .eurobat-impact-list li::before {
    font-size: 24px;
    top: -1px;
  }

  .eurobat-impact-proof {
    font-size: 18px;
  }

  .eurobat-impact-cta {
    width: 100%;
    min-height: 56px;
    font-size: 19px;
  }

  .impact-preview-bar-inner {
    min-height: 0;
  }

  .impact-preview-brand {
    font-size: clamp(24px, 8vw, 34px);
  }

  .impact-preview-nav {
    gap: 12px;
  }

  .impact-preview-nav a {
    font-size: 13px;
    padding: 0;
  }

  .impact-preview-nav a + a {
    border-left: 0;
  }

  .impact-preview-phone {
    font-size: 14px;
  }

  .impact-preview-cta {
    min-height: 40px;
    font-size: 13px;
  }

  .eurobat-prestations-marquee {
    padding: 9px 0 11px;
  }

  .eurobat-prestations-marquee-row {
    padding: 0;
  }

  .eurobat-prestations-marquee-track {
    animation-duration: 34s;
  }

  .eurobat-prestations-marquee-item {
    min-height: 30px;
    padding: 0 10px 0 8px;
    font-size: clamp(12.3px, 3.4vw, 13.3px);
  }

  .eurobat-prestations-marquee-logo {
    width: 19px;
    height: 19px;
  }

  .eurobat-prestations-marquee-logo img {
    width: 13px;
    height: 13px;
  }

  .eurobat-prestations-marquee-sep {
    width: clamp(7px, 2.4vw, 10px);
  }

  .footer {
    padding: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding-top: 16px;
    gap: 12px;
    border-radius: 0;
  }

  .footer-contact-link {
    font-size: clamp(14px, 4.8vw, 16px);
  }

  .footer-links a {
    font-size: clamp(14px, 4.7vw, 16px);
  }

  .footer-social a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .footer-meta {
    border-radius: 0;
    font-size: 11.5px;
    line-height: 1.38;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .wrap {
    width: min(1180px, calc(100vw - 20px));
  }

  .hdr-home .header-shell {
    padding: 6px 8px;
  }

  .hdr-home .nav-row {
    padding: 6px 8px;
  }

  .home-hero-shell {
    padding-top: 84px;
    padding-bottom: 20px;
  }

  .home-hero-slides {
    min-height: 132px;
  }

  .home-hero-slide h1,
  .home-hero-slide h2 {
    font-size: clamp(24px, 3.2vw, 36px);
  }

  .home-hero-slide p {
    font-size: 15px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-row {
    min-height: 66px;
    padding: 4px 8px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-track {
    animation: brokkrMarqueeScroll 28s linear infinite;
    width: max-content;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-group {
    min-width: max-content;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding-right: 12px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item {
    min-height: 40px;
    padding: 0 11px 0 7px;
    font-size: 12px;
    line-height: 1.25;
    max-width: none;
    overflow: visible;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item::after {
    display: none;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon svg {
    width: 11px;
    height: 11px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-row::before,
  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-row::after {
    width: 10px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-label {
    display: block;
    white-space: nowrap;
    line-height: 1.2;
  }

  #chatBtn {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    padding: 10px 14px;
    font-size: 13px;
  }

  #backToTopBtn {
    left: 10px;
    bottom: calc(62px + env(safe-area-inset-bottom, 0px));
    width: 48px;
    height: 48px;
  }

  #chatBox {
    right: 10px;
    bottom: calc(56px + env(safe-area-inset-bottom, 0px));
    width: min(360px, calc(100vw - 20px));
    height: calc(100vh - 84px);
  }
}

@media (orientation: landscape) and (max-width: 960px) {
  .hdr-home.mobile-nav-open .nav-main {
    max-height: min(60vh, 340px);
  }

  .home-hero-shell {
    padding-top: 88px;
    padding-bottom: 18px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-row {
    min-height: 66px;
    padding: 4px 8px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-row::before,
  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-row::after {
    width: 10px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-track {
    width: max-content;
    animation: brokkrMarqueeScroll 30s linear infinite;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-group {
    min-width: max-content;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding-right: 12px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item {
    min-height: 40px;
    padding: 0 11px 0 7px;
    font-size: 12px;
    line-height: 1.25;
    max-width: none;
    overflow: visible;
    white-space: nowrap;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-item::after {
    display: none;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-icon svg {
    width: 11px;
    height: 11px;
  }

  .brokkr-marquee.brokkr-marquee-premium-v2 .brokkr-marquee-label {
    display: block;
    white-space: nowrap;
    line-height: 1.2;
  }

  #chatBtn {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  #backToTopBtn {
    left: 10px;
    bottom: calc(62px + env(safe-area-inset-bottom, 0px));
  }

  #chatBox {
    right: 10px;
    bottom: calc(56px + env(safe-area-inset-bottom, 0px));
    width: min(360px, calc(100vw - 20px));
    height: calc(100vh - 84px);
  }
}

@media (max-width: 560px) {
  #chatBtn {
    right: calc(8px + env(safe-area-inset-right, 0px));
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    padding: 10px 12px;
    font-size: 12px;
  }

  #backToTopBtn {
    left: calc(8px + env(safe-area-inset-left, 0px));
    bottom: calc(58px + env(safe-area-inset-bottom, 0px));
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  #chatBox {
    right: calc(6px + env(safe-area-inset-right, 0px));
    bottom: calc(52px + env(safe-area-inset-bottom, 0px));
    width: calc(100vw - 12px);
    height: min(78vh, 640px);
    border-radius: 14px;
  }

  #chatMsgs {
    max-height: min(42vh, 360px);
  }

}

.auth-shell {
  display: grid;
  place-items: center;
}

.auth-card {
  width: min(560px, 100%);
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.auth-form {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.auth-form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #2b3442;
}

.auth-form input:not([type="checkbox"]),
.auth-form textarea,
.auth-form select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d6dde5;
  background: #fff;
  font-size: 14px;
  font-family: inherit;
}

.auth-inline-check {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.auth-inline-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #c9a227;
}

.auth-inline-check span {
  font-size: 13px;
  color: #3a4658;
}

.password-field {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.password-field input {
  padding-right: 44px;
}

.password-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #5b6778;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.password-toggle:hover {
  background: #f2f5f8;
  color: #1f2937;
}

.password-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

.password-toggle-icon {
  width: 18px;
  height: 18px;
}

.password-toggle-icon-hide {
  display: none;
}

.password-field.is-visible .password-toggle-icon-show {
  display: none;
}

.password-field.is-visible .password-toggle-icon-hide {
  display: block;
}

.form-alert {
  margin: 12px 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fdecec;
  border: 1px solid #f5b7b7;
  color: #7f1d1d;
  font-weight: 700;
}

.form-alert-success {
  background: #edf8f1;
  border-color: #b9e3c5;
  color: #1f6b36;
}

.dashboard-hero h1 {
  margin-bottom: 8px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.dashboard-card {
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.dashboard-list {
  display: grid;
  gap: 16px;
}

.dashboard-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #edf0f4;
  padding-bottom: 12px;
}

.dashboard-item p {
  margin: 6px 0 0;
  color: #4b5563;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef2f7;
  border: 1px solid #d6dde5;
  font-size: 11px;
  font-weight: 700;
  color: #394458;
}

.doc-list {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px dashed #d6dde5;
}

.doc-list h4 {
  margin: 0 0 8px;
  font-size: 14px;
}

.doc-list ul {
  margin: 0;
  padding-left: 18px;
}

.doc-list li {
  margin-bottom: 6px;
}

.muted {
  color: var(--muted);
  font-size: 13px;
}

.table-shell {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

th,
td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid #e6ecf2;
  vertical-align: top;
}

th {
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5b6472;
}

.mini-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.dashboard-shell {
  padding: 34px 0 66px;
  background:
    radial-gradient(circle at 14% 6%, rgba(212, 175, 55, 0.12) 0, transparent 32%),
    linear-gradient(180deg, #f8f8f6 0%, #f3f1ec 100%);
}

.docs-only {
  background:
    radial-gradient(circle at 90% 10%, rgba(212, 175, 55, 0.1) 0, transparent 34%),
    linear-gradient(180deg, #f8f8f6 0%, #f2f0ea 100%);
}

.dashboard-inner {
  display: grid;
  grid-template-columns: 254px minmax(0, 1fr);
  gap: 26px;
}

.dashboard-shell.docs-only .dashboard-inner {
  grid-template-columns: 1fr;
}

.dashboard-sidebar {
  background: linear-gradient(180deg, #fffdf8 0%, #f6f2e8 100%);
  border: 1px solid #e4d8bd;
  border-radius: 20px;
  padding: 18px;
  height: fit-content;
  position: sticky;
  top: 92px;
  box-shadow: 0 16px 30px rgba(25, 23, 18, 0.12);
}

.dashboard-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 196px;
  min-height: 196px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.09);
}

.dashboard-brand img {
  width: 156px;
  height: 156px;
  max-width: none;
  max-height: none;
  border-radius: 999px;
  object-fit: contain;
  display: block;
  background: transparent;
  padding: 0;
  box-shadow: 0 8px 16px rgba(17, 17, 17, 0.12);
}

.dashboard-brand strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #171717;
}

.dashboard-brand small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #6b7280;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dashboard-title {
  margin: 14px 0 10px;
  font-weight: 800;
  color: #8a6d2d;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-nav {
  display: grid;
  gap: 8px;
}

.dashboard-nav a {
  text-decoration: none;
  padding: 10px 11px;
  border-radius: 12px;
  font-weight: 700;
  color: #2f3745;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ebe3d2;
  background: #ffffff;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.dashboard-nav a.is-active,
.dashboard-nav a:hover {
  background: #f8efd8;
  border-color: rgba(212, 175, 55, 0.48);
  color: #4d3c17;
  transform: translateY(-1px);
}

.dashboard-logout {
  margin: 0;
}

.dashboard-nav-btn {
  width: 100%;
  text-decoration: none;
  padding: 10px 11px;
  border-radius: 12px;
  font-weight: 700;
  color: #2f3745;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ebe3d2;
  background: #ffffff;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
  font: inherit;
}

.dashboard-nav-btn:hover {
  background: #f8efd8;
  border-color: rgba(212, 175, 55, 0.48);
  color: #4d3c17;
  transform: translateY(-1px);
}

.dashboard-main {
  display: grid;
  gap: 20px;
}

.chantier-dashboard-main {
  min-height: 72vh;
  align-content: start;
}

.chantier-empty-shell {
  min-height: 68vh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  text-align: center;
  padding: 32px 20px 10px;
}

.chantier-empty-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
}

.chantier-empty-icon svg {
  width: 92px;
  height: 92px;
}

.chantier-empty-shell h2 {
  margin: 0;
  font-size: 28px;
  color: #2d2a26;
}

.chantier-empty-shell > p {
  margin: 0;
  color: #7a746d;
  max-width: 520px;
}

.chantier-feature-strip {
  width: min(820px, 100%);
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #ffffff;
  border: 1px solid #ebe5db;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(30, 24, 16, 0.06);
  overflow: hidden;
}

.chantier-feature {
  padding: 18px 20px 16px;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.chantier-feature + .chantier-feature {
  border-left: 1px solid #efe7dc;
}

.chantier-feature-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #b08149;
}

.chantier-feature-icon svg {
  width: 24px;
  height: 24px;
}

.chantier-feature strong {
  font-size: 15px;
  line-height: 1.3;
  color: #2d2a26;
}

.chantier-feature p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #7a746d;
}

.chantier-flash {
  border-radius: 12px;
  padding: 11px 14px;
  font-weight: 700;
  font-size: 13px;
  border: 1px solid #e8dfcf;
  background: #fff9ef;
  color: #6f5423;
}

.chantier-flash.success {
  border-color: #b8e3c9;
  background: #edf8f1;
  color: #1f6a3f;
}

.chantier-flash.error {
  border-color: #f2c1c1;
  background: #fff0f0;
  color: #8d2b2b;
}

.chantier-flash.info {
  border-color: #d5dced;
  background: #f3f7ff;
  color: #284f85;
}

.chantier-contract-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.chantier-premium-head {
  background:
    radial-gradient(circle at 92% 8%, rgba(143, 111, 38, 0.1) 0, transparent 34%),
    linear-gradient(180deg, #ffffff, #fbf8f1);
}

.chantier-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 290px);
  gap: 14px;
  margin-bottom: 12px;
}

.chantier-hero-main h2 {
  margin: 6px 0 6px;
}

.chantier-hero-sub {
  margin: 0;
  color: #695c49;
  font-size: 14px;
}

.chantier-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.chantier-hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #e6ddce;
  background: #fff;
  color: #5f5340;
  font-size: 12px;
  font-weight: 700;
}

.chantier-chip-status-active {
  border-color: #c9dae8;
  background: #eef5fc;
  color: #2a4f7b;
}

.chantier-chip-status-completed {
  border-color: #c9e7d2;
  background: #edf8f1;
  color: #2f6d46;
}

.chantier-chip-status-blocked {
  border-color: #efc8c8;
  background: #fff0f0;
  color: #933636;
}

.chantier-progress-panel {
  border: 1px solid #eadfcf;
  border-radius: 14px;
  background: #fff;
  padding: 12px 12px 10px;
  box-shadow: 0 6px 14px rgba(42, 31, 14, 0.06);
}

.chantier-progress-title {
  margin: 0;
  color: #7b6b53;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.chantier-progress-value {
  margin: 3px 0 6px;
  color: #2d2a26;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.chantier-progress-track-lg {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #f0e7d7;
  overflow: hidden;
}

.chantier-progress-track-lg span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #cead69, #7a5e26);
}

.chantier-progress-meta {
  margin: 8px 0 0;
  color: #7a746d;
  font-size: 12px;
}

.chantier-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ece4d7;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(35, 24, 12, 0.05);
}

.chantier-table .status-pill {
  margin-left: 0;
}

.chantier-table th,
.chantier-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #f0e9dd;
  text-align: left;
  vertical-align: top;
}

.chantier-table thead th {
  background: #fbf7ef;
  color: #5f574a;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.chantier-table tbody tr:last-child th,
.chantier-table tbody tr:last-child td {
  border-bottom: 0;
}

.chantier-table tbody th {
  width: 30%;
  font-size: 13px;
  font-weight: 700;
  color: #4f473c;
  background: #fcfaf6;
}

.chantier-table td {
  font-size: 14px;
  color: #2f2a24;
}

.chantier-table tbody tr {
  transition: background 0.2s ease;
}

.chantier-table tbody tr:hover {
  background: #fcf9f3;
}

.chantier-summary-table td,
.chantier-summary-table th {
  padding-top: 11px;
  padding-bottom: 11px;
}

.chantier-step-progress {
  display: grid;
  grid-template-columns: minmax(70px, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.chantier-step-progress-track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #efe8db;
  overflow: hidden;
}

.chantier-step-progress-track span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #d8b46f, #92722f);
}

.chantier-step-progress strong {
  color: #604c25;
  font-size: 12px;
  font-weight: 800;
}

.chantier-row-validated .chantier-step-progress-track span {
  background: linear-gradient(90deg, #67b180, #2b7e4b);
}

.chantier-row-blocked .chantier-step-progress-track span {
  background: linear-gradient(90deg, #df8e8e, #b44848);
}

.chantier-row-delayed .chantier-step-progress-track span {
  background: linear-gradient(90deg, #dfc17d, #b0852d);
}

.chantier-lots-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.chantier-lot-card {
  border: 1px solid #ece4d7;
  border-radius: 14px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(35, 24, 12, 0.05);
  display: grid;
  gap: 8px;
}

.chantier-lot-card header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.chantier-lot-card h4 {
  margin: 0;
  font-size: 15px;
  color: #2d2a26;
}

.chantier-progress-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #f0ebe3;
  overflow: hidden;
}

.chantier-progress-track span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #d7b57d, #b08149);
}

.chantier-progress-label {
  margin: 0;
  font-size: 12px;
  color: #6f665a;
  font-weight: 700;
}

.chantier-next-step {
  margin: 0;
  color: #544d43;
  font-size: 13px;
}

.chantier-lot-stats {
  margin: 0;
  color: #7a746d;
  font-size: 12px;
}

.chantier-status.pending {
  background: #f8f4ea;
  border-color: #e6dcc9;
  color: #67593f;
}

.chantier-status.in_progress {
  background: #ecf4ff;
  border-color: #c8daef;
  color: #2c4f78;
}

.chantier-status.to_validate {
  background: #fff0d5;
}

.chantier-status.validated {
  background: #e9f7ef;
  border-color: #c4e4d0;
  color: #2e7246;
}

.chantier-status.blocked {
  background: #fde8e8;
  border-color: #efc8c8;
  color: #8f3535;
}

.chantier-status.delayed {
  background: #fff5db;
  border-color: #ead5a4;
  color: #8a6422;
}

.chantier-stream-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.chantier-milestones-list {
  display: grid;
  gap: 10px;
}

.chantier-milestone-row {
  border: 1px solid #ece4d7;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(210px, 260px) auto;
  align-items: center;
  gap: 10px;
}

.chantier-milestone-title {
  margin: 0;
  font-weight: 700;
  color: #2d2a26;
  font-size: 14px;
}

.chantier-milestone-meta {
  margin: 2px 0 0;
  color: #7a746d;
  font-size: 12px;
}

.chantier-milestone-row textarea {
  width: 100%;
  border: 1px solid #e1d9ca;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 13px;
  resize: vertical;
  min-height: 44px;
}

.chantier-inline-note {
  font-size: 12px;
  color: #7a746d;
}

.chantier-company-note {
  margin: 0 0 8px;
}

.chantier-feedback-form {
  display: grid;
  gap: 8px;
}

.chantier-feedback-emotions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chantier-emotion-option {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e1d9ca;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  color: #4f473c;
  background: #fff;
}

.chantier-emotion-option input[type="radio"] {
  margin: 0;
}

.chantier-feedback-form textarea {
  border: 1px solid #e1d9ca;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 13px;
  resize: vertical;
  min-height: 56px;
}

.chantier-feedback-submit {
  justify-self: start;
  padding: 8px 12px;
  font-size: 12px;
  border-color: #7a5e26;
  color: #fff;
  background: linear-gradient(90deg, #cead69, #7a5e26);
  box-shadow: 0 8px 16px rgba(42, 31, 14, 0.16);
}

.chantier-feedback-submit:hover {
  color: #fff;
  border-color: #6d531f;
  background: linear-gradient(90deg, #c3a25f, #6d531f);
}

.chantier-change-form {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.chantier-change-form label {
  display: grid;
  gap: 5px;
  font-size: 13px;
  color: #4f473c;
  font-weight: 700;
}

.chantier-change-form input,
.chantier-change-form textarea {
  border: 1px solid #e1d9ca;
  border-radius: 10px;
  padding: 9px 11px;
  font-size: 14px;
  font-weight: 500;
}

.chantier-change-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.chantier-event-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.chantier-event-list li {
  border: 1px solid #ece4d7;
  border-radius: 12px;
  padding: 11px 12px;
  background: #fff;
  border-left: 3px solid #d3b06f;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.chantier-event-list li strong {
  font-size: 14px;
  color: #2d2a26;
}

.chantier-event-list li p {
  margin: 4px 0 0;
  color: #5a5348;
  font-size: 13px;
}

.chantier-event-list li > span {
  color: #7a746d;
  font-size: 12px;
  white-space: nowrap;
}

.chantier-event-impact {
  font-size: 12px;
  color: #7a746d;
}

.chantier-sign-form {
  width: min(680px, 100%);
  margin: 8px 0 2px;
  border: 1px solid #ece4d7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(35, 24, 12, 0.05);
  padding: 14px;
  display: grid;
  gap: 10px;
}

.chantier-sign-form label {
  display: grid;
  gap: 6px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #4f473c;
}

.chantier-sign-form input[type="text"] {
  border: 1px solid #e1d9ca;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
}

.chantier-sign-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-weight: 500;
  color: #5a5348;
}

.chantier-sign-checkbox input[type="checkbox"] {
  margin-top: 2px;
}

.dashboard-banner {
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px solid #efe1c4;
  background: #fdf6e7;
  border-radius: 14px;
  padding: 14px;
  position: relative;
}

.banner-qr {
  width: 62px;
  height: 62px;
  border-radius: 10px;
  background: repeating-linear-gradient(
    45deg,
    #2f3a4c 0,
    #2f3a4c 6px,
    #fdf6e7 6px,
    #fdf6e7 12px
  );
}

.banner-kicker {
  margin: 0 0 4px;
  font-weight: 800;
  color: #3c2f1b;
}

.banner-text {
  margin: 0;
  color: #6b5a3f;
  font-size: 13px;
}

.banner-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  color: #9a7b55;
  font-size: 18px;
  cursor: pointer;
}

.dashboard-section {
  border: 1px solid #e9e2d2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
  padding: 18px 18px 16px;
}

.dashboard-section h2 {
  margin: 6px 0 10px;
}

.dashboard-section h3 {
  margin: 2px 0 12px;
  color: #1f1f1f;
  font-size: 23px;
}

.dashboard-kicker {
  margin: 0;
  font-weight: 800;
  color: #947729;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.dash-card {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 15px;
  border-radius: 14px;
  border: 1px solid #ebe4d5;
  border-left: 4px solid #d4af37;
  background: linear-gradient(180deg, #ffffff 0%, #fcfbf7 100%);
}

.dash-card-title {
  margin: 0 0 6px;
  font-weight: 800;
  color: #1f1f1f;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dash-card .status-pill {
  margin-left: 0;
  align-self: flex-start;
  background: #f7efdb;
  border: 1px solid rgba(212, 175, 55, 0.38);
  color: #7a622d;
}

.dash-actions {
  display: grid;
  gap: 8px;
}

.dash-action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e4e7ec;
  background: #ffffff;
  font-weight: 700;
  color: #374151;
}

.action-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f3f4f6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.dash-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
  color: #8f7426;
  text-decoration: none;
}

.dash-link:hover {
  text-decoration: underline;
}

.dash-docs {
  display: grid;
  gap: 8px;
}

.dash-doc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #e4e7ec;
  background: #ffffff;
  text-decoration: none;
  color: #1f2937;
  font-weight: 700;
}

.dash-doc-title {
  font-size: 13px;
}

.dash-doc-meta {
  font-size: 12px;
  color: #6b7280;
}

.dash-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}

.dash-summary div {
  border: 1px solid #ece5d8;
  border-radius: 14px;
  padding: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #faf8f3 100%);
  display: grid;
  gap: 4px;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.05);
}

.dash-summary span {
  font-size: 12px;
  color: #7a6f56;
  font-weight: 700;
}

.dash-summary strong {
  font-size: 14px;
  color: #1d1d1d;
}

.dash-flex {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 16px;
  align-items: start;
}

.dash-panel {
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.dash-panel.secondary {
  background: #f9fafb;
}

.doc-table,
.doc-row,
.doc-head {
  display: none;
}

.doc-card {
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
}

.doc-card-title {
  margin: 0 0 8px;
  font-weight: 800;
  color: #e4572e;
}

.doc-card-label {
  margin: 0 0 2px;
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.doc-card-value {
  margin: 0;
  font-weight: 800;
  color: #111827;
}

.doc-simple-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  display: grid;
  gap: 6px;
}

.doc-simple-link {
  color: #1f78d1;
  text-decoration: underline;
  font-weight: 600;
  word-break: break-word;
}

.doc-lines {
  display: grid;
  gap: 6px;
  margin: 0;
  font-size: 14px;
  color: #111827;
}

.doc-file-list {
  display: grid;
  gap: 8px;
  padding-left: 0;
}

.doc-file-list a {
  color: #1f78d1;
  text-decoration: underline;
  font-weight: 600;
  word-break: break-word;
}

.doc-row-list {
  display: grid;
  gap: 6px;
}

.doc-row-line {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  align-items: center;
}

.doc-row-label {
  font-size: 14px;
  color: #4b5563;
}

.doc-row-link {
  color: #1f78d1;
  text-decoration: underline;
  font-weight: 600;
  word-break: break-word;
}

.doc-row-value {
  font-size: 14px;
  color: #111827;
}

.doc-row-files {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.doc-bulk-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
}

.doc-select-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475467;
  font-size: 13px;
  font-weight: 600;
}

.doc-select-all input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #c9a14a;
}

.doc-bulk-delete-form {
  margin: 0;
}

.doc-delete-selected-btn {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #b91c1c;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  cursor: pointer;
}

.doc-delete-selected-btn:hover:not(:disabled) {
  border-color: #fca5a5;
  background: #fee2e2;
}

.doc-delete-selected-btn:disabled {
  border-color: #e5e7eb;
  background: #f9fafb;
  color: #9ca3af;
  cursor: not-allowed;
}

.doc-file-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid #eef0f3;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fafafa;
}

.doc-file-check {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 2px;
}

.doc-file-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #c9a14a;
}

.doc-file-main {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.doc-preview-image {
  display: block;
  width: min(360px, 100%);
  max-height: 220px;
  object-fit: cover;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f8fafc;
}

.doc-preview-video {
  display: block;
  width: min(360px, 100%);
  max-height: 240px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #000;
}

.doc-delete-form {
  margin: 0;
}

.doc-delete-btn {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #b91c1c;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 9px;
  cursor: pointer;
}

.doc-delete-btn:hover {
  border-color: #fca5a5;
  background: #fee2e2;
}

.doc-grid-cards.visuals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.doc-card.visual {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  width: 100%;
}

.doc-card-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.doc-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fef8eb, #f5e6c5);
  display: grid;
  place-items: center;
  font-size: 20px;
}

.doc-card-title {
  margin: 0;
  font-weight: 800;
  color: #111827;
}

.doc-card-desc {
  margin: 2px 0 0;
  color: #6b7280;
  font-size: 13px;
}

.doc-status-pill {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  background: #f3f4f6;
}

.doc-status-pill.ok {
  color: #15803d;
  background: #dcfce7;
}

.doc-status-pill.missing {
  color: #92400e;
  background: #fef3c7;
}

.doc-status-empty {
  color: #b45309;
  background: #fff7ed;
  border-radius: 10px;
  padding: 8px 10px;
  margin: 6px 0 0;
}

.doc-card.visual .doc-row-link {
  color: #1f78d1;
  text-decoration: underline;
  font-weight: 600;
}

.doc-card.visual:hover {
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.12);
  transform: translateY(-2px);
}

.doc-card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.doc-card-actions-stack .doc-action-btn,
.doc-card-actions-stack .doc-upload-input.mini {
  min-width: 112px;
  text-align: center;
}

.doc-upload-inline {
  display: inline-block;
}

.doc-upload-input.mini {
  padding: 7px 12px;
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #f5c388;
  background: #fffbf5;
  color: #92400e;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.doc-upload-input.mini::before {
  content: "+ ";
  font-weight: 800;
}

.doc-upload-input.mini:hover {
  border-color: #d97706;
  background: #fff7ed;
}

.doc-action-btn {
  padding: 7px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #cfd4dc;
  background: #f8fafc;
  color: #334155;
  text-decoration: none;
}

.doc-action-btn.view {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.doc-action-btn.disabled {
  border-color: #e5e7eb;
  background: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}

.doc-page-title {
  margin: 0 0 6px;
  font-size: 26px;
  color: #111827;
}

.doc-page-desc {
  margin: 0 0 16px;
  color: #5b6472;
}

.docs-mini-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.docs-mini-nav a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #2f3745;
  border: 1px solid #e8dfcf;
  background: #ffffff;
  border-radius: 999px;
  padding: 6px 12px;
}

.docs-mini-nav a:hover,
.docs-mini-nav a.is-active {
  border-color: rgba(212, 175, 55, 0.48);
  background: #f8efd8;
  color: #4d3c17;
}

.docs-brand-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 999px;
  border: 1px solid #e9dfc9;
  background: #fffdf8;
}

.docs-brand-head img {
  width: 132px;
  height: 132px;
  max-height: none;
  border-radius: 999px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: 0 6px 14px rgba(17, 17, 17, 0.1);
}

@media (max-width: 900px) {
  .dashboard-brand {
    width: 164px;
    min-height: 164px;
    padding: 8px;
  }
  .dashboard-brand img,
  .docs-brand-head img {
    width: 124px;
    height: 124px;
  }
  .docs-brand-head {
    padding: 6px;
  }
}

.docs-brand-head strong {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #7c642f;
}

.docs-brand-head small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #8f98a4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.doc-row-files.is-hidden {
  display: none;
}

@media (max-width: 720px) {
  .doc-card-header {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .doc-card-actions {
    align-items: flex-start;
    gap: 6px;
  }
  .doc-file-row {
    flex-direction: column;
    align-items: stretch;
  }
  .doc-bulk-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .doc-delete-form {
    justify-self: end;
  }
}

.doc-grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
}

.doc-card-desc {
  margin: 0 0 8px;
  color: #4b5563;
  font-size: 14px;
}

.doc-status {
  margin: 0 0 10px;
  color: #b45309;
  font-weight: 700;
}

.doc-upload {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}

.doc-upload-input {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 6px 10px;
  border: 1px dashed #d1d5db;
  border-radius: 8px;
  cursor: pointer;
  color: #4b5563;
  font-size: 13px;
}

.doc-upload-input input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.doc-actions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
}
.doc-simple-meta {
  margin-left: 6px;
  color: #6b7280;
  font-size: 12px;
}

.doc-hero h2 {
  margin: 0;
  font-size: 24px;
}

.doc-hero .muted {
  margin: 4px 0 0;
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 16px 0 20px;
}

.docs-main {
  display: grid;
  gap: 12px;
}

.dash-contact {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 15px;
  border: 1px solid #e8dfcf;
  background: linear-gradient(180deg, #ffffff 0%, #faf7f0 100%);
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.06);
}

.dash-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d4af37;
  background: rgba(212, 175, 55, 0.16);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 8px;
}

.dash-icon svg {
  width: 15px;
  height: 15px;
}

.dash-icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(212, 175, 55, 0.13);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.dash-badge {
  margin-left: auto;
  background: #e4572e;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  border-radius: 999px;
  padding: 2px 6px;
}

.dash-contact img {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
  object-position: center top;
  background: #f3f4f6;
  border: 1px solid rgba(212, 175, 55, 0.32);
  box-shadow: 0 8px 16px rgba(17, 17, 17, 0.12);
}

.dash-contact .contact-name {
  color: #1f1f1f;
  font-size: 16px;
}

.dash-contact .contact-role {
  color: #816939;
}

.dash-contact .contact-phone,
.dash-contact .contact-mail {
  font-weight: 700;
}

.prequote-list {
  display: grid;
  gap: 12px;
}

.prequote-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #e8dfcf;
  border-radius: 14px;
  background: #ffffff;
  padding: 14px 14px 14px 16px;
}

.prequote-card h3 {
  margin: 0 36px 8px 0;
  font-size: 18px;
}

.prequote-meta {
  margin: 4px 0 0;
  color: #5b6472;
  font-size: 14px;
}

.prequote-actions {
  display: grid;
  gap: 8px;
  justify-items: end;
}

.prequote-open {
  min-width: 130px;
  text-align: center;
}

.prequote-download {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #8f7426;
  border: 1px solid #e6d9bf;
  border-radius: 10px;
  padding: 7px 10px;
  background: #fffdf8;
}

.prequote-download:hover {
  background: #f8efd8;
  border-color: rgba(212, 175, 55, 0.48);
}

.prequote-delete-btn {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #e5c7c7;
  background: #fff5f5;
  color: #8f2c2c;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.prequote-delete-btn:hover {
  background: #ffe7e7;
  border-color: #d99b9b;
  transform: translateY(-1px);
}

.prequote-delete-form {
  position: absolute;
  top: 10px;
  right: 10px;
}

.dashboard-viewer-wrap {
  display: grid;
  gap: 14px;
}

.prequote-viewer-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #e8dfcf;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
}

.prequote-viewer-head h2 {
  margin: 0;
  font-size: 20px;
}

.prequote-viewer-frame {
  border: 1px solid #e8dfcf;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  min-height: 78vh;
}

.prequote-viewer-frame iframe {
  width: 100%;
  min-height: 78vh;
  border: 0;
}

.prequote-back-btn {
  white-space: nowrap;
}

.prequote-empty {
  border: 1px dashed #dbcba9;
  border-radius: 14px;
  background: #fffdf8;
  padding: 18px;
}

.prequote-empty h3 {
  margin: 0 0 8px;
}

.prequote-empty p {
  margin: 0 0 12px;
  color: #5b6472;
}

@media (max-width: 900px) {
  .dashboard-inner {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    position: static;
  }

  .chantier-feature-strip {
    grid-template-columns: 1fr;
  }

  .chantier-feature + .chantier-feature {
    border-left: 0;
    border-top: 1px solid #efe7dc;
  }

  .chantier-lots-grid {
    grid-template-columns: 1fr;
  }

  .chantier-hero-grid {
    grid-template-columns: 1fr;
  }

  .chantier-stream-grid {
    grid-template-columns: 1fr;
  }

  .chantier-table-section {
    overflow-x: auto;
  }

  .chantier-table-section .chantier-table {
    min-width: 720px;
  }

  .chantier-milestone-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .chantier-change-grid {
    grid-template-columns: 1fr;
  }

  .chantier-event-list li {
    flex-direction: column;
  }

  .chantier-feedback-emotions {
    flex-direction: column;
  }

  .prequote-card {
    grid-template-columns: 1fr;
  }

  .prequote-actions {
    justify-items: start;
  }

  .prequote-viewer-head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

/* ===========================
   ADMIN DASHBOARD STYLES
   =========================== */

/* Admin login */
.admin-login-card {
  max-width: 420px;
  margin: 0 auto;
}

/* Admin hero */
.admin-hero {
  padding: 40px 0 24px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}

.admin-hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.admin-nav-links {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.admin-nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid var(--border);
  transition: all 0.2s ease;
}

.admin-nav-links a:hover,
.admin-nav-links a.is-active {
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(99, 102, 241, 0.06);
}

/* Admin sections */
.admin-section {
  padding: 32px 0;
}

.admin-section + .admin-section {
  border-top: 1px solid var(--border);
}

/* Stats grid */
.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.admin-stat-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}

.stat-label {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: var(--muted);
}

/* Admin tables */
.admin-table-shell {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.admin-table th {
  text-align: left;
  padding: 14px 16px;
  font-weight: 600;
  color: var(--text);
  background: var(--bg-secondary);
  border-bottom: 2px solid var(--border);
  white-space: nowrap;
}

.admin-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}

.admin-table tbody tr:hover {
  background: rgba(99, 102, 241, 0.04);
}

.admin-table tbody tr:last-child td {
  border-bottom: none;
}

.admin-table a {
  color: var(--accent);
  text-decoration: none;
}

.admin-table a:hover {
  text-decoration: underline;
}

/* Status badges */
.status-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.status-new {
  background: #dbeafe;
  color: #1e40af;
}

.status-contacted {
  background: #fef3c7;
  color: #92400e;
}

.status-qualified {
  background: #d1fae5;
  color: #065f46;
}

.status-converted {
  background: #ede9fe;
  color: #6d28d9;
}

.status-archived {
  background: #f3f4f6;
  color: #6b7280;
}

/* Buttons */
.btn-sm {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  background: var(--accent);
  color: #fff !important;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.btn-sm:hover {
  opacity: 0.85;
  color: #fff !important;
  text-decoration: none;
}

/* Detail cards */
.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.admin-detail-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
}

.admin-detail-card h3 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
}

.admin-detail-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin: 0;
  padding: 0;
}

.admin-detail-list dt {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}

.admin-detail-list dd {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.admin-detail-list dd a {
  color: var(--accent);
  text-decoration: none;
}

.admin-detail-list dd a:hover {
  text-decoration: underline;
}

/* JSON viewer */
.admin-json-details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
}

.admin-json-details summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: var(--text);
}

.admin-json-block {
  margin-top: 16px;
  padding: 16px;
  background: var(--bg-secondary);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
  overflow-x: auto;
  max-height: 600px;
  white-space: pre-wrap;
  word-break: break-word;
}

@media (max-width: 768px) {
  .admin-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .admin-detail-grid {
    grid-template-columns: 1fr;
  }

  .admin-table {
    font-size: 13px;
  }

  .admin-table th,
  .admin-table td {
    padding: 10px 12px;
  }
}

/* File upload hints and photo preview */
.file-hint {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}

.photo-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.photo-preview-item {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.photo-preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-preview-item .remove-photo {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
