﻿/* ============================================================
   EAGLE BAU — Global Stylesheet
   Done-IT Production Build · eaglebau.de
   ============================================================ */

/* Self-hosted Inter font — Place files in /fonts/
   Download: https://github.com/rsms/inter/releases
   Required files: Inter-Regular.woff2, Inter-Medium.woff2,
                   Inter-SemiBold.woff2, Inter-Bold.woff2       */
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, 'Segoe UI', sans-serif;
  background-color: #ffffff;
  color: #1c2028;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---- Dark Subpage Surface System ---- */
.eb-dark-page {
  background:
    radial-gradient(1200px 620px at 8% -12%, rgba(212, 150, 26, 0.14), transparent 65%),
    radial-gradient(900px 480px at 95% 8%, rgba(212, 150, 26, 0.08), transparent 62%),
    linear-gradient(180deg, #181d26 0%, #121720 100%);
}

.eb-section-dark-a {
  background:
    radial-gradient(900px 320px at 0% 0%, rgba(212, 150, 26, 0.12), transparent 62%),
    linear-gradient(180deg, #202632 0%, #1a202a 100%);
}

.eb-section-dark-b {
  background:
    radial-gradient(900px 300px at 100% 0%, rgba(212, 150, 26, 0.10), transparent 65%),
    linear-gradient(180deg, #181e28 0%, #141922 100%);
}

.eb-section-dark-c {
  background:
    radial-gradient(800px 300px at 50% -15%, rgba(212, 150, 26, 0.09), transparent 65%),
    linear-gradient(180deg, #11161e 0%, #0f141c 100%);
}

/* ---- Leistungen Page Visual Upgrade ---- */
.eb-leistungen-page {
  background:
    radial-gradient(1000px 540px at 5% -10%, rgba(212, 150, 26, 0.18), transparent 65%),
    radial-gradient(760px 380px at 92% 8%, rgba(28, 32, 40, 0.06), transparent 68%),
    linear-gradient(180deg, #faf8f2 0%, #f3f5f8 52%, #eef2f6 100%);
}

.eb-leistungen-page .eb-section-dark-a,
.eb-leistungen-page .eb-section-dark-b,
.eb-leistungen-page .eb-section-dark-c {
  background: transparent;
}

.eb-leistungen-page .eb-section-divider {
  border-top: 1px solid rgba(28, 32, 40, 0.08);
  border-bottom: 1px solid rgba(28, 32, 40, 0.08);
}

.eb-leistungen-page .leistungen-hero::before,
.eb-leistungen-page .leistungen-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.eb-leistungen-page .leistungen-hero::before {
  width: 340px;
  height: 340px;
  right: -70px;
  top: -110px;
  background: radial-gradient(circle, rgba(212, 150, 26, 0.24) 0%, rgba(212, 150, 26, 0) 72%);
}

.eb-leistungen-page .leistungen-hero::after {
  width: 280px;
  height: 280px;
  left: -120px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(28, 32, 40, 0.08) 0%, rgba(28, 32, 40, 0) 72%);
}

.eb-leistungen-page .leistungen-hero h1 {
  max-width: 13ch;
  color: #1c2028;
  text-shadow: none;
}

.eb-leistungen-page .leistungen-hero p {
  color: rgba(28, 32, 40, 0.66) !important;
}

.eb-leistungen-page .leistungen-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eb-leistungen-page .leistungen-hero-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(212, 150, 26, 0.38);
  background: rgba(212, 150, 26, 0.12);
  color: rgba(28, 32, 40, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.eb-leistungen-page .leistungen-scroll-layout {
  display: block;
}

.eb-leistungen-page .leistungen-scroll-visual {
  display: none;
}

.eb-leistungen-page .leistungen-scroll-frame {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(28, 32, 40, 0.12);
  background: #e8ebef;
  box-shadow: 0 28px 50px rgba(28, 32, 40, 0.14);
  overflow: hidden;
}

.eb-leistungen-page .leistungen-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 300ms linear, transform 300ms linear;
}

.eb-leistungen-page .leistungen-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.eb-leistungen-page .leistungen-scroll-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 29, 38, 0.04) 0%, rgba(24, 29, 38, 0.35) 100%);
  pointer-events: none;
}

.eb-leistungen-page .leistungen-scroll-progress {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 4px;
  background: rgba(255, 255, 255, 0.42);
  overflow: hidden;
}

.eb-leistungen-page .leistungen-scroll-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: #d4961a;
  transform: scaleX(0.1667);
  transform-origin: left center;
  transition: transform 220ms linear;
}

.eb-leistungen-page .leistungen-services .service-row {
  position: relative;
  border: 1px solid rgba(28, 32, 40, 0.12);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.93), rgba(248, 250, 253, 0.96));
  padding: 30px;
  box-shadow: 0 18px 36px rgba(28, 32, 40, 0.08);
}

.eb-leistungen-page .leistungen-services .service-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  background: linear-gradient(180deg, #d4961a 0%, rgba(212, 150, 26, 0.25) 100%);
}

