/* ============================================================
   CSS CUSTOM PROPERTIES
============================================================ */
:root {
  --navy:        #0B2C5F;
  --navy-deep:   #081E42;
  --navy-mid:    #0D3570;
  --navy-light:  #1A4A8A;
  --gold:        #D4A017;
  --gold-light:  #E8B82A;
  --gold-dark:   #B8880F;
  --white:       #FFFFFF;
  --gray-bg:     #F7F8FA;
  --gray-100:    #EEF0F4;
  --gray-300:    #C8CDD8;
  --gray-500:    #7D87A0;
  --gray-700:    #3D4459;

  --font-heading: 'Poppins', sans-serif;
  --font-body:    'Inter', sans-serif;

  --shadow-sm:   0 2px 8px rgba(11,44,95,0.08);
  --shadow-md:   0 6px 24px rgba(11,44,95,0.14);
  --shadow-lg:   0 16px 48px rgba(11,44,95,0.20);
  --shadow-gold: 0 0 24px rgba(212,160,23,0.45);

  --radius-sm:  6px;
  --radius-md: 12px;
  --radius-lg: 20px;

  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   PROVEN TRACK RECORD — SIMPLE OLD-WRITING-PAGE STYLE
============================================================ */

.proven-track-record {
  padding: 90px 0;
  background: var(--gray-bg);
}

.proven-track-layout {
  max-width: 960px;
  margin: 0 auto;
}

.proven-track-heading {
  text-align: center;
  margin-bottom: 42px;
}

.proven-track-heading h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3.5vw, 2.55rem);
  line-height: 1.25;
}

.proven-track-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 12px;
}

.proven-intro {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 700;
}

.proven-list {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.proven-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0;
}

.proven-check {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.14);
  color: var(--gold-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.proven-list p {
  margin: 0;
  color: var(--gray-700);
  font-size: 1rem;
  line-height: 1.8;
}

.proven-list strong {
  color: var(--navy);
  font-weight: 700;
}

.beyond-petition-support {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid var(--gray-300);
}

.beyond-petition-support h3 {
  margin-bottom: 14px;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  line-height: 1.5;
}

.beyond-petition-support ul {
  margin: 0;
  padding-left: 20px;
  color: var(--gray-700);
}

.beyond-petition-support li {
  margin-bottom: 9px;
  padding-left: 4px;
  font-size: 0.95rem;
  line-height: 1.75;
}

.beyond-petition-support li::marker {
  color: var(--gold-dark);
}

/* No hover, floating, card, or animation effects */
.proven-track-record *,
.proven-track-record *::before,
.proven-track-record *::after {
  animation: none !important;
}

/* ============================================================
   FREE CONSULTATION / CALENDLY SECTION
============================================================ */

/* ============================================================
   FREE CONSULTATION / CALENDLY
============================================================ */

.consultation-section {
  padding: 90px 0;
  background: var(--white);
}

.consultation-header {
  max-width: 720px;
  margin: 0 auto 38px;
  text-align: center;
}

.consultation-header .section-label {
  margin-bottom: 10px;
}

.consultation-header h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3.5vw, 2.55rem);
  font-weight: 700;
  line-height: 1.25;
}

.consultation-header p {
  max-width: 630px;
  margin: 0 auto;
  color: var(--gray-500);
  font-size: 1rem;
  line-height: 1.8;
}

/* This wrapper has NO border, background, shadow, or scrolling.
   Calendly itself supplies the single visible calendar box. */
