/* ================================================================
   style.css — Business Solution Plus
   Professional Landing Page
================================================================ */

/* ----- Design Tokens ----- */
:root {
  --red: #e84545;
  --red-dark: #c93535;
  --red-light: #fff1f1;
  --red-glow: rgba(232, 69, 69, 0.22);

  --dark: #0d0f14;
  --dark-2: #1a1c28;

  --text: #111827;
  --text-2: #374151;
  --text-muted: #6b7280;
  --text-light: #9ca3af;

  --white: #ffffff;
  --bg: #f8fafc;
  --bg-2: #f1f5f9;

  --border: #e5e7eb;
  --border-light: #f0f4f8;

  --shadow-xs: 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.07);
  --shadow-md: 0 6px 28px rgba(0, 0, 0, 0.09);
  --shadow-lg: 0 16px 52px rgba(0, 0, 0, 0.13);

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  --section-tagline-size: 1.125rem;
  --section-tagline-line-height: 1.75;
}

/* ----- Base Reset ----- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* Horizontal overflow only on html — avoid overflow-x on body too (causes double vertical scrollbars in Chromium/Edge) */
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#how-it-works,
#packages,
#contact {
  scroll-margin-top: 88px;
}

body {
  font-family:
    "Inter",
    "Open Sans",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.65;
  margin: 0;
  min-width: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Scroll reveal — animation.js adds .in-view on intersection */
.scroll-animate {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-animate {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Light stagger when multiple siblings share the class */
.how-it-works-content-boxes > .scroll-animate:nth-child(1) {
  transition-delay: 0s;
}
.how-it-works-content-boxes > .scroll-animate:nth-child(2) {
  transition-delay: 0.06s;
}
.how-it-works-content-boxes > .scroll-animate:nth-child(3) {
  transition-delay: 0.12s;
}
.how-it-works-content-boxes > .scroll-animate:nth-child(4) {
  transition-delay: 0.18s;
}

.ecosystem-boxes > .scroll-animate:nth-child(1) {
  transition-delay: 0s;
}
.ecosystem-boxes > .scroll-animate:nth-child(2) {
  transition-delay: 0.04s;
}
.ecosystem-boxes > .scroll-animate:nth-child(3) {
  transition-delay: 0.08s;
}
.ecosystem-boxes > .scroll-animate:nth-child(4) {
  transition-delay: 0.12s;
}
.ecosystem-boxes > .scroll-animate:nth-child(5) {
  transition-delay: 0.16s;
}
.ecosystem-boxes > .scroll-animate:nth-child(6) {
  transition-delay: 0.2s;
}
.ecosystem-boxes > .scroll-animate:nth-child(7) {
  transition-delay: 0.24s;
}
.ecosystem-boxes > .scroll-animate:nth-child(8) {
  transition-delay: 0.28s;
}
.ecosystem-boxes > .scroll-animate:nth-child(9) {
  transition-delay: 0.32s;
}

.ecosystem-boxes > .scroll-animate:nth-child(10) {
  transition-delay: 0.36s;
}

.why-we-exist-grid > .scroll-animate:nth-child(1) {
  transition-delay: 0s;
}
.why-we-exist-grid > .scroll-animate:nth-child(2) {
  transition-delay: 0.06s;
}
.why-we-exist-grid > .scroll-animate:nth-child(3) {
  transition-delay: 0.12s;
}
.why-we-exist-grid > .scroll-animate:nth-child(4) {
  transition-delay: 0.18s;
}

.how-we-work-grid > .scroll-animate:nth-child(1) {
  transition-delay: 0s;
}
.how-we-work-grid > .scroll-animate:nth-child(2) {
  transition-delay: 0.06s;
}
.how-we-work-grid > .scroll-animate:nth-child(3) {
  transition-delay: 0.12s;
}
.how-we-work-grid > .scroll-animate:nth-child(4) {
  transition-delay: 0.18s;
}

/* Home hero — staggered entrance (revealed on load via animation.js) */
.hero-content .hero-text > h1.scroll-animate {
  transition-delay: 0s;
}

.hero-content .hero-text > h2.scroll-animate {
  transition-delay: 0.07s;
}

.hero-content .hero-text > p.scroll-animate {
  transition-delay: 0.14s;
}

.hero-content .hero-list > li.scroll-animate:nth-child(1) {
  transition-delay: 0.21s;
}

.hero-content .hero-list > li.scroll-animate:nth-child(2) {
  transition-delay: 0.27s;
}

.hero-content .hero-list > li.scroll-animate:nth-child(3) {
  transition-delay: 0.33s;
}

.hero-content .hero-list > li.scroll-animate:nth-child(4) {
  transition-delay: 0.39s;
}

.hero-content > .get-started-btn.scroll-animate {
  transition-delay: 0.45s;
}

.hero-content .row-details > .row-details-item.scroll-animate:nth-child(1) {
  transition-delay: 0.51s;
}

.hero-content .row-details > .row-details-item.scroll-animate:nth-child(2) {
  transition-delay: 0.57s;
}

.hero-content .row-details > .row-details-item.scroll-animate:nth-child(3) {
  transition-delay: 0.63s;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ================================================================
   WHATSAPP BUTTON
================================================================ */
.whatsapp-btn {
  position: fixed;
  right: 2rem;
  bottom: -20%;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 998;
  transition:
    bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  text-decoration: none;
}

.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37, 211, 102, 0.5);
}

.whatsapp__icon {
  font-size: 1.8rem;
  color: #fff;
  margin: 0;
}

.show-whatsappBtn {
  bottom: 2rem;
}

/* ================================================================
   HEADER
================================================================ */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5%;
  z-index: 1000;
  color: #fff;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    padding 0.3s ease;
}

header.scrolled {
  /* background: rgba(255, 255, 255, 0.97); */
  /* -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px); */
  background: #fff;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
  padding: 12px 5%;
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: clamp(4px, 1.2vw, 10px);
  text-decoration: none;
  color: inherit;
}

.logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(160px, 42vw);
  background-color: #fff;
}

