/* ============================================
   HERO SECTION STYLES
   ============================================ */

.whb-hero {
  background: linear-gradient(135deg, #1A3A5C 0%, #0F2A4A 100%);
  position: relative;
  padding: 30px 24px 64px 24px !important;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whb-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(212, 160, 23, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 1;
}

.whb-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  width: 100%;
}

.whb-hero-title {
  color: #FFFFFF;
  font-family: 'Sora', sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.whb-hero-desc {
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Inter', sans-serif;
  font-size: 19px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0;
}

.whb-hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}

/* Hero buttons - base styles */
.whb-hero-buttons a {
  transition: all 0.25s ease;
}

.whb-btn-primary {
  background: #D4A017;
  color: #0F2A4A;
  font-weight: 700;
  padding: 14px 48px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  display: inline-block;
  transition: all 0.25s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

/* Enhanced hover for primary button - inverted colors */
.whb-hero .whb-hero-buttons a.whb-btn-primary:hover {
  background: #0F2A4A !important;
  color: #FFFFFF !important;
  border: 2px solid #D4A017 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}

.whb-btn-secondary {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #D4A017;
  font-weight: 700;
  padding: 12px 44px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  display: inline-block;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Enhanced hover for secondary button - fill with gold */
.whb-hero .whb-hero-buttons a.whb-btn-secondary:hover {
  background: #D4A017 !important;
  color: #0F2A4A !important;
  border-color: #D4A017;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Hero Eyebrow Label */
.hero-eyebrow {
  color: #D4A017;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  text-align: center;
}

/* Stats Bar */
.stats-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  max-width: 780px;
  margin: 32px auto 0;
  padding: 10px 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 160, 23, 0.2);
  border-radius: 10px;
  /* Top margin 32px — correct, no changes */
  /* Total spacing reduced: hero bottom 46px (110→64) + why-choose-us top 23px (80→57) = 113px total reduction */
}

.stat-item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4px 16px;
  border-radius: 999px;
}

.stat-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  animation: shimmer-sweep 5s ease-in-out infinite;
}

.stat-number {
  font-size: 20px;
  font-weight: 700;
  color: #D4A017;
  line-height: 1.1;
}

.stat-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

.stat-divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .stats-bar {
    flex-wrap: wrap;
    gap: 20px;
    padding: 16px 20px;
  }
  .stat-divider {
    display: none;
  }
}

/* Staggered animation delays for cascade effect */
.stat-item:nth-child(1)::before {
  animation-delay: 0s;
}

.stat-item:nth-child(3)::before {
  animation-delay: 0.8s;
}

.stat-item:nth-child(5)::before {
  animation-delay: 1.6s;
}

.stat-item:nth-child(7)::before {
  animation-delay: 2.4s;
}

/* Shimmer animation for stat items */
@keyframes shimmer-sweep {
  0% {
    left: -100%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.whb-trust-strip {
  background: #F7F9FC;
  padding: 56px 0;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid rgba(15, 42, 74, 0.06);
  border-bottom: 1px solid rgba(15, 42, 74, 0.06);
}

.whb-trust-heading {
  color: #0F2A4A;
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin: 0 0 40px;
  padding: 0 24px;
}

.whb-trust-logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 32px;
  width: max-content;
  animation: whb-marquee 30s linear infinite;
}

.whb-trust-logos:hover {
  animation-play-state: paused;
}

@keyframes whb-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.whb-trust-name {
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #5A6675;
  white-space: nowrap;
  padding: 12px 28px;
  background: #FFFFFF;
  border: 1px solid rgba(15, 42, 74, 0.08);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 42, 74, 0.04);
  transition: all 0.25s ease;
}

.whb-trust-name:hover {
  color: #0F2A4A;
  border-color: rgba(212, 160, 23, 0.4);
  box-shadow: 0 4px 14px rgba(15, 42, 74, 0.10);
}

@media (max-width: 900px) {
  .whb-trust-heading { font-size: 22px; margin-bottom: 28px; }
  .whb-trust-logos { gap: 40px; }
  .whb-trust-name { font-size: 16px; }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Button text and icon wrappers for icon-swap animations */
.whb-btn-text {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.whb-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  vertical-align: middle;
}

/* Icon-swap animations for direction-aware buttons */
.whb-dir-aware.enter-from-top .whb-btn-text,
.whb-dir-aware.enter-from-top .whb-btn-icon {
  animation: whb-swap-down 0.4s ease forwards;
}

.whb-dir-aware.enter-from-bottom .whb-btn-text,
.whb-dir-aware.enter-from-bottom .whb-btn-icon {
  animation: whb-swap-up 0.4s ease forwards;
}

@media (max-width: 768px) {
  .whb-hero {
    padding: 30px 20px 48px 20px;
    min-height: auto;
  }

  .whb-hero-title {
    font-size: 34px;
  }

  .whb-hero-desc {
    font-size: 16px;
  }

  .whb-hero-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }

  .whb-btn-primary,
  .whb-btn-secondary {
    width: 100%;
    text-align: center;
  }
}

.btn-primary {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 999px;
  background: #0F2A4A;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #D4A017;
  color: #FFFFFF;
  transform: translateY(-1px);
}

.card {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(15, 42, 74, 0.15);
  border-color: #D4A017;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.services-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

.service-card {
  border: 1px solid #E8EDF3 !important;
  padding: 28px !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.service-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 12px 32px rgba(15, 42, 74, 0.15) !important;
  border-color: #D4A017 !important;
}

.service-card-title {
  color: #0F2A4A !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin: 0 0 12px 0 !important;
  transition: color 0.3s ease !important;
}

.service-card:hover .service-card-title {
  color: #D4A017 !important;
}

.service-card-price {
  color: #D4A017 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin: 0 0 16px 0 !important;
}

.service-grid .wp-block-group.card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-card-title {
  color: #0F2A4A !important;
  margin: 0;
}

.wp-block-post-title a,
.wp-block-post-title a:visited,
.wp-block-post-title a:hover,
.wp-block-post-title a:focus {
  color: #0F2A4A !important;
  text-decoration: none;
}

.service-card-link {
  color: #D4A017 !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease !important;
}

.service-card-link:hover,
.service-card-link:focus {
  color: #a67a0f !important;
  gap: 10px;
}


.section-padding {
  padding-top: clamp(48px, 7vw, 96px);
  padding-bottom: clamp(48px, 7vw, 96px);
}

@media (max-width: 900px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.faq-list {
  max-width: 800px;
  margin: 32px auto 0;
}

.faq-item {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-summary {
  padding: 16px 20px;
  background-color: #F5F5F5;
  cursor: pointer;
  font-weight: 600;
  color: #0F2A4A;
  user-select: none;
  display: block;
}

.faq-summary:hover {
  background-color: #EFEFEF;
}

.faq-item details[open] .faq-summary {
  background-color: #EFEFEF;
}

.faq-item p {
  padding: 16px 20px;
  margin: 0;
  color: #1A1A2E;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 600px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .faq-list {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* HEADER STYLES */
.whb-topbar {
  background-color: #0A1628;
  height: 36px;
  padding: 0 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.whb-topbar-desktop {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 769px) {
  .whb-topbar-desktop {
    display: flex !important;
    height: 36px !important;
    padding: 0 48px !important;
    margin: 0 !important;
  }
}

.whb-topbar-left {
  color: #94A3B8;
}

.whb-topbar-right {
  display: flex;
  align-items: center;
  gap: 0;
}

.whb-topbar-phone {
  color: #D4A017;
}

.whb-topbar-links {
  color: #94A3B8;
  margin-left: 0;
}

/* INDUSTRIES GRID STYLES */
.industries-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 24px !important;
}

.industry-card {
  border: 1px solid #E0E0E0 !important;
  padding: 24px !important;
  border-radius: 12px !important;
  background: #FFFFFF !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.industry-card:hover {
  border-color: #D4A017 !important;
  box-shadow: 0 8px 24px rgba(212, 160, 23, 0.15) !important;
  transform: translateY(-4px) !important;
}

.industry-card a {
  color: #0F2A4A !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease !important;
}

.industry-card:hover a {
  color: #D4A017 !important;
}

@media (max-width: 1024px) {
  .industries-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .industry-card {
    padding: 20px !important;
  }
}

.whb-topbar-links a {
  color: #94A3B8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.whb-topbar-links a:hover {
  color: #D4A017;
}

/* Header template part - normal flow, no sticky */
.wp-site-blocks > .wp-block-template-part:has(.whb-nav) {
  position: relative !important;
  z-index: auto !important;
}

/* HEADER STYLES */
#main-header,
.whb-header,
.whb-header#main-header {
  background-color: #0F2A4A !important;
  height: 80px !important;
  padding: 0 48px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  max-width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  width: 100% !important;
  transition: all 0.3s ease !important;
  left: 0 !important;
  right: 0 !important;
  box-sizing: border-box !important;
}

/* FIXED WHITE HEADER OVERLAY (appears when scrolling past 240px) */
#whb-header-fixed {
  background: #FFFFFF !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

#whb-header-fixed .whb-header {
  background-color: #FFFFFF !important;
}

#whb-header-fixed .whb-logo a {
  color: #111111 !important;
  font-size: 28px !important;
}

#whb-header-fixed .whb-nav-link {
  color: #111111 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  transition: color 0.25s ease;
  position: relative;
}

/* Animated underline ::after pseudo-element - white header state */
#whb-header-fixed .whb-nav-link:not(.whb-nav-link-cta)::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #D4A017;
  transition: width 0.25s ease;
}

#whb-header-fixed .whb-nav-link:not(.whb-nav-link-cta):hover::after {
  width: 100%;
}

#whb-header-fixed .whb-nav-link:hover {
  color: #D4A017 !important;
}

/* Active page indicator - white header state */
#whb-header-fixed .whb-nav-link.current-menu-item::after,
#whb-header-fixed .whb-nav-link[aria-current="page"]::after {
  width: 100%;
}

#whb-header-fixed .whb-hamburger span {
  background-color: #111111 !important;
}

#whb-header-fixed .whb-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px) !important;
}