.calendly-booking-wrap {
  width: 100%;
  max-width: 1000px;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.calendly-inline-widget {
  width: 100%;
  min-width: 320px;
  height: 700px;
}

@media (max-width: 600px) {
  .consultation-section {
    padding: 68px 0;
  }

  .consultation-header {
    margin-bottom: 28px;
  }

  .consultation-header h2 {
    font-size: 1.9rem;
  }

  .consultation-header p {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .calendly-inline-widget {
    min-width: 280px;
    height: 660px;
  }
}


/* ============================================================
   FINAL CTA — UNLOCK THE POWER OF WORDS
============================================================ */

.unlock-words-cta {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background: linear-gradient(
    135deg,
    var(--gold-dark) 0%,
    var(--gold) 52%,
    var(--gold-light) 100%
  );
  text-align: center;
}

/* Subtle decorative background only */
.unlock-words-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 15% 25%,
      rgba(255, 255, 255, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at 86% 78%,
      rgba(8, 30, 66, 0.1),
      transparent 36%
    );
}

.unlock-words-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.unlock-words-cta .section-label {
  margin-bottom: 12px;
  color: rgba(8, 30, 66, 0.68);
}

.unlock-words-cta h2 {
  margin-bottom: 18px;
  color: var(--navy-deep);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.22;
}

.unlock-words-cta p {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(8, 30, 66, 0.76);
  line-height: 1.8;
}

.unlock-words-intro {
  margin-bottom: 14px;
  font-size: 1rem;
}

.unlock-words-text {
  margin-bottom: 30px;
  color: rgba(8, 30, 66, 0.64) !important;
  font-size: 0.95rem;
}

.unlock-words-cta .btn {
  padding: 14px 29px;
  background: var(--navy-deep);
  color: var(--white);
  box-shadow: 0 6px 16px rgba(8, 30, 66, 0.18);
}

.unlock-words-cta .btn:hover {
  background: var(--navy);
  box-shadow: 0 9px 22px rgba(8, 30, 66, 0.26);
}

@media (max-width: 600px) {
  .unlock-words-cta {
    padding: 70px 0;
  }

  .unlock-words-cta h2 {
    font-size: 1.95rem;
  }

  .unlock-words-intro,
  .unlock-words-text {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .unlock-words-cta .btn {
    width: 100%;
    justify-content: center;
  }
}











@media (max-width: 600px) {
  .proven-track-record {
    padding: 68px 0;
  }

  .proven-track-content {
    padding: 0;
  }

  .proven-list p {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .beyond-petition-support li {
    font-size: 0.91rem;
  }
}

/* CLIENTS TESTIMONIALS SECTION */

.testimonials-section {
  padding: 90px 0 100px;
  background: var(--white, #ffffff);
  position: relative;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 45px;
}

.testimonials-header .section-title {
  font-size: clamp(2.1rem, 4.5vw, 2.9rem);
  color: var(--navy, #081e42);
  font-family: var(--font-heading);
  font-weight: 800;
  margin-bottom: 12px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #e8edf2;
  border-radius: 16px;
  padding: 40px 32px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(8, 30, 66, 0.09);
  border-color: var(--gold, #d4a017);
}

/* LARGE, CENTERED CIRCLE AVATAR */
/* Direct circular image (no big white disc around it) */
.testimonial-avatar {
  width: 95px;
  height: 95px;
  min-width: 95px;
  min-height: 95px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 20px auto;
  border: 3px solid #d4a017; /* Crisp gold border directly on the photo */
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  background: transparent;
  padding: 0;
}

/* Remove any background or borders from the wrapper */
.testimonial-avatar-wrapper {
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* ITALIC QUOTE */
.testimonial-quote {
  font-size: 1.02rem;
  font-style: italic;
  color: #333f48;
  line-height: 1.85;
  margin: 0 0 20px;
  max-width: 460px;
}

/* GOLD STARS */
.testimonial-stars {
  color: #f5a623;
  font-size: 1.22rem;
  letter-spacing: 3px;
  margin-bottom: 14px;
  user-select: none;
  line-height: 1;
}

/* HIGHLY VISIBLE CLIENT NAME */
.testimonial-author {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: white;
  margin: 0 0 5px;
  letter-spacing: 0.2px;
}

@media (max-width: 768px) {
  #navbar .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  #navbar .nav-actions .lang-dropdown {
    display: block !important;
    position: relative !important;
    z-index: 1002 !important;
  }

  .mobile-drawer .lang-dropdown {
    display: block !important;
    width: 100% !important;
    margin: 16px 0 8px !important;
  }

  .mobile-drawer .lang-dropdown > summary {
    width: 100% !important;
    padding: 10px 14px !important;
    border: 1px solid var(--gray-300, #d1d7dc) !important;
    border-radius: var(--radius-sm, 6px) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .mobile-drawer .lang-dropdown .lang-menu {
    position: static !important;
    box-shadow: none !important;
    background: #f8fafc !important;
    border: 1px solid #edf2f7 !important;
    margin-top: 6px !important;
    border-radius: var(--radius-md, 8px) !important;
    width: 100% !important;
  }
}

.testimonial-role {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--gray-500, #6c757d);
  margin: 0;
}

@media (max-width: 850px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    gap: 24px;
  }

  .testimonial-card {
    padding: 34px 24px 28px;
  }
}

@media (max-width: 600px) {
  .testimonials-section {
    padding: 65px 0 75px;
  }

  .testimonial-avatar-wrapper {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    margin-bottom: 18px;
  }

  .testimonial-quote {
    font-size: 0.95rem;
    line-height: 1.72;
  }
}


/* WHY CHOOSE US ACCORDION SECTION */

.why-choose-section {
  padding: 90px 0 100px;
  background: var(--gray-bg, #f8f9fa);
  position: relative;
}

.why-choose-section .section-title {
  text-align: center;
  font-size: clamp(2.1rem, 4.5vw, 2.85rem);
  color: var(--navy, #081e42);
  font-family: var(--font-heading);
  font-weight: 800;
  margin-bottom: 12px;
}

.why-choose-accordion-box {
  max-width: 980px;
  margin: 45px auto 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8edf2;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #f0f2f5;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: #ffffff;
  border: none;
  text-align: left;
  font-family: inherit;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--navy, #1a202c);
  transition: background 0.2s ease, color 0.2s ease;
  list-style: none;
  user-select: none;
}

.accordion-header::-webkit-details-marker {
  display: none;
}

.accordion-header:hover {
  background: #fafbfc;
  color: var(--navy-mid, #0056b3);
}

.accordion-title-left {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
}

.accordion-icon-plus {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333f48;
  width: 16px;
  display: inline-block;
  transition: transform 0.2s ease;
}

.accordion-arrow-right {
  font-size: 1rem;
  color: #718096;
  font-weight: 600;
  transition: transform 0.2s ease;
}

.accordion-item[open] .accordion-header {
  background: #f8fafc;
  color: var(--navy, #081e42);
  border-bottom: 1px solid #edf2f7;
}

.accordion-item[open] .accordion-icon-plus {
  transform: rotate(45deg);
  color: var(--gold, #d4a017);
}

.accordion-item[open] .accordion-arrow-right {
  transform: rotate(90deg);
  color: var(--gold, #d4a017);
}

.accordion-content {
  padding: 22px 28px 26px 54px;
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.8;
  background: #ffffff;
}

.accordion-content p {
  margin: 0 0 12px;
}

.accordion-content p:last-child {
  margin: 0;
}

.accordion-content ol,
.accordion-content ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.accordion-content li {
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .why-choose-section {
    padding: 65px 0 75px;
  }

  .accordion-header {
    padding: 16px 18px;
    font-size: 0.96rem;
  }

  .accordion-content {
    padding: 18px 20px 22px;
    font-size: 0.9rem;
  }
}
/* ============================================================
   RESET & BASE
============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}
img, video, svg, canvas, iframe {
  max-width: 100%;
}
body {
  font-family: var(--font-body);
  color: var(--gray-700);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
  opacity: 0;
  animation: pageLoad 0.6s ease forwards 0.15s;
}
@keyframes pageLoad { to { opacity: 1; } }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }


/* ============================================================
   UTILITY
============================================================ */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--gray-500);
  max-width: 560px;
  line-height: 1.7;
}
.section-header { text-align: center; margin-bottom: 56px; }
.section-header .section-subtitle { margin: 0 auto; }

.gold-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 16px auto 0;
}
.gold-divider span {
  display: block;
  height: 2px;
  width: 48px;
  background: var(--gold);
  border-radius: 2px;
}

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.35) 0%, transparent 60%);
  opacity: 0;
  pointer-events: none;
}
.btn.rippling::after { animation: rippleAnim 0.5s ease forwards; }
@keyframes rippleAnim { from { opacity: 1; transform: scale(0); } to { opacity: 0; transform: scale(3); } }

.btn-gold { background: var(--gold); color: var(--navy-deep); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn-outline-white { background: transparent; color: var(--white); border: 2px solid var(--white); }
.btn-outline-white:hover { background: var(--white); color: var(--navy); transform: translateY(-2px); }
.btn-navy { background: var(--navy-deep); color: var(--white); }
.btn-navy:hover { background: var(--navy); transform: translateY(-2px); box-shadow: var(--shadow-lg); }

/* ============================================================
   1. NAVBAR
============================================================ */

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--white);
  padding: 8px 0;
  box-shadow: var(--shadow-sm);
  transition: background 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}
#navbar.scrolled {
  background: var(--white);
  padding: 8px 0;
  box-shadow: var(--shadow-md);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

#navbar .nav-links a {
  color: var(--gray-700);
}

#navbar .nav-links a:hover {
  color: var(--navy);
  background: var(--gray-100);
}

#navbar .lang-btn {
  color: var(--gray-700);
  border-color: var(--gray-300);
}

#navbar .lang-btn:hover {
  background: var(--gray-100);
}

#navbar .hamburger span {
  background: var(--navy);
}

.lang-dropdown {
  position: relative;
}

.lang-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  overflow: hidden;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  z-index: 2000;
}

