:root {
  --night-blue: #061a2d;
  --deep-blue: #0a2e4d;
  --steel-blue: #1b5680;
  --wood-gold: #d6a328;
  --wood-dark: #8a5a15;
  --wood-glow: #f2cf73;
  --wood-soft: #f6e7b6;
  --slate: #4f6074;
  --text: #122338;
  --muted: #40546a;
  --surface: #ffffff;
  --surface-alt: #f5f8fd;
  --surface-soft: #fdf8eb;
  --border: rgba(10, 46, 77, 0.18);
  --border-strong: rgba(10, 46, 77, 0.3);
  --shadow: 0 22px 58px rgba(6, 26, 45, 0.2);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
}

* {
  box-sizing: border-box;
}

body.site-body {
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background:
    radial-gradient(980px 560px at 8% -10%, rgba(214, 163, 40, 0.38), transparent 62%),
    radial-gradient(860px 500px at 92% -2%, rgba(7, 34, 58, 0.34), transparent 58%),
    linear-gradient(180deg, #fefcf4 0%, #eef4fc 44%, #e7edf7 100%);
  min-height: 100vh;
}

.site-navbar {
  background: linear-gradient(120deg, rgba(6, 26, 45, 0.98), rgba(10, 46, 77, 0.95));
  border-bottom: 1px solid rgba(242, 207, 115, 0.22);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 40px rgba(6, 26, 45, 0.38);
}

.navbar-brand {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 700;
  color: #0a2339;
  background: linear-gradient(145deg, var(--wood-glow), var(--wood-dark));
  box-shadow: 0 8px 20px rgba(214, 163, 40, 0.42);
}

.brand-text .brand-title {
  font-size: 1.35rem;
  text-transform: uppercase;
}

.site-navbar .brand-title,
.site-navbar .brand-subtitle {
  color: #fdf4d8;
}

.brand-text .brand-subtitle {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.navbar .navbar-toggler {
  border-color: rgba(242, 207, 115, 0.55);
  background: rgba(242, 207, 115, 0.08);
}

.navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 207, 115, 0.3);
}

.navbar .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(93%) sepia(20%) saturate(488%) hue-rotate(332deg) brightness(105%) contrast(96%);
}

.navbar .nav-link {
  color: rgba(250, 239, 204, 0.88);
  font-weight: 500;
  position: relative;
  transition: color 0.2s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff4cc;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--wood-glow), var(--wood-gold));
  transition: width 0.25s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link:focus::after {
  width: 100%;
}

.btn {
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.btn-wood {
  background: linear-gradient(138deg, var(--wood-glow), var(--wood-gold) 52%, var(--wood-dark));
  color: #11263c;
  border: 1px solid rgba(255, 222, 149, 0.7);
  box-shadow: 0 10px 26px rgba(214, 163, 40, 0.42);
}

.btn-wood:hover,
.btn-wood:focus {
  color: #0d2134;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(214, 163, 40, 0.55);
}

.btn-outline-wood {
  border: 1px solid rgba(214, 163, 40, 0.72);
  color: var(--deep-blue);
  background: rgba(214, 163, 40, 0.08);
}

.btn-outline-wood:hover,
.btn-outline-wood:focus {
  background: rgba(214, 163, 40, 0.22);
  color: var(--night-blue);
}

.btn-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(140deg, #fffdfa, #f8e8bc);
  color: var(--deep-blue);
  border: 1px solid rgba(214, 163, 40, 0.42);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btn-icon:hover {
  background: linear-gradient(140deg, #fde9b1, #f3cb6d);
  color: var(--night-blue);
}

main {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

section {
  padding: 4rem 0;
}

section.py-5 {
  background: linear-gradient(180deg, rgba(253, 248, 235, 0.96), rgba(242, 247, 253, 0.96));
}

section.py-5:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 251, 255, 0.96));
}

.hero-section {
  position: relative;
  padding: 5rem 0 4rem;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  inset: -120px auto auto -120px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(214, 163, 40, 0.48), transparent 72%);
  filter: blur(8px);
  pointer-events: none;
}