.logo:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
  border-radius: 4px;
}

.logo h2 {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  color: #fff;
  transition: color 0.3s;
  line-height: 1;
}

header.scrolled .logo h2 {
  color: var(--dark);
}

header nav ul {
  display: flex;
  align-items: center;
  gap: 2px;
}

header nav ul li:last-child {
  display: none;
}

header nav ul li a {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  padding: 7px 12px;
  border-radius: var(--radius-sm);
  transition:
    color 0.2s,
    background 0.2s;
  position: relative;
  overflow: hidden;
}

header nav ul li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

header.scrolled nav ul li a {
  color: var(--text-2);
}

header.scrolled nav ul li a:hover {
  color: var(--red);
  background: var(--red-light);
}

header nav ul li a::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 12px;
  width: calc(100% - 24px);
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  border-radius: 2px;
}

header nav ul li a:hover::before {
  transform: scaleX(1);
}

header > button {
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  padding: 15px 30px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: inherit;
  letter-spacing: 0.01em;
}

header > button:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px var(--red-glow);
}

/* Primary nav — services dropdown */
header nav ul li.nav-dropdown-wrap {
  position: relative;
}

header nav .nav-dropdown-parent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

header nav .nav-dropdown-caret {
  font-size: 0.65rem;
  opacity: 0.85;
  transition: transform 0.25s ease;
}

header nav .nav-dropdown {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  min-width: 260px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow:
    0 16px 48px rgba(15, 30, 58, 0.14),
    0 0 0 1px rgba(0, 0, 0, 0.05);
}

header nav .nav-dropdown li a {
  display: block;
  padding: 10px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--dark);
  border-radius: 0;
  white-space: nowrap;
}

header nav .nav-dropdown li a:hover {
  color: var(--red);
  background: var(--red-light);
}

header nav .nav-dropdown li a::before {
  display: none;
}

@media (min-width: 769px) {
  header nav .nav-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(6px);
    pointer-events: none;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0.25s;
  }

  header nav .nav-dropdown-wrap:hover .nav-dropdown,
  header nav .nav-dropdown-wrap:focus-within .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
  }
}

/* Mobile toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1001;
  padding: 4px;
}

.mobile-menu-toggle span {
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.28s ease;
}

header.scrolled .mobile-menu-toggle span {
  background: var(--dark);
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -4px);
}
/* ================================================================
   SHARED SECTION DEFAULTS
================================================================ */
section {
  width: 100%;
  padding: 96px 9%;
}