.lang-menu.open {
  display: block;
}

.accessibility-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--gray-700);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.accessibility-btn:hover,
.accessibility-btn[aria-pressed="true"] {
  background: var(--gray-100);
  border-color: var(--gold);
  color: var(--navy);
}

.accessibility-btn:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1100px) {
  .accessibility-label {
    display: none;
  }

  .accessibility-btn {
    width: 38px;
    height: 36px;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .accessibility-btn {
    display: none;
  }
}

.lang-menu a {
  display: block;
  padding: 10px 16px;
  color: var(--gray-700);
  font-size: 0.85rem;
  white-space: nowrap;
}

.lang-menu a:hover {
  background: var(--gray-bg);
  color: var(--navy);
}

/* Logo image */
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo-img {
  height: 52px;
  width: auto;
  border-radius: var(--radius-sm);
  display: block;
  transition: opacity 0.3s;
}
.nav-logo-img:hover { opacity: 0.9; }

/* Legacy text-only logo (used nowhere now, kept for safety) */
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo-babel {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.04em;
  transition: color 0.4s;
}
#navbar.scrolled .nav-logo-babel { color: var(--navy); }
.nav-logo-sub {
  font-family: var(--font-heading);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a {
  padding: 8px 11px;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255,255,255,0.88);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.nav-links a:hover { color: var(--gold); background: rgba(255,255,255,0.08); }
#navbar.scrolled .nav-links a { color: var(--gray-700); }
#navbar.scrolled .nav-links a:hover { color: var(--navy); background: var(--gray-100); }

.nav-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.lang-dropdown { position: relative; }
.lang-btn {
  display: flex; align-items: center; gap: 5px;
  padding: 7px 12px;
  border-radius: var(--radius-sm);
  font-size: 0.83rem; font-weight: 500;
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.25);
  background: transparent;
  transition: var(--transition);
  white-space: nowrap;
}
.lang-btn:hover { background: rgba(255,255,255,0.1); }
#navbar.scrolled .lang-btn { color: var(--gray-700); border-color: var(--gray-300); }
#navbar.scrolled .lang-btn:hover { background: var(--gray-100); }
.lang-menu {
  display: none; position: absolute;
  top: calc(100% + 8px); right: 0;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  min-width: 150px; overflow: hidden;
}
.lang-menu.open { display: block; }
.lang-menu a {
  display: block; padding: 10px 16px;
  font-size: 0.85rem; color: var(--gray-700);
  transition: var(--transition);
}
.lang-menu a:hover { background: var(--gray-bg); color: var(--navy); }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  padding: 8px; background: none; border: none;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--white); border-radius: 2px;
  transition: var(--transition);
}