.eb-leistungen-page .leistungen-services .service-row h2 {
  color: #1c2028 !important;
}

.eb-leistungen-page .leistungen-services .service-row p {
  color: rgba(28, 32, 40, 0.68) !important;
}

.eb-leistungen-page .leistungen-services .service-row span {
  color: #8a6011 !important;
}

.eb-leistungen-page .leistungen-services .service-row img {
  border: 1px solid rgba(28, 32, 40, 0.14);
  box-shadow: 0 14px 30px rgba(28, 32, 40, 0.16);
  filter: saturate(1.08) contrast(1.02);
}

.eb-leistungen-page .leistungen-services .service-row .eb-btn-primary {
  box-shadow: 0 10px 24px rgba(212, 150, 26, 0.24);
}

.eb-leistungen-page .leistungen-services .service-row:nth-of-type(even) {
  background: linear-gradient(145deg, rgba(255, 252, 244, 0.98), rgba(250, 248, 241, 0.95));
}

.eb-leistungen-page .leistungen-cta {
  position: relative;
  overflow: hidden;
}

.eb-leistungen-page .leistungen-cta h2 {
  color: #1c2028 !important;
}

.eb-leistungen-page .leistungen-cta p {
  color: rgba(28, 32, 40, 0.66) !important;
}

.eb-leistungen-page .leistungen-cta::before {
  content: "";
  position: absolute;
  inset: -10% -5%;
  background:
    radial-gradient(620px 220px at 50% 0%, rgba(212, 150, 26, 0.15), transparent 65%),
    linear-gradient(115deg, rgba(212, 150, 26, 0.07), transparent 58%);
  pointer-events: none;
}

@media (min-width: 1024px) {
  .eb-leistungen-page .leistungen-scroll-layout {
    display: grid;
    grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
    gap: 30px;
    align-items: start;
  }

  .eb-leistungen-page .leistungen-scroll-visual {
    display: block;
    position: sticky;
    top: 110px;
  }

  .eb-leistungen-page .leistungen-services .service-row {
    padding: 32px 30px 32px 34px;
  }

  .eb-leistungen-page .leistungen-services .service-row .service-row-copy {
    grid-column: 1 / -1;
  }

  .eb-leistungen-page .leistungen-services .service-row .service-row-media {
    display: none;
  }
}

@media (max-width: 1023px) {
  .eb-leistungen-page .leistungen-services .service-row {
    padding: 22px;
  }

  .eb-leistungen-page .leistungen-services .service-row::before {
    top: 18px;
    bottom: 18px;
  }
}

/* ---- Ueber-uns Page Visual Upgrade (light) ---- */
.eb-ueber-page {
  background:
    radial-gradient(980px 520px at 6% -12%, rgba(212, 150, 26, 0.16), transparent 66%),
    radial-gradient(740px 360px at 92% 10%, rgba(28, 32, 40, 0.06), transparent 70%),
    linear-gradient(180deg, #faf8f2 0%, #f2f5f8 55%, #edf1f6 100%);
}

.eb-ueber-page .eb-section-dark-a,
.eb-ueber-page .eb-section-dark-b,
.eb-ueber-page .eb-section-dark-c {
  background: transparent;
}

.eb-ueber-page .eb-section-divider {
  border-top: 1px solid rgba(28, 32, 40, 0.08);
  border-bottom: 1px solid rgba(28, 32, 40, 0.08);
}

.eb-ueber-page .ueber-hero::before,
.eb-ueber-page .ueber-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.eb-ueber-page .ueber-hero::before {
  width: 340px;
  height: 340px;
  right: -72px;
  top: -112px;
  background: radial-gradient(circle, rgba(212, 150, 26, 0.22) 0%, rgba(212, 150, 26, 0) 72%);
}

.eb-ueber-page .ueber-hero::after {
  width: 270px;
  height: 270px;
  left: -110px;
  bottom: -130px;
  background: radial-gradient(circle, rgba(28, 32, 40, 0.07) 0%, rgba(28, 32, 40, 0) 72%);
}

.eb-ueber-page .ueber-hero h1 {
  color: #1c2028 !important;
}

.eb-ueber-page .ueber-hero p {
  color: rgba(28, 32, 40, 0.66) !important;
}

.eb-ueber-page .ueber-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eb-ueber-page .ueber-hero-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(212, 150, 26, 0.36);
  background: rgba(212, 150, 26, 0.12);
  color: rgba(28, 32, 40, 0.8);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.eb-ueber-page .ueber-main .about-image > div:first-child {
  border: 1px solid rgba(28, 32, 40, 0.12);
  box-shadow: 0 20px 42px rgba(28, 32, 40, 0.14);
}

.eb-ueber-page .ueber-main .ueber-cred-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 253, 0.96)) !important;
  border: 1px solid rgba(28, 32, 40, 0.12) !important;
  box-shadow: 0 14px 28px rgba(28, 32, 40, 0.1);
}

