.elementor-35 .elementor-element.elementor-element-c06734e{--display:flex;}/* Start custom CSS *//* -------------- GLOBAL -------------- */
.lr-page {
  background: #020617;
  color: #e5e7eb;
  font-family: "Inter", sans-serif;
}

.lr-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.lr-section {
  padding: 72px 0;
}

/* -------------- HEADER -------------- */
.lr-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(2, 6, 23, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(148,163,184,0.2);
}

.lr-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}

.lr-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.lr-logo-main {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 14px;
  color: #f9fafb;
}

.lr-logo-sub {
  font-size: 10px;
  letter-spacing: 0.26em;
  color: #94a3b8;
}

.lr-nav {
  display: flex;
  gap: 22px;
}

.lr-nav-link {
  text-decoration: none;
  color: #94a3b8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding-bottom: 4px;
  transition: 0.2s;
}

.lr-nav-link:hover {
  color: #f9fafb;
  border-color: rgba(250,204,107,0.3);
}

.lr-nav-link--active {
  color: #facc6b;
  border-bottom: 1px solid #facc6b;
}

.lr-nav-link--cta {
  border: 1px solid rgba(250,204,107,0.5);
  padding: 6px 14px;
  border-radius: 999px;
  color: #facc6b;
}

/* ----------- HERO ----------- */
.lr-hero {
  padding: 80px 0 40px;
  background: radial-gradient(circle at top left, #1e293b, #020617 65%);
}

.lr-kicker {
  color: #facc6b;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lr-hero h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  margin: 12px 0 16px;
  color: #f9fafb;
}

.lr-lead {
  max-width: 540px;
  font-size: 15px;
  color: #cbd5f5;
}

/* ----------- GRID ----------- */
.lr-industries-grid-section h2 {
  font-size: 28px;
  font-family: "Montserrat";
}

.lr-section-intro {
  max-width: 520px;
  font-size: 14px;
  color: #cbd5f5;
}

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

.lr-industry-card {
  background: radial-gradient(circle at top left, #1e293b, #020617 70%);
  border: 1px solid rgba(148,163,184,0.35);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.lr-industry-card h3 {
  font-family: "Montserrat";
  font-size: 18px;
  margin-bottom: 6px;
}

.lr-industry-card p {
  font-size: 13px;
  margin-bottom: 8px;
}

.lr-industry-card ul {
  list-style: none;
  padding: 0;
}

.lr-industry-card li {
  padding-left: 16px;
  font-size: 13px;
  margin-bottom: 4px;
  position: relative;
}

.lr-industry-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #facc6b;
}

/* ----------- LANGUAGE SECTION ----------- */
.lr-languages-section {
  background: #0b1120;
}

.lr-languages-inner {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.lr-languages-text {
  flex: 1 1 380px;
}

.lr-language-list {
  margin-top: 14px;
  padding-left: 16px;
}

.lr-languages-card {
  flex: 1 1 300px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(250, 204, 107, 0.4);
  border-radius: 16px;
  padding: 24px;
}

/* ----------- CTA ----------- */
.lr-cta {
  background: linear-gradient(to bottom right, #0b1120, #1e293b);
}

.lr-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.lr-button {
  padding: 12px 24px;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.lr-button-primary {
  background: #facc6b;
  color: #1e293b;
  border: 1px solid #fbbf24;
  box-shadow: 0 14px 40px rgba(250,204,107,0.4);
}

/* --------------- RESPONSIVE BREAKPOINTS --------------- */
@media (max-width: 1024px) {
  .lr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lr-nav {
    display: none;
  }

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

  .lr-hero h1 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .lr-container {
    padding: 0 16px;
  }

  .lr-button-primary {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */