.empleos-page{
  background:
    radial-gradient(circle at top, rgba(11,32,60,0.07), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.empleos-shell{
  width:min(1100px, 100%);
  margin:0 auto;
}

.empleos-hero{
  padding:36px 0 10px;
}

.empleos-hero__content{
  text-align:center;
  padding:48px 24px 22px;
}

.empleos-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border:1px solid rgba(11,32,60,.12);
  border-radius:999px;
  background:#ffffff;
  color:#0b203c;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.empleos-hero h1{
  margin:18px 0 12px;
  font-size:clamp(36px, 5vw, 60px);
  line-height:1;
  color:#0b203c;
  letter-spacing:-.03em;
}

.empleos-hero p{
  width:min(760px, 100%);
  margin:0 auto;
  color:#465266;
  font-size:17px;
  line-height:1.75;
}

.empleos-content{
  padding:10px 0 70px;
}

.section-block--form.empleos-form-section{
  position:relative;
  margin-top:8px;
  margin-bottom:42px;
  padding:38px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  background:
    linear-gradient(135deg, #08182f 0%, #0b203c 55%, #17365d 100%);
  box-shadow:
    0 28px 60px rgba(11,32,60,.28),
    inset 0 1px 0 rgba(255,255,255,.06);
  overflow:hidden;
}

.section-block--form.empleos-form-section::before{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:300px;
  height:300px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.14), transparent 70%);
  pointer-events:none;
}

.section-block--form.empleos-form-section::after{
  content:"";
  position:absolute;
  bottom:-100px;
  left:-100px;
  width:240px;
  height:240px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.08), transparent 70%);
  pointer-events:none;
}

.empleos-form-intro{
  position:relative;
  z-index:1;
  text-align:center;
  margin-bottom:26px;
}

.empleos-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border:1px solid rgba(11,32,60,.12);
  border-radius:999px;
  background:#ffffff;
  color:#0b203c;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.empleos-form-intro h2{
  margin:16px 0 10px;
  color:#0b203c;
  font-size:clamp(28px, 3vw, 42px);
  letter-spacing:-.02em;
}

.empleos-form-intro p{
  width:min(720px, 100%);
  margin:0 auto;
  color:#465266;
  font-size:15px;
  line-height:1.75;
}

.empleos-form{
  position:relative;
  z-index:1;
}

.empleos-form__grid{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(2, minmax(0,1fr));
}

.empleos-field{
  display:flex;
  flex-direction:column;
  gap:8px;
  text-align:left;
}

.empleos-field--full{
  grid-column:1 / -1;
}

.empleos-field label{
  color:#ffffff;
  font-size:13px;
  font-weight:600;
  letter-spacing:.01em;
}

.empleos-input{
  width:100%;
  min-height:52px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  background:rgba(255,255,255,.96);
  color:#152033;
  padding:0 16px;
  outline:none;
  font-size:15px;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  appearance:none;
  -webkit-appearance:none;
  box-sizing:border-box;
}

.empleos-input:focus{
  border-color:#d6a85f;
  box-shadow:0 0 0 4px rgba(214,168,95,.18);
  transform:translateY(-1px);
}

.empleos-input--textarea{
  min-height:140px;
  padding:14px 16px;
  resize:vertical;
  border-radius:18px;
}

.empleos-form__actions{
  margin-top:22px;
  text-align:center;
}

.empleos-btn-submit{
  min-width:280px;
  min-height:54px;
  border-radius:999px;
  background:#ffffff;
  color:#0b203c;
  box-shadow:0 16px 34px rgba(0,0,0,.18);
  font-size:15px;
  font-weight:800;
}

.empleos-btn-submit:hover{
  background:#f2f5f8;
  color:#0b203c;
}

.empleos-form__note{
  margin:14px auto 0;
  width:min(650px, 100%);
  color:rgba(255,255,255,.75);
  font-size:13px;
  line-height:1.7;
}

.empleos-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:22px;
  margin-top:18px;
}

.empleos-card{
  padding:32px 28px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  background:#ffffff;
  box-shadow:0 18px 40px rgba(15,23,42,.06);
  text-align:left;
}

.empleos-card h2{
  margin:0 0 12px;
  text-align:left;
  color:#0b203c;
  font-size:28px;
  line-height:1.1;
  letter-spacing:-.02em;
}

.empleos-card p{
  margin:0;
  color:#526173;
  line-height:1.8;
  font-size:15px;
}

.empleos-subblock{
  margin-top:18px;
}

.empleos-subtitle{
  margin:0 0 8px;
  color:#0b203c;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.empleos-list{
  margin:0;
  padding-left:18px;
  color:#334155;
  line-height:1.9;
}

.empleos-cta{
  margin-top:34px;
  padding:38px 28px;
  border-radius:26px;
  background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:0 14px 32px rgba(15,23,42,.05);
  text-align:center;
}

.empleos-cta h2{
  margin:0 0 10px;
  color:#0b203c;
  font-size:34px;
  letter-spacing:-.02em;
}

.empleos-cta p{
  margin:0;
  color:#58677a;
  font-size:16px;
  line-height:1.8;
}

.empleos-cta__btn{
  margin-top:18px;
  min-width:280px;
  min-height:52px;
  border-radius:999px;
}

.empleos-cta__small{
  margin-top:14px !important;
  font-size:14px !important;
  color:#6b7280 !important;
}

.empleos-page .section{
  background:transparent;
}

.empleos-page .section-block{
  background:transparent;
  border-bottom:0;
}

.empleos-page .content-narrow{
  width:100%;
  max-width:none;
  margin:0;
  text-align:initial;
}

.empleos-page .muted{
  text-align:inherit;
}

@media (max-width: 900px){
  .section-block--form.empleos-form-section{
    padding:28px 20px;
    border-radius:24px;
  }

  .empleos-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 768px){
  .empleos-hero{
    padding:22px 0 6px;
  }

  .empleos-hero__content{
    padding:28px 8px 10px;
  }

  .empleos-hero p{
    font-size:15px;
  }

  .empleos-form__grid{
    grid-template-columns:1fr;
  }

  .empleos-field--full{
    grid-column:auto;
  }

  .empleos-btn-submit,
  .empleos-cta__btn{
    width:100%;
    min-width:0;
  }

  .empleos-card{
    padding:24px 20px;
    border-radius:20px;
  }

  .empleos-card h2{
    font-size:24px;
  }

  .empleos-cta{
    padding:30px 20px;
    border-radius:20px;
  }

  .empleos-cta h2{
    font-size:28px;
  }
}

body{
  outline: 10px solid red !important;
}

.empleos-poster {
  margin: 56px 0;
}

.empleos-poster__inner {
  width: 100%;
  background: #f5f7fb;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.empleos-poster__inner img {
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}