.eb-ueber-page .ueber-main .ueber-cred-item {
  background: rgba(212, 150, 26, 0.11) !important;
  border-color: rgba(212, 150, 26, 0.32) !important;
}

.eb-ueber-page .ueber-main .ueber-cred-item > div:first-child {
  color: #1c2028 !important;
}

.eb-ueber-page .ueber-main .ueber-cred-item > div:last-child {
  color: rgba(28, 32, 40, 0.6) !important;
}

.eb-ueber-page .ueber-main .about-content h2,
.eb-ueber-page .ueber-values h2,
.eb-ueber-page .ueber-values .card-heading {
  color: #1c2028 !important;
}

.eb-ueber-page .ueber-main .about-content p,
.eb-ueber-page .ueber-main blockquote p,
.eb-ueber-page .ueber-main blockquote cite,
.eb-ueber-page .ueber-values p,
.eb-ueber-page .ueber-values .section-heading {
  color: rgba(28, 32, 40, 0.68) !important;
}

.eb-ueber-page .ueber-main blockquote {
  border-left-color: rgba(212, 150, 26, 0.6) !important;
}

.eb-ueber-page .ueber-values .value-card {
  border: 1px solid rgba(28, 32, 40, 0.12) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.93), rgba(247, 250, 253, 0.96)) !important;
  box-shadow: 0 16px 34px rgba(28, 32, 40, 0.08);
}

.eb-ueber-page .ueber-values .value-card:nth-child(even) {
  background: linear-gradient(145deg, rgba(255, 252, 244, 0.98), rgba(250, 248, 241, 0.95)) !important;
}

.eb-ueber-page .ueber-values .card-icon {
  background: rgba(212, 150, 26, 0.14) !important;
  border-color: rgba(212, 150, 26, 0.36) !important;
}

.eb-ueber-page .ueber-cta {
  position: relative;
  overflow: hidden;
}

.eb-ueber-page .ueber-cta::before {
  content: "";
  position: absolute;
  inset: -10% -5%;
  background:
    radial-gradient(620px 220px at 50% 0%, rgba(212, 150, 26, 0.14), transparent 65%),
    linear-gradient(115deg, rgba(212, 150, 26, 0.06), transparent 58%);
  pointer-events: none;
}

.eb-ueber-page .ueber-cta h2,
.eb-ueber-page .ueber-cta h2 span {
  color: #1c2028 !important;
}

.eb-ueber-page .ueber-cta a {
  box-shadow: 0 10px 24px rgba(212, 150, 26, 0.24);
}

/* ---- Impressum / Datenschutz (light legal pages) ---- */
.eb-legal-light-page {
  background:
    radial-gradient(940px 500px at 8% -14%, rgba(212, 150, 26, 0.15), transparent 66%),
    radial-gradient(720px 340px at 92% 10%, rgba(28, 32, 40, 0.06), transparent 70%),
    linear-gradient(180deg, #faf8f2 0%, #f2f5f8 55%, #edf1f6 100%);
}

.eb-legal-light-page .eb-section-dark-a,
.eb-legal-light-page .eb-section-dark-b,
.eb-legal-light-page .eb-section-dark-c {
  background: transparent;
}

.eb-legal-light-page .legal-light-section.eb-section-divider {
  border-top: 1px solid rgba(28, 32, 40, 0.08);
  border-bottom: 1px solid rgba(28, 32, 40, 0.08);
}

.eb-legal-light-page .eb-legal-panel {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 253, 0.96));
  border: 1px solid rgba(28, 32, 40, 0.12);
  box-shadow: 0 18px 36px rgba(28, 32, 40, 0.08);
}

.eb-legal-light-page .eb-legal-panel h1,
.eb-legal-light-page .eb-legal-panel h2,
.eb-legal-light-page .eb-legal-panel strong,
.eb-legal-light-page .eb-legal-panel cite {
  color: #1c2028 !important;
}

.eb-legal-light-page .eb-legal-panel p,
.eb-legal-light-page .eb-legal-panel li,
.eb-legal-light-page .eb-legal-panel address {
  color: rgba(28, 32, 40, 0.7) !important;
}

.eb-legal-light-page .eb-legal-panel code,
.eb-legal-light-page .eb-legal-panel a {
  color: #b87e15 !important;
}

.eb-legal-light-page .eb-legal-panel [class*="border-t"] {
  border-top-color: rgba(28, 32, 40, 0.12) !important;
}

