:root {
  --afro-orange: #ff7a00;
  --afro-orange-2: #ff8a1f;
  --afro-yellow: #ffaa00;
  --afro-teal: #0f5f6d;
  --afro-teal-2: #0b4b57;
  --afro-cream: #f3f0e4;
  --afro-cream-2: #efe7d7;
  --afro-dark: #1c1c1e;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/sora/Sora-VariableFont_wght.ttf")
    format("truetype-variations");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 1200px) {
  .header-container {
    max-width: 1440px !important;
  }
  .container {
    max-width: 1140px;
  }
}

.afronegocio-page {
  padding: 0;
  font-family: "Sora", "Montserrat", sans-serif;
}

.afro-hero {
  background: linear-gradient(
    180deg,
    var(--afro-orange) 0%,
    var(--afro-orange-2) 100%
  );
  position: relative;
  overflow: hidden;
  padding: 0;
}

.afro-hero-image {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.afro-about {
  background-color: var(--afro-cream);
  background-image: url("../images/afronegocio-bg-claro.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 52px 0 75px;
  position: relative;
  overflow: hidden;
}

.afro-about .detalhe {
  background: url("../images/afronegocio-detalhe1.png") top right no-repeat;
  background-size: contain;
  display: block;
  width: clamp(100px, 15vw, 233px);
  height: 227px;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1);
  transform-origin: top right;
}

.afro-section-title {
  text-align: center;
  font-size: clamp(2.5rem, 3vw, 3.5rem);
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary-blue);
  letter-spacing: 0.3px;
  max-width: clamp(280px, 50vw, 700px);
  margin: 0 auto 2rem;
}

.afro-section-lead {
  margin: 14px auto 0;
  text-align: center;
  color: var(--primary-blue);
  font-size: clamp(1.2rem, 1vw, 3rem);
  line-height: 1.5;
}

.afro-about-media {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.afro-about-photo {
  width: 100%;
  max-width: 800px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}

.afro-about-photo::before {
  content: "";
  position: absolute;
  left: -26px;
  top: -26px;
  width: 90px;
  height: 90px;
  border-radius: 18px;
  background: rgba(255, 122, 0, 0.25);
  transform: rotate(-16deg);
}

.afro-about-photo img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.afro-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.afro-cta-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 26px;
  background-color: var(--primary-orange);
  color: var(--color-white);
  border-radius: 12px;
  font-weight: 700;
}

.afro-cta-btn:hover {
  opacity: 0.85;
}

.afro-course {
  background-image:
    url("../images/afronegocio-bg-verde.jpg"),
    linear-gradient(180deg, var(--afro-teal) 0%, var(--afro-teal-2) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 44px 0 100px;
  position: relative;
}

.afro-course .triangulo {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: clamp(50px, 8vw, 100px) clamp(41px, 7vw, 82px) 0
    clamp(41px, 7vw, 82px);
  border-color: #faf6dd transparent transparent transparent;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 0;
}

.afro-course .afro-section-title {
  color: #ffffff;
  background-color: #fd7301;
  display: block;
  width: fit-content;
  text-transform: none;
  padding: 0.25em 1em;
  font-size: clamp(1.8rem, 5vw, 3rem);
  box-shadow: 0.3em 0.3em 0px 0px #faf6dd;
  transform: translateY(-100%);
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .afro-course .afro-section-title {
    transform: translateY(-135%);
  }
}

.afro-course-wrap {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  margin-top: -40px;
}

.afro-course-pill {
  display: inline-block;
  color: #ffffff;
  background-color: var(--primary-blue);
  text-transform: none;
  padding: 0.25em 2em;
  font-size: clamp(0.5rem, 4vw, 1.6rem);
  border-radius: 2em;
  border: solid 0.1em #faf6dd;
  transform: translateY(50%);
  font-weight: bold;
  max-width: 630px;
}

.afro-course-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background-color: #faf6dd;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  padding: 5rem 5rem 3rem;
  align-items: center;
}

@media (max-width: 576px) {
  .afro-course-card {
    padding: 4rem 3rem 2rem;
  }
}

