.bus-wrap,
.hero-bg,
.road {
  position: relative;
}
.gen-style-9,
.hero-bg,
.overflow-hidden,
.road {
  overflow: hidden;
}
#imgModal,
#preloader {
  position: fixed;
  inset: 0;
}
.cta-section::before,
.hero-bg::before,
.road::after,
.section-tag::before {
  content: "";
  content: "";
  content: "";
}
.gen-style-116,
.gen-style-128,
.gen-style-131,
.gen-style-146,
.gen-style-209,
.gen-style-218,
.gen-style-265,
.gen-style-304,
.gen-style-321,
.gen-style-325,
.gen-style-333,
.gen-style-357,
.gen-style-366,
.gen-style-407,
.gen-style-420,
.gen-style-452,
.gen-style-62,
.no-results,
.spec-card,
.split-badge,
.stat-chip,
.step-card,
.support-card,
.text-center,
.u-tac {
  text-align: center;
}
.card-img,
.fleet-card-img,
.fleet-img,
.gallery-main,
.gallery-thumb,
.gen-style-287,
.gen-style-320,
.gen-style-386,
.gen-style-89,
.rc-img,
.rp-img,
.rp-thumb,
.split-img {
  object-fit: cover;
  object-fit: cover;
}
*,
::after,
::before {
  box-sizing: border-box;
}
#navbar,
#navbar.scrolled {
  background: rgba(2, 6, 23, 0.92);
}
.pp-section,
.tc-section {
  scroll-margin-top: 100px;
}
.cat-btn,
.cat-pill,
.gen-style-178,
.gen-style-376,
.newsletter-btn,
.trust-badge span,
.trust-item span {
  white-space: nowrap;
}
#mobileMenu,
body,
html {
  overflow-x: hidden;
  width: 100%;
}
#preloader {
  z-index: 9999;
  background: #0f172a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s, visibility 0.5s;
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
#scrollTop.visible,
.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}
.loadingp {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.85rem;
  margin-top: 8px;
  font-family: Poppins, sans-serif;
}
.road {
  width: 340px;
  height: 6px;
  background: linear-gradient(
    90deg,
    transparent 0,
    #1d4ed8 20%,
    #f59e0b 50%,
    #1d4ed8 80%,
    transparent 100%
  );
  border-radius: 3px;
  margin-top: 24px;
}
.road::after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  animation: 1.6s infinite roadShine;
}
@keyframes roadShine {
  to {
    left: 160%;
  }
}
.bus-wrap {
  animation: 2s ease-in-out infinite alternate busDrive;
}
@keyframes busDrive {
  from {
    transform: translateX(-8px);
  }
  to {
    transform: translateX(8px);
  }
}
.bus-svg {
  width: 120px;
  filter: drop-shadow(0 8px 24px rgba(29, 78, 216, 0.5));
}
.wheels {
  animation: 0.6s linear infinite spin;
  transform-origin: center;
}
.loader-text {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 28px;
}
.faq-body-inner a:hover,
.footer-bottom-links a:hover,
.footer-contact-item:hover,
.footer-link-simple:hover,
.footer-link:hover .fl-icon,
.footer-logo-text span,
.gen-style-3,
.loader-text span,
.mobile-nav-link:hover,
.recent-post:hover .rp-title,
.rp-item:hover .rp-txt,
.sec-body a:hover,
.section-title span,
.star,
.stat-num {
  color: #f59e0b;
}
.dots span {
  animation: 1.2s infinite blink;
}
.dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.dots span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes blink {
  0%,
  100%,
  80% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
#navbar.scrolled {
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(29, 78, 216, 0.25);
  padding: 12px 0;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
}
.hero-bg {
  background: linear-gradient(
      135deg,
      rgba(2, 6, 23, 0.95) 0,
      rgba(29, 78, 216, 0.55) 50%,
      rgba(2, 6, 23, 0.85) 100%
    ),
    url("https://images.unsplash.com/photo-1544620347-c4fd4a3d5957?w=1600&auto=format&fit=crop")
      center/cover no-repeat;
  min-height: 100vh;
}
.hero-bg::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 60% 50%,
    rgba(29, 78, 216, 0.18) 0,
    transparent 70%
  );
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(29, 78, 216, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(29, 78, 216, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
.booking-glass {
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(29, 78, 216, 0.3);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}
.review-card,
.why-card {
  border: 1px solid rgba(29, 78, 216, 0.15);
}
.form-input:focus {
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.2);
}
.form-label {
  text-transform: uppercase;
}
.why-card {
  background: linear-gradient(135deg, #0f172a 0, #1e293b 100%);
  border-radius: 16px;
  padding: 32px;
  transition: 0.3s;
}
.spec-card:hover,
.why-card:hover {
  border-color: rgba(245, 158, 11, 0.35);
  transform: translateY(-4px);
}
.why-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(29, 78, 216, 0.3),
    rgba(245, 158, 11, 0.2)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(29, 78, 216, 0.3);
}
#scrollTop,
.btn-amber,
.btn-primary {
  align-items: center;
}
.fleet-card,
.stat-chip,
.testi-card {
  border: 1px solid rgba(29, 78, 216, 0.2);
}
.gen-style-22,
.testimonial-slider {
  overflow: hidden;
  position: relative;
}
.testimonial-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-amber,
.btn-primary,
.btn-secondary {
  display: inline-flex;
  letter-spacing: 0.03em;
}
.testimonial-slide {
  min-width: 100%;
  padding: 0 8px;
}
.fleet-card,
.testi-card {
  background: #0f172a;
}
.cta-section {
  background: linear-gradient(135deg, #1d4ed8 0, #1e40af 50%, #0f172a 100%);
}
.cta-section::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 30% 50%,
    rgba(245, 158, 11, 0.15) 0,
    transparent 60%
  );
}
footer {
  background: #020617;
  border-top: 1px solid rgba(29, 78, 216, 0.15);
}
#scrollTop {
  display: flex;
  justify-content: center;
  transform: translateY(16px);
}
#scrollTop.visible {
  transform: translateY(0);
}
#scrollTop:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 28px rgba(29, 78, 216, 0.7);
  transform: translateY(-3px);
}
.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
}
.btn-secondary {
  align-items: center;
  font-size: 0.95rem;
}
.btn-amber:hover {
  transform: translateY(-2px) scale(1.03);
}
.gradient-text {
  background: linear-gradient(90deg, #fff, #dbeafe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#scrollTop,
.map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.appbadges,
.footersocial {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.form-input::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
:root {
  --primary: #1d4ed8;
  --primary-dark: #1e40af;
  --amber: #f59e0b;
  --amber-dark: #d97706;
  --dark-0: #020617;
  --dark-1: #0f172a;
  --dark-2: #1e293b;
  --text-muted: rgba(255, 255, 255, 0.95);
  --text-faint: rgba(255, 255, 255, 0.35);
  --border: rgba(29, 78, 216, 0.2);
  --border-hover: rgba(29, 78, 216, 0.45);
  --primary: #1d4ed8;
  --primary-dark: #1e40af;
  --amber: #f59e0b;
  --amber-dark: #d97706;
  --dark-0: #020617;
  --dark-1: #0f172a;
  --dark-2: #1e293b;
  --text-muted: rgba(255, 255, 255, 0.55);
  --text-faint: rgba(255, 255, 255, 0.35);
}
.btn-amber {
  background: linear-gradient(135deg, var(--amber), var(--amber-dark));
  display: inline-flex;
  align-items: center;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}
.appbadges {
  letter-spacing: 0.06em;
  margin-top: 10px;
}
.closeicon,
.menuCloseicon {
  width: 28px;
  height: 28px;
}
.calendarclass,
.gen-style-36 {
  width: 14px;
  height: 14px;
}
.Hamburgericon,
.gen-style-345,
.menuclass {
  width: 26px;
  height: 26px;
}
.btnicon,
.gen-style-302 {
  width: 17px;
  height: 17px;
}
.app-badge {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.logoa,
.logodiv {
  display: flex;
  align-items: center;
}
.footersocial {
  letter-spacing: 0.08em;
}
.footer-contact-label,
.footeraddress,
.footerphone {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}
.logoa {
  text-decoration: none;
  gap: 10px;
}
.logodiv {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 10px;
  justify-content: center;
}
#menuOpen,
.menuClose,
.mobile-close {
  background: 0 0;
  border: none;
  color: #fff;
  cursor: pointer;
}
.busicon,
.gen-style-71 {
  width: 20px;
  height: 20px;
  color: #fff;
}
.logospan,
.navbar-logo-text {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #fff;
}
.booking-btn {
  padding: 10px 22px;
  font-size: 0.85rem;
}
.menuClose,
.mobile-close {
  position: absolute;
  top: 24px;
  right: 24px;
}
.btn-amber,
.btn-primary {
  display: inline-flex;
  align-items: center;
}
.fleet-card:hover {
  box-shadow: 0 24px 64px rgba(29, 78, 216, 0.25);
  border-color: rgba(29, 78, 216, 0.5);
}
.fleet-img {
  width: 100%;
  height: 220px;
  transition: transform 0.5s;
}
.fleet-card:hover .fleet-img {
  transform: scale(1.05);
}
.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.filter-btn {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(29, 78, 216, 0.3);
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 20px;
  border-radius: 99px;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 0.83rem;
  font-weight: 500;
  transition: 0.2s;
}
.gen-style-12,
.gen-style-19 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}
.cat-btn.active,
.cat-btn:hover,
.cat-pill.active,
.cat-pill:hover,
.detail-tab.active,
.detail-tab:hover,
.filter-btn.active,
.filter-btn:hover,
.page-btn.active,
.page-btn:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}
.gen-style-4 {
  width: 15px;
  height: 15px;
}
.gen-style-5 {
  padding: 140px 0 80px;
  background: linear-gradient(
      135deg,
      rgba(2, 6, 23, 0.95) 0,
      rgba(29, 78, 216, 0.2) 100%
    ),
    url("https://images.unsplash.com/photo-1570125909232-eb263c188f7e?w=1600&auto=format&fit=crop")
      center/cover;
}
.gen-style-6 {
  color: rgba(255, 255, 255, 0.65);
  max-width: 560px;
  margin: 16px auto 0;
  font-size: 1.05rem;
  line-height: 1.8;
}
.gen-style-7 {
  padding: 60px 0 80px;
  background: #020617;
}
.gen-style-8 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 48px;
}
.faq-body-inner p,
.faq-body-inner ul,
.gen-style-11 {
  margin-bottom: 10px;
}
.gen-style-10 {
  padding: 24px;
}
.gen-style-11 {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.gen-style-12 {
  font-size: 1.1rem;
  color: #fff;
}
.gen-style-13 {
  background: rgba(29, 78, 216, 0.2);
  color: #93c5fd;
  border: 1px solid rgba(29, 78, 216, 0.3);
}
.gen-style-14 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.83rem;
  line-height: 1.7;
  margin-bottom: 14px;
}
.gen-style-15 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.gen-style-16 {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.2);
}
.gen-style-17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gen-style-18 {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}
.gen-style-19 {
  color: #f59e0b;
  font-size: 1.3rem;
}
.cat-pill,
.search-input {
  font-family: Poppins, sans-serif;
}
.gen-style-20 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
.gen-style-21 {
  padding: 8px 18px;
  font-size: 0.82rem;
}
.gen-style-23,
.gen-style-24 {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-transform: uppercase;
}
.gen-style-23 {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  color: #fff;
}
.gen-style-24 {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #020617;
}
.cat-pill,
.faq-tip {
  font-size: 0.83rem;
  display: flex;
}
.cat-pill {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(29, 78, 216, 0.25);
  color: rgba(255, 255, 255, 0.65);
  padding: 9px 20px;
  border-radius: 99px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.22s;
  align-items: center;
  gap: 7px;
}
.faq-trigger,
.gen-style-122 {
  justify-content: space-between;
}
.cat-pill svg {
  opacity: 0.7;
}
.cat-pill.active svg,
.cat-pill:hover svg {
  opacity: 1;
}
.faq-group {
  margin-bottom: 8px;
}
.faq-item.open {
  box-shadow: 0 4px 24px rgba(29, 78, 216, 0.12);
}
.faq-trigger {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(29, 78, 216, 0.2);
  border: 1px solid rgba(29, 78, 216, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}
.faq-item.open .faq-icon {
  background: #1d4ed8;
  border-color: #1d4ed8;
  transform: rotate(45deg);
}
.faq-body-inner ul {
  list-style: none;
  padding: 0;
}
.faq-body-inner ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.faq-body-inner ul li::before {
  content: "›";
  color: #f59e0b;
  font-weight: 700;
  flex-shrink: 0;
}
.article-body a,
.faq-body-inner a,
.gen-style-32,
.sec-body a {
  color: #93c5fd;
  text-decoration: none;
}
.faq-tip {
  background: rgba(245, 158, 11, 0.07);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 10px;
  padding: 12px 16px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
  align-items: flex-start;
  gap: 10px;
}
.search-input {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(29, 78, 216, 0.35);
  color: #fff;
  width: 100%;
  padding: 15px 20px 15px 52px;
  border-radius: 14px;
  font-size: 0.95rem;
  outline: 0;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.gen-style-30,
.stat-chip-num {
  font-family: Montserrat, sans-serif;
}
.blog-search:focus,
.form-input:focus,
.newsletter-input:focus,
.search-input:focus {
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
}
.search-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.stat-chip {
  background: rgba(29, 78, 216, 0.1);
  border-radius: 12px;
  padding: 16px;
}
.stat-chip-num {
  font-weight: 900;
  font-size: 1.6rem;
  color: #f59e0b;
  line-height: 1;
}
.gen-style-325,
.support-card {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 18px;
  padding: 28px;
  transition: 0.3s;
}
.related-card:hover,
.support-card:hover {
  border-color: rgba(245, 158, 11, 0.35);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(29, 78, 216, 0.2);
}
.support-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.no-results {
  padding: 48px 20px;
  color: rgba(255, 255, 255, 0.4);
  display: none;
}
.no-results svg {
  margin: 0 auto 14px;
  display: block;
  opacity: 0.4;
}
.gen-style-27 {
  padding: 110px 0 60px;
  background: linear-gradient(
    135deg,
    rgba(2, 6, 23, 0.97) 0,
    rgba(29, 78, 216, 0.15) 100%
  );
  border-bottom: 1px solid rgba(29, 78, 216, 0.15);
}
.gen-style-28 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f59e0b;
  margin-bottom: 12px;
}
.gen-style-29 {
  display: block;
  width: 18px;
  height: 2px;
  background: #f59e0b;
}
.gen-style-30 {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: #fff;
  margin-bottom: 14px;
}
.gen-style-31 {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  max-width: 540px;
  margin: 0 auto 32px;
  line-height: 1.8;
}
.gen-style-33 {
  position: relative;
  max-width: 600px;
  margin: 0 auto 36px;
}
.gen-style-34,
.gen-style-35 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gen-style-34 {
  left: 18px;
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}
.gen-style-35 {
  right: 14px;
  background: rgba(29, 78, 216, 0.2);
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 5px;
  border-radius: 6px;
  display: none;
  align-items: center;
  justify-content: center;
}
.gen-style-37 {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.gen-style-38 {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}
.gen-style-39 {
  padding: 56px 0 80px;
  background: #020617;
}
.gen-style-40 {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gen-style-41 {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.blog-tag,
.sidebar-title {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gen-style-42 {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 24px;
  -webkit-overflow-scrolling: touch;
}
.blog-card,
.featured-card {
  overflow: hidden;
  text-decoration: none;
}
.gen-style-43 {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}
.gen-style-48,
.gen-style-63 {
  font-weight: 800;
  font-family: Montserrat, sans-serif;
}
.gen-style-44 {
  font-size: 0.85rem;
}
.gen-style-45,
.info-box strong {
  color: #93c5fd;
}
.gen-style-46 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.gen-style-47 {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-48 {
  font-size: 1.05rem;
  color: #fff;
}
.gen-style-49,
.nav-link.active,
.nav-link:hover,
.u-white {
  color: #fff;
}
.gen-style-50 {
  flex-shrink: 0;
  margin-top: 1px;
}
.gen-style-52,
.gen-style-53 {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
}
.gen-style-51,
.u-mt24 {
  margin-top: 24px;
}
.gen-style-52 {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-53 {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-54,
.gen-style-58 {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
}
.gen-style-54 {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-55 {
  color: #4ade80;
}
.gen-style-56 {
  color: #86efac;
}
.gen-style-57 {
  color: #f87171;
}
.gen-style-58 {
  background: linear-gradient(135deg, #10b981, #059669);
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-59,
.gen-style-60 {
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
}
.gen-style-59 {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-60 {
  background: linear-gradient(135deg, #ec4899, #db2777);
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-61 {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-62 {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 20px;
  padding: 36px;
  margin-top: 36px;
}
.gen-style-63 {
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 8px;
}
.gen-style-64 {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  margin-bottom: 24px;
  line-height: 1.7;
}
.gen-style-65 {
  background: rgba(29, 78, 216, 0.15);
  border: 1px solid rgba(29, 78, 216, 0.3);
}
.gen-style-66 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.blog-search,
.cat-btn {
  font-family: Poppins, sans-serif;
}
.gen-style-67 {
  font-size: 0.8rem;
  color: #93c5fd;
  text-decoration: none;
}
.gen-style-68 {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.35);
  margin: 4px 0 0;
}
.gen-style-69 {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
}
.gen-style-70 {
  font-size: 0.8rem;
  color: #f59e0b;
  text-decoration: none;
}
#navbar {
  transition: 0.35s;
  backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.blog-hero-bg {
  background: linear-gradient(
      135deg,
      rgba(2, 6, 23, 0.98) 0,
      rgba(29, 78, 216, 0.18) 60%,
      rgba(2, 6, 23, 0.95) 100%
    ),
    url("https://images.unsplash.com/photo-1494515843206-f3117d3f51b7?w=1600&auto=format&fit=crop")
      center/cover no-repeat;
  min-height: 360px;
}
.blog-search {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(29, 78, 216, 0.35);
  color: #fff;
  padding: 14px 20px 14px 52px;
  border-radius: 14px;
  font-size: 0.92rem;
  outline: 0;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.blog-search::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.cat-btn {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(29, 78, 216, 0.22);
  color: rgba(255, 255, 255, 0.62);
  padding: 8px 18px;
  border-radius: 99px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 500;
  transition: 0.22s;
}
.gen-style-78,
.gen-style-92,
.gen-style-96,
.page-btn,
.sidebar-title {
  font-family: Montserrat, sans-serif;
}
.featured-card {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.18);
  border-radius: 22px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  transition: 0.35s;
}
.featured-card:hover {
  border-color: rgba(245, 158, 11, 0.35);
  box-shadow: 0 24px 60px rgba(29, 78, 216, 0.2);
  transform: translateY(-4px);
}
.blog-card {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.16);
  border-radius: 18px;
  transition: 0.32s;
  display: flex;
  flex-direction: column;
}
#mobileMenu,
.gen-style-83 {
  -webkit-overflow-scrolling: touch;
}
.blog-card:hover {
  border-color: rgba(29, 78, 216, 0.45);
  box-shadow: 0 16px 44px rgba(29, 78, 216, 0.18);
  transform: translateY(-5px);
}
.blog-card:hover .card-img {
  transform: scale(1.07);
}
.card-img {
  width: 100%;
  height: 210px;
  transition: transform 0.5s;
}
.blog-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 11px;
  border-radius: 99px;
}
.sidebar-widget {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.18);
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 18px;
}
.sidebar-title {
  font-weight: 800;
  font-size: 0.83rem;
  color: #fff;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.recent-post {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(29, 78, 216, 0.1);
  text-decoration: none;
  transition: 0.2s;
}
.art-toc-link:last-child,
.data-table tr:last-child td,
.pp-table tr:last-child td,
.recent-post:last-child,
.rp-item:last-child,
.toc-item:last-child,
.toc-link:last-child {
  border-bottom: none;
}
.recent-post:hover {
  padding-left: 4px;
}
.rp-thumb {
  width: 56px;
  height: 56px;
  border-radius: 9px;
  flex-shrink: 0;
}
.rp-title {
  font-size: 0.81rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
  margin-bottom: 4px;
  transition: color 0.2s;
}
.page-btn {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 1px solid rgba(29, 78, 216, 0.25);
  background: rgba(30, 41, 59, 0.7);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.84rem;
  transition: 0.2s;
  text-decoration: none;
}
.gen-style-74 {
  display: flex;
  align-items: center;
  padding: 120px 0 60px;
  position: relative;
}
.gen-style-75 {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(29, 78, 216, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(29, 78, 216, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
}
.gen-style-76 {
  max-width: 640px;
}
.gen-style-77 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #f59e0b;
  margin-bottom: 12px;
}
.gen-style-86,
.gen-style-94 {
  align-items: center;
  display: flex;
}
.gen-style-78 {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.2rem);
  color: #fff;
  line-height: 1.15;
  margin-bottom: 14px;
}
.gen-style-79 {
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 28px;
}
.gen-style-80 {
  position: relative;
  max-width: 520px;
}
.gen-style-81 {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}
.gen-style-82 {
  background: #0d1526;
  border-bottom: 1px solid rgba(29, 78, 216, 0.18);
  padding: 16px 0;
  position: sticky;
  top: 64px;
  z-index: 900;
}
.gen-style-83 {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}
.gen-style-84 {
  padding: 52px 0 80px;
  background: #020617;
}
.gen-style-85 {
  margin-bottom: 36px;
}
.gen-style-86 {
  gap: 8px;
  margin-bottom: 14px;
}
.gen-style-87 {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f59e0b;
}
.gen-style-88 {
  overflow: hidden;
  max-height: 340px;
}
.gen-style-89 {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.gen-style-122,
.gen-style-125,
.gen-style-127 {
  transition: 0.2s;
  text-decoration: none;
}
.gen-style-90 {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gen-style-91 {
  background: rgba(245, 158, 11, 0.12);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.25);
}
.gen-style-92 {
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 12px;
}
.gen-style-93 {
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  margin-bottom: 20px;
}
.gen-style-94 {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom-links,
.gen-style-95,
.navbar-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gen-style-96 {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  font-size: 0.85rem;
}
.gen-style-100,
.gen-style-99 {
  display: flex;
  align-items: center;
}
.gen-style-97 {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}
.gen-style-98,
.gen-style-99 {
  color: rgba(255, 255, 255, 0.38);
}
.gen-style-98 {
  font-size: 0.72rem;
}
.gen-style-99 {
  gap: 14px;
  font-size: 0.75rem;
}
.gen-style-100 {
  gap: 4px;
}
.gen-style-101 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f59e0b;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 18px;
}
.gen-style-104,
.gen-style-118,
.gen-style-129,
.gen-style-131,
.gen-style-143,
.gen-style-151,
.gen-style-155 {
  font-weight: 800;
  font-family: Montserrat, sans-serif;
}
.gen-style-102 {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.gen-style-103 {
  background: rgba(99, 102, 241, 0.15);
  color: #a5b4fc;
  border: 1px solid rgba(99, 102, 241, 0.3);
  margin-bottom: 12px;
}
.gen-style-104 {
  font-size: 1.05rem;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 10px;
  flex: 1;
}
.gen-style-105 {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 14px;
}
.gen-style-107,
.gen-style-108 {
  font-size: 0.73rem;
  color: rgba(255, 255, 255, 0.38);
}
.gen-style-106 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.gen-style-107,
.gen-style-113 {
  align-items: center;
  display: flex;
}
.gen-style-107 {
  gap: 5px;
}
.gen-style-109 {
  background: rgba(74, 222, 128, 0.08);
  color: #86efac;
  border: 1px solid rgba(74, 222, 128, 0.2);
  margin-bottom: 12px;
}
.gen-style-110 {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(236, 72, 153, 0.15);
  color: #f9a8d4;
  border: 1px solid rgba(236, 72, 153, 0.3);
}
.gen-style-111 {
  background: rgba(245, 158, 11, 0.1);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.25);
  margin-bottom: 12px;
}
.gen-style-112 {
  background: rgba(29, 78, 216, 0.15);
  color: #93c5fd;
  border: 1px solid rgba(29, 78, 216, 0.3);
  margin-bottom: 12px;
}
.gen-style-113 {
  justify-content: center;
  gap: 8px;
  margin-top: 44px;
}
.gen-style-114 {
  padding: 0 12px;
  width: auto;
  gap: 4px;
}
.gen-style-115 {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.85rem;
}
.gen-style-116 {
  margin-bottom: 18px;
}
.gen-style-117 {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.gen-style-118 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 7px;
}
.gen-style-119 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  margin-bottom: 16px;
}
.gen-style-120 {
  font-size: 0.82rem;
  padding: 10px 20px;
}
.gen-style-121 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gen-style-122 {
  display: flex;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(29, 78, 216, 0.1);
}
.gen-style-123 {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.62);
}
.gen-style-124 {
  font-size: 0.73rem;
  background: rgba(29, 78, 216, 0.2);
  color: #93c5fd;
  padding: 2px 9px;
  border-radius: 99px;
}
.gen-style-125 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
}
.gen-style-126 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.gen-style-127 {
  background: rgba(29, 78, 216, 0.12);
  border: 1px solid rgba(29, 78, 216, 0.22);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.75rem;
  padding: 5px 12px;
  border-radius: 99px;
}
.gen-style-128 {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 18px;
  padding: 26px;
}
.gen-style-129 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 8px;
}
.gen-style-130 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
  line-height: 1.65;
}
.gen-style-131 {
  display: block;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #020617;
  font-size: 0.85rem;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.25s;
}
.gen-style-132 {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 480px;
}
.gen-style-133 {
  width: 18px;
  height: 18px;
}
.gen-style-134,
.toc-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gen-style-135 {
  width: 36px;
  height: 36px;
  background: rgba(245, 158, 11, 0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gen-style-138,
.gen-style-140 {
  align-items: center;
  display: flex;
}
.gen-style-136 {
  width: 18px;
  height: 18px;
  color: #f59e0b;
}
.gen-style-137 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
}
.gen-style-138 {
  width: 36px;
  height: 36px;
  background: rgba(29, 78, 216, 0.2);
  border-radius: 8px;
  justify-content: center;
}
.gen-style-139 {
  width: 18px;
  height: 18px;
  color: #93c5fd;
}
.gen-style-140 {
  gap: 10px;
  margin-bottom: 24px;
}
.gen-style-141 {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gen-style-142 {
  width: 18px;
  height: 18px;
  color: #fff;
}
.gen-style-143 {
  font-size: 1.1rem;
  color: #fff;
  margin: 0;
}
.gen-style-144 {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 2px 0 0;
}
.gen-style-145 {
  margin-top: 4px;
  padding: 16px;
}
.gen-style-146 {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 14px;
}
.gen-style-147 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 4px;
}
.gen-style-148 {
  background: #020617;
  padding: 80px 0;
}
.gen-style-149 {
  color: rgba(255, 255, 255, 0.55);
  max-width: 540px;
  margin: 16px auto 0;
  line-height: 1.8;
}
.gen-style-150 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 12px;
}
.gen-style-151 {
  font-size: 1.2rem;
  color: #fff;
}
.gen-style-152 {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.gen-style-153 {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gen-style-154 {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
}
.gen-style-155 {
  font-size: 1.4rem;
  color: #f59e0b;
}
.gen-style-156 {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.gen-style-157 {
  padding: 10px 20px;
  font-size: 0.82rem;
}
.gen-style-158,
.gen-style-159 {
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 0.7rem;
  font-weight: 700;
  position: absolute;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gen-style-158 {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  color: #fff;
}
.gen-style-159 {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #020617;
}
.gen-style-160 {
  background: #0f172a;
  padding: 80px 0;
}
.gen-style-161 {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  margin-bottom: 32px;
}
.gen-style-162 {
  width: 24px;
  height: 24px;
  color: #93c5fd;
}
.feature-title,
.gen-style-163 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 8px;
}
.gen-style-164 {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}
.gen-style-165 {
  color: rgba(255, 255, 255, 0.55);
  max-width: 500px;
  margin: 16px auto 0;
  line-height: 1.8;
}
.gen-style-166 {
  margin-bottom: 24px;
}
.gen-style-167 {
  background: rgba(29, 78, 216, 0.2);
  color: #93c5fd;
  border: 1px solid rgba(29, 78, 216, 0.3);
  margin-bottom: 12px;
}
.gen-style-168 {
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
}
.gen-style-169 {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
.gen-style-170 {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}
.gen-style-172,
.gen-style-174 {
  display: flex;
  font-size: 0.88rem;
}
.gen-style-171 {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gen-style-172 {
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.gen-style-173 {
  width: 16px;
  height: 16px;
  color: #1d4ed8;
  flex-shrink: 0;
}
.gen-style-174 {
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.35);
}
.gen-style-175 {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.gen-style-182,
.gen-style-185 {
  display: flex;
  align-items: center;
}
.gen-style-176 {
  transform: scale(1.04);
}
.gen-style-177 {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.gen-style-178 {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #020617;
  padding: 6px 20px;
  border-radius: 99px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gen-style-179 {
  margin-bottom: 24px;
  margin-top: 16px;
}
.gen-style-180 {
  background: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.3);
  margin-bottom: 12px;
}
.gen-style-181 {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #f59e0b, #1d4ed8);
  border-radius: 2px;
  margin-bottom: 24px;
}
.gen-style-182 {
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
}
.gen-style-183 {
  width: 16px;
  height: 16px;
  color: #f59e0b;
  flex-shrink: 0;
}
.gen-style-184 {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  margin-bottom: 24px;
}
.gen-style-186,
.gen-style-187 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.gen-style-185 {
  gap: 14px;
}
.gen-style-186,
.gen-style-189 {
  display: flex;
  align-items: center;
}
.gen-style-186 {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 50%;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
}
.gen-style-187 {
  font-weight: 700;
}
.gen-style-189,
.gen-style-190 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: 800;
  font-family: Montserrat, sans-serif;
}
.gen-style-188 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}
.gen-style-189 {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  justify-content: center;
  color: #020617;
  font-size: 1.1rem;
}
.gen-style-190,
.gen-style-202 {
  display: flex;
  align-items: center;
}
.gen-style-190 {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
}
.gen-style-192,
.gen-style-193 {
  height: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.gen-style-191 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.gen-style-192 {
  width: 32px;
  border-radius: 3px;
  background: #1d4ed8;
  border: none;
}
.gen-style-193 {
  width: 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
.gen-style-194,
.split-section {
  padding: 80px 0;
}
.breadcrumb span,
.gen-style-195 {
  color: rgba(255, 255, 255, 0.7);
}
.gen-style-196 {
  font-family: Montserrat, sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #fff;
  margin: 16px 0;
}
.gen-style-197 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.8;
}
.gen-style-198 {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.gen-style-199 {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.gen-style-200 {
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  margin-bottom: 36px;
}
.gen-style-201 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gen-style-202 {
  gap: 16px;
}
.gen-style-203,
.gen-style-207 {
  align-items: center;
  display: flex;
}
.gen-style-203 {
  width: 48px;
  height: 48px;
  background: rgba(29, 78, 216, 0.15);
  border: 1px solid rgba(29, 78, 216, 0.3);
  border-radius: 12px;
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-204 {
  width: 20px;
  height: 20px;
  color: #93c5fd;
}
.gen-style-205 {
  font-weight: 600;
  color: #fff;
  font-size: 0.9rem;
}
.gen-style-206 {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.5);
}
.gen-style-207 {
  width: 48px;
  height: 48px;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 12px;
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-208 {
  width: 20px;
  height: 20px;
  color: #f59e0b;
}
.gen-style-209 {
  position: relative;
  z-index: 1;
}
.gen-style-210 {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.gen-style-211 {
  width: 24px;
  height: 24px;
  color: #fff;
}
.gen-style-212 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 0.95rem;
}
.gen-style-215,
.spec-val {
  font-weight: 800;
  font-family: Montserrat, sans-serif;
}
.gen-style-213 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 4px;
}
.gen-style-214 {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 24px;
  padding: 40px;
}
.gen-style-215 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 24px;
}
.gen-style-216 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gen-style-217 {
  padding: 16px;
}
.gen-style-218 {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
}
.btn-outline {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.btn-outline:hover {
  border-color: #f59e0b;
  color: #f59e0b;
}
.gallery-main {
  width: 100%;
  height: 440px;
  border-radius: 20px;
  cursor: zoom-in;
  transition: transform 0.3s;
}
.gallery-main:hover {
  transform: scale(1.01);
}
.gallery-thumb {
  width: 100%;
  height: 90px;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
}
.gallery-thumb.active,
.gallery-thumb:hover {
  border-color: #f59e0b;
  transform: scale(1.03);
}
.spec-card {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 14px;
  padding: 18px;
  transition: 0.3s;
}
.spec-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.spec-val {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 4px;
}
.spec-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.form-label,
.gen-style-224,
.gen-style-255 {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.amenity-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(29, 78, 216, 0.08);
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 10px;
  padding: 12px 16px;
  transition: 0.2s;
}
#imgModal,
.step-card:last-child::after,
.tab-pane,
.tab-panel {
  display: none;
}
.form-input,
.review-card {
  transition: border-color 0.2s;
}
.amenity-chip:hover {
  border-color: rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.06);
}
.amenity-chip svg {
  color: #f59e0b;
  flex-shrink: 0;
}
.amenity-chip span {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}
.booking-sidebar {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.25);
  border-radius: 20px;
  padding: 32px;
  position: sticky;
  top: 90px;
}
.form-input,
.gen-style-225 {
  border: 1px solid rgba(29, 78, 216, 0.3);
}
.price-display {
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: #f59e0b;
  line-height: 1;
}
.detail-tab,
.form-input {
  font-family: Poppins, sans-serif;
}
.form-input {
  background: rgba(30, 41, 59, 0.8);
  color: #fff;
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.875rem;
  outline: 0;
}
.form-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.review-card {
  background: #0f172a;
  border-radius: 16px;
  padding: 24px;
}
.review-card:hover {
  border-color: rgba(29, 78, 216, 0.4);
}
.similar-card {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.15);
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s;
  text-decoration: none;
}
.detail-tab,
.gen-style-235,
.gen-style-310 {
  transition: 0.2s;
  cursor: pointer;
}
.similar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(29, 78, 216, 0.2);
  border-color: rgba(29, 78, 216, 0.45);
}
.detail-tab {
  background: rgba(30, 41, 59, 0.7);
  border: 1px solid rgba(29, 78, 216, 0.2);
  color: rgba(255, 255, 255, 0.6);
  padding: 9px 22px;
  border-radius: 9px;
  font-size: 0.83rem;
  font-weight: 500;
}
.gen-style-224,
.gen-style-226,
.gen-style-241 {
  font-family: Montserrat, sans-serif;
}
.tab-pane.active,
.tab-panel.active {
  display: block;
}
#imgModal {
  z-index: 2000;
  background: rgba(0, 0, 0, 0.92);
  align-items: center;
  justify-content: center;
}
#imgModal.open,
.u-flex {
  display: flex;
}
#imgModal img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  object-fit: contain;
}
.section-tag {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}
.section-tag::before {
  background: #f59e0b;
}
.gen-style-221 {
  padding: 28px 0 80px;
  background: #020617;
}
.gen-style-222 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  margin-top: 60px;
}
.gen-style-223,
.gen-style-227 {
  display: flex;
  align-items: center;
}
.gen-style-223 {
  gap: 10px;
  margin-bottom: 8px;
}
.gen-style-224 {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #020617;
  font-weight: 800;
  font-size: 0.7rem;
  padding: 4px 14px;
  border-radius: 99px;
}
.gen-style-225 {
  background: rgba(29, 78, 216, 0.2);
  color: #93c5fd;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 99px;
}
.gen-style-226 {
  font-weight: 900;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: #fff;
  margin-bottom: 6px;
}
.gen-style-227 {
  gap: 16px;
  flex-wrap: wrap;
}
.gen-style-231,
.gen-style-235 {
  align-items: center;
  display: flex;
}
.gen-style-228 {
  color: #f59e0b;
  font-size: 1rem;
}
.gen-style-229 {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.82rem;
}
.gen-style-230 {
  color: rgba(255, 255, 255, 0.3);
}
.gen-style-231 {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  gap: 5px;
}
.gen-style-232 {
  width: 13px;
  height: 13px;
  color: #f59e0b;
}
.gen-style-233 {
  width: 13px;
  height: 13px;
  color: #93c5fd;
}
.gen-style-234 {
  display: flex;
  gap: 8px;
}
.gen-style-235 {
  width: 40px;
  height: 40px;
  background: rgba(29, 78, 216, 0.15);
  border: 1px solid rgba(29, 78, 216, 0.3);
  border-radius: 10px;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
}
.gen-style-239,
.gen-style-241 {
  backdrop-filter: blur(8px);
  color: #fff;
}
.gen-style-236 {
  width: 16px;
  height: 16px;
}
.gen-style-237 {
  position: relative;
  margin-bottom: 12px;
}
.gen-style-238 {
  position: absolute;
  top: 14px;
  right: 14px;
}
.gen-style-239 {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.78rem;
  font-family: Poppins, sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
}
.gen-style-240 {
  width: 13px;
  height: 13px;
}
.gen-style-241 {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 600;
}
.gen-style-249,
.gen-style-254 {
  font-weight: 800;
  font-family: Montserrat, sans-serif;
}
.gen-style-242 {
  background: rgba(29, 78, 216, 0.2);
  border: 1px solid rgba(29, 78, 216, 0.3);
}
.gen-style-243 {
  width: 22px;
  height: 22px;
  color: #93c5fd;
}
.gen-style-244 {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
}
.gen-style-245 {
  width: 22px;
  height: 22px;
  color: #f59e0b;
}
.gen-style-246 {
  margin-top: 40px;
}
.gen-style-247 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.gen-style-252,
.gen-style-269 {
  align-items: center;
  display: flex;
}
.gen-style-249,
.gen-style-250 {
  margin-bottom: 16px;
}
.gen-style-248 {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.15);
  border-radius: 18px;
  padding: 32px;
}
.gen-style-249 {
  font-size: 1.4rem;
  color: #fff;
}
.gen-style-250,
.gen-style-251 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.9;
  font-size: 0.9rem;
}
.gen-style-251 {
  margin-bottom: 24px;
}
.gen-style-252 {
  gap: 12px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}
.gen-style-253 {
  width: 18px;
  height: 18px;
  color: #4ade80;
  flex-shrink: 0;
}
.gen-style-254 {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 24px;
}
.gen-style-255 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #f59e0b;
  font-size: 0.8rem;
  margin-bottom: 14px;
}
.gen-style-258,
.gen-style-259,
.gen-style-260,
.gen-style-261,
.gen-style-262 {
  padding: 10px 0;
  font-size: 0.84rem;
}
.gen-style-256 {
  width: 100%;
  border-collapse: collapse;
}
.gen-style-257 {
  border-bottom: 1px solid rgba(29, 78, 216, 0.15);
}
.gen-style-258 {
  color: rgba(255, 255, 255, 0.45);
  width: 45%;
}
.gen-style-259 {
  color: #fff;
  font-weight: 500;
}
.gen-style-260 {
  color: rgba(255, 255, 255, 0.45);
}
.gen-style-261 {
  color: #4ade80;
  font-weight: 600;
}
.gen-style-262 {
  color: rgba(255, 255, 255, 0.45);
  width: 55%;
}
.gen-style-263 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}
.gen-style-264 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
}
.gen-style-265 {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 14px;
  padding: 14px 20px;
}
.gen-style-266 {
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #f59e0b;
  line-height: 1;
}
.gen-style-267 {
  color: #f59e0b;
  font-size: 0.95rem;
  margin: 4px 0;
}
.gen-style-268,
.rating-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
}
.gen-style-269 {
  gap: 12px;
  margin-bottom: 14px;
}
.gen-style-270 {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
}
.gen-style-271 {
  margin-left: auto;
  color: #f59e0b;
  font-size: 0.9rem;
}
.gen-style-272 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
}
.gen-style-273,
.gen-style-274 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  font-family: Montserrat, sans-serif;
}
.gen-style-273 {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  align-items: center;
  justify-content: center;
  color: #020617;
  flex-shrink: 0;
}
.gen-style-274 {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.gen-style-275 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gen-style-276 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(29, 78, 216, 0.08);
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 12px;
  padding: 16px 20px;
  gap: 12px;
  flex-wrap: wrap;
}
.gen-style-277 {
  width: 16px;
  height: 16px;
  color: #f59e0b;
}
.gen-style-278 {
  font-size: 0.88rem;
  color: #fff;
  font-weight: 600;
}
.gen-style-279 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.gen-style-280,
.gen-style-294 {
  align-items: center;
  gap: 5px;
  display: flex;
}
.gen-style-280 {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}
.gen-style-281 {
  width: 12px;
  height: 12px;
}
.gen-style-282 {
  font-size: 0.78rem;
  color: #f59e0b;
  font-weight: 700;
}
.gen-style-283 {
  background: #1d4ed8;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 7px;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
}
.gen-style-284 {
  font-size: 0.78mn;
  color: #f59e0b;
  font-weight: 700;
}
.gen-style-285,
.u-mt48 {
  margin-top: 48px;
}
.gen-style-286 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 20px;
}
.gen-style-290,
.gen-style-291 {
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
}
.gen-style-287 {
  width: 100%;
  height: 160px;
}
.gen-style-288 {
  padding: 18px;
}
.gen-style-289 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 8px;
}
.gen-style-290 {
  font-weight: 700;
  color: #fff;
}
.gen-style-291 {
  font-weight: 800;
  color: #f59e0b;
}
.gen-style-292 {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
.gen-style-293 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
.gen-style-295,
.gen-style-299 {
  margin-bottom: 20px;
}
.gen-style-294 {
  color: #93c5fd;
  font-size: 0.8rem;
  font-weight: 600;
}
.gen-style-296 {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
}
.gen-style-297 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}
.gen-style-298 {
  color: #f59e0b;
  font-size: 0.85rem;
}
.gen-style-299 {
  width: 100%;
  height: 1px;
  background: rgba(29, 78, 216, 0.2);
}
.gen-style-300 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.gen-style-301 {
  padding: 15px;
}
.gen-style-303 {
  padding: 13px;
}
.gen-style-304 {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 14px;
}
.gen-style-305 {
  background: rgba(29, 78, 216, 0.08);
  border: 1px solid rgba(29, 78, 216, 0.18);
  border-radius: 12px;
  padding: 16px;
  margin-top: 18px;
}
.gen-style-306 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gen-style-307 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.gen-style-308 {
  width: 15px;
  height: 15px;
  color: #4ade80;
  flex-shrink: 0;
}
.gen-style-309 {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.gen-style-310 {
  flex: 1;
  background: rgba(29, 78, 216, 0.12);
  border: 1px solid rgba(29, 78, 216, 0.25);
  color: rgba(255, 255, 255, 0.6);
  padding: 9px;
  border-radius: 9px;
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.gen-style-311,
.gen-style-326 {
  display: flex;
  align-items: center;
}
.gen-style-311 {
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  justify-content: center;
}
.btn-amber i,
.btn-amber svg,
.gen-style-312 {
  width: 20px;
  height: 20px;
}
.gen-style-313 {
  padding: 140px 0 80px;
  background: linear-gradient(
      135deg,
      rgba(2, 6, 23, 0.95) 0,
      rgba(29, 78, 216, 0.2) 100%
    ),
    url("https://images.unsplash.com/photo-1559131397-f94da358f7ca?w=1600&auto=format&fit=crop")
      center/cover;
  position: relative;
}
.gen-style-314 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 40% 60%,
    rgba(29, 78, 216, 0.15) 0,
    transparent 70%
  );
}
.gen-style-315 {
  color: rgba(255, 255, 255, 0.65);
  max-width: 580px;
  margin: 16px auto 0;
  font-size: 1.05rem;
  line-height: 1.8;
}
.gen-style-317,
.gen-style-318 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.9;
}
.gen-style-316 {
  padding: 80px 0;
  background: #0f172a;
}
.gen-style-317 {
  margin-bottom: 20px;
}
.gen-style-318 {
  margin-bottom: 32px;
}
.gen-style-319,
.split-img-wrap,
.u-pos-rel {
  position: relative;
}
.gen-style-320 {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  border: 1px solid rgba(29, 78, 216, 0.2);
}
.gen-style-321 {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 12px 40px rgba(29, 78, 216, 0.4);
}
.gen-style-322 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}
.gen-style-323 {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.gen-style-324 {
  padding: 80px 0;
  background: #020617;
}
.gen-style-326 {
  width: 56px;
  height: 56px;
  background: linear-gradient(
    135deg,
    rgba(29, 78, 216, 0.3),
    rgba(245, 158, 11, 0.2)
  );
  border-radius: 14px;
  justify-content: center;
  margin: 0 auto 16px;
  border: 1px solid rgba(29, 78, 216, 0.3);
}
.gen-style-329,
.gen-style-331 {
  align-items: center;
  display: flex;
}
.gen-style-327 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.gen-style-328 {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}
.gen-style-329 {
  width: 56px;
  height: 56px;
  background: linear-gradient(
    135deg,
    rgba(245, 158, 11, 0.2),
    rgba(29, 78, 216, 0.2)
  );
  border-radius: 14px;
  justify-content: center;
  margin: 0 auto 16px;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.gen-style-330 {
  width: 24px;
  height: 24px;
  color: #f59e0b;
}
.gen-style-331 {
  height: 200px;
  background: linear-gradient(135deg, #1e293b, #0f172a);
  justify-content: center;
}
.gen-style-332,
.gen-style-337 {
  border-radius: 50%;
  align-items: center;
  font-family: Montserrat, sans-serif;
}
.gen-style-332 {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  display: flex;
  justify-content: center;
  font-weight: 800;
  font-size: 2rem;
  color: #fff;
  border: 3px solid rgba(245, 158, 11, 0.3);
}
.gen-style-333 {
  padding: 22px;
}
.gen-style-334 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 4px;
}
.gen-style-335 {
  font-size: 0.8rem;
  color: #f59e0b;
  font-weight: 600;
  margin-bottom: 10px;
}
.gen-style-336 {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}
.gen-style-337,
.gen-style-338 {
  width: 90px;
  height: 90px;
  display: flex;
  font-weight: 800;
  font-size: 2rem;
}
.gen-style-337 {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  justify-content: center;
  color: #020617;
  border: 3px solid rgba(29, 78, 216, 0.3);
}
.gen-style-338,
.gen-style-341 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.gen-style-338 {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(245, 158, 11, 0.3);
}
.gen-style-339 {
  background: linear-gradient(135deg, #1d4ed8 0, #1e40af 50%, #0f172a 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.gen-style-340 {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 30% 50%,
    rgba(245, 158, 11, 0.15) 0,
    transparent 60%
  );
}
.gen-style-341 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  margin-bottom: 16px;
}
.gen-style-342 {
  color: rgba(255, 255, 255, 0.7);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.8;
}
.gen-style-346 {
  width: 24px;
  height: 24px;
}
.gen-style-347 {
  width: 12px;
  height: 12px;
  color: #4ade80;
}
.avatar-green,
.gen-style-348 {
  background: linear-gradient(135deg, #10b981, #059669);
}
.contact-input {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(29, 78, 216, 0.3);
  color: #fff;
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  font-family: Poppins, sans-serif;
  font-size: 0.9rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: 0;
  resize: none;
}
.article-body h2,
.article-body h2 .tip-num,
.article-body h3,
.btn-secondary,
.gen-style-354,
.gen-style-362,
.gen-style-373 {
  font-family: Montserrat, sans-serif;
}
.contact-input:focus {
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}
.contact-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.form-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.06em;
  margin-bottom: 7px;
  display: block;
}
.info-card {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: 0.3s;
}
.info-card:hover {
  border-color: rgba(245, 158, 11, 0.3);
  transform: translateY(-3px);
}
.success-banner {
  display: none;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 12px;
  padding: 16px 20px;
  color: #86efac;
  font-size: 0.9rem;
  margin-top: 16px;
}
.map-placeholder {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 16px;
  overflow: hidden;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.map-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(29, 78, 216, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 78, 216, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
}
.gen-style-351 {
  padding: 140px 0 60px;
  background: linear-gradient(
    135deg,
    rgba(2, 6, 23, 0.97) 0,
    rgba(29, 78, 216, 0.15) 100%
  );
}
.gen-style-352 {
  color: rgba(255, 255, 255, 0.6);
  max-width: 520px;
  margin: 16px auto 0;
  font-size: 1.05rem;
  line-height: 1.8;
}
.gen-style-353 {
  padding: 40px 0 80px;
  background: #020617;
}
.article-body h2 .tip-num,
.gen-style-358 {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
}
.gen-style-354 {
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 24px;
}
.gen-style-355 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}
.gen-style-356 {
  font-weight: 600;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 4px;
}
.gen-style-357 {
  position: relative;
  z-index: 1;
  padding: 24px;
}
.gen-style-358 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.4);
}
.data-table th,
.gen-style-360 {
  background: rgba(29, 78, 216, 0.25);
}
.gen-style-359 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 6px 0 16px;
}
.gen-style-360 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(29, 78, 216, 0.4);
  color: #93c5fd;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  transition: 0.2s;
}
.gen-style-361,
.price-card {
  border: 1px solid rgba(29, 78, 216, 0.2);
}
.gen-style-361 {
  background: #0f172a;
  border-radius: 24px;
  padding: 44px;
}
.gen-style-362 {
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 6px;
}
.gen-style-363 {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 28px;
}
.gen-style-364 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.gen-style-365 {
  width: 16px;
  height: 16px;
  display: inline;
  margin-right: 8px;
}
.gen-style-366 {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.3);
}
.section-tag {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f59e0b;
}
.btn-secondary {
  background: 0 0;
  color: #fff;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-secondary:hover {
  border-color: #f59e0b;
  color: #f59e0b;
  transform: translateY(-2px);
}
.price-card::before,
.pricing-card::before {
  content: "";
  top: 0;
  transform: scaleX(0);
  transition: transform 0.35s;
  right: 0;
}
.price-card {
  background: #0f172a;
  border-radius: 24px;
  padding: 40px 32px;
  transition: 0.35s;
  position: relative;
  overflow: hidden;
}
.divider,
.price-card::before {
  background: linear-gradient(90deg, #1d4ed8, #f59e0b);
}
.price-card::before {
  position: absolute;
  left: 0;
  height: 3px;
}
.price-card.featured::before,
.price-card:hover::before,
.pricing-card.featured::before,
.pricing-card:hover::before {
  transform: scaleX(1);
}
.price-card.featured {
  background: linear-gradient(135deg, #1e293b 0, #0f172a 100%);
  border-color: #f59e0b;
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.15);
}
.faq-item {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.2);
  margin-bottom: 12px;
}
.faq-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-link {
  display: block;
  margin-bottom: 10px;
}
.gen-style-369 {
  padding: 140px 0 80px;
  background: linear-gradient(
    135deg,
    rgba(2, 6, 23, 0.97) 0,
    rgba(29, 78, 216, 0.15) 100%
  );
}
.gen-style-370 {
  color: rgba(255, 255, 255, 0.6);
  max-width: 560px;
  margin: 16px auto 0;
  font-size: 1.05rem;
  line-height: 1.8;
}
.gen-style-371 {
  padding: 20px 0 80px;
  background: #020617;
}
.gen-style-372 {
  display: inline-block;
  background: rgba(29, 78, 216, 0.2);
  color: #93c5fd;
  border: 1px solid rgba(29, 78, 216, 0.3);
  padding: 4px 14px;
  border-radius: 99px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.gen-style-373 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.gen-style-374 {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 6px 0 20px;
}
.gen-style-377,
.gen-style-378 {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.gen-style-375 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.gen-style-376 {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
#mobileMenu,
.mobile-menu {
  transform: translateX(100%);
}
.gen-style-377 {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #020617;
  padding: 6px 20px;
  border-radius: 99px;
  font-weight: 800;
}
.gen-style-378 {
  display: inline-block;
  background: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.3);
  padding: 4px 14px;
  border-radius: 99px;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 10px;
}
.gen-style-379 {
  padding: 60px 0 80px;
  background: #0f172a;
}
.gen-style-380 {
  width: 18px;
  height: 18px;
  color: #93c5fd;
  transition: transform 0.3s;
}
.gen-style-381 {
  padding: 0 24px 20px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}
.article-body {
  font-family: Merriweather, Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.72);
}
.article-body p,
.crumb-wrap,
.u-mb22 {
  margin-bottom: 22px;
}
.article-body h2 {
  font-weight: 800;
  font-size: 1.45rem;
  color: #fff;
  margin: 36px 0 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.article-body h2 .tip-num {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 3px;
}
.article-body h3 {
  font-weight: 700;
  font-size: 1.15rem;
  color: #fff;
  margin: 28px 0 10px;
}
.article-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.article-body ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 1.75;
}
.article-body ul li::before {
  content: "›";
  color: #f59e0b;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.key-box-title,
.tip-box-icon {
  display: flex;
  align-items: center;
}
.article-body a:hover {
  color: #f59e0b;
  text-decoration: underline;
}
.article-body strong {
  color: #fff;
  font-weight: 700;
}
.pullquote {
  border-left: 4px solid #f59e0b;
  padding: 20px 24px;
  margin: 28px 0;
  background: rgba(245, 158, 11, 0.06);
  border-radius: 0 14px 14px 0;
}
.pullquote p {
  font-size: 1.08rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  font-family: Merriweather, serif;
  line-height: 1.75;
}
.tip-box {
  background: rgba(29, 78, 216, 0.09);
  border: 1px solid rgba(29, 78, 216, 0.25);
  border-radius: 14px;
  padding: 18px 22px;
  margin: 24px 0;
  display: flex;
  gap: 14px;
}
.tip-box-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 9px;
  justify-content: center;
  flex-shrink: 0;
}
.tip-box-body {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  font-family: Poppins, sans-serif;
}
.key-box {
  background: linear-gradient(
    135deg,
    rgba(29, 78, 216, 0.12),
    rgba(245, 158, 11, 0.06)
  );
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 16px;
  padding: 22px;
  margin: 28px 0;
}
.art-toc,
.author-box,
.related-card,
.s-widget {
  background: #0f172a;
}
.key-box-title {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: #f59e0b;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  gap: 7px;
}
.art-toc-link,
.share-btn {
  display: flex;
  align-items: center;
  transition: 0.22s;
  cursor: pointer;
  text-decoration: none;
}
.art-toc {
  position: sticky;
  top: 88px;
  border: 1px solid rgba(29, 78, 216, 0.18);
  border-radius: 16px;
  padding: 20px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.art-toc::-webkit-scrollbar {
  width: 3px;
}
.art-toc::-webkit-scrollbar-thumb {
  background: rgba(29, 78, 216, 0.3);
  border-radius: 2px;
}
.art-toc-link {
  gap: 8px;
  font-size: 0.79rem;
  color: rgba(255, 255, 255, 0.45);
  padding: 7px 0;
  border-bottom: 1px solid rgba(29, 78, 216, 0.09);
  line-height: 1.4;
}
.art-toc-link.active,
.art-toc-link:hover {
  color: #f59e0b;
  padding-left: 4px;
}
.author-box {
  border: 1px solid rgba(29, 78, 216, 0.18);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.share-btn {
  gap: 7px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 10px;
  border: none;
  font-family: Poppins, sans-serif;
}
.gen-style-392,
.gen-style-397,
.gen-style-405,
.s-widget-title {
  font-family: Montserrat, sans-serif;
}
.related-card {
  border: 1px solid rgba(29, 78, 216, 0.15);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.fleet-card:hover .fleet-card-img,
.related-card:hover .rc-img {
  transform: scale(1.06);
}
.rc-img {
  width: 100%;
  height: 180px;
  transition: transform 0.5s;
}
.s-widget {
  border: 1px solid rgba(29, 78, 216, 0.16);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 16px;
}
.s-widget-title {
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #fff;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.rp-item {
  display: flex;
  gap: 11px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(29, 78, 216, 0.08);
  text-decoration: none;
  transition: 0.2s;
}
.rp-item:hover {
  padding-left: 3px;
}
.rp-img {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  flex-shrink: 0;
}
.rp-txt {
  font-size: 0.79rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.4;
  transition: color 0.2s;
}
.rp-date {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 3px;
}
.gen-style-384 {
  padding-top: 68px;
}
.gen-style-385 {
  position: relative;
  height: 460px;
  overflow: hidden;
}
.gen-style-386 {
  width: 100%;
  height: 100%;
}
.gen-style-387 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(2, 6, 23, 0.3) 0,
    rgba(2, 6, 23, 0.85) 100%
  );
}
.gen-style-388 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 24px;
  max-width: 1280px;
  margin: 0 auto;
}
.gen-style-390,
.gen-style-391 {
  backdrop-filter: blur(8px);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.gen-style-389 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.gen-style-394,
.gen-style-395 {
  display: flex;
  align-items: center;
}
.gen-style-390 {
  background: rgba(29, 78, 216, 0.3);
  color: #93c5fd;
  border: 1px solid rgba(29, 78, 216, 0.4);
  border-radius: 99px;
}
.gen-style-391 {
  background: rgba(245, 158, 11, 0.2);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 99px;
}
.gen-style-392 {
  font-weight: 900;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  color: #fff;
  line-height: 1.18;
  max-width: 720px;
}
.gen-style-393 {
  background: #0d1526;
  border-bottom: 1px solid rgba(29, 78, 216, 0.18);
  padding: 14px 0;
}
.gen-style-394 {
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.gen-style-395 {
  gap: 20px;
  flex-wrap: wrap;
}
.gen-style-396,
.gen-style-397 {
  display: flex;
  align-items: center;
}
.gen-style-396 {
  gap: 9px;
}
.gen-style-397 {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 50%;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  font-size: 0.9rem;
}
.gen-style-400,
.gen-style-401 {
  align-items: center;
  display: flex;
}
.gen-style-398 {
  font-size: 0.83rem;
  font-weight: 600;
  color: #fff;
}
.gen-style-399 {
  font-size: 0.71rem;
  color: rgba(255, 255, 255, 0.38);
}
.gen-style-400 {
  gap: 14px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  flex-wrap: wrap;
}
.gen-style-401 {
  gap: 5px;
}
.gen-style-402 {
  background: #1877f2;
  color: #fff;
}
.gen-style-403 {
  background: rgba(30, 41, 59, 0.9);
  border: 1px solid rgba(29, 78, 216, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.gen-style-404 {
  padding: 48px 0 80px;
  background: #020617;
}
.gen-style-405 {
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.gen-style-406 {
  font-size: 0.7rem;
  color: #93c5fd;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.footer-cta-link,
.gen-style-409,
.gen-style-411 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}
.gen-style-407 {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 16px;
  padding: 22px;
  margin-top: 16px;
}
.gen-style-408 {
  margin: 0 auto 12px;
  display: block;
}
.gen-style-409 {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 7px;
}
.gen-style-410 {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
  line-height: 1.65;
}
.footer-cta-link,
.gen-style-411 {
  display: block;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #020617;
  font-size: 0.82rem;
  padding: 10px;
  border-radius: 9px;
  text-decoration: none;
  text-align: center;
  transition: 0.22s;
}
.gen-style-412 {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
  font-family: Poppins, sans-serif;
  line-height: 1.8;
}
.gen-style-413 {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 32px 0 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(29, 78, 216, 0.18);
}
.gen-style-414 {
  background: rgba(29, 78, 216, 0.12);
  border: 1px solid rgba(29, 78, 216, 0.22);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.73rem;
  padding: 5px 12px;
  border-radius: 99px;
  text-decoration: none;
  transition: 0.2s;
}
.gen-style-415,
.gen-style-417 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.gen-style-415 {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.gen-style-416 {
  flex: 1;
}
.gen-style-417 {
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 3px;
}
.gen-style-418 {
  font-size: 0.78rem;
  color: #f59e0b;
  font-weight: 600;
  margin-bottom: 10px;
}
.gen-style-419 {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  margin: 0;
}
.gen-style-420 {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.18);
  border-radius: 18px;
  padding: 28px;
  margin-top: 24px;
}
.gen-style-421 {
  width: 28px;
  height: 28px;
  color: #93c5fd;
  margin: 0 auto 12px;
  display: block;
}
.footer-copyright strong,
.gen-style-422,
.gen-style-425,
.gen-style-428 {
  color: rgba(255, 255, 255, 0.5);
}
.gen-style-422 {
  font-size: 0.84rem;
  margin-bottom: 20px;
}
.gen-style-423 {
  font-size: 0.86rem;
  padding: 11px 24px;
}
.gen-style-424 {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-color: rgba(245, 158, 11, 0.22);
}
.gen-style-425 {
  font-size: 0.8rem;
  line-height: 1.75;
  margin-bottom: 14px;
}
.gen-style-426 {
  width: 100%;
  justify-content: center;
  font-size: 0.85rem;
  padding: 12px 20px;
}
.gen-style-427 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
}
.gen-style-429 {
  color: #fff;
  font-weight: 600;
}
.gen-style-430 {
  color: #f59e0b;
  font-weight: 700;
}
.gen-style-431 {
  margin-top: 56px;
}
.gen-style-432 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
}
.gen-style-433,
.section-number::before {
  display: block;
  background: #f59e0b;
  width: 20px;
}
.gen-style-433 {
  height: 3px;
  border-radius: 2px;
}
.gen-style-434 {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #a5b4fc;
  background: rgba(99, 102, 241, 0.13);
  border: 1px solid rgba(99, 102, 241, 0.28);
  padding: 2px 10px;
  border-radius: 99px;
}
.gen-style-435,
.sec-body h4,
.section-body h4 {
  font-family: Montserrat, sans-serif;
  font-size: 0.95rem;
}
.gen-style-435 {
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin: 10px 0 6px;
}
.gen-style-436,
.gen-style-437 {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 2px 10px;
  text-transform: uppercase;
}
.gen-style-436 {
  color: #f9a8d4;
  background: rgba(236, 72, 153, 0.1);
  border: 1px solid rgba(236, 72, 153, 0.25);
  border-radius: 99px;
}
.gen-style-437 {
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 99px;
}
.nav-link {
  letter-spacing: 0.03em;
}
.toc-sidebar {
  position: sticky;
  top: 100px;
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 18px;
  padding: 24px;
}
.toc-title {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 0.85rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.toc-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.content-section {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.15);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 24px;
  transition: border-color 0.2s;
}
.highlight-box,
.last-updated {
  border: 1px solid rgba(29, 78, 216, 0.25);
}
.content-section:hover,
.pp-section:hover {
  border-color: rgba(29, 78, 216, 0.35);
}
.content-section:target {
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.1);
}
.section-number {
  font-family: Montserrat, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #f59e0b;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.section-number::before {
  content: "";
  height: 2px;
}
.section-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 20px;
}
.sec-body,
.section-body {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.9;
}
.highlight-box,
.warning-box {
  padding: 16px 20px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  margin-bottom: 16px;
}
.sec-body p,
.section-body p,
.u-mb14 {
  margin-bottom: 14px;
}
.sec-body ul,
.section-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 14px;
}
.section-body ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.7;
}
.section-body ul li::before {
  content: "›";
  color: #f59e0b;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.sec-body h4,
.section-body h4 {
  font-weight: 700;
  color: #fff;
  margin: 20px 0 10px;
}
.highlight-box {
  background: rgba(29, 78, 216, 0.08);
  border-left: 3px solid #1d4ed8;
  border-radius: 0 10px 10px 0;
}
.warning-box {
  background: rgba(245, 158, 11, 0.06);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-left: 3px solid #f59e0b;
  border-radius: 0 10px 10px 0;
}
.table-wrap,
.tbl,
.tbl-wrap {
  overflow-x: auto;
  border-radius: 12px;
  margin-bottom: 16px;
}
.cta-section,
.faq-body,
.faq-item,
.fleet-card,
.page-hero,
.pricing-card {
  overflow: hidden;
}
.last-updated {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(29, 78, 216, 0.12);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 32px;
}
.footer-link-simple {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s;
}
.doc-tab {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(29, 78, 216, 0.25);
  color: rgba(255, 255, 255, 0.6);
  padding: 9px 22px;
  border-radius: 9px;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 0.83rem;
  font-weight: 500;
  transition: 0.2s;
}
.btn-outline,
.gen-style-443,
.gen-style-454,
.gen-style-457,
.navbar-cta,
.pricing-price,
.section-title {
  font-family: Montserrat, sans-serif;
}
.doc-tab:hover {
  border-color: rgba(29, 78, 216, 0.5);
  color: #fff;
}
.doc-tab.active {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-color: #1d4ed8;
  color: #fff;
}
.gen-style-441 {
  padding: 120px 0 56px;
  background: linear-gradient(
    135deg,
    rgba(2, 6, 23, 0.98) 0,
    rgba(29, 78, 216, 0.12) 100%
  );
  border-bottom: 1px solid rgba(29, 78, 216, 0.15);
}
.gen-style-442 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.gen-style-443 {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3rem);
  color: #fff;
  margin-bottom: 12px;
}
.gen-style-444 {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  max-width: 600px;
  line-height: 1.8;
}
.gen-style-445 {
  margin-top: 20px;
}
.gen-style-446 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 36px;
}
.gen-style-447 {
  width: 14px;
  height: 14px;
  color: #f59e0b;
}
.gen-style-448 {
  color: #4ade80;
  font-weight: 600;
}
.gen-style-449 {
  color: #86efac;
  font-weight: 600;
}
.gen-style-450 {
  color: #f59e0b;
  font-weight: 600;
}
.gen-style-451 {
  color: #f87171;
  font-weight: 600;
}
.gen-style-452 {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 20px;
  padding: 36px;
  margin-top: 12px;
}
.gen-style-453 {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.gen-style-454 {
  font-weight: 800;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 8px;
}
.gen-style-456,
.gen-style-457 {
  font-size: 0.9rem;
}
.gen-style-455 {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.gen-style-457 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(29, 78, 216, 0.15);
  border: 1px solid rgba(29, 78, 216, 0.3);
  color: #93c5fd;
  font-weight: 600;
  padding: 13px 24px;
  border-radius: 12px;
  text-decoration: none;
  transition: 0.2s;
}
.avatar-purple,
.gen-style-460 {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}
@media (max-width: 768px) {
  .faq-grid,
  .featured-card,
  .features-grid,
  .fleet-grid,
  .steps-grid,
  .testi-grid {
    grid-template-columns: 1fr;
  }
  .features-grid {
    margin-top: 20px;
  }
  .hero-stat-bar {
    gap: 18px;
  }
  .trust-sep {
    display: none;
  }
}
.avatar-indigo,
.gen-style-463 {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
}
.pricing-card::before,
.reading-bar {
  background: linear-gradient(90deg, var(--primary), var(--amber));
}
:root {
  --border: rgba(29, 78, 216, 0.2);
  --border-hover: rgba(29, 78, 216, 0.45);
  --accent: #6366f1;
  --reading-bar-h: 3px;
}
.reading-bar {
  height: var(--reading-bar-h);
}
.nav-link.active::after,
.nav-link:hover::after {
  width: 100%;
}
.page-hero {
  border-bottom: 1px solid var(--border);
}
.trust-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .navbar-links {
    display: flex;
  }
  .hamburger {
    display: none;
  }
}
@media (max-width: 1024px) {
  .split-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .split-grid.reverse .split-content,
  .split-grid.reverse .split-image {
    order: unset;
  }
  .fleet-grid,
  .steps-grid,
  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }
  .step-card::after {
    display: none;
  }
}
.info-box {
  border-left: 3px solid var(--primary);
}
.features-section,
.pricing-section,
.process-section,
.testi-section {
  padding: 80px 0;
  background: var(--dark-0);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-card {
  background: var(--dark-1);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 36px;
  position: relative;
  transition: 0.35s;
}
.pricing-card::before {
  position: absolute;
  left: 0;
  height: 3px;
}
.nav-link::after,
.section-tag::before {
  background: var(--amber);
  content: "";
}
.pricing-card.featured {
  border-color: var(--amber);
  box-shadow: 0 0 40px rgba(245, 158, 11, 0.12);
}
.pricing-price {
  font-weight: 900;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
  margin: 12px 0 6px;
}
.pricing-price sub {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 400;
}
.pricing-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 20px 0 28px;
}
.pricing-feature-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.68);
}
.gen-style-528,
.pf-check {
  width: 16px;
  height: 16px;
  color: #4ade80;
  flex-shrink: 0;
}
.pf-x {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}
.page-crumb {
  padding: 0;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 1.8rem;
  }
  .faq-grid,
  .features-grid,
  .fleet-grid,
  .pricing-grid,
  .steps-grid,
  .testi-grid {
    grid-template-columns: 1fr;
  }
  .hero-stat-bar {
    gap: 18px;
  }
  .trust-sep {
    display: none;
  }
  .stat-row {
    grid-template-columns: 1fr 1fr;
  }
}
.u-mt8-mb16 {
  margin-top: 8px;
  margin-bottom: 16px;
}
.cta-tag-muted {
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
}
.avatar-blue,
.logo-icon-bg {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
}
.avatar-amber {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #020617;
}
.avatar-pink {
  background: linear-gradient(135deg, #ec4899, #db2777);
}
.footer-quick-cta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-cta-link:hover {
  transform: translateY(-2px);
}
.gen-style-488,
.toc-sub-links {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(29, 78, 216, 0.15);
}
#navbar,
.navbar {
  backdrop-filter: blur(18px);
  top: 0;
  padding: 16px 0;
}
.toc-sub-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.79rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 8px;
  transition: color 0.2s;
}
.btn-outline,
.hamburger,
.navbar-cta {
  color: #fff;
  cursor: pointer;
}
.breadcrumb a:hover,
.cta-title span,
.hero-title span,
.mobile-nav-link:hover,
.navbar-logo-text span,
.section-title span,
.toc-sub-link:hover {
  color: var(--amber);
}
.features-grid,
.split-grid {
  grid-template-columns: 1fr 1fr;
}
*,
::after,
::before {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
}
:root {
  --border: rgba(29, 78, 216, 0.2);
  --border-hover: rgba(29, 78, 216, 0.45);
}
.reading-bar {
  background: linear-gradient(90deg, var(--primary), var(--amber));
}
.navbar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2000;
  background: rgba(2, 6, 23, 0.93);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
}
.navbar-cta,
.navbar-logo-icon {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}
.navbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-logo-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-links {
  display: none;
  gap: 32px;
}
.btn-primary,
.navbar-cta {
  display: inline-flex;
  align-items: center;
}
.navbar-cta {
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 11px;
  border: none;
  transition: 0.3s;
  gap: 7px;
  font-size: 0.83rem;
}
.btn-nav:hover,
.navbar-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(29, 78, 216, 0.5);
}
.hamburger {
  background: 0 0;
  border: none;
  display: flex;
}
#mobileMenu,
.mobile-menu {
  inset: 0;
  background: rgba(2, 6, 23, 0.97);
  backdrop-filter: blur(20px);
  gap: 32px;
}
.mobile-menu {
  position: fixed;
  z-index: 1998;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#mobileMenu.open,
.mobile-menu.open {
  transform: translateX(0);
}
.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}
.btn-amber,
.btn-outline {
  align-items: center;
  font-size: 0.92rem;
  display: inline-flex;
}
.btn-amber {
  background: linear-gradient(135deg, var(--amber), var(--amber-dark));
}
.btn-outline {
  background: 0 0;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  transition: 0.3s;
  gap: 8px;
}
.btn-outline:hover {
  border-color: var(--amber);
  color: var(--amber);
}
.container,
.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 10px;
}
.section-tag::before {
  display: block;
  width: 20px;
  height: 2px;
}
.section-title {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3rem);
  color: #fff;
  line-height: 1.15;
}
.section-sub {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.85;
  max-width: 600px;
}
.divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--amber));
  border-radius: 2px;
}
.glow-line {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--primary),
    var(--amber),
    var(--primary),
    transparent
  );
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  color: var(--text-faint);
  flex-wrap: wrap;
}
.breadcrumb a {
  color: var(--text-faint);
  transition: color 0.2s;
}
.page-hero {
  position: relative;
  padding: 128px 0 72px;
  border-bottom: 1px solid var(--border);
}
.hero-glow,
.hero-grid-pattern {
  position: absolute;
  pointer-events: none;
}
.hero-grid-pattern {
  inset: 0;
  background-image: linear-gradient(
      rgba(29, 78, 216, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(29, 78, 216, 0.05) 1px, transparent 1px);
  background-size: 52px 52px;
}
.hero-glow {
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(29, 78, 216, 0.18) 0,
    transparent 70%
  );
}
.cta-inner,
.hero-content {
  position: relative;
  z-index: 2;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(29, 78, 216, 0.18);
  border: 1px solid rgba(29, 78, 216, 0.35);
  border-radius: 99px;
  padding: 6px 16px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 18px;
}
.hero-stat-num,
.hero-title,
.split-badge-num {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}
.hero-badge-dot {
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  animation: 2s infinite pulse;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.3);
  }
}
.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: #fff;
  line-height: 1.12;
  margin-bottom: 18px;
}
.hero-desc {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 560px;
  margin-bottom: 32px;
}
.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-stat-bar {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(29, 78, 216, 0.18);
}
.hero-stat-num {
  font-size: 1.8rem;
  color: var(--amber);
  line-height: 1;
}
.hero-stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 4px;
}
.trust-strip {
  background: var(--dark-1);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.feature-card:hover,
.fleet-card:hover,
.step-card:hover {
  border-color: var(--border-hover);
}
.trust-strip-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
}
.trust-item span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.trust-sep {
  width: 1px;
  height: 22px;
  background: var(--border);
}
.feature-card,
.split-section.bg-dark1 {
  background: var(--dark-1);
}
.features-grid {
  display: grid;
  gap: 16px;
}
.feature-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 26px;
  transition: 0.3s;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(29, 78, 216, 0.15);
}
.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.fc-icon-blue,
.feature-icon-blue {
  background: rgba(29, 78, 216, 0.18);
  border: 1px solid rgba(29, 78, 216, 0.3);
  color: #93c5fd;
}
.feature-icon-amber {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: var(--amber);
}
.feature-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.75;
}
.split-section.bg-dark0 {
  background: var(--dark-0);
}
.split-grid {
  display: grid;
  gap: 64px;
  align-items: center;
}
.split-grid.reverse .split-image {
  order: 2;
}
.split-grid.reverse .split-content {
  order: 1;
}
.split-img {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  border: 1px solid var(--border);
}
.split-badge {
  position: absolute;
  bottom: -18px;
  right: -18px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 12px 36px rgba(29, 78, 216, 0.4);
}
#scrollTop,
.scroll-top {
  bottom: 28px;
  right: 28px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 4px 18px rgba(29, 78, 216, 0.5);
}
.split-badge-num {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
}
.split-badge-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
  margin-top: 3px;
}
.step-num,
.step-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
}
.checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.check-icon {
  width: 20px;
  height: 20px;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
#scrollTop,
.step-num {
  width: 48px;
  height: 48px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 52px;
}
.step-card {
  background: var(--dark-1);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  position: relative;
  transition: 0.3s;
}
.data-table th,
.pp-table th {
  text-align: left;
  letter-spacing: 0.06em;
}
.step-card:hover {
  transform: translateY(-5px);
}
.step-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), transparent);
}
.step-num {
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.1rem;
  margin: 0 auto 18px;
}
.step-title {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.step-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.faq-section,
.fleet-section {
  padding: 80px 0;
  background: var(--dark-1);
}
.fleet-grid,
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.fleet-card {
  background: var(--dark-0);
  border: 1px solid var(--border);
  border-radius: 18px;
  transition: 0.35s;
}
.fleet-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(29, 78, 216, 0.22);
}
.fleet-card-img {
  width: 100%;
  height: 200px;
  transition: transform 0.5s;
}
.fleet-card-body {
  padding: 22px;
}
.fleet-card-name {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 6px;
}
.fleet-card-cap {
  font-size: 0.78rem;
  color: var(--amber);
  font-weight: 600;
  margin-bottom: 12px;
}
.fleet-card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.fleet-chip {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 99px;
  background: rgba(245, 158, 11, 0.1);
  color: var(--amber);
  border: 1px solid rgba(245, 158, 11, 0.22);
}
.fleet-card-price {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--amber);
}
.fleet-card-price span {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 400;
}
.testi-card {
  background: var(--dark-1);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  transition: border-color 0.3s;
}
.testi-card:hover {
  border-color: rgba(245, 158, 11, 0.3);
}
.testi-stars {
  color: var(--amber);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.testi-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.85;
  font-style: italic;
  margin-bottom: 20px;
}
.nav-cta-row,
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  flex-shrink: 0;
}
.testi-name {
  font-weight: 600;
  color: #fff;
  font-size: 0.88rem;
}
.testi-role {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 2px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
}
.faq-item {
  background: var(--dark-0);
  border: 1px solid var(--border);
  border-radius: 14px;
  transition: border-color 0.25s;
}
.faq-item.open {
  border-color: rgba(29, 78, 216, 0.5);
}
.faq-trigger {
  width: 100%;
  background: 0 0;
  border: none;
  padding: 20px 22px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  text-align: left;
  transition: background 0.2s;
}
.faq-trigger:hover {
  background: rgba(29, 78, 216, 0.06);
}
.faq-chevron {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background: rgba(29, 78, 216, 0.2);
  border: 1px solid rgba(29, 78, 216, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}
.faq-item.open .faq-chevron {
  background: var(--primary);
  border-color: var(--primary);
  transform: rotate(180deg);
}
.faq-body {
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-body.open {
  max-height: 400px;
}
.faq-body-inner {
  padding: 0 22px 20px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.85;
}
.cta-section {
  padding: 80px 0;
  background: linear-gradient(
    135deg,
    var(--primary) 0,
    var(--primary-dark) 50%,
    var(--dark-0) 100%
  );
  position: relative;
}
.cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 30% 50%,
    rgba(245, 158, 11, 0.12) 0,
    transparent 60%
  );
  pointer-events: none;
}
.cta-title {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #fff;
  margin-bottom: 14px;
}
.cta-sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto 32px;
  line-height: 1.8;
}
.cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.scroll-top,
.u-align-center {
  align-items: center;
}
.scroll-top {
  position: fixed;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.scroll-top:hover {
  transform: translateY(-3px);
}
@media (min-width: 768px) {
  .navbar-links {
    display: flex;
  }
  .hamburger {
    display: none;
  }
}
@media (max-width: 1024px) {
  .split-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .split-grid.reverse .split-content,
  .split-grid.reverse .split-image {
    order: unset;
  }
  .fleet-grid,
  .steps-grid,
  .testi-grid {
    grid-template-columns: 1fr 1fr;
  }
  .step-card::after {
    display: none;
  }
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.stat-card {
  background: rgba(29, 78, 216, 0.1);
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 14px;
  padding: 22px;
  text-align: center;
}
.btn-nav,
.footer-book-cta {
  font-family: Montserrat, sans-serif;
  border-radius: 11px;
  transition: 0.3s;
  text-decoration: none;
}
.stat-num {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: var(--amber);
  line-height: 1;
}
.stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 5px;
}
@media (max-width: 768px) {
  .faq-grid,
  .features-grid,
  .fleet-grid,
  .steps-grid,
  .testi-grid {
    grid-template-columns: 1fr;
  }
  .hero-stat-bar {
    gap: 18px;
  }
  .trust-sep {
    display: none;
  }
  .stat-row {
    grid-template-columns: 1fr 1fr;
  }
}
.page-hero {
  background: linear-gradient(
      135deg,
      rgba(2, 6, 23, 0.92) 0,
      rgba(29, 78, 216, 0.52) 60%,
      rgba(2, 6, 23, 0.88) 100%
    ),
    url("https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=1600&auto=format&fit=crop")
      center/cover no-repeat;
}
.features-intro,
.u-mb48 {
  margin-bottom: 48px;
}
.u-mb28 {
  margin-bottom: 28px;
}
.u-mb4 {
  margin-bottom: 4px;
}
.u-mb16 {
  margin-bottom: 16px;
}
.u-mb0 {
  margin-bottom: 0;
}
.section-head,
.u-mt8 {
  margin-top: 8px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt12 {
  margin-top: 12px;
}
.split-cta-wrap,
.u-mt28 {
  margin-top: 28px;
}
.u-mt44 {
  margin-top: 44px;
}
.u-mt52 {
  margin-top: 52px;
}
.u-justify-center {
  justify-content: center;
}
.u-flex-col {
  display: flex;
  flex-direction: column;
}
.u-gap-12 {
  gap: 12px;
}
.u-gap-14 {
  gap: 14px;
}
.u-gap-28 {
  gap: 28px;
}
.u-z2 {
  z-index: 2;
}
.u-border-faint-bottom {
  border-top: 1px solid rgba(29, 78, 216, 0.18);
  padding-top: 28px;
  margin-top: 44px;
}
.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.section-sub-center {
  margin-top: 14px;
  text-align: center;
}
.footer-book-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #020617;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 13px 20px;
}
.footer-book-cta:hover,
.newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4);
}
.footer-app-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.btn-nav,
.toc-num {
  align-items: center;
}
.reading-bar {
  width: 0;
}
.btn-nav {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  color: #fff;
  font-weight: 700;
  padding: 9px 20px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  gap: 7px;
  font-size: 0.83rem;
}
.btn-amber:hover {
  box-shadow: 0 12px 30px rgba(245, 158, 11, 0.45);
}
#mobileMenu {
  inset: 0;
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-pattern {
  background-image: linear-gradient(
      rgba(29, 78, 216, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(29, 78, 216, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
}
.toc-card {
  position: sticky;
  top: 88px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
#navbar,
.accept-bar {
  position: fixed;
  right: 0;
  left: 0;
}
.toc-card::-webkit-scrollbar {
  width: 4px;
}
.toc-card::-webkit-scrollbar-track {
  background: 0 0;
}
.toc-card::-webkit-scrollbar-thumb {
  background: rgba(29, 78, 216, 0.3);
  border-radius: 2px;
}
.nav-link::after,
.sec-tag::before {
  content: "";
  height: 2px;
  background: #f59e0b;
}
.toc-link {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.81rem;
  color: rgba(255, 255, 255, 0.48);
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid rgba(29, 78, 216, 0.09);
  transition: 0.22s;
  cursor: pointer;
  line-height: 1.4;
}
.toc-link.active,
.toc-link:hover {
  color: #f59e0b;
  padding-left: 5px;
}
.toc-num {
  min-width: 22px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.accept-bar,
.sec-tag {
  align-items: center;
  display: flex;
}
.tc-section {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.14);
  border-radius: 20px;
  padding: 36px;
  margin-bottom: 18px;
  transition: border-color 0.25s;
}
.box-amber,
.box-blue,
.box-green,
.box-red {
  padding: 14px 18px;
  margin-bottom: 14px;
  font-size: 0.868rem;
  color: rgba(255, 255, 255, 0.63);
  line-height: 1.85;
}
.tc-section:hover {
  border-color: rgba(29, 78, 216, 0.32);
}
.tc-section:target {
  border-color: rgba(245, 158, 11, 0.35);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.08);
}
.sec-tag {
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.gen-style-487,
.toc-heading {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sec-body ul li {
  display: flex;
  align-items: flex-start;
}
.box-blue {
  background: rgba(29, 78, 216, 0.08);
  border: 1px solid rgba(29, 78, 216, 0.22);
  border-left: 3px solid #1d4ed8;
  border-radius: 0 10px 10px 0;
}
.box-amber {
  background: rgba(245, 158, 11, 0.06);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-left: 3px solid #f59e0b;
  border-radius: 0 10px 10px 0;
}
.box-green {
  background: rgba(74, 222, 128, 0.05);
  border: 1px solid rgba(74, 222, 128, 0.18);
  border-left: 3px solid #4ade80;
  border-radius: 0 10px 10px 0;
}
.box-red {
  background: rgba(239, 68, 68, 0.06);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-left: 3px solid #ef4444;
  border-radius: 0 10px 10px 0;
}
.data-table th,
.gen-style-473 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}
.data-table,
.pp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.83rem;
}
.data-table th {
  text-transform: uppercase;
  font-weight: 700;
  padding: 11px 15px;
  font-size: 0.73rem;
  text-transform: uppercase;
}
.data-table td {
  padding: 11px 15px;
  color: rgba(255, 255, 255, 0.58);
  border-bottom: 1px solid rgba(29, 78, 216, 0.1);
}
.data-table tr:hover td,
.pp-table tr:hover td {
  background: rgba(29, 78, 216, 0.05);
}
.accept-bar {
  bottom: 0;
  z-index: 1999;
  background: rgba(9, 15, 34, 0.97);
  backdrop-filter: blur(16px);
  border-top: 1px solid rgba(29, 78, 216, 0.25);
  padding: 14px 24px;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  transform: translateY(100%);
  transition: transform 0.5s;
}
.accept-bar.visible {
  transform: translateY(0);
}
#scrollTop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.glow-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(29, 78, 216, 0.5),
    rgba(245, 158, 11, 0.4),
    rgba(29, 78, 216, 0.5),
    transparent
  );
  margin: 0;
}
.gen-style-470 {
  padding: 108px 0 52px;
  background: #020617;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(29, 78, 216, 0.14);
}
.gen-style-471 {
  position: absolute;
  inset: 0;
  opacity: 0.6;
}
.gen-style-472 {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(29, 78, 216, 0.18) 0,
    transparent 70%
  );
  pointer-events: none;
}
.gen-style-473 {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.15;
  margin-bottom: 16px;
}
.gen-style-474 {
  color: rgba(255, 255, 255, 0.54);
  font-size: 1rem;
  line-height: 1.85;
  max-width: 500px;
  margin-bottom: 26px;
}
.gen-style-475 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.gen-style-476,
.gen-style-477,
.gen-style-478 {
  display: inline-flex;
  gap: 6px;
  padding: 7px 14px;
  font-size: 0.73rem;
}
.gen-style-476 {
  align-items: center;
  background: rgba(29, 78, 216, 0.12);
  border: 1px solid rgba(29, 78, 216, 0.25);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.52);
}
.gen-style-477 {
  align-items: center;
  background: rgba(74, 222, 128, 0.07);
  border: 1px solid rgba(74, 222, 128, 0.2);
  border-radius: 8px;
  color: rgba(74, 222, 128, 0.8);
}
.gen-style-478 {
  align-items: center;
  background: rgba(245, 158, 11, 0.07);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 8px;
  color: rgba(245, 158, 11, 0.8);
}
.gen-style-479 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.gen-style-480 {
  font-size: 0.88rem;
  padding: 12px 24px;
}
.gen-style-481 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(29, 78, 216, 0.12);
  border: 1px solid rgba(29, 78, 216, 0.28);
  color: rgba(255, 255, 255, 0.65);
  font-family: Poppins, sans-serif;
  font-size: 0.85rem;
  padding: 12px 20px;
  border-radius: 11px;
  cursor: pointer;
  transition: 0.2s;
}
.gen-style-483,
.gen-style-487,
.gen-style-496,
.gen-style-503 {
  font-family: Montserrat, sans-serif;
}
.gen-style-482 {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border: 1px solid rgba(29, 78, 216, 0.22);
  border-radius: 20px;
  padding: 28px;
}
.gen-style-494,
.gen-style-498 {
  padding: 18px;
  text-align: center;
}
.gen-style-483 {
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gen-style-484 {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.gen-style-485 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.68);
}
.gen-style-486 {
  width: 16px;
  height: 16px;
  color: #4ade80;
  flex-shrink: 0;
  margin-top: 1px;
}
.gen-style-495,
.gen-style-499 {
  width: 24px;
  height: 24px;
  display: block;
}
.gen-style-487 {
  font-weight: 800;
  font-size: 0.78rem;
  color: #fff;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.gen-style-489,
.gen-style-490 {
  display: flex;
  gap: 6px;
  font-size: 0.79rem;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.2s;
  text-decoration: none;
}
.gen-style-489 {
  align-items: center;
  margin-bottom: 8px;
}
.gen-style-490 {
  align-items: center;
}
.gen-style-491 {
  color: #93c5fd;
  font-weight: 600;
}
.gen-style-492 {
  color: #4ade80;
  font-weight: 700;
}
.gen-style-493 {
  color: #ef4444;
}
.gen-style-494 {
  background: rgba(29, 78, 216, 0.08);
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 12px;
}
.gen-style-495 {
  color: #93c5fd;
  margin: 0 auto 10px;
}
.gen-style-496 {
  font-weight: 700;
  color: #fff;
  font-size: 0.85rem;
  margin-bottom: 5px;
}
.gen-style-497 {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.gen-style-498 {
  background: rgba(245, 158, 11, 0.07);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 12px;
}
.gen-style-499 {
  color: #f59e0b;
  margin: 0 auto 10px;
}
.gen-style-503,
.gen-style-504 {
  display: flex;
  align-items: center;
}
.gen-style-500 {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.gen-style-501 {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.35);
  margin: 3px 0 0;
}
.gen-style-502 {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border: 1px solid rgba(29, 78, 216, 0.18);
  border-radius: 20px;
  padding: 32px;
  margin-top: 8px;
}
.gen-style-503 {
  font-weight: 800;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 18px;
  gap: 8px;
}
.gen-style-506,
.gen-style-514 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.gen-style-504 {
  gap: 12px;
  background: rgba(29, 78, 216, 0.1);
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 12px;
  padding: 16px;
  text-decoration: none;
  transition: 0.25s;
}
.gen-style-505,
.gen-style-508 {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  align-items: center;
  display: flex;
}
.gen-style-505 {
  background: rgba(29, 78, 216, 0.2);
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-506 {
  color: #fff;
  font-size: 0.88rem;
}
.gen-style-507 {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2px;
}
.gen-style-508 {
  background: rgba(245, 158, 11, 0.12);
  justify-content: center;
  flex-shrink: 0;
}
.gen-style-509 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 240px;
}
.gen-style-510 {
  width: 18px;
  height: 18px;
  color: #93c5fd;
  flex-shrink: 0;
}
.gen-style-511 {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.gen-style-512 {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.btn-amber,
.btn-primary {
  display: inline-flex;
  text-decoration: none;
}
.gen-style-513 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: color 0.2s;
}
.gen-style-514 {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 9px;
  cursor: pointer;
  font-size: 0.82rem;
  transition: 0.2s;
}
.nav-link,
body {
  font-family: Poppins, sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #020617;
  color: #fff;
}
#navbar {
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
  z-index: 1000;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(29, 78, 216, 0.25);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
}
.nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
  padding-bottom: 3px;
}
#scrollTop,
.btn-primary {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  transition: 0.3s;
  cursor: pointer;
}
.nav-link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  transition: width 0.3s;
}
.btn-primary {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 12px;
  border: none;
  align-items: center;
  gap: 8px;
  font-size: 0.83rem;
}
.btn-amber,
.toc-heading {
  align-items: center;
  gap: 8px;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(29, 78, 216, 0.5);
}
.btn-amber {
  cursor: pointer;
}
.btn-amber:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(245, 158, 11, 0.45);
}
#mobileMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.toc-wrap {
  position: sticky;
  top: 90px;
}
.toc-card {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 18px;
  padding: 22px;
}
.pp-table th,
.toc-num {
  background: rgba(29, 78, 216, 0.25);
  font-family: Montserrat, sans-serif;
}
.pp-table td,
.toc-item {
  border-bottom: 1px solid rgba(29, 78, 216, 0.1);
}
.toc-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  color: #fff;
  margin-bottom: 14px;
  display: flex;
}
.pp-table th,
.sec-tag,
.toc-num {
  font-weight: 700;
}
.toc-item,
.toc-num {
  align-items: center;
  display: flex;
}
.toc-item {
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 8px 0;
  transition: 0.2s;
  cursor: pointer;
}
.footer-link:hover,
.toc-item.active,
.toc-item:hover {
  color: #f59e0b;
  padding-left: 6px;
}
.toc-num {
  font-size: 0.68rem;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  justify-content: center;
  flex-shrink: 0;
  color: #93c5fd;
}
.pp-section {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.15);
  border-radius: 20px;
  padding: 36px;
  margin-bottom: 20px;
}
.sec-tag {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f59e0b;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.sec-tag::before {
  display: block;
  width: 18px;
}
.sec-h {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 18px;
}
.green-box,
.info-box,
.warn-box {
  padding: 14px 18px;
  margin-bottom: 14px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
}
.sec-body ul li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 10px;
  line-height: 1.7;
}
.sec-body ul li::before {
  content: "›";
  color: #f59e0b;
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
  margin-top: 1px;
}
#scrollTop,
.newsletter-inner {
  align-items: center;
  display: flex;
}
.info-box {
  background: rgba(29, 78, 216, 0.08);
  border: 1px solid rgba(29, 78, 216, 0.22);
  border-left: 3px solid #1d4ed8;
  border-radius: 0 10px 10px 0;
}
.warn-box {
  background: rgba(245, 158, 11, 0.06);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-left: 3px solid #f59e0b;
  border-radius: 0 10px 10px 0;
}
.green-box {
  background: rgba(74, 222, 128, 0.06);
  border: 1px solid rgba(74, 222, 128, 0.2);
  border-left: 3px solid #4ade80;
  border-radius: 0 10px 10px 0;
}
.pp-table th {
  color: #fff;
  padding: 11px 16px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.pp-table td {
  padding: 11px 16px;
  color: rgba(255, 255, 255, 0.6);
}
.right-card {
  background: rgba(29, 78, 216, 0.07);
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 12px;
  padding: 18px;
  transition: 0.25s;
}
.right-card:hover {
  border-color: rgba(245, 158, 11, 0.35);
  transform: translateY(-3px);
}
.reading-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #1d4ed8, #f59e0b);
  z-index: 2000;
  transition: width 0.1s linear;
}
#scrollTop {
  position: fixed;
  border-radius: 50%;
  border: none;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(29, 78, 216, 0.5);
}
.site-footer {
  font-family: Poppins, sans-serif;
  background: #020617;
  position: relative;
}
.newsletter-btn,
.newsletter-title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #1d4ed8 30%,
    #f59e0b 50%,
    #1d4ed8 70%,
    transparent
  );
}
.footer-newsletter-bar {
  background: linear-gradient(135deg, #0d1526 0, #1a2440 50%, #0d1526 100%);
  border-bottom: 1px solid rgba(29, 78, 216, 0.2);
  padding: 28px 0;
}
.newsletter-inner {
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.newsletter-text {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 240px;
}
.newsletter-icon-wrap {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(29, 78, 216, 0.4);
}
.newsletter-title {
  font-size: 0.95rem;
  color: #fff;
  margin: 0 0 3px;
}
.newsletter-sub {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
.newsletter-form {
  display: flex;
  gap: 10px;
  flex: 1;
  min-width: 280px;
  max-width: 460px;
}
.newsletter-input {
  flex: 1;
  background: rgba(30, 41, 59, 0.9);
  border: 1px solid rgba(29, 78, 216, 0.35);
  color: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  outline: 0;
  transition: border-color 0.2s;
}
.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.newsletter-btn {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #020617;
  border: none;
  padding: 12px 24px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0.85rem;
  transition: 0.3s;
}
.footer-col-title,
.footer-logo-text,
.rating-num {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}
.footer-main {
  padding: 60px 0 44px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1.1fr 1fr 1.2fr;
  gap: 40px;
}
@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .newsletter-form {
    min-width: 100%;
  }
  .newsletter-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 18px;
}
.footer-logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(29, 78, 216, 0.4);
}
.footer-logo-text {
  font-size: 1.35rem;
  color: #fff;
}
.footer-brand-desc {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.9;
  margin-bottom: 22px;
}
.footer-rating {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  background: rgba(245, 158, 11, 0.07);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 12px;
  padding: 12px 16px;
}
.rating-stars {
  font-size: 1rem;
  color: #f59e0b;
  letter-spacing: 2px;
  line-height: 1;
}
.rating-num {
  color: #fff;
  font-size: 0.95rem;
  display: block;
  line-height: 1.2;
}
.footer-socials {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(20, 32, 52, 0.9);
  border: 1px solid rgba(29, 78, 216, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: 0.25s;
}
.social-btn:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(29, 78, 216, 0.4);
}
.footer-col-title {
  font-size: 0.8rem;
  color: #fff;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-col-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d4ed8, #f59e0b);
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(245, 158, 11, 0.5);margin-right: 5px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.845rem;
  text-decoration: none;
  padding: 6px 0;
  transition: 0.22s;
  border-bottom: 1px solid transparent;
}
.fl-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  color: rgba(29, 78, 216, 0.6);
  transition: color 0.2s;
}
.app-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(20, 32, 52, 0.8);
  border: 1px solid rgba(29, 78, 216, 0.25);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 9px;
  text-decoration: none;
  transition: 0.2s;
  font-family: Poppins, sans-serif;
}
.gen-style-519,
.gen-style-526,
.gen-style-532,
.payment-chip {
  font-family: Montserrat, sans-serif;
}
.app-badge:hover {
  border-color: #f59e0b;
  color: #f59e0b;
  transform: translateX(4px);
}
.footer-contact-block {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.5;
}
.fc-icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.fc-icon-amber {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: #f59e0b;
}
.footer-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid rgba(29, 78, 216, 0.18);
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.8),
    rgba(30, 41, 59, 0.4)
  );
  padding: 20px 24px;
  margin-top: 52px;
  gap: 0;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 20px;
}
.trust-badge span {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.trust-divider {
  width: 1px;
  height: 30px;
  background: rgba(29, 78, 216, 0.25);
}
.gen-style-533,
.gen-style-535,
.gen-style-536 {
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .trust-divider {
    display: none;
  }
  .trust-badge {
    flex: 0 0 50%;
    justify-content: center;
    border-bottom: 1px solid rgba(29, 78, 216, 0.1);
  }
  .trust-badge:last-child,
  .trust-badge:nth-last-child(2) {
    border-bottom: none;
  }
}
.footer-bottom {
  background: #010c1f;
  border-top: 1px solid rgba(29, 78, 216, 0.1);
  padding: 20px 0;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copyright {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.28);
  margin: 0;
}
.footer-bottom-links a {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bottom-links span {
  color: rgba(255, 255, 255, 0.18);
}
.footer-payment-icons {
  display: flex;
  gap: 6px;
}
.payment-chip {
  background: rgba(20, 32, 52, 0.9);
  border: 1px solid rgba(29, 78, 216, 0.25);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 5px;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}
.gen-style-517 {
  padding: 110px 0 52px;
  background: linear-gradient(
    135deg,
    rgba(2, 6, 23, 0.98) 0,
    rgba(29, 78, 216, 0.14) 100%
  );
  border-bottom: 1px solid rgba(29, 78, 216, 0.15);
}
.gen-style-518 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f59e0b;
  margin-bottom: 10px;
}
.gen-style-519 {
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3rem);
  color: #fff;
  margin-bottom: 14px;
}
.gen-style-520 {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 520px;
}
.gen-style-521 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.gen-style-522,
.gen-style-523 {
  display: flex;
  align-items: center;
}
.gen-style-522,
.gen-style-523,
.gen-style-524 {
  gap: 6px;
  padding: 7px 14px;
  font-size: 0.75rem;
}
.gen-style-522 {
  background: rgba(29, 78, 216, 0.12);
  border: 1px solid rgba(29, 78, 216, 0.25);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.55);
}
.gen-style-523 {
  background: rgba(74, 222, 128, 0.08);
  border: 1px solid rgba(74, 222, 128, 0.2);
  border-radius: 8px;
  color: rgba(74, 222, 128, 0.8);
}
.gen-style-524,
.gen-style-526 {
  display: flex;
  align-items: center;
}
.gen-style-524 {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 8px;
  color: rgba(245, 158, 11, 0.8);
}
.gen-style-525 {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border: 1px solid rgba(29, 78, 216, 0.25);
  border-radius: 20px;
  padding: 28px;
}
.gen-style-526 {
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 16px;
  gap: 8px;
}
.gen-style-527,
.gen-style-531 {
  align-items: center;
  display: flex;
}
.gen-style-527 {
  gap: 10px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.7);
}
.gen-style-529 {
  background: #0f172a;
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 14px;
  padding: 18px;
  margin-top: 14px;
}
.gen-style-530 {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 12px;
}
.gen-style-531 {
  gap: 7px;
  font-size: 0.8rem;
  color: #f59e0b;
  text-decoration: none;
  font-weight: 600;
}
.gen-style-532 {
  font-weight: 700;
  color: #fff;
  font-size: 0.88rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.gen-style-533 {
  color: #93c5fd;
}
.gen-style-534 {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1.7;
}
.gen-style-535 {
  color: #f87171;
}
.gen-style-536 {
  color: #f59e0b;
}
.gen-style-537 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(29, 78, 216, 0.07);
  border: 1px solid rgba(29, 78, 216, 0.18);
  border-radius: 11px;
  padding: 14px;
}
.gen-style-538 {
  width: 18px;
  height: 18px;
  color: #93c5fd;
  flex-shrink: 0;
  margin-top: 1px;
}
.gen-style-539 {
  font-size: 0.84rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
}
.gen-style-540 {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
}
.gen-style-541 {
  font-weight: 600;
  color: #fff;
}
.gen-style-542 {
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
#mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: linear-gradient(145deg, #0f172a 0, #020617 100%);
  backdrop-filter: blur(0px);
  z-index: 9999;
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 1.5rem 0 3rem;
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
}
.mobile-menu-inner {
  flex: 1;
  padding: 0 1rem 2rem;
  display: ruby;
  flex-direction: column;
  gap: 0.25rem;
}
#menuClose,
.mobile-nav-link {
  transition: 0.2s;
  display: flex;
  align-items: center;
}
#menuClose {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  justify-content: center;
  margin: 0 1rem 1rem 0;
  cursor: pointer;
  color: #fff;
}
#menuClose:hover {
  background: rgba(245, 158, 11, 0.3);
  transform: scale(1.02);
}
.mobile-nav-link {
  text-decoration: none;
  color: #f1f5f9;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  gap: 12px;
  font-family: Poppins, sans-serif;
  letter-spacing: -0.2px;
}
.mobile-nav-link.active {
  background: rgba(29, 78, 216, 0.45);
  color: #fff;
  border-left: 3px solid #f59e0b;
}
.mobile-nav-heading {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #f59e0b;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  padding-left: 0.5rem;
}
.mobile-nav-link.pl-10 {
  padding-left: 2rem;
  font-size: 1rem;
  font-weight: 400;
  color: #cbd5e1;
}
.btn-amber {
  background: linear-gradient(105deg, #f59e0b, #d97706);
  border: none;
  color: #0f172a;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.25s;
  font-family: Montserrat, sans-serif;
  width: fit-content;
  margin-top: 1rem;
  box-shadow: 0 10px 18px -8px rgba(245, 158, 11, 0.3);
}
.mobile-menu-inner {
  padding-bottom: 3rem;
}
#mobileMenu::-webkit-scrollbar {
  width: 4px;
}
#mobileMenu::-webkit-scrollbar-track {
  background: #1e293b;
}
#mobileMenu::-webkit-scrollbar-thumb {
  background: #f59e0b;
  border-radius: 12px;
}
.team-card {
  background: #0f172a;
  border: 1px solid rgba(29, 78, 216, 0.2);
  border-radius: 20px;
}