#whb-header-fixed .whb-hamburger.active span:nth-child(2) {
  opacity: 0 !important;
}

#whb-header-fixed .whb-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px) !important;
}

#whb-header-fixed .whb-nav.active {
  max-height: 500px !important;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1) !important;
}

/* FIX PARENT CONTAINERS THAT BREAK STICKY POSITIONING */
html {
  overflow-y: auto !important;
}

body {
  overflow-y: auto !important;
  padding-top: 0 !important;
}

/* WordPress block container - allow sticky children */
.wp-site-blocks {
  overflow: visible !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}

/* Generic group blocks - don't constrain sticky positioning */
.wp-block-group {
  position: relative !important;
  overflow: visible !important;
}

/* Ensure template container doesn't break sticky */
.wp-block-template {
  overflow: visible !important;
}

/* Header wrapper containers */
header,
.wp-template-part {
  overflow: visible !important;
}

.whb-logo {
  flex-shrink: 0;
}

.whb-logo a {
  display: inline-block;
}

.whb-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.whb-nav-link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0.3px;
  transition: color 0.25s ease;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Animated underline ::after pseudo-element */
.whb-nav-link:not(.whb-nav-link-cta)::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #D4A017;
  transition: width 0.25s ease;
}

.whb-nav-link:not(.whb-nav-link-cta):hover::after {
  width: 100%;
}

.whb-nav-link:hover {
  color: #D4A017;
}

/* Active page indicator - WordPress current-menu-item */
.whb-nav-link.current-menu-item::after,
.whb-nav-link[aria-current="page"]::after {
  width: 100%;
}