.afro-course-card-media {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.afro-course-card-media img {
  object-fit: cover;
  align-self: stretch;
  border-radius: 1rem;
  border: solid 2px #fd7301;
  background-position: center;
  background-size: cover;
  background-color: #095262;
}

.afro-course-card-body {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.afro-course-card-body p {
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--primary-blue);
  text-align: left;
}

@media (max-width: 576px) {
  .afro-course-card-body p {
    font-size: 1rem;
  }
}

.afro-course-card-btn {
  display: block;
  color: #ffffff;
  background-color: var(--primary-blue);
  padding: 0.5em 0.1em;
  text-align: center;
  font-size: 1.4rem;
  border-radius: 0.4em;
  margin-bottom: 0.3em;
  filter: drop-shadow(0px 0.3em 0px #fd7301);
}

@media (max-width: 576px) {
  .afro-course-card-btn {
    font-size: 1rem;
  }
}

.afro-course-card-btn:hover {
  opacity: 0.85;
}

.afro-events {
  background-image:
    url("../images/afronegocio-bg-laranja.jpg"),
    linear-gradient(180deg, var(--afro-orange) 0%, var(--afro-orange-2) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 42px 0 100px;
  position: relative;
  overflow-x: clip;
}

.afro-events .detalhe {
  background: url("../images/afronegocio-detalhe2.png") top right no-repeat;
  background-size: contain;
  display: block;
  width: clamp(140px, 15vw, 233px);
  height: 218px;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: -1; */
  transform: scale(1);
  transform-origin: top left;
}

.afro-events .triangulo {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: clamp(50px, 8vw, 100px) clamp(41px, 7vw, 82px) 0
    clamp(41px, 7vw, 82px);
  border-color: #095262 transparent transparent transparent;
  transform: translateX(50%);
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.afro-events .afro-section-title {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 3.5rem);
  line-height: 1.2;
  font-weight: 700;
  background-color: var(--afro-yellow);
  letter-spacing: 0.3px;
  max-width: clamp(230px, 40vw, 300px);
  margin: 0 auto 2rem;
  color: #ffffff;
  box-shadow: 0.3em 0.3em 0px 0px var(--primary-blue);
  transform: translateY(-100%);
  padding: 0.25em 1em;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .afro-events .afro-section-title {
    transform: translateY(-135%);
  }
}

.afro-section-badge {
  width: fit-content;
  margin: 0 auto 16px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--color-white);
  font-weight: 900;
  padding: 8px 18px;
  border-radius: 12px;
}

.afro-events-card {
  background-color: #fe8727;
  border-radius: 2rem;
  border: solid 2px #ffffff;
  padding: 0 2rem;
  text-align: center;
}

.afro-events-card img {
  display: inline-block;
  max-width: 160px;
  margin-top: -45px;
}

.afro-events-card-inner {
  padding: 22px;
  text-align: center;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.afro-events-card-inner p {
  margin: 0 auto;
  font-size: clamp(1.3rem, 1vw, 3rem);
  color: #095262;
  font-weight: 700;
  max-width: 730px;
}

.afro-events-btn {
  display: inline-block;
  color: #ffffff;
  background-color: var(--primary-blue);
  padding: 0.5em 1em;
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.6rem);
  border-radius: 0.4em;
  margin-bottom: -0.7em;
  border: solid 1px #f9f5dc;
  filter: drop-shadow(0px 0.3em 0px #f9f5dc);
  transform: translateY(50%);
}

.afro-events-btn:hover {
  opacity: 0.85;
}

.afro-partners {
  background-image:
    url("../images/afronegocio-bg-claro.jpg"),
    linear-gradient(180deg, var(--afro-cream) 0%, var(--afro-cream-2) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 48px 0 56px;
  position: relative;
  overflow-x: clip;
}

.afro-partners .detalhe {
  background: url("../images/afronegocio-detalhe3.png") top right no-repeat;
  background-size: contain;
  display: block;
  width: clamp(100px, 15vw, 233px);
  height: 300px;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1);
  transform-origin: top right;
}

.afro-partners .triangulo {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: clamp(50px, 8vw, 100px) clamp(41px, 7vw, 82px) 0
    clamp(41px, 7vw, 82px);
  border-color: #fe8727 transparent transparent transparent;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 0;
}

.afro-partners-container {
  display: flex;
  justify-content: center;
}

.afro-partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 860px;
  align-items: center;
}

.afro-partners-photo {
  border-radius: 22px;
  overflow: hidden;
}

.afro-partners-photo img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 450px;
}

.afro-partners-copy {
  text-align: center;
}

.afro-partners-copy h3 {
  color: var(--primary-blue);
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.afro-partners-copy p .highlight {
  display: inline-block;
  background-color: #095262;
  color: #ffffff;
  padding: 0.1em 0.25em;
  font-size: 90%;
}

.afro-partners-logos {
  margin: 14px auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.afro-partners-logo {
  padding: 8px 14px;
  border-radius: 12px;
  font-weight: 900;
  color: var(--text-dark);
}

.afro-partners-logo img {
  width: 250px;
  height: auto;
}

.afro-partners-plus {
  font-size: 22px;
  font-weight: 900;
  color: var(--primary-red);
}

.afro-partners-copy p {
  margin: 10px auto 0;
  max-width: 520px;
  font-size: clamp(1rem, 2vw, 1.5rem);
  line-height: 1.55;
  color: var(--primary-blue);
  font-weight: 500;
}

.afro-partners-text {
  color: var(--primary-blue);
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.5rem);
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  margin-top: 3rem;
  padding: 0 15px;
}

@media (max-width: 576px) {
  .afro-partners-text {
    margin-top: 1rem;
  }
}

.afro-partners-divider {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: -2rem;
}

.afro-partners-divider img {
  width: 600px;
}

.afro-partners-deco {
  position: absolute;
  left: -100px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background:
    radial-gradient(
      circle at 30% 30%,
      rgba(255, 122, 0, 0.28) 0 28%,
      transparent 29% 100%
    ),
    radial-gradient(
      circle at 65% 65%,
      rgba(52, 101, 127, 0.22) 0 28%,
      transparent 29% 100%
    );
}

.afro-social {
  background: linear-gradient(
    180deg,
    var(--afro-orange) 0%,
    var(--afro-orange-2) 100%
  );
  padding: 18px 0;
}

.afro-social-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.afro-social-title {
  color: var(--color-white);
  font-weight: 900;
  letter-spacing: 0.4px;
  font-size: 12px;
}

.afro-social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.afro-social-links a {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
}

.afro-social-links a:hover {
  background: rgba(255, 255, 255, 0.22);
}

.afro-social-links img {
  width: 30px;
  height: 30px;
}

@media (max-width: 992px) {
  .afro-partners-grid {
    grid-template-columns: 1fr;
  }

  .afro-course-card {
    grid-template-columns: 1fr;
  }

  .afro-course-card-media img {
    min-height: 180px;
  }

  .afro-hero-image {
    height: clamp(200px, 45vw, 420px);
  }
}

@media (max-width: 480px) {
  /* .afro-section-title {
    font-size: 26px;
  } */

  .afro-social-inner {
    flex-direction: column;
  }
}
