/* ==========================================================================
   CLS PREVENTION - Body padding for fixed header
   RingCentral-style: All-or-nothing collapse at 1230px
   ========================================================================== */

body {
  padding-top: 80px;
}

@media (max-width: 1229px) {
  body {
    padding-top: 60px;
  }
}

body,
html {
  overscroll-behavior-y: none;
  /* scroll-behavior: smooth causes jitter - use JS scrollIntoView instead if needed */
}

/* GPU acceleration for smooth scrolling */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.enterprise-header {
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.enterprise-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(27, 67, 50, 0.08);
  transition: box-shadow 0.15s ease-out, background 0.15s ease-out;
  contain: layout style;
}

.enterprise-header.scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 1);
}

.header-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  height: 80px;
  min-height: 80px;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 3vw, 48px);
}

.header-logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #1b4332;
}

.header-logo img {
  width: 150px !important;
  height: 50px !important;
  object-fit: contain !important;
}

.logo-icon {
  width: 150px !important;
  height: 50px !important;
  object-fit: contain !important;
  display: block;
}

.logo-text {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #042215;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.nav-item {
  position: relative;
  flex-shrink: 0;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family:
    Inter,
    -apple-system,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  padding: 8px 16px;
  border: none;
  background: 0 0;
  cursor: pointer;
  transition: color 150ms ease;
  border-radius: 6px;
  white-space: nowrap;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  flex-shrink: 0;
}

.nav-link:hover {
  color: #1b4332;
  background-color: #f9fafb;
}

.dropdown-arrow {
  transition: transform 0.2s ease;
  stroke: #374151;
  margin-left: 2px;
}

.nav-dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}

.mega-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: -24px;
  width: 720px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transform: translateY(-8px);
}

.nav-dropdown.active .mega-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.mega-dropdown-inner {
  padding: 24px;
}

.mega-dropdown-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.mega-dropdown-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.column-header {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9ca3af;
  margin-bottom: 8px;
  padding: 0 12px;
}

.dropdown-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dropdown-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 150ms ease;
}

.dropdown-link:hover {
  background-color: #f3f4f6;
}

.link-icon {
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.link-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.link-title {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
}

.link-subtitle {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.4;
}

.featured-card {
  margin-top: 16px;
  padding: 20px;
  background: linear-gradient(135deg, #1b4332 0, #0d2818 100%);
  border-radius: 10px;
  color: #fff;
}

.featured-card-badge {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

.featured-card-title {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}

.featured-card-metrics {
  display: flex;
  gap: 28px;
  margin-bottom: 14px;
}

.metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.metric-value {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.metric-label {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.85;
}

.featured-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: gap 150ms ease;
}

.featured-card-cta:hover {
  gap: 10px;
}

.simple-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  transform: translateX(-50%) translateY(-8px);
}

.nav-dropdown.active .simple-dropdown,
.nav-dropdown:hover .simple-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}

.simple-dropdown::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background: 0 0;
}

.dropdown-links-simple {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-link-simple {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  transition: background-color 150ms ease;
}

.dropdown-link-simple:hover {
  background-color: #f3f4f6;
  color: #1b4332;
}

.dropdown-link-simple .link-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dropdown-link-simple .link-title {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  line-height: 1.3;
}

.dropdown-link-simple:hover .link-title {
  color: #1b4332;
}

.dropdown-link-simple .link-subtitle {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #9ca3af;
  line-height: 1.3;
}

.dropdown-link-simple .item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #6b7280;
  margin-top: 2px;
}

.link-icon-small {
  font-size: 16px;
  line-height: 1;
}

.simple-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 8px;
  z-index: 1000;
  margin-top: 8px;
  display: none;
}

.nav-dropdown:hover .simple-dropdown-menu {
  display: block;
}

.simple-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  color: #374151;
  text-decoration: none;
  border-radius: 6px;
  font-family:
    Inter,
    -apple-system,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 150ms ease;
}

.simple-dropdown-menu a:hover {
  background-color: #f9fafb;
  color: #1b4332;
}

.simple-dropdown-menu .dropdown-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.dropdown-section-header {
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9ca3af;
  padding: 8px 12px 4px;
  margin-top: 4px;
}

.dropdown-section-header:first-child {
  margin-top: 0;
}

.dropdown-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 6px 0;
}

.dropdown-list-premium {
  padding: 4px 0;
}

.dropdown-item-premium {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 150ms ease;
}

.dropdown-item-premium:hover {
  background-color: #f3f4f6;
}

.dropdown-item-premium .item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #6b7280;
}

.dropdown-item-premium:hover .item-icon {
  color: #1b4332;
}

.dropdown-item-premium .item-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dropdown-item-premium .item-title {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

.dropdown-item-premium:hover .item-title {
  color: #1b4332;
}

.dropdown-item-premium .item-desc {
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: #9ca3af;
}

.header-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #1b4332;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 150ms ease,
    transform 150ms ease;
}

.header-cta-primary:hover {
  background-color: #0d2818;
  transform: translateY(-1px);
}

.header-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: transparent;
  color: #1b4332;
  border: 1.5px solid #1b4332;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 150ms ease;
}

.header-cta-secondary:hover {
  background-color: #1b4332;
  color: #fff;
  transform: translateY(-1px);
}

.hamburger-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 12px;
  background: 0 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(27, 67, 50, 0.1);
  transition: background 0.2s ease;
}

.hamburger-btn:active,
.hamburger-btn:hover {
  background: rgba(27, 67, 50, 0.06);
}