.hamburger.open span {
  background: var(--navy) !important;
}
#navbar.scrolled .hamburger span { background: var(--navy); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(8,30,66,0.6); z-index: 998;
  opacity: 0; transition: opacity 0.3s;
}
.mobile-overlay.open { display: block; opacity: 1; }

.mobile-drawer {
  position: fixed; top: 0; right: -320px;
  width: 300px;
  max-width: 85vw;
  height: 100%;
  background: var(--white); z-index: 999;
  padding: 80px 32px 32px;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.mobile-drawer.open { right: 0; }
.mobile-drawer .nav-links { flex-direction: column; align-items: flex-start; gap: 2px; }
.mobile-drawer .nav-links a {
  color: var(--gray-700); width: 100%;
  padding: 12px 16px; font-size: 0.95rem;
}
.mobile-drawer .nav-links a:hover { color: var(--navy); background: var(--gray-bg); }
.mobile-drawer .btn-gold { margin-top: 16px; width: 100%; justify-content: center; }

/* ============================================================
   2. HERO
============================================================ */
#hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-mid) 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 80px;
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(212,160,23,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,160,23,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridPan 25s linear infinite;
}
@keyframes gridPan {
  0%   { background-position: 0 0; }
  100% { background-position: 60px 60px; }
}
.hero-globe-bg {
  position: absolute; right: -160px; top: 50%;
  transform: translateY(-50%);
  width: 680px; height: 680px;
  opacity: 0.055;
  animation: globeSpin 45s linear infinite;
}
@keyframes globeSpin {
  from { transform: translateY(-50%) rotate(0deg); }
  to   { transform: translateY(-50%) rotate(360deg); }
}
.hero-orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); pointer-events: none;
}
.hero-orb-1 { width: 400px; height: 400px; background: rgba(212,160,23,0.12); top: -100px; right: 200px; }
.hero-orb-2 { width: 300px; height: 300px; background: rgba(26,74,138,0.4); bottom: -80px; left: 100px; }

