/* ============================================
   GLOBAL VARIABLES & RESETS
   ============================================ */
:root {
  /* Colors - Primary */
  --primary-blue: #0b2447;
  --primary-dark: #0B2447;
  --action-red: #d71313;
  --action-red-light: #ffebeb;
  --action-red-glow: rgba(215, 19, 19, 0.15);
  --action-red-hover: #b01010;
  --primary-red: #D71313;
  --primary-red-dark: #b01010;

  /* Colors - UI */
  --danger: #ef4444;
  --success: #10b981;
  --warning: #f59e0b;

  /* Colors - Text & Background */
  --text-main: #ffffff;
  --text-muted: #6b7280;
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-light: #cbd5e1;
  --text-dark: #1E293B;
  --bg-main: #f9fafb;
  --card-bg: #ffffff;
  --light-bg: #f8fafc;
  --dark-bg: #0f172a;
  --gray-light: #F8FAFE;
  --gray-border: #E9EDF2;
  --border-color: #e2e8f0;
  --glass: rgba(255, 255, 255, 0.4);
  --section-bg-soft: #eef2f6;
  --header-bg: #ffffff;
  --header-text: #111827;
  --secondary-blue: #60a5fa;
  --accent-blue: #60a5fa;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.05);
  --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.08);
  --shadow-xl: 0 20px 40px rgba(0, 0, 0, 0.12);
  --shadow-dropdown: 0 20px 35px -10px rgba(0, 0, 0, 0.15);
  --shadow-dropdown-hover: 0 25px 40px -12px rgba(0, 0, 0, 0.2);

  /* Border Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;

  /* Transitions */
  --transition-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-luxury: cubic-bezier(0.165, 0.84, 0.44, 1);
  --transition-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --transition-luxury: cubic-bezier(0.4, 0, 0.2, 1);

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #0B2447 0%, #1a3a5f 100%);

  /* Spacing */
  --site-padding-x: 50px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--bg-main);
  color: var(--text-main);
  overflow-x: hidden;
  overflow-y: scroll;
}

section {
  scroll-margin-top: 20px;
}

img {
  transition: opacity 0.3s ease;
}

img[src] {
  opacity: 1;
}

img:not([src]) {
  opacity: 0;
}

main {
  position: relative;
  z-index: 1;
  background: transparent;
}

/* ============================================
   SECTION TITLES - PREAMBLE SCROLLY STYLE
   All titles now match the "Who We Serve" format
   ============================================ */

/* ----- UNIVERSAL SECTION TITLE (PREAMBLE SCROLLY) ----- */
.section-header-premium {
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 20px;
}

.section-header-premium h2 {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0b1a33;
    margin: 0;
    line-height: 1.2;
}

.section-header-premium .gradient-text {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Alternative: Blue gradient (if you prefer) */
.section-header-premium .gradient-text-blue {
    background: linear-gradient(145deg, #2563eb, #7c3aed);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ============================================
   ALL SECTION TITLES CONVERTED TO PREAMBLE SCROLLY
   ============================================ */

/* ----- HERO SECTION TITLE ----- */
.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.hero-title .highlight {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ----- ELEVATE SECTION TITLE (PREAMBLE SCROLLY) ----- */
.elevate-half-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0b1a33;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    text-align: left;
}

.elevate-half-title .elevate-half-highlight {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ----- BELIEF SECTION TITLE (PREAMBLE SCROLLY) ----- */
.belief-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0b1a33;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    text-align: center;
}

.belief-title .highlight {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ----- HOW WE WORK SECTION TITLE (PREAMBLE SCROLLY) ----- */
.section-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0b1a33;
    letter-spacing: -0.02em;
    text-align: center;
}

.section-heading .highlight {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ----- BHP QUESTIONS SECTION TITLE (PREAMBLE SCROLLY) ----- */
.bhp-title-full {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0b1a33;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    text-align: left;
}

.bhp-title-full .bhp-highlight-full {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ----- FINAL CTA SECTION TITLE (PREAMBLE SCROLLY) ----- */
.final-cta h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
}

.final-cta h2 .highlight {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* ============================================
   RESPONSIVE TITLE SIZES
   All titles scale down on mobile
   ============================================ */

@media (max-width: 1024px) {
    .section-header-premium h2,
    .elevate-half-title,
    .belief-title,
    .section-heading,
    .bhp-title-full,
    .final-cta h2 {
        font-size: 2.4rem;
    }
    
    .hero-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .section-header-premium {
        margin-bottom: 2rem;
    }
    
    .section-header-premium h2,
    .elevate-half-title,
    .belief-title,
    .section-heading,
    .bhp-title-full,
    .final-cta h2 {
        font-size: 2rem;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2.5rem;
        text-align: left;
    }
    
    .elevate-half-title {
        text-align: left;
    }
    
    .bhp-title-full {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .section-header-premium h2,
    .elevate-half-title,
    .belief-title,
    .section-heading,
    .bhp-title-full,
    .final-cta h2 {
        font-size: 1.6rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {

  .site-header,
  #navMenu,
  .header-actions,
  .menu-toggle,
  .btn-consult,
  #support-banner,
  .hero-buttons,
  .btn-hero,
  .btn-hero-primary,
  .btn-hero-secondary,
  .wwd-readmore-link,
  .wwd-readmore,
  .final-cta,
  #backToTop,
  .site-footer,
  .btn,
  .btn-primary,
  .btn-secondary,
  .btn-large,
  .security-button-wrapper,
  .cta-buttons,
  .dropdown-arrow,
  .footer-social,
  .social-links,
  .cta-phone {
    display: none !important;
  }

  .contact-item a {
    text-decoration: none;
    color: black;
  }

  .trust-strip,
  .what-we-do-section,
  .security-priority,
  .work-engage-section {
    background-color: white !important;
    color: black !important;
  }

  body {
    color: black !important;
    background: white !important;
  }

  * {
    box-shadow: none !important;
    text-shadow: none !important;
    background: transparent !important;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  section {
    page-break-inside: avoid;
  }

  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 90%;
    color: #666;
  }

  a[href^="#"]:after,
  a[href^="javascript"]:after,
  a[href^="tel"]:after,
  a[href^="mailto"]:after {
    content: "";
  }
}

/* ============================================
   HEADER & NAVIGATION - TIGHTER SPACING
   ============================================ */

.site-header {
  font-family: "Inter", sans-serif;
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  max-width: 1300px;
  width: calc(100% - 100px);
  margin: 0 auto;
  height: 70px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  z-index: 9999;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  overflow: visible;
  isolation: isolate;
}

.header-container {
  width: 100%;
  padding: 0 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 100%;
  gap: 1rem;
  position: relative;
}

.logo img {
  height: 40px;
  display: block;
}

/* Navigation - NO BACKGROUND, blends with header */
#navMenu {
  position: absolute;
  top: 0;
  height: 100%;
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  transition: transform 0.4s var(--transition-luxury), opacity 0.3s, visibility 0.3s;
  transform: translateX(calc(100% + 30px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 0;
  z-index: 5;
  /* Start 1 tab (approx 40px) from logo, end 1 tab before hamburger */
  left: 120px;
  right: 70px;
  width: auto;
}

#navMenu.menu-visible {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  box-shadow: none;
}

#items {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  /* REDUCED GAP - tighter spacing between items */
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
}

#items li {
  position: relative;
  list-style: none;
  flex-shrink: 0;
}

#items a {
  text-decoration: none;
  color: var(--primary-blue);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 8px 4px;
  /* Reduced horizontal padding */
  display: block;
  transition: color 0.2s ease;
  white-space: nowrap;
}

#items a:hover,
#items a.active {
  color: var(--action-red);
}

/* dropdown styles */
.has-dropdown>a {
  display: flex;
  align-items: center;
  gap: 4px;
  /* Reduced gap between text and arrow */
}

.dropdown-arrow {
  font-size: 0.65rem;
  /* Slightly smaller arrow */
  transition: transform 0.35s var(--transition-luxury);
  display: inline-block;
  line-height: 1;
  color: var(--primary-blue);
  opacity: 0.7;
}

@media (hover: hover) {
  .has-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg) scale(1.1);
    opacity: 1;
    color: var(--action-red);
  }
}

.has-dropdown .dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: white;
  border-radius: 20px;
  min-width: 240px;
  /* Slightly narrower */
  display: flex;
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.96);
  transition: all 0.35s var(--transition-luxury);
  padding: 12px 10px;
  /* Reduced padding */
  list-style: none;
  margin: 0;
  z-index: 1000;
  box-shadow: var(--shadow-dropdown);
}