/* Direction-Aware Animation Keyframes */
@keyframes whb-swap-down {
  0%   { transform: translateY(0); opacity: 1; }
  49%  { transform: translateY(110%); opacity: 0; }
  50%  { transform: translateY(-110%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes whb-swap-up {
  0%   { transform: translateY(0); opacity: 1; }
  49%  { transform: translateY(-110%); opacity: 0; }
  50%  { transform: translateY(110%); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

/* Contact Text Wrapper - Container for animation */
.whb-contact-text-wrapper {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}

/* Contact Text - Animated span */
.whb-contact-text {
  display: inline-block;
  transition: color 0.25s ease;
  transform: translateY(0);
  opacity: 1;
}

/* Icon Container - Holds animated icon */
.whb-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 1;
}

/* Icon Inner - Animated SVG wrapper */
.whb-cta-icon-inner {
  display: inline-block;
  transition: transform 0.25s ease;
  transform: translateY(0);
  opacity: 1;
}

/* Contact Button Style */
.whb-nav-link-cta {
  background-color: #D4A017 !important;
  color: #0F2A4A !important;
  padding: 10px 10px 10px 32px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  height: fit-content;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.whb-nav-link-cta:hover {
  background-color: #C29212 !important;
  color: #0F2A4A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}

/* Override generic nav-link hover for Contact button - text MUST stay navy */
#whb-header-fixed .whb-nav-link-cta:hover {
  color: #0F2A4A !important;
}

/* Direction-aware animations on hover */
/* Enter from top: text and icon exit down, re-enter from above */
.whb-contact-btn.enter-from-top .whb-contact-text,
.whb-contact-btn.enter-from-top .whb-cta-icon-inner {
  animation: whb-swap-down 0.4s ease forwards;
}

/* Enter from bottom: text and icon exit up, re-enter from below */
.whb-contact-btn.enter-from-bottom .whb-contact-text,
.whb-contact-btn.enter-from-bottom .whb-cta-icon-inner {
  animation: whb-swap-up 0.4s ease forwards;
}

.whb-new-badge {
  background-color: #D4A017;
  color: #0F2A4A;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}

.whb-header-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.whb-btn-outlined {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
}

.whb-btn-outlined:hover {
  background-color: #FFFFFF;
  color: #0F2A4A;
}

/* TYPOGRAPHY SIZING */

/* General body text */
body {
  font-size: 16px;
  line-height: 1.7;
}

p {
  line-height: 1.7;
}

/* Header typography */
.whb-logo a {
  font-size: 24px !important;
}

.whb-nav-link {
  font-size: 17px !important;
}

/* Hero Section */
h1 {
  font-size: 56px;
  line-height: 1.2;
}

.hero-subheadline {
  font-size: 18px !important;
  line-height: 1.7 !important;
}

/* Hero button */
.wp-block-button__link {
  font-size: 16px !important;
  padding: 14px 32px !important;
}

/* Service section heading */
.wp-block-group > h2:nth-of-type(1) {
  font-size: 36px !important;
  font-weight: 700 !important;
}

/* Service cards */
.service-card-title {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.service-card-price {
  font-size: 17px !important;
}

.service-card-link {
  font-size: 13px !important;
}

/* Why Choose Us section */
.wp-block-group > h2 {
  font-size: 36px !important;
  font-weight: 700 !important;
}

.card p:first-child {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.card p {
  font-size: 13px !important;
  line-height: 1.6 !important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  h1 {
    font-size: 36px !important;
  }

  .whb-logo a {
    font-size: 24px !important;
  }

  .whb-nav-link {
    font-size: 13px !important;
  }

  .hero-subheadline {
    font-size: 13px !important;
  }

  .wp-block-group > h2 {
    font-size: 28px !important;
  }

  .service-card-title {
    font-size: 18px !important;
  }

  .card p:first-child {
    font-size: 13px !important;
  }
}

/* CASE STUDY HIGHLIGHT CARD HOVER EFFECTS */
.case-study-highlight-card {
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
}

.case-study-highlight-card:hover {
  transform: translateY(-8px) scale(1.02) !important;
  box-shadow: 0 12px 32px rgba(15, 42, 74, 0.15) !important;
  border-color: #D4A017 !important;
}

/* FOOTER STYLES */
.whb-footer {
  background-color: #0F2A4A;
  color: #94A3B8;
  padding: 80px 48px 40px;
  box-sizing: border-box;
  width: 100%;
}

.whb-footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

.whb-footer-col {
  display: flex;
  flex-direction: column;
}

.whb-footer-brand {
  grid-column: span 1;
}

.whb-footer-logo {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px 0;
  letter-spacing: -0.5px;
}

.whb-footer-tagline {
  color: #94A3B8;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 24px 0;
}

.whb-footer-social {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.whb-social-icon {
  color: #FFFFFF;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  text-decoration: none;
}

.whb-social-icon:hover {
  color: #D4A017;
}

.whb-social-icon svg {
  width: 100%;
  height: 100%;
}

.whb-footer-heading {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}

.whb-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.whb-footer-list li {
  margin-bottom: 12px;
}

.whb-footer-list a {
  color: #94A3B8;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.whb-footer-list a:hover {
  color: #D4A017;
}

.whb-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.whb-contact-item {
  color: #94A3B8;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.whb-contact-item a {
  color: #94A3B8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.whb-contact-item a:hover {
  color: #D4A017;
}

.whb-contact-icon {
  color: #D4A017;
  font-weight: bold;
}

.whb-contact-label {
  color: #94A3B8;
  font-weight: 600;
  min-width: 45px;
}

.whb-footer-bottom {
  background-color: #0A1628;
  padding: 24px 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.whb-footer-bottom-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.whb-footer-copyright {
  color: #94A3B8;
  font-size: 14px;
  margin: 0;
}

.whb-footer-legal-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.whb-footer-legal-links a {
  color: #94A3B8;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.whb-footer-legal-links a:hover {
  color: #D4A017;
}

.whb-separator {
  color: #94A3B8;
}

/* FOOTER RESPONSIVE */
@media (max-width: 1024px) {
  .whb-footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .whb-footer-brand {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .whb-footer {
    padding: 60px 24px 30px;
  }

  .whb-footer-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .whb-footer-brand {
    grid-column: span 1;
  }

  .whb-footer-bottom-container {
    flex-direction: column;
    text-align: center;
  }

  .whb-footer-legal-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .whb-footer-heading {
    font-size: 13px;
  }

  .whb-footer-list a {
    font-size: 14px;
  }

  .whb-contact-item {
    font-size: 14px;
  }
}

html, body, .wp-site-blocks, main, .wp-block-group {
    overflow: visible !important;
    overflow-x: visible !important;
}

.wp-block-template-part[data-type="header"],
.site-header,
header.wp-block-template-part {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
    background: #0F2A4A !important;
}

/* Hero Column Padding - Prevent Text Cutoff */
.wp-block-column {
  padding: 0 16px !important;
}

.wp-block-group {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* Homepage Hero Heading */
.wp-block-group h1 {
  font-size: 2.2rem !important;
  line-height: 1.2 !important;
}

@media (max-width: 768px) {
  .wp-block-group h1 {
    font-size: 1.8rem !important;
  }
}

@media (max-width: 480px) {
  .wp-block-group h1 {
    font-size: 1.5rem !important;
  }
}

/* Mobile Hamburger Menu */
.whb-hamburger {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  gap: 5px;
  padding: 0;
  margin: 0 16px;
}

.whb-hamburger span {
  width: 24px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.whb-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.whb-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.whb-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/* Mobile Navigation */
@media (max-width: 768px) {
  /* Hide topbar on mobile */
  .whb-topbar-desktop {
    display: none !important;
  }

  /* Show hamburger */
  .whb-hamburger {
    display: flex;
  }

  /* Mobile menu styling */
  .whb-nav {
    position: absolute !important;
    top: 80px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    box-sizing: border-box;
    background-color: #0F2A4A;
    flex-direction: column;
    gap: 0;
    padding: 16px;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease;
    justify-content: flex-start;
    z-index: 1000;
    flex: none !important;
  }

  .whb-nav.active {
    max-height: 500px !important;
    border-bottom: 1px solid #1a3d5c !important;
    background-color: #0F2A4A !important;
    padding: 16px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3) !important;
  }

  .whb-nav-link {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #1a3d5c;
    display: block;
    white-space: normal;
  }

  .whb-nav-link:last-child {
    border-bottom: none;
  }

  /* Contact button in mobile menu */
  .whb-nav-link-cta {
    width: auto;
    padding: 8px 8px 8px 28px !important;
    border-bottom: none !important;
    margin: 8px 0;
    display: inline-flex !important;
  }

  /* Fixed white header mobile styling */
  #whb-header-fixed .whb-hamburger-fixed {
    display: flex;
  }

  #whb-header-fixed .whb-nav-fixed {
    position: absolute !important;
    top: 80px !important;
    left: 0 !important;
    right: 0 !important;
    background-color: #FFFFFF !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 16px !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease !important;
    justify-content: flex-start !important;
    z-index: 1000 !important;
    flex: none !important;
    display: flex !important;
  }

  #whb-header-fixed .whb-nav-fixed.active {
    max-height: 500px !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1) !important;
    background-color: #FFFFFF !important;
    padding: 16px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
  }

  #whb-header-fixed .whb-nav-link {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  }

  #whb-header-fixed .whb-nav-link:last-child {
    border-bottom: none;
  }

  /* Contact button in fixed header mobile menu */
  #whb-header-fixed .whb-nav-link-cta {
    width: auto;
    padding: 8px 8px 8px 28px !important;
    border-bottom: none !important;
    margin: 8px 0;
    display: inline-flex !important;
  }

  /* Hide login button on mobile */
  .whb-header-right-desktop {
    display: none !important;
  }

  /* Header adjustments */
  .whb-header {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .whb-logo a {
    font-size: 18px !important;
  }

  /* Stats section fixes */
  .stats-section {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .stats-section > div {
    width: 100% !important;
  }

  .stats-section div div:first-child {
    white-space: nowrap !important;
    font-size: 36px !important;
  }

  /* Pricing cards - stack in 1 column */
  .pricing-card {
    width: 100% !important;
  }

  /* Prevent horizontal scroll */
  body,
  html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  .wp-block-group,
  .wp-block-columns,
  .wp-block-column {
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  /* Stats section - 2x2 grid on tablet */
  .stats-section > div {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px !important;
  }

  /* How It Works section - 1 column */
  /* Target the grid div that contains 3-column layout */
  section > div[style*="grid-template-columns:repeat(3"] {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  /* Pricing tiers - 1 column on tablet */
  section > div[style*="grid-template-columns:repeat(3,1fr)"] {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .pricing-card {
    width: 100% !important;
  }

  .pricing-card-popular {
    transform: scale(1) !important;
  }

  /* Fix content shifting */
  body,
  html {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  /* Remove any negative margins that cause shift */
  .wp-block-group,
  .wp-block-columns,
  .wp-block-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Hide topbar completely on tablets */
  .whb-topbar {
    display: none !important;
  }
}

/* About Page Styles */
.about-hero {
  background: linear-gradient(135deg, #0F2A4A 0%, #1a3d5c 100%);
  padding: 100px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(212, 160, 23, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.about-hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 24px 0;
  line-height: 1.2;
  font-family: 'Sora', sans-serif;
}

.about-hero-subtitle {
  font-size: 1.25rem;
  color: #E8EDF3;
  line-height: 1.6;
  margin: 0 0 32px 0;
  opacity: 0.95;
}

.about-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}

/* Responsive About Page */
@media (max-width: 768px) {
  .about-hero {
    padding: 80px 24px;
  }

  .about-hero-title {
    font-size: 2.5rem;
  }

  .about-hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 24px;
  }

  .story-section {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .stats-section {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px !important;
  }

  .values-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .work-steps {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }
}

@media (max-width: 480px) {
  .about-hero {
    padding: 60px 16px;
  }

  .about-hero-title {
    font-size: 2rem;
  }

  .about-hero-subtitle {
    font-size: 1rem;
  }

  .about-hero-buttons a {
    width: 100%;
  }

  /* Stats section - 1 column on mobile */
  .stats-section > div {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  /* Service page - How It Works and Pricing - 1 column */
  section > div[style*="grid"] {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .work-steps {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  h2 {
    font-size: 1.75rem !important;
  }
}

/* HERO SECTION BUTTONS */
a[style*="background-color:#D4A017"][style*="padding:14px 32px"] {
  cursor: pointer;
}

a[style*="background-color:#D4A017"][style*="color:#0F2A4A"]:hover {
  background-color: #c49615 !important;
  transform: translateY(-2px);
}

a[style*="background-color:transparent"][style*="color:#FFFFFF"][style*="border:2px solid #D4A017"]:hover {
  background-color: #D4A017 !important;
  color: #0F2A4A !important;
  transform: translateY(-2px);
}

/* WHY CHOOSE US GRID */
.whb-why-choose-grid {
  transition: all 0.25s ease;
}

@media (max-width: 768px) {
  .whb-why-choose-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}

/* WHY CHOOSE US CARDS - HOVER EFFECTS */
.whb-why-choose-grid > div {
  cursor: pointer;
  transition: all 0.25s ease;
}

.whb-why-choose-grid > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15, 42, 74, 0.12) !important;
}

/* Additional media query for 768px - override inline styles */
@media (max-width: 768px) {
  /* Stats section parent div with inline grid */
  .stats-section > div {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 32px !important;
  }

  /* Service pages - sections with inline grid-template-columns */
  section:has(> div[style*="grid-template-columns:repeat(3"]) > div {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}

/* ===== Services Grid ===== */
.whb-services {
    background: #FFFFFF;
    padding: 64px 32px 72px;
    border-radius: 0;
    max-width: none;
    margin: 0;
    box-shadow: none;
}
.whb-services-head {
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
}
.whb-services-title {
    font-family: 'Sora', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #0F2A4A;
    line-height: 1.2;
    margin: 0 0 14px;
}
.whb-services-sub {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #5A6675;
    margin: 0;
}
.whb-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    max-width: 1280px;
    margin: 0 auto;
}
.whb-svc-card {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px 20px 22px;
    text-decoration: none;
    border: 1px solid rgba(15,42,74,0.10);
    box-shadow: 0 6px 20px rgba(15,42,74,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.whb-svc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}
.whb-svc-mock {
    background: #F4F7FA;
    border: 1px solid rgba(15,42,74,0.10);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
}
.whb-mock-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    background: #E7EDF3;
}
.whb-mock-bar span {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: #C3CDD8;
}
.whb-mock-bar em {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    font-style: normal;
    color: #8A94A0;
    margin-left: 6px;
}
.whb-mock-badge {
    font-family: 'Inter', sans-serif;
    font-size: 8px;
    font-weight: 600;
    color: #0F2A4A;
    background: rgba(212,160,23,0.20);
    border-radius: 4px;
    padding: 2px 6px;
    margin-left: auto;
}
.whb-mock-badge.green {
    color: #1B7A4B;
    background: rgba(27,122,75,0.14);
}
.whb-mock-badge.red {
    color: #B84040;
    background: rgba(184,64,64,0.14);
}
.whb-mock-body {
    padding: 14px 14px;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.whb-mock-line {
    height: 7px;
    border-radius: 4px;
    background: #D3DCE5;
}
.whb-mock-line.w50 { width: 50%; }
.whb-mock-line.w55 { width: 55%; }
.whb-mock-line.w60 { width: 60%; }
.whb-mock-line.w65 { width: 65%; }
.whb-mock-line.w70 { width: 70%; }
.whb-mock-line.w80 { width: 80%; }
.whb-mock-line.w90 { width: 90%; }
.whb-mock-line.highlight { background: #D4A017; }
.whb-mock-line.broken {
    background: repeating-linear-gradient(90deg,#E0A0A0 0 6px,transparent 6px 10px);
}
.whb-mock-tag {
    align-self: flex-start;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    font-weight: 600;
    color: #0F2A4A;
    background: rgba(212,160,23,0.20);
    border-radius: 4px;
    padding: 3px 7px;
    margin-top: 2px;
}
.whb-mock-rank, .whb-mock-list {
    display: flex;
    align-items: center;
    gap: 8px;
}
.whb-mock-rank b {
    font-family: 'Sora', sans-serif;
    font-size: 10px;
    color: #8A94A0;
    width: 12px;
}
.whb-mock-list i {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #A9B6C2;
    flex-shrink: 0;
}
.whb-mock-img {
    height: 34px;
    border-radius: 5px;
    background: #DDE5EC;
    border: 1px dashed #B9C6D2;
}
.whb-mock-arrow {
    font-size: 12px;
    color: #8A94A0;
    line-height: 1;
}
.whb-svc-name {
    font-family: 'Sora', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #0F2A4A;
    margin: 0 0 8px;
}
.whb-svc-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15.5px;
    line-height: 1.55;
    color: #5A6675;
    margin: 0 0 12px;
    min-height: auto;
}
.whb-svc-points {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    border-top: 1px solid rgba(15,42,74,0.08);
    padding-top: 12px;
}
.whb-svc-points li {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    color: #5A6675;
    padding-left: 20px;
    margin-bottom: 7px;
    position: relative;
}
.whb-svc-points li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #D4A017;
    font-weight: 700;
}
.whb-svc-cta {
    margin-top: auto;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #D4A017;
}
.whb-svc-cta::after {
    content: " →";
    transition: margin-left 0.25s ease;
}
.whb-svc-card:hover .whb-svc-cta::after {
    margin-left: 5px;
}
.whb-svc-foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(15,42,74,0.08);
    padding-top: 16px;
}
.whb-svc-price {
    font-family: 'Sora', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #0F2A4A;
}
.whb-svc-price em {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    color: #8A94A0;
}

@media (max-width: 1100px) {
    .whb-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .whb-services-grid { grid-template-columns: 1fr; }
}
/* ===== Featured Service Card ===== */
.whb-svc-card {
    position: relative;
}

.whb-svc-featured {
    border-top-width: 4px;
    box-shadow: 0 8px 28px rgba(212,160,23,0.18);
}

.whb-svc-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: #D4A017;
    color: #0F2A4A;
    font-family: 'Sora', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(0,0,0,0.20);
}

.whb-services-grid {
    padding-top: 14px;
}
.whb-statband {
    background: #0A1D33;
    border-top: none;
    border-bottom: none;
    padding: 32px 24px;
}
.whb-statband-inner {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.whb-statband-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.whb-statband-num {
    font-family: 'Sora', sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #D4A017;
    line-height: 1;
}
.whb-statband-label {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.72);
}
@media (max-width: 700px) {
    .whb-statband-inner { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
    .whb-statband-num { font-size: 36px; }
}
.whb-carousel {
    background: #0F2A4A;
    padding: 72px 48px;
    overflow: hidden;
    border-top: 12px solid #FFFFFF;
}
.whb-carousel-head {
    max-width: 1400px;
    margin: 0 auto 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
}
.whb-carousel-headtext {
    flex: 1;
}
.whb-carousel-title {
    font-family: 'Sora', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 12px;
    text-align: left;
}
.whb-carousel-sub {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.72);
    margin: 0;
    text-align: left;
}
.whb-carousel-viewport {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.whb-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s ease;
}
.whb-slide {
    flex: 0 0 calc((100% - 48px) / 3);
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px 36px;
    border-top: 3px solid #D4A017;
    text-decoration: none;
    display: block;
}
a.whb-slide { transition: transform 0.25s ease, box-shadow 0.25s ease; }
a.whb-slide:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(0,0,0,0.28); }
.whb-slide-icon {
    width: 60px; height: 60px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(212,160,23,0.12);
    border-radius: 12px;
    color: #D4A017;
    margin-bottom: 22px;
}
.whb-slide-icon svg { width: 30px; height: 30px; }
.whb-slide-name {
    font-family: 'Sora', sans-serif;
    font-size: 24px; font-weight: 700;
    color: #0F2A4A; margin: 0 0 14px;
}
.whb-slide-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px; line-height: 1.65;
    color: #5A6675; margin: 0;
}
.whb-carousel-nav {
    display: flex;
    gap: 14px;
    margin-top: 0;
    flex-shrink: 0;
}
.whb-carousel-arrow {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #D4A017;
    background: #D4A017;
    color: #0F2A4A;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.25s ease;
}
.whb-carousel-arrow:hover {
    background: transparent;
    border-color: #D4A017;
    color: #D4A017;
    transform: translateY(-2px);
}
.whb-carousel-arrow svg {
    width: 24px;
    height: 24px;
    stroke-width: 2.5;
}
.whb-carousel-arrow:disabled { opacity: 0.35; cursor: not-allowed; }
@media (max-width: 900px) {
    .whb-slide { flex: 0 0 calc((100% - 24px) / 2); }
    .whb-carousel-title { font-size: 27px; }
}
@media (max-width: 700px) {
    .whb-carousel-head {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}
@media (max-width: 600px) {
    .whb-slide { flex: 0 0 100%; }
}
/* ==========================================
   Industries We Serve Section
   ========================================== */
.industries-section {
  padding: 100px 24px;
  background: #f7f5f0;
}

.industries-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.industries-eyebrow {
  color: #c9a961;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 16px;
}

.industries-title {
  font-family: 'Sora', sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: #0a1930;
  text-align: center;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.industries-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #4a5568;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.industry-card {
  background: #ffffff;
  border: 1px solid #e8e5dd;
  border-radius: 12px;
  padding: 32px 20px;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: block;
}

.industry-card:hover {
  transform: translateY(-6px);
  border-color: #c9a961;
  box-shadow: 0 14px 32px rgba(10, 25, 48, 0.10);
}

.industry-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  color: #0a1930;
  transition: color 0.3s ease;
  display: block;
}

.industry-card:hover .industry-icon {
  color: #c9a961;
}

.industry-name {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0a1930;
  margin: 0;
  line-height: 1.3;
}

.industries-cta {
  text-align: center;
  margin-top: 56px;
}

.industries-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0a1930;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 32px;
  border: 2px solid #0a1930;
  border-radius: 8px;
  transition: background 0.3s ease, color 0.3s ease;
}

.industries-cta-link:hover {
  background: #0a1930;
  color: #c9a961;
}

/* Responsive */
@media (max-width: 1024px) {
  .industries-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .industries-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .industries-section { padding: 60px 16px; }
  .industry-card { padding: 24px 14px; }
}

/* ==========================================
   Countries We Build Links In Section
   ========================================== */
.whb-countries {
    background: #FFFFFF;
    padding: 64px 24px;
}
.whb-countries-head {
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}
.whb-countries-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #D4A017;
    margin: 0 0 10px;
}
.whb-countries-title {
    font-family: 'Sora', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #0F2A4A;
    margin: 0 0 12px;
}
.whb-countries-sub {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #5A6675;
    margin: 0;
}
.whb-countries-grid {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.whb-country-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #F7F9FC;
    border: 1px solid rgba(15,42,74,0.08);
    border-radius: 12px;
    padding: 18px 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.whb-country-card:hover {
    transform: translateY(-3px);
    border-color: rgba(212,160,23,0.45);
    box-shadow: 0 8px 20px rgba(15,42,74,0.08);
}
.whb-country-flag {
    font-size: 22px;
    line-height: 1;
}
.whb-country-name {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0F2A4A;
}
@media (max-width: 900px) {
    .whb-countries-grid { grid-template-columns: repeat(2, 1fr); }
    .whb-countries-title { font-size: 27px; }
}

/* ==========================================
   Resource Page Links Service Page Styles
   ========================================== */

/* HERO SECTION */
.whb-svcpage-hero {
    background: linear-gradient(135deg, #1A3A5C 0%, #0F2A4A 100%);
    padding: 100px 24px;
    position: relative;
    overflow: hidden;
}

.whb-svcpage-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(212, 160, 23, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
    z-index: 1;
}

.whb-svcpage-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.whb-svcpage-eyebrow {
    color: #D4A017;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
}

.whb-svcpage-title {
    font-family: 'Sora', sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.15;
    margin: 0;
}

.whb-svcpage-desc {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    max-width: 700px;
    margin: 0;
}

.whb-svcpage-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
}

.whb-svcpage-stats {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.whb-svcpage-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.whb-svcpage-stat b {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #D4A017;
}

.whb-svcpage-stat span {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* HOW IT WORKS SECTION */
.whb-howworks {
    background: #FFFFFF;
    padding: 80px 24px;
}

.whb-howworks-head {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.whb-howworks-head h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #0F2A4A;
    margin: 0 0 12px;
}

.whb-howworks-head p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #5A6675;
    line-height: 1.6;
    margin: 0;
}

.whb-howworks-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.whb-how-step {
    text-align: center;
    position: relative;
}

.whb-how-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #D4A017;
    color: #0F2A4A;
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.whb-how-step h3 {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0F2A4A;
    margin: 0 0 12px;
}

.whb-how-step p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #5A6675;
    line-height: 1.6;
    margin: 0;
}

/* WHAT YOU GET SECTION */
.whb-whatget {
    background: #F7F9FC;
    padding: 80px 24px;
}

.whb-whatget-head {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.whb-whatget-head h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #0F2A4A;
    margin: 0;
}

.whb-whatget-grid {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.whb-get-item {
    font-family: 'Sora', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #0F2A4A;
    padding: 16px 20px;
    background: #FFFFFF;
    border-radius: 8px;
    border-left: 3px solid #D4A017;
}

/* PRICING SECTION */
.whb-svcpricing {
    background: #FFFFFF;
    padding: 80px 24px;
}

.whb-svcpricing-card {
    max-width: 600px;
    margin: 0 auto;
    background: #F7F9FC;
    border: 2px solid rgba(15, 42, 74, 0.1);
    border-radius: 16px;
    padding: 48px;
    text-align: center;
}

.whb-svcpricing-card h2 {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #0F2A4A;
    margin: 0 0 20px;
}

.whb-svcpricing-price {
    font-family: 'Sora', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #D4A017;
    margin: 0 0 12px;
}

.whb-svcpricing-price span {
    font-size: 20px;
    font-weight: 400;
    color: #5A6675;
}

.whb-svcpricing-card p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #5A6675;
    line-height: 1.6;
    margin: 0 0 32px;
}

/* FAQ SECTION */
.whb-svcfaq {
    background: #F7F9FC;
    padding: 80px 24px;
}

.whb-svcfaq h2 {
    font-family: 'Sora', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #0F2A4A;
    text-align: center;
    margin: 0 0 48px;
}

.whb-svcfaq-list {
    max-width: 800px;
    margin: 0 auto;
}

.whb-faq-item {
    border: 1px solid rgba(15, 42, 74, 0.1);
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #FFFFFF;
}

.whb-faq-item summary {
    padding: 20px;
    background-color: #FFFFFF;
    cursor: pointer;
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0F2A4A;
    user-select: none;
    display: block;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.whb-faq-item summary:hover {
    background-color: #F7F9FC;
    color: #D4A017;
}

.whb-faq-item[open] summary {
    background-color: #F7F9FC;
    color: #D4A017;
}

.whb-faq-item p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #5A6675;
    line-height: 1.6;
    padding: 20px;
    margin: 0;
}

/* CTA SECTION */
.whb-svccta {
    background: #0F2A4A;
    padding: 80px 24px;
    text-align: center;
}

.whb-svccta h2 {
    font-family: 'Sora', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 12px;
}

.whb-svccta p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0 0 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .whb-svcpage-title { font-size: 40px; }
    .whb-svcpage-desc { font-size: 16px; }
    .whb-svcpage-stats { gap: 24px; }
    .whb-howworks-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .whb-howworks-head h2 { font-size: 32px; }
    .whb-whatget-grid { grid-template-columns: 1fr; }
    .whb-svcfaq-list { max-width: 100%; }
    .whb-svccta h2 { font-size: 32px; }
}

@media (max-width: 600px) {
    .whb-svcpage-hero { padding: 60px 20px; }
    .whb-svcpage-title { font-size: 32px; }
    .whb-svcpage-desc { font-size: 15px; }
    .whb-svcpage-ctas { flex-direction: column; align-items: stretch; }
    .whb-svcpage-ctas a { width: 100%; }
    .whb-svcpage-stats { gap: 16px; flex-direction: column; }
    .whb-howworks { padding: 60px 20px; }
    .whb-howworks-grid { grid-template-columns: 1fr; gap: 32px; }
    .whb-whatget { padding: 60px 20px; }
    .whb-svcpricing { padding: 60px 20px; }
    .whb-svcpricing-card { padding: 32px; }
    .whb-svcfaq { padding: 60px 20px; }
    .whb-svccta { padding: 60px 20px; }
    .whb-svccta h2 { font-size: 28px; }
}
/* ==========================================================================
   WHITE HAT BACKLINK - DR TIER PRICING SECTION
   Paste this at the END of components.css
   Straight quotes only. Do not let an editor convert these to smart quotes.
   ========================================================================== */

.whb-pricing {
  padding: 80px 0;
  background: #ffffff;
}

.whb-pricing__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Section heading ---------------------------------------------------- */

.whb-pricing__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #D4A017;
  text-align: center;
  margin: 0 0 12px;
}

.whb-pricing__title {
  font-family: "Sora", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #0F2A4A;
  text-align: center;
  margin: 0 0 14px;
  line-height: 1.2;
}

.whb-pricing__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #5a6b80;
  text-align: center;
  max-width: 620px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

/* --- Shared feature strip above the cards ------------------------------- */

.whb-pricing__features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 40px;
}

.whb-pricing__feature {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #5a6b80;
  display: flex;
  align-items: center;
  gap: 7px;
}

.whb-pricing__feature svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke: #D4A017;
}

/* --- Grid: 6 columns per row -------------------------------------------- */

.whb-pricing-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

/* --- Card --------------------------------------------------------------- */

.whb-price-card {
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.whb-price-card:hover {
  transform: translateY(-6px);
  border-color: #D4A017;
  box-shadow: 0 12px 28px rgba(15, 42, 74, 0.10);
}

.whb-price-card__tier {
  font-family: "Sora", sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 10px;
}

.whb-price-card__desc {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #5a6b80;
  margin: 0 0 18px;
}

/* margin-top auto pushes price and button to the bottom so every card lines up */
.whb-price-card__amount {
  font-family: "Sora", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 16px;
  line-height: 1;
}

.whb-price-card__btn {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 6px;
  border-radius: 8px;
  border: 2px solid #0F2A4A;
  color: #0F2A4A;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.whb-price-card__btn:hover {
  background: #0F2A4A;
  color: #ffffff;
}

/* --- Popular card ------------------------------------------------------- */

.whb-price-card--popular {
  border: 2px solid #D4A017;
  box-shadow: 0 10px 30px rgba(15,42,74,0.13);
  padding: 0;
  overflow: hidden;
}

.whb-price-card--popular .whb-price-card__body {
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.whb-price-card__badge {
  background: #0F2A4A;
  color: #D4A017;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 4px;
}

.whb-price-card:not(.whb-price-card--popular) {
  margin-top: 22px;
}

.whb-price-card__bestfor {
  font-size: 13px;
  font-weight: 600;
  color: #B89014;
  margin: 0 0 18px;
  line-height: 1.4;
}

.whb-price-card__amount span {
  font-size: 14px;
  font-weight: 400;
  color: #8a97a8;
}

.whb-price-card__features {
  border-top: 1px solid #e3e8ef;
  padding-top: 14px;
  font-size: 13px;
  color: #5a6b80;
  line-height: 1.9;
  margin: 0 0 20px;
}

.whb-price-card__features div {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}

.whb-price-card__features svg {
  width: 15px;
  height: 15px;
  stroke: #D4A017;
  flex-shrink: 0;
  margin-top: 5px;
}

.whb-price-card--popular .whb-price-card__btn {
  background: #D4A017;
  border-color: #D4A017;
  color: #3d2a02;
}

.whb-price-card--popular .whb-price-card__btn:hover {
  background: #b8890f;
  border-color: #b8890f;
  color: #ffffff;
}

/* --- Tablet: 3 per row -------------------------------------------------- */

@media (max-width: 1024px) {
  .whb-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .whb-price-card:not(.whb-price-card--popular) {
    margin-top: 0;
  }

  .whb-pricing__title {
    font-size: 32px;
  }
}

/* --- Mobile: 2 per row -------------------------------------------------- */

@media (max-width: 640px) {
  .whb-pricing {
    padding: 56px 0;
  }

  .whb-pricing-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .whb-pricing__features {
    gap: 14px;
    margin-bottom: 28px;
  }

  .whb-pricing__feature {
    font-size: 13px;
  }

  .whb-price-card {
    padding: 18px 14px;
  }

  .whb-price-card__tier {
    font-size: 17px;
  }

  .whb-price-card__amount {
    font-size: 25px;
  }

  .whb-price-card__desc {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .whb-pricing__title {
    font-size: 26px;
  }

  /* Touch devices have no hover, so the lift only causes layout jitter */
  .whb-price-card:hover {
    transform: none;
    box-shadow: none;
  }
}
/* ==========================================================================
   SERVICE PAGE HERO - two column
   ========================================================================== */

.whb-shero {
  background: linear-gradient(135deg, #0F2A4A 0%, #0A1D33 100%);
  padding: 84px 0 92px;
}

.whb-shero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
}

/* --- Left column --------------------------------------------------------- */

.whb-shero__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #D4A017;
  margin: 0 0 16px;
}

.whb-shero__title {
  font-family: "Sora", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.14;
  color: #ffffff;
  margin: 0 0 20px;
}

.whb-shero__title span {
  color: #D4A017;
}

.whb-shero__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #c3cfdd;
  margin: 0 0 28px;
  max-width: 520px;
}

.whb-shero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.whb-shero__btn {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.whb-shero__btn--primary {
  background: #D4A017;
  color: #3d2a02;
  border: 2px solid #D4A017;
}

.whb-shero__btn--primary:hover {
  background: #b8890f;
  border-color: #b8890f;
  color: #ffffff;
}

.whb-shero__btn--ghost {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.whb-shero__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

/* --- Right column: stats box --------------------------------------------- */

.whb-shero__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.whb-shero__stat {
  padding: 28px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.whb-shero__stat:nth-child(2n) {
  border-right: none;
}

.whb-shero__stat:nth-last-child(-n+2) {
  border-bottom: none;
}

.whb-shero__stat-num {
  font-family: "Sora", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #D4A017;
  margin: 0 0 6px;
  line-height: 1;
}

.whb-shero__stat-label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #a9b8c9;
  margin: 0;
  line-height: 1.4;
}

/* --- Tablet -------------------------------------------------------------- */

@media (max-width: 900px) {
  .whb-shero__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .whb-shero__title {
    font-size: 38px;
  }

  .whb-shero__subtitle {
    max-width: none;
  }
}

/* --- Mobile -------------------------------------------------------------- */

@media (max-width: 640px) {
  .whb-shero {
    padding: 56px 0 60px;
  }

  .whb-shero__title {
    font-size: 30px;
  }

  .whb-shero__subtitle {
    font-size: 15px;
  }

  .whb-shero__stat {
    padding: 20px 16px;
  }

  .whb-shero__stat-num {
    font-size: 24px;
  }

  .whb-shero__btn {
    padding: 13px 22px;
    font-size: 14px;
  }
}
/* ==========================================================================
   PROOF STRIP - credentials bar between hero and pricing
   ========================================================================== */

.whb-proof {
  background: #ffffff;
  padding: 40px 0;
  border-bottom: 1px solid #e3e8ef;
}

.whb-proof__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 48px;
}

.whb-proof__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #0F2A4A;
}

.whb-proof__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whb-proof__icon svg {
  width: 18px;
  height: 18px;
  stroke: #D4A017;
}

.whb-proof__num {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #D4A017;
}

/* --- Mobile -------------------------------------------------------------- */

@media (max-width: 640px) {
  .whb-proof {
    padding: 28px 0;
  }

  .whb-proof__inner {
    gap: 16px 32px;
  }

  .whb-proof__item {
    font-size: 13px;
  }

  .whb-proof__icon {
    width: 30px;
    height: 30px;
  }

  .whb-proof__icon svg {
    width: 15px;
    height: 15px;
  }
}
/* ==========================================================================
   HERO VISUAL - layered placement screenshots
   ========================================================================== */

.whb-shero__visual {
  position: relative;
  padding: 0 0 70px 0;
}

.whb-shero__img-main {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.whb-shero__img-sub {
  position: absolute;
  right: -18px;
  bottom: 0;
  width: 52%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* --- Annotation pills ---------------------------------------------------- */

.whb-shero__tag {
  position: absolute;
  background: #D4A017;
  color: #3d2a02;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 13px;
  border-radius: 20px;
  white-space: nowrap;
  z-index: 4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.whb-shero__tag--top {
  top: -13px;
  left: 16px;
}

.whb-shero__tag--bottom {
  bottom: 34px;
  left: 6px;
}

/* --- Left column bullets ------------------------------------------------- */

.whb-shero__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.whb-shero__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #d5dfe9;
  margin-bottom: 13px;
  line-height: 1.5;
}

.whb-shero__bullets svg {
  width: 19px;
  height: 19px;
  stroke: #D4A017;
  flex-shrink: 0;
  margin-top: 2px;
}

/* --- Tablet -------------------------------------------------------------- */

@media (max-width: 900px) {
  .whb-shero__visual {
    padding-bottom: 50px;
    max-width: 560px;
  }
}

/* --- Mobile -------------------------------------------------------------- */

@media (max-width: 640px) {
  .whb-shero__visual {
    padding-bottom: 38px;
  }

  .whb-shero__img-sub {
    position: static !important;
    width: 85% !important;
    right: auto !important;
    bottom: auto !important;
    margin: 16px auto 0 !important;
    display: block !important;
  }

  .whb-shero__tag {
    font-size: 10px;
    padding: 4px 9px;
  }

  .whb-shero__tag--top {
    top: -10px;
    left: 8px;
  }

  .whb-shero__tag--bottom {
    bottom: 18px;
    left: 0;
  }

  .whb-shero__bullets li {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
/* Fix: label near the small image */
.whb-shero__tag--bottom {
  bottom: 4px;
  left: 26%;
}

/* Fix: move small image down and right so it stops covering the highlight */
.whb-shero__img-sub {
  width: 46%;
  right: -26px;
  bottom: -8px;
}

.whb-shero.js-anim .whb-shero__img-main,
.whb-shero.js-anim .whb-shero__img-sub,
.whb-shero.js-anim .whb-shero__tag {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.whb-shero.js-anim .whb-shero__img-main.is-in,
.whb-shero.js-anim .whb-shero__img-sub.is-in,
.whb-shero.js-anim .whb-shero__tag.is-in {
  opacity: 1;
  transform: translateY(0);
}
/* ==========================================================================
   HERO ENTRANCE ANIMATION - JS driven
   Nothing hides unless the script adds .js-anim, so a script failure just
   means the images show instantly rather than never.
   ========================================================================== */

.whb-shero.js-anim .whb-shero__img-main,
.whb-shero.js-anim .whb-shero__img-sub,
.whb-shero.js-anim .whb-shero__tag {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.whb-shero.js-anim .whb-shero__img-main.is-in,
.whb-shero.js-anim .whb-shero__img-sub.is-in,
.whb-shero.js-anim .whb-shero__tag.is-in {
  opacity: 1;
  transform: translateY(0);
}
/* ==========================================================================
   HERO SKELETON - permanent backdrop behind the animated screenshots
   ========================================================================== */

.whb-shero__skeleton {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  padding: 8% 4%;
  pointer-events: none;
}

.whb-shero__skel-row {
  display: flex;
  gap: 13px;
}

.whb-shero__skel-bar {
  height: 26px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
}

/* Two centred bars at the top, like a heading */
.whb-shero__skel-row--head {
  justify-content: center;
}

.whb-shero__skel-row--head .whb-shero__skel-bar {
  flex: 0 0 auto;
}

.whb-shero__skel-bar--w130 { width: 130px; }
.whb-shero__skel-bar--w190 { width: 190px; }

/* Varied widths so the grid does not look mechanical */
.whb-shero__skel-bar--sm { flex: 0.7; }
.whb-shero__skel-bar--lg { flex: 1.6; }

/* The link chip, the one thing that stays lit */
.whb-shero__skel-link {
  flex: 0 0 auto;
  width: 54px;
  height: 26px;
  border-radius: 6px;
  background: rgba(212, 160, 23, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}

.whb-shero__skel-link svg {
  width: 15px;
  height: 15px;
  stroke: #D4A017;
}

/* The images and labels sit above the skeleton */
.whb-shero__img-main,
.whb-shero__img-sub,
.whb-shero__tag {
  position: relative;
  z-index: 2;
}

.whb-shero__img-sub {
  position: absolute;
}

@media (max-width: 640px) {
  .whb-shero__skel-bar,
  .whb-shero__skel-link {
    height: 18px;
  }

  .whb-shero__skeleton {
    gap: 9px;
  }

  .whb-shero__skel-row {
    gap: 9px;
  }
}
/* ==========================================================================
   SKELETON LINK CHIPS - gentle pulse
   ========================================================================== */

.whb-shero__skel-link {
  animation: whbLinkPulse 2.8s ease-in-out infinite;
}

/* The second chip is offset so the two do not pulse in unison */
.whb-shero__skel-row:nth-of-type(5) .whb-shero__skel-link {
  animation-delay: 1.4s;
}

@keyframes whbLinkPulse {
  0%, 100% {
    background: rgba(212, 160, 23, 0.12);
    transform: scale(1);
  }
  50% {
    background: rgba(212, 160, 23, 0.30);
    transform: scale(1.09);
  }
}

.whb-shero__skel-link svg {
  animation: whbLinkGlow 2.8s ease-in-out infinite;
}

.whb-shero__skel-row:nth-of-type(5) .whb-shero__skel-link svg {
  animation-delay: 1.4s;
}

@keyframes whbLinkGlow {
  0%, 100% { opacity: 0.55; }
  50%      { opacity: 1; }
}
/* ==========================================================================
   HERO TAGS - handwritten style with curved arrows
   ========================================================================== */

.whb-shero__tag {
  background: transparent !important;
  box-shadow: none !important;
  color: #D4A017 !important;
  font-family: "Sora", sans-serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  white-space: normal !important;
  max-width: 155px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.whb-shero__tag-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  stroke: #D4A017;
  fill: none;
  stroke-width: 1.8;
  margin-top: 1px;
}

.whb-shero__tag-arrow {
  position: absolute;
  stroke: #D4A017;
  fill: none;
  stroke-width: 2.6;
  stroke-linecap: round;
  pointer-events: none;
}

/* Top label sits above the big screenshot, arrow curves down into it */
.whb-shero__tag--top {
  top: -46px;
  left: 8px;
}

.whb-shero__tag--top .whb-shero__tag-arrow {
  width: 62px;
  height: 66px;
  top: 30px;
  left: 108px;
}

/* Bottom label sits below left, arrow curves up to the small screenshot */
.whb-shero__tag--bottom {
  bottom: -16px;
  left: 2%;
}

.whb-shero__tag--bottom .whb-shero__tag-arrow {
  width: 66px;
  height: 62px;
  bottom: 26px;
  left: 130px;
}

@media (max-width: 900px) {
  .whb-shero__tag {
    font-size: 15px !important;
    max-width: 122px;
  }

  .whb-shero__tag-arrow {
    display: none;
  }

  .whb-shero__tag--top {
    top: -34px;
  }
}
/* ==========================================================================
   HERO TAGS - refinements
   ========================================================================== */

/* White text reads better on navy than gold does */
.whb-shero__tag {
  color: #ffffff !important;
  font-size: 17px !important;
  letter-spacing: 0.2px;
}

/* Icon and arrow stay gold, so the gold still guides the eye */
.whb-shero__tag-icon {
  stroke: #D4A017;
  width: 24px;
  height: 24px;
}

.whb-shero__tag-arrow {
  stroke: #D4A017;
  opacity: 0.85;
}

/* Text fades in on its own, a beat behind the icon and arrow */
.whb-shero.js-anim .whb-shero__tag > span {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.9s ease 0.35s, transform 0.9s ease 0.35s;
}

.whb-shero.js-anim .whb-shero__tag.is-in > span {
  opacity: 1;
  transform: translateY(0);
}
/* ==========================================================================
   HERO TAG - third label for the client article
   ========================================================================== */

.whb-shero__tag--client {
  position: absolute;
  right: -14px;
  bottom: -52px;
  max-width: 140px;
}

.whb-shero__tag--client .whb-shero__tag-arrow {
  width: 54px;
  height: 46px;
  bottom: 30px;
  left: 18px;
}

@media (max-width: 900px) {
  .whb-shero__tag--client {
    right: 0;
    bottom: -40px;
    max-width: 112px;
  }
}
/* Move the client label to the right of the small screenshot */
.whb-shero__tag--client {
  right: -168px;
  bottom: 34px;
  left: auto;
}

.whb-shero__tag--client .whb-shero__tag-arrow {
  width: 48px;
  height: 40px;
  bottom: auto;
  top: 26px;
  left: -42px;
  transform: scaleX(-1);
}

@media (max-width: 1100px) {
  .whb-shero__tag--client {
    right: -14px;
    bottom: -52px;
  }

  .whb-shero__tag--client .whb-shero__tag-arrow {
    top: auto;
    bottom: 30px;
    left: 18px;
    transform: none;
  }
}
/* Client label sits above the small screenshot, inside the page */
.whb-shero__tag--client {
  right: 4px;
  bottom: 232px;
  left: auto;
  max-width: 128px;
}

.whb-shero__tag--client .whb-shero__tag-arrow {
  width: 44px;
  height: 42px;
  top: 34px;
  left: 14px;
  bottom: auto;
  transform: none;
}

@media (max-width: 1100px) {
  .whb-shero__tag--client {
    right: 0;
    bottom: 210px;
    max-width: 108px;
  }
}
/* Client label: move right and lift above the images */
.whb-shero__tag--client {
  right: -6px;
  bottom: 300px;
  left: auto;
  max-width: 122px;
  z-index: 5;
}

.whb-shero__tag--client .whb-shero__tag-arrow {
  width: 40px;
  height: 46px;
  top: 38px;
  left: 20px;
  bottom: auto;
  transform: none;
}

@media (max-width: 1100px) {
  .whb-shero__tag--client {
    right: 0;
    bottom: 270px;
    max-width: 104px;
  }
}
.whb-shero__tag--client {
  right: 118px;
}
.whb-shero__tag--client {
  right: 240px;
}
.whb-shero__tag--client {
  right: 380px;
}
/* Shift the whole hero visual column left */
.whb-shero__visual {
  margin-right: 80px;
}

/* Client label back inside, above the small screenshot */
.whb-shero__tag--client {
  right: 0;
  bottom: 300px;
  left: auto;
  z-index: 5;
}
.whb-shero__tag--client {
  right: -190px;
  bottom: 150px;
  left: auto;
  z-index: 5;
}

.whb-shero__tag--client .whb-shero__tag-arrow {
  width: 46px;
  height: 40px;
  top: 30px;
  left: -44px;
  bottom: auto;
  transform: scaleX(-1);
}
.whb-shero__tag--client .whb-shero__tag-arrow {
  width: 56px;
  height: 38px;
  top: 26px;
  left: -58px;
  bottom: auto;
  transform: none;
}
.whb-shero__tag--client {
  bottom: 230px;
}
.whb-shero__tag--client {
  right: -120px;
  bottom: 190px;
}
.whb-shero__tag--client {
  right: -170px;
  bottom: 150px;
}
.whb-shero__tag--client {
  bottom: 120px;
}
/* ==========================================================================
   HOW IT WORKS - numbered steps on dark navy band
   ========================================================================== */

.whb-steps {
  background: #0A1D33;
  padding: 80px 0;
}

.whb-steps__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.whb-steps__eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #D4A017;
  text-align: center;
  margin: 0 0 12px;
}

.whb-steps__title {
  font-family: "Sora", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0 0 14px;
}

.whb-steps__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #a9b8c9;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 44px;
  line-height: 1.6;
}

.whb-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.whb-step {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 26px 22px;
}

.whb-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #D4A017;
  color: #D4A017;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
}

.whb-step__title {
  font-family: "Sora", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px;
}

.whb-step__desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #a9b8c9;
  margin: 0;
}

@media (max-width: 1024px) {
  .whb-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .whb-steps {
    padding: 56px 0;
  }

  .whb-steps__grid {
    grid-template-columns: 1fr;
  }

  .whb-steps__title {
    font-size: 27px;
  }
}

/* ==========================================================================
   WHY CHOOSE US - three equal columns with icons
   ========================================================================== */

.whb-why {
  background: #ffffff;
  padding: 80px 0;
}

.whb-why__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.whb-why__title {
  font-family: "Sora", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0F2A4A;
  text-align: center;
  margin: 0 0 44px;
}

.whb-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.whb-why__card {
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  padding: 28px 24px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.whb-why__card:hover {
  border-color: #D4A017;
  box-shadow: 0 10px 26px rgba(15, 42, 74, 0.08);
}

.whb-why__icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(212, 160, 23, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.whb-why__icon svg {
  width: 22px;
  height: 22px;
  stroke: #D4A017;
}

.whb-why__card-title {
  font-family: "Sora", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 10px;
}

.whb-why__card-desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #5a6b80;
  margin: 0;
}

@media (max-width: 900px) {
  .whb-why__grid {
    grid-template-columns: 1fr;
  }

  .whb-why__title {
    font-size: 27px;
  }
}

/* ==========================================================================
   FAQ - two column accordion
   ========================================================================== */

.whb-faq__heading {
  text-align: center;
  font-family: 'Sora', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0F2A4A;
  margin-bottom: 48px;
}

.whb-faq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.whb-faq__grid details {
  background: #f6f8fb;
  border: 1px solid #e3e8ef;
  border-radius: 10px;
  padding: 0;
}

.whb-faq__grid summary {
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0F2A4A;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 44px;
}

.whb-faq__grid summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #D4A017;
}

.whb-faq__grid details[open] summary::after {
  content: "-";
}

.whb-faq__grid details p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #5a6b80;
  padding: 0 20px 18px;
  margin: 0;
}

@media (max-width: 800px) {
  .whb-faq__grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   RELATED SERVICES - real descriptions with prices
   ========================================================================== */

.whb-related__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
}

.whb-related__card {
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  padding: 28px 26px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.whb-related__card:hover {
  border-color: #D4A017;
  box-shadow: 0 10px 26px rgba(15, 42, 74, 0.08);
}

.whb-related__title {
  font-family: "Sora", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 10px;
}

.whb-related__desc {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #5a6b80;
  margin: 0 0 14px;
}

.whb-related__price {
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 16px;
}

.whb-related__link {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #B8860B;
  text-decoration: none;
}

.whb-related__link:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .whb-related__grid {
    grid-template-columns: 1fr;
  }
}
/* ===== WHAT IS SECTION ===== */
.whb-whatis {
  padding: 80px 0;
  background: #f8f9fb;
}

.whb-whatis__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.whb-whatis__top {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.whb-whatis__eyebrow {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D4A017;
  margin-bottom: 16px;
  display: block;
}

.whb-whatis__heading {
  font-family: 'Sora', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0F2A4A;
  line-height: 1.3;
  margin: 0 0 20px 0;
}

.whb-whatis__text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #5a6b80;
  margin: 0;
}

.whb-whatis__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.whb-whatis__card {
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 14px;
  padding: 32px 28px;
  text-align: left;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whb-whatis__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(15, 42, 74, 0.1);
}

.whb-whatis__card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #D4A017;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.whb-whatis__card-label {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0F2A4A;
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
}

.whb-whatis__card-label::before {
  display: none;
}

.whb-whatis__card-title {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #5a6b80;
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 991px) {
  .whb-whatis__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .whb-whatis__cards {
    grid-template-columns: 1fr;
  }

  .whb-whatis__heading {
    font-size: 26px;
  }
}

/* ===== TESTIMONIALS SECTION ===== */
.whb-testimonials {
  padding: 80px 0;
  background: #f8f9fb;
}

.whb-testimonials__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.whb-testimonials__eyebrow {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D4A017;
  margin-bottom: 16px;
  display: block;
}

.whb-testimonials__heading {
  font-family: 'Sora', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 12px 0;
}

.whb-testimonials__sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #5a6b80;
  margin: 0 0 48px 0;
}

.whb-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}

.whb-testimonials__card {
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 14px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}

.whb-testimonials__stars {
  font-size: 20px;
  color: #D4A017;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.whb-testimonials__quote {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
  color: #0F2A4A;
  margin: 0;
  flex-grow: 1;
}

.whb-testimonials__divider {
  height: 1px;
  background: #e8ecf1;
  margin: 24px 0;
}

.whb-testimonials__name {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 4px 0;
}

.whb-testimonials__role {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #5a6b80;
  margin: 0;
}

@media (max-width: 768px) {
  .whb-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .whb-testimonials__heading {
    font-size: 26px;
  }
}

/* ===== CENTERED HERO VARIANT ===== */
.whb-shero__center {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.whb-shero__center .whb-shero__bullets {
  text-align: left;
  display: inline-block;
}

.whb-shero__center .whb-shero__buttons {
  justify-content: center;
}

/* ===== HERO STATS GRID ===== */
.whb-shero__stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(212, 160, 23, 0.25);
  border-radius: 14px;
  overflow: hidden;
}

.whb-shero__stat {
  padding: 32px 28px;
  border-bottom: 1px solid rgba(212, 160, 23, 0.15);
  border-right: 1px solid rgba(212, 160, 23, 0.15);
}

.whb-shero__stat:nth-child(2n) {
  border-right: none;
}

.whb-shero__stat:nth-child(n+3) {
  border-bottom: none;
}

.whb-shero__stat-number {
  font-family: 'Sora', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #D4A017;
  line-height: 1.1;
  margin-bottom: 8px;
}

.whb-shero__stat-label {
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  .whb-shero__stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .whb-shero__stat-number {
    font-size: 32px;
  }
}

/* ===== NICHE EDITS HERO FIX ===== */
.whb-shero--ne .whb-shero__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.whb-shero--ne .whb-shero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.whb-shero--ne .whb-shero__bullet {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  opacity: 1 !important;
  transform: none !important;
}

.whb-shero--ne .whb-shero__check {
  color: #D4A017;
  font-weight: 700;
  font-size: 18px;
}

.whb-shero--ne .whb-shero__bullets {
  margin: 28px 0;
  opacity: 1 !important;
}

.whb-shero--ne .whb-shero__btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
}

@media (max-width: 900px) {
  .whb-shero--ne .whb-shero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ===== COMING SOON PAGE ===== */
.whb-coming {
  background: #0F2A4A;
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  text-align: center;
}

.whb-coming__inner {
  max-width: 640px;
}

.whb-coming__badge {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0F2A4A;
  background: #D4A017;
  padding: 6px 20px;
  border-radius: 50px;
  margin-bottom: 28px;
}

.whb-coming__title {
  font-family: 'Sora', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.whb-coming__text {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 40px 0;
}

.whb-coming__features {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 40px;
}

.whb-coming__feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.whb-coming__feature-icon {
  flex-shrink: 0;
}

.whb-coming__feature-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.whb-coming__cta {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.whb-coming__btn {
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
  background: #D4A017;
  color: #0F2A4A;
}

.whb-coming__btn:hover {
  background: #e8b42a;
}

.whb-coming__btn--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.whb-coming__btn--outline:hover {
  border-color: #D4A017;
  color: #D4A017;
}

@media (max-width: 600px) {
  .whb-coming__title {
    font-size: 32px;
  }

  .whb-coming__features {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .whb-coming__cta {
    flex-direction: column;
  }
}

/* ===== ABOUT PAGE ===== */
.whb-about-hero {
  background: #0F2A4A;
  padding: 100px 24px 80px;
  text-align: center;
}

.whb-about-hero__inner {
  max-width: 720px;
  margin: 0 auto;
}

.whb-about-hero__eyebrow {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D4A017;
  margin-bottom: 16px;
  display: block;
}

.whb-about-hero__title {
  font-family: 'Sora', sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.whb-about-hero__gold {
  color: #D4A017;
}

.whb-about-hero__text {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 32px 0;
}

.whb-about-hero__btn {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  background: #D4A017;
  color: #0F2A4A;
  text-decoration: none;
  transition: background 0.25s ease;
}

.whb-about-hero__btn:hover {
  background: #e8b42a;
}

/* Story */
.whb-about-story {
  padding: 80px 24px;
  background: #fff;
}

.whb-about-story__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.whb-about-story__eyebrow {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D4A017;
  margin-bottom: 12px;
  display: block;
}

.whb-about-story__heading {
  font-family: 'Sora', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 20px 0;
}

.whb-about-story__text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #5a6b80;
  margin: 0 0 16px 0;
}

.whb-about-story__placeholder {
  background: #f8f9fb;
  border: 2px dashed #e8ecf1;
  border-radius: 14px;
  padding: 80px 40px;
  text-align: center;
}

.whb-about-story__placeholder-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #5a6b80;
  margin: 16px 0 0;
}

/* Why Clients Choose Us */
.whb-about-why {
  padding: 80px 24px;
  background: #f8f9fb;
}

.whb-about-why__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.whb-about-why__eyebrow {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D4A017;
  margin-bottom: 16px;
  display: block;
}

.whb-about-why__heading {
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #0F2A4A;
  line-height: 1.5;
  margin: 0 auto 48px;
  max-width: 700px;
}

.whb-about-why__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.whb-about-why__card {
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 16px;
  padding: 40px 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 16px rgba(15, 42, 74, 0.05);
}

.whb-about-why__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(15, 42, 74, 0.1);
}

.whb-about-why__number {
  font-family: 'Sora', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #0F2A4A;
  line-height: 1.1;
  margin-bottom: 8px;
}

.whb-about-why__label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #5a6b80;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.whb-about-why__icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.whb-about-why__card:nth-child(1) .whb-about-why__icon {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
}

.whb-about-why__card:nth-child(2) .whb-about-why__icon {
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
}

.whb-about-why__card:nth-child(3) .whb-about-why__icon {
  background: rgba(245, 158, 11, 0.12);
  color: #f59e0b;
}

.whb-about-why__card:nth-child(4) .whb-about-why__icon {
  background: rgba(139, 92, 246, 0.12);
  color: #8b5cf6;
}

.whb-about-why__card:nth-child(5) .whb-about-why__icon {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
}

.whb-about-why__btn {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  background: #0F2A4A;
  color: #fff;
  text-decoration: none;
  transition: background 0.25s ease;
}

.whb-about-why__btn:hover {
  background: #1a3d6b;
}

@media (max-width: 900px) {
  .whb-about-why__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .whb-about-why__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== ABOUT VISION ===== */
.whb-about-vision {
  padding: 100px 24px;
  background: #0A1D33;
}

.whb-about-vision__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.whb-about-vision__left {
  margin-bottom: 60px;
  text-align: center;
}

.whb-about-vision__eyebrow {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D4A017;
  margin-bottom: 16px;
  display: block;
}

.whb-about-vision__heading {
  font-family: 'Sora', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin: 0 auto 20px;
  max-width: 600px;
}

.whb-about-vision__text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 auto;
  max-width: 640px;
}

.whb-about-vision__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.whb-about-vision__card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.whb-about-vision__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.whb-about-vision__card:nth-child(1) .whb-about-vision__icon {
  background: rgba(59, 130, 246, 0.12);
}
.whb-about-vision__card:nth-child(1) .whb-about-vision__icon svg {
  stroke: #3b82f6;
}

.whb-about-vision__card:nth-child(2) .whb-about-vision__icon {
  background: rgba(245, 158, 11, 0.12);
}
.whb-about-vision__card:nth-child(2) .whb-about-vision__icon svg {
  stroke: #f59e0b;
}

.whb-about-vision__card:nth-child(3) .whb-about-vision__icon {
  background: rgba(16, 185, 129, 0.12);
}
.whb-about-vision__card:nth-child(3) .whb-about-vision__icon svg {
  stroke: #10b981;
}

.whb-about-vision__card:nth-child(4) .whb-about-vision__icon {
  background: rgba(6, 182, 212, 0.12);
}
.whb-about-vision__card:nth-child(4) .whb-about-vision__icon svg {
  stroke: #06b6d4;
}

.whb-about-vision__card:nth-child(5) .whb-about-vision__icon {
  background: rgba(139, 92, 246, 0.12);
}
.whb-about-vision__card:nth-child(5) .whb-about-vision__icon svg {
  stroke: #8b5cf6;
}

.whb-about-vision__card:nth-child(6) .whb-about-vision__icon {
  background: rgba(249, 115, 22, 0.12);
}
.whb-about-vision__card:nth-child(6) .whb-about-vision__icon svg {
  stroke: #f97316;
}

.whb-about-vision__title {
  font-family: 'Sora', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 12px 0;
}

.whb-about-vision__desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #5a6b80;
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .whb-about-vision__cards {
    grid-template-columns: 1fr;
  }
  .whb-about-vision__eyebrow {
    font-size: 32px;
  }
}

/* Services */
.whb-about-services {
  padding: 80px 24px;
  background: #f8f9fb;
}

.whb-about-services__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.whb-about-services__eyebrow {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D4A017;
  margin-bottom: 12px;
  display: block;
}

.whb-about-services__heading {
  font-family: 'Sora', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 12px 0;
}

.whb-about-services__sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #5a6b80;
  margin: 0 0 48px 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.whb-about-services__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}

.whb-about-services__card {
  background: #fff;
  border: 1px solid #e8ecf1;
  border-radius: 14px;
  padding: 48px 24px 40px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whb-about-services__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(15, 42, 74, 0.1);
}

.whb-about-services__icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.whb-about-services__card:nth-child(1) .whb-about-services__icon {
  background: rgba(59, 130, 246, 0.12);
}
.whb-about-services__card:nth-child(1) .whb-about-services__icon svg {
  stroke: #3b82f6;
}

.whb-about-services__card:nth-child(2) .whb-about-services__icon {
  background: rgba(245, 158, 11, 0.12);
}
.whb-about-services__card:nth-child(2) .whb-about-services__icon svg {
  stroke: #f59e0b;
}

.whb-about-services__card:nth-child(3) .whb-about-services__icon {
  background: rgba(16, 185, 129, 0.12);
}
.whb-about-services__card:nth-child(3) .whb-about-services__icon svg {
  stroke: #10b981;
}

.whb-about-services__card:nth-child(4) .whb-about-services__icon {
  background: rgba(239, 68, 68, 0.12);
}
.whb-about-services__card:nth-child(4) .whb-about-services__icon svg {
  stroke: #ef4444;
}

.whb-about-services__card:nth-child(5) .whb-about-services__icon {
  background: rgba(139, 92, 246, 0.12);
}
.whb-about-services__card:nth-child(5) .whb-about-services__icon svg {
  stroke: #8b5cf6;
}

.whb-about-services__card:nth-child(1) {
  border: 1.5px solid rgba(59, 130, 246, 0.3);
}
.whb-about-services__card:nth-child(1):hover {
  border-color: #3b82f6;
}

.whb-about-services__card:nth-child(2) {
  border: 1.5px solid rgba(245, 158, 11, 0.3);
}
.whb-about-services__card:nth-child(2):hover {
  border-color: #f59e0b;
}

.whb-about-services__card:nth-child(3) {
  border: 1.5px solid rgba(16, 185, 129, 0.3);
}
.whb-about-services__card:nth-child(3):hover {
  border-color: #10b981;
}

.whb-about-services__card:nth-child(4) {
  border: 1.5px solid rgba(239, 68, 68, 0.3);
}
.whb-about-services__card:nth-child(4):hover {
  border-color: #ef4444;
}

.whb-about-services__card:nth-child(5) {
  border: 1.5px solid rgba(139, 92, 246, 0.3);
}
.whb-about-services__card:nth-child(5):hover {
  border-color: #8b5cf6;
}

.whb-about-services__title {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 8px 0;
}

.whb-about-services__desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #5a6b80;
  margin: 0;
  line-height: 1.6;
}

/* Values */
.whb-about-values {
  padding: 80px 24px;
  background: #fff;
}

.whb-about-values__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.whb-about-values__eyebrow {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D4A017;
  margin-bottom: 12px;
  display: block;
}

.whb-about-values__heading {
  font-family: 'Sora', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 48px 0;
}

.whb-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: left;
}

.whb-about-values__card {
  background: #f8f9fb;
  border: 1px solid #e8ecf1;
  border-radius: 14px;
  padding: 32px 28px;
}

.whb-about-values__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #D4A017;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.whb-about-values__icon svg {
  stroke: #fff;
}

.whb-about-values__title {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 10px 0;
}

.whb-about-values__text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #5a6b80;
  margin: 0;
  line-height: 1.65;
}