.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(212,160,23,0.15);
  border: 1px solid rgba(212,160,23,0.3);
  border-radius: 50px; padding: 6px 16px;
  font-size: 0.8rem; font-weight: 600;
  color: var(--gold-light); letter-spacing: 0.08em;
  text-transform: uppercase; margin-bottom: 24px;
}
.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 800; color: var(--white);
  line-height: 1.15; margin-bottom: 20px;
}
.hero-title .accent { color: var(--gold); }

.nav-logo-full {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 210px;
  height: auto;
}

.nav-logo-full img {
  display: block;
  width: 210px;
  height: auto;
  max-width: none;
  border-radius: 0;
  object-fit: contain;
}
#navbar .services-dropdown > summary {
  color: var(--gray-700);
  display: block;
  padding: 8px 11px;
  font-size: 0.82rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
  cursor: pointer;
  white-space: nowrap;
}

#navbar .services-dropdown > summary:hover {
  color: var(--navy);
  background: var(--gray-100);
}

@media (max-width: 1100px) {
  .nav-logo-full,
  .nav-logo-full img {
    width: 185px;
  }

  .nav-links a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 0.78rem;
  }
}

@media (max-width: 768px) {
  .nav-logo-full,
  .nav-logo-full img {
    width: 160px;
  }
}

.hero-description {
  max-width: 650px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.7;
}
.hero-tagline-wrap { height: 40px; overflow: hidden; margin-bottom: 32px; }
.hero-tagline {
  font-size: 1.05rem; color: rgba(255,255,255,0.72);
  font-weight: 400; line-height: 1.7;
  transition: opacity 0.5s, transform 0.5s;
}
.hero-tagline.fade-out { opacity: 0; transform: translateY(-12px); }
.hero-tagline.fade-in  { opacity: 1; transform: translateY(0); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 56px; }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; }
.hero-stat-num {
  font-family: var(--font-heading);
  font-size: 1.8rem; font-weight: 800; color: var(--white);
}
.hero-stat-num span { color: var(--gold); }
.hero-stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.55); font-weight: 500; }


#industries { padding: 96px 0; background: var(--white); }
.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
.industry-card {
  background: var(--gray-bg);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  border: 1.5px solid var(--gray-100);
  transition: var(--transition);
  text-align: left;
}
.industry-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
  background: var(--white);
}
.industry-icon {
  width: 44px; height: 44px;
  border-radius: var(--radius-sm);
  background: rgba(11,44,95,0.06);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  transition: var(--transition);
}
.industry-card:hover .industry-icon { background: rgba(212,160,23,0.12); }
.industry-card h3 {
  font-family: var(--font-heading);
  font-size: 1rem; font-weight: 700; color: var(--navy);
  margin-bottom: 6px;
}
.industry-card p { font-size: 0.85rem; color: var(--gray-500); line-height: 1.6; }
/* ============================================================
   3. SERVICES
============================================================ */
#services { padding: 96px 0; background: var(--gray-bg); }

.services-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  border: 1.5px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: var(--shadow-md), 0 0 0 1px rgba(212,160,23,0.18);
}
.service-icon-wrap {
  width: 56px; height: 56px;
  border-radius: var(--radius-md);
  background: rgba(11,44,95,0.06);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; transition: var(--transition);
}
.service-card:hover .service-icon-wrap {
  background: rgba(212,160,23,0.12);
  transform: rotate(5deg) scale(1.08);
}
.service-card h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem; font-weight: 700; color: var(--navy);
  margin-bottom: 8px;
}
.service-card p { font-size: 0.875rem; color: var(--gray-500); line-height: 1.65; }
.service-card-link {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: auto;
  padding-top: 16px;
  font-size: 0.82rem; font-weight: 600;
  color: var(--gold-dark); transition: gap 0.2s;
}
.service-card:hover .service-card-link { gap: 8px; }