/* ---- Kontakt Page Visual Upgrade (light) ---- */
.eb-kontakt-page {
  background:
    radial-gradient(960px 520px at 8% -14%, rgba(212, 150, 26, 0.16), transparent 66%),
    radial-gradient(760px 380px at 92% 8%, rgba(28, 32, 40, 0.06), transparent 70%),
    linear-gradient(180deg, #faf8f2 0%, #f2f5f8 55%, #edf1f6 100%);
}

.eb-kontakt-page .eb-section-dark-a,
.eb-kontakt-page .eb-section-dark-b,
.eb-kontakt-page .eb-section-dark-c {
  background: transparent;
}

.eb-kontakt-page .eb-section-divider {
  border-top: 1px solid rgba(28, 32, 40, 0.08);
  border-bottom: 1px solid rgba(28, 32, 40, 0.08);
}

.eb-kontakt-page .kontakt-hero::before,
.eb-kontakt-page .kontakt-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.eb-kontakt-page .kontakt-hero::before {
  width: 320px;
  height: 320px;
  right: -60px;
  top: -95px;
  background: radial-gradient(circle, rgba(212, 150, 26, 0.24) 0%, rgba(212, 150, 26, 0) 72%);
}

.eb-kontakt-page .kontakt-hero::after {
  width: 240px;
  height: 240px;
  left: -95px;
  bottom: -115px;
  background: radial-gradient(circle, rgba(28, 32, 40, 0.08) 0%, rgba(28, 32, 40, 0) 72%);
}

.eb-kontakt-page .kontakt-hero h1 {
  color: #1c2028 !important;
}

.eb-kontakt-page .kontakt-hero p {
  color: rgba(28, 32, 40, 0.66) !important;
}

.eb-kontakt-page .kontakt-hero .inline-flex {
  border-color: rgba(212, 150, 26, 0.36) !important;
  background: rgba(212, 150, 26, 0.12) !important;
}

.eb-kontakt-page .kontakt-form-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 253, 0.96)) !important;
  border: 1px solid rgba(28, 32, 40, 0.12) !important;
  box-shadow: 0 18px 36px rgba(28, 32, 40, 0.08);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.eb-kontakt-page .kontakt-section .kontakt-form-card [class*="text-white/"] {
  color: rgba(28, 32, 40, 0.7) !important;
}

.eb-kontakt-page .kontakt-section .kontakt-form-card h2,
.eb-kontakt-page .kontakt-section .kontakt-form-card h3 {
  color: #1c2028 !important;
}

.eb-kontakt-page .kontakt-section .step-progress {
  background: rgba(28, 32, 40, 0.12);
}

.eb-kontakt-page .kontakt-section .btn-prev {
  color: rgba(28, 32, 40, 0.72) !important;
  border-color: rgba(28, 32, 40, 0.18) !important;
  background: rgba(255, 255, 255, 0.8);
}

.eb-kontakt-page .kontakt-section .btn-prev:hover {
  color: #1c2028 !important;
  border-color: rgba(28, 32, 40, 0.28) !important;
}

.eb-kontakt-page .kontakt-section .form-step [class*="bg-slate-900/"],
.eb-kontakt-page .kontakt-section .form-step [class*="bg-slate-950/"] {
  background: rgba(28, 32, 40, 0.04) !important;
  border-color: rgba(28, 32, 40, 0.14) !important;
}

.eb-kontakt-page .kontakt-form-success {
  background: linear-gradient(145deg, rgba(240, 253, 244, 0.96), rgba(236, 253, 245, 0.95)) !important;
  border-color: rgba(16, 185, 129, 0.28) !important;
}

.eb-kontakt-page .kontakt-form-success [class*="text-white/"] {
  color: rgba(28, 32, 40, 0.7) !important;
}

.eb-kontakt-page .kontakt-form-success h2 {
  color: #065f46 !important;
}

.eb-kontakt-page .kontakt-form-error {
  background: rgba(254, 242, 242, 0.96) !important;
  border-color: rgba(239, 68, 68, 0.28) !important;
}

.eb-kontakt-page .kontakt-direct-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 253, 0.96)) !important;
  border-color: rgba(28, 32, 40, 0.12) !important;
  box-shadow: 0 12px 28px rgba(28, 32, 40, 0.08);
}

.eb-kontakt-page .kontakt-direct-card [class*="text-white/"] {
  color: rgba(28, 32, 40, 0.66) !important;
}

.eb-section-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.eb-legal-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px;
}

@media (max-width: 768px) {
  .eb-legal-panel {
    padding: 24px;
  }
}

/* ---- Construction Theme Tokens ---- */
:root {
  --brand:        #d4961a;
  --brand-hover:  #b87e15;
  --brand-light:  rgba(212, 150, 26, 0.10);
  --dark:         #1c2028;
  --dark-soft:    #252b35;
  --dark-hover:   #2c3241;
  --text-muted:   #6b7280;
  --border:       #e5e7eb;
  --border-dark:  rgba(255, 255, 255, 0.08);
  --sync-duration: 220ms;
  --sync-ease: linear;
}

section a,
section button,
section .card,
section .service-card,
section .value-card,
section .process-step,
section .scroll-step,
section .stat-item {
  transition-duration: var(--sync-duration) !important;
  transition-timing-function: var(--sync-ease) !important;
}

section h1,
section h2,
section h3 {
  line-height: 1.2;
}

section p {
  line-height: 1.6;
}