/* Section header */
.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  margin-bottom: 56px;
}

.section-header > div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-header h2 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.section-header .left-line,
.section-header .right-line {
  width: 42px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
  flex-shrink: 0;
}

.section-header > p {
  font-size: var(--section-tagline-size);
  line-height: var(--section-tagline-line-height);
  color: var(--text-muted);
  max-width: 44rem;
  margin: 0;
  padding: 0 8px;
}

/* Eyebrow labels */
.section-eyebrow {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-light);
  padding: 4px 12px;
  border-radius: 100px;
}

/* ================================================================
   HERO
================================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../img/hero/hero-image.png");
  background-size: 100% 115%;
  background-position: center top;
  padding: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 15, 20, 0.68);
  pointer-events: none;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 108px 2% 80px;
  margin: 0 auto;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-text {
  width: 100%;
}

.hero-text h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  color: #fff;
}

.hero-text h2 {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  margin-bottom: 18px;
  max-width: min(1200px, 92vw);
  margin-left: auto;
  margin-right: auto;
}

.hero-text p {
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: min(900px, 92vw);
  margin-left: auto;
  margin-right: auto;
}

/* Hero checklist */
.hero-list {
  display: inline-flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 44px;
  text-align: left;
}

.hero-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.hero-list li .fa-check {
  color: var(--red);
  background: rgba(232, 69, 69, 0.2);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
}

/* Hero CTA */
.hero .hero-content .get-started-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  padding: 17px 38px;
  border-radius: var(--radius);
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  width: auto;
  margin: 0 0 48px 0;
  box-sizing: border-box;
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.hero .hero-content .get-started-btn:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(232, 69, 69, 0.42);
}

/* Hero stats */
.hero .hero-content .row-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  margin: 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero .hero-content .row-details .row-details-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(0.88rem, 1.1vw, 1rem);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}

.hero .hero-content .row-details .row-details-item .row-details-icon {
  background: rgba(232, 69, 69, 0.2);
  color: var(--red);
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  padding: 0;
  flex-shrink: 0;
}

/* ================================================================
   CLIENTS / TRUSTED BY
================================================================ */
.clients {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 52px 9%;
  background: var(--white);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.clients-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
  text-align: center;
}

.clients .clients-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-items: center;
  align-items: center;
  gap: 36px 28px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.clients .clients-logos img {
  width: 100%;
  max-width: 160px;
  height: 88px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.42);
  transition:
    filter 0.3s ease,
    transform 0.25s ease;
}

.clients .clients-logos img:hover {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.08);
}

/* ================================================================
   WHY BUSINESS SOLUTIONS PLUS
================================================================ */
.why-business-solutions-plus {
  display: flex;
  align-items: center;
  gap: 64px;
  background: var(--bg);
}

.why-business-solutions-plus img {
  width: 44%;
  flex-shrink: 0;
  height: 560px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.why-business-solutions-plus-content {
  flex: 1;
  min-width: 0;
}

.why-business-solutions-plus-content h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  font-weight: 800;
  color: var(--dark);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

.why-business-solutions-plus-content h2 span {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.65;
}

.why-business-solutions-plus-content p {
  font-size: var(--section-tagline-size);
  line-height: var(--section-tagline-line-height);
  color: var(--text-muted);
  margin-bottom: 28px;
}

.why-business-solutions-plus-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why-business-solutions-plus-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-2);
}

.why-business-solutions-plus-list li .fa-check {
  color: var(--red);
  font-size: 0.68rem;
  background: var(--red-light);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ================================================================
   HOW IT WORKS
================================================================ */
.how-it-works {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
}

.how-it-works .sub-text {
  text-align: center;
  font-size: var(--section-tagline-size);
  line-height: var(--section-tagline-line-height);
  color: var(--text-muted);
  margin-top: 44px;
  margin-bottom: 0;
  padding: 0 8px;
}

.how-it-works .sub-text span {
  font-weight: 700;
  color: var(--text);
}

.how-it-works-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.how-it-works-content-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  counter-reset: steps;
}

