.elementor-kit-842{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-842 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── GeoAtlas Design System ── */
:root {
  --ga-bg: #0d1117;
  --ga-bg-card: linear-gradient(145deg, rgba(30,38,50,0.5), rgba(13,17,23,0.8));
  --ga-fg: #edf0f5;
  --ga-fg-muted: #8b95a5;
  --ga-primary: #e6a31e;
  --ga-primary-dark: #cc8a00;
  --ga-border: #1e2632;
  --ga-muted: #161b22;
  --ga-glow: 0 0 30px rgba(230,163,30,0.15);
  --ga-radius: 16px;
}

body {
  background-color: var(--ga-bg) !important;
  color: var(--ga-fg);
  font-family: 'Inter', sans-serif;
}

/* Gradient text */
.ga-text-gradient {
  background: linear-gradient(135deg, #e6a31e, #cc8a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Card style */
.ga-card {
  background: var(--ga-bg-card);
  border: 1px solid var(--ga-border);
  border-radius: var(--ga-radius);
  padding: 2rem;
  transition: all 0.3s ease;
}
.ga-card:hover {
  border-color: rgba(230,163,30,0.3);
  box-shadow: var(--ga-glow);
}

/* Primary button */
.ga-btn-primary {
  background: linear-gradient(135deg, #e6a31e, #cc8a00) !important;
  color: #0d1117 !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
}
.ga-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(230,163,30,0.3);
}

/* Outline button */
.ga-btn-outline {
  background: transparent !important;
  color: var(--ga-fg) !important;
  border: 1px solid var(--ga-border) !important;
  border-radius: 12px !important;
  padding: 14px 32px !important;
}
.ga-btn-outline:hover {
  background: var(--ga-muted) !important;
}

/* Badge */
.ga-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(230,163,30,0.1);
  border: 1px solid rgba(230,163,30,0.3);
  border-radius: 9999px;
  padding: 6px 20px;
  color: var(--ga-primary);
  font-size: 14px;
  font-weight: 500;
}

/* Section spacing */
.ga-section {
  padding: 96px 0;
}

/* Icon box */
.ga-icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(230,163,30,0.1);
  color: var(--ga-primary);
}

/* Tag pill */
.ga-tag {
  display: inline-block;
  border: 1px solid rgba(230,163,30,0.2);
  background: rgba(230,163,30,0.05);
  border-radius: 9999px;
  padding: 6px 16px;
  font-size: 13px;
  color: var(--ga-primary);
}

/* Section label */
.ga-section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ga-primary);
}

/* Headings */
h1, h2, h3, h4 {
  font-family: 'Space Grotesk', sans-serif;
}/* End custom CSS */