.elementor-331 .elementor-element.elementor-element-38defa8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331 .elementor-element.elementor-element-af02b45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331 .elementor-element.elementor-element-0f6a844{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-331 .elementor-element.elementor-element-7c23bfb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bb2b2ec *//* =========================================================
   SOLUÇÕES — PROGRAMA DE ESTÁGIO — 01 — HERO
   Container Elementor:
   SOLUÇÕES — PROGRAMA DE ESTÁGIO — 01 — HERO
   Classe CSS: estagio-hero-container
========================================================= */

.estagio-hero-container,
.estagio-hero-container > .e-con-inner,
.estagio-hero-container .elementor-widget-html,
.estagio-hero-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-estagio-hero {
  position: relative;
  overflow: hidden;
  width: 100%;

  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(218, 164, 55, 0.18),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      var(--valore-blue-dark) 0%,
      var(--valore-blue) 58%,
      var(--valore-blue-light) 100%
    );
}

.vr-estagio-hero__background {
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 54px 54px;

  -webkit-mask-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.85),
      transparent 92%
    );

  mask-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.85),
      transparent 92%
    );
}

.vr-estagio-hero__container {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(370px, 0.92fr);

  align-items: center;
  gap: clamp(48px, 7vw, 100px);

  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(78px, 9vw, 118px)
    clamp(20px, 5vw, 64px)
    clamp(74px, 8vw, 104px);
}

.vr-estagio-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vr-estagio-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;

  margin-bottom: 28px;

  color: rgba(255, 255, 255, 0.58);

  font-family: var(--font-primary);
  font-size: 0.78rem;
  line-height: 1.5;
}

.vr-estagio-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;

  transition: color var(--transition-fast);
}

.vr-estagio-hero__breadcrumb a:hover,
.vr-estagio-hero__breadcrumb a:focus-visible {
  color: var(--valore-gold);
}

.vr-estagio-hero__breadcrumb span[aria-current="page"] {
  color: var(--valore-white);
  font-weight: 600;
}

.vr-estagio-hero__title {
  max-width: 800px;

  margin: 20px 0 24px;

  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.vr-estagio-hero__title span {
  display: block;
  color: var(--valore-gold);
}

.vr-estagio-hero__description {
  max-width: 700px;
  margin: 0;

  color: rgba(255, 255, 255, 0.76);

  font-family: var(--font-primary);
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.75;
}

.vr-estagio-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  margin-top: 34px;
}