.hero-panel {
  background:
    linear-gradient(180deg, rgba(255, 253, 245, 0.96), rgba(247, 251, 255, 0.98));
  border: 1px solid rgba(214, 163, 40, 0.38);
  border-radius: 26px;
  padding: 2.5rem;
  box-shadow: 0 30px 70px rgba(6, 26, 45, 0.18);
}

.hero-wood-frame {
  border-radius: 28px;
  box-shadow:
    0 20px 40px rgba(78, 46, 15, 0.45),
    0 10px 24px rgba(140, 86, 30, 0.38),
    0 0 18px rgba(176, 116, 42, 0.22);
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.hero-kpi {
  border-radius: 18px;
  padding: 1rem 1.2rem;
  background: linear-gradient(165deg, #fffef9, #f9f0d4);
  border: 1px solid rgba(214, 163, 40, 0.32);
}

.service-card {
  padding: 1.5rem;
  border-radius: 20px;
  background: linear-gradient(170deg, #fffef9, #f4f8ff);
  border: 1px solid rgba(10, 46, 77, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 24px rgba(6, 26, 45, 0.12);
  height: 100%;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(6, 26, 45, 0.2);
}

.service-card h5,
.service-card .text-white {
  color: var(--night-blue) !important;
}

.service-card .text-muted {
  color: #3d5268 !important;
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f8e4ad, #e2b34a);
  color: #0d2b46;
  border: 1px solid rgba(214, 163, 40, 0.55);
  font-size: 1.4rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.section-title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--night-blue);
}

.wood-divider {
  width: 120px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--wood-dark), var(--wood-glow));
}

.process-card {
  padding: 1.25rem 1.5rem;
  border-radius: 18px;
  background: linear-gradient(160deg, #ffffff, #f7fbff);
  border: 1px solid rgba(10, 46, 77, 0.18);
}

.process-journey {
  position: relative;
  padding: 0.5rem 0;
}

.process-journey::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(214, 163, 40, 0),
    rgba(214, 163, 40, 0.85) 14%,
    rgba(10, 46, 77, 0.6) 50%,
    rgba(214, 163, 40, 0.85) 86%,
    rgba(214, 163, 40, 0)
  );
  pointer-events: none;
}

.timeline-thread {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  --timeline-axis-shift: 0px;
}

.timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  align-items: center;
  height: 152px;
  margin-bottom: 0;
}

.timeline-step:last-child {
  margin-bottom: 0;
}

.timeline-card-wrap {
  position: relative;
  grid-row: 1;
  display: flex;
  align-items: center;
  align-self: center;
  width: 100%;
}

.timeline-step.left .timeline-card-wrap {
  grid-column: 1;
  justify-content: flex-end;
  padding-right: 1.2rem;
}

.timeline-step.right .timeline-card-wrap {
  grid-column: 3;
  justify-content: flex-start;
  padding-left: 1.2rem;
}

.timeline-node {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 2;
  width: 64px;
  height: 100%;
  display: grid;
  place-items: center;
  align-self: center;
  transform: none;
}

.timeline-node::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(140deg, #fbe7b4, #d6a328);
  border: 2px solid rgba(10, 46, 77, 0.58);
  box-shadow: 0 0 0 6px rgba(255, 248, 223, 0.95), 0 8px 16px rgba(6, 26, 45, 0.22);
}

.timeline-step.left .timeline-card-wrap::after,
.timeline-step.right .timeline-card-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(10, 46, 77, 0.55), rgba(214, 163, 40, 0.72));
}

.timeline-step.left .timeline-card-wrap::after {
  right: -1px;
}

.timeline-step.right .timeline-card-wrap::before {
  left: -1px;
}

.process-step-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 0.85rem;
  width: 100%;
  border-radius: 20px;
  padding: 1rem 1.15rem 1.05rem;
  background: linear-gradient(160deg, #fffef8, #f2f8ff);
  border: 1px solid rgba(10, 46, 77, 0.22);
  box-shadow: 0 14px 30px rgba(6, 26, 45, 0.14);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.process-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 163, 40, 0.66);
  box-shadow: 0 24px 40px rgba(6, 26, 45, 0.2);
}

