/* Elementor HP2 — reset wrappers, keep Stitch layout */

body.g-el .elementor,
body.g-el .elementor-section,
body.g-el .e-con,
body.g-el .e-con-inner {
  --display: contents;
}

body.g-el .elementor {
  background: transparent;
}

body.g-el .elementor-widget,
body.g-el .elementor-widget-container,
body.g-el .elementor-element {
  margin: 0;
}

body.g-el .elementor-widget-container {
  padding: 0 !important;
  width: 100%;
}

body.g-el .elementor-heading-title {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

body.g-el .g-hero h1,
body.g-el .g-hero .elementor-heading-title {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  color: #f8f9fa;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  body.g-el .g-hero h1,
  body.g-el .g-hero .elementor-heading-title {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -0.02em;
  }
}

body.g-el .g-quote h2,
body.g-el .g-quote .elementor-heading-title {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #f8f9fa;
}

@media (min-width: 768px) {
  body.g-el .g-quote h2,
  body.g-el .g-quote .elementor-heading-title {
    font-size: 64px;
    line-height: 72px;
  }
}

body.g-el .g-tuning h2,
body.g-el .g-tuning__intro .elementor-heading-title {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #f8f9fa;
}

@media (min-width: 768px) {
  body.g-el .g-tuning h2,
  body.g-el .g-tuning__intro .elementor-heading-title {
    font-size: 32px;
    line-height: 40px;
  }
}

body.g-el .g-card h3,
body.g-el .g-card .elementor-heading-title {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #f8f9fa;
}

body.g-el .g-cta h2,
body.g-el .g-cta .elementor-heading-title {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #f8f9fa;
}

body.g-el .elementor-widget-text-editor,
body.g-el .elementor-widget-text-editor p,
body.g-el .elementor-widget-text-editor blockquote {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

body.g-el .elementor-button-wrapper {
  display: inline-flex;
}

body.g-el .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--g-blue) !important;
  color: #f8f9fa !important;
  fill: #f8f9fa !important;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 32px;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.2;
}

body.g-el .elementor-button:hover,
body.g-el .elementor-button:focus {
  background: var(--g-blue-hot) !important;
  border-color: #e0e0ff;
  box-shadow: 0 0 15px 2px rgba(var(--g-blue-rgb), 0.6);
}

body.g-el .g-el-btn-invert .elementor-button:hover {
  background: #f8f9fa !important;
  color: #0A0A0A !important;
  fill: #0A0A0A !important;
  border-color: var(--g-blue);
}

body.g-el .g-el-btn-outline .elementor-button {
  background: transparent !important;
  border-color: var(--g-blue);
}

body.g-el .g-el-btn-outline .elementor-button:hover {
  background: var(--g-blue) !important;
  color: #f8f9fa !important;
}

body.g-el .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.g-el .elementor-button-icon svg {
  width: 20px;
  height: 20px;
}

/* Force our section layouts over Elementor flex */
body.g-el .elementor-element.g-hero {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 16px;
  position: relative;
}

@media (min-width: 768px) {
  body.g-el .elementor-element.g-hero {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 128px 24px;
  }
}

body.g-el .elementor-element.g-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top right, rgba(var(--g-blue-rgb), 0.1), transparent 40%);
}

body.g-el .elementor-element.g-hero__copy,
body.g-el .elementor-element.g-hero__media {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  max-width: none !important;
}

body.g-el .elementor-element.g-hero__copy {
  gap: 32px;
}

body.g-el .elementor-element.g-hero__media {
  position: relative;
  height: 400px;
  border: 1px solid rgba(var(--g-blue-rgb), 0.2);
  padding: 8px;
  background: #2e3132;
  overflow: visible;
}

@media (min-width: 768px) {
  body.g-el .elementor-element.g-hero__media { height: 600px; }
}