.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.has-dropdown .dropdown li a {
  padding: 8px 10px;
  /* Reduced padding */
  font-weight: 500;
  font-size: 0.85rem;
  /* Slightly smaller */
  color: var(--primary-blue);
  border-radius: 12px;
  transition: all 0.25s;
  white-space: nowrap;
}

.has-dropdown .dropdown li a:hover {
  background: rgba(215, 19, 19, 0.05);
  color: var(--action-red);
}

/* Header actions (right side) */
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-self: end;
  position: relative;
  z-index: 10;
}

/* Hamburger / Close button */
.menu-toggle {
  position: relative;
  width: 28px;
  height: 20px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 10001;
  display: flex;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--primary-blue);
  border-radius: 2px;
  transition: all 0.4s var(--transition-luxury);
}

.menu-toggle::before {
  top: 0;
}

.menu-toggle span {
  top: 9px;
  opacity: 1;
}

.menu-toggle::after {
  bottom: 0;
}

/* When menu is OPEN: show X (close icon) */
.menu-toggle.menu-open::before {
  transform: rotate(45deg);
  top: 9px;
  background: var(--action-red);
}

.menu-toggle.menu-open span {
  opacity: 0;
  transform: scale(0.7);
}

.menu-toggle.menu-open::after {
  transform: rotate(-45deg);
  bottom: 9px;
  background: var(--action-red);
}


/* ========== DESKTOP SPECIFIC ========== */
@media (min-width: 769px) {
  #navMenu .close-menu-btn {
    display: none;
  }

  .has-dropdown .dropdown {
    left: 0;
  }

  #navMenu {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #navMenu.menu-visible {
    left: 100px;
    right: 70px;
  }

  #items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    gap: 0;
  }

  #items a {
    padding: 8px 10px;
    font-size: 0.85rem;
  }
}

/* ========== TABLET (769px–1024px) ========== */
@media (min-width: 769px) and (max-width: 1024px) {
  .site-header {
    width: calc(100% - 32px);
  }

  .header-container {
    gap: 0.8rem;
    padding: 0 20px;
  }

  #navMenu.menu-visible {
    left: 80px;
    right: 60px;
  }

  #items a {
    font-size: 0.8rem;
    padding: 8px 8px;
  }
}

/* ========== LARGE DESKTOP BREAKPOINTS ========== */
@media (min-width: 1000px) {
  #navMenu.menu-visible {
    left: 110px;
    right: 80px;
  }
}

@media (min-width: 1200px) {
  #navMenu.menu-visible {
    left: 120px;
    right: 85px;
  }
}

@media (min-width: 1400px) {
  #navMenu.menu-visible {
    left: 130px;
    right: 90px;
  }
}

/* ========== MOBILE (max 768px) - SAME TRANSPARENT HEADER ========== */
@media (max-width: 768px) {
  .site-header {
    width: calc(100% - 24px);
    /* SAME as desktop - transparent with blur */
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
  }

  .header-container {
    padding: 0 20px;
    gap: 1rem;
  }

  /* Mobile slide-out menu panel - different background for readability */
  #navMenu {
    position: fixed;
    top: 0;
    right: -100%;
    left: auto !important;
    width: 85%;
    max-width: 360px;
    height: 100vh;
    /* Slightly more opaque for better readability of menu items */
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
    border-radius: 0;
    transition: right 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    padding: 100px 28px 40px;
    display: block;
    align-items: flex-start;
  }

  #navMenu.menu-visible {
    right: 0;
    pointer-events: auto;
    transform: none;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.2);
  }

  #items {
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
    justify-content: flex-start;
  }

  #items a {
    font-size: 1.1rem;
    white-space: normal;
    border-bottom: 1px solid rgba(10, 43, 78, 0.08);
    padding: 12px 0;
  }

  /* Mobile dropdown - cleaner styling */
  .has-dropdown .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(10, 43, 78, 0.04);
    border-radius: 16px;
    padding: 8px 0 8px 20px;
    min-width: auto;
    width: 100%;
    display: none;
    transition: none;
    margin-top: 8px;
  }

  /* Open state for dropdown on mobile */
  .has-dropdown.dropdown-open .dropdown,
  .has-dropdown.active .dropdown {
    display: flex;
  }

  .has-dropdown.dropdown-open>a .dropdown-arrow,
  .has-dropdown.active>a .dropdown-arrow {
    transform: rotate(180deg);
    color: var(--action-red);
  }

  /* Mobile dropdown links styling */
  .has-dropdown .dropdown li a {
    padding: 10px 12px;
    font-size: 0.95rem;
    white-space: normal;
    border-bottom: none;
    color: var(--primary-blue);
  }

  .has-dropdown .dropdown li a:hover,
  .has-dropdown .dropdown li a:active {
    background: rgba(215, 19, 19, 0.08);
    color: var(--action-red);
  }

  /* Backdrop overlay - matches desktop style */
  body.menu-active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(3px);
    z-index: 9998;
  }

  /* Close button inside mobile panel */
  #navMenu .close-menu-btn {
    position: absolute;
    top: 24px;
    right: 28px;
    font-size: 28px;
    cursor: pointer;
    color: var(--primary-blue);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.04);
    font-family: monospace;
    transition: 0.2s;
  }

  #navMenu .close-menu-btn:hover,
  #navMenu .close-menu-btn:active {
    background: rgba(0, 0, 0, 0.1);
  }
}

/* ============================================
   HERO SECTION - SUPER LARGE TITLE
   ============================================ */

.hero-split {
  font-family: "Inter", sans-serif;
  position: relative;
  padding: 130px var(--site-padding-x);
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Background image container */
.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.hero-background-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark overlay */
.hero-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(10, 43, 68, 0.75) 0%, rgba(8, 28, 48, 0.85) 100%);
  pointer-events: none;
}

.hero-split::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.60) 45%,
    rgba(0,0,0,0.60) 100%
  );
  z-index: 1;
}

.hero-wrapper,
.hero-wrapper--split {
  position: relative;
  z-index: 2;
}

