:root {
  --navy: #071126;
  --navy-soft: #0a1830;
  --ink: #0d1428;
  --muted: #667386;
  --line: #dfe5ec;
  --light: #f4f6f8;
  --white: #ffffff;
  --pink: #e74e65;
  --teal: #27b8c2;
  --gold: #ffc107;
  --shadow: 0 18px 40px rgba(8, 17, 38, .12);
  --heading: 'Barlow Condensed', Impact, sans-serif;
  --body: 'Montserrat', Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  border: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: var(--ink);
  background: var(--white);
  font-family: var(--body);
  font-size: 15px;
  letter-spacing: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  border: 0;
}

a,
button {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.container {
  max-width: 1260px;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0 10px;
  background: rgba(7, 17, 38, .18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.brand img {
  width: 100%;
}

.hero {
  display: flex;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: clamp(108px, 14vh, 160px) 0 clamp(64px, 8vh, 96px);
  color: var(--white);
  background-color: var(--navy);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(7, 17, 38, .98) 0%, rgba(7, 17, 38, .86) 42%, rgba(7, 17, 38, .28) 100%), var(--hero-image, url('../images/hero-network.jpg'));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center, right center;
  opacity: .95;
}

.hero > .container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-copy {
  max-width: 780px;
}

.hero h1,
.section-heading h2,
.why-panel h2,
.course-card h3,
.reason-card h3,
.module-card h3,
.mentor-card h3,
.lead-form h2,
.why-item h3,
.student strong {
  font-family: var(--heading);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0 0 30px;
  font-size: 74px;
  line-height: .98;
}

.hero h1 span {
  color: var(--pink);
}

.hero p {
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .78);
  font-size: 20px;
  line-height: 1.65;
}

.btn {
  border: 0;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(231, 78, 101, .28);
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
  background: var(--pink);
  color: var(--white);
}

.btn-primary:hover,
.btn-primary:focus {
  background: #da435b;
  color: var(--white);
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active {
  background: var(--teal);
  color: var(--white);
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #1faab4;
  color: var(--white);
}

.btn-wide {
  min-width: 330px;
  padding: 18px 28px;
  font-size: 16px;
}

.btn-large {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 720px);
  min-height: 64px;
  margin: 44px auto 0;
  font-size: 21px;
  gap: 14px;
}

.section {
  position: relative;
  padding: 180px 0;
}

.section-light {
  background: var(--light);
}

.section-white {
  background: var(--white);
}

.section-heading {
  max-width: 850px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 58px;
  line-height: 1;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 112px;
  height: 5px;
  margin: 26px auto 0;
  border-radius: 999px;
  background: var(--teal);
}

.section-heading p {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.course-grid {
  margin-right: -18px;
  margin-left: -18px;
}

.course-grid > [class*="col-"] {
  display: flex;
  padding-right: 18px;
  padding-left: 18px;
  margin-bottom: 28px;
}

.course-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 7px 18px rgba(8, 17, 38, .08);
}

.course-image {
  position: relative;
  height: 282px;
  overflow: hidden;
}

.course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-body {
  display: flex;
  flex: 1;
  min-height: 260px;
  flex-direction: column;
  padding: 36px 38px 34px;
}

.course-body h3 {
  margin: 0 0 22px;
  font-size: 31px;
  line-height: 1.08;
}

.course-body p {
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.course-body .btn {
  margin-top: auto;
  padding: 14px 18px;
  font-size: 15px;
}

.course-body .btn i {
  margin-left: 16px;
}

.why-home {
  padding-top: 56px;
}

.why-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr);
  gap: 50px;
  align-items: center;
  padding: 64px 88px;
  border-radius: 8px;
  background: linear-gradient(110deg, #071126 0%, #08152c 70%, #2a172f 100%);
  color: var(--white);
}

.why-panel h2 {
  margin: 0 0 38px;
  font-size: 52px;
  line-height: 1;
}

.why-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 36px;
}

.why-item span {
  display: inline-flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(231, 78, 101, .22);
  color: var(--pink);
  font-size: 23px;
  font-weight: 800;
}

.why-item:nth-child(3) span {
  background: rgba(39, 184, 194, .18);
  color: var(--teal);
}

.why-item h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 28px;
}

.why-item p {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: 16px;
  line-height: 1.6;
}

.why-image img {
  width: 100%;
  border-radius: 8px;
}

.site-footer {
  padding: 70px 0 32px;
  color: rgba(255, 255, 255, .72);
  text-align: center;
  background: var(--navy);
}