/* ============================================================
   4. WHY CHOOSE US
============================================================ */
#why { padding: 96px 0; background: var(--white); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 32px;
}
.why-block {
  text-align: center; padding: 40px 24px;
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--gray-100);
  transition: var(--transition);
}
.why-block:hover {
  border-color: rgba(212,160,23,0.35);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.why-icon {
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(11,44,95,0.08), rgba(212,160,23,0.1));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
}
.why-block h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem; font-weight: 700; color: var(--navy);
  margin-bottom: 10px;
}
.why-block p { font-size: 0.875rem; color: var(--gray-500); line-height: 1.7; }



#case-studies { overflow: hidden; }
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.case-study-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  border: 1.5px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
.case-study-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold);
  box-shadow: var(--shadow-md);
}
.case-study-tag {
  display: inline-block;
  align-self: flex-start;
  background: rgba(212,160,23,0.12);
  color: var(--gold-dark);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 50px;
  margin-bottom: 16px;
}
.case-study-card h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem; font-weight: 700; color: var(--navy);
  margin-bottom: 10px;
}
.case-study-card p { font-size: 0.875rem; color: var(--gray-500); line-height: 1.65; flex-grow: 1; }
.case-study-stat {
  display: flex; flex-direction: column;
  margin: 20px 0 8px;
  padding-top: 16px;
  border-top: 1px solid var(--gray-100);
}
.case-study-stat-num {
  font-family: var(--font-heading);
  font-size: 1.6rem; font-weight: 800; color: var(--navy);
}
.case-study-stat-label { font-size: 0.78rem; color: var(--gray-500); }
/* ============================================================
   5. TESTIMONIALS
============================================================ */


.review-source {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.review-source:hover {
  color: var(--gold);
  text-decoration: underline;
}

.testimonial-quote {
  min-height: 150px;
}

.testimonial-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold), var(--navy-light));
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 700;
}
.testimonial-avatar {
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--navy-light));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-weight: 700;
  font-size: 1.05rem; color: var(--white); flex-shrink: 0;
  overflow: hidden;
}
.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#testimonials { padding: 96px 0; background: var(--navy-deep); overflow: hidden; }
#testimonials .section-title { color: var(--white); }
#testimonials .section-subtitle { color: rgba(255,255,255,0.55); }
.carousel-wrap { position: relative; overflow: hidden; }
.carousel-track { display: flex; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.testimonial-slide { min-width: 100%; padding: 0 16px; }
.testimonial-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 44px 48px;
  max-width: 780px; margin: 0 auto;
}
.testimonial-stars { display: flex; gap: 4px; margin-bottom: 20px; }
.star { font-size: 1.2rem; color: var(--gray-300); transition: color 0.3s; }
.star.lit { color: var(--gold); }
.testimonial-quote {
  font-size: 1.05rem; color: rgba(255,255,255,0.88);
  line-height: 1.75; font-style: italic; margin-bottom: 28px;
}
.testimonial-quote::before { content: '\201C'; color: var(--gold); font-size: 1.4rem; }
.testimonial-quote::after  { content: '\201D'; color: var(--gold); font-size: 1.4rem; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--navy-light));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-weight: 700;
  font-size: 1.05rem; color: var(--white); flex-shrink: 0;
}
.testimonial-name { font-family: var(--font-heading); font-weight: 600; color: var(--white); font-size: 0.95rem; }
.testimonial-role { font-size: 0.8rem; color: rgba(255,255,255,0.45); }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 36px; }
.carousel-btn {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white); display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.carousel-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.25); border: none;
  transition: var(--transition);
}
.carousel-dot.active { background: var(--gold); width: 24px; border-radius: 4px; }

