/**
 * Laureate Contact Page Hero Section Stylesheet
 *
 * @package Laureate
 * @version 1.0.0
 */

.evo-contact-hero-v3,
.evo-contact-hero-v3 * {
  box-sizing: border-box;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.evo-contact-hero-v3 {
  --evo-blue: #0A2248;
  --evo-blue-2: #123B73;
  --evo-green: #1D960C;
  --evo-whatsapp: #25D366;
  --evo-text: #5F6F82;

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 84px 24px;
  background:
    radial-gradient(circle at 10% 12%, rgba(29,150,12,.08), transparent 28%),
    radial-gradient(circle at 92% 86%, rgba(10,34,72,.08), transparent 30%),
    linear-gradient(135deg, #F7FBFF 0%, #FFFFFF 52%, #F3F8FD 100%);
}

.evo-contact-hero-v3__pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image:
    linear-gradient(rgba(10,34,72,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,34,72,.035) 1px, transparent 1px);
  background-size: 44px 44px;
}

.evo-contact-hero-v3__container {
  width: min(1180px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: 68px;
  align-items: center;
}

.evo-contact-hero-v3__content {
  max-width: 650px;
}

.evo-contact-hero-v3__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(29,150,12,.18);
  border-radius: 999px;
  background: #fff;
  color: var(--evo-green);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: normal;
  box-shadow: 0 8px 22px rgba(10,34,72,.05);
}

.evo-contact-hero-v3__badge i,
.evo-contact-hero-v3__card-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--evo-green);
}

.evo-contact-hero-v3 h1 {
  margin: 0;
  color: var(--evo-blue);
  font-size: clamp(44px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -1px;
  font-weight: 700;
}

.evo-contact-hero-v3 h1 span {
  display: block;
  margin-top: 6px;
  color: var(--evo-green);
}

.evo-contact-hero-v3__content > p {
  max-width: 620px;
  margin: 20px 0 0;
  color: var(--evo-text);
  font-size: 17px;
  line-height: 1.7;
}

.evo-contact-hero-v3__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.evo-contact-hero-v3__btn,
.evo-contact-hero-v3__btn:link,
.evo-contact-hero-v3__btn:visited {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #fff !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none !important;
  transition:
    transform .25s ease,
    background .25s ease,
    color .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.evo-contact-hero-v3__btn svg {
  width: 19px;
  height: 19px;
}

.evo-contact-hero-v3__btn--green {
  background: var(--evo-green);
  border-color: var(--evo-green);
}

.evo-contact-hero-v3__btn--blue {
  background: var(--evo-blue);
  border-color: var(--evo-blue);
}

.evo-contact-hero-v3__btn--whatsapp {
  background: var(--evo-whatsapp);
  border-color: var(--evo-whatsapp);
}

.evo-contact-hero-v3__btn:hover {
  background: #fff;
  color: var(--evo-blue) !important;
  border-color: rgba(10,34,72,.15);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(10,34,72,.12);
}

.evo-contact-hero-v3__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 17px;
  margin-top: 19px;
}

.evo-contact-hero-v3__trust span {
  position: relative;
  padding-left: 17px;
  color: #6F8092;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.evo-contact-hero-v3__trust span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--evo-green);
}

.evo-contact-hero-v3__card {
  width: 100%;
  max-width: 510px;
  justify-self: end;
  padding: 23px;
  border: 1px solid rgba(10,34,72,.10);
  border-radius: 20px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 24px 55px rgba(10,34,72,.11);
  backdrop-filter: blur(10px);
}

.evo-contact-hero-v3__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(10,34,72,.08);
  color: var(--evo-blue);
  font-size: 13px;
  font-weight: 700;
}

.evo-contact-hero-v3__card-center {
  padding: 24px 10px 20px;
  text-align: center;
}

.evo-contact-hero-v3__main-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin: 0 auto 13px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--evo-blue), var(--evo-blue-2));
  color: #fff;
  box-shadow: 0 14px 32px rgba(10,34,72,.20);
}

.evo-contact-hero-v3__main-icon svg {
  width: 41px;
  height: 41px;
}

.evo-contact-hero-v3__card-center h2 {
  margin: 0;
  color: var(--evo-blue);
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
}

.evo-contact-hero-v3__card-center p {
  margin: 7px 0 0;
  color: #748598;
  font-size: 14px;
  line-height: 1.55;
}

.evo-contact-hero-v3__list {
  display: grid;
  gap: 9px;
}

.evo-contact-hero-v3__list > div {
  padding: 12px;
  border: 1px solid rgba(10,34,72,.07);
  border-radius: 11px;
  background: #F8FBFE;
}

.evo-contact-hero-v3__list b {
  display: block;
  color: var(--evo-blue);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.evo-contact-hero-v3__list span {
  display: block;
  margin-top: 2px;
  color: #7C8B9D;
  font-size: 12px;
  line-height: 1.4;
}

/* TABLET */
@media(max-width:980px){
  .evo-contact-hero-v3 {
    padding: 72px 20px;
  }

  .evo-contact-hero-v3__container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .evo-contact-hero-v3__content {
    max-width: 760px;
  }

  .evo-contact-hero-v3__card {
    justify-self: center;
    max-width: 620px;
  }
}

/* MOBILE */
@media(max-width:700px){
  .evo-contact-hero-v3 {
    padding: 58px 16px;
  }

  .evo-contact-hero-v3__container {
    gap: 34px;
  }

  .evo-contact-hero-v3 h1 {
    font-size: 38px;
    line-height: 1.1;
  }

  .evo-contact-hero-v3__content > p {
    font-size: 16px;
  }

  .evo-contact-hero-v3__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .evo-contact-hero-v3__btn {
    width: 100%;
  }

  .evo-contact-hero-v3__trust {
    display: grid;
    grid-template-columns: 1fr;
  }

  .evo-contact-hero-v3__card {
    padding: 18px;
  }
}

@media(max-width:420px){
  .evo-contact-hero-v3 h1 {
    font-size: 34px;
  }

  .evo-contact-hero-v3__card-center h2 {
    font-size: 21px;
  }
}