.process-step-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 0;
  flex: 0 0 auto;
}

.process-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  padding: 0 0.7rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #092844;
  background: linear-gradient(128deg, #f8dfa0, #d6a328);
  border: 1px solid rgba(214, 163, 40, 0.72);
}

.process-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f3558;
  font-size: 1.02rem;
  background: linear-gradient(145deg, #fbe8b6, #e8be5d);
  border: 1px solid rgba(214, 163, 40, 0.65);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), 0 8px 16px rgba(6, 26, 45, 0.15);
}

.process-step-text {
  display: flex;
  align-items: center;
  min-height: 34px;
  color: #1b3550;
  font-size: 0.96rem;
  line-height: 1.2;
  margin: 0;
}

.ai-panel {
  background: linear-gradient(120deg, #fffdf7, #f1f7ff);
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid rgba(214, 163, 40, 0.3);
}

.chat-line {
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(214, 163, 40, 0.2), rgba(255, 246, 214, 0.85));
  border: 1px solid rgba(214, 163, 40, 0.46);
}

.testimonials-section {
  padding: 4rem 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 20px;
  background: linear-gradient(170deg, #ffffff, #f8fbff);
  border: 1px solid rgba(10, 46, 77, 0.2);
  box-shadow: 0 18px 42px rgba(6, 26, 45, 0.18);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(214, 163, 40, 0.55);
  object-fit: cover;
}

.testimonial-identity {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.testimonial-name {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.testimonial-location {
  color: var(--slate);
  font-size: 0.95rem;
}

.testimonial-text {
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.6;
}

.realisations-grid .realisation-card {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(10, 46, 77, 0.22);
  background: linear-gradient(170deg, #ffffff, #f5f9ff);
  box-shadow: 0 20px 48px rgba(6, 26, 45, 0.16);
}

.before-after {
  --position: 50%;
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dde8f6;
}

.before-after-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.before-after-overlay {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--position);
  overflow: hidden;
}

.before-after-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255, 247, 223, 0.95);
  box-shadow: 0 0 0 1px rgba(10, 46, 77, 0.35), 0 0 22px rgba(6, 26, 45, 0.3);
  pointer-events: none;
}

.before-after-divider::before {
  content: "\F286";
  font-family: bootstrap-icons, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: #0b2a44;
  background: linear-gradient(145deg, #ffe9b2, #d7a531);
  border: 1px solid rgba(10, 46, 77, 0.42);
  box-shadow: 0 10px 18px rgba(6, 26, 45, 0.28);
}

.before-after-badge {
  position: absolute;
  top: 12px;
  z-index: 2;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0a2d4a;
  background: rgba(255, 242, 203, 0.92);
  border: 1px solid rgba(214, 163, 40, 0.64);
  border-radius: 999px;
  padding: 0.26rem 0.62rem;
}

.before-after-badge.before {
  left: 12px;
}

.before-after-badge.after {
  right: 12px;
}

.before-after-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  appearance: none;
  background: transparent;
  cursor: ew-resize;
  z-index: 3;
}

.before-after-range::-webkit-slider-thumb {
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.before-after-range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.before-after-range::-webkit-slider-runnable-track {
  height: 100%;
  background: transparent;
}

.before-after-range::-moz-range-track {
  height: 100%;
  background: transparent;
}

.realisation-body {
  padding: 1.15rem 1.2rem 1.25rem;
}

.realisation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  color: #173753;
  font-size: 0.92rem;
}

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

  .realisations-grid .realisation-card {
    border-radius: 18px;
  }
}

