@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "BwModelica";
  src: url("../fonts/BwModelica-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BwModelica-Regular.woff") format("woff"), url("../fonts/BwModelica-Regular.ttf") format("truetype"), url("../fonts/BwModelica-Medium.svg#BwModelica-Regular") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "BayerSans";
  src: url("../fonts/BayerSansWeb-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BayerSans";
  src: url("../fonts/BayerSansWeb-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BayerSans";
  src: url("../fonts/BayerSansWeb-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BayerSans";
  src: url("../fonts/BayerSansWeb-Heavy.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BayerSans";
  src: url("../fonts/BayerSansWeb-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/BayerSansWeb-LightItalic.woff2") format("woff2");
  font-family: "BayerSans";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url("../fonts/BayerSansWeb-BoldItalic.woff2") format("woff2");
  font-family: "BayerSans";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url("../fonts/BayerSansWeb-HeavyItalic.woff2") format("woff2");
  font-family: "BayerSans";
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url("../fonts/BayerSansWeb-BlackItalic.woff2") format("woff2");
  font-family: "BayerSans";
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --dark: #1A1A2E;
  --gray-bg: #F4F4F6;
  --text: #444444;
  --text-2: #616161;
  --beige-bg: #f3f0e9;
  --fuchsia: #ff3162;
  --bright-green: #89d329;
  --bright-blue: #00BCFF;
  --raspberry: #D30F4B;
  --green: #66B512;
  --blue: #0091DF;
  --mid-purple: #624963;
  --mid-green: #2B6636;
  --mid-blue: #00617F;
  --dark-purple: #443247;
  --dark-green: #004422;
  --dark-blue: #10384F;
  --gradient-rest: linear-gradient(135deg, #808080 0%, #dbdbdb 100%);
  --gradient-1st: linear-gradient(135deg, var(--bright-green) 0%, var(--mid-green) 100%);
  --gradient-2nd: linear-gradient(135deg, var(--bright-blue) 0%, var(--mid-blue) 100%);
  --gradient-3rd: linear-gradient(135deg, var(--raspberry) 0%, var(--mid-purple) 100%);
  --bs-custom-modal-padding: 0.5rem;
  --bs-custom-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23ff3162' stroke='%23ff3162' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

body {
  font-family: "BayerSans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--text);
  background: #fff;
}

.strong,
strong {
  font-family: "BayerSans";
  font-weight: 600;
}

a {
  color: var(--green);
}

.text-justify {
  text-align: justify;
}

.txt-fuchsia {
  color: var(--fuchsia);
}

.txt-green {
  color: var(--bright-blue);
}

.txt-bgreen {
  color: var(--green);
}

.text-bg-fuchsia {
  background-color: var(--fuchsia);
}

.text-bg-points {
  color: #fff;
  background-color: var(--bright-blue);
}

.text-bg-member-points {
  color: #fff;
  background: var(--gradient-2nd);
}

.brd-right {
  border-right: 1px solid #c2c2c2;
}

.brd-bottom {
  border-bottom: 1px solid #c2c2c2;
}

/* ── Hero banner ─────────────────────────── */
.hero-banner {
  background-image: url("../img/HeroBanner_Mob.png");
  background-position: 45% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 547px;
  border-radius: 18px;
  margin: 0 12px 12px 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.hero-banner-interior {
  background-image: url("../img/banner_interior.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-position: 45% 0%;
  background-size: contain;
  border-radius: 18px;
  margin: 0 12px 12px 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hero-banner-interior .hero-body {
  display: flex;
  align-items: flex-end;
  padding: 20px 15px 0 20px;
  position: relative;
}
.hero-banner-interior .hero-body img {
  max-width: 200px;
  height: auto;
}
.hero-banner-interior {
  background-color: #000;
  padding-bottom: 0.5rem;
}

/* Pleca superior dentro del hero */
.hero-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
}

.btn-registrar {
  background: var(--blue);
  color: #fff;
  font-family: "BayerSans", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  border: none;
  border-radius: 0.8rem;
  padding: 0.5rem 1rem;
}

.btn-registrar:hover {
  background: var(--bright-blue);
  color: #fff;
}

.btn-fuchsia {
  background: #e5004b;
  color: #fff;
  font-family: "BayerSans", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  border: none;
  border-radius: 0.4rem;
  padding: 0.2rem 1rem;
}
.btn-fuchsia i,
.btn-fuchsia .icon {
  vertical-align: bottom;
}
.btn-fuchsia:hover, .btn-fuchsia:active, .btn-fuchsia:focus {
  background-color: var(--bright-blue) !important;
  color: #fff !important;
}

.btn-disabled {
  background: #d9d9d9;
  color: #fff;
  font-family: "BayerSans", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  border: none;
  border-radius: 0.4rem;
  padding: 0.2rem 1rem;
  cursor: not-allowed;
}
.btn-disabled:hover, .btn-disabled:active, .btn-disabled:focus {
  background: #d9d9d9;
  color: #fff;
}

.topbar-user {
  font-size: 0.85rem;
  color: #616161;
}

.topbar-user strong {
  font-weight: 700;
}

.topbar-user a {
  color: #616161;
  text-decoration: none;
}

.topbar-user a:hover {
  color: var(--blue);
  text-decoration: underline;
}

/* Login */
.login-card {
  border-radius: 14px;
  border: 1px solid var(--bright-green);
}

/* Contenido del hero */
.hero-body {
  display: flex;
  align-items: flex-end;
  padding: 20px 15px 0;
  position: relative;
}
.hero-body img {
  max-width: 180px;
  max-width: 180px;
  height: auto;
}

.hero-text {
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.2;
  margin-left: 0;
  margin-right: 0;
  margin-top: 4rem;
  font-family: "BayerSans";
  font-weight: 500;
}
.hero-text p {
  margin: 0;
}

.hero-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 70px;
  height: 70px;
  background: #3a3a5c;
  border-radius: 8px;
}

/* ── Team grid ───────────────────────────── */
.border-light {
  border: 1px solid lightgray !important;
}

/* Team Section */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.team-member {
  background-color: #faf7ef;
  border-radius: 15px;
  padding: 1rem 0.5rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}
.team-member .member-email {
  margin: 0.25rem 0 0.85rem 0;
  color: var(--mid-blue);
  font-family: "BayerSans";
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1;
  font-style: normal;
  overflow-wrap: break-word; /* Preferred for most layouts */
  word-wrap: break-word;
}
.team-member .member-name {
  margin: 0;
  color: var(--fuchsia);
  font-family: "BayerSans";
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
  font-style: italic;
}
.team-member .member-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--gradient-1st);
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: white;
}
.team-member:first-child .member-avatar {
  background: var(--gradient-1st);
}
.team-member:nth-child(2) .member-avatar {
  background: linear-gradient(135deg, #fbdc8e 0%, #FF8F00 100%);
}
.team-member:nth-child(3) .member-avatar {
  background: linear-gradient(135deg, #02f0b9 0%, #069775 100%);
}
.team-member:nth-child(4) .member-avatar {
  background: linear-gradient(135deg, #9C27B0 0%, #673AB7 100%);
}
.team-member:nth-child(5) .member-avatar {
  background: linear-gradient(135deg, #7d8eac 0%, #17499e 100%);
}

.team-member.disabled {
  background-color: #ccc;
}
.team-member.disabled .member-name {
  color: var(--text-2);
}
.team-member.disabled .text-bg-member-points {
  color: #fff;
  background: #808080 !important;
}
.team-member.disabled .member-avatar {
  background: #808080 !important;
}

/* ── Stats row ───────────────────────────── */
.stats-section {
  padding: 12px 0 28px;
}

.stat-number {
  font-family: "BayerSans";
  font-weight: 900;
  font-style: italic;
  font-size: 3rem;
  color: var(--fuchsia);
  line-height: 1;
}

.stat-label {
  font-family: "BayerSans";
  font-weight: 600;
  font-style: italic;
  font-size: 1rem;
  color: var(--text-2);
  line-height: 1.2;
  margin-top: 0.5rem;
}

.stat-divider {
  width: 1px;
  background: #ddd;
  align-self: stretch;
  margin: 6px 0;
}

/* ── Phases tabs ──────────────────────────── */
.phases-wrapper {
  background: var(--beige-bg);
  border-radius: 20px;
  padding: 20px 25px;
  margin-bottom: 36px;
}

.phases-label {
  font-family: "BayerSans";
  font-weight: 900;
  font-style: italic;
  font-size: 1.8rem;
  margin-right: 14px;
}

.phase-btn {
  border-radius: 25px;
  font-family: "BayerSans";
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  padding: 6px 20px;
  border: none;
  cursor: pointer;
  line-height: 1.3;
  text-align: start;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1), 2px 6px 14px rgba(0, 0, 0, 0.15);
}
.phase-btn br {
  display: none;
}

.phase-btn .phase-num {
  font-family: "BayerSans";
  font-weight: 300;
  font-style: normal;
  display: inline;
  font-size: 1rem;
  line-height: 1;
}

.phase-btn.active {
  background: var(--blue);
  color: #fff;
}

.phase-btn.inactive {
  color: #fff;
  border: none;
  cursor: pointer;
  background: radial-gradient(ellipse at center, #dcdad4 30%, #CECEC9 100%);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.1), 2px 6px 14px rgba(0, 0, 0, 0.15);
}

.btn-gris {
  background-color: #E8E8E4;
  color: #555;
  border: none;
  border-radius: 50px;
  padding: 14px 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-gris:hover {
  background-color: #DDDDD8;
  box-shadow: 2px 6px 14px rgba(0, 0, 0, 0.15);
}

/* ── Phase detail ────────────────────────── */
.phase-detail {
  margin-top: 5rem;
  margin-bottom: 40px;
}

.phase-start-date {
  font-family: "BayerSans";
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--blue);
}
.phase-start-date .fst-italic {
  font-style: italic;
}

.phase-title {
  font-family: "BayerSans";
  font-weight: 300;
  font-size: 2.8rem;
  margin-bottom: 0;
}
.phase-title strong {
  font-weight: 800;
}

.phase-body {
  font-family: "BayerSans";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
}

/* ── Activities ───────────────────────────── */
.activities-section {
  margin-bottom: 48px;
}

.activities-heading {
  font-family: "BayerSans";
  font-style: italic;
  font-size: 1.7rem;
  font-weight: 500;
}

.activities-heading em {
  font-family: "BayerSans";
  font-weight: 800;
  font-style: italic;
}

.days-remaining {
  font-family: "BayerSans";
  font-weight: 900;
  text-align: right;
  line-height: 1.2;
}

.days-remaining .num {
  font-family: "BayerSans";
  font-style: italic;
  font-weight: 800;
  font-size: 4.2rem;
  color: var(--fuchsia);
  display: inline-block !important;
}

.days-remaining .lbl {
  font-family: "BayerSans";
  font-weight: 600;
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--text-2);
  text-align: left;
  display: inline-block !important;
  vertical-align: super;
}

/* Activity card */
.activity-card {
  border-radius: 14px;
  overflow: hidden;
  border: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  background-color: var(--beige-bg);
}

.activity-card-img {
  max-width: 90%;
  width: 100%;
  height: auto;
  margin: 1.4rem 1.4rem 0 0;
}

.activity-card-img-bottom {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
}

/* Wrapper relativo para posicionar el botón encima de la imagen inferior */
.card-img-bottom-wrapper {
  position: relative;
}

.activity-card .card-body {
  padding: 14px 14px 20px 14px;
}

.activity-card .card-title {
  font-family: "BayerSans";
  font-weight: 600;
  color: var(--text);
  font-size: 2rem;
  margin-bottom: 6px;
}

.activity-card .card-text-info {
  font-family: "BayerSans";
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.3;
}
.activity-card .card-text-info strong {
  font-weight: 800;
}
.activity-card .card-text-info .hashtag {
  font-weight: 600;
  font-style: italic;
}

.activity-card .card-text {
  font-family: "BayerSans";
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.2;
}
.activity-card .card-text strong {
  font-weight: 800;
}

.btn-leer-mas {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
  font-size: 0.75rem;
  border: none;
  border-radius: 20px;
  padding: 0 0 0 1.2rem;
  text-decoration: none;
  position: absolute;
  bottom: 14px;
  left: 14px;
}
.btn-leer-mas i,
.btn-leer-mas .icon {
  background-color: #fff;
  border-radius: 50%;
  padding: 0.25rem;
  margin-left: 0.5rem;
}

.btn-leer-mas:hover {
  background-color: rgba(51, 51, 51, 0.6);
  color: #fff;
}
.btn-leer-mas:hover i,
.btn-leer-mas:hover .icon {
  background-color: #333;
  color: #fff;
}

.btn-registrar-actividad {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(255, 49, 98, 0.75);
  color: #fff;
  font-size: 0.95rem;
  border: none;
  border-radius: 20px;
  padding: 0 1.2rem 0 0;
  text-decoration: none;
  position: absolute;
  bottom: 14px;
  left: 14px;
}
.btn-registrar-actividad i {
  color: white;
  border-radius: 50%;
  padding: 0.5rem;
  margin-left: 0.5rem;
}

.btn-registrar-actividad:hover {
  background-color: rgba(137, 211, 41, 0.75);
  color: #fff;
}
.btn-registrar-actividad:hover i {
  color: #fff;
}

.terms-link {
  color: var(--text);
  font-size: 1.5rem;
  line-height: 1.2;
}

.terms-link strong {
  color: var(--text);
}

.terms-link a {
  color: var(--text);
  font-weight: 700;
}

/* ── Ranking ──────────────────────────────── */
.ranking-section {
  border-top: 1px solid #e0e0e0;
  padding-top: 36px;
  margin-bottom: 48px;
}

.ranking-img {
  max-width: 280px;
  width: 100%;
  height: auto;
}

.ranking-title {
  font-family: "BayerSans";
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 14px;
  color: var(--text-2);
}

.ranking-body {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-top: 8px;
}

.ranking-pts {
  font-family: "BayerSans";
  font-weight: 900;
  font-style: italic;
  font-size: 2.6rem;
  color: var(--fuchsia);
  line-height: 1;
}

.ranking-place {
  font-family: "BayerSans";
  font-style: italic;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--mid-purple);
  margin-bottom: 2px;
}

.ranking-team {
  font-family: "BayerSans";
  font-weight: 900;
  font-style: italic;
  font-size: 1.6rem;
  color: var(--blue);
  line-height: 1.1;
  margin: 15px 0;
}

.ranking-members {
  font-size: 1rem;
  color: var(--text);
  line-height: 1.8;
}

/*================================== Navbar toggler */
.navbar-toggler {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--fuchsia);
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0.15rem rgb(255, 255, 255);
  box-shadow: 0 0 0 0.15rem rgb(255, 255, 255);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 49, 98, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .nav-item {
  border-bottom: 1px solid var(--bright-blue);
}

.navbar .nav-item.active .nav-link {
  color: var(--bright-blue);
}

.navbar .nav-link {
  color: #fff;
  font-weight: 500;
  padding-left: 0.8rem;
}
.navbar .nav-link:hover {
  color: var(--bright-blue);
}

.offcanvas {
  background-color: #002e46;
  border-left: 3px solid var(--bright-blue) !important;
}
.offcanvas .offcanvas-header .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300BCFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  opacity: 1;
}

/*================================== Swiper */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  opacity: 0.8;
  background-color: #000;
  border-radius: 50%;
  padding: 0.6rem;
  position: relative;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-prev-custom {
  left: 0;
}

.swiper-button-next-custom {
  right: 0;
}

ul.actividad-integrantes {
  font-size: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.actividad-integrantes li {
  margin: 0.3rem 0;
}
ul.actividad-integrantes i,
ul.actividad-integrantes .icon {
  vertical-align: bottom;
}
ul.actividad-integrantes .icon-check {
  color: var(--mid-green);
}
ul.actividad-integrantes .icon-x,
ul.actividad-integrantes .icon-hourglass {
  color: #dd0606;
}

/* ── Forms ───────────────────────────────── */
.form-control,
.form-select {
  background-color: #e5e5e5;
  border-radius: 0;
}

.form-select {
  background-image: var(--bs-custom-form-select-bg-img) !important;
}

/* ── Ranking ───────────────────────────────── */
.ranking-global .list-group-numbered > .list-group-item::before {
  content: counters(section, "") " ";
  counter-increment: section;
  font-family: "BayerSans";
  font-weight: 500;
  font-style: italic;
  font-size: 2rem;
  color: var(--bright-blue);
  padding-right: 0.8rem;
}

.team-avatar {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: var(--gradient-rest);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
}

.list-group-item:first-child .team-avatar {
  background: var(--gradient-1st);
}

.list-group-item:nth-child(2) .team-avatar {
  background: var(--gradient-2nd);
}

.list-group-item:nth-child(3) .team-avatar {
  background: var(--gradient-3rd);
}

.team-points {
  text-align: right;
  font-size: 1.8rem;
  color: var(--mid-blue);
}

/* ── Modals ───────────────────────────────── */
.modal-header {
  color: var(--fuchsia);
  border-bottom: none;
  padding: var(--bs-custom-modal-padding) var(--bs-modal-padding);
}
.modal-header .btn-close {
  background-color: #000 !important;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  opacity: 1;
}

.modal-footer {
  border-top: none;
}

.modal-body {
  padding: var(--bs-custom-modal-padding) var(--bs-modal-padding);
}
.modal-body label {
  font-size: 0.85rem;
}
.modal-body .drop-zone {
  background-color: #e5e5e5;
  border: 2px dashed rgba(255, 49, 98, 0.5);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.modal-body .drop-zone .icon {
  width: 40px;
  height: 40px;
}
.modal-body .file-upload:hover {
  background-color: #f7f7f7;
  border-color: var(--bright-green);
}
.modal-body .file-upload input {
  display: none;
}

.modal-backdrop {
  background-color: #002e46;
  opacity: 0.8 !important;
}

/* ── Footer ───────────────────────────────── */
footer {
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.85rem;
}
footer p {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}
footer p:first-child {
  color: var(--bright-blue);
  font-family: "BayerSans";
  font-weight: 600;
  font-style: normal;
  margin: 0 5.5rem 0.5rem 0;
}
footer p:last-child {
  color: var(--mid-purple);
  font-family: "BayerSans";
  font-weight: 600;
  font-style: normal;
  font-family: "BayerSans";
  font-weight: 300;
  font-style: italic;
}

.footer-logo {
  width: 60px;
  height: 50px;
  background: #ccc;
  border-radius: 8px;
}

.footer-links {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  text-align: right;
}

.footer-links .copyright {
  font-weight: 700;
  color: var(--teal);
}

.footer-links a {
  color: var(--text);
  text-decoration: none;
  display: block;
}

.footer-links a:hover {
  text-decoration: underline;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.quiz-card {
  border-radius: 0.8rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  background-color: var(--beige-bg);
  padding: 2rem;
  font-weight: 300;
}

.trivia-resp {
  margin-left: 2rem;
}

/* Media Queries */
@media (min-width: 480px) {
  .phase-btn .phase-num {
    font-size: 1.35rem;
    line-height: 1;
    display: block;
  }
  .terms-link {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .hero-banner {
    background-image: url("../img/HeroBanner.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 530px;
    margin: 0 12px 12px 12px;
  }
  .hero-banner-interior {
    background-image: url("../img/banner_interior.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 490px;
    border-radius: 18px;
    margin: 0 12px 12px 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .hero-banner-interior .hero-body {
    display: flex;
    align-items: flex-end;
    padding: 50px 15px 0 80px;
    position: relative;
  }
  .hero-banner-interior .hero-body img {
    max-width: 250px;
    height: auto;
  }
  .hero-body {
    padding: 20px 24px;
  }
  .hero-body img {
    max-width: 180px;
    height: auto;
  }
  .hero-text {
    font-size: 0.88rem;
    line-height: 1.45;
    margin-left: 12px;
    margin-top: 0;
  }
  .btn-registrar {
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
  }
  /* ── Stats row ───────────────────────────── */
  .stats-section {
    padding: 12px 0 28px;
  }
  .stat-number {
    font-size: 7rem;
  }
  .stat-label {
    font-size: 2rem;
  }
  .stat-divider {
    width: 1px;
    background: #ddd;
    align-self: stretch;
    margin: 6px 0;
  }
  .phases-label {
    font-size: 2rem;
  }
  .phase-btn {
    font-size: 1.78rem;
    padding: 12px 40px;
  }
  .phase-title {
    font-size: 4rem;
  }
  .phase-body {
    font-size: 1.25rem;
  }
  .phase-start-date {
    font-size: 1.4rem;
  }
  .activities-heading {
    font-size: 2rem;
  }
  .days-remaining .num {
    font-size: 5.2rem;
  }
  .team-member {
    padding: 1.5rem 0.8rem;
  }
  footer p {
    font-size: 2.5rem;
    line-height: 1;
  }
}
@media (min-width: 1250px) {
  .hero-banner {
    background-image: url("../img/HeroBanner.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 660px;
    margin: 0 24px 24px 24px;
  }
  .hero-banner-interior {
    background-image: url("../img/banner_interior.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 535px;
    margin: 0 24px 24px 24px;
  }
  .hero-body {
    padding: 80px 24px;
  }
  .hero-body img {
    max-width: 250px;
    height: auto;
    margin-bottom: 3rem !important;
    margin-left: 18px;
  }
  .hero-text {
    font-size: 0.98rem;
    line-height: 1.35;
    margin-left: 18px;
    margin-top: 0;
  }
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}/*# sourceMappingURL=styles.css.map */