body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #f7f9fc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.hero-gradient {
    background: linear-gradient(135deg, #1F90C3 0%, #17425B 100%);
}

.accent-gradient {
    background: linear-gradient(135deg, #EC7D30 0%, #F39A5A 100%);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-link {
    color: #64748B;
    font-weight: 500;
    transition: 0.2s ease;
    padding-bottom: 0.25rem;
    border-bottom: 2px solid transparent;
}

.nav-link:hover {
    color: #17425B;
}

.nav-link-active {
    color: #17425B;
    border-bottom-color: #EC7D30;
    font-weight: 700;
}

.header-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 1.25rem;
    border-radius: 0.875rem;
    border: 1px solid #D9E3EA;
    background: #fff;
    color: #17425B;
    font-weight: 700;
    transition: 0.2s ease;
}

.header-call-btn:hover {
    background: #F2F6F9;
}

.header-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 1.25rem;
    border-radius: 0.875rem;
    background: #EC7D30;
    color: #fff;
    font-weight: 700;
    transition: 0.2s ease;
}

.header-cta-btn:hover {
    opacity: 0.9;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 80px 0 0 0;
    background: rgba(23, 66, 91, 0.28);
    backdrop-filter: blur(4px);
    z-index: 40;
}

.mobile-menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #D9E3EA;
    box-shadow: 0 24px 40px rgba(23, 66, 91, 0.08);
    z-index: 45;
}

.mobile-nav-link {
    display: block;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    color: #17425B;
    font-weight: 600;
    background: transparent;
    transition: 0.2s ease;
}

.mobile-nav-link:hover {
    background: #F2F6F9;
}

.mobile-nav-link-active {
    background: #DDF2FB;
    color: #17425B;
}

.mobile-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 1rem;
    font-weight: 700;
    transition: 0.2s ease;
}

.mobile-action-btn-primary {
    background: #EC7D30;
    color: #fff;
}

.mobile-action-btn-primary:hover {
    opacity: 0.9;
}

.mobile-action-btn-outline {
    background: #fff;
    border: 1px solid #D9E3EA;
    color: #17425B;
}

.mobile-action-btn-outline:hover {
    background: #F2F6F9;
}

.faq-answer {
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-icon {
    transition: transform 0.25s ease;
}

.site-hidden {
    display: none !important;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tab-button {
  background: #f3f6f8;
  color: #16313f;
  border: 1px solid #d9e3ea;
  box-shadow: none;
}

.tab-button:hover {
  background: #eaf1f5;
}

.tab-button.active {
  background: #0f6fa8;
  color: #ffffff;
  border-color: #0f6fa8;
  box-shadow: 0 10px 25px rgba(15, 111, 168, 0.18);
}

.tab-button.active:hover {
  background: #0f6fa8;
  color: #ffffff;
}