@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap");

:root {
  --wine: #930526;
  --wine-dark: #76031e;
  --blue: #123879;
  --text: #232326;
  --muted: #5d5d66;
  --light: #f7f7f8;
  --border: #e5e0e2;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(40, 35, 38, 0.08);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: #ffffff;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

/* =========================
   HEADER
========================= */

.site-header {
  width: 100%;
  min-height: 92px;
  padding: 18px 60px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 28px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.logo {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
}

.logo-main {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
}

.logo-main span {
  color: var(--wine);
}

.logo-sub {
  margin-top: 5px;
  font-size: 13px;
  color: #333;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.main-nav a {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  padding: 10px 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: var(--wine);
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 38px;
}

.header-btn {
  padding: 17px 32px;
  border: 1px solid var(--wine);
  color: var(--wine);
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.25s ease;
}

.header-btn:hover {
  background: var(--wine);
  color: #ffffff;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  width: 26px;
  height: 2px;
  background: var(--text);
  display: block;
  margin: 6px auto;
  transition: 0.25s ease;
}

/* =========================
   FACILITADORES
========================= */

.facilitators-page {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.facilitators-hero {
  min-height: 470px;
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: center;
  border-bottom: 1px solid #e8e8ed;
  background: #ffffff;
}

.facilitators-copy {
  padding-left: 64px;
  padding-right: 42px;
  position: relative;
  z-index: 3;
}

.facilitators-copy h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(62px, 5.4vw, 92px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -2.4px;
  margin-bottom: 26px;
}

.title-line {
  width: 56px;
  height: 2px;
  display: block;
  background: var(--wine);
  margin-bottom: 28px;
}

.facilitators-copy p {
  max-width: 570px;
  font-size: 18px;
  line-height: 1.75;
  color: #34343a;
}

.facilitators-image {
  width: 100%;
  height: 470px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.facilitators-image::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 22%;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.72) 38%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.facilitators-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 16%;
  background: linear-gradient(
    0deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.48) 44%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
}

.facilitators-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

/* =========================
   INFO CARDS
========================= */

.facilitators-info {
  max-width: 1580px;
  margin: 0 auto;
  padding: 48px 64px 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
}

.facilitator-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 26px;
  position: relative;
}

.facilitator-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -27px;
  width: 1px;
  height: 190px;
  background: #dedee4;
}

.facilitator-icon {
  width: 58px;
  height: 58px;
  border: 1.5px solid rgba(147, 5, 38, 0.75);
  border-radius: 50%;
  color: var(--wine);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  line-height: 1;
}

.facilitator-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
}

.facilitator-content ul {
  list-style: none;
}

.facilitator-content li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #33333b;
}

.facilitator-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--wine);
  font-size: 15px;
  font-weight: 700;
}

/* =========================
   CTA
========================= */

.facilitators-cta {
  max-width: 1580px;
  margin: 0 auto;
  padding: 0 64px 52px;
  display: flex;
  justify-content: center;
}

.cta-button {
  width: 300px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(180deg, #a60829 0%, #930526 100%);
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 500;
  box-shadow: 0 18px 32px rgba(147, 5, 38, 0.18);
  transition: 0.25s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #b4092d 0%, #76031e 100%);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1400px) {
  .facilitators-copy {
    padding-left: 52px;
  }

  .facilitators-copy h1 {
    font-size: clamp(58px, 5.1vw, 86px);
  }

  .facilitators-info {
    padding-left: 52px;
    padding-right: 52px;
    gap: 42px;
  }

  .facilitator-card:not(:last-child)::after {
    right: -21px;
  }
}

@media (max-width: 1200px) {
  .site-header {
    padding: 18px 28px;
    grid-template-columns: 190px 1fr auto;
  }

  .main-nav {
    gap: 24px;
  }

  .facilitators-hero {
    grid-template-columns: 1fr;
  }

  .facilitators-copy {
    padding: 58px 52px 36px;
  }

  .facilitators-image {
    height: 390px;
  }

  .facilitators-image::before {
    display: none;
  }

  .facilitators-image::after {
    height: 14%;
  }

  .facilitators-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
  }

  .facilitators-info {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .facilitator-card {
    min-height: auto;
  }

  .facilitator-card:not(:last-child)::after {
    display: none;
  }

  .facilitators-cta {
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 78px;
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: block;
  }

  .header-btn {
    display: none;
  }

  .main-nav {
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    padding: 22px;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    gap: 10px;
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    width: 100%;
    text-align: center;
    padding: 14px;
  }

  .facilitators-copy {
    padding: 46px 28px 32px;
  }

  .facilitators-copy h1 {
    font-size: 56px;
    letter-spacing: -1.5px;
  }

  .facilitators-copy p {
    font-size: 17px;
  }

  .facilitators-image {
    height: 300px;
  }

  .facilitators-image img {
    object-fit: cover;
    object-position: center 42%;
  }

  .facilitators-info {
    padding: 38px 28px 26px;
  }

  .facilitator-card {
    grid-template-columns: 70px 1fr;
    gap: 22px;
  }

  .facilitator-icon {
    width: 54px;
    height: 54px;
    font-size: 26px;
  }

  .facilitators-cta {
    padding: 0 28px 42px;
  }

  .cta-button {
    width: 100%;
    max-width: 340px;
  }
}

@media (max-width: 520px) {
  .logo-main {
    font-size: 27px;
  }

  .facilitators-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .facilitators-copy h1 {
    font-size: 44px;
  }

  .facilitators-image {
    height: 240px;
  }

  .facilitators-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .facilitator-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .facilitator-content h2 {
    font-size: 26px;
  }

  .facilitators-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}