/* ============================================================
   6. GLOBAL PRESENCE
============================================================ */
#presence { padding: 96px 0; background: var(--gray-bg); }
.presence-grid {
  display: flex; gap: 60px; justify-content: center;
  align-items: center; flex-wrap: wrap; position: relative;
}
.presence-connector {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 200px; display: flex; align-items: center;
}
.connector-line { flex: 1; border-top: 2px dashed rgba(212,160,23,0.45); }
.location-card { perspective: 800px; width: 280px; height: 210px; cursor: pointer; }
.location-card-inner {
  width: 100%; height: 100%; position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.location-card:hover .location-card-inner,
.location-card:focus .location-card-inner { transform: rotateY(180deg); outline: none; }
.location-card-front, .location-card-back {
  position: absolute; inset: 0;
  border-radius: var(--radius-lg); padding: 32px 28px;
  backface-visibility: hidden;
}
.location-card-front {
  background: var(--white);
  border: 1.5px solid var(--gray-100);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; align-items: flex-start; gap: 12px;
}
.location-card-back {
  background: var(--navy); color: var(--white);
  transform: rotateY(180deg);
  display: flex; flex-direction: column; justify-content: center; gap: 10px;
}
.location-pin {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(212,160,23,0.12);
  display: flex; align-items: center; justify-content: center;
}
.location-card-front h3 { font-family: var(--font-heading); font-weight: 700; color: var(--navy); font-size: 1rem; }
.location-card-front span { font-size: 0.8rem; color: var(--gray-500); }
.location-badge {
  display: inline-block; padding: 3px 10px;
  border-radius: 50px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em;
}
.location-badge.hq { background: rgba(212,160,23,0.15); color: var(--gold-dark); }
.location-card-back p { font-size: 0.82rem; color: rgba(255,255,255,0.72); line-height: 1.7; }
.location-card-back h4 { font-family: var(--font-heading); font-size: 0.9rem; font-weight: 700; color: var(--gold-light); }

/* ============================================================
   7. TRUST BADGES MARQUEE
============================================================ */
#trust {
  padding: 56px 0;
  background: var(--white);
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
  overflow: hidden;
}
.trust-label {
  text-align: center;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--gray-300); margin-bottom: 28px;
}
.marquee-outer { overflow: hidden; position: relative; }
.marquee-outer::before, .marquee-outer::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2;
}
.marquee-outer::before { left: 0; background: linear-gradient(90deg, var(--white), transparent); }
.marquee-outer::after  { right: 0; background: linear-gradient(-90deg, var(--white), transparent); }
.marquee-track {
  display: flex; width: max-content;
  animation: marqueeScroll 22s linear infinite;
}
.marquee-outer:hover .marquee-track { animation-play-state: paused; }
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.trust-badge {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 40px; white-space: nowrap;
  border-right: 1px solid var(--gray-100);
}
.trust-badge-name { font-family: var(--font-heading); font-size: 0.85rem; font-weight: 700; color: var(--navy); }
.trust-badge-sub  { font-size: 0.72rem; color: var(--gray-500); }

/* ============================================================
   8. CTA BANNER
============================================================ */
#cta-banner {
  padding: 88px 24px;
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 50%, var(--gold-light) 100%);
  text-align: center; position: relative; overflow: hidden;
}
#cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255,255,255,0.08) 0%, transparent 60%),
    radial-gradient(circle at 80% 50%, rgba(11,44,95,0.08) 0%, transparent 60%);
}
.cta-banner-content { position: relative; z-index: 1; }
.cta-banner-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800; color: var(--navy-deep); margin-bottom: 12px;
}
.cta-banner-content p { font-size: 1rem; color: rgba(8,30,66,0.7); margin-bottom: 32px; }
.cta-pulse { animation: pulseCta 2.2s ease-in-out infinite; }
@keyframes pulseCta {
  0%, 100% { box-shadow: 0 0 0 0 rgba(8,30,66,0.3); }
  50%       { box-shadow: 0 0 0 14px rgba(8,30,66,0); }
}

/* ============================================================
   9. FOOTER
============================================================ */
#footer { background: var(--navy-deep); padding: 72px 0 0; color: rgba(255,255,255,0.65); }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand p { font-size: 0.875rem; line-height: 1.75; margin: 16px 0 24px; max-width: 280px; }
.footer-socials { display: flex; gap: 10px; }
.social-btn {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6); transition: var(--transition);
}
.social-btn:hover {
  background: var(--gold); border-color: var(--gold);
  color: var(--navy-deep); transform: translateY(-4px) scale(1.1);
}
.footer-col h4 {
  font-family: var(--font-heading); font-size: 0.9rem;
  font-weight: 700; color: var(--white);
  margin-bottom: 20px; letter-spacing: 0.02em;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  font-size: 0.85rem; color: rgba(255,255,255,0.55); transition: var(--transition);
}
.footer-col ul li a:hover { color: var(--gold); padding-left: 4px; display: inline-block; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; font-size: 0.85rem; margin-bottom: 12px; }
.footer-contact-item svg { flex-shrink: 0; margin-top: 2px; }