.how-it-works-content-boxes .box {
  counter-increment: steps;
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 22px 26px;
  text-align: left;
  height: auto;
  width: auto;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
  overflow: hidden;
}

.how-it-works-content-boxes .box::before {
  content: counter(steps, decimal-leading-zero);
  display: block;
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--red-light);
  line-height: 1;
  margin-bottom: 18px;
  letter-spacing: -0.04em;
}

.how-it-works-content-boxes .box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.how-it-works-content-boxes .box:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}

.how-it-works-content-boxes .box:hover::after {
  transform: scaleX(1);
}

.how-it-works-content-boxes .box h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.how-it-works-content-boxes .box p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

/* Consultation Form */
.consultation-form-container {
  max-width: 820px;
  width: 100%;
  margin: 52px auto 0;
  padding: 36px 40px;
  background: var(--bg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
}

.consultation-form-container form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.consultation-form-container .form-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
}

.consultation-form-container input,
.consultation-form-container textarea {
  flex: 1;
  padding: 12px 16px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  font-size: 0.93rem;
  font-family: inherit;
  outline: none;
  background: var(--white);
  color: var(--text);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.consultation-form-container input::placeholder,
.consultation-form-container textarea::placeholder {
  color: var(--text-light);
}

.consultation-form-container textarea {
  min-height: 108px;
  resize: vertical;
}

.consultation-form-container input:focus,
.consultation-form-container textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(232, 69, 69, 0.1);
  background: var(--white);
}

.consultation-form-container button[type="submit"] {
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  padding: 12px 28px;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  align-self: flex-end;
  transition:
    background 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
  letter-spacing: 0.01em;
}

.consultation-form-container button[type="submit"]:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px var(--red-glow);
}

/* ================================================================
   WHY DUBAI
================================================================ */
.why-dubai {
  display: flex;
  align-items: center;
  gap: 64px;
  background: var(--bg);
}

.why-dubai img {
  width: 42%;
  flex-shrink: 0;
  height: 540px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.why-dubai-container {
  flex: 1;
  min-width: 0;
}

.why-dubai-container h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 14px;
}

.why-dubai-container p {
  font-size: var(--section-tagline-size);
  line-height: var(--section-tagline-line-height);
  color: var(--text-muted);
  margin-bottom: 22px;
}

.why-dubai-container .text-contents ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.why-dubai-container .text-contents ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-2);
}

.why-dubai-container .text-contents ul li .fa-check {
  color: var(--red);
  font-size: 0.68rem;
  background: var(--red-light);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-dubai-container .text-contents a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 26px;
  border-radius: var(--radius);
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  margin-top: 8px;
}

.why-dubai-container .text-contents a:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--red-glow);
}

/* ================================================================
   ECOSYSTEM
================================================================ */
.ecosystem {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
}

.ecosystem-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ecosystem-container > img {
  width: 100%;
  max-width: 1100px;
  height: 430px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin-bottom: 52px;
}

.ecosystem-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ecosystem-contents > p {
  font-size: var(--section-tagline-size);
  line-height: var(--section-tagline-line-height);
  color: var(--text-muted);
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 48px;
  padding: 0 8px;
}

.ecosystem-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  width: 100%;
  margin-bottom: 0;
}

.ecosystem-boxes .box {
  /* flex-grow: 0 keeps exactly 3 cards per row on wide screens (no cramming 6+ in one line) */
  flex: 0 1 calc((100% - 36px) / 3);
  max-width: calc((100% - 36px) / 3);
  min-width: 0;
  box-sizing: border-box;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  text-align: left;
  height: auto;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.ecosystem-boxes .box:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--red);
}

.ecosystem-boxes .box h3 {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
  line-height: 1.3;
}

.ecosystem-boxes .box p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

.ecosystem-button {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.ecosystem-button a,
.ecosystem-button .get-started-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 32px;
  border-radius: var(--radius);
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.ecosystem-button a:hover,
.ecosystem-button .get-started-btn:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--red-glow);
}

/* ================================================================
   MAINLAND vs FREE ZONE vs OFFSHORE
================================================================ */
.mainland-freezone-offshore {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg);
  padding-bottom: 96px;
}

.mainland-freezone-offshore > img {
  width: 100%;
  max-width: 1100px;
  height: 480px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.mainland-freezone-offshore .section-header h2 {
  max-width: 800px;
  text-align: center;
}

.comparison-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 40px 0 48px;
  width: 100%;
}

.comparison-panel {
  padding: 30px 22px;
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--border);
  background: var(--white);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.comparison-panel:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.comparison-panel.mainland {
  border-top: 4px solid #1a365d;
}

.comparison-panel.freezone {
  border-top: 4px solid #276749;
}

.comparison-panel.offshore {
  border-top: 4px solid #2c5282;
}

.comparison-panel .panel-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 100px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  color: #fff;
}

.comparison-panel.mainland .panel-badge {
  background: #1a365d;
}

.comparison-panel.freezone .panel-badge {
  background: #276749;
}

.comparison-panel.offshore .panel-badge {
  background: #2c5282;
}

.comparison-panel p {
  font-size: 0.92rem;
  color: var(--text-2);
  line-height: 1.55;
  margin: 0;
}

.comparison-table-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  background: var(--white);
  border: 1px solid var(--border);
}

@media (min-width: 769px) {
  .comparison-table-wrapper {
    width: 100%;
    max-width: 1100px;
  }
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border-light);
}

.comparison-table thead th {
  background: var(--dark);
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.01em;
}

.comparison-table thead th:first-child {
  border-radius: var(--radius-lg) 0 0 0;
}

.comparison-table thead th:last-child {
  border-radius: 0 var(--radius-lg) 0 0;
}

.comparison-table tbody tr:nth-child(even) {
  background: var(--bg);
}

.comparison-table tbody tr:hover {
  background: var(--red-light);
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.comparison-table td:first-child {
  color: var(--text);
  min-width: 140px;
  font-weight: 500;
}

.comparison-table td strong {
  font-weight: 600;
  color: var(--dark);
}

.comparison-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comparison-cta a,
.comparison-cta .get-started-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 32px;
  border-radius: var(--radius);
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  text-decoration: none;
  white-space: normal;
  text-align: center;
}

.comparison-cta a:hover,
.comparison-cta .get-started-btn:hover {
  background: var(--red-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--red-glow);
}

/* ================================================================
   TESTIMONIALS
================================================================ */
.testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--white);
  padding-bottom: 96px;
}

.testimonials-banner {
  width: 100%;
  max-width: 720px;
  max-height: 400px;
  margin: 0 auto 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.testimonials-banner img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.testimonials-heading {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 400;
  text-align: center;
  color: var(--text-2);
  margin-bottom: 32px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  padding: 0 16px;
}

.testimonials-heading strong {
  font-weight: 800;
  color: var(--dark);
}

/* Carousel */
.testimonials-carousel {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 44px;
  box-sizing: border-box;
}

.testimonials-carousel-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.testimonials-track {
  display: flex;
  width: 400%;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media (prefers-reduced-motion: reduce) {
  .testimonials-track {
    transition: none;
  }
}

.testimonial-slide {
  width: 25%;
  flex-shrink: 0;
  padding: 0 6px;
  box-sizing: border-box;
}

.testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--white);
  color: var(--dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  z-index: 2;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  box-shadow: var(--shadow-xs);
}

.testimonial-nav:hover {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

.testimonial-nav:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

.testimonial-prev {
  left: 0;
}

.testimonial-next {
  right: 0;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: var(--border);
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}

.testimonial-dot:hover {
  background: var(--text-light);
}

.testimonial-dot.is-active {
  background: var(--red);
  transform: scale(1.15);
}

.testimonial-dot:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 2px;
}

.testimonial-card {
  margin: 0;
  padding: 22px 22px 22px 20px;
  background: var(--bg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  position: relative;
  min-height: 200px;
  box-sizing: border-box;
  transition: box-shadow 0.25s ease;
}

.testimonial-card:hover {
  box-shadow: var(--shadow-sm);
}

.testimonial-card-inner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: var(--shadow-xs);
}

.testimonial-card-body {
  flex: 1;
  min-width: 0;
}

.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 2.75rem;
  font-family: Georgia, serif;
  color: var(--red);
  line-height: 1;
  opacity: 0.14;
  pointer-events: none;
}