.service-card,
.value-card,
.process-step,
.scroll-step {
  height: 100%;
}

.stat-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5ch;
  min-height: 1.1em;
  line-height: 1 !important;
  font-size: 2.25rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  color: rgba(212, 150, 26, 0.9) !important;
  opacity: 0.96 !important;
}

.stat-item > .stat-value {
  display: flex !important;
  width: 6.2ch;
  min-width: 6.2ch;
  margin: 0 auto 0.25rem !important;
  text-align: center;
  font-family: 'Inter', -apple-system, 'Segoe UI', sans-serif !important;
  font-style: normal !important;
  text-transform: uppercase;
  font-kerning: none;
  font-feature-settings: "kern" 0, "liga" 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

section[aria-label="Kennzahlen"] .stat-item {
  opacity: 1 !important;
  transform: none !important;
}

section[aria-label="Kennzahlen"] .stat-item > .stat-value {
  color: #d4961a !important;
  opacity: 1 !important;
}

/* ============================================================
   HERO LOGO GLOW
   ============================================================ */
.hero-logo-glow {
  filter: drop-shadow(0 0 8px rgba(212, 150, 26, 0.28)) drop-shadow(0 0 18px rgba(212, 150, 26, 0.16));
  animation: ebHeroLogoGlow 3.2s ease-in-out infinite;
}

@keyframes ebHeroLogoGlow {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(212, 150, 26, 0.28)) drop-shadow(0 0 18px rgba(212, 150, 26, 0.16));
  }
  50% {
    filter: drop-shadow(0 0 12px rgba(212, 150, 26, 0.46)) drop-shadow(0 0 28px rgba(212, 150, 26, 0.28));
  }
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.sticky-nav {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
  box-shadow: none;
  transition: box-shadow 300ms ease;
}
.sticky-nav.scrolled {
  box-shadow: 0 4px 24px rgba(28, 32, 40, 0.10);
}

/* ---- Nav Links ---- */
.nav-link {
  position: relative;
  color: #374151;
  font-weight: 500;
  transition: color 200ms ease;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transition: transform 220ms cubic-bezier(0.25, 1, 0.5, 1);
}
.nav-link:hover { color: var(--dark); }
.nav-link:hover::after { transform: scaleX(1); }
.nav-link.active { color: var(--dark); font-weight: 600; }
.nav-link.active::after { transform: scaleX(1); }

/* ---- Mobile Menu ---- */
#mobile-menu {
  background: #ffffff;
  border-top: 3px solid var(--brand);
}
@media (max-width: 767px) {
  #mobile-menu:not(.hidden) {
    position: fixed;
    inset: 73px 0 0 0;
    z-index: 45;
    overflow-y: auto;
  }
}

/* ============================================================
   BUTTONS
   ============================================================ */

/* Primary — Brand yellow, rectangular */
.eb-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--brand);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 2px solid var(--brand);
  transition: background 200ms ease, border-color 200ms ease, transform 100ms ease;
}
.eb-btn-primary:hover {
  background: var(--brand-hover);
  border-color: var(--brand-hover);
}
.eb-btn-primary:active { transform: scale(0.98); }
.eb-btn-primary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(212, 150, 26, 0.35);
}

/* Outline Dark — transparent with dark border */
.eb-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: transparent;
  color: var(--dark);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 2px solid var(--dark);
  transition: background 200ms ease, color 200ms ease, transform 100ms ease;
}
.eb-btn-outline:hover { background: var(--dark); color: #ffffff; }
.eb-btn-outline:active { transform: scale(0.98); }
.eb-btn-outline:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(28, 32, 40, 0.25);
}

/* Outline Light — white border for dark backgrounds */
.eb-btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  background: transparent;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.55);
  transition: background 200ms ease, border-color 200ms ease, transform 100ms ease;
}
.eb-btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}
.eb-btn-outline-light:active { transform: scale(0.98); }

/* ============================================================
   SECTION LABEL & ACCENT LINE
   ============================================================ */
.eb-section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--brand);
}
.eb-section-label::before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: var(--brand);
  flex-shrink: 0;
}

.eb-section-label-center {
  justify-content: center;
}

.eb-accent-line {
  width: 60px;
  height: 3px;
  background: var(--brand);
  margin-bottom: 28px;
}

/* ============================================================
   SERVICE CARD (left brand border)
   ============================================================ */
.eb-service-card {
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: 4px solid var(--brand);
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.eb-service-card:hover {
  box-shadow: 0 8px 36px rgba(28, 32, 40, 0.12);
  transform: translateY(-2px);
}

/* ============================================================
   ICON BOX (solid brand square)
   ============================================================ */
.eb-icon-box {
  width: 60px;
  height: 60px;
  background: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ============================================================
   CARD SYSTEM
   ============================================================ */
.card {
  transition: transform 280ms cubic-bezier(0.25, 1, 0.5, 1),
              box-shadow 280ms cubic-bezier(0.25, 1, 0.5, 1);
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(28, 32, 40, 0.10);
}
.card-icon { transition: transform 280ms cubic-bezier(0.25, 1, 0.5, 1); }
.card:hover .card-icon { transform: translate(3px, -3px); }

/* ---- Mouse-Tracking Radial Glow (Light Card) ---- */
.light-card { position: relative; overflow: hidden; }
.light-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    280px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
    rgba(212, 150, 26, 0.07),
    transparent 70%
  );
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms ease;
  z-index: 0;
}
.light-card:hover::before { opacity: 1; }
.light-card > * { position: relative; z-index: 1; }

