/* ========== CUSTOM FONTS ========== */
@font-face {
  font-family: 'Satoshi';
  src: url('./fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Colors */
  --bg-primary: #ffffff;
  --bg-secondary: #FBFBFD;
  --accent-color: #127ca6;
  --button-hover: #162d59;
  --title-color: #07112B;
  --title-secondary: #08080A;
  --text-color: #545963;
  --text-white: #ffffff;
  --border-color: rgba(8, 8, 10, 0.08);

  /* Max Width Variables */
  --max-width: 100%;
  --max-width-tablet-portrait: 100%;
  --max-width-tablet: 992px;
  --max-width-laptop: 1140px;
  --max-width-desktop: 1240px;
  --max-width-wide: 1340px;
  --spacing-padding-inline: 0.25rem;

  /* Typography Scale */
  --h1-size: clamp(2rem, 1.4718rem + 1.6901vw, 3.5rem);
  --h2-size: clamp(1.75rem, 1.3979rem + 1.1268vw, 2.75rem);
  --h3-size: clamp(1.5rem, 1.2799rem + 0.7042vw, 2.125rem);
  --h4-size: clamp(1.25rem, 1.0739rem + 0.5634vw, 1.75rem);
  --body-large: clamp(1.125rem, 0.993rem + 0.4225vw, 1.5rem);
  --body: clamp(1rem, 0.956rem + 0.1408vw, 1.125rem);

  /* Alpha Typography Scale */
  --alpha-heading-h0: clamp(32px, calc(20px + 4vw), 96px);
  --alpha-heading-h1: clamp(28px, calc(18px + 2.25vw), 64px);
  --alpha-heading-h2: clamp(24px, calc(16px + 1.75vw), 48px);
  --alpha-heading-h3: 40px;
  --alpha-heading-h4: 32px;
  --alpha-heading-h5: 24px;
  --alpha-body-large: 32px;
  --alpha-body-medium: 24px;
  --alpha-body-small: 20px;
  --alpha-body-xs: 16px;
  --alpha-button-large: 32px;
  --alpha-button-medium: 24px;
  --alpha-button-small: 20px;

  /* Font Weights */
  --font-weight-bold: 700;
  --font-weight-semibold: 600;
  --font-weight-medium: 500;
  --font-weight-regular: 400;
  --font-weight-light: 300;
}

/* Alpha Typography - Responsive Variables */
/* 1800-1919px */
@media (max-width: 1919px) {
  :root {
    --alpha-heading-h0: clamp(84px, calc(60px + 1.25vw), 96px);
    --alpha-heading-h1: clamp(58px, calc(40px + 1vw), 64px);
    --alpha-heading-h2: clamp(44px, calc(32px + 0.75vw), 48px);
    --alpha-heading-h3: 38px;
    --alpha-heading-h4: 30px;
    --alpha-heading-h5: 24px;
    --alpha-body-large: 30px;
    --alpha-body-medium: 24px;
    --alpha-body-small: 20px;
    --alpha-body-xs: 16px;
    --alpha-button-large: 30px;
    --alpha-button-medium: 24px;
    --alpha-button-small: 20px;
  }
}

/* 1400-1799px */
@media (max-width: 1799px) {
  :root {
    --alpha-heading-h0: clamp(72px, calc(48px + 1.5vw), 84px);
    --alpha-heading-h1: clamp(52px, calc(32px + 1.5vw), 58px);
    --alpha-heading-h2: clamp(40px, calc(28px + 0.75vw), 44px);
    --alpha-heading-h3: 36px;
    --alpha-heading-h4: 28px;
    --alpha-heading-h5: 22px;
    --alpha-body-large: 28px;
    --alpha-body-medium: 22px;
    --alpha-body-small: 18px;
    --alpha-body-xs: 15px;
    --alpha-button-large: 28px;
    --alpha-button-medium: 22px;
    --alpha-button-small: 18px;
  }
}

/* 1025-1399px */
@media (max-width: 1399px) {
  :root {
    --alpha-heading-h0: clamp(60px, calc(36px + 2vw), 72px);
    --alpha-heading-h1: clamp(44px, calc(24px + 2vw), 52px);
    --alpha-heading-h2: clamp(36px, calc(24px + 1vw), 40px);
    --alpha-heading-h3: 32px;
    --alpha-heading-h4: 26px;
    --alpha-heading-h5: 20px;
    --alpha-body-large: 24px;
    --alpha-body-medium: 20px;
    --alpha-body-small: 18px;
    --alpha-body-xs: 15px;
    --alpha-button-large: 24px;
    --alpha-button-medium: 20px;
    --alpha-button-small: 18px;
  }
}

/* 768-1024px */
@media (max-width: 1024px) {
  :root {
    --alpha-heading-h0: clamp(48px, calc(24px + 3vw), 60px);
    --alpha-heading-h1: clamp(36px, calc(20px + 2vw), 44px);
    --alpha-heading-h2: clamp(32px, calc(20px + 1.5vw), 36px);
    --alpha-heading-h3: 28px;
    --alpha-heading-h4: 24px;
    --alpha-heading-h5: 20px;
    --alpha-body-large: 22px;
    --alpha-body-medium: 18px;
    --alpha-body-small: 18px;
    --alpha-body-xs: 14px;
    --alpha-button-large: 22px;
    --alpha-button-medium: 18px;
    --alpha-button-small: 16px;
  }
}

/* 480-767px */
@media (max-width: 767px) {
  :root {
    --alpha-heading-h0: clamp(40px, calc(28px + 2.5vw), 48px);
    --alpha-heading-h1: clamp(32px, calc(24px + 1.5vw), 36px);
    --alpha-heading-h2: clamp(28px, calc(20px + 1.5vw), 32px);
    --alpha-heading-h3: 24px;
    --alpha-heading-h4: 22px;
    --alpha-heading-h5: 18px;
    --alpha-body-large: 20px;
    --alpha-body-medium: 18px;
    --alpha-body-small: 16px;
    --alpha-body-xs: 14px;
    --alpha-button-large: 20px;
    --alpha-button-medium: 18px;
    --alpha-button-small: 16px;
  }
}

/* <480px */
@media (max-width: 479px) {
  :root {
    --alpha-heading-h0: 32px;
    --alpha-heading-h1: 28px;
    --alpha-heading-h2: 24px;
    --alpha-heading-h3: 22px;
    --alpha-heading-h4: 20px;
    --alpha-heading-h5: 16px;
    --alpha-body-large: 18px;
    --alpha-body-medium: 16px;
    --alpha-body-small: 15px;
    --alpha-body-xs: 13px;
    --alpha-button-large: 18px;
    --alpha-button-medium: 16px;
    --alpha-button-small: 15px;
  }
}

body {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #fff;
  color: var(--text-color);
  min-height: 100vh;
  overflow-x: hidden;
}

a[href] {
  cursor: pointer;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Container */
.container {
  margin: 0 auto;
  max-width: var(--max-width);
  position: relative;
}

.container .container-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* @media (max-width: 1024px) {
  .container {
    max-width: var(--max-width-tablet-portrait);
  }
} */

/* @media (max-width: 1190px) {
  .container {
    max-width: var(--max-width-tablet);
  }
} */

@media (min-width: 1191px) {
  .container {
    max-width: var(--max-width-laptop);
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: var(--max-width-desktop);
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: var(--max-width-wide);
  }
}

/* ========== ANNOUNCEMENT BAR ========== */
.announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: linear-gradient(90deg, #0a5574 0%, #0e6a91 50%, #0a5574 100%);
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.5px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-bar p {
  margin: 0;
}

.announcement-bar strong {
  font-weight: var(--font-weight-bold);
}

/* ========== HEADER ========== */
header {
  padding: 24px 60px;
  min-height: 70px;
  position: fixed;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 100;
  animation: slideDown 0.8s ease-out;
  background: transparent;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border-bottom: 1px solid transparent;
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    backdrop-filter 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Header scrolled state */
header.scrolled {
  padding: 16px 60px;
  background: rgba(251, 251, 253, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.logo {
  display: flex;
  align-items: center;
  /* transition: transform 0.3s ease; */
}

/* .logo:hover {
  transform: scale(1.05);
} */

.logo img {
  max-width: 200px;
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(8, 8, 10, 0.04);
  padding: 6px;
  border-radius: 50px;
  border: 1px solid var(--border-color);
}

nav a {
  color: var(--title-color);
  text-decoration: none;
  font-size: var(--alpha-heading-h5);
  font-weight: var(--font-weight-medium);
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
}

nav a::after {
  display: none;
}

nav a:hover {
  background: rgba(8, 8, 10, 0.06);
}

nav a.active {
  background: var(--accent-color);
  color: var(--text-white);
}

.cta-button {
  background: var(--accent-color);
  color: var(--text-white);
  padding: 16px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-size: var(--alpha-heading-h5);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: var(--button-hover);
  color: var(--text-white);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: relative;
  z-index: 101;
}

.mobile-menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--title-color);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Mobile Menu Active State (hamburger to X) */
.mobile-menu-btn.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

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

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

/* When menu is open, hamburger should change color for overlay */
.mobile-menu-btn.active span {
  background: var(--accent-color);
}

/* Mobile Navigation Menu */
.mobile-nav {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 99;
  padding: 180px 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.mobile-nav.active {
  opacity: 1;
  pointer-events: auto;
}

div.mobile-nav a {
  color: var(--accent-color) !important;
  text-decoration: none;
  font-size: var(--alpha-heading-h3);
  font-weight: var(--font-weight-semibold);
  padding: 20px 0;
  width: 100%;
  text-align: left;
  transition: color 0.3s ease;
  background: transparent !important;
  border-bottom: 1px solid rgba(18, 124, 166, 0.7);
}

div.mobile-nav a:last-child {
  border-bottom: none;
}

div.mobile-nav a:nth-last-child(2) {
  border-bottom: none;
}

div.mobile-nav a:hover {
  color: var(--button-hover) !important;
}

div.mobile-nav a.cta-button {
  margin-top: 24px;
  font-size: var(--alpha-body-medium);
  padding: 18px 36px;
  background: var(--accent-color) !important;
  color: #ffffff !important;
  border-radius: 50px;
  width: auto;
}

div.mobile-nav a.cta-button:hover {
  background: var(--button-hover) !important;
  color: #ffffff !important;
}

/* ========== RESPONSIVE - Large screens ========== */
@media (min-width: 1800px) {
  header {
    padding: 28px 100px;
  }

  header.scrolled {
    padding: 18px 100px;
  }

  nav {
    gap: 10px;
    padding: 8px;
  }

  nav a {
    padding: 12px 24px;
  }

  .cta-button {
    padding: 18px 36px;
  }
}

/* Responsive - Large screens */
@media (min-width: 1400px) and (max-width: 1799px) {
  header {
    padding: 26px 80px;
  }

  header.scrolled {
    padding: 16px 80px;
  }
    .cta-button {
    padding: 16px 36px;
  }
}

@media (max-width: 1140px) {
    .mobile-menu-btn {
    display: flex;
    gap: 5px;
    padding: 10px;
  }
    nav {
    display: none;
  }
}

/* Responsive - Tablets */
@media (max-width: 1024px) {
  header {
    padding: 20px 40px;
  }

  header.scrolled {
    padding: 14px 40px;
  }

  .logo img {
    max-width: 185px;
  }

  nav {
    gap: 4px;
    padding: 5px;
  }

  nav a {
    padding: 8px 16px;
  }

  .cta-button {
    padding: 12px 24px;
  }
  .cta-marquee-item .star-icon {
    width: 42px;
    height: 42px;
}
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  header {
    padding: 16px 20px;
    top: 50px;
  }

  .announcement-bar{
    height: 50px;
  }

  header.scrolled {
    padding: 12px 20px;
  }

  nav {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
    gap: 7px;
    padding: 10px;
  }

  .mobile-menu-btn span {
    width: 32px;
    height: 3px;
  }

  .mobile-menu-btn.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }

  .mobile-menu-btn.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }

  .cta-button {
    padding: 14px 28px;
  }
  .cta-marquee-item .star-icon {
    width: 38px;
    height: 38px;
}
}

/* Responsive - Small Mobile */
@media (max-width: 480px) {
  header {
    padding: 14px 16px;
    min-height: auto;
  }

  header.scrolled {
    padding: 12px 16px;
  }

  .mobile-menu-btn {
    gap: 6px;
    padding: 8px;
  }

  .mobile-menu-btn span {
    width: 28px;
    height: 3px;
  }

  .mobile-menu-btn.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .mobile-menu-btn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  /* Hide header CTA button on small mobile */
  .header-right .cta-button {
    display: none;
  }
    .cta-marquee-item .star-icon {
    width: 36px;
    height: 36px;
}
}

/* ========== HERO SECTION ========== */
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 200px 60px 60px;
  text-align: center;
  border-radius: 0 0 50px 50px;
  background-color: var(--bg-secondary);
}

.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: var(--max-width-desktop);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem 0.375rem 0.375rem;
  background-color: #f5f5f5;
  border: 1px solid var(--border-color);
  border-radius: 80px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.hero-badge:hover {
  background-color: #ebebeb;
}

.badge-new {
  background: var(--accent-color);
  color: var(--text-white);
  padding: 0.25rem 0.75rem;
  border-radius: 80px;
  font-size: 0.875rem;
  font-weight: var(--font-weight-medium);
}

.badge-text {
  color: var(--title-color);
  font-size: var(--alpha-body-xs);
  font-weight: var(--font-weight-medium);
}

.hero-badge svg {
  color: var(--title-color);
}

.hero-title {
  font-size: var(--alpha-heading-h0);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  line-height: 1.1;
  max-width: 780px;
}

.hero-description {
  font-size: var(--alpha-body-medium);
  color: var(--text-color);
  max-width: 720px;
  line-height: 1.4;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-image {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: inherit;
  font-weight: var(--font-weight-medium);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.btn:focus,
.btn:focus-visible,
.btn:active {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background: var(--accent-color);
  color: var(--text-white);
  padding: 0.625rem 1.25rem;
  border: 1px solid var(--accent-color);
}

.btn-primary:hover {
  background: var(--button-hover);
  border-color: var(--button-hover);
}

.btn-primary .btn-text {
  color: var(--text-white);
}

.btn-primary .btn-icon svg {
  stroke: var(--text-white);
}

.btn-lg {
  padding: 1rem 1.5rem;
  height: auto;
  font-size: var(--alpha-body-small);
  gap: 0.5rem;
}

.btn-outline {
  background-color: transparent;
  color: var(--title-color);
  border: 1px solid var(--border-color);
}

.btn-outline:hover {
  background-color: #f5f5f5;
}

.btn-with-icon {
  position: relative;
}

.btn-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.btn-icon svg {
  position: absolute;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.btn-icon .icon-default {
  opacity: 1;
  transform: translateX(0);
}

.btn-icon .icon-hover {
  opacity: 0;
  transform: translateX(-4px);
}

.btn-with-icon:hover .icon-default {
  opacity: 0;
  transform: translateX(4px);
}

.btn-with-icon:hover .icon-hover {
  opacity: 1;
  transform: translateX(0);
}

/* Hero Section Responsive */
@media (min-width: 1921px) {
  .hero-section {
    min-height: 100vh;
    padding: 200px 80px 80px;
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .hero-section {
    padding: 190px 40px 80px;
    min-height: 100vh;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 180px 20px 70px;
    min-height: 100vh;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 150px 20px 70px;
    gap: 1.5rem;
  }

  .hero-actions {
    width: 100%;
    padding: 0;
  }

  .hero-actions .btn-lg {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }

  .hero-badge {
    font-size: 0.875rem;
  }
}

/* ========== DIVIDER ========== */
.divider {
  padding-top: 40px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
  width: 100%;
  max-width: var(--max-width-desktop);
}

@media (max-width: 767px) {
  .divider {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
      .divider {
        padding-top: 20px;
        margin-bottom: 20px;
    }
  }

/* ========== BRAND SLIDER ========== */
.brand-slider-title {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.brand-slider-title p {
  font-size: var(--alpha-body-medium);
  color: var(--text-color);
  font-weight: var(--font-weight-regular);
  max-width: 600px;
  margin: 0 auto;
}

.brand-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.brand-slider-wrapper .container {
  max-width: var(--max-width-desktop);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.brand-slider-wrapper .container::before,
.brand-slider-wrapper .container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.brand-slider-wrapper .container::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-secondary), transparent);
}

.brand-slider-wrapper .container::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-secondary), transparent);
}

.brand-slider-track {
  display: flex;
  align-items: center;
}

.brand-slider-track .slick-slide {
  padding: 0 40px;
}

.brand-slider-track .slick-track {
  display: flex;
  align-items: center;
}

.brand-logo-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  outline: none;
}

.brand-logo-item img {
  width: 170px;
  height: 82px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

#about > div.brand-slider-wrapper > div > div > div > div > div:nth-child(14) > img{
  background-color: #536372;
  padding: 0px 10px;
}

.brand-logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Brand Slider Responsive */
@media (max-width: 1024px) {
  .brand-slider-track .slick-slide {
    padding: 0 30px;
  }

  .brand-logo-item img {
    width: 165px;
    height: 58px;
  }
}

@media (max-width: 768px) {
  .brand-slider-title {
    margin-bottom: 36px;
  }

  .brand-slider-track .slick-slide {
    padding: 0 25px;
  }

  .brand-logo-item img {
    width: 115px;
    height: 58px;
  }

  .brand-slider-wrapper .container::before,
  .brand-slider-wrapper .container::after {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .brand-slider-title {
    margin-bottom: 28px;
  }

  .brand-slider-track .slick-slide {
    padding: 0 20px;
  }

  .brand-logo-item img {
    width: 100px;
    height: 52px;
  }

  .brand-slider-wrapper .container::before,
  .brand-slider-wrapper .container::after {
    width: 40px;
  }
}

/* ========== COMMITMENT SECTION ========== */
.commitment-section {
  min-height: 100vh;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 60px 0px 60px;
}

.commitment-section .container {
  max-width: var(--max-width-laptop);
  margin: 0 auto;
}

.commitment-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.commitment-heading {
  font-size: var(--alpha-heading-h1);
  font-weight: var(--font-weight-medium);
  line-height: 130%;
  color: #d1d1d1;
  margin: 0;
}

.commitment-heading .about-word {
  display: inline-block;
  transition: color 0.3s ease;
}

.commitment-heading .about-word-gradient {
  background: linear-gradient(110deg, #127CA6 0%, #10182F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.commitment-section .btn-lg {
  font-size: var(--alpha-body-medium);
}

/* Commitment Section - Responsive */
@media (min-width: 1921px) {
  .commitment-section {
    padding: 120px 80px 0px 80px;
  }
}

@media (max-width: 1024px) {
  .commitment-section {
    padding: 100px 40px 20px 40px;
  }

  .commitment-content {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .commitment-section {
    padding: 80px 20px 0px 20px;
  }

  .commitment-content {
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .commitment-section {
    padding: 60px 20px 0px 20px;
  }
}

/* ========== FEATURES SECTION ========== */
.features-section {
  background-color: var(--bg-primary);
  padding: 60px 80px;
}

.features-section .container {
  max-width: var(--max-width-desktop);
}

.features-title {
  font-size: var(--alpha-heading-h1);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  line-height: 1.1;
  max-width: 750px;
  margin-bottom: 20px;
}

.features-title span{
  background: linear-gradient(110deg, rgb(18, 124, 166) 0%, rgb(16, 24, 47) 100%) text;
  -webkit-text-fill-color: transparent;
}

.features-description {
  font-size: var(--alpha-body-medium);
  color: var(--text-color);
  line-height: 1.5;
  margin: 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  padding: 40px 30px;
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  transition: background-color 0.3s ease;
}

/* .feature-card:hover {
  background-color: var(--title-color);
}

.feature-card:hover .feature-icon {
  color: var(--accent-color);
}

.feature-card:hover .feature-card-title {
  color: var(--text-white);
}

.feature-card:hover .feature-card-description {
  color: rgba(255, 255, 255, 0.7);
}

.feature-card:hover .feature-arrow {
  color: var(--accent-color);
} */

.feature-icon {
  margin-bottom: 32px;
  color: var(--accent-color);
  transition: color 0.3s ease;
}

.feature-icon svg {
  width: 42px;
  height: 42px;
}

.feature-card-title {
  font-size: var(--alpha-heading-h5);
  font-weight: var(--font-weight-semibold);
  color: var(--title-color);
  margin-bottom: 16px;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.feature-card-description {
  font-size: var(--alpha-body-xs);
  color: var(--text-color);
  line-height: 1.5;
  flex-grow: 1;
  transition: color 0.3s ease;
}

.feature-arrow {
  display: inline-flex;
  align-items: center;
  color: var(--title-color);
  transition: transform 0.3s ease, color 0.3s ease;
  margin-top: 40px;
}

.feature-arrow svg {
  width: 24px;
  height: 20px;
}

.feature-card:hover .feature-arrow {
  transform: translateX(6px);
}

/* Features Section Responsive */
@media (min-width: 1800px) {
  .features-section {
    padding: 160px 120px;
  }

  .features-description {
    margin-bottom: 60px;
  }

  /* .feature-icon svg {
    width: 50px;
    height: 50px;
  } */
}

@media (min-width: 1400px) and (max-width: 1799px) {
  .features-section {
    padding: 160px 120px;
  }

  .features-description {
    margin-bottom: 60px;
  }

  /* .feature-icon svg {
    width: 50px;
    height: 50px;
  } */
}

@media (max-width: 1024px) {
  .features-section {
    padding: 100px 48px;
  }

  .features-title {
    margin-bottom: 48px;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .feature-icon {
    margin-bottom: 24px;
  }

  .feature-arrow {
    margin-top: 32px;
  }
    .features-description {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .features-section {
    padding: 80px 28px;
  }

  .features-title {
    margin-bottom: 40px;
  }
    .features-description {
    margin-bottom: 40px;
  }

  .feature-card {
    padding: 25px;
  }

  .feature-icon svg {
    width: 38px;
    height: 38px;
  }

  .feature-arrow svg {
    width: 22px;
    height: 18px;
  }
    .feature-arrow {
  margin-top: 28px;
  }
}

@media (max-width: 480px) {
  .features-section {
    padding: 60px 20px;
  }

  .features-title {
    margin-bottom: 32px;
  }

    .features-description {
    margin-bottom: 32px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
  }

  .feature-card:last-child {
    border-bottom: none;
  }

  .feature-icon svg {
    width: 36px;
    height: 36px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

}

/* ========== CTA MARQUEE SECTION ========== */
.cta-marquee-section {
  background-color: #fff;
  overflow: hidden;
}

.cta-marquee-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: marqueeScroll 60s linear infinite;
  width: max-content;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.cta-marquee-item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}

.cta-marquee-item img {
  /* width: 24px;
  height: 24px; */
  flex-shrink: 0;
}

.cta-marquee-item .star-icon {
  flex-shrink: 0;
  color: var(--accent-color);
  animation: spinStar 9s linear infinite;
}

@keyframes spinStar {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cta-marquee-item span {
  font-size: var(--alpha-heading-h0);
  font-weight: var(--font-weight-semibold);
  color: var(--title-color);
}

/* CTA Marquee Responsive */
@media (min-width: 1800px) {
  /* .cta-marquee-section {
    padding: 32px 0;
  } */

  .cta-marquee-item {
    gap: 40px;
    padding: 0 20px;
  }

  /* .cta-marquee-item img {
    width: 28px;
    height: 28px;
  } */
}

@media (max-width: 1024px) {
  /* .cta-marquee-section {
    padding: 20px 0;
  } */

  .cta-marquee-item {
    gap: 28px;
    padding: 0 14px;
  }

  /* .cta-marquee-item img {
    width: 22px;
    height: 22px;
  } */
}

@media (max-width: 768px) {
  /* .cta-marquee-section {
    padding: 18px 0;
  } */

  .cta-marquee-item {
    gap: 20px;
    padding: 0 10px;
  }

  .cta-marquee-item img {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  /* .cta-marquee-section {
    padding: 16px 0;
  } */

  .cta-marquee-item {
    gap: 20px;
    padding: 0 10px;
  }

  /* .cta-marquee-item img {
    width: 18px;
    height: 18px;
  } */
}

/* ========== STATS SECTION ========== */
.stats-section {
  background-color: var(--bg-secondary);
  padding: 60px 30px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: var(--max-width-desktop);
  margin: 0 auto;
}

.stat-box {
  text-align: center;
  padding: 40px 20px;
}

.stat-number {
  font-size: 3.5rem;
  font-weight: var(--font-weight-semibold);
  color: var(--accent-color);
  line-height: 1;
  display: inline;
}

.stat-suffix {
  font-size: 3.5rem;
  font-weight: var(--font-weight-semibold);
  color: var(--accent-color);
  line-height: 1;
}

.stat-label {
  font-size: var(--alpha-body-xs);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  margin-top: 12px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .stat-number,
  .stat-suffix {
    font-size: 3rem;
  }
}

@media (max-width: 600px) {
  .stats-section {
    padding: 60px 20px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .stat-box {
    padding: 30px 0px;
  }

  .stat-number,
  .stat-suffix {
    font-size: 2.25rem;
  }

}

@media (max-width: 400px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .stat-number,
  .stat-suffix {
    font-size: 2rem;
  }
}

/* ========== TOOLKIT SECTION ========== */
.toolkit-section {
  background-color: var(--bg-primary);
  padding: 60px 80px;
}

.toolkit-section .container {
  max-width: var(--max-width-desktop);
}

.toolkit-header {
  text-align: center;
  margin-bottom: 60px;
}

.toolkit-title {
  font-size: var(--alpha-heading-h1);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  line-height: 1.1;
  margin-bottom: 20px;
}

.toolkit-title span{ 
    background: linear-gradient(110deg, rgb(18, 124, 166) 0%, rgb(16, 24, 47) 100%) text;
    -webkit-text-fill-color: transparent;
}

.toolkit-description {
  font-size: var(--alpha-body-medium);
  color: var(--text-color);
  line-height: 1.4;
  max-width: 600px;
  margin: 0 auto;
}

.toolkit-item {
  display: flex;
  align-items: center;
  gap: 90px;
  margin-bottom: 100px;
}

.toolkit-item:last-child {
  margin-bottom: 0;
}

.toolkit-item-reverse {
  flex-direction: row-reverse;
}

.toolkit-image {
  flex: 1;
  min-width: 0;
}

.toolkit-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.toolkit-content {
  flex: 1;
  min-width: 0;
}

.toolkit-item-title {
  font-size: var(--alpha-heading-h3);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  line-height: 1.1;
  margin-bottom: 20px;
}

.toolkit-item-text {
  font-size: var(--alpha-body-medium);
  color: var(--text-color);
  line-height: 1.5;
}

/* Toolkit Section Responsive */
@media (min-width: 1800px) {
  .toolkit-section {
    padding: 160px 120px;
  }

  .toolkit-header {
    margin-bottom: 60px;
  }

  .toolkit-item {
    gap: 90px;
    margin-bottom: 120px;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  .toolkit-section {
    padding: 160px 120px;
  }

  .toolkit-header {
    margin-bottom: 60px;
  }

  .toolkit-item {
    gap: 90px;
    margin-bottom: 100px;
  }
}

@media (max-width: 1024px) {
  .toolkit-section {
    padding: 100px 48px;
  }

  .toolkit-header {
    margin-bottom: 48px;
  }

  .toolkit-item {
    gap: 60px;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .toolkit-section {
    padding: 80px 28px;
  }

  .toolkit-header {
    margin-bottom: 40px;
  }

  .toolkit-item {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 60px;
  }

  .toolkit-item-reverse {
    flex-direction: column;
  }

  .toolkit-item-title {
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .toolkit-section {
    padding: 60px 20px;
  }

  .toolkit-header {
    margin-bottom: 32px;
  }

  .toolkit-item {
    gap: 24px;
    margin-bottom: 48px;
  }

  .toolkit-item-title {
    margin-bottom: 12px;
  }

  .toolkit-image img {
    border-radius: 12px;
  }
}

/* ========== CAPABILITIES SECTION ========== */
.capabilities-section {
  width: 100%;
  background-color: var(--bg-secondary);
  padding: 100px 60px;
}

.capabilities-section .container {
  max-width: var(--max-width-desktop);
  margin: 0 auto;
}

.capabilities-header {
  margin-bottom: 60px;
}

.capabilities-title {
  font-size: var(--alpha-heading-h1);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  line-height: 1.2;
  /* margin-bottom: 20px; */
  max-width: 890px;
}

.capabilities-title span {
    background: linear-gradient(110deg, rgb(18, 124, 166) 0%, rgb(16, 24, 47) 100%) text;
    -webkit-text-fill-color: transparent;
}

.capabilities-description {
  font-size: var(--alpha-body-medium);
  color: var(--text-color);
  line-height: 1.5;
  margin: 0;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.capability-card:nth-child(1) {
  grid-column: span 3;
}

.capability-card:nth-child(2) {
  grid-column: span 2;
}

.capability-card:nth-child(3) {
  grid-column: span 2;
}

.capability-card:nth-child(4) {
  grid-column: span 3;
}

.capability-card {
  background-color: var(--bg-primary);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.capability-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.capability-icon svg {
  width: 100%;
  height: 100%;
}

.capability-heading {
  font-size: var(--alpha-heading-h4);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  margin: 0;
  line-height: 1.3;
}

.capability-text {
  font-size: var(--alpha-body-small);
  color: var(--text-color);
  line-height: 1.5;
  margin: 0;
}

/* Capabilities Section - Responsive */
@media (min-width: 1800px) {
  .capabilities-section {
    padding: 160px 120px;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  .capabilities-section {
    padding: 160px 120px;
  }
}

@media (max-width: 1024px) {
  .capabilities-section {
    padding: 100px 48px;
  }

  .capabilities-header {
    margin-bottom: 50px;
  }

  .capability-card {
    padding: 32px;
  }
}

@media (max-width: 768px) {
  .capabilities-section {
    padding: 80px 28px;
  }

  .capabilities-header {
    margin-bottom: 40px;
  }

  .capabilities-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .capability-card,
  .capability-card:nth-child(1),
  .capability-card:nth-child(2),
  .capability-card:nth-child(3),
  .capability-card:nth-child(4) {
    grid-column: span 1;
    padding: 28px;
    gap: 20px;
  }

  .capability-icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .capabilities-section {
    padding: 60px 20px;
  }

  .capabilities-header {
    margin-bottom: 32px;
  }

  .capability-card {
    padding: 24px;
    gap: 16px;
  }

  .capability-icon {
    width: 34px;
    height: 34px;
  }
}

/* ========== PRICING SECTION ========== */
.pricing-section {
  width: 100%;
  background-color: var(--bg-primary);
  padding: 100px 60px;
}

.pricing-section .container {
  max-width: var(--max-width-desktop);
  margin: 0 auto;
}

.pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.pricing-title {
  font-size: var(--alpha-heading-h1);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  line-height: 1.2;
  margin-bottom: 20px;
}

.pricing-title span {
      background: linear-gradient(110deg, rgb(18, 124, 166) 0%, rgb(16, 24, 47) 100%) text;
    -webkit-text-fill-color: transparent;
}

.pricing-description {
  font-size: var(--alpha-body-medium);
  color: var(--text-color);
  line-height: 1.5;
  margin: 0;
}

/* Pricing Tabs */
.pricing-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(8, 8, 10, 0.04);
  padding: 5px;
  border-radius: 50px;
  border: 1px solid var(--border-color);
  width: fit-content;
  margin: 0 auto 50px;
}

.pricing-tab {
  color: var(--title-color);
  font-family: inherit;
  font-size: var(--alpha-body-xs);
  font-weight: var(--font-weight-medium);
  padding: 10px 24px;
  border-radius: 50px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pricing-tab:hover {
  background: rgba(8, 8, 10, 0.06);
}

.pricing-tab.active {
  background: var(--accent-color);
  color: var(--text-white);
}

/* Pricing Content */
.pricing-content {
  position: relative;
}

.pricing-panel {
  display: none;
  opacity: 0;
}

.pricing-panel.active {
  display: block;
  opacity: 1;
}

.pricing-panel.fade-out {
  display: block;
  animation: fadeOut 0.3s ease forwards;
}

.pricing-panel.fade-in {
  display: block;
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Pricing Cards Grid */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.pricing-cards-center {
  justify-content: center;
}

.pricing-panel[data-panel="expand"] .pricing-cards {
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  margin: 0 auto;
}

.pricing-panel[data-panel="enterprise"] .pricing-cards {
  grid-template-columns: 1fr;
  max-width: 450px;
  margin: 0 auto;
}

/* Pricing Card */
.pricing-card {
  background-color: var(--bg-secondary);
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.pricing-card:hover {
  border-color: var(--border-color);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.pricing-card.popular {
  border: 2px solid var(--accent-color);
  background: linear-gradient(180deg, rgba(18, 124, 166, 0.03) 0%, var(--bg-secondary) 100%);
}

.pricing-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--accent-color);
  background: rgba(18, 124, 166, 0.1);
  padding: 6px 12px;
  border-radius: 50px;
  margin-bottom: 20px;
  width: fit-content;
}

.pricing-plan-name {
  font-size: var(--alpha-heading-h4);
  font-weight: var(--font-weight-semibold);
  color: var(--title-color);
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 12px;
}

.price-amount {
  font-size: var(--alpha-heading-h2);
  font-weight: var(--font-weight-bold);
  color: var(--title-color);
  line-height: 1;
}

.price-period {
  font-size: var(--alpha-body-xs);
  color: var(--text-color);
  font-weight: var(--font-weight-regular);
}

.pricing-billing-note {
  font-size: 13px;
  color: var(--accent-color);
  margin: 0 0 12px 0;
  font-weight: var(--font-weight-medium);
}

.pricing-plan-description {
  font-size: var(--alpha-body-xs);
  color: var(--text-color);
  line-height: 1.5;
  margin: 0 0 24px 0;
}

.btn-pricing {
  width: 100%;
  padding: 14px 24px;
  font-size: var(--alpha-body-xs);
  margin-bottom: 28px;
}

.pricing-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-grow: 1;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: var(--alpha-body-xs);
  color: var(--text-color);
  line-height: 1.4;
}

.pricing-features li svg {
  flex-shrink: 0;
  color: var(--accent-color);
  margin-top: 2px;
}

/* Enterprise card specific */
.enterprise-card {
  text-align: center;
}

.enterprise-card .pricing-badge {
  margin-left: auto;
  margin-right: auto;
}

.enterprise-card .pricing-price {
  justify-content: center;
}

.enterprise-card .pricing-features {
  align-items: flex-start;
  text-align: left;
}


/* Pricing Section - Responsive */
@media (min-width: 1800px) {
  .pricing-section {
    padding: 160px 120px;
  }

  .pricing-header {
    margin-bottom: 60px;
  }

  .pricing-tabs {
    margin-bottom: 60px;
  }

  .pricing-card {
    padding: 44px 40px;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  .pricing-section {
    padding: 160px 120px;
  }
}

@media (max-width: 1024px) {
  .pricing-section {
    padding: 100px 48px;
  }

  .pricing-header {
    margin-bottom: 40px;
  }

  .pricing-tabs {
    margin-bottom: 40px;
  }

  .pricing-card {
    padding: 32px 28px;
  }

  .pricing-cards {
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .pricing-cards {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 30px;
    margin: 0;
  }

  .pricing-cards::-webkit-scrollbar {
    height: 6px;
  }

  .pricing-cards::-webkit-scrollbar-track {
    background: var(--border-color);
    border-radius: 10px;
  }

  .pricing-cards::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 10px;
  }

  .pricing-card {
    flex: 0 0 320px;
    min-width: 320px;
    scroll-snap-align: start;
    height: auto;
    align-self: stretch;
  }

  .pricing-panel[data-panel="expand"] .pricing-cards {
    display: flex;
    max-width: none;
    /* margin: 0 -28px;
    padding-left: 28px;
    padding-right: 28px; */
  }

  /* .pricing-panel[data-panel="expand"] .pricing-card {
    flex: 0 0 300px;
    min-width: 300px;
  } */

  /* .pricing-panel[data-panel="enterprise"] .pricing-cards {
    display: flex;
    justify-content: center;
    overflow-x: visible;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  } */

  .pricing-panel[data-panel="enterprise"] .pricing-card {
    flex: 0 0 100%;
    min-width: auto;
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .pricing-section {
    padding: 80px 28px;
  }

  .pricing-header {
    margin-bottom: 36px;
  }

  .pricing-tabs {
    /* flex-wrap: wrap; */
    width: 100%;
    margin-bottom: 36px;
    padding: 6px;
    gap: 4px;
  }

  .pricing-tab {
    flex: 1 1 calc(50% - 4px);
    padding: 10px 16px;
    text-align: center;
  }

  .pricing-card {
    padding: 28px 24px;
    flex: 0 0 300px;
    min-width: 300px;
  }

    .pricing-panel[data-panel="enterprise"] .pricing-card {
    flex: 0 0 100%;
    min-width: auto;
    max-width: 300px;
  }

  /* .pricing-panel[data-panel="expand"] .pricing-card {
    flex: 0 0 280px;
    min-width: 280px;
  } */
}

@media (max-width: 670px) {
  .pricing-panel[data-panel="expand"] .pricing-cards {
    justify-content: flex-start;
  }
}


@media (max-width: 480px) {
  .pricing-section {
    padding: 60px 20px;
  }

  .pricing-header {
    margin-bottom: 30px;
  }

  .pricing-tabs {
    margin-bottom: 30px;
    gap: 4px;
    padding: 5px;
  }

  .pricing-tab {
    padding: 8px 12px;
    font-size: 14px;
  }

  .pricing-cards {
    /* margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px; */
    gap: 12px;
  }

  .pricing-card {
    padding: 28px 24px;
    border-radius: 16px;
    flex: 0 0 280px;
    min-width: 280px;
  }

    .pricing-panel[data-panel="enterprise"] .pricing-card {
    flex: 0 0 100%;
    min-width: auto;
    max-width: 280px;
  }

  .pricing-plan-name {
    margin-bottom: 12px;
  }

  .pricing-price {
    margin-bottom: 10px;
  }

  .btn-pricing {
    padding: 12px 20px;
    margin-bottom: 24px;
  }

  .pricing-features {
    gap: 12px;
  }

  /* .pricing-panel[data-panel="expand"] .pricing-cards {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-panel[data-panel="expand"] .pricing-card {
    flex: 0 0 260px;
    min-width: 260px;
  } */
}

/* ========== TOOLS SLIDER SECTION ========== */
.tools-slider-section {
  padding: 0px 60px 100px 60px;
}

.tools-slider-section .container {
  max-width: var(--max-width-desktop);
  margin: 0 auto;
}

.tools-slider-title {
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
}

.tools-slider-title span {
    background: linear-gradient(110deg, rgb(18, 124, 166) 0%, rgb(16, 24, 47) 100%) text;
    -webkit-text-fill-color: transparent;
}

.tools-slider-title p {
  font-size: var(--alpha-heading-h1);
  color: var(--title-color);
  font-weight: var(--font-weight-medium);
  margin: 0 auto;
}

.tools-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tools-slider-wrapper::before,
.tools-slider-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.tools-slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-primary), transparent);
}

.tools-slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, var(--bg-primary), transparent);
}

.tools-slider-track {
  display: flex;
  align-items: center;
}

.tools-slider-track .slick-slide {
  padding: 0 80px;
}

.tools-slider-track .slick-track {
  display: flex;
  align-items: center;
}

/* Tools Slider Responsive */
@media (min-width: 1800px) {
  .tools-slider-section {
    padding: 0px 120px 160px 120px;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  .tools-slider-section {
    padding: 0px 120px 160px 120px;
  }
}

@media (max-width: 1024px) {
  .tools-slider-section {
    padding: 0px 40px 100px 48px;
  }

  .tools-slider-track .slick-slide {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .tools-slider-section {
    padding: 0px 28px 80px 28px;
  }

  .tools-slider-title {
    margin-bottom: 40px;
  }

  .tools-slider-track .slick-slide {
    padding: 0 25px;
  }

  .tools-slider-wrapper::before,
  .tools-slider-wrapper::after {
    width: 60px;
  }
}

@media (max-width: 480px) {
  .tools-slider-section {
    padding: 0px 20px 60px 20px;
  }

  .tools-slider-title {
    margin-bottom: 30px;
  }

  .tools-slider-track .slick-slide {
    padding: 0 20px;
  }

  .tools-slider-wrapper::before,
  .tools-slider-wrapper::after {
    width: 40px;
  }
}

/* ========== FAQ SECTION ========== */
.faq-section {
  width: 100%;
  background-color: var(--bg-primary);
  padding: 0px 60px 100px 60px;
}

.faq-section .container {
  max-width: var(--max-width-desktop);
  margin: 0 auto;
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-title {
  font-size: var(--alpha-heading-h1);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  line-height: 1.3;
  margin: 0;
}

.faq-title span {
  background: linear-gradient(110deg, #127CA6 0%, #10182F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.faq-column {
  display: flex;
  flex-direction: column;
}

.faq-item-wrapper {
  border-bottom: 1px solid var(--border-color);
}

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

.faq-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.faq-question {
  font-size: var(--body-small);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  line-height: 1.4;
  flex: 1;
  padding-right: 16px;
}

.faq-icon {
  color: var(--text-color);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}

.faq-item-wrapper.active .faq-answer {
  max-height: 300px;
  padding-bottom: 24px;
}

.faq-answer p {
  font-size: var(--body-small);
  font-weight: var(--font-weight-regular);
  color: var(--text-color);
  line-height: 1.6;
  margin: 0;
}

/* FAQ Section - Mobile Responsive */
@media (min-width: 1921px) {
  .faq-section {
    padding: 0px 80px 120px 80px;
  }
}

@media (max-width: 1024px) {
  .faq-section {
    padding: 0px 40px 100px 40px;
  }

  .faq-header {
    margin-bottom: 50px;
  }

  .faq-item {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 0px 20px 80px 20px;
  }

  .faq-header {
    margin-bottom: 40px;
  }

  .faq-content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .faq-item {
    padding: 20px 0;
  }

  .faq-item-wrapper.active .faq-answer {
    padding-bottom: 20px;
  }

  .faq-column-left .faq-item-wrapper:last-child {
    border-bottom: 1px solid var(--border-color);
  }

  .faq-column-right .faq-item-wrapper:last-child {
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .faq-section {
    padding: 0px 20px 60px 20px;
  }

  .faq-header {
    margin-bottom: 32px;
  }

  .faq-item {
    padding: 16px 0;
  }

  .faq-item-wrapper.active .faq-answer {
    padding-bottom: 16px;
  }
}

/* ========== CTA SECTION ========== */
.cta-wrapper {
  padding: 0px 30px;
  background-color: var(--bg-primary);
}

.cta-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(110deg, #127CA6 0%, #10182F 100%);
  border-radius: 40px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}

.cta-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 60px 30px 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.cta-title {
  font-size: var(--alpha-heading-h1);
  font-weight: var(--font-weight-medium);
  color: white;
  line-height: 1.15;
  margin-bottom: 20px;
}

.cta-description {
  font-size: var(--alpha-body-medium);
  font-weight: var(--font-weight-regular);
  color: #fff;
  line-height: 1.6;
  margin: 0 auto 20px;
}

.cta-calendly-embed {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}

.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cta-actions .btn {
  height: auto;
}

.cta-actions .btn-primary {
  background: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
}

.cta-actions .btn-primary .btn-text {
  color: #000000;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.cta-actions .btn-primary .btn-icon svg {
  stroke: #000000;
}

.cta-actions .btn-primary:hover {
  background: transparent;
  border-color: #ffffff;
}

.cta-actions .btn-primary:hover .btn-text {
  color: #ffffff;
  background: none;
}

.cta-actions .btn-primary:hover .btn-icon svg {
  stroke: #ffffff;
}

.cta-actions .btn-cta-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.cta-actions .btn-cta-outline:hover {
  background-color: #ffffff;
  color: #000000;
}

/* CTA Section - Mobile Responsive */
@media (max-width: 1024px) {
  .cta-wrapper {
    padding: 0 20px;
  }

  .cta-section {
    height: 90vh;
  }

  .cta-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .cta-wrapper {
    padding: 0 20px;
  }

  .cta-section {
    height: 85vh;
    border-radius: 24px;
  }

  .cta-content {
    padding: 40px 20px 20px;
  }

  .cta-title {
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .cta-section {
    height: 80vh;
  }

  .cta-content {
    padding: 30px 16px 16px;
  }

  .cta-title {
    margin-bottom: 12px;
  }

  .cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .cta-actions .btn {
    padding: 0.75rem 1rem !important;
    width: 100%;
  }
}

/* ========== FOOTER SECTION ========== */
.footer {
  position: relative;
  width: 100%;
  background-color: var(--bg-primary);
  padding: 100px 30px 40px;
  overflow: hidden;
}

.footer-container {
  position: relative;
  z-index: 10;
  max-width: var(--max-width-desktop);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.footer-logo img {
  height: 40px;
  width: auto;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.footer-link {
  font-size: var(--alpha-body-small);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: var(--accent-color);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-contact-label {
  font-size: 0.75rem;
  font-weight: var(--font-weight-semibold);
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.footer-contact-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-email {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: var(--alpha-body-small);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-email svg {
  stroke: var(--accent-color);
  flex-shrink: 0;
}

.footer-email:hover {
  color: var(--accent-color);
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--bg-secondary);
  border-radius: 50%;
  color: var(--title-color);
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.social-box::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(110deg, #127CA6 0%, #10182F 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.social-box:hover {
  color: #ffffff;
}

.social-box:hover::before {
  opacity: 1;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: var(--body-xs);
  color: var(--text-color);
}

.footer-bottom a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: var(--accent-color);
}

.footer-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: linear-gradient(110deg, #127CA6 0%, #10182F 100%);
}

/* Footer - Tablet Responsive */
@media (max-width: 1024px) {
  .footer {
    padding: 80px 48px 40px;
  }

  .footer-nav {
    gap: 32px;
  }
}

/* Footer - Mobile Responsive */
@media (max-width: 768px) {
  .footer {
    padding: 80px 20px 32px;
  }

  .footer-container {
    gap: 32px;
  }

  .footer-nav {
    gap: 24px;
  }

  .footer-socials {
    gap: 10px;
  }

  .social-box {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 600px) {
  .footer-nav {
    flex-direction: column;
    gap: 20px;
  }

  .footer-contact-links {
    flex-direction: column;
    gap: 12px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .footer-dot {
    display: none;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 60px 20px 24px;
  }

  .footer-logo img {
    height: 32px;
  }

  .social-box {
    width: 36px;
    height: 36px;
  }

  .social-box svg {
    width: 16px;
    height: 16px;
  }
}

/* ========== CONTACT MODAL ========== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 20px;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background: #ffffff;
  border-radius: 24px;
  width: 100%;
  max-width: 800px;
  max-height: calc(100vh - 40px);
  height: auto;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s ease;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.modal-container::-webkit-scrollbar {
  width: 12px;
}

.modal-container::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 9999px;
  border: 3px solid transparent;
  background-color: rgba(18, 124, 166, 0.2);
  background-clip: padding-box;
}

.modal-container::-webkit-scrollbar-thumb:hover {
  background-color: var(--accent-color);
}

.modal-container::-webkit-scrollbar-track {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  cursor: pointer;
  background-color: transparent;
}

.modal-overlay.active .modal-container {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: none;
  background: #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

.modal-close:hover {
  background: #e5e5e5;
  transform: rotate(90deg);
}

.modal-close svg {
  stroke: var(--title-color);
}

.modal-content {
  padding: 48px 40px;
  transition: opacity 0.3s ease;
}

.modal-content.fade-out {
  opacity: 0;
}

.modal-header {
  text-align: center;
  margin-bottom: 32px;
}

.modal-title {
  font-size: var(--h4-size);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  margin-bottom: 8px;
}

.modal-description {
  font-size: var(--body-small);
  color: var(--text-color);
  line-height: 1.5;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-size: var(--body-xs);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
}

.form-input {
  width: 100%;
  padding: 14px 16px;
  font-family: 'Satoshi', sans-serif;
  font-size: var(--body-small);
  color: var(--title-color);
  background: #f9fafb;
  border: 2px solid transparent;
  border-radius: 12px;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.form-input::placeholder {
  color: #9ca3af;
}

.form-input:focus {
  background: #ffffff;
  border-color: var(--accent-color);
}

.form-input.error {
  border-color: #ef4444;
  background: #fef2f2;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-textarea::-webkit-scrollbar {
  width: 10px;
}

.form-textarea::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 9999px;
  border: 2px solid transparent;
  background-color: rgba(18, 124, 166, 0.2);
  background-clip: padding-box;
}

.form-textarea::-webkit-scrollbar-thumb:hover {
  background-color: var(--accent-color);
}

.form-textarea::-webkit-scrollbar-track {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  cursor: pointer;
  background-color: transparent;
}

.form-error {
  font-size: 0.8125rem;
  color: #ef4444;
  min-height: 18px;
  display: block;
}

.btn-submit {
  margin-top: 8px;
  width: 100%;
  justify-content: center;
  position: relative;
}

.btn-submit:disabled {
  pointer-events: none;
  opacity: 0.8;
  background: linear-gradient(110deg, #127CA6 0%, #10182F 100%);
  cursor: not-allowed;
}

.btn-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

.btn-submit.loading .btn-text {
  opacity: 0;
}

.btn-submit.loading .btn-spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Success State */
.modal-success {
  display: none;
  padding: 60px 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.modal-success.active {
  display: flex;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.success-icon {
  width: 80px;
  height: 80px;
  background: rgba(18, 124, 166, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-icon svg {
  color: var(--accent-color);
}

.success-title {
  font-size: var(--h4-size);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
}

.success-description {
  font-size: var(--body-small);
  color: var(--text-color);
  line-height: 1.6;
  max-width: 360px;
}

/* Modal Responsive */
@media (max-width: 768px) {
  .modal-overlay {
    padding: 16px;
  }

  .modal-container {
    max-width: 100%;
    border-radius: 24px;
  }

  .modal-content {
    padding: 60px 24px;
  }

  .modal-success {
    padding: 48px 24px;
  }

  .modal-close {
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
  }

  .modal-close svg {
    width: 20px;
    height: 20px;
  }

  .modal-header {
    margin-bottom: 35px;
  }

  .form-input {
    padding: 12px 14px;
  }
}

@media (max-width: 480px) {
  .modal-content {
    padding: 42px 20px;
    max-height: 90vh;
  }

  .modal-success {
    padding: 40px 20px;
  }

  .modal-header {
    margin-bottom: 20px;
  }

  .modal-form {
    gap: 16px;
  }

  .success-icon {
    width: 64px;
    height: 64px;
  }

  .success-icon svg {
    width: 48px;
    height: 48px;
  }
}

/* Body scroll lock when modal is open */
body.modal-open {
  overflow: hidden;
}

/* ========== LEGAL PAGES (Privacy Policy & Terms) ========== */
.legal-page {
  padding: 240px 60px 100px;
  min-height: 100vh;
  background-color: var(--bg-primary);
}

.legal-container {
  max-width: var(--max-width-laptop);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.legal-title {
  font-size: var(--alpha-heading-h1);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  line-height: 1.3;
  margin-bottom: -32px;
}

.legal-updated {
  font-size: var(--alpha-body-small);
  color: var(--text-color);
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}

.legal-section h2 {
  font-size: var(--alpha-heading-h4);
  font-weight: var(--font-weight-medium);
  color: var(--title-color);
  line-height: 1.4;
  margin-bottom: 16px;
}

.legal-section p {
  font-size: var(--alpha-body-small);
  font-weight: var(--font-weight-regular);
  color: var(--text-color);
  line-height: 1.7;
  margin-bottom: 16px;
}

.legal-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.legal-section ul li {
  font-size: var(--alpha-body-small);
  font-weight: var(--font-weight-regular);
  color: var(--text-color);
  line-height: 1.7;
  padding-left: 24px;
  margin-bottom: 12px;
  position: relative;
}

.legal-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: linear-gradient(110deg, #127CA6 0%, #10182F 100%);
  border-radius: 50%;
}

.legal-section ul li strong {
  color: var(--title-color);
  font-weight: var(--font-weight-medium);
}

.legal-section p a {
  text-decoration: none;
  color: var(--accent-color);
  font-weight: var(--font-weight-medium);
}

.legal-section p a:hover {
  text-decoration: underline;
}

/* Legal Pages Responsive */
@media (max-width: 1024px) {
  .legal-page {
    padding: 200px 40px 80px;
  }
}

@media (max-width: 768px) {
  .legal-page {
    padding: 160px 20px 60px;
  }

  .legal-container {
    gap: 36px;
  }

  .legal-updated {
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .legal-page {
    padding: 140px 20px 50px;
  }

  .legal-container {
    gap: 32px;
  }

  .legal-updated {
    padding-bottom: 24px;
  }

  .legal-section ul li {
    padding-left: 20px;
  }
}