.testimonial-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 10px;
}

.testimonial-stars i {
  color: #f59e0b;
  font-size: 0.78rem;
}

.testimonial-quote {
  font-size: 0.92rem;
  line-height: 1.68;
  color: var(--text-2);
  font-style: italic;
  margin: 0 0 14px 0;
}

.testimonial-card cite {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-muted);
  font-style: normal;
  font-weight: 600;
}

.testimonial-card cite::before {
  content: "";
  width: 20px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ================================================================
   WHY PARTNER (unused on index but kept)
================================================================ */
.why-partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg);
}

.why-partner h2 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  text-align: center;
}

.why-partner > p {
  font-size: var(--section-tagline-size);
  line-height: var(--section-tagline-line-height);
  color: var(--text-muted);
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 48px;
  padding: 0 8px;
  box-sizing: border-box;
}

.why-partner .why-partner-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: 100%;
}

.why-partner .why-partner-container .box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  width: auto;
  height: auto;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.why-partner .why-partner-container .box:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* ================================================================
   FOOTER (elevated contact + map, navy main band)
================================================================ */
.footer {
  margin-top: 0;
  position: relative;
}

/* Top band: light area + cards that overlap into main footer feel */
.footer-elevated {
  /* background: linear-gradient(180deg, #e8ecf4 0%, #dce3f0 45%, #cfd9ea 100%); */
  background: var(--bg);
  padding: 48px 5% 100px;
  position: relative;
  overflow: hidden;
}

/* .footer-elevated::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      circle at 12% 88%,
      rgba(232, 69, 69, 0.06) 0%,
      transparent 45%
    ),
    radial-gradient(
      circle at 88% 20%,
      rgba(30, 58, 95, 0.08) 0%,
      transparent 40%
    );
  pointer-events: none;
} */

.footer-elevated-inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.footer-contact-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow:
    0 4px 24px rgba(15, 30, 58, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.footer-contact-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--dark);
  margin: 0 0 22px;
  letter-spacing: -0.02em;
}

.footer-contact-rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-2);
}

.footer-contact-row > i, .footer-contact-row > .fa-whatsapp {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  color: #1e3a5f;
  font-size: .8rem;
  line-height: 1;
}

.footer-contact-row a {
  color: #1e3a5f;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact-row a:hover {
  color: var(--red);
}

.footer-contact-stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-map-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 280px;
  box-shadow:
    0 4px 24px rgba(15, 30, 58, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.footer-map-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}

/* Navy main section — pulled up slightly under the cards */
.footer-main {
  background: linear-gradient(180deg, #0f1e3a 0%, #0a1629 100%);
  color: #fff;
  padding: 52px 5% 28px;
  margin-top: -56px;
  position: relative;
  z-index: 2;
  border-radius: 24px 24px 0 0;
  max-width: 100%;
}

.footer-main-grid {
  max-width: 1120px;
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 0.75fr 0.85fr;
  gap: 36px 28px;
  align-items: start;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
}

.footer-logo-link img {
  display: block;
  width: auto;
  height: auto;
  max-width: clamp(56px, 19vw, 80px);
  flex-shrink: 0;
  background: #fff;
  border-radius: 2px;
}

.footer-logo-mark {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--red) 0%, #c93535 100%);
  border-radius: 10px;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(232, 69, 69, 0.35);
}

.footer-logo-text {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 11rem;
}

.footer-logo-text strong {
  color: #fff;
  font-weight: 800;
}

.footer-mission-text {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}

.footer-col-heading {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.footer-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-quick-links a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s;
}

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

.footer-social-icons {
  display: flex;
  gap: 12px;
}

.footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.05rem;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
}

.footer-social-icons a:hover {
  background: var(--red);
  transform: translateY(-2px);
}

.footer-bottom-bar {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 24px;
  text-align: center;
}

.footer-copyright {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s;
}

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

.footer-bottom-sep {
  color: rgba(255, 255, 255, 0.2);
  user-select: none;
}