.footer-logo {
  width: 210px;
  margin: 0 auto 36px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  font-size: 20px;
}

.footer-contact i {
  margin-right: 18px;
  color: var(--teal);
}

.footer-contact a {
  color: inherit;
  text-decoration: none;
}

.footer-contact a:hover {
  color: var(--white);
  text-decoration: none;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.instagram-link:hover {
  color: var(--white);
  background: rgba(255, 255, 255, .16);
}

.footer-copyright {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
  padding-top: 24px;
}

.footer-policy-link {
  justify-self: start;
  color: rgba(255, 255, 255, .4);
  font-size: 16px;
  text-decoration: none;
}

.footer-policy-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-copy {
  justify-self: center;
  margin: 0;
  color: rgba(255, 255, 255, .4);
  font-size: 16px;
  text-align: center;
}

.copyright-brand {
  display: inline-flex;
  justify-self: end;
  flex: 0 0 auto;
  opacity: .62;
}

.copyright-brand:hover {
  opacity: 1;
}

.webdezan {
  width: 154px;
  height: auto;
}

.hero-course {
  min-height: 100vh;
  min-height: 100svh;
  padding-top: clamp(108px, 14vh, 160px);
  padding-bottom: clamp(64px, 8vh, 96px);
}

.hero-course .hero-copy {
  max-width: 860px;
}

.hero-course h1 {
  max-width: 1020px;
  margin-bottom: 42px;
  font-size: clamp(52px, 5.3vw, 76px);
  line-height: .98;
}

.lead-form {
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  padding: 52px 48px 48px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.lead-form h2 {
  margin: 0 0 18px;
  font-size: 38px;
}

.lead-form p {
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.lead-form label {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.lead-form .form-control {
  height: 58px;
  margin-bottom: 22px;
  border: 0;
  border-radius: 6px;
  background: #f7f8fa;
  color: var(--ink);
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(8, 17, 38, .08);
}

.lead-form .btn {
  min-height: 62px;
  margin-top: 18px;
  font-size: 20px;
}

.form-feedback {
  min-height: 24px;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 600;
}

.form-feedback.is-success {
  color: #149a6b;
}

.learn-section {
  padding-top: 112px;
  padding-bottom: 120px;
}

.learn-grid {
  display: grid;
  max-width: 1370px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 56px;
}

.learn-item {
  display: flex;
  min-height: 96px;
  align-items: center;
  gap: 22px;
  padding: 24px 26px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 7px 14px rgba(8, 17, 38, .08);
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.learn-item i {
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--teal);
  font-size: 13px;
}

.learn-grid .learn-item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.modules-section {
  padding-top: 108px;
  padding-bottom: 116px;
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.module-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 42px 44px;
  background: var(--light);
  box-shadow: 0 7px 18px rgba(8, 17, 38, .07);
}

.module-number {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background: var(--pink);
  color: var(--white);
  font-size: 17px;
  font-weight: 800;
}

.module-card h3 {
  margin: 0 0 18px;
  font-size: 33px;
  line-height: 1.08;
}

.module-card p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.module-teacher {
  margin-top: auto;
  color: var(--teal);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.mentors-section {
  padding-top: 108px;
  padding-bottom: 116px;
}

.mentors-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 30px;
  margin-right: 0;
  margin-left: 0;
}

.mentors-grid > [class*="col-"] {
  display: flex;
  width: auto;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  flex: none;
}

.mentor-card {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 390px;
  flex-direction: row;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 7px 18px rgba(8, 17, 38, .08);
}

.mentor-card img {
  width: 220px;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center top;
}

.mentor-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 30px 32px;
}

.mentor-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
}

.mentor-card span {
  display: block;
  margin-bottom: 14px;
  color: var(--pink);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.mentor-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.reasons-section {
  padding-top: 118px;
  padding-bottom: 118px;
}

.reasons-section .section-heading h2::after {
  background: var(--pink);
}

.reason-grid > [class*="col-"] {
  margin-bottom: 30px;
}

.reason-card {
  height: 100%;
  min-height: 280px;
  padding: 0 36px 34px;
  border-radius: 8px;
  background: #fbfcfd;
  text-align: center;
}

.reason-card span {
  display: inline-flex;
  width: 86px;
  height: 86px;
  align-items: center;
  justify-content: center;
  margin: -43px auto 42px;
  border-radius: 50%;
  background: var(--white);
  color: var(--pink);
  box-shadow: 0 6px 13px rgba(8, 17, 38, .1);
  font-size: 29px;
  font-weight: 800;
}

.reason-card h3 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.08;
}

.reason-card p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.new-format-copy {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.new-format-copy h3 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.2;
}

.new-format-copy p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.new-format-copy p:last-child {
  margin-bottom: 0;
}

.testimonials-section {
  padding-top: 112px;
  padding-bottom: 112px;
  background: var(--navy);
  color: var(--white);
}

.heading-dark h2 {
  color: var(--white);
}

.heading-dark h2::after {
  display: none;
}

.heading-dark p {
  color: rgba(255, 255, 255, .58);
}

.testimonial-slider {
  position: relative;
  padding-bottom: 82px;
}

.testimonial-grid > [class*="col-"] {
  display: flex;
  margin-bottom: 30px;
}

.testimonial-card {
  display: flex;
  width: 100%;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 46px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.stars {
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 20px;
  letter-spacing: 0;
}

.stars i {
  margin-right: 7px;
}

.testimonial-card > p {
  margin: 0 0 36px;
  color: #404757;
  font-size: 19px;
  font-style: italic;
  line-height: 1.75;
}

.student {
  display: flex;
  align-items: center;
  gap: 20px;
}

.student img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.student-avatar {
  display: inline-flex;
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(231, 78, 101, .14);
  color: var(--pink);
  font-size: 18px;
  font-weight: 800;
}

.student-avatar-teal {
  background: rgba(39, 184, 194, .14);
  color: var(--teal);
}

.student strong {
  display: block;
  font-size: 20px;
}

.student div span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 16px;
}

.testimonial-indicators {
  position: static;
  margin: 10px 0 0;
  align-items: center;
  justify-content: center;
}

.testimonial-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .36);
  opacity: 1;
}

