.elementor-kit-13{--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;background-color:#000000;}.elementor-kit-13 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){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */:root {
  --gsc-bg: #050806;
  --gsc-bg-soft: #0b1510;
  --gsc-bg-card: #101d16;
  --gsc-bg-card-2: #14251b;

  --gsc-green: #063f2e;
  --gsc-green-2: #0b5c42;
  --gsc-green-bright: #19d985;

  --gsc-gold: #f7c948;
  --gsc-gold-2: #ffdf70;
  --gsc-yellow: #fff04a;

  --gsc-white: #ffffff;
  --gsc-text: #f7fff9;
  --gsc-muted: #b8c6bd;

  --gsc-red: #ff3158;
  --gsc-blue: #3bbcff;
  --gsc-success: #20e68a;
  --gsc-warning: #ffc247;
  --gsc-error: #ff4f6d;

  --gsc-border: rgba(247, 201, 72, 0.28);
  --gsc-border-soft: rgba(255, 255, 255, 0.1);

  --gsc-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
  --gsc-glow: 0 0 22px rgba(247, 201, 72, 0.32);
  --gsc-green-glow: 0 0 28px rgba(25, 217, 133, 0.22);

  --gsc-radius-sm: 12px;
  --gsc-radius-md: 18px;
  --gsc-radius-lg: 28px;
  --gsc-radius-xl: 38px;

  --gsc-max: 1240px;
  --gsc-font-heading: "Arial Black", "Impact", system-ui, sans-serif;
  --gsc-font-body: Inter, Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(247, 201, 72, 0.15), transparent 36%),
    radial-gradient(circle at top right, rgba(25, 217, 133, 0.13), transparent 32%),
    linear-gradient(180deg, #020403 0%, #07110c 42%, #050806 100%);
  color: var(--gsc-text);
  font-family: var(--gsc-font-body);
  overflow-x: hidden;
}

body.gsc-lock {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.gsc-page {
  background:
    radial-gradient(circle at 12% 14%, rgba(247, 201, 72, 0.12), transparent 28%),
    radial-gradient(circle at 88% 28%, rgba(59, 188, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(5, 8, 6, 0.3), rgba(5, 8, 6, 1));
  min-height: 100vh;
}

.gsc-wrap {
  width: min(var(--gsc-max), calc(100% - 32px));
  margin: 0 auto;
}

.gsc-section {
  padding: 72px 0;
  position: relative;
}

.gsc-section-tight {
  padding: 42px 0;
}

.gsc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 8px 13px;
  border: 1px solid rgba(247, 201, 72, 0.32);
  border-radius: 999px;
  background: rgba(247, 201, 72, 0.09);
  color: var(--gsc-gold-2);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gsc-title {
  margin: 0;
  font-family: var(--gsc-font-heading);
  font-size: clamp(34px, 5vw, 74px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.gsc-title span {
  color: var(--gsc-gold);
  text-shadow: var(--gsc-glow);
}

.gsc-subtitle {
  margin: 18px 0 0;
  max-width: 740px;
  color: var(--gsc-muted);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.55;
}

.gsc-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.gsc-section-head .gsc-title {
  font-size: clamp(30px, 3.6vw, 54px);
}

.gsc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 15px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gsc-yellow), var(--gsc-gold));
  color: #111407;
  font-weight: 1000;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow:
    0 10px 0 rgba(119, 83, 0, 0.72),
    0 18px 42px rgba(247, 201, 72, 0.25);
  cursor: pointer;
  transform: translateY(0);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.gsc-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 12px 0 rgba(119, 83, 0, 0.72),
    0 24px 50px rgba(247, 201, 72, 0.32);
}

.gsc-btn:active {
  transform: translateY(4px);
  box-shadow:
    0 5px 0 rgba(119, 83, 0, 0.72),
    0 12px 28px rgba(247, 201, 72, 0.2);
}

.gsc-btn-dark {
  background: linear-gradient(135deg, #102117, #07110c);
  color: var(--gsc-white);
  border: 1px solid rgba(247, 201, 72, 0.34);
  box-shadow:
    0 10px 0 rgba(0, 0, 0, 0.62),
    0 18px 42px rgba(0, 0, 0, 0.25);
}

.gsc-btn-green {
  background: linear-gradient(135deg, var(--gsc-green-bright), #0db56f);
  color: #04100a;
  box-shadow:
    0 10px 0 rgba(0, 73, 43, 0.72),
    0 18px 42px rgba(25, 217, 133, 0.23);
}

.gsc-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gsc-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  border: 1px solid var(--gsc-border-soft);
  background: rgba(255, 255, 255, 0.055);
  color: var(--gsc-text);
  font-size: 13px;
  font-weight: 850;
}

.gsc-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gsc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gsc-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.gsc-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gsc-border);
  border-radius: var(--gsc-radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    linear-gradient(145deg, var(--gsc-bg-card), var(--gsc-bg-card-2));
  box-shadow: var(--gsc-shadow);
}

.gsc-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(247, 201, 72, 0.16), transparent 36%),
    radial-gradient(circle at bottom right, rgba(25, 217, 133, 0.09), transparent 34%);
  pointer-events: none;
}

.gsc-card > * {
  position: relative;
  z-index: 1;
}

.gsc-hidden-mobile {
  display: block;
}

.gsc-hidden-desktop {
  display: none;
}

@media (max-width: 980px) {
  .gsc-section {
    padding: 52px 0;
  }

  .gsc-section-head {
    display: block;
  }

  .gsc-section-head .gsc-pill-row,
  .gsc-section-head .gsc-btn {
    margin-top: 18px;
  }

  .gsc-grid-4,
  .gsc-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gsc-grid-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .gsc-wrap {
    width: min(100% - 22px, var(--gsc-max));
  }

  .gsc-section {
    padding: 42px 0;
  }

  .gsc-grid-4,
  .gsc-grid-3,
  .gsc-grid-2 {
    gap: 14px;
  }

  .gsc-hidden-mobile {
    display: none !important;
  }

  .gsc-hidden-desktop {
    display: block;
  }

  .gsc-btn {
    width: 100%;
    min-height: 50px;
    padding: 14px 18px;
    font-size: 14px;
  }

  .gsc-subtitle {
    font-size: 15px;
  }
}/* End custom CSS */