/* ============================================================
   CUSTOM CURSOR
   ============================================================ */
.custom-cursor-active,
.custom-cursor-active * {
  cursor: none !important;
}

.custom-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border: 1.5px solid rgba(212, 150, 26, 0.55);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  top: 0;
  left: 0;
  will-change: transform;
  transition: width 200ms cubic-bezier(0.25, 1, 0.5, 1),
              height 200ms cubic-bezier(0.25, 1, 0.5, 1),
              border-color 200ms cubic-bezier(0.25, 1, 0.5, 1);
}
.custom-cursor.hovered {
  width: 38px;
  height: 38px;
  border-color: var(--brand);
}
@media (pointer: coarse) {
  .custom-cursor { display: none !important; }
}

/* ============================================================
   COOKIE CONSENT BANNER
   ============================================================ */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--dark);
  border-top: 3px solid var(--brand);
  transform: translateY(110%);
  transition: transform 450ms cubic-bezier(0.25, 1, 0.5, 1);
}
#cookie-banner.visible { transform: translateY(0); }

/* ============================================================
   MULTI-STEP FORM
   ============================================================ */
.form-step { display: none; }
.form-step.active { display: block; }

.step-progress {
  height: 3px;
  background: var(--border);
  overflow: hidden;
}
.step-progress-fill {
  height: 100%;
  background: var(--brand);
  transition: width 400ms cubic-bezier(0.25, 1, 0.5, 1);
  width: 0%;
}

/* ---- Service Option Radio ---- */
.service-option input[type="radio"] { display: none; }
.service-option label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1.5px solid var(--border);
  cursor: pointer;
  transition: all 250ms ease;
  background: #f9fafb;
  color: #374151;
}
.service-option input[type="radio"]:checked + label {
  border-color: var(--brand);
  background: var(--brand-light);
  color: var(--dark);
}
.service-option label:hover {
  border-color: #d1d5db;
  background: #ffffff;
}
.service-option .option-indicator {
  width: 18px;
  height: 18px;
  border: 1.5px solid #d1d5db;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: border-color 200ms, background 200ms;
}
.service-option input[type="radio"]:checked + label .option-indicator {
  border-color: var(--brand);
  background: var(--brand);
}
.service-option input[type="radio"]:checked + label .option-indicator::after {
  content: '';
  position: absolute;
  inset: 3px;
  background: white;
  border-radius: 50%;
}

/* ============================================================
   INPUT FIELDS
   ============================================================ */
.eb-input {
  background: #f9fafb;
  border: 1.5px solid var(--border);
  border-radius: 2px;
  color: var(--dark);
  width: 100%;
  padding: 12px 16px;
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}
.eb-input::placeholder { color: #9ca3af; }
.eb-input:focus-visible {
  outline: none;
  border-color: var(--brand);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(212, 150, 26, 0.15);
}
.eb-input.error { border-color: #ef4444; }

/* ============================================================
   SCROLL EXPERIENCE
   ============================================================ */
.scroll-experience {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(1200px 500px at 10% -5%, rgba(212, 150, 26, 0.18), transparent 55%),
    radial-gradient(900px 260px at 50% -8%, rgba(212, 150, 26, 0.09), transparent 68%),
    linear-gradient(180deg, #1b202a 0%, #252b35 100%);
}

.scroll-experience > .max-w-7xl {
  position: relative;
  z-index: 0;
}

.scroll-visual {
  position: relative;
}

.scroll-visual-frame {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
}

.scroll-image-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: opacity, transform;
}

.scroll-image-layer:first-child {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

.scroll-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 32, 40, 0.1) 0%, rgba(28, 32, 40, 0.62) 100%);
  pointer-events: none;
}

.scroll-kicker {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(28, 32, 40, 0.78);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(212, 150, 26, 0.45);
  padding: 8px 12px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
}

.scroll-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.scroll-progress {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
  margin-bottom: 8px;
}

.scroll-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--brand);
  transform: scaleX(0.25);
  transform-origin: left center;
}

.scroll-step {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  padding: 22px;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}

.scroll-step-index {
  color: rgba(212, 150, 26, 0.62);
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
  font-size: 0.8rem;
}

.scroll-step h3 {
  color: #ffffff;
  font-size: 1.22rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.scroll-step p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
}

.scroll-step.active {
  border-color: rgba(212, 150, 26, 0.7);
  background: rgba(212, 150, 26, 0.08);
  transform: translateX(6px);
}