/* ================================================================
   RESPONSIVE — ≤ 1024px
================================================================ */
@media (max-width: 1024px) {
  section {
    padding: 80px 7%;
  }

  .hero-content {
    max-width: 100%;
    padding: 96px 7% 72px;
  }

  .how-it-works-content-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .ecosystem-boxes .box {
    flex: 0 1 calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
  }

  .why-business-solutions-plus {
    gap: 48px;
  }

  .why-business-solutions-plus img {
    width: 42%;
    height: 480px;
  }

  .why-dubai {
    gap: 48px;
  }

  .why-dubai img {
    width: 40%;
    height: 460px;
  }

  .why-partner .why-partner-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ================================================================
   RESPONSIVE — ≤ 992px
================================================================ */
@media (max-width: 992px) {
  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .footer-mission-col {
    grid-column: 1 / -1;
    max-width: 36rem;
  }
}

/* ================================================================
   RESPONSIVE — ≤ 768px
================================================================ */
@media (max-width: 768px) {
  :root {
    --section-tagline-size: 1rem;
  }

  section {
    padding: 64px 5%;
  }

  header {
    padding: 16px 5%;
  }

  header.scrolled {
    padding: 10px 5%;
  }

  .logo {
    padding: 2px 4px;
  }

  .logo img {
    max-width: min(144px, 52vw);
  }

  /* Mobile nav drawer */
  header nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    background: #0d0f16;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: right 0.3s ease;
    z-index: 999;
    /* No second scrollbar while drawer is off-screen; allow scroll only when open + tall menu */
    overflow: hidden;
    overscroll-behavior: contain;
  }

  header nav.active {
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    align-items: flex-start;
    padding-top: 80px;
    box-sizing: border-box;
  }

  header nav ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 60px 0;
    align-items: stretch;
  }

  header nav ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  header nav ul li:last-child {
    display: block;
    border-bottom: none;
  }

  header nav ul li a {
    font-size: 1.05rem;
    padding: 18px 32px;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.88);
    display: block;
  }

  header nav ul li a:hover {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
  }

  header nav ul li a::before {
    display: none;
  }

  header nav ul li.nav-dropdown-wrap .nav-dropdown {
    display: none;
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
    border: none;
    border-radius: 0;
    min-width: 0;
    padding: 0;
    margin: 0;
  }

  header nav ul li.nav-dropdown-wrap.nav-dropdown-open .nav-dropdown {
    display: block;
  }

  header nav .nav-dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  header nav .nav-dropdown li:last-child {
    border-bottom: none;
  }

  header nav .nav-dropdown li a {
    padding: 14px 32px 14px 48px;
    font-size: 0.98rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
  }

  header nav .nav-dropdown li a:hover {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
  }

  header nav .nav-dropdown-wrap.nav-dropdown-open .nav-dropdown-caret {
    transform: rotate(180deg);
  }

  .mobile-get-started {
    margin-top: 16px;
    border-bottom: none !important;
  }

  .get-started-mobile {
    display: block;
    background: var(--red) !important;
    color: #fff !important;
    border-radius: var(--radius) !important;
    margin: 0 32px !important;
    padding: 14px 20px !important;
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    width: calc(100% - 64px) !important;
  }

  .get-started-mobile:hover {
    background: var(--red-dark) !important;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  header > button {
    display: none;
  }

  /* Hero */
  .hero-content {
    max-width: 100%;
    padding: 88px 5% 64px;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.1rem;
  }

  .hero-text h2 {
    font-size: 1.1rem;
    max-width: 100%;
  }

  .hero-text p {
    max-width: 100%;
  }

  .hero .hero-content .get-started-btn {
    padding: 15px 28px;
    font-size: 1rem;
  }

  .hero .hero-content .row-details {
    padding-top: 26px;
    gap: 16px;
  }

  /* Section header */
  .section-header {
    margin-bottom: 40px;
    gap: 10px;
  }

  .section-header h2 {
    font-size: 1.65rem;
  }

  .section-header .left-line,
  .section-header .right-line {
    width: 30px;
  }

  /* Clients */
  .clients {
    padding: 40px 5%;
  }

  .clients .clients-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
    max-width: 100%;
  }

  .clients .clients-logos img {
    max-width: 130px;
    height: 72px;
  }

  /* Why BSP */
  .why-business-solutions-plus {
    flex-direction: column;
    gap: 36px;
    text-align: center;
  }

  .why-business-solutions-plus img {
    width: 100%;
    height: 340px;
  }

  .why-business-solutions-plus-list li {
    text-align: left;
  }

  /* How It Works */
  .how-it-works-content-boxes {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .consultation-form-container {
    padding: 24px 20px;
    margin-top: 32px;
  }

  .consultation-form-container .form-group {
    flex-direction: column;
  }

  .consultation-form-container button[type="submit"] {
    align-self: stretch;
    width: 100%;
  }

  /* Why Dubai */
  .why-dubai {
    flex-direction: column;
    gap: 36px;
  }

  .why-dubai img {
    width: 100%;
    height: 300px;
  }

  .why-dubai-container {
    text-align: center;
  }

  .why-dubai-container .text-contents ul {
    align-items: flex-start;
  }

  .why-dubai-container .text-contents ul li {
    justify-content: flex-start;
    text-align: left;
  }

  .why-dubai-container .text-contents a {
    align-self: center;
    display: block;
    text-align: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  /* Ecosystem */
  .ecosystem-container > img {
    height: auto;
    min-height: 220px;
  }

  .ecosystem-boxes {
    max-width: 480px;
    margin: 0 auto;
  }

  .ecosystem-boxes .box {
    flex: 0 1 100%;
    max-width: 100%;
  }

  /* Comparison */
  .comparison-panels {
    grid-template-columns: 1fr;
    margin: 28px 0 36px;
  }

  .mainland-freezone-offshore > img {
    height: 280px;
  }

  .comparison-table-wrapper {
    border-radius: var(--radius);
  }

  .comparison-cta a,
  .comparison-cta .get-started-btn {
    display: block;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  /* Testimonials carousel */
  .testimonials-carousel {
    max-width: 100%;
    padding: 0 40px;
  }

  .testimonial-nav {
    width: 36px;
    height: 36px;
  }

  .testimonials-banner {
    margin-bottom: 28px;
    max-height: 160px;
  }

  .testimonials-banner img {
    max-height: 160px;
  }

  /* Why Partner */
  .why-partner .why-partner-container {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }

  /* Footer */
  .footer-elevated {
    padding: 36px 5% 88px;
  }

  .footer-elevated-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-map-card,
  .footer-map-card iframe {
    min-height: 240px;
  }

  .footer-main {
    margin-top: -48px;
    padding: 40px 5% 24px;
    border-radius: 20px 20px 0 0;
  }

  .footer-main-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 28px;
  }

  .footer-mission-col {
    grid-column: auto;
    max-width: none;
  }

  .footer-bottom-bar {
    flex-direction: column;
    gap: 8px;
  }
}

/* ================================================================
   RESPONSIVE — ≤ 480px
================================================================ */
@media (max-width: 480px) {
  :root {
    --section-tagline-size: 0.975rem;
  }

  section {
    padding: 48px 4%;
  }

  header {
    padding: 12px 4%;
  }

  .logo img {
    max-width: min(128px, 58vw);
  }

  .whatsapp-btn {
    right: 1rem;
    bottom: -20%;
    width: 50px;
    height: 50px;
  }

  .show-whatsappBtn {
    bottom: 1.25rem;
  }

  .hero-content {
    padding: 80px 4% 52px;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 1.85rem;
  }

  .hero-text h2 {
    font-size: 1rem;
  }

  .hero .hero-content .get-started-btn {
    font-size: 0.93rem;
    padding: 13px 20px;
  }

  .clients .clients-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }

  .clients .clients-logos img {
    max-width: 140px;
    height: 64px;
  }

  .section-header h2 {
    font-size: 1.45rem;
  }

  .how-it-works-content-boxes {
    max-width: 100%;
  }

  .ecosystem-boxes {
    max-width: 100%;
  }

  .why-partner .why-partner-container {
    max-width: 100%;
  }

  .footer-elevated {
    padding: 28px 4% 80px;
  }

  .footer-contact-card {
    padding: 24px 20px;
  }

  .footer-main {
    padding: 32px 4% 20px;
  }

  .footer-logo-link img {
    max-width: clamp(52px, 22vw, 72px);
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 0.78rem;
    padding: 10px 12px;
  }
}