.hamburger-line {
  width: 22px;
  height: 2px;
  background-color: #1b4332;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center;
}

.hamburger-btn.active .hamburger-line:first-child {
  transform: translateY(7px) rotate(45deg);
}

.hamburger-btn.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger-btn.active .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #0f291e;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 350ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 350ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 99999;
  overflow: hidden;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.mobile-menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: 0 0;
  transform: translateY(20px);
  opacity: 0;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  padding-top: env(safe-area-inset-top, 0);
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.mobile-menu-overlay.active .mobile-menu-panel {
  transform: translateY(0);
  opacity: 1;
}

.mobile-menu-header {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  border-bottom: 1px solid #E5E7EB !important;
  flex-shrink: 0 !important;
  background: #FFFFFF !important;
  position: relative !important;
}

.mobile-menu-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  gap: 12px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.mobile-menu-logo img {
  border-radius: 8px;
  width: 140px !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain;
}

.mobile-menu-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: none !important;
  border-radius: 12px;
  color: #111827 !important;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.mobile-menu-close svg {
  width: 28px;
  height: 28px;
  stroke-width: 2.5;
}

.mobile-menu-close:active,
.mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(0.95);
}

.mobile-menu-nav {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-section {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mobile-menu-section:last-of-type {
  border-bottom: none;
}

.mobile-menu-section-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  min-height: 60px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.mobile-menu-section-btn:active,
.mobile-menu-section-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.section-arrow {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  color: rgba(212, 175, 55, 0.8);
  width: 24px;
  height: 24px;
}

.mobile-menu-section-btn.active .section-arrow {
  transform: rotate(180deg);
  color: #d4af37;
}

.mobile-menu-section-content {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 16px 12px 12px 20px;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.3s ease;
  opacity: 0;
}

.mobile-menu-section-content.active {
  display: flex;
  max-height: 600px;
  opacity: 1;
}

.mobile-menu-section-content a {
  padding: 16px 18px;
  min-height: 52px;
  display: flex;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.mobile-menu-section-content a:active,
.mobile-menu-section-content a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.mobile-menu-link {
  padding: 18px 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.mobile-menu-link:active,
.mobile-menu-link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.mobile-menu-ctas {
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
  background: rgba(15, 41, 30, 0.5);
  padding-bottom: calc(32px + env(safe-area-inset-bottom, 0px));
}

.mobile-cta-primary,
.mobile-cta-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  min-height: 60px;
  border-radius: 16px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s ease;
  letter-spacing: 0.01em;
}

.mobile-cta-primary {
  background: #fff;
  color: #1b4332;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mobile-cta-primary:active,
.mobile-cta-primary:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: scale(0.98);
}

.mobile-cta-secondary {
  background: 0 0;
  color: #d4af37;
  border: 2px solid rgba(212, 175, 55, 0.5);
}

.mobile-cta-secondary:active,
.mobile-cta-secondary:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: #d4af37;
  transform: scale(0.98);
}

/* RingCentral-style: All-or-nothing collapse at 1230px */
@media (max-width: 1229px) {
  .header-wrapper {
    padding: 0 20px;
    height: 60px;
    min-height: 60px;
  }

  .logo-text {
    font-size: 20px;
  }

  /* Hide all desktop navigation and CTAs */
  .desktop-nav,
  .header-nav,
  .header-ctas {
    display: none !important;
  }

  /* Show hamburger menu button */
  .hamburger-btn {
    display: flex !important;
  }
}

@media (max-width: 375px) {
  .header-wrapper {
    padding: 0 16px;
  }

  .mobile-menu-panel {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}

:focus-visible {
  outline: 2px solid #6b46c1;
  outline-offset: 2px;
  border-radius: 4px;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown:hover .nav-dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 280px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow:
    0 10px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  padding: 8px;
  margin-top: 10px;
  z-index: 9999;
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: 0 0;
}

.nav-dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-dropdown-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.15s ease;
}

.nav-dropdown-item:hover {
  background-color: #f9fafb;
}

.nav-icon-box {
  color: #6b7280;
  margin-top: 2px;
  flex-shrink: 0;
}

.nav-dropdown-item:hover .nav-icon-box {
  color: #042215;
}

.nav-text-box {
  display: flex;
  flex-direction: column;
}

.nav-item-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #111827;
  line-height: 1.2;
}

.nav-item-desc {
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
  line-height: 1.2;
}

.header-login-link {
  color: #1b4332;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 150ms ease;
  border-radius: 6px;
  white-space: nowrap;
}

.header-login-link:hover {
  color: #0f291e;
  background: rgba(27, 67, 50, 0.06);
}

.header-login-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231b4332' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile-login-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b4332;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  padding: 16px 24px;
  text-align: center;
  border-radius: 12px;
  background: rgba(27, 67, 50, 0.08);
  border: 1px solid rgba(27, 67, 50, 0.2);
}

.mobile-login-link:hover {
  background: rgba(27, 67, 50, 0.12);
}

/* NAVIGATION HYPHENATION & WRAP FIX */
.nav-link,
.header-login-link,
.mobile-login-link {
  white-space: nowrap !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
  word-break: keep-all !important;
}

@media (max-width: 1440px) {
  .header-wrapper {
    gap: clamp(16px, 3vw, 48px) !important;
    padding: 12px 20px !important;
  }

  .header-nav {
    gap: clamp(8px, 1.5vw, 24px) !important;
  }
}