.scroll-step:first-of-type {
  border-color: rgba(212, 150, 26, 0.45);
}

.scroll-step.active .scroll-step-index {
  color: #d4961a;
}

.scroll-step.active p {
  color: rgba(255, 255, 255, 0.82);
}

@media (min-width: 1024px) {
  #scroll-experience .scroll-stack {
    align-items: start;
  }

  #scroll-experience .scroll-visual {
    position: sticky;
    top: 110px;
    transform: none;
    align-self: start;
  }

  #scroll-experience .scroll-visual-frame {
    min-height: 0;
    height: auto;
  }

  #scroll-experience .scroll-content {
    display: grid;
    grid-template-rows: auto repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-content: start;
    margin-top: 0;
  }

  #scroll-experience .scroll-step {
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1024px) and (max-height: 1100px) {
  #scroll-experience {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  #scroll-experience .text-center {
    margin-bottom: 2.25rem !important;
  }

  #scroll-experience .scroll-stack {
    gap: 1.25rem;
  }

  #scroll-experience .scroll-visual { top: 96px; }

  #scroll-experience .scroll-visual-frame {
    min-height: 460px;
  }

  #scroll-experience .scroll-content {
    gap: 10px;
  }

  #scroll-experience .scroll-progress {
    margin-bottom: 2px;
  }

  #scroll-experience .scroll-step {
    padding: 14px 16px;
  }

  #scroll-experience .scroll-step-index {
    margin-bottom: 4px;
    font-size: 0.72rem;
  }

  #scroll-experience .scroll-step h3 {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  #scroll-experience .scroll-step p {
    font-size: 0.9rem;
    line-height: 1.42;
  }
}

/* ============================================================
   FOOTER PREMIUM
   ============================================================ */
.footer-premium {
  --footer-sync-duration: 220ms;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 320px at 0% 0%, rgba(212, 150, 26, 0.12), transparent 65%),
    radial-gradient(700px 300px at 100% 100%, rgba(212, 150, 26, 0.08), transparent 65%),
    linear-gradient(180deg, #1b2029 0%, #151922 100%);
}

.footer-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.35;
}

.footer-premium > .max-w-7xl {
  position: relative;
  z-index: 1;
}

.footer-premium a,
.footer-premium button {
  transition-duration: var(--footer-sync-duration) !important;
  transition-timing-function: linear !important;
}

.footer-badges {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 36px;
  padding: 6px 12px;
  border: 1px solid rgba(212, 150, 26, 0.45);
  background: rgba(212, 150, 26, 0.12);
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.66rem;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-badges {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.footer-brand-card {
  border: 0;
  background: transparent;
  padding: 0;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 6px;
}

.footer-brand-logo {
  margin-left: 0;
  margin-right: 0;
}

.footer-main-grid {
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.01) 100%);
  padding: 22px;
  gap: 0;
}

.footer-col {
  display: flex;
  flex-direction: column;
  align-content: start;
  min-height: 100%;
  padding: 0 22px;
}

.footer-col-title {
  min-height: 1.2rem;
  margin-bottom: 1.1rem !important;
}

.footer-nav-col {
  border: 0;
  background: transparent;
  padding-top: 2px;
}

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

.footer-address {
  color: rgba(255, 255, 255, 0.58) !important;
  line-height: 1.55;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.footer-note {
  color: rgba(255, 255, 255, 0.44) !important;
  line-height: 1.6;
  text-align: center;
  max-width: 34ch;
  margin-left: auto;
  margin-right: auto;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all var(--footer-sync-duration) linear;
}

.footer-cta-primary {
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #ffffff;
}

.footer-cta-primary:hover {
  background: var(--brand-hover);
  border-color: var(--brand-hover);
}

.footer-cta-ghost {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.82);
}

.footer-cta-ghost:hover {
  border-color: rgba(212, 150, 26, 0.65);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.footer-link-list a,
.footer-link-list button {
  position: relative;
  width: 100%;
  text-align: left;
  line-height: 1.35;
  transition-property: color, opacity !important;
  transition-duration: var(--footer-sync-duration) !important;
  transition-timing-function: linear !important;
}

.footer-link-list a::after,
.footer-link-list button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: rgba(212, 150, 26, 0.75);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--footer-sync-duration) linear;
}

.footer-link-list a:hover::after,
.footer-link-list button:hover::after {
  transform: scaleX(1);
}