.newsletter-form { display: flex; gap: 0; margin-top: 4px; }
.newsletter-input {
  flex: 1; padding: 11px 16px;
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: var(--white); font-size: 0.85rem; font-family: var(--font-body);
  outline: none; transition: border-color 0.2s;
}
.newsletter-input::placeholder { color: rgba(255,255,255,0.35); }
.newsletter-input:focus { border-color: var(--gold); }
.newsletter-submit {
  padding: 11px 18px; background: var(--gold); border: none;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--navy-deep); font-weight: 600; font-size: 0.82rem;
  cursor: pointer; transition: var(--transition); font-family: var(--font-heading);
}
.newsletter-submit:hover { background: var(--gold-light); }
.newsletter-msg { font-size: 0.78rem; margin-top: 8px; display: none; }
.newsletter-msg.success { color: #6fcf97; display: block; }
.newsletter-msg.error   { color: #eb5757; display: block; }

.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 0; font-size: 0.78rem; color: rgba(255,255,255,0.3);
  flex-wrap: wrap; gap: 8px;
}
.footer-bottom a { color: rgba(255,255,255,0.3); transition: color 0.2s; }
.footer-bottom a:hover { color: var(--gold); }

/* ============================================================
   BACK TO TOP
============================================================ */
#back-to-top {
  position: fixed; bottom: 32px; right: 32px;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gold); color: var(--navy-deep);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-md); z-index: 900;
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.3s, transform 0.3s, background 0.2s;
  pointer-events: none; border: none;
}
#back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
#back-to-top:hover { background: var(--gold-light); transform: translateY(-3px); }

/* ============================================================
   SERVICES DROPDOWN
============================================================ */

.services-dropdown {
  position: relative;
}

.services-dropdown > summary {
  list-style: none;
  padding: 8px 11px;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  border-radius: var(--radius-sm);
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transition);
}

.services-dropdown > summary::-webkit-details-marker {
  display: none;
}

.services-dropdown > summary::after {
  content: "▾";
  margin-left: 5px;
  font-size: 0.75em;
}

.services-dropdown > summary:hover {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.08);
}

#navbar.scrolled .services-dropdown > summary {
  color: var(--gray-700);
}

#navbar.scrolled .services-dropdown > summary:hover {
  color: var(--navy);
  background: var(--gray-100);
}

.services-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  padding: 8px 0;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  z-index: 1001;
}

.services-dropdown[open] .services-dropdown-menu {
  display: block;
}

.services-dropdown-menu a {
  display: block;
  padding: 10px 16px;
  color: var(--gray-700);
  font-size: 0.85rem;
  white-space: nowrap;
  transition: var(--transition);
}

.services-dropdown-menu a:hover {
  color: var(--navy);
  background: var(--gray-bg);
}

.mobile-drawer .services-dropdown {
  width: 100%;
}

.mobile-drawer .services-dropdown > summary {
  width: 100%;
  padding: 12px 16px;
  color: var(--gray-700);
  font-size: 0.95rem;
}

.mobile-drawer .services-dropdown-menu {
  position: static;
  min-width: 0;
  padding: 0 0 6px 12px;
  background: transparent;
  box-shadow: none;
}

.mobile-drawer .services-dropdown-menu a {
  width: 100%;
  padding: 10px 16px;
  font-size: 0.88rem;
  color: var(--gray-500);
}

body.translation-page #navbar .services-dropdown > summary {
  color: var(--gray-700);
}

/* ============================================================
   RESPONSIVE
============================================================ */

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding-bottom: 40px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  #navbar .nav-links,
  #navbar .nav-actions .btn-gold,
  #navbar .nav-actions .lang-dropdown {
    display: none;
  }

  #navbar .hamburger {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    margin-left: auto;
    cursor: pointer;
    z-index: 1100;
  }

  #navbar .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--navy);
    border-radius: 2px;
  }
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-overlay.open {
  display: block;
  opacity: 1;
}

.mobile-drawer.open {
  right: 0;
}
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero-stats { gap: 24px; }
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
