: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;
}

@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 - 24px));
  margin-left: 12px;
  margin-right: 12px;
}

.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: 35;
  padding-top: 0;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

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

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

.hdr-photo .header-shell,
.hdr-photo .nav-row {
  background: rgba(17, 17, 17, 0.42);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  backdrop-filter: blur(8px);
  padding: 8px 14px;
}

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

.hdr-photo .header-shell .brand,
.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-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 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 .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,
.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;
}

.header-shell {
  width: 100%;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  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: 46px;
  height: 46px;
  display: block;
  object-fit: contain;
  border-radius: 12px;
  filter: drop-shadow(0 8px 16px rgba(8, 8, 8, 0.18));
}

.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-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-drop-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 210px;
  border: 1px solid #c3ceda;
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 18px 36px rgba(15, 39, 56, 0.12);
  display: grid;
  padding: 8px;
  z-index: 12;
}

.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-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.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;
}

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

.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-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);
}

.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;
}

.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);
}


.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;
}

.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;
}

.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%);
}

.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;
}

.home-hero-slides {
  position: relative;
  min-height: 196px;
}

.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;
}

.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;
}

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

.home-hero-micro {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.02em;
}

@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: 42px;
    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(98deg, #4a4f74, #5f6795);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  animation: riseIn 0.9s ease both;
}

.brokkr-marquee-row {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: auto;
  scrollbar-width: none;
}

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

.brokkr-marquee-row span {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.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);
}

.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);
}

.brokkr-service-visual img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

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

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

.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-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);
}

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

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

.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);
}

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

.before-after-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  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: 18px;
  background: var(--surface);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  padding-bottom: 14px;
  min-height: 460px;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.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: 2px;
  height: 320px;
  margin-bottom: 12px;
  background: #e9f1f8;
  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;
  height: 100%;
  padding: 0;
  background: #f8fafc;
  overflow: hidden;
}

.before-after-images.one-up figure {
  height: 100%;
}

.before-after-images.triple figure {
  height: 100%;
}

.before-after-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  cursor: zoom-in;
  background: #f2f5f9;
}

.before-after-images.one-up img {
  object-position: center center;
}

/* Force full-image display inside Avant/Apres cards, even if another global rule applies. */
.before-after-shell .before-after-images img {
  object-fit: contain !important;
  object-position: center center !important;
}

.before-after-images figcaption {
  position: absolute;
  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-left: 14px;
  margin-right: 14px;
  margin-top: 0;
  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: 22px;
  line-height: 1.15;
}

.before-after-card p {
  margin-top: 0;
  min-height: 96px;
  line-height: 1.45;
  color: var(--muted);
}

@media (max-width: 1350px) {
  .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 {
    height: 260px;
  }
  .before-after-images.one-up figure {
    height: 100%;
  }
  .before-after-images.triple figure {
    height: 100%;
  }
}

.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;
}

.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 90% 12%, #f2f4ff 0, transparent 36%),
    linear-gradient(145deg, #ffffff, #f8fafe);
}

.partner-marquee {
  margin-top: 14px;
  border: 1px solid #d7e2ec;
  border-radius: 14px;
  background: var(--surface);
  overflow: hidden;
}

.partner-track {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  padding: 14px 12px;
  animation: partnerScroll 24s linear infinite;
}

.partner-logo {
  margin: 0;
  width: 180px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8e3ed;
  border-radius: 12px;
  background: var(--surface);
  box-shadow: 0 8px 18px rgba(16, 34, 58, 0.08);
}

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

.partner-logo-highlight {
  border-color: #b7c5e3;
  box-shadow: 0 10px 20px rgba(38, 62, 104, 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;
}

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

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

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

.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 {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow-card);
  padding: 12px 14px;
}

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

.bro-faq summary {
  list-style: none;
  cursor: pointer;
  font-weight: 800;
}

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

.bro-faq p {
  margin: 10px 0 0;
  color: var(--muted);
}

.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 strong {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 24px;
  font-family: "Lora", "Instrument Sans", serif;
}

.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: linear-gradient(140deg, #ffffff, #f8f8f6);
  box-shadow: var(--shadow-soft);
  padding: 26px;
  animation: riseIn 0.7s ease both;
}

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

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

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