.footer-bottom-row {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

@media (min-width: 768px) {
  .footer-main-grid > .footer-col:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-main-grid > .footer-col:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-link-list {
    display: grid !important;
    gap: 12px !important;
    align-content: start;
  }
}

@media (min-width: 1280px) {
  .footer-main-grid > .footer-col {
    border-top: 0 !important;
  }

  .footer-main-grid > .footer-col + .footer-col {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-main-grid > .footer-col:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 1023px) {
  .scroll-visual-frame {
    min-height: 420px;
  }
  .scroll-step.active {
    transform: none;
  }

  .footer-brand-card {
    padding: 0;
  }

  .footer-nav-col {
    padding: 0;
  }
}

/* ============================================================
   PROSE (Legal Pages)
   ============================================================ */
.prose-content strong { color: var(--dark); font-weight: 600; }
.prose-content a { color: var(--brand); text-decoration: underline; }
.prose-content a:hover { color: var(--brand-hover); }
.prose-invert strong { color: rgba(255, 255, 255, 0.92); font-weight: 600; }
.prose-invert a { color: #f0c060; text-decoration: underline; }
.prose-invert a:hover { color: #f5d080; }

/* ============================================================
   FORM SUCCESS / ERROR STATES
   ============================================================ */
#form-success, #form-error {
  display: none;
  text-align: center;
  padding: 48px 32px;
}
#form-success.visible, #form-error.visible { display: block; }

/* ============================================================
   HONEYPOT FIELD
   ============================================================ */
.honeypot {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .hero-logo-glow { animation: none; }
  .step-progress-fill { transition: none; }
  .card, .card-icon { transition: none; }
  .nav-link::after { transition: none; }
  .eb-service-card { transition: none; }
  #cookie-banner { transition: none; }
  .scroll-step,
  .scroll-step.active {
    transition: none;
    transform: none;
  }
}

/* ============================================================
   CUSTOM SCROLLBAR
   ============================================================ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: var(--brand); border-radius: 0; }
::-webkit-scrollbar-thumb:hover { background: var(--brand-hover); }

/* ============================================================
   CLICK CAPTURE TOOL (local editing aid)
   ============================================================ */
.eb-click-capture {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: min(360px, calc(100vw - 24px));
  max-height: min(52vh, 420px);
  z-index: 9998;
  border: 1px solid rgba(212, 150, 26, 0.35);
  background: rgba(18, 23, 32, 0.5);
  color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 12px;
  display: grid;
  gap: 10px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
}

.eb-click-capture.is-active {
  border-color: rgba(212, 150, 26, 0.75);
  box-shadow: 0 16px 45px rgba(212, 150, 26, 0.15);
}

.eb-click-capture-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.eb-click-capture-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.eb-click-capture-header span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2px 8px;
  font-weight: 700;
}

#eb-click-capture-minimize {
  width: 28px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

#eb-click-capture-minimize:hover {
  border-color: rgba(212, 150, 26, 0.7);
  background: rgba(212, 150, 26, 0.15);
}

.eb-click-capture.is-minimized {
  max-height: none;
  width: auto;
  min-width: 0;
  padding: 6px;
  gap: 0;
}

.eb-click-capture.is-minimized .eb-click-capture-hint,
.eb-click-capture.is-minimized .eb-click-capture-actions,
.eb-click-capture.is-minimized .eb-click-capture-list {
  display: none;
}

.eb-click-capture.is-minimized .eb-click-capture-header {
  justify-content: flex-end;
}

.eb-click-capture.is-minimized .eb-click-capture-header strong,
.eb-click-capture.is-minimized .eb-click-capture-header span {
  display: none;
}

.eb-click-capture.is-minimized .eb-click-capture-meta {
  gap: 0;
}

.eb-click-capture.is-minimized #eb-click-capture-minimize {
  width: 24px;
  height: 20px;
  padding: 0;
}

.eb-click-capture-hint {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
}

.eb-click-capture-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

@media (max-width: 560px) {
  .eb-click-capture-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.eb-click-capture-actions button {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
  padding: 8px 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  transition: all 180ms ease;
}

.eb-click-capture-actions .eb-tool-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.eb-click-capture-actions button.is-selected {
  border-color: rgba(212, 150, 26, 0.8);
  background: rgba(212, 150, 26, 0.22);
}

.eb-click-capture-actions button:hover {
  border-color: rgba(212, 150, 26, 0.7);
  background: rgba(212, 150, 26, 0.15);
}

.eb-click-capture-actions button:active {
  transform: scale(0.98);
}

.eb-click-capture-list {
  margin: 0;
  padding-left: 18px;
  overflow: auto;
  max-height: 220px;
  display: grid;
  gap: 7px;
  font-size: 0.72rem;
}

.eb-click-capture-list li {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
}

.eb-click-capture-list li span {
  color: #d4961a;
  font-weight: 700;
}

.eb-click-capture-list li small {
  color: rgba(255, 255, 255, 0.55);
}

.eb-click-capture-area {
  position: fixed;
  z-index: 9997;
  border: 1px dashed rgba(212, 150, 26, 0.95);
  background: rgba(212, 150, 26, 0.16);
  pointer-events: none;
}

.eb-click-capture-marker {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #d4961a;
  color: #1c2028;
  font-size: 0.7rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9997;
  box-shadow: 0 0 0 4px rgba(212, 150, 26, 0.2);
  animation: ebClickMarkerPop 1800ms ease forwards;
}

@keyframes ebClickMarkerPop {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.6); }
  20% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.08); }
}