.hero-split::after {
  content: "";
  position: absolute;
  bottom: -20%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

/* ---- WRAPPER ---- */
.hero-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

/* When the form panel is present, center-align vertically */
.hero-wrapper--split {
  align-items: center;
}

/* ---- LEFT CONTENT ---- */
.hero-left {
  flex: 1.1;
  max-width: 800px;
  min-width: 0;
}

.hero-left p {
  color: white;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.6;
}

.hero-left p:last-of-type {
  margin-bottom: 0;
}

/* ----- HERO TITLE - SUPER LARGE ----- */
.hero-title {
  font-size: 5rem;
  font-weight: 800;
  color: white;
  line-height: 1.05;
  margin-bottom: 16px;
  letter-spacing: -0.035em;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.hero-title .highlight {
  color: var(--action-red, #d71313);
  display: inline-block;
}

/* ----- HERO SHORT DESCRIPTION - ACTION RED ----- */
.hero-short-desc {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--action-red, #d71313);
  line-height: 1.4;
  margin-bottom: 24px;
  text-align: left;
  letter-spacing: -0.01em;
  max-width: 85%;
}

/* ----- HERO FULL DESCRIPTION ----- */
.hero-description {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--text-light);
  margin-bottom: 32px;
  max-width: 90%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: left;
}

/* ---- STATS ---- */
.hero-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.5rem;
  justify-content: flex-start;
}

.stat-block {
  min-width: 100px;
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--action-red);
  line-height: 1.2;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================
   RESPONSIVE - HERO TITLE LARGE ON MOBILE
   ============================================ */

@media (max-width: 1024px) {
  .hero-title {
    font-size: 4rem;
  }
  
  .hero-short-desc {
    font-size: 1.3rem;
  }
}

@media (max-width: 900px) {
  .hero-split {
    padding: 100px var(--site-padding-x);
  }

  .hero-wrapper,
  .hero-wrapper--split {
    flex-direction: column;
    gap: 36px;
    align-items: stretch;
  }

  .hero-left {
    text-align: left;
    max-width: 100%;
  }

  .hero-left p {
    text-align: left;
    margin-bottom: 18px;
  }

  .hero-description {
    max-width: 100%;
    text-align: left;
    margin-bottom: 32px;
  }

  .hero-title {
    font-size: 3.8rem;
    text-align: left;
    margin-bottom: 16px;
  }
  
  .hero-short-desc {
    font-size: 1.25rem;
    max-width: 100%;
  }

  .hero-stats {
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-split {
    padding: 100px 20px;
    min-height: 90svh;
  }

  .hero-title {
    font-size: 3.2rem !important; /* Larger than before */
    margin-bottom: 12px;
    text-align: left;
    line-height: 1.1;
  }

  .hero-short-desc {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: left;
  }

  .hero-description {
    font-size: 1rem;
    margin-bottom: 28px;
    text-align: left;
  }

  .hero-left p {
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .hero-stats {
    gap: 1.5rem;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin-top: 1.25rem;
    padding-top: 0.75rem;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 0.7rem;
  }
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 2.8rem !important;
  }
  
  .hero-short-desc {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .hero-split {
    padding: 100px 16px;
  }

  .hero-title {
    font-size: 2.4rem !important;
    margin-bottom: 12px;
    text-align: left;
  }

  .hero-short-desc {
    font-size: 1rem;
    margin-bottom: 16px;
    text-align: left;
  }

  .hero-description {
    font-size: 0.95rem;
    margin-bottom: 24px;
    text-align: left;
  }

  .hero-left p {
    margin-bottom: 14px;
    text-align: left;
  }

  .hero-stats {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: center !important;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 0.5rem;
  }

  .stat-block {
    min-width: auto;
    flex: 0 0 auto;
  }

  .stat-number {
    font-size: 1.25rem;
  }

  .stat-label {
    font-size: 0.65rem;
  }
}

@media (max-width: 380px) {
  .hero-split {
    padding: 100px 12px;
  }

  .hero-title {
    font-size: 2rem !important;
  }

  .hero-short-desc {
    font-size: 0.95rem;
  }

  .hero-description {
    font-size: 0.9rem;
  }

  .hero-left p {
    margin-bottom: 12px;
  }

  .hero-stats {
    gap: 0.75rem;
    margin-top: 0.75rem;
  }

  .stat-number {
    font-size: 1.1rem;
  }

  .stat-label {
    font-size: 0.6rem;
  }
}
/* ==========================================
   HERO INLINE CALLBACK FORM
   ========================================== */

/* ==========================================
   HERO INLINE CALLBACK FORM (UNDERLINE STYLE)
   ========================================== */

.hero-inline-form {
  margin-top: 2rem;
  max-width: 650px;
}

/* ROW LAYOUT */
.hero-inline-form .hf-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

/* INPUT / SELECT / TEXTAREA (UNDERLINE STYLE) */
.hero-inline-form input,
.hero-inline-form select,
.hero-inline-form textarea {
  width: 100%;
  height: 46px;

  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.35);

  color: #fff;

  padding: 0 4px;
  border-radius: 0;

  font-size: 0.95rem;

  transition: 0.25s ease;
}

/* TEXTAREA SPECIAL */
.hero-inline-form textarea {
  height: 90px;
  padding-top: 10px;
  resize: none;
}

/* PLACEHOLDER */
.hero-inline-form input::placeholder,
.hero-inline-form textarea::placeholder {
  color: rgba(255,255,255,.55);
}

/* FOCUS STATE */
.hero-inline-form input:focus,
.hero-inline-form select:focus,
.hero-inline-form textarea:focus {
  outline: none;
  border-bottom: 1px solid var(--action-red);
  box-shadow: 0 2px 0 0 var(--action-red);
}

/* HOVER STATE */
.hero-inline-form input:hover,
.hero-inline-form textarea:hover {
  border-bottom-color: rgba(255,255,255,.6);
}

/* ==========================================
   CAPTCHA ROW
   ========================================== */

.hero-inline-form .hf-captcha-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

/* CAPTCHA IMAGE */
.hero-inline-form .hf-captcha-row img {
  height: 46px;
  border-radius: 6px;
}

/* REFRESH BUTTON */
.hero-inline-form .hf-captcha-row button {
  width: 46px;
  height: 46px;

  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.35);

  color: white;

  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* CAPTCHA INPUT FLEX */
.hero-inline-form .hf-captcha-row input {
  flex: 1;
}

/* ==========================================
   SUBMIT BUTTON
   ========================================== */

.hero-inline-form .hf-submit {
  height: 52px;
  padding: 0 28px;

  border: none;
  border-radius: 50px;

  background: var(--action-red);
  color: white;

  font-weight: 600;
  cursor: pointer;

  transition: 0.25s ease;
}

.hero-inline-form .hf-submit:hover {
  background: var(--action-red-hover);
  transform: translateY(-2px);
}

/* ==========================================
   FEEDBACK TEXT
   ========================================== */

#heroFormFeedback {
  margin-top: 12px;
  color: white;
  font-size: 0.9rem;
}

/* ---- STATS ---- */
.hero-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1.5rem;
  justify-content: flex-start;
}

.stat-block {
  min-width: 100px;
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--action-red);
  line-height: 1.2;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* CAPTCHA Styles for Feedback Modal */
.captcha-group {
    margin-top: 0.5rem;
}

.captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.captcha-row img {
    height: 46px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.captcha-row .captcha-refresh-btn {
    width: 46px;
    height: 46px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    transition: all 0.3s ease;
}

.captcha-row .captcha-refresh-btn:hover {
    background: #f1f5f9;
    border-color: var(--action-red);
    color: var(--action-red);
}

.captcha-row input {
    flex: 1;
    min-width: 120px;
}

@media (max-width: 480px) {
    .captcha-row {
        gap: 8px;
    }
    
    .captcha-row img {
        height: 38px;
    }
    
    .captcha-row .captcha-refresh-btn {
        width: 38px;
        height: 38px;
    }
}
/* ==========================================
   MOBILE
   ========================================== */

@media (max-width: 768px) {

  .hero-inline-form .hf-row {
    grid-template-columns: 1fr;
  }

  .hero-inline-form .hf-captcha-row {
    flex-wrap: wrap;
  }

  .hero-inline-form .hf-captcha-row input {
    width: 100%;
    flex: none;
  }

  .hero-inline-form .hf-submit {
    width: 100%;
  }
}

@media (max-width: 540px) {
  .hero-form-header h3 {
    font-size: 1.2rem;
  }
}
/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 540px) {

  .hf-row {
    grid-template-columns: 1fr;
  }

  .hero-form-header h3 {
    font-size: 1.5rem;
  }

  .hero-form-panel {
    width: 100%;
  }
}

