/* Reset y configuración base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: white;
  overflow-x: hidden;
}

/* Header */
.header {
  padding: 20px clamp(20px, 5vw, 150px);
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.logo {
  height: clamp(40px, 4vw, 50px);
  width: auto;
}

.bold {
  font-weight: bold;
}

/* Contenedor principal */
.main-container {
  width: 100%;
  height: 100%;
  background: white;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.section-wrapper {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/* Nueva sección hero con imagen */
.hero-with-image-section {
  min-height: 500px;
  padding: clamp(20px, 3vw, 48px) clamp(20px, 5vw, 150px);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-with-image-container {
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
}

.hero-with-image-text {
  flex: 1;
  min-width: 300px;
  max-width: 713px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.hero-with-image-text-content {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.hero-with-image-title-container {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.hero-with-image-title {
  align-self: stretch;
}

.hero-with-image-title .brand-text {
  color: #B063FF;
  font-size: clamp(28px, 6vw, 52px);
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 1.05;
  word-wrap: break-word;
  letter-spacing: -0.02em;
}

.hero-with-image-title .normal-text {
  color: #1A0047;
  font-size: clamp(28px, 6vw, 52px);
  font-family: 'DM Sans';
  font-weight: 500;
  line-height: 1.05;
  word-wrap: break-word;
  letter-spacing: -0.02em;
}

.hero-with-image-progress {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
  width: 100%;
}

.progress-bar-container {
  width: 100%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  display: flex;
}

.progress-header {
  align-self: stretch;
  padding-right: 32px;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: inline-flex;
}

.progress-title {
  flex: 1;
  color: #111013;
  font-size: clamp(14px, 2vw, 16.8px);
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 1.4;
  word-wrap: break-word;
}

.footer-mail-text {
  color: #000;
  text-decoration: none;
}

/* Iconos de los SDGs */
.sdg-health-icon {
  width: 64px;
  height: 65px;
  max-width: 100%;
  max-height: 100%;
  background-image: url('/images/icon-01.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.sdg-education-icon {
  width: 64px;
  height: 65px;
  max-width: 100%;
  max-height: 100%;
  background-image: url('/images/icon-02.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.sdg-innovation-icon {
  width: 64px;
  height: 65px;
  max-width: 100%;
  max-height: 100%;
  background-image: url('/images/icon-03.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Iconos de áreas */
.area-education-icon {
  width: 64px;
  height: 65px;
  max-width: 100%;
  max-height: 100%;
  background-image: url('/images/icon-04.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.area-professional-icon {
  width: 64px;
  height: 65px;
  max-width: 100%;
  max-height: 100%;
  background-image: url('/images/icon-05.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* ======================================
   MEDIA QUERIES - RESPONSIVE DESIGN
====================================== */

/* Pantallas muy grandes (>1400px) */
@media (min-width: 1401px) {
  .main-container {
    max-width: 100%;
  }
  
  .hero-with-image-container,
  .purpose-container,
  .platform-container,
  .achievements-container {
    max-width: 1400px;
    margin: 0 auto;
  }
}

/* Tablets grandes y laptops pequeñas (769px - 1200px) */
@media (max-width: 1200px) {
  .hero-with-image-container {
    flex-direction: column;
    text-align: center;
  }
  
  .hero-with-image-text {
    align-items: center;
  }
  
  .hero-with-image-title-container {
    align-items: center;
  }
  
  .hero-with-image-progress {
    align-items: center;
    width: 100%;
    max-width: 400px;
  }
  
  .achievements-grid {
    justify-content: center;
  }
  
  .achievement-card {
    max-width: 350px;
  }
}

/* Tablets (481px - 768px) */
@media (max-width: 768px) {
  .sdg-container {
    flex-direction: column;
    align-items: center;
  }
  
  .sdg-item {
    max-width: 100%;
    width: 100%;
  }
  
  .platform-areas-container {
    flex-direction: column;
  }
  
  .area-item {
    max-width: 100%;
    width: 100%;
  }
  
  .achievements-grid {
    flex-direction: column;
    align-items: center;
  }
  
  .achievement-card {
    max-width: 100%;
    width: 100%;
  }
  
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .footer-brand,
  .footer-column {
    max-width: 100%;
    width: 100%;
    align-items: center;
  }
  
  .footer-column-content {
    align-items: center;
    text-align: center;
  }
}

/* Móviles (320px - 480px) */
@media (max-width: 480px) {
  .hero-with-image-section {
    padding: 20px 15px;
  }
  
  .hero-section,
  .purpose-section,
  .platform-section,
  .achievements-section,
  .faq-section {
    padding: 40px 15px;
  }
  
  .purpose-container {
    padding: 30px 15px;
    border-radius: 20px;
  }
  
  .faq-item {
    flex-direction: column;
    padding: 25px 15px;
    gap: 20px;
  }
  
  .faq-number {
    align-self: flex-start;
    min-width: auto;
  }
  
  .faq-text-container {
    min-width: auto;
    width: 100%;
  }
  
  .progress-bar-container {
    max-width: 100%;
  }
  
  /* Ajustes para iconos en móvil */
  .sdg-health-icon,
  .sdg-education-icon,
  .sdg-innovation-icon,
  .area-education-icon,
  .area-professional-icon {
    width: 48px;
    height: 49px;
  }
}

/* Ajustes adicionales para móviles muy pequeños */
@media (max-width: 360px) {
  .header {
    padding: 15px 10px;
  }
  
  .logo {
    height: 35px;
  }
  
  .hero-with-image-title .brand-text,
  .hero-with-image-title .normal-text,
  .hero-title .brand-text,
  .hero-title .normal-text {
    font-size: 24px;
    line-height: 1.1;
  }
  
  .purpose-title,
  .platform-title,
  .achievements-title {
    font-size: 24px;
    line-height: 1.1;
  }
  
  .faq-question {
    font-size: 18px;
  }
  
  .faq-number-text {
    font-size: 28px;
  }
}

/* Mejoras para accesibilidad y experiencia de usuario */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Ajustes para impresión */
@media print {
  .header,
  .footer-section {
    display: none;
  }
  
  .main-container {
    background: white;
  }
  
  * {
    color: black !important;
    background: white !important;
  }
}

.progress-tooltip {
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.progress-tooltip-content {
  padding: 4px 6px;
  background: #161519;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.progress-percentage {
  color: white;
  font-size: 13px;
  font-family: 'DM Sans';
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.13px;
  word-wrap: break-word;
}

.progress-tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #161519;
  margin: 0 auto;
}

.progress-bar {
  align-self: stretch;
  height: 8px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.progress-bar-background {
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(144, 145, 156, 0.15);
}

.progress-bar-fill {
  width: 63.5%;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 0.50px;
  background: #B063FF;
  border-radius: 4px;
}

.hero-image-container {
  flex: 1;
  min-width: 300px;
  max-width: 627px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  display: flex;
}

.hero-image {
  width: 100%;
  max-width: 583px;
  height: auto;
  aspect-ratio: 583/665;
  object-fit: cover;
  border-radius: 20px;
}

/* Sección hero */
.hero-section {
  align-self: stretch;
  padding: clamp(50px, 8vw, 100px) clamp(20px, 5vw, 150px);
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content {
  align-self: stretch;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-inner {
  align-self: stretch;
  justify-content: center;
  align-items: center;
  gap: 40px;
  display: inline-flex;
}

.hero-text-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  display: inline-flex;
}

.hero-title-wrapper {
  width: 100%;
  max-width: 809px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}

.hero-title {
  width: 100%;
  text-align: center;
}

.hero-title .normal-text {
  color: #111013;
  font-size: clamp(28px, 6vw, 52px);
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 1.05;
  word-wrap: break-word;
  letter-spacing: -0.02em;
}

.hero-title .brand-text {
  color: #B063FF;
  font-size: clamp(28px, 6vw, 52px);
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 1.05;
  word-wrap: break-word;
  letter-spacing: -0.02em;
}

.hero-description {
  width: 100%;
  max-width: 930px;
  text-align: center;
  color: #161519;
  font-size: clamp(16px, 2.5vw, 20px);
  font-family: 'DM Sans';
  font-weight: 400;
  line-height: 1.47;
  letter-spacing: 0.015em;
  word-wrap: break-word;
}

.hero-description .bold-text {
  font-weight: 600;
}

/* Sección propósito */
.purpose-section {
  align-self: stretch;
  padding: 0 clamp(20px, 5vw, 150px) clamp(50px, 8vw, 100px);
  background: white;
  box-shadow: 0px -16px 30px rgba(0, 0, 0, 0.03) inset;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.purpose-container {
  align-self: stretch;
  max-width: 1400px;
  padding: clamp(40px, 8vw, 98px) clamp(20px, 6vw, 76px);
  background: rgba(246, 250, 255, 0.50);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.purpose-content {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: flex;
}

.purpose-header {
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  display: flex;
}

.purpose-title-container {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.purpose-title {
  align-self: stretch;
  text-align: center;
  color: black;
  font-size: clamp(28px, 6vw, 52px);
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 1.05;
  word-wrap: break-word;
  letter-spacing: -0.02em;
}

.purpose-description {
  width: 100%;
  max-width: 1001px;
  text-align: center;
  color: black;
  font-size: clamp(16px, 2.5vw, 20px);
  font-family: 'DM Sans';
  font-weight: 400;
  line-height: 1.47;
  letter-spacing: 0.015em;
  word-wrap: break-word;
}

/* Objetivos de desarrollo sostenible */
.sdg-container {
  align-self: stretch;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(20px, 4vw, 40px);
  display: flex;
  flex-wrap: wrap;
}

.sdg-item {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}

.sdg-item-content {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sdg-icon {
  padding: 6px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.sdg-title-container {
  align-self: stretch;
  padding: 16px 0 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.sdg-title {
  flex: 1 1 0;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: black;
  font-size: clamp(16px, 2.5vw, 20px);
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 1.2;
  word-wrap: break-word;
}

/* Sección plataforma */
.platform-section {
  align-self: stretch;
  padding: clamp(50px, 8vw, 100px) clamp(20px, 5vw, 150px);
  background: rgba(144, 145, 156, 0.06);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.platform-container {
  width: 100%;
  max-width: 1304px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  display: flex;
}

.platform-header {
  align-self: stretch;
  padding-bottom: 48px;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
}

.platform-title-container {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  display: inline-flex;
}

.platform-title-inner {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}

.platform-title {
  align-self: stretch;
  text-align: center;
  color: #111013;
  font-size: clamp(28px, 6vw, 52px);
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 1.05;
  word-wrap: break-word;
  letter-spacing: -0.02em;
}

.platform-areas {
  justify-content: center;
  align-items: flex-start;
  gap: clamp(20px, 4vw, 40px);
  display: flex;
  flex-wrap: wrap;
}

.platform-areas-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 4vw, 32px);
  display: flex;
  flex-wrap: wrap;
}

.area-item {
  flex: 1;
  min-width: 280px;
  max-width: 650px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}

.area-content {
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.area-icon {
  padding: 6px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.area-title-container {
  align-self: stretch;
  padding: 16px 0 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}

.area-title {
  flex: 1 1 0;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #111013;
  font-size: clamp(18px, 2.5vw, 20px);
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 1.4;
  word-wrap: break-word;
}

.area-description-container {
  align-self: stretch;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
}

.area-description {
  align-self: stretch;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #161519;
  font-size: clamp(16px, 2.5vw, 20px);
  font-family: 'DM Sans';
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.02em;
  word-wrap: break-word;
}

/* Sección logros */
.achievements-section {
  width: 100%;
  padding: clamp(50px, 8vw, 100px) clamp(20px, 5vw, 150px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.achievements-container {
  align-self: stretch;
  max-width: 1400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.achievements-header {
  align-self: stretch;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
}

.achievements-title-container {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.achievements-title-inner {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: flex;
}

.achievements-title {
  align-self: stretch;
  text-align: center;
  color: #111013;
  font-size: clamp(28px, 6vw, 52px);
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 1.05;
  word-wrap: break-word;
  letter-spacing: -0.02em;
}

.achievements-grid {
  align-self: stretch;
  padding-top: 40px;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(20px, 4vw, 40px);
  display: flex;
  flex-wrap: wrap;
}

.achievement-card {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  height: auto;
  overflow: hidden;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.achievement-image {
  align-self: stretch;
  width: 100%;
  height: 200px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.achievement-content {
  align-self: stretch;
  padding: clamp(20px, 4vw, 32px);
  background: rgba(144, 145, 156, 0.06);
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
  flex-grow: 1;
}

.achievement-text-container {
  align-self: stretch;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.achievement-text {
  flex: 1 1 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #111013;
  font-size: clamp(18px, 2.5vw, 24px);
  font-family: 'DM Sans';
  font-weight: 500;
  line-height: 1.2;
  word-wrap: break-word;
}

/* Sección FAQ */
.faq-section {
  align-self: stretch;
  padding: clamp(50px, 8vw, 100px) clamp(20px, 5vw, 150px);
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.faq-container {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.faq-inner {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.faq-content {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.faq-list {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-item {
  align-self: stretch;
  padding: clamp(30px, 5vw, 52px) clamp(20px, 4vw, 60px);
  background: #FAF6FF;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(20px, 4vw, 52px);
  display: flex;
  flex-wrap: wrap;
}

.faq-item.first {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.faq-item.last {
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.faq-number {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: flex;
  min-width: 80px;
}

.faq-number-text {
  color: #9D96A8;
  font-size: clamp(32px, 5vw, 48px);
  font-family: 'Inter';
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.25px;
  word-wrap: break-word;
}

.faq-text-container {
  flex: 1;
  min-width: 250px;
  padding-top: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.faq-question-container {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
}

.faq-question-wrapper {
  flex: 1 1 0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-question {
  flex: 1 1 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: black;
  font-size: clamp(20px, 4vw, 32px);
  font-family: 'Inter';
  font-weight: 700;
  line-height: 1.2;
  word-wrap: break-word;
}

.faq-answer-container {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.faq-answer {
  align-self: stretch;
  color: #5A5365;
  font-size: clamp(16px, 2.5vw, 20px);
  font-family: 'Inter';
  font-weight: 400;
  line-height: 1.4;
  word-wrap: break-word;
}

/* Footer */
.footer-section {
  width: 100%;
  background: white;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-container {
  width: 100%;
  max-width: 1304px;
  padding: clamp(40px, 8vw, 96px) clamp(20px, 5vw, 0) clamp(40px, 6vw, 80px);
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-content {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(20px, 4vw, 40px);
  display: flex;
  flex-wrap: wrap;
}

.footer-brand {
  flex: 1;
  min-width: 250px;
  max-width: 554px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  display: flex;
}

.footer-tagline {
  align-self: stretch;
  color: #161519;
  font-size: clamp(14px, 2vw, 15.6px);
  font-family: 'DM Sans';
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.015em;
  word-wrap: break-word;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  display: flex;
}

.footer-column-content {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.footer-column-header {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.footer-column-title {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #111013;
  font-size: clamp(14px, 2vw, 16.8px);
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 1.4;
  word-wrap: break-word;
}

.footer-column-text {
  color: #161519;
  font-size: clamp(14px, 2vw, 15.6px);
  font-family: 'DM Sans';
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.015em;
  word-wrap: break-word;
}

.footer-column-text.bold {
  font-weight: 600;
}

.footer-column-text.link {
  text-decoration: underline;
}

.footer-bottom {
  width: 100%;
  max-width: 1304px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  margin-top: 2rem;
}

.footer-divider {
  align-self: stretch;
  height: 1px;
  position: relative;
}

.footer-divider-line {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
  background: rgba(144, 145, 156, 0.50);
}

.footer-copyright {
  align-self: stretch;
  padding: 30px 0;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  display: inline-flex;
}

.footer-copyright-container {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  display: inline-flex;
}

.footer-copyright-inner {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.footer-copyright-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #161519;
  font-size: clamp(14px, 2vw, 15.6px);
  font-family: 'DM Sans';
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.015em;
}