.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-84bd024:#151B23;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.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);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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;}}:root { --ad-text:#F8FAFC; --oklch:#0d121b; --e-gv-7862821:#F8FAFC; --e-gv-5fc7fba:#007AFF; --ad-grey:#a19c91; --ad-dark:#050914; --e-gv-1efd5a4:#F8FAFC; --e-gv-34ae9a1:#007AFF; --e-gv-1304267:#a19c91; --e-gv-369e7f4:#050914; --as-blue:#1f5f8f; --as-hover:#194e75; --grid-border:#a19c91; --number:#17395d; --as-primary:#1F5F8F; --as-primary-dark:#194E75; --as-bg-light:#FFFFFF; --as-bg-grey:#F8F9FB; --as-bg-dark:#151B23; --as-text:#202632; --as-muted:#6F7785; --as-border-light:rgba(32, 38, 50, 0.10); --as-border-dark:rgba(255, 255, 255, 0.14); --as-radius-sm:8px; --as-radius-md:12px; --as-radius-lg:16px; --as-radius-xl:22px; --as-section-y-desktop:96px; --as-section-y-tablet:82px; --as-section-y-mobile:64px; --as-inner-x-desktop:24px; --as-inner-x-mobile:18px; --as-gap-section:72px; --as-gap-card:16px; --as-line-tight:1.02em; --as-line-heading:1.15em; --as-line-body:1.65em; --as-letter-tight:-0.04em; --as-letter-heading:-0.02em; --as-letter-eyebrow:0.16em; --as-letter-normal:0em; }
/* Start custom CSS */:root {
  --as-bg: #f8f9fb;
  --as-text: #202632;
  --as-muted: #6f7785;

  --as-white: #ffffff;
  --as-light: #f1f4f7;
  --as-border: rgba(32, 38, 50, 0.10);

  --as-primary: #1f5f8f;
  --as-primary-dark: #194e75;
  --as-steel: #4778a8;

  --as-charcoal: #222833;
  --as-charcoal-soft: #2b3340;

  --as-radius-lg: 12px;
  --as-radius-xl: 16px;

  --as-shadow-card: 0 1px 2px rgba(32, 38, 50, 0.04),
                    0 8px 24px -8px rgba(32, 38, 50, 0.12);

  --as-shadow-elevated: 0 4px 12px rgba(32, 38, 50, 0.08),
                        0 24px 48px -12px rgba(32, 38, 50, 0.20);

  --as-gradient-hero-fallback: linear-gradient(135deg, #151b23 0%, #263241 100%);
  --as-gradient-hero: linear-gradient(
    135deg,
    oklch(0.16 0.012 250) 0%,
    oklch(0.24 0.025 245) 100%
  );
}

/* GENERAL */

.as-section-light {
  background: var(--as-bg);
  color: var(--as-text);
}

.as-section-dark {
  background: var(--as-gradient-hero-fallback);
  background-image: var(--as-gradient-hero);
  color: #ffffff;
}

/* HERO OUTER */

.as-hero-section {
  min-height: 680px;
  padding: 120px 24px 90px;
  display: flex;
  align-items: center;
  background: var(--as-gradient-hero-fallback);
  background-image: var(--as-gradient-hero);
  color: #ffffff;
}

/* HERO INNER */

.as-hero-inner {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
}

.as-hero-inner.e-con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

/* HERO CONTENT */

.as-hero-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

/*EYEBROW*/
.as-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.as-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--as-primary);
  flex: 0 0 7px;
}

/* HERO TITLE */

.as-hero-title {
  color: #ffffff;
  font-size: clamp(46px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 700;
  max-width: 720px;
  margin: 0;
}

.as-title-accent {
  color: var(--as-primary);
}

/* HERO TEXT */

.as-hero-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
  max-width: 580px;
  margin: 0;
}

/* HERO ACTIONS */

.as-hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

/* BUTTONS - LOVABLE STYLE */

.as-hero-actions .elementor-button,
.as-hero-actions .elementor-button:visited,
.as-hero-actions .elementor-button:focus,
.as-hero-actions .elementor-button:hover,
.as-hero-actions .elementor-button span,
.as-hero-actions .elementor-button-text {
  color: #ffffff !important;
  text-decoration: none !important;
}

.as-btn-primary .elementor-button {
  background: var(--as-primary) !important;
  border: 1px solid var(--as-primary) !important;
  border-radius: 8px !important;
  padding: 15px 22px !important;
  min-height: 52px;
    min-width: 225px;
  box-shadow: none !important;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.as-btn-primary .elementor-button:hover {
  background: var(--as-primary-dark) !important;
  border-color: var(--as-primary-dark) !important;
  transform: translateY(-2px);
}

.as-btn-secondary .elementor-button {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  border-radius: 8px !important;
  padding: 15px 22px !important;
  min-height: 52px;
   min-width: 225px;
  box-shadow: none !important;
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.as-btn-secondary .elementor-button:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  transform: translateY(-2px);
}

.as-btn-primary .elementor-button-text,
.as-btn-secondary .elementor-button-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

/* HERO MEDIA */

.as-hero-media {
  width: 50%;
  min-height: 520px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.30);
  overflow: hidden;
}

/* TABLET */

@media (max-width: 1024px) {
  .as-hero-section {
    padding: 96px 24px 72px;
  }

  .as-hero-inner.e-con {
    gap: 40px;
  }

  .as-hero-title {
    font-size: clamp(42px, 6vw, 60px);
  }

  .as-hero-media {
    min-height: 460px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .as-hero-section {
    min-height: auto;
    padding: 72px 18px 56px;
  }

  .as-hero-inner.e-con {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }

  .as-hero-content {
    width: 100%;
  }

  .as-hero-title {
    font-size: clamp(38px, 12vw, 52px);
  }

  .as-hero-text {
    font-size: 16px;
  }

  .as-hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .as-btn-primary .elementor-button,
  .as-btn-secondary .elementor-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .as-hero-media {
    width: 100%;
    min-height: 360px;
  }
}

.as-hero-trust {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.as-header {
  background: #0f171f;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.as-menu-icon {
  color: var(--as-primary);
  font-size: 24px;
}

/* TRUST BAR */

.as-trustbar-section {
  background: #ffffff;
  border-bottom: 1px solid var(--as-border);
}

/* Inner container */
.as-trustbar-inner,
.as-trustbar-inner.e-con {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 0 !important;
}

/* Item container */
.as-trustbar-item,
.as-trustbar-item.e-con {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 76px;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 0 20px !important;
  color: var(--as-text);
  font-size: 15px;
  font-weight: 700;
  border-left: 1px solid var(--as-border);
  box-sizing: border-box;
}

.as-trustbar-item:last-child {
  border-right: 1px solid var(--as-border);
}

.as-trustbar-item svg,
.as-trustbar-item i {
  color: var(--as-primary);
}

/* Mobile: 2 og 2 */
@media (max-width: 767px) {
  .as-trustbar-inner,
  .as-trustbar-inner.e-con {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .as-trustbar-item,
  .as-trustbar-item.e-con {
    min-height: 64px;
    padding: 0 12px !important;
    font-size: 14px;
    border-bottom: 1px solid var(--as-border);
  }

  .as-trustbar-item:nth-child(2n) {
    border-right: 1px solid var(--as-border);
  }
}/* End custom CSS */