.vr-estagio-hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  width: 100%;
  max-width: 800px;

  margin-top: 46px;
  padding-top: 30px;

  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.vr-estagio-hero__highlight {
  display: flex;
  flex-direction: column;
  gap: 7px;

  min-width: 0;
  padding-inline: 24px;

  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.vr-estagio-hero__highlight:first-child {
  padding-left: 0;
  border-left: 0;
}

.vr-estagio-hero__highlight:last-child {
  padding-right: 0;
}

.vr-estagio-hero__highlight strong {
  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.vr-estagio-hero__highlight span {
  color: rgba(255, 255, 255, 0.54);

  font-family: var(--font-primary);
  font-size: 0.75rem;
  line-height: 1.55;
}

.vr-estagio-hero__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 520px;
}

.vr-estagio-hero__visual::before {
  content: "";

  position: absolute;
  top: 10%;
  right: 0;

  width: 310px;
  height: 310px;

  background: rgba(218, 164, 55, 0.15);
  border-radius: 50%;

  filter: blur(2px);
}

.vr-estagio-hero__visual::after {
  content: "";

  position: absolute;
  right: 54px;
  bottom: 16px;

  width: 230px;
  height: 230px;

  border: 1px solid rgba(218, 164, 55, 0.32);
  border-radius: 50%;
}

.vr-estagio-hero__visual-card {
  position: relative;
  z-index: 2;

  width: min(100%, 480px);

  padding: clamp(28px, 4vw, 42px);

  background: rgba(255, 255, 255, 0.97);

  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;

  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.28),
    0 8px 24px rgba(0, 0, 0, 0.14);

  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.vr-estagio-hero__visual-label {
  display: inline-flex;

  margin-bottom: 18px;
  padding: 7px 13px;

  color: var(--valore-gold-dark);
  background: rgba(218, 164, 55, 0.14);

  border-radius: var(--r-full);

  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vr-estagio-hero__visual-card > strong {
  display: block;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.vr-estagio-hero__visual-list {
  display: flex;
  flex-direction: column;

  margin-top: 30px;
}

.vr-estagio-hero__visual-list span {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 14px;

  padding: 15px 0;

  color: var(--valore-ink-60);

  font-family: var(--font-primary);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;

  border-bottom: 1px solid var(--valore-line);
}

.vr-estagio-hero__visual-list span:last-child {
  border-bottom: 0;
}

.vr-estagio-hero__visual-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  color: var(--valore-blue);
  background: var(--valore-gold-light);

  border-radius: 11px;

  font-family: var(--font-display);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .vr-estagio-hero__container {
    grid-template-columns: 1fr;
  }

  .vr-estagio-hero__content {
    max-width: 860px;
  }

  .vr-estagio-hero__visual {
    width: min(100%, 720px);
    min-height: auto;

    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .vr-estagio-hero__container {
    gap: 54px;
    padding: 64px 20px;
  }

  .vr-estagio-hero__breadcrumb {
    margin-bottom: 22px;
  }

  .vr-estagio-hero__title {
    font-size: clamp(2.25rem, 10vw, 3.25rem);
  }

  .vr-estagio-hero__actions {
    width: 100%;
  }

  .vr-estagio-hero__highlights {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .vr-estagio-hero__highlight,
  .vr-estagio-hero__highlight:first-child,
  .vr-estagio-hero__highlight:last-child {
    padding: 20px 0;

    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .vr-estagio-hero__highlight:last-child {
    border-bottom: 0;
  }

  .vr-estagio-hero__visual-card {
    width: 100%;
    padding: 30px 26px;
  }
}

@media (max-width: 480px) {
  .vr-estagio-hero__visual-card {
    padding: 26px 22px;
  }

  .vr-estagio-hero__visual-list span {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;

    font-size: 0.82rem;
  }

  .vr-estagio-hero__visual-list i {
    width: 36px;
    height: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36ae42e *//* =========================================================
   SOLUÇÕES — PROGRAMA DE ESTÁGIO — 02 — BENEFÍCIOS
   Container Elementor:
   SOLUÇÕES — PROGRAMA DE ESTÁGIO — 02 — BENEFÍCIOS
   Classe CSS: estagio-beneficios-container
========================================================= */

.estagio-beneficios-container,
.estagio-beneficios-container > .e-con-inner,
.estagio-beneficios-container .elementor-widget-html,
.estagio-beneficios-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-estagio-benefits {
  width: 100%;
  background: var(--valore-white);
}

.vr-estagio-benefits__container {
  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(70px, 8vw, 104px)
    clamp(20px, 5vw, 64px);
}

.vr-estagio-benefits__header {
  display: grid;

  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(320px, 0.92fr);

  align-items: end;

  gap: clamp(38px, 6vw, 86px);

  margin-bottom: clamp(42px, 6vw, 68px);
}

.vr-estagio-benefits__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vr-estagio-benefits__title {
  max-width: 760px;

  margin: 18px 0 0;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vr-estagio-benefits__title span {
  display: block;
  color: var(--valore-gold-dark);
}

.vr-estagio-benefits__intro {
  display: flex;
  flex-direction: column;
  gap: 17px;

  padding-left: clamp(20px, 3vw, 36px);

  border-left: 2px solid var(--valore-gold);
}

.vr-estagio-benefits__intro p {
  margin: 0;

  color: var(--valore-ink-60);

  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.75;
}

.vr-estagio-benefits__grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: clamp(18px, 2vw, 26px);
}

.vr-estagio-benefit-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  min-height: 100%;

  padding: clamp(25px, 3vw, 34px);

  background: var(--valore-soft);

  border: 1px solid var(--valore-line);
  border-radius: 20px;

  transition:
    transform var(--transition-base),
    border-color var(--transition-base),
    box-shadow var(--transition-base);
}

.vr-estagio-benefit-card:hover {
  transform: translateY(-6px);

  border-color: rgba(218, 164, 55, 0.55);

  box-shadow: var(--shadow-md);
}

.vr-estagio-benefit-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin-bottom: 24px;

  color: var(--valore-blue);
  background: var(--valore-gold-light);

  border-radius: 15px;
}

.vr-estagio-benefit-card__icon svg {
  width: 24px;
  height: 24px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vr-estagio-benefit-card h3 {
  margin: 0 0 14px;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.42;
}

.vr-estagio-benefit-card p {
  margin: 0;

  color: var(--valore-ink-40);

  font-family: var(--font-primary);
  font-size: 0.88rem;
  line-height: 1.7;
}

.vr-estagio-benefits__highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 28px;

  margin-top: clamp(34px, 5vw, 52px);
  padding: 24px 28px;

  background: var(--valore-blue);

  border-radius: 18px;
}

.vr-estagio-benefits__highlight-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.vr-estagio-benefits__highlight-content span {
  color: var(--valore-gold);

  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vr-estagio-benefits__highlight-content strong {
  max-width: 760px;

  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 600;
  line-height: 1.5;
}

.vr-estagio-benefits__highlight-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  min-height: 44px;
  padding: 12px 20px;

  flex-shrink: 0;

  color: var(--valore-blue-dark);
  background: var(--valore-gold);

  border-radius: var(--r-full);

  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    background-color var(--transition-base),
    color var(--transition-base),
    transform var(--transition-fast);
}

.vr-estagio-benefits__highlight-link:hover,
.vr-estagio-benefits__highlight-link:focus-visible {
  color: var(--valore-white);
  background: var(--valore-gold-dark);
  transform: translateY(-2px);
}

.vr-estagio-benefits__highlight-link svg {
  width: 17px;
  height: 17px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1100px) {
  .vr-estagio-benefits__grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .vr-estagio-benefits__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .vr-estagio-benefits__intro {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .vr-estagio-benefits__container {
    padding:
      64px
      20px;
  }

  .vr-estagio-benefits__grid {
    grid-template-columns: 1fr;
  }

  .vr-estagio-benefits__highlight {
    flex-direction: column;
    align-items: flex-start;

    padding: 22px 20px;
  }

  .vr-estagio-benefits__highlight-link {
    width: 100%;
  }
}

/* CORREÇÃO — CTA BENEFÍCIOS DO PROGRAMA DE ESTÁGIO */

.vr-estagio-benefits__highlight-content,
.vr-estagio-benefits__highlight-content span,
.vr-estagio-benefits__highlight-content strong,
.vr-estagio-benefits__highlight-link {
  visibility: visible !important;
  opacity: 1 !important;
}

.vr-estagio-benefits__highlight-content {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
}

.vr-estagio-benefits__highlight-content span {
  display: block !important;
  color: var(--valore-gold) !important;
  font-size: 0.72rem !important;
  line-height: 1.4 !important;
}

.vr-estagio-benefits__highlight-content strong {
  display: block !important;
  color: var(--valore-white) !important;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem) !important;
  line-height: 1.5 !important;
}

.vr-estagio-benefits__highlight-link,
.vr-estagio-benefits__highlight-link:visited {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;

  color: var(--valore-blue-dark) !important;
  background: var(--valore-gold) !important;

  font-size: 0.78rem !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.vr-estagio-benefits__highlight-link svg {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: currentColor !important;
}

@media (max-width: 480px) {
  .vr-estagio-benefits__intro {
    padding-left: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21e49ad *//* =========================================================
   SOLUÇÕES — PROGRAMA DE ESTÁGIO — 03 — PROCESSO
   Container Elementor:
   SOLUÇÕES — PROGRAMA DE ESTÁGIO — 03 — PROCESSO
   Classe CSS: estagio-processo-container
========================================================= */

.estagio-processo-container,
.estagio-processo-container > .e-con-inner,
.estagio-processo-container .elementor-widget-html,
.estagio-processo-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-estagio-process {
  width: 100%;
  background: var(--valore-light);
}

.vr-estagio-process__container {
  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(68px, 8vw, 100px)
    clamp(20px, 5vw, 64px);
}

.vr-estagio-process__header {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(300px, 0.95fr);

  align-items: end;

  gap: clamp(36px, 6vw, 80px);

  margin-bottom: clamp(42px, 5vw, 62px);
}

.vr-estagio-process__title {
  max-width: 720px;

  margin: 18px 0 0;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vr-estagio-process__title span {
  display: block;
  color: var(--valore-gold-dark);
}

.vr-estagio-process__intro {
  max-width: 560px;
  margin: 0;

  color: var(--valore-ink-60);

  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.75;
}

.vr-estagio-process__steps {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 1px;

  overflow: hidden;

  background: var(--valore-line);

  border: 1px solid var(--valore-line);
  border-radius: 22px;
}

.vr-estagio-process-card {
  display: flex;
  flex-direction: column;

  min-height: 245px;

  padding: clamp(24px, 3vw, 34px);

  background: var(--valore-white);
}

.vr-estagio-process-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  margin-bottom: 28px;

  color: var(--valore-blue);
  background: var(--valore-gold-light);

  border-radius: 12px;

  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
}

.vr-estagio-process-card h3 {
  margin: 0 0 14px;

  color: var(--valore-blue);

  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.vr-estagio-process-card p {
  margin: 0;

  color: var(--valore-ink-40);

  font-family: var(--font-primary);
  font-size: 0.87rem;
  line-height: 1.7;
}

.vr-estagio-process__result {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  margin-top: 28px;
  padding: 22px 26px;

  background: var(--valore-blue);

  border-radius: 16px;
}

.vr-estagio-process__result span {
  color: var(--valore-gold);

  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vr-estagio-process__result strong {
  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 600;
  line-height: 1.5;

  text-align: right;
}

@media (max-width: 1050px) {
  .vr-estagio-process__steps {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 850px) {
  .vr-estagio-process__header {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 767px) {
  .vr-estagio-process__container {
    padding:
      64px
      20px;
  }

  .vr-estagio-process__steps {
    grid-template-columns: 1fr;
  }

  .vr-estagio-process-card {
    min-height: auto;
  }

  .vr-estagio-process__result {
    flex-direction: column;
    align-items: flex-start;
  }

  .vr-estagio-process__result strong {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75eb4ee *//* =========================================================
   SOLUÇÕES — PROGRAMA DE ESTÁGIO — 04 — CTA FINAL
   Container Elementor:
   SOLUÇÕES — PROGRAMA DE ESTÁGIO — 04 — CTA FINAL
   Classe CSS: estagio-cta-container
========================================================= */

.estagio-cta-container,
.estagio-cta-container > .e-con-inner,
.estagio-cta-container .elementor-widget-html,
.estagio-cta-container .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.vr-estagio-cta {
  position: relative;
  overflow: hidden;
  width: 100%;

  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(218, 164, 55, 0.18),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      var(--valore-blue-dark) 0%,
      var(--valore-blue) 100%
    );
}

.vr-estagio-cta::before {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 52px 52px;
}

.vr-estagio-cta__container {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(280px, 0.8fr);

  align-items: center;

  gap: clamp(36px, 6vw, 80px);

  width: 100%;
  max-width: 1380px;

  margin-inline: auto;

  padding:
    clamp(58px, 7vw, 82px)
    clamp(20px, 5vw, 64px);
}

.vr-estagio-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vr-estagio-cta__eyebrow {
  margin: 0 0 14px;

  color: var(--valore-gold);

  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vr-estagio-cta__title {
  max-width: 780px;

  margin: 0;

  color: var(--valore-white);

  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.vr-estagio-cta__title span {
  display: block;
  color: var(--valore-gold);
}

.vr-estagio-cta__description {
  max-width: 680px;

  margin: 22px 0 0;

  color: rgba(255, 255, 255, 0.72);

  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.75;
}

.vr-estagio-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;

  gap: 14px;

  width: 100%;
  max-width: 330px;

  margin-left: auto;
}

.vr-estagio-cta__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 9px;

  min-height: 50px;
  padding: 14px 24px;

  color: var(--valore-white);

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--r-full);

  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    background-color var(--transition-base),
    border-color var(--transition-base),
    color var(--transition-base),
    transform var(--transition-fast);
}

.vr-estagio-cta__secondary:hover,
.vr-estagio-cta__secondary:focus-visible {
  color: var(--valore-white);

  background: rgba(255, 255, 255, 0.1);

  border-color: var(--valore-white);

  transform: translateY(-2px);
}

.vr-estagio-cta__secondary svg {
  width: 18px;
  height: 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 850px) {
  .vr-estagio-cta__container {
    grid-template-columns: 1fr;
  }

  .vr-estagio-cta__actions {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .vr-estagio-cta__container {
    padding:
      58px
      20px;
  }
}/* End custom CSS */