.elementor-1991 .elementor-element.elementor-element-98a3e2a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-15c865a */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  --blue: #1b2f75;
  --blue-dark: #14255f;
  --text: #4f6198;
  --soft: #f5f8ff;
  --white: #ffffff;
  --border: rgba(27, 47, 117, 0.13);
  --shadow: 0 18px 42px rgba(27, 47, 117, 0.10);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--blue);
  background: var(--white);
}

.container {
  max-width: 1180px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.section-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--blue);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--blue);
}

p,
li {
  color: var(--text);
  line-height: 1.8;
}

.job-hero {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--soft) 100%);
}

.job-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.job-hero h1 {
  max-width: 10ch;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1.04;
}

.job-hero p {
  max-width: 650px;
  margin-bottom: 16px;
  font-size: 18px;
}

.job-summary {
  display: grid;
  gap: 14px;
  padding: 34px;
  border-radius: 30px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.job-summary div {
  padding: 18px;
  border-radius: 18px;
  background: var(--soft);
}

.job-summary strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: var(--text);
}

.job-summary span {
  font-size: 17px;
  font-weight: 800;
  color: var(--blue);
}

.job-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 18px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--blue);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}

.job-btn:hover {
  transform: translateY(-2px);
  background: var(--blue-dark);
}

.job-unique {
  padding: 74px 0;
  background: var(--blue);
}

.job-unique-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
}

.job-unique h2,
.job-unique h3,
.job-unique p {
  color: #ffffff;
}

.job-unique h2 {
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.15;
}

.job-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.job-points div {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.10);
}

.job-points h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.job-points p {
  margin: 0;
  opacity: 0.9;
}

.job-section {
  padding: 84px 0;
  background: var(--white);
}

.job-do-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
}

.job-do-text {
  max-width: 680px;
}

.job-section .section-label {
  margin-bottom: 10px;
}

.job-section h2 {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.15;
}

.job-section p {
  margin-bottom: 16px;
  font-size: 17px;
}

.job-section p:last-child {
  margin-bottom: 0;
}

.job-checklist {
  margin: 0;
  padding: 40px;
  list-style: none;
  border-radius: 28px;
  background: var(--soft);
  border: 1px solid var(--border);
  align-self: center;
}

.job-checklist li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 30px;
  font-weight: 600;
}

.job-checklist li:last-child {
  margin-bottom: 0;
}

.job-checklist li::before,
.job-list-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: currentColor;
}

.job-offer {
  padding: 84px 0;
  background: var(--soft);
}

.job-offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.job-list-card {
  padding: 38px;
  border-radius: 30px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.job-list-card.dark {
  background: var(--blue);
}

.job-list-card h2 {
  margin-bottom: 24px;
  font-size: 34px;
  line-height: 1.2;
}

.job-list-card.dark h2,
.job-list-card.dark li {
  color: #ffffff;
}

.job-list-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-list-card li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 28px;
  font-size: 16px;
}

.job-profile {
  padding: 84px 0;
  background: var(--white);
}

.job-profile-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: start;
}

.job-profile h2,
.job-about h2,
.job-cta h2 {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1.15;
}

.job-profile p {
  margin-bottom: 16px;
  font-size: 17px;
}

.job-profile p:last-child {
  margin-bottom: 0;
}

.job-about {
  padding: 86px 0;
  background: var(--soft);
}

.job-about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 46px;
  align-items: center;
}

.job-about p {
  margin-bottom: 16px;
  font-size: 17px;
}

.job-about p:last-child {
  margin-bottom: 0;
}

.job-numbers {
  display: grid;
  gap: 16px;
}

.job-numbers div {
  padding: 26px;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  text-align: center;
}

.job-numbers span {
  display: block;
  margin-bottom: 6px;
  font-size: 44px;
  font-weight: 800;
  color: var(--blue);
}

.job-numbers p {
  margin: 0;
  font-weight: 700;
}

.job-cta {
  padding: 88px 0 100px;
  text-align: center;
  background: var(--blue);
}

.job-cta h2,
.job-cta p {
  color: #ffffff;
}

.job-cta p {
  max-width: 820px;
  margin: 0 auto;
  opacity: 0.92;
}

.job-btn.light {
  background: #ffffff;
  color: var(--blue);
}

.job-btn.light:hover {
  background: #f1f5ff;
}

@media (max-width: 991px) {
  .job-hero-grid,
  .job-unique-grid,
  .job-do-grid,
  .job-offer-grid,
  .job-profile-grid,
  .job-about-grid {
    grid-template-columns: 1fr;
  }

  .job-do-grid {
    gap: 34px;
  }

  .job-do-text {
    max-width: none;
  }

  .job-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .job-hero,
  .job-unique,
  .job-section,
  .job-offer,
  .job-profile,
  .job-about,
  .job-cta {
    padding: 62px 0;
  }

  .job-hero h1,
  .job-unique h2,
  .job-section h2,
  .job-profile h2,
  .job-about h2,
  .job-cta h2 {
    font-size: 32px;
  }

  .job-summary,
  .job-checklist,
  .job-list-card,
  .job-numbers div,
  .job-points div {
    padding: 24px;
  }

  .job-btn {
    width: 100%;
  }
}/* End custom CSS */