/* Process */
.whb-about-process {
  padding: 80px 24px;
  background: #F7F9FC;
}

.whb-about-process__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.whb-about-process__eyebrow {
  font-family: 'Sora', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D4A017;
  margin-bottom: 12px;
  display: block;
}

.whb-about-process__heading {
  font-family: 'Sora', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 48px 0;
}

.whb-about-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.whb-about-process__step {
  text-align: center;
}

.whb-about-process__num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0F2A4A;
  border: 2px solid #D4A017;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-family: 'Sora', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #D4A017;
}

.whb-about-process__title {
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0F2A4A;
  margin: 0 0 10px 0;
}

.whb-about-process__text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #5a6b80;
  margin: 0;
  line-height: 1.6;
}

/* CTA */
.whb-about-cta {
  padding: 80px 24px;
  background: #f8f9fb;
  text-align: center;
}

.whb-about-cta__inner {
  max-width: 640px;
  margin: 0 auto;
  background: #0F2A4A;
  border-radius: 20px;
  padding: 60px 40px;
}

.whb-about-cta__heading {
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px 0;
}

.whb-about-cta__text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 32px 0;
}

.whb-about-cta__btn {
  display: inline-block;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  background: #D4A017;
  color: #0F2A4A;
  text-decoration: none;
  transition: background 0.25s ease;
}

.whb-about-cta__btn:hover {
  background: #e8b42a;
}

/* Responsive */
@media (max-width: 900px) {
  .whb-about-story__grid {
    grid-template-columns: 1fr;
  }
  .whb-about-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .whb-about-process__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .whb-about-hero__title {
    font-size: 32px;
  }
  .whb-about-stats__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .whb-about-services__grid {
    grid-template-columns: 1fr;
  }
  .whb-about-values__grid {
    grid-template-columns: 1fr;
  }
  .whb-about-process__grid {
    grid-template-columns: 1fr;
  }
}

/* Our Story full width (no image placeholder) */
.whb-about-story__inner--full {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

/* Floating buttons mobile spacing - prevent content overlap */
@media (max-width: 768px) {
  body {
    padding-bottom: 120px !important;
  }

  #whb-floating-cta {
    gap: 6px !important;
    left: auto !important;
    right: 2px !important;
    bottom: 8px !important;
    transform: none !important;
    flex-direction: column !important;
    opacity: 1 !important;
  }

  #whb-floating-cta a {
    padding: 0 !important;
    font-size: 0px !important;
    gap: 0 !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2) !important;
  }

  #whb-floating-cta a svg,
  #whb-floating-cta a img {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    margin: 0 !important;
  }

  #whb-floating-cta a .whb-float-icon {
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    transform: none !important;
  }

  #whb-floating-cta a .whb-float-icon-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    transform: none !important;
  }

  #whb-floating-cta a .whb-float-text-wrapper {
    display: none !important;
  }

  #whb-floating-cta .whb-float-booking .whb-float-icon svg path {
    stroke: #0F2A4A !important;
  }
}
/* Hide decorative client tag label on mobile to prevent cutoff */
@media (max-width: 768px) {
  .whb-shero__tag--client {
    display: none !important;
  }
}