@media (max-width: 380px) {

  .hf-captcha-row {
    flex-wrap: wrap;
  }

  .hf-captcha-input {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .hero-split {
    padding: 100px var(--site-padding-x);
  }

  /* Both default and split wrappers go column on tablet */
  .hero-wrapper,
  .hero-wrapper--split {
    flex-direction: column;
    gap: 36px;
    align-items: stretch;
  }

  .hero-left {
    text-align: left;
    max-width: 100%;
  }

  .hero-left p {
    text-align: left;
    margin-bottom: 18px;
  }

  .hero-description {
    max-width: 100%;
    text-align: left;
    margin-bottom: 32px;
  }

  .hero-buttons {
    justify-content: flex-start;
    margin-top: 28px;
  }

  .hero-title {
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 20px;
  }

  .hero-stats {
    justify-content: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-split {
    padding: 100px 20px;
    min-height: 90svh;
  }

  .hero-title {
    font-size: 2rem;
    margin-bottom: 18px;
    text-align: left;
  }

  .hero-description {
    font-size: 1rem;
    margin-bottom: 28px;
    text-align: left;
  }

  .hero-left p {
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .hero-buttons {
    justify-content: flex-start;
    margin-top: 24px;
  }

  .btn-hero {
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  .hero-stats {
    gap: 1.5rem;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    margin-top: 1.25rem;
    padding-top: 0.75rem;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 0.7rem;
  }
}

@media (max-width: 540px) {

  /* Name + Phone collapse to single column */
  .hf-row {
    grid-template-columns: 1fr;
  }

  .hero-form-header h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .hero-split {
    padding: 100px 16px;
  }

  .hero-title {
    font-size: 1.75rem;
    margin-bottom: 16px;
    text-align: left;
  }

  .hero-description {
    margin-bottom: 24px;
    text-align: left;
  }

  .hero-left p {
    margin-bottom: 14px;
    text-align: left;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 20px;
  }

  .btn-hero {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }

  .hero-stats {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: center !important;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 0.5rem;
  }

  .stat-block {
    min-width: auto;
    flex: 0 0 auto;
  }

  .stat-number {
    font-size: 1.25rem;
  }

  .stat-label {
    font-size: 0.65rem;
  }
}

@media (max-width: 380px) {
  .hero-split {
    padding: 100px 12px;
  }

  .hero-form-panel {
    padding: 18px 14px 16px;
  }

  .hf-captcha-row {
    flex-wrap: wrap;
  }

  .hf-captcha-input {
    width: 100%;
    flex: none;
  }

  .hero-stats {
    gap: 0.75rem;
    margin-top: 0.75rem;
  }

  .hero-left p {
    margin-bottom: 12px;
  }

  .hero-buttons {
    margin-top: 18px;
    align-items: flex-start;
  }

  .hero-description {
    margin-bottom: 20px;
  }

  .stat-number {
    font-size: 1.1rem;
  }

  .stat-label {
    font-size: 0.6rem;
  }
}

/* ============================================
   TRUST STRIP
   ============================================ */
.trust-strip {
  font-family: "Inter", sans-serif;
  background: linear-gradient(90deg, var(--light-bg) 0%, #ffffff 100%);
  padding: 1.2rem var(--site-padding-x);
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.trust-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem 2.5rem;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--primary-blue);
  font-weight: 500;
  font-size: 0.95rem;
  white-space: nowrap;
}

.trust-item i {
  color: var(--action-red);
  font-size: 1.2rem;
  width: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .trust-strip {
    display: none;
  }
}

/* ============================================ */
/* SOLUTION FINDER - INTERACTIVE GUIDE          */
/* ============================================ */

.solution-finder-section {
    padding: 80px var(--site-padding-x);
    background: var(--bg-base, #f9fbfd);
    position: relative;
    overflow: hidden;
}

.solution-finder-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(215, 19, 19, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatBg 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes floatBg {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-30px, -20px) scale(1.1); }
    66% { transform: translate(20px, 30px) scale(0.9); }
}

.solution-finder-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.solution-finder-header {
    text-align: center;
    margin-bottom: 3rem;
}

.solution-finder-header .section-header-premium {
    margin-bottom: 0;
}

.solution-finder-header .section-header-premium h2 {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-primary, #0f172a);
    margin: 0;
}

.solution-finder-header .gradient-text {
    background: linear-gradient(135deg, var(--accent-red, #dc2626), var(--accent-gradient-end, #b91c1c));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.solution-finder-subtitle {
    font-size: 1.15rem;
    color: var(--text-secondary, #64748b);
    margin-top: 0.5rem;
}

.solution-finder-wrapper {
    background: #ffffff;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
}

.finder-step {
    display: none;
    animation: fadeInStep 0.5s ease forwards;
}

.finder-step.active {
    display: block;
}

@keyframes fadeInStep {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.finder-step-header {
    margin-bottom: 2rem;
}

.finder-step-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-dark, #0B2447);
    margin: 0;
}

.finder-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.finder-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 16px;
    background: #f8fafc;
    border: 2px solid transparent;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
    gap: 6px;
    position: relative;
}

.finder-option:hover {
    background: #f1f5f9;
    border-color: rgba(215, 19, 19, 0.2);
    transform: translateY(-2px);
}

.finder-option.selected {
    background: #fef2f2;
    border-color: var(--action-red, #dc2626);
    box-shadow: 0 4px 20px rgba(215, 19, 19, 0.1);
}

.finder-option i {
    font-size: 2rem;
    color: var(--action-red, #dc2626);
    margin-bottom: 4px;
}

.finder-option span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-dark, #0B2447);
}

.finder-option small {
    font-size: 0.8rem;
    color: var(--text-secondary, #64748b);
    line-height: 1.4;
}

.finder-option .finder-option-check {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--action-red, #dc2626);
    color: #ffffff;
    font-size: 12px;
    display: none;
    align-items: center;
    justify-content: center;
}

.finder-option.selected .finder-option-check {
    display: flex;
}

/* Result */
.result-step {
    text-align: center;
}

.finder-result-icon {
    font-size: 4rem;
    color: var(--action-red, #dc2626);
    margin-bottom: 1rem;
}

.finder-result h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-dark, #0B2447);
    margin-bottom: 1.5rem;
}

.finder-result-card {
    background: #f8fafc;
    border-radius: 20px;
    padding: 2rem;
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #e2e8f0;
    text-align: left;
}

.finder-result-card .result-service-icon {
    font-size: 2.5rem;
    color: var(--action-red, #dc2626);
    margin-bottom: 0.5rem;
}

.finder-result-card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-dark, #0B2447);
    margin: 0 0 0.5rem 0;
}

.finder-result-card p {
    font-size: 0.95rem;
    color: var(--text-secondary, #64748b);
    line-height: 1.6;
    margin: 0 0 1rem 0;
}

.finder-result-card .result-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: var(--action-red, #dc2626);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 16px;
    background: rgba(215, 19, 19, 0.08);
    border-radius: 8px;
}

.finder-result-card .result-link:hover {
    background: var(--action-red, #dc2626);
    color: #ffffff;
}

.finder-result-card .result-link i {
    transition: transform 0.3s ease;
}

.finder-result-card .result-link:hover i {
    transform: translateX(4px);
}

.finder-result-actions {
    margin-top: 1.5rem;
}

.finder-restart-btn {
    background: transparent;
    border: 2px solid #e2e8f0;
    padding: 10px 24px;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-secondary, #64748b);
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.finder-restart-btn:hover {
    background: #f1f5f9;
    border-color: var(--action-red, #dc2626);
    color: var(--action-red, #dc2626);
}

/* ============================================ */
/* PROGRESS BAR - LINE THROUGH CENTER OF DOTS  */
/* ============================================ */

.finder-progress {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.finder-progress-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    position: relative;
}

/* The line behind dots - centered */
.finder-progress-steps::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    height: 3px;
    background: #e2e8f0;
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 2px;
}

/* The progress line - centered */
.finder-progress-steps::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    height: 3px;
    background: linear-gradient(90deg, var(--action-red, #dc2626), var(--accent-gradient-end, #b91c1c));
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 2px;
    width: 0%;
    transition: width 0.6s ease;
}

/* When progress is at step 2 (33%) */
.finder-progress-steps.progress-33::after {
    width: 33%;
}

/* When progress is at step 3 (66%) */
.finder-progress-steps.progress-66::after {
    width: 66%;
}

/* When progress is at result (100%) */
.finder-progress-steps.progress-100::after {
    width: 100%;
}

/* Progress dots - centered on the line */
.progress-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #e2e8f0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    cursor: pointer;
    flex-shrink: 0;
}

/* Active dot - red */
.progress-dot.active {
    border-color: var(--action-red, #dc2626);
    background: var(--action-red, #dc2626);
    transform: scale(1.15);
    box-shadow: 0 0 0 4px rgba(215, 19, 19, 0.15);
}

/* Completed dot - primary dark */
.progress-dot.completed {
    border-color: var(--primary-dark, #0B2447);
    background: var(--primary-dark, #0B2447);
    box-shadow: 0 0 0 4px rgba(11, 36, 71, 0.15);
}

/* Dot label - positioned below */
.progress-dot-label {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--text-secondary, #64748b);
    white-space: nowrap;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.progress-dot.active .progress-dot-label,
.progress-dot.completed .progress-dot-label {
    opacity: 1;
    color: var(--primary-dark, #0B2447);
    font-weight: 600;
}

.progress-dot.completed .progress-dot-label {
    color: var(--primary-dark, #0B2447);
}

/* ============================================ */
/* RESPONSIVE                                   */
/* ============================================ */

@media (max-width: 768px) {
    .solution-finder-section { padding: 60px 20px; }
    .solution-finder-header .section-header-premium h2 { font-size: 2rem; }
    .solution-finder-wrapper { padding: 1.5rem; border-radius: 16px; }
    .finder-options { grid-template-columns: 1fr 1fr; gap: 10px; }
    .finder-option { padding: 16px 12px; }
    .finder-option i { font-size: 1.5rem; }
    .finder-option span { font-size: 0.9rem; }
    .finder-step-header h3 { font-size: 1.3rem; }
    .finder-result-card { padding: 1.5rem; }
    
    .progress-dot {
        width: 14px;
        height: 14px;
    }
    
    .progress-dot-label {
        font-size: 0.6rem;
        top: calc(100% + 6px);
    }
    
    .finder-progress-steps::before,
    .finder-progress-steps::after {
        left: 4px;
        right: 4px;
    }
}

@media (max-width: 480px) {
    .solution-finder-section { padding: 40px 16px; }
    .solution-finder-header .section-header-premium h2 { font-size: 1.6rem; }
    .solution-finder-wrapper { padding: 1rem; border-radius: 12px; }
    .finder-options { grid-template-columns: 1fr; gap: 8px; }
    .finder-option { flex-direction: row; text-align: left; padding: 12px 16px; gap: 12px; align-items: center; }
    .finder-option i { font-size: 1.2rem; margin-bottom: 0; width: 32px; flex-shrink: 0; }
    .finder-option small { display: none; }
    .finder-option .finder-option-check { position: static; margin-left: auto; flex-shrink: 0; }
    .finder-step-number { font-size: 0.7rem; }
    .finder-step-header h3 { font-size: 1.1rem; }
    .finder-result h3 { font-size: 1.4rem; }
    .finder-result-card h4 { font-size: 1.1rem; }
    .finder-result-card p { font-size: 0.85rem; }
    .finder-result-icon { font-size: 3rem; }
    
    .progress-dot {
        width: 12px;
        height: 12px;
        border-width: 2px;
    }
    
    .progress-dot-label {
        font-size: 0.55rem;
        top: calc(100% + 4px);
        letter-spacing: 0.02em;
    }
    
    .finder-progress-steps::before,
    .finder-progress-steps::after {
        height: 2px;
        left: 2px;
        right: 2px;
    }
}

@media (max-width: 380px) {
    .progress-dot {
        width: 10px;
        height: 10px;
        border-width: 2px;
    }
    
    .progress-dot-label {
        font-size: 0.5rem;
        top: calc(100% + 4px);
    }
}

/* ============================================ */
/* REDUCED MOTION                              */
/* ============================================ */

@media (prefers-reduced-motion: reduce) {
    .solution-finder-section::before { animation: none; }
    .finder-step { animation: none; }
    .finder-option { transition: none; }
    .finder-progress-steps::after { transition: none; }
}

/* ============================================ */
/* REACTIVE IT VS MANAGED IT COMPARISON         */
/* Standalone section - No parent dependencies  */
/* ============================================ */

.it-comparison-section {
    padding: 80px var(--site-padding-x);
    background: var(--bg-base, #f9fbfd);
    position: relative;
    overflow: hidden;
}

/* Subtle background decoration */
.it-comparison-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(215, 19, 19, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    animation: floatBg 20s ease-in-out infinite;
    pointer-events: none;
}

@keyframes floatBg {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(-30px, -20px) scale(1.1);
    }
    66% {
        transform: translate(20px, 30px) scale(0.9);
    }
}

.it-comparison-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.it-comparison-subtitle {
    font-size: 1.15rem;
    color: var(--text-secondary, #64748b);
    margin-top: 0.5rem;
}

.it-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 3rem;
}

/* ============================================
   COMPARISON CARDS
   ============================================ */

.it-comparison-card {
    border-radius: 24px;
    padding: 36px 32px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.it-comparison-card:hover {
    transform: translateY(-6px);
}

/* ============================================
   REACTIVE IT CARD
   ============================================ */

.it-comparison-card.reactive {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe4e6 100%);
    border: 2px solid rgba(215, 19, 19, 0.15);
}

.it-comparison-card.reactive:hover {
    border-color: var(--action-red, #d71313);
    box-shadow: 0 18px 45px rgba(215, 19, 19, 0.12);
}

.it-comparison-card.reactive .it-comparison-header i {
    color: var(--action-red, #d71313);
}

.it-comparison-card.reactive .it-comparison-header h4 {
    color: var(--action-red, #d71313);
}

.it-comparison-card.reactive .it-comparison-tagline {
    color: #991b1b;
}

/* Reactive list items - X red with dark text */
.it-comparison-card.reactive .it-comparison-list li {
    color: #1a1a2e;
}

.it-comparison-card.reactive .it-comparison-list li::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: var(--action-red, #d71313);
    font-weight: 800;
    font-size: 1.1rem;
}

/* Reactive badge */
.it-comparison-badge.bad {
    background: rgba(215, 19, 19, 0.12);
    color: #991b1b;
    border: 1px solid rgba(215, 19, 19, 0.2);
}

/* ============================================
   MANAGED IT CARD
   ============================================ */

.it-comparison-card.managed {
    background: linear-gradient(135deg, var(--primary-dark, #0B2447), #19376d);
    border: 2px solid rgba(25, 55, 109, 0.3);
    color: #ffffff;
}

.it-comparison-card.managed:hover {
    border-color: rgba(74, 222, 128, 0.3);
    box-shadow: 0 18px 45px rgba(25, 55, 109, 0.3);
}

.it-comparison-card.managed .it-comparison-header i {
    color: #4ade80;
}

.it-comparison-card.managed .it-comparison-header h4 {
    color: #ffffff;
}

.it-comparison-card.managed .it-comparison-tagline {
    color: rgba(255, 255, 255, 0.7);
}

/* Managed list items - Check green */
.it-comparison-card.managed .it-comparison-list li {
    color: rgba(255, 255, 255, 0.92);
}

.it-comparison-card.managed .it-comparison-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4ade80;
    font-weight: 800;
    font-size: 1.1rem;
}

/* Managed badge */
.it-comparison-badge.good {
    background: rgba(74, 222, 128, 0.15);
    color: #4ade80;
    border: 1px solid rgba(74, 222, 128, 0.2);
}

/* ============================================
   CARD HEADER
   ============================================ */

.it-comparison-header {
    text-align: center;
    margin-bottom: 24px;
}

.it-comparison-header i {
    font-size: 2.4rem;
    margin-bottom: 8px;
    display: block;
}

.it-comparison-header h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.it-comparison-tagline {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-top: 4px;
    text-align: center;
}

/* ============================================
   LIST STYLES
   ============================================ */

.it-comparison-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    flex: 1;
}

.it-comparison-list li {
    font-size: 0.98rem;
    padding: 10px 0 10px 32px;
    position: relative;
    line-height: 1.5;
}

/* ============================================
   BADGE
   ============================================ */

.it-comparison-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    align-self: flex-start;
    margin-top: auto;
}

.it-comparison-badge i {
    font-size: 0.9rem;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .it-comparison-card {
        padding: 30px 24px;
    }

    .it-comparison-header h4 {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .it-comparison-section {
        padding: 60px 20px;
    }

    .it-comparison-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .it-comparison-card {
        padding: 28px 24px;
        border-radius: 20px;
    }

    .it-comparison-header h4 {
        font-size: 1.4rem;
    }

    .it-comparison-list li {
        font-size: 0.92rem;
        padding: 8px 0 8px 28px;
    }

    .it-comparison-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .it-comparison-section {
        padding: 40px 16px;
    }

    .it-comparison-card {
        padding: 20px 16px;
        border-radius: 16px;
    }

    .it-comparison-header h4 {
        font-size: 1.2rem;
    }

    .it-comparison-header i {
        font-size: 1.8rem;
    }

    .it-comparison-list li {
        font-size: 0.85rem;
        padding: 6px 0 6px 24px;
    }

    .it-comparison-badge {
        font-size: 0.75rem;
        padding: 6px 14px;
    }

    .it-comparison-tagline {
        font-size: 0.8rem;
    }
}

@media (max-width: 380px) {
    .it-comparison-list li {
        font-size: 0.8rem;
        padding: 5px 0 5px 20px;
    }

    .it-comparison-card {
        padding: 16px 12px;
    }
}

/* ============================================
   REDUCED MOTION
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    .it-comparison-section::before {
        animation: none;
    }

    .it-comparison-card {
        transition: none;
    }

    .it-comparison-card:hover {
        transform: none;
    }
}

/* ============================================
   ELEVATE SECTION (HALF/HALF) - SUPER LARGE TITLE
   Bigger title + very short description + no underline
   ============================================ */

.elevate-half-section {
  width: 100%;
  padding: 0;
  background: #ffffff;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  position: relative;
  overflow: hidden;
}

/* Subtle background animation */
.elevate-half-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  animation: floatBg 20s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes floatBg {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-30px, -20px) scale(1.1); }
  66% { transform: translate(20px, 30px) scale(0.9); }
}

.elevate-half-container {
  width: 100%;
  display: flex;
  align-items: stretch;
  min-height: 550px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* ----- TEXT SIDE ----- */
.elevate-half-text {
  flex: 1;
  padding: 70px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
  animation: fadeInUp 0.8s ease forwards;
}

/* ----- IMAGE SIDE ----- */
.elevate-half-image {
  flex: 1;
  min-width: 40%;
  overflow: hidden;
  position: relative;
  animation: fadeInRight 0.8s ease forwards;
}

.elevate-half-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease;
}

.elevate-half-image:hover .elevate-half-img {
  transform: scale(1.05);
  filter: brightness(0.98) contrast(1.02);
}

/* ----- TITLE - SUPER LARGE ----- */
.elevate-half-title {
  font-size: 4.2rem;
  font-weight: 800;
  color: #0b1a33;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 0.15rem;
  animation: fadeInUp 0.6s ease 0.2s both;
}

.elevate-half-title .elevate-half-highlight {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

/* ----- SHORT DESCRIPTION - VERY SHORT & BOLD ----- */
.elevate-half-short-desc {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--action-red);
  line-height: 1.4;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01em;
  animation: fadeInUp 0.6s ease 0.4s both;
  max-width: 90%;
}

/* ----- FULL DESCRIPTION PARAGRAPHS ----- */
.elevate-half-text p {
  font-size: 1rem;
  color: var(--text-primary);
  line-height: 1.7;
  margin: 0;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.elevate-half-text p:nth-of-type(1) { animation-delay: 0.6s; }
.elevate-half-text p:nth-of-type(2) { animation-delay: 0.8s; }
.elevate-half-text p:nth-of-type(3) { animation-delay: 1.0s; }

/* ----- LEAD (optional) ----- */
.elevate-half-lead {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--action-red);
  margin-bottom: 0;
}

/* ----- BUTTON (hidden on desktop, shown on mobile) ----- */
.elevate-button-wrapper {
  display: none;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ============================================
   TABLET (max 1024px)
   ============================================ */
@media (max-width: 1024px) {
  .elevate-half-title {
    font-size: 3.5rem;
  }
  
  .elevate-half-short-desc {
    font-size: 1.25rem;
  }
  
  .elevate-half-text {
    padding: 56px 40px;
  }
}

/* ============================================
   TABLET (max 900px)
   ============================================ */
@media (max-width: 900px) {
  .elevate-half-container {
    flex-direction: column;
    min-height: auto;
  }

  .elevate-half-text {
    order: 1;
    padding: 48px 32px;
    animation: fadeInUp 0.8s ease forwards;
  }

  .elevate-half-image {
    order: 2;
    min-height: 350px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease 0.3s both;
  }

  .elevate-half-title {
    font-size: 3rem;
  }

  .elevate-half-lead {
    font-size: 1.1rem;
  }
  
  .elevate-half-short-desc {
    font-size: 1.15rem;
    max-width: 100%;
  }
}

/* ============================================
   MOBILE (max 768px)
   ============================================ */
@media (max-width: 768px) {
  .elevate-half-container {
    display: flex;
    flex-direction: column;
  }

  .elevate-half-text {
    order: 1;
    padding: 40px 24px;
    text-align: left;
    gap: 0.6rem;
  }

  .elevate-half-title {
    font-size: 2.6rem;
    text-align: left;
  }

  .elevate-half-short-desc {
    font-size: 1.1rem;
    text-align: left;
    max-width: 100%;
  }

  .elevate-half-lead {
    font-size: 1rem;
    text-align: left;
  }

  .elevate-half-text p {
    font-size: 0.95rem;
    text-align: left;
  }

  .elevate-half-image {
    order: 2;
    min-height: 280px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }

  .elevate-button-wrapper {
    order: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
  }
}

/* ============================================
   SMALL MOBILE (max 480px)
   ============================================ */
@media (max-width: 480px) {
  .elevate-half-text {
    padding: 32px 20px;
    gap: 0.5rem;
  }

  .elevate-half-title {
    font-size: 2.2rem;
  }

  .elevate-half-short-desc {
    font-size: 1rem;
  }

  .elevate-half-lead {
    font-size: 0.95rem;
  }

  .elevate-half-text p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .elevate-half-image {
    min-height: 220px;
  }

  .elevate-button-wrapper {
    padding: 16px;
  }
}

/* ============================================
   EXTRA SMALL (max 380px)
   ============================================ */
@media (max-width: 380px) {
  .elevate-half-title {
    font-size: 1.8rem;
  }

  .elevate-half-short-desc {
    font-size: 0.9rem;
  }

  .elevate-half-text p {
    font-size: 0.85rem;
  }

  .elevate-half-image {
    min-height: 180px;
  }
}

/* ============================================
   REDUCED MOTION PREFERENCE
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  .elevate-half-section::before {
    animation: none;
  }
  
  .elevate-half-text,
  .elevate-half-image,
  .elevate-half-title,
  .elevate-half-short-desc,
  .elevate-half-text p {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  
  .elevate-half-img {
    transition: none !important;
  }
}

/* ===== BELIEF SECTION - MATCHING REST OF PAGE ===== */
.belief-section {
  background: var(--section-bg-soft);
  padding: 80px var(--site-padding-x);
  position: relative;
  font-family: "Inter", sans-serif;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.belief-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}


.belief-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0b1a33;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.belief-title .highlight {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.belief-text {
  font-size: 1.15rem;
  color: var(--text-primary);
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
  font-weight: 400;
}

/* Optional subtle quote marks - cleaner version */
.belief-text::before {
  content: '"';
  font-size: 2.4rem;
  color: var(--action-red);
  font-family: Georgia, serif;
  line-height: 0.8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  opacity: 0.4;
}

.belief-text::after {
  content: '"';
  font-size: 2.4rem;
  color: var(--action-red);
  font-family: Georgia, serif;
  line-height: 0.8;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  opacity: 0.4;
}

/* Responsive */
@media (max-width: 768px) {
  .belief-section {
    padding: 60px 20px;
  }

  .belief-title {
    font-size: 2rem;
  }

  .belief-text {
    font-size: 1rem;
    line-height: 1.7;
  }

  .belief-text::before,
  .belief-text::after {
    font-size: 1.8rem;
  }

  .belief-container::before {
    width: 50px;
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 480px) {
  .belief-section {
    padding: 48px 16px;
  }

  .belief-title {
    font-size: 1.6rem;
  }

  .belief-text {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .belief-text::before,
  .belief-text::after {
    font-size: 1.5rem;
  }
}

/* ============================================
   HOW WE WORK & ENGAGE
   ============================================ */
.work-engage-section {
  padding: 80px var(--site-padding-x);
  background: var(--section-bg-soft);
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.section-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0b1a33;
  letter-spacing: -0.02em;
}

.section-heading .highlight {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 80px;
  width: 100%;
}

.process-card {
  background: var(--card-bg);
  border-radius: var(--radius-xl);
  padding: 32px 24px;
  transition: all 0.3s ease;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  text-align: center;
  width: 100%;
}

.process-card:hover {
  transform: translateY(-4px);
  border-color: var(--action-red);
  box-shadow: var(--shadow-lg);
}

.process-number {
  width: 52px;
  height: 52px;
  background: var(--light-bg);
  color: var(--primary-blue);
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  transition: all 0.25s ease;
  border: 1px solid var(--border-color);
}

.process-card:hover .process-number {
  background: var(--action-red);
  color: white;
  border-color: var(--action-red);
}

.process-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 12px;
}

.process-text {
  color: var(--text-primary);
  line-height: 1.5;
  font-size: 0.95rem;
}

.engagement-options {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}

.engagement-card {
  flex: 1;
  min-width: 280px;
  max-width: calc(50% - 16px);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border-radius: 28px;
  padding: 32px 28px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.engagement-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 200%;
  height: 200%;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 55%, transparent 70%);
  transform: rotate(25deg);
  animation: shine 3s infinite;
  pointer-events: none;
}

@keyframes shine {
  0% {
    transform: translateX(-100%) rotate(25deg);
  }

  20%,
  100% {
    transform: translateX(100%) rotate(25deg);
  }
}

.engagement-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.engagement-card.featured {
  background: rgba(240, 248, 255, 0.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  animation: blueGlowPulse 2s ease-in-out infinite;
}

@keyframes blueGlowPulse {

  0%,
  100% {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 0 0px rgba(59, 130, 246, 0);
  }

  50% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2), 0 0 20px rgba(59, 130, 246, 0.4);
  }
}

.engagement-card.featured:hover {
  transform: translateY(-8px);
  background: rgba(240, 248, 255, 0.28);
}

.engagement-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}

.engagement-price {
  font-size: 1.35rem;
  font-weight: 700;
  color: #3b82f6;
  margin-bottom: 20px;
}

.engagement-price span {
  font-size: 1rem;
  font-weight: 400;
  color: #334155;
}

.engagement-description {
  color: #1e293b;
  line-height: 1.6;
  margin-bottom: 28px;
  font-size: 0.95rem;
  font-weight: 500;
}

.engagement-btn {
  display: inline-block;
  background: var(--primary-blue);
  color: white;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-blue);
  cursor: pointer;
}

.engagement-btn:hover {
  background: transparent;
  color: var(--primary-blue);
  transform: translateY(-2px);
}

.featured .engagement-btn {
  background: #3b82f6;
  border-color: #3b82f6;
}

.featured .engagement-btn:hover {
  background: transparent;
  color: #3b82f6;
}

@media (max-width: 1024px) {
  .engagement-card {
    max-width: calc(50% - 16px);
  }
}

@media (max-width: 900px) {
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-heading {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .work-engage-section {
    padding: 60px 20px;
  }

  .container {
    padding: 0;
  }

  .process-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
  }

  .process-card {
    padding: 28px 20px;
    text-align: left;
  }

  .process-number {
    margin: 0 0 20px 0;
  }

  .process-title {
    text-align: left;
  }

  .process-text {
    text-align: left;
  }

  .engagement-options {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  .engagement-card {
    max-width: 100%;
    width: 100%;
    min-width: auto;
    padding: 28px 20px;
    text-align: left;
  }

  .engagement-name {
    text-align: left;
  }

  .engagement-price {
    text-align: left;
  }

  .engagement-description {
    text-align: left;
    margin-bottom: 24px;
  }

  .engagement-btn {
    display: inline-block;
    width: auto;
    min-width: 160px;
  }
}

@media (max-width: 480px) {
  .work-engage-section {
    padding: 48px 16px;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-heading {
    font-size: 1.6rem;
  }

  .process-card {
    padding: 24px 16px;
  }

  .process-title {
    font-size: 1.2rem;
  }

  .process-text {
    font-size: 0.85rem;
  }

  .engagement-card {
    padding: 24px 16px;
  }

  .engagement-name {
    font-size: 1.3rem;
  }

  .engagement-price {
    font-size: 1.1rem;
  }

  .engagement-description {
    font-size: 0.85rem;
  }

  .engagement-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    text-align: center;
  }
}

/* ============================================
   BHP QUESTIONS - FULL HEIGHT IMAGE LEFT
   ============================================ */
.bhp-questions-fullheight {
  width: 100%;
  padding: 0;
  background: #ffffff;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

.bhp-fullheight-container {
  width: 100%;
  display: flex;
  align-items: stretch;
  min-height: 600px;
}

.bhp-photo-full {
  flex: 1;
  min-width: 40%;
  display: flex;
}

.bhp-image-full-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bhp-full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bhp-text-full {
  flex: 1;
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bhp-title-full {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0b1a33;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.bhp-title-full .bhp-highlight-full {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bhp-content-full {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bhp-intro-full {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #2c3e50;
  margin-bottom: 4px;
}

.bhp-questions-full {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 12px 0;
}

.bhp-questions-full li {
  font-size: 1rem;
  line-height: 1.6;
  color: #1e2f3d;
  padding: 6px 0;
  font-weight: 500;
}

.bhp-answer-full {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #2c3e50;
  margin-top: 12px;
}

.bhp-answer-full strong {
  color: var(--primary-blue);
  font-weight: 700;
}

@media (max-width: 900px) {
  .bhp-fullheight-container {
    flex-direction: column;
    min-height: auto;
  }

  .bhp-photo-full {
    min-height: 350px;
    width: 100%;
  }

  .bhp-text-full {
    padding: 48px 32px;
  }

  .bhp-title-full {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  .bhp-text-full {
    padding: 36px 24px;
  }

  .bhp-title-full {
    font-size: 2rem;
  }

  .bhp-intro-full,
  .bhp-answer-full {
    font-size: 0.95rem;
  }

  .bhp-questions-full li {
    font-size: 0.93rem;
    padding: 5px 0;
  }
}

@media (max-width: 480px) {
  .bhp-text-full {
    padding: 28px 20px;
  }

  .bhp-title-full {
    font-size: 1.6rem;
  }

  .bhp-photo-full {
    min-height: 280px;
  }

  .bhp-intro-full,
  .bhp-answer-full {
    font-size: 0.9rem;
  }

  .bhp-questions-full li {
    font-size: 0.88rem;
    padding: 4px 0;
  }
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */
.final-cta {
  font-family: "Inter", sans-serif;
  background: var(--primary-dark);
  padding: 80px var(--site-padding-x);
  text-align: center;
}

.cta-container {
  max-width: 800px;
  margin: 0 auto;
}

.final-cta h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.final-cta h2 .highlight {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.final-cta p {
  font-size: 1.125rem;
  color: #e0e7f0;
  line-height: 1.5;
  margin-bottom: 32px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: all 0.25s ease;
  text-align: center;
  cursor: pointer;
}

.btn-primary {
  background: var(--action-red);
  color: #ffffff;
  border: 1px solid var(--action-red);
}

.btn-primary:hover {
  background: var(--action-red-hover);
  color: white;
  border-color: var(--action-red-hover);
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: #ffffff;
}

.btn-large {
  padding: 14px 36px;
  font-size: 1rem;
}

.cta-note {
  font-size: 1rem;
  color: #e0e7f0;
  margin-bottom: 0;
}

.cta-phone {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: border-color 0.2s ease;
}

.cta-phone:hover {
  border-bottom-color: var(--action-red);
}

@media (max-width: 768px) {
  .final-cta {
    padding: 70px 20px;
  }

  .final-cta h2 {
    font-size: 2rem;
  }

  .final-cta p {
    font-size: 1.15rem;
  }
}

@media (max-width: 600px) {
  .final-cta h2 {
    font-size: 1.6rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .btn-large {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .final-cta {
    padding: 50px 16px;
  }

  .final-cta h2 {
    font-size: 1.6rem;
  }

  .final-cta p {
    font-size: 0.9rem;
  }

  .btn-large {
    padding: 10px 16px;
    font-size: 0.9rem;
    max-width: 260px;
  }
}

/* ============================================
   FOOTER SECTION
   ============================================ */
.site-footer {
  font-family: "Inter", sans-serif;
  background-color: var(--primary-blue);
  color: white;
  font-size: 0.95rem;
  line-height: 1.4;
}

.footer-top {
  padding: 50px 0 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-section {
  padding: 0 12px;
  box-sizing: border-box;
}

.company-info .footer-logo img {
  height: 110px;
  width: auto;
  display: block;
  margin-bottom: 10px;
}

.company-info>p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.footer-title {
  font-size: 1.1rem;
  color: white;
  margin-bottom: 15px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--action-red);
  font-weight: 600;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-menu a:hover {
  color: white;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-item i {
  color: var(--action-red);
  font-size: 1rem;
  min-width: 20px;
  flex-shrink: 0;
}

.contact-item strong {
  display: block;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
}

.contact-item span,
.contact-item a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.88rem;
}

.contact-item a:hover {
  color: white;
  text-decoration: underline;
}

.footer-social h4 {
  font-size: 0.95rem;
  margin-bottom: 12px;
  font-weight: 600;
  color: white;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.2s ease;
}

.social-link:hover {
  background: var(--action-red);
  transform: translateY(-2px);
}

.footer-bottom {
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.2);
}

.footer-bottom .footer-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  text-align: center;
}

.legal-links {
  margin-left: 15px;
}

.legal-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 0.85rem;
}

.legal-links a:hover {
  color: white;
  text-decoration: underline;
}

.separator {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 769px) {
  .footer-container>.footer-section:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    padding-left: 26px;
  }

  .footer-container>.footer-section:first-child {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .footer-container>.footer-section {
    border-left: none !important;
    padding-left: 0;
  }

  .footer-top {
    padding: 40px 0 25px;
  }

  .footer-title {
    font-size: 1rem;
    margin-bottom: 12px;
    padding-bottom: 4px;
  }

  .company-info>p {
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-section {
    padding: 0 10px;
  }

  .company-info>p {
    margin-bottom: 20px;
  }

  .copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .legal-links {
    margin-left: 0;
  }

  .separator {
    margin: 0 6px;
  }
}

@media (max-width: 480px) {
  .footer-container {
    gap: 15px;
  }

  .footer-section {
    padding: 0 8px;
  }

  .footer-title {
    font-size: 1rem;
  }

  .footer-menu a,
  .contact-item span,
  .contact-item a {
    font-size: 0.8rem;
  }

  .company-info>p {
    margin-bottom: 15px;
  }

  .copyright {
    font-size: 0.75rem;
  }

  .legal-links a {
    font-size: 0.75rem;
  }
}

/* ============================================
   BACK TO TOP BUTTON
   ============================================ */
#backToTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--danger);
  color: #ffffff;
  font-size: 1.4rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2100;
  box-shadow: var(--shadow-xl);
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#backToTop:hover {
  transform: translateY(-4px);
  background: #ffffff;
  color: var(--danger);
}

@media (max-width: 768px) {
  #backToTop {
    display: none !important;
  }
}

/* ============================================
   SUPPORT BANNER (Mobile Call Button)
   ============================================ */
#support-banner {
  display: none;
}

@media (max-width: 768px) {
  #support-banner {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--action-red);
    box-shadow: 0 6px 20px rgba(215, 19, 19, 0.4);
    z-index: 10000;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    pointer-events: auto;
  }

  #support-banner:hover {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(215, 19, 19, 0.5);
  }

  #support-banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    font-size: 0;
  }

  #support-banner a::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.8rem;
    color: white;
    display: block;
    line-height: 1;
  }
}

@media (max-width: 480px) {
  #support-banner {
    width: 55px;
    height: 55px;
    bottom: 15px;
  }

  #support-banner a::before {
    font-size: 1.6rem;
  }
}

/* ============================================
   MOBILE HEADER & NAVIGATION (768px)
   ============================================ */
@media (max-width: 768px) {
  .site-header {
    top: 0;
    width: 100%;
    border-radius: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    height: 64px;
    background: rgba(11, 36, 71, 0.95);
    backdrop-filter: blur(12px);
  }

  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 0 20px;
    height: 64px;
  }

  .site-header .logo img {
    height: 36px;
    transition: transform 0.3s ease;
  }

  .menu-toggle {
    display: flex !important;
  }

  .menu-toggle span,
  .menu-toggle::before,
  .menu-toggle::after {
    background: white;
  }

  .btn-consult {
    background: white;
    color: var(--action-red);
    padding: 4px 12px;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 40px;
    border: 1px solid white;
  }

  .btn-consult:active {
    transform: scale(0.96);
  }

  .header-actions {
    gap: 0.75rem;
  }

  body.menu-open {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
  }

  body.menu-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(11, 36, 71, 0.6);
    backdrop-filter: blur(12px);
    z-index: 9997;
    animation: fadeIn 0.3s ease;
  }

  #navMenu {
    position: fixed !important;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 64px);
    background: rgba(11, 36, 71, 0.98);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transform: translateX(100%);
    transition: transform 0.5s var(--transition-luxury);
    z-index: 9998;
    padding: 32px 24px 40px;
    overflow-y: auto;
    visibility: hidden;
  }

  #navMenu.active {
    transform: translateX(0);
    visibility: visible;
  }

  #items {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  #items li {
    width: 100%;
    text-align: left;
    opacity: 0;
    transform: translateX(20px);
    animation: slideInItem 0.4s forwards;
    animation-delay: calc(var(--item-index, 0) * 0.05s);
  }

  #items li:nth-child(1) {
    --item-index: 1;
  }

  #items li:nth-child(2) {
    --item-index: 2;
  }

  #items li:nth-child(3) {
    --item-index: 3;
  }

  #items li:nth-child(4) {
    --item-index: 4;
  }

  #items li:nth-child(5) {
    --item-index: 5;
  }

  #items li:nth-child(6) {
    --item-index: 6;
  }

  @keyframes slideInItem {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  #items a {
    font-size: 1.1rem;
    padding: 16px 20px;
    white-space: normal;
    text-align: left;
    font-weight: 600;
    letter-spacing: -0.2px;
    position: relative;
    transition: all 0.3s ease;
    color: white;
  }

  #items a.active {
    color: var(--action-red);
  }

  .has-dropdown>a {
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    background: transparent;
    border-radius: 14px;
  }

  .has-dropdown>a:active {
    background: rgba(255, 255, 255, 0.05);
  }

  .dropdown-arrow {
    font-size: 0.75rem;
    transition: transform 0.4s var(--transition-bounce);
    opacity: 0.7;
    color: white;
  }

  .has-dropdown .dropdown {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 8px 8px;
    margin: 8px 12px 12px 12px;
    min-width: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
  }

  .has-dropdown.active .dropdown {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    animation: dropdownExpandMobile 0.35s var(--transition-luxury);
  }

  @keyframes dropdownExpandMobile {
    from {
      opacity: 0;
      transform: translateY(-15px) scale(0.96);
    }

    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  .has-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
    opacity: 1;
    color: var(--action-red);
  }

  .has-dropdown .dropdown li {
    border-bottom: none;
    animation: none;
    transform: none;
    opacity: 1;
    margin: 2px 0;
  }

  .has-dropdown .dropdown li a {
    padding: 14px 20px 14px 32px;
    font-size: 0.9rem;
    white-space: normal;
    text-align: left;
    font-weight: 500;
    letter-spacing: -0.1px;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    border-radius: 14px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
  }

  .has-dropdown .dropdown li a.active {
    color: var(--action-red) !important;
    background: linear-gradient(90deg, rgba(215, 19, 19, 0.3) 0%, rgba(215, 19, 19, 0.1) 100%);
    font-weight: 600;
    padding-left: 44px;
  }

  #items li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 480px) {
  .site-header {
    height: 58px;
  }

  .header-container {
    padding: 0 16px;
    height: 58px;
  }

  .site-header .logo img {
    height: 32px;
  }

  .menu-toggle {
    width: 24px;
    height: 18px;
  }

  .menu-toggle span {
    top: 8px;
  }

  .menu-toggle.menu-open::before,
  .menu-toggle.menu-open::after {
    top: 8px;
  }

  .btn-consult {
    padding: 3px 10px;
    font-size: 0.65rem;
  }

  .header-actions {
    gap: 0.5rem;
  }

  #navMenu {
    top: 58px;
    height: calc(100vh - 58px);
    padding: 24px 20px 30px;
  }

  #items a {
    font-size: 1rem;
    padding: 14px 16px;
  }

  .has-dropdown .dropdown {
    margin: 8px 8px 12px 8px;
  }

  .has-dropdown .dropdown li a {
    font-size: 0.85rem;
    padding: 10px 14px 10px 40px;
  }

  .has-dropdown .dropdown li a.active {
    padding-left: 40px;
  }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