.testimonial-indicators .active {
  width: 28px;
  border-radius: 999px;
  background: var(--pink);
}

.testimonial-controls {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.testimonial-control {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
}

.testimonial-control:hover,
.testimonial-control:focus {
  color: var(--white);
  background: rgba(255, 255, 255, .16);
  text-decoration: none;
}

.fade-in-element {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
  transition-delay: var(--fade-delay, 0ms);
  will-change: opacity, transform;
}

.fade-in-element.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199.98px) {
  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 136px;
  }

  .hero h1,
  .hero-course h1 {
    font-size: 62px;
  }

  .hero p {
    font-size: 17px;
  }

  .lead-form {
    padding: 40px 34px;
  }

  .why-panel {
    padding: 54px 42px;
  }

  .learn-grid {
    gap: 24px;
  }

  .module-card {
    padding: 36px 34px;
  }

  .mentor-card img {
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .hero,
  .hero-course {
    min-height: 100vh;
    min-height: 100svh;
    padding: 120px 0 72px;
  }

  .hero::before {
    background-size: cover, auto 100%;
    background-position: center, 65% center;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-course .lead-form {
    margin: 36px auto 0;
  }

  .why-panel {
    grid-template-columns: 1fr;
  }

  .learn-grid {
    grid-template-columns: 1fr;
  }

  .modules-grid {
    grid-template-columns: 1fr;
  }

  .mentors-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .site-header {
    padding: 8px 0;
  }

  .brand {
    width: 84px;
  }

  .hero,
  .hero-course {
    min-height: 100vh;
    min-height: 100svh;
    padding: 96px 0 52px;
  }

  .hero h1,
  .hero-course h1 {
    max-width: 340px;
    font-size: 36px;
    line-height: 1.05;
    overflow-wrap: break-word;
  }

  .hero p {
    max-width: 340px;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero .container,
  .hero .row,
  .hero-copy {
    max-width: 100%;
    min-width: 0;
  }

  .hero-course .row {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .hero-course .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .btn-wide,
  .btn-large {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 15px 18px;
    font-size: 15px;
  }

  .section {
    padding: 58px 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2,
  .why-panel h2 {
    font-size: 38px;
  }

  .section-heading p {
    font-size: 15px;
  }

  .course-image {
    height: 220px;
  }

  .course-body {
    min-height: 0;
    padding: 26px 20px 24px;
  }

  .course-body h3 {
    font-size: 26px;
  }

  .course-body p {
    font-size: 14px;
  }

  .why-panel {
    padding: 34px 20px;
  }

  .why-item {
    grid-template-columns: 54px 1fr;
    gap: 18px;
  }

  .why-item span {
    width: 48px;
    height: 48px;
    font-size: 18px;
  }

  .lead-form {
    max-width: 100%;
    padding: 26px 18px;
  }

  .lead-form h2 {
    font-size: 31px;
  }

  .lead-form p,
  .lead-form label,
  .lead-form .form-control {
    font-size: 14px;
  }

  .learn-item {
    min-height: 76px;
    gap: 14px;
    padding: 18px;
    font-size: 16px;
  }

  .modules-section,
  .mentors-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .module-card {
    min-height: 0;
    padding: 28px 22px;
  }

  .module-number {
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    font-size: 15px;
  }

  .module-card h3 {
    font-size: 27px;
  }

  .module-card p {
    font-size: 15px;
  }

  .mentor-card {
    min-height: 0;
    flex-direction: column;
  }

  .mentor-card h3 {
    font-size: 22px;
  }

  .mentor-card p {
    font-size: 15px;
  }

  .mentor-card img {
    width: 100%;
    height: 250px;
  }

  .mentor-body {
    padding: 26px 22px;
  }

  .reason-card {
    min-height: 220px;
    padding: 0 22px 28px;
  }

  .testimonial-card {
    padding: 28px 22px;
  }

  .testimonial-card > p {
    font-size: 16px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-contact {
    font-size: 15px;
  }

  .footer-copyright {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .footer-policy-link,
  .footer-copy,
  .copyright-brand {
    justify-self: center;
  }
}

/* ── Hero: centered single-column variant ──────────────────────── */
.hero-copy-centered {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.hero-copy-centered p {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.hero-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.hero-tag {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(39, 184, 194, .18);
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero-tag-presencial {
  background: rgba(231, 78, 101, .18);
  color: var(--pink);
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 8px;
}

.btn-ghost-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.btn-ghost-hero:hover {
  background: rgba(255, 255, 255, .18);
  color: var(--white);
  text-decoration: none;
}

.hero-announcement {
  max-width: 640px;
  margin: 0 auto 44px;
  padding: 34px 40px;
  border: 1px solid rgba(231, 78, 101, .5);
  border-radius: 10px;
  background: rgba(255, 255, 255, .03);
  text-align: left;
}

.hero-announcement-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.hero-announcement-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(231, 78, 101, .18);
  color: var(--pink);
  font-size: 20px;
}

.hero-announcement-header h2 {
  margin: 0;
  font-family: var(--heading);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  color: var(--white);
}

.hero-announcement-header h2 span {
  color: var(--pink);
}

.hero-announcement-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.hero-announcement-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.hero-announcement-bullet {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 14px;
}

.hero-announcement-bullet-teal {
  background: rgba(39, 184, 194, .18);
  color: var(--teal);
}

.hero-announcement-bullet-pink {
  background: rgba(231, 78, 101, .18);
  color: var(--pink);
}

.hero-announcement-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-announcement-list p {
  margin: 0;
  max-width: none;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.5;
}

.hero-announcement-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(231, 78, 101, .5);
  text-align: center;
  font-family: var(--heading);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 19px;
  color: var(--white);
}

.hero-announcement-footer span:last-child {
  color: var(--pink);
}

@media (max-width: 575px) {
  .hero-announcement {
    padding: 26px 22px;
  }

  .hero-announcement-header {
    flex-direction: column;
    text-align: center;
  }

  .hero-announcement-header h2 {
    font-size: 20px;
  }

  .hero-announcement-footer {
    flex-direction: column;
    gap: 4px;
  }
}

/* ── Module badges ─────────────────────────────────────────────── */
.module-badge {
  display: inline-block;
  margin-bottom: 18px;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.badge-remote {
  background: rgba(39, 184, 194, .14);
  color: var(--teal);
}

.badge-presencial {
  background: rgba(255, 193, 7, .2);
  color: var(--gold);
}

/* ── Module topics list ────────────────────────────────────────── */
.module-topics {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.module-topics li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.module-topics li + li {
  box-shadow: inset 0 1px 0 var(--line);
}

.module-topics li::before {
  content: "–";
  flex-shrink: 0;
  color: var(--teal);
  font-weight: 700;
  margin-top: 1px;
}

/* ── Módulo presencial ─────────────────────────────────────────── */
.module-card-presencial {
  background: var(--navy);
  min-height: 0;
}

.module-card-presencial h3,
.module-card-presencial h4 {
  color: var(--white);
}

.module-presencial-header p {
  color: rgba(255, 255, 255, .62);
}

.module-card-presencial .module-number {
  background: var(--gold);
  color: var(--ink);
}

.module-card-presencial .module-topics li {
  color: rgba(255, 255, 255, .62);
}

.module-card-presencial .module-topics li + li {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.module-card-presencial .module-topics li::before {
  color: var(--pink);
}

.module-presencial-header {
  margin-bottom: 38px;
}

.module-presencial-header h3 {
  margin-bottom: 10px;
}

.module-presencial-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
}

.module-presencial-body h4 {
  margin: 0 0 14px;
  font-family: var(--heading);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--teal);
}

/* ── Modules row (Bootstrap-based, replaces modules-grid) ──────── */
.modules-row {
  margin-bottom: 28px;
}

.modules-row > [class*="col-"] {
  display: flex;
  margin-bottom: 28px;
}

.modules-row .module-card {
  width: 100%;
}

/* ── Detailed vertical course modules ─────────────────────────── */
.modules-stack {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.module-card-detailed {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.module-header {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 42px 44px 38px;
  background: #f2f5f7;
  align-items: center;
}

.module-header .module-badge,
.module-header .module-number {
  display: flex;
  width: 100%;
  justify-content: center;
}

.module-header .module-badge {
  margin-bottom: 10px;
  white-space: nowrap;
}

.module-header .module-number {
  height: 60px;
  margin: 0;
  font-size: 20px;
}

.module-header h3 {
  max-width: 920px;
  margin-bottom: 12px;
  font-size: 38px;
}

.module-header p {
  max-width: 900px;
  margin: 0;
  font-size: 17px;
}

.module-header .module-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--teal);
  font-weight: 700;
}

.module-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.module-blocks-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-block {
  min-width: 0;
  padding: 34px 32px;
  background: var(--white);
}

.module-block h4,
.online-session h4 {
  margin: 0 0 20px;
  color: var(--ink);
  font-family: var(--heading);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}

.module-block h4 span {
  display: block;
  margin-bottom: 7px;
  color: var(--pink);
  font-family: var(--body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.module-topics-numbered {
  list-style: decimal;
  padding-left: 24px;
}

.module-topics-numbered li {
  display: list-item;
  padding-left: 4px;
}

.module-topics-numbered li::marker {
  color: var(--teal);
  font-weight: 800;
}

.module-topics-numbered li::before {
  content: none;
}

.module-subtopics {
  list-style: none;
  margin: 12px 0 2px;
  padding: 0;
}

.module-subtopics li {
  position: relative;
  padding: 4px 0 4px 17px;
  box-shadow: none !important;
}

.module-subtopics li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--pink);
}

.online-session {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1.6fr);
  gap: 44px;
  padding: 34px 44px;
  background: rgba(39, 184, 194, .12);
}

.online-session .module-badge {
  margin-bottom: 12px;
}

.online-session h4,
.online-session .module-topics {
  margin-bottom: 0;
}

.module-card-presencial .module-header {
  background: var(--navy);
}

.module-card-presencial .module-blocks {
  background: rgba(255, 255, 255, .12);
}

.module-card-presencial .module-block {
  background: #101d37;
}

.module-card-presencial .module-block h4 {
  color: var(--white);
}

.module-card-presencial .module-block h4 span {
  color: var(--teal);
}

.module-card-presencial .module-topics-numbered li::before {
  content: none;
}

.module-card-presencial .online-session {
  background: #172641;
}

.module-card-presencial .online-session h4 {
  color: var(--white);
}

.module-cta-row {
  display: flex;
  justify-content: flex-end;
  padding: 26px 32px 32px;
  background: #f2f5f7;
}

.module-cta {
  display: inline-flex;
  min-width: 250px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  font-size: 15px;
}

.module-card-presencial .module-cta-row {
  background: var(--navy);
}

.modules-complete-cta {
  text-align: center;
}

@media (max-width: 991.98px) {
  .module-presencial-body {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .module-blocks-three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .learn-grid .learn-item:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .module-header {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 22px;
  }

  .module-header > div:first-child {
    display: flex;
    align-items: stretch;
    gap: 10px;
  }

  .module-header .module-badge {
    width: auto;
    min-height: 46px;
    align-items: center;
    margin: 0;
    white-space: normal;
  }

  .module-header .module-number {
    width: 54px;
    height: 46px;
    flex: 0 0 54px;
  }

  .module-header h3 {
    font-size: 29px;
  }

  .module-blocks,
  .module-blocks-three,
  .online-session {
    grid-template-columns: 1fr;
  }

  .module-block {
    padding: 28px 22px;
  }

  .online-session {
    gap: 20px;
    padding: 28px 22px;
  }

  .module-cta-row {
    padding: 22px;
  }

  .module-cta {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade-in-element {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

*,
*::before,
*::after,
img {
  border: 0 !important;
  border-radius: 0 !important;
}