.workflow-num {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #f6efda;
  color: #8f7426;
  font-weight: 800;
  font-size: 13px;
}

.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;
}

.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));
}

.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-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;
}

.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;
}

.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: 40px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.footer-main {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
}

.footer-brand strong {
  font-size: 16px;
}

.footer-brand p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-links a {
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
  background: var(--surface);
}

.footer-meta {
  display: grid;
  gap: 3px;
  color: var(--muted);
  font-size: 13px;
}

#chatBtn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 40;
  border: 1px solid #d4af37;
  color: #111111;
  background: var(--accent);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.2);
}

#chatBox {
  position: fixed;
  right: 16px;
  bottom: 72px;
  width: min(360px, calc(100vw - 24px));
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  display: none;
  z-index: 50;
}

#chatHead {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-actions {
  display: inline-flex;
  gap: 6px;
}

.chat-head-btn {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 10px;
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
}

.chat-head-btn:hover {
  background: #f8fafc;
}

#chatMsgs {
  max-height: 320px;
  overflow: auto;
  padding: 10px 12px;
}

.msg {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 8px 10px;
  margin: 8px 0;
  font-size: 13px;
  white-space: pre-wrap;
  background: #f8fafc;
}

.user {
  text-align: right;
  background: #f7efdb;
}

#chatFoot {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 8px;
  padding: 10px 12px;
}

.chat-agenda {
  margin: 0 12px 10px;
  border: 1px solid #dce8f1;
  border-radius: 14px;
  background: linear-gradient(150deg, #fffaf1, #ffffff);
  padding: 10px;
}

.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-intro {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #2f3f52;
}

.chat-agenda-slots {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.chat-slot {
  border: 1px solid #d6e1ea;
  border-radius: 10px;
  background: var(--surface);
  padding: 6px 4px;
  display: grid;
  gap: 2px;
  justify-items: center;
  cursor: pointer;
}

.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.active {
  border-color: #d4af37;
  background: #f7efdb;
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
}

.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-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  color: #8f7426;
}

#chatInput {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 13px;
}

.chat-send-btn {
  border: 1px solid #111;
  border-radius: 12px;
  padding: 8px 10px;
  background: var(--surface);
  cursor: pointer;
}

/* 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;
  }
  .ai3d-form-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 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;
  }
}

@media (max-width: 1100px) {
  .header-shell {
    flex-wrap: wrap;
  }

  .nav-main {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .nav-right {
    margin-left: auto;
  }

  .landing-hero,
  .brokkr-hero,
  .ai3d-layout,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .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,
  .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-agenda-slots {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brokkr-marquee-row {
    min-height: 48px;
    gap: 14px;
  }

  .partner-track {
    animation-duration: 18s;
  }

  .partner-logo {
    width: 160px;
    height: 56px;
  }

  .partner-logo img {
    width: 144px;
    height: 38px;
  }
}

@media (max-width: 760px) {
  .topline {
    display: none;
  }

  .wrap {
    width: min(1180px, calc(100vw - 26px));
  }

  .hdr {
    padding-top: 8px;
  }

  .header-shell {
    padding: 10px;
    border-radius: 14px;
  }

  .brand {
    font-size: 13px;
  }

  .brand-text strong {
    font-size: 14px;
  }

  .brand-text small {
    font-size: 9px;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .nav-main {
    gap: 4px;
  }

  .nav-link-main,
  .nav-drop > summary {
    padding: 8px 9px;
    font-size: 12px;
  }

  .nav-right {
    width: 100%;
    justify-content: stretch;
    flex-direction: column;
  }

  .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: 0;
    padding: 6px 0 0;
    background: transparent;
  }

  .nav-drop-menu a {
    margin-top: 4px;
    border: 1px solid #dbe5ee;
    background: var(--surface);
  }

  #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-agenda-slots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-logo {
    width: 138px;
    height: 50px;
  }

  .partner-logo img {
    width: 124px;
    height: 34px;
  }

  .before-after-tabs {
    gap: 6px;
  }
}

.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,
.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;
}

.form-alert {
  margin: 12px 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fdecec;
  border: 1px solid #f5b7b7;
  color: #7f1d1d;
  font-weight: 700;
}

.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: #fffdf8;
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.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.16);
}

.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;
}

.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-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;
}

@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;
  }
}

/* ===========================
   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;
}