@media (max-width: 575px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.hero-illustration {
  max-width: 100%;
  border-radius: 28px;
  background: linear-gradient(160deg, #f8e8be, #f1f7ff);
  padding: 1.5rem;
  border: 2px solid rgba(214, 163, 40, 0.72);
}

.hero-business-summary {
  border: 1px solid rgba(10, 46, 77, 0.18);
  border-radius: 16px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.52);
}

.hero-illustration svg {
  width: 100%;
  height: auto;
}

.cta-strip {
  background: linear-gradient(125deg, rgba(255, 232, 166, 0.72), rgba(7, 34, 58, 0.1));
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid rgba(214, 163, 40, 0.45);
}

.card,
.surface {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.badge-wood {
  background: linear-gradient(130deg, #fce8b3, #efc76e);
  color: #0d2a43;
  border: 1px solid rgba(214, 163, 40, 0.62);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-weight: 600;
}

.text-muted {
  color: var(--slate) !important;
}

a {
  color: var(--deep-blue);
}

a:hover {
  color: #0d4169;
}

.site-footer {
  background:
    radial-gradient(450px 220px at 15% 0%, rgba(242, 207, 115, 0.2), transparent 70%),
    linear-gradient(180deg, #061a2d, #092742 60%, #0c2f4f 100%);
  border-top: 1px solid rgba(242, 207, 115, 0.26);
}

.footer-links a {
  color: rgba(245, 250, 255, 0.9);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.footer-links a:hover {
  color: #ffe09a;
}

.footer-bottom {
  border-top: 1px solid rgba(242, 207, 115, 0.2);
}

.footer-text {
  color: #f4f8ff;
}

.footer-small {
  color: rgba(242, 247, 255, 0.8);
}

.site-footer .brand-title,
.site-footer .brand-subtitle,
.site-footer .footer-text,
.site-footer .footer-small,
.site-footer .footer-links a,
.site-footer .text-muted {
  color: #f2f5f9;
}

.site-footer h6,
.site-footer .footer-links li {
  color: #f2f5f9;
}

.site-footer .footer-links a:hover {
  color: #ffd87d;
}

.site-footer .badge-wood {
  color: #09243b;
  background: linear-gradient(120deg, #ffe6a4, #efc15d);
  border-color: rgba(255, 224, 142, 0.85);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

@media (max-width: 991px) {
  .process-journey::before {
    left: 20px;
    transform: none;
  }

  .timeline-step {
    grid-template-columns: 40px 1fr;
    column-gap: 1rem;
    align-items: center;
    height: auto;
  }

  .timeline-thread {
    --timeline-axis-shift: 0px;
  }

  .timeline-node {
    grid-column: 1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    transform: none;
  }

  .timeline-step.left .timeline-card-wrap,
  .timeline-step.right .timeline-card-wrap {
    grid-column: 2;
    padding: 0;
    align-self: center;
  }

  .timeline-step.left .timeline-card-wrap::after,
  .timeline-step.right .timeline-card-wrap::before {
    display: none;
  }

  .navbar .nav-link::after {
    display: none;
  }

  .brand-text .brand-title {
    font-size: 1.15rem;
  }
}

/* Dark blue theme overrides */
:root {
  --night-blue: #030d1d;
  --deep-blue: #0a2340;
  --steel-blue: #2f6ea6;
  --text: #d9e9fb;
  --muted: #93aac4;
  --surface: #0a1a30;
  --surface-alt: #0e233d;
  --surface-soft: #12304f;
  --border: rgba(120, 162, 210, 0.24);
  --border-strong: rgba(145, 188, 235, 0.36);
  --shadow: 0 22px 58px rgba(2, 8, 20, 0.5);
}

body.site-body {
  color: var(--text);
  background:
    radial-gradient(980px 560px at 8% -10%, rgba(72, 127, 186, 0.25), transparent 62%),
    radial-gradient(860px 500px at 92% -2%, rgba(18, 51, 86, 0.4), transparent 58%),
    linear-gradient(180deg, #020912 0%, #061427 44%, #081d36 100%);
}

section.py-5 {
  background: linear-gradient(180deg, rgba(8, 27, 48, 0.96), rgba(10, 33, 58, 0.96));
}

section.py-5:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(9, 30, 54, 0.96), rgba(11, 37, 64, 0.96));
}

.hero-panel,
.service-card,
.process-card,
.process-step-card,
.ai-panel,
.testimonial-card,
.realisations-grid .realisation-card,
.hero-illustration,
.cta-strip {
  color: var(--text);
  background: linear-gradient(160deg, rgba(12, 34, 59, 0.96), rgba(8, 25, 46, 0.97));
  border-color: var(--border);
  box-shadow: 0 22px 52px rgba(2, 8, 20, 0.45);
}

.hero-illustration {
  border-color: rgba(214, 163, 40, 0.72);
}

.hero-kpi,
.chat-line {
  color: var(--text);
  background: linear-gradient(165deg, rgba(16, 43, 72, 0.96), rgba(10, 29, 52, 0.98));
  border-color: var(--border-strong);
}

.section-title,
h1, h2, h3, h4, h5, h6,
.process-step-text,
.realisation-meta {
  color: #e3f0ff;
}

.service-card h5,
.service-card .text-white,
.service-card .text-muted {
  color: #d3e6fb !important;
}

.text-muted {
  color: var(--muted) !important;
}

a {
  color: #8fc3ff;
}

a:hover {
  color: #bedeff;
}

.btn-outline-wood {
  color: #f5d990;
  background: rgba(214, 163, 40, 0.08);
}

.btn-outline-wood:hover,
.btn-outline-wood:focus {
  color: #ffeab7;
  background: rgba(214, 163, 40, 0.2);
}

.btn-icon {
  background: linear-gradient(145deg, #12365a, #0f2a45);
  color: #f6d98f;
  border-color: rgba(214, 163, 40, 0.42);
}

.btn-icon:hover {
  background: linear-gradient(145deg, #1a4774, #123152);
  color: #ffebbe;
}

.timeline-node::before {
  box-shadow: 0 0 0 6px rgba(8, 23, 41, 0.95), 0 8px 16px rgba(2, 8, 20, 0.35);
}

.before-after {
  background: #0c2542;
}

.before-after-divider {
  background: rgba(247, 221, 155, 0.95);
  box-shadow: 0 0 0 1px rgba(145, 188, 235, 0.35), 0 0 22px rgba(2, 8, 20, 0.4);
}

.before-after-badge {
  color: #f0d58f;
  background: rgba(9, 28, 48, 0.9);
  border-color: rgba(214, 163, 40, 0.64);
}

.badge-wood {
  color: #0f2945;
}

.contact-link-card {
  border: 1px solid var(--border);
  background: linear-gradient(150deg, rgba(13, 36, 62, 0.95), rgba(8, 27, 49, 0.95));
}

.contact-link-card .fw-semibold {
  color: #deeeff !important;
}

.alert-success {
  color: #d5ffe6;
  background-color: rgba(18, 88, 58, 0.45);
  border-color: rgba(98, 202, 149, 0.52);
}

.site-body .form-control,
.site-body .form-select,
.site-body textarea.form-control {
  background-color: #071a30;
  border-color: var(--border);
  color: #ddedff;
}

.site-body .form-control:focus,
.site-body .form-select:focus,
.site-body textarea.form-control:focus {
  background-color: #0b2441;
  border-color: rgba(214, 163, 40, 0.85);
  color: #f1f7ff;
  box-shadow: 0 0 0 0.25rem rgba(214, 163, 40, 0.2);
}

.site-body .form-control::placeholder {
  color: #8ca7c7;
}

.site-body .form-label,
.site-body label,
.site-body .form-text {
  color: #b9cee7;
}

.guide-availability {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  border: 1px solid transparent;
}

.guide-availability--available {
  background: rgba(31, 122, 69, 0.25);
  color: #bdf3cf;
  border-color: rgba(96, 221, 149, 0.55);
}

.guide-availability--draft {
  background: rgba(165, 111, 14, 0.28);
  color: #ffe2a4;
  border-color: rgba(242, 207, 115, 0.65);
}