body.g-el .elementor-element.g-hero__media .elementor-widget,
body.g-el .elementor-element.g-hero__media .elementor-widget-container,
body.g-el .elementor-element.g-hero__media .elementor-widget-video,
body.g-el .elementor-element.g-hero__media .e-hosted-video,
body.g-el .elementor-element.g-hero__media .elementor-wrapper,
body.g-el .elementor-element.g-hero__media .elementor-video,
body.g-el .elementor-element.g-hero__media video {
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
}

body.g-el .elementor-element.g-hero__media .elementor-widget-container,
body.g-el .elementor-element.g-hero__media .elementor-wrapper {
  overflow: hidden;
  background: #111;
}

body.g-el .elementor-element.g-hero__media video {
  object-fit: cover;
  background: #111;
}

body.g-el .elementor-element.g-hero__media .elementor-custom-embed-image-overlay,
body.g-el .elementor-element.g-hero__media .elementor-custom-embed-play,
body.g-el .elementor-element.g-hero__media .elementor-custom-embed-play i,
body.g-el .g-hero__video-widget .elementor-custom-embed-play {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.g-el .elementor-element.g-quote,
body.g-el .elementor-element.g-cta {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none !important;
}

body.g-el .elementor-element.g-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(45deg, rgba(var(--g-blue-rgb), 0.03) 25%, transparent 25%, transparent 50%, rgba(var(--g-blue-rgb), 0.03) 50%, rgba(var(--g-blue-rgb), 0.03) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}

body.g-el .elementor-element.g-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: radial-gradient(circle at 50% 50%, var(--g-blue) 0%, transparent 60%);
}

body.g-el .elementor-element.g-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.02) 50%, transparent 51%);
  background-size: 40px 100%;
  pointer-events: none;
}

body.g-el .elementor-element.g-tuning {
  display: flex !important;
  flex-direction: column;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

body.g-el .elementor-element.g-cards {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
  max-width: none !important;
}

@media (min-width: 768px) {
  body.g-el .elementor-element.g-cards { grid-template-columns: repeat(3, 1fr); }
}

body.g-el .elementor-element.g-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

body.g-el .elementor-element.g-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--g-blue);
  transform: translateY(-100%);
  transition: transform 0.5s;
  z-index: 2;
}

body.g-el .elementor-element.g-card:hover::before {
  transform: translateY(0);
}

body.g-el .elementor-element.g-cta__actions {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: auto;
}

body.g-el .g-card .elementor-widget-icon .elementor-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 24px;
}

body.g-el .g-card .elementor-widget-icon .elementor-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  background: #0A0A0A !important;
  border: 1px solid rgba(var(--g-blue-rgb), 0.3) !important;
  border-radius: 0 !important;
  color: var(--g-blue) !important;
  fill: var(--g-blue) !important;
  box-shadow: 0 0 10px rgba(var(--g-blue-rgb), 0.2);
  transition: 0.2s;
  font-size: 24px !important;
  line-height: 1 !important;
}

body.g-el .g-card .elementor-widget-icon .elementor-icon i,
body.g-el .g-card .elementor-widget-icon .elementor-icon svg,
body.g-el .g-card .elementor-widget-icon .elementor-icon .e-font-icon-svg {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  font-size: 24px !important;
  fill: currentColor !important;
}

body.g-el .g-card:hover .elementor-widget-icon .elementor-icon {
  background: var(--g-blue) !important;
  color: #f8f9fa !important;
  fill: #f8f9fa !important;
}

body.g-el .g-card:hover .elementor-widget-icon .elementor-icon svg {
  fill: #f8f9fa !important;
}

body.g-el .g-el-quote-icon .elementor-icon {
  font-size: 60px;
  color: var(--g-blue);
  fill: var(--g-blue);
  opacity: 0.8;
  filter: drop-shadow(0 0 10px rgba(var(--g-blue-rgb), 0.5));
}

body.g-el .elementor-icon-box-wrapper,
body.g-el .elementor-icon-box-content {
  text-align: left;
}

/* Blue L only at bottom-left of the video frame */
body.g-el .elementor-element.g-hero__media::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  width: 96px !important;
  height: 96px !important;
  max-width: 96px !important;
  max-height: 96px !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: -16px !important;
  left: -16px !important;
  background: none !important;
  border: 0 !important;
  border-bottom: 2px solid var(--g-blue) !important;
  border-left: 2px solid var(--g-blue) !important;
  box-shadow: -5px 5px 10px rgba(var(--g-blue-rgb), 0.3);
  box-sizing: border-box !important;
  pointer-events: none !important;
  z-index: 4 !important;
}

body.g-el .elementor-element.g-hero__media::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

/* Inner pages */
body.g-el .elementor-element.g-inner {
  display: flex !important;
  flex-direction: column;
  gap: 40px;
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 16px 48px;
}

@media (min-width: 768px) {
  body.g-el .elementor-element.g-inner {
    gap: 56px;
    padding: 96px 24px 64px;
  }
}

body.g-el .elementor-element.g-inner--prose {
  max-width: 48rem;
}

body.g-el .elementor-element.g-inner h1.elementor-heading-title {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  color: #f8f9fa;
  margin: 0;
}

@media (min-width: 768px) {
  body.g-el .elementor-element.g-inner h1.elementor-heading-title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
  }
}

body.g-el .g-inner__lead,
body.g-el .g-inner__lead p {
  max-width: 46rem;
  color: rgba(248, 249, 250, 0.7);
  font-size: 18px;
  line-height: 28px;
}

body.g-el .g-prose,
body.g-el .g-prose p,
body.g-el .g-prose li {
  color: rgba(248, 249, 250, 0.72);
  line-height: 1.7;
}

body.g-el .g-prose p {
  margin: 0 0 1rem;
}

body.g-el .g-prose h2 {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 1.35rem;
  color: #f8f9fa;
  margin: 2rem 0 0.75rem;
}

body.g-el .g-prose a,
body.g-el .g-card a {
  color: #bec2ff;
  text-decoration: underline;
}

body.g-el .g-prose a:hover,
body.g-el .g-card a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  body.g-el .elementor-element.g-cards.g-cards--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  body.g-el .elementor-element.g-cards.g-cards--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  body.g-el .elementor-element.g-cards.g-cards--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

body.g-el .g-quote--compact h2,
body.g-el .g-quote--compact .elementor-heading-title {
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  body.g-el .g-quote--compact h2,
  body.g-el .g-quote--compact .elementor-heading-title {
    font-size: 40px;
    line-height: 48px;
  }
}

body.g-el .elementor-element.g-split,
body.g-el .elementor-element.g-split > .e-con-inner {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: none !important;
  padding: 16px 0 48px;
}

@media (min-width: 768px) {
  body.g-el .elementor-element.g-split,
  body.g-el .elementor-element.g-split > .e-con-inner {
    flex-direction: row !important;
    gap: 56px;
    padding: 24px 0 64px;
  }
}

body.g-el .elementor-element.g-split__copy,
body.g-el .g-split .elementor-widget-image {
  width: 100%;
  max-width: none !important;
}

body.g-el .g-split h2,
body.g-el .g-split__copy .elementor-heading-title {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.03em;
  color: #f8f9fa;
  margin: 16px 0;
}

body.g-el .g-split__text,
body.g-el .g-split__text p {
  color: rgba(248, 249, 250, 0.7);
  font-size: 16px;
  line-height: 26px;
}

body.g-el .g-split__text p + p {
  margin-top: 1rem;
}

body.g-el .g-split .elementor-widget-image img,
body.g-el .g-split .elementor-widget-image .elementor-widget-container img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border: 1px solid rgba(var(--g-blue-rgb), 0.2);
  background: #2e3132;
}

@media (min-width: 768px) {
  body.g-el .g-split .elementor-widget-image img,
  body.g-el .g-split .elementor-widget-image .elementor-widget-container img {
    height: 440px;
  }
}
