@charset "UTF-8";
@font-face {
  font-family: "cinzel";
  src: url("fonts/Cinzel-Regular.ttf");
}
@font-face {
  font-family: "lora";
  src: url("fonts/Lora-Regular.ttf");
}
@font-face {
  font-family: "crimson";
  src: url("fonts/CrimsonText-Regular.ttf");
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-moz-selection {
  color: #e8d5b7;
  background-color: #5a4a3a;
}

::selection {
  color: #e8d5b7;
  background-color: #5a4a3a;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #f5f1e8;
}

body::-webkit-scrollbar-thumb {
  background-color: #8b7355;
  border-radius: 20px;
  border: 3px solid #8b7355;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: lora;
  font-weight: 400;
  line-height: 1.6;
  color: #2c2416;
  background: linear-gradient(135deg, #f5f1e8 0%, #ebe5d9 100%);
  background-attachment: fixed;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(26, 58, 82, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
.page--quiz {
  max-width: 900px;
  margin: 0 auto;
  padding: 6rem 2rem;
  min-height: auto;
}

.header {
  position: relative;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header--index {
  background-image: url("images/bg.webp");
  background-size: cover;
  background-position: center;
}
.header--index::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom, rgba(244, 211, 101, 0.2) 0%, transparent 0%), linear-gradient(180deg, rgba(244, 211, 101, 0.2));
  z-index: 1;
}
.header--zeus {
  background-image: url("images/zeus3.webp");
  background-size: cover;
  background-position: center;
}
.header--zeus::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(26, 58, 82, 0.3) 0%, transparent 70%), linear-gradient(180deg, rgba(26, 58, 82, 0.6) 0%, rgba(26, 58, 82, 0.4) 50%, rgba(26, 58, 82, 0.7) 100%);
  z-index: 1;
}
.header--zeus .deity-hero__lightning::before, .header--zeus .deity-hero__lightning::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(212, 175, 55, 0.8), transparent);
  animation: lightning 3s ease-in-out infinite;
  opacity: 0;
}
.header--zeus .deity-hero__lightning::before {
  left: 30%;
  animation-delay: 0.5s;
}
.header--zeus .deity-hero__lightning::after {
  right: 30%;
  animation-delay: 1.5s;
}
.header--gaia {
  background-image: url("images/gaia.webp");
  background-size: cover;
  background-position: center;
}
.header--gaia::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at bottom, rgba(6, 36, 11, 0.5) 0%, transparent 70%), linear-gradient(180deg, rgba(6, 36, 11, 0.6) 0%, rgba(6, 36, 11, 0.4) 50%, rgba(6, 36, 11, 0.7) 100%);
  z-index: 1;
}
.header--mythes {
  background-image: url("images/mythes.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header--mythes::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(139, 115, 85, 0.2) 0%, transparent 70%), linear-gradient(135deg, rgba(139, 115, 85, 0.5) 0%, rgba(139, 115, 85, 0.3) 50%, rgba(139, 115, 85, 0.5) 100%);
  z-index: 1;
}
.header--mythes .deity-hero__lightning::before, .header--mythes .deity-hero__lightning::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid rgba(212, 175, 55, 0.2);
  border-radius: 50%;
  animation: expandRing 4s ease-out infinite;
}
.header--mythes .deity-hero__lightning::before {
  top: 20%;
  left: 20%;
}
.header--mythes .deity-hero__lightning::after {
  bottom: 20%;
  right: 20%;
  animation-delay: 2s;
}
.header__lightning, .header__earth {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.header__content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #faf8f3;
  animation: fadeInUp 1s cubic-bezier(0.33, 1, 0.68, 1);
  padding: 3rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__content::before {
  content: "";
  position: absolute;
  inset: -2rem;
  border: 2px solid rgba(212, 175, 55, 0.3);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  z-index: -1;
}
.header__symbol {
  width: 150px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 2rem;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.5));
  animation: float 3s ease-in-out infinite;
}
.header__name {
  font-family: cinzel;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), 6px 6px 12px rgba(0, 0, 0, 0.3), 0 0 50px rgba(212, 175, 55, 0.4);
  margin-bottom: 1rem;
  background: linear-gradient(180deg, #faf8f3 0%, rgba(250, 248, 243, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.header__name::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  opacity: 0.6;
}
.header__title {
  font-family: crimson;
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-style: italic;
  opacity: 0.95;
  padding: 0.5rem 1.5rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  backdrop-filter: blur(5px);
  display: inline-block;
  border: 1px solid rgba(212, 175, 55, 0.2);
  margin: 0 auto;
}

.navigation {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(250, 248, 243, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid #b8a67d;
  box-shadow: 0 4px 6px rgba(28, 20, 16, 0.07), 0 2px 4px rgba(28, 20, 16, 0.05);
}
.navigation__container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}
@media (max-width: 640px) {
  .navigation__container {
    gap: 0.5rem;
  }
}
.navigation__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: #5a4a3a;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  border: 2px solid transparent;
}
.navigation__link:hover {
  background: rgba(212, 175, 55, 0.1);
  color: #1a3a52;
  transform: translateY(-2px);
}
.navigation__link--active {
  background: linear-gradient(135deg, rgba(26, 58, 82, 0.1), rgba(212, 175, 55, 0.1));
  border-color: #d4af37;
  color: #1a3a52;
}
.navigation__icon {
  font-size: 1.5rem;
  width: 40px;
}
.navigation__text {
  font-family: cinzel;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.intro {
  max-width: 1200px;
  margin: 8rem auto;
  padding: 0 2rem;
}
.intro__title {
  font-family: cinzel;
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-weight: 700;
  color: #1a3a52;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
.intro__title::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #d4af37;
}
.intro__text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #5a4a3a;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.intro__text:first-letter {
  font-size: 2.25rem;
  font-family: cinzel;
  font-weight: 700;
  color: #1a3a52;
  float: left;
  line-height: 1;
  margin-right: 0.5rem;
}

.introDieu {
  max-width: 1200px;
  margin: 8rem auto;
  padding: 0 2rem;
}
.introDieu__title {
  font-family: cinzel;
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-weight: 700;
  color: #1a3a52;
  text-align: center;
  margin-bottom: 4rem;
}
.introDieu__text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #5a4a3a;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.introDieu__subtitle {
  font-family: cinzel;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a3a52;
  margin: 4rem 0 2rem;
  text-align: center;
}

.attributes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.attributes__card {
  background: #faf8f3;
  border: 2px solid #d4c4a8;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
}
.attributes__card:hover {
  transform: translateY(-4px);
  border-color: #d4af37;
  box-shadow: 0 10px 15px rgba(28, 20, 16, 0.1), 0 4px 6px rgba(28, 20, 16, 0.05);
}
.attributes__icon {
  margin-bottom: 1rem;
  width: 40px;
}
.attributes__name {
  font-family: cinzel;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a3a52;
  margin-bottom: 0.5rem;
}
.attributes__desc {
  font-size: 0.875rem;
  color: #8b7d6b;
  line-height: 1.6;
}

.offspring {
  max-width: 1400px;
  margin: 8rem auto;
  padding: 0 2rem;
}
.offspring__header {
  text-align: center;
  margin-bottom: 6rem;
}
.offspring__title {
  font-family: cinzel;
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 1rem;
}
.offspring__intro {
  font-family: crimson;
  font-size: 1.25rem;
  font-style: italic;
  color: #8b7d6b;
}
.offspring__category {
  margin-bottom: 6rem;
}
.offspring__subtitle {
  font-family: cinzel;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #b8a67d;
}
.offspring__icon {
  font-size: 1.875rem;
  width: 40px;
}
.offspring__desc {
  font-size: 1rem;
  font-style: italic;
  color: #5a4a3a;
  margin-bottom: 2rem;
  line-height: 1.8;
}
.offspring__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.olympians {
  max-width: 1400px;
  margin: 8rem auto;
  padding: 0 2rem;
}
.olympians__header {
  text-align: center;
  margin-bottom: 6rem;
}
.olympians__title {
  font-family: cinzel;
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 1rem;
}
.olympians__subtitle {
  font-family: crimson;
  font-size: 1.25rem;
  font-style: italic;
  color: #8b7d6b;
}
.olympians__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 3rem;
}
@media (max-width: 640px) {
  .olympians__grid {
    grid-template-columns: 1fr;
  }
}

.cardGod {
  background: #faf8f3;
  border: 2px solid #d4c4a8;
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.cardGod::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #1a3a52, #d4af37);
}
.cardGod:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px rgba(28, 20, 16, 0.1), 0 10px 10px rgba(28, 20, 16, 0.04);
  border-color: #d4af37;
  cursor: pointer;
}
.cardGod__header {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d4c4a8;
}
.cardGod__symbol {
  display: flex;
  width: 100px;
  margin: auto;
  margin-bottom: 1rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.cardGod__name {
  font-family: cinzel;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 0.25rem;
}
.cardGod__title {
  font-family: crimson;
  font-size: 1rem;
  font-style: italic;
  color: #8b7d6b;
}
.cardGod__description {
  font-size: 1rem;
  line-height: 1.8;
  color: #5a4a3a;
  margin-bottom: 1.5rem;
}
.cardGod__attributes-title {
  font-family: cinzel;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a3a52;
  margin-bottom: 1rem;
}
.cardGod__list {
  list-style: none;
  margin-bottom: 1.5rem;
}
.cardGod__list li {
  padding: 0.25rem 0;
  color: #5a4a3a;
  font-size: 0.875rem;
}
.cardGod__domains {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.cardGod__domain {
  display: inline-block;
  padding: 0.25rem 1rem;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1a3a52;
  letter-spacing: 0.05em;
}
.cardGod__link {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(135deg, #1a3a52, rgba(26, 58, 82, 0.8));
  color: #faf8f3;
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.cardGod__link:hover {
  background: linear-gradient(135deg, #d4af37, rgba(212, 175, 55, 0.9));
  transform: translateX(4px);
}

.cardChild {
  background: #faf8f3;
  border: 2px solid #d4c4a8;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
.cardChild:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px rgba(28, 20, 16, 0.1), 0 4px 6px rgba(28, 20, 16, 0.05);
  border-color: #d4af37;
  cursor: pointer;
}
.cardChild__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.cardChild__icon {
  font-size: 1.875rem;
  width: 50px;
}
.cardChild__icon-img {
  display: flex;
  width: 50px;
}
.cardChild__name {
  font-family: cinzel;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a3a52;
}
.cardChild__role {
  font-family: crimson;
  font-size: 1rem;
  font-style: italic;
  color: #8b7d6b;
  margin-bottom: 1rem;
}
.cardChild__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #5a4a3a;
}
.cardChild__desc strong {
  color: #1a3a52;
  font-weight: 600;
}

.role {
  max-width: 1400px;
  margin: 8rem auto;
  padding: 0 2rem;
}
.role__title {
  font-family: cinzel;
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-weight: 700;
  color: #1a3a52;
  text-align: center;
  margin-bottom: 6rem;
}
.role__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
}
.role__card {
  background: #faf8f3;
  border: 2px solid #d4c4a8;
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
}
.role__card:hover {
  transform: translateY(-4px);
  border-color: #d4af37;
  box-shadow: 0 10px 15px rgba(28, 20, 16, 0.1), 0 4px 6px rgba(28, 20, 16, 0.05);
}
.role__title {
  font-family: cinzel;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a3a52;
  margin-bottom: 1rem;
  text-align: center;
}
.role__desc {
  font-size: 1rem;
  line-height: 1.8;
  color: #5a4a3a;
  text-align: justify;
}
.role__icon {
  font-size: 3rem;
  margin: auto;
  margin-bottom: 1.5rem;
  text-align: center;
  width: 40px;
  display: flex;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 36, 22, 0.85);
  backdrop-filter: blur(8px);
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  animation: fadeIn 0.3s ease;
}
.modal__header {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #d4c4a8;
  align-items: flex-start;
}
.modal__header__title-section {
  flex: 1;
}
.modal__symbol {
  font-size: 3rem;
  display: block;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.modal__symbol-img {
  display: flex;
  width: 100px;
  margin-bottom: 1rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.modal__name {
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}
.modal__epithet {
  font-family: "Crimson Text", serif;
  font-size: 1.25rem;
  font-style: italic;
  color: #d4af37;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}
.modal__role {
  font-family: "Cinzel", serif;
  font-size: 1rem;
  color: #8b7d6b;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.modal__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.modal__container {
  position: relative;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  background: #faf8f3;
  border: 3px solid #b8a67d;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(28, 20, 16, 0.15), 0 0 60px rgba(212, 175, 55, 0.4);
  animation: modalSlide 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.modal__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to right, #1a3a52, #d4af37, #1a3a52);
}
.modal__section-title {
  font-family: "Cinzel", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a3a52;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(212, 175, 55, 0.3);
}
.modal__section-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #5a4a3a;
  text-align: justify;
}
.modal__section-content strong {
  color: #1a3a52;
  font-weight: 600;
}
.modal__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  padding: 1.5rem;
  background: rgba(212, 175, 55, 0.05);
  border: 2px solid rgba(184, 166, 125, 0.5);
  border-radius: 0.5rem;
}
.modal__info-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.modal__label {
  font-family: "Cinzel", serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #8b7d6b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.modal__value {
  font-size: 1rem;
  color: #2c2416;
  font-weight: 500;
}
.modal__powers-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #5a4a3a;
}
.modal__powers-list li::before {
  content: "⚡";
  position: absolute;
  left: 0;
  color: #d4af37;
  font-size: 1.125rem;
}
.modal__portrait {
  flex-shrink: 0;
  width: 200px;
  height: 250px;
  border: 3px solid #b8a67d;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(28, 20, 16, 0.1), 0 4px 6px rgba(28, 20, 16, 0.05);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(26, 58, 82, 0.1));
}
.modal__portrait img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.modal__portrait img:hover {
  transform: scale(1.05);
}
.modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  background: rgba(26, 58, 82, 0.1);
  border: 2px solid #1a3a52;
  border-radius: 50%;
  color: #1a3a52;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__close:hover {
  background: #1a3a52;
  color: #faf8f3;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 0 20px rgba(26, 58, 82, 0.6);
}
.modal__content {
  overflow-y: auto;
  max-height: 90vh;
  padding: 3rem;
}
.modal__content::-webkit-scrollbar {
  width: 10px;
}
.modal__content::-webkit-scrollbar-track {
  background: rgba(212, 196, 168, 0.3);
  border-radius: 0.25rem;
}
.modal__content::-webkit-scrollbar-thumb {
  background: #d4af37;
  border-radius: 0.25rem;
}
.modal__content::-webkit-scrollbar-thumb:hover {
  background: #b8a67d;
}
.modal__link {
  font-weight: bolder;
  cursor: pointer;
  color: #1a3a52;
}

.modal.is-open {
  display: flex;
}

.bodyMyth .theme {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 8rem auto;
}
.bodyMyth .theme__titles {
  text-align: center;
  margin-bottom: 6rem;
}
.bodyMyth .theme__h2 {
  font-family: cinzel;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}
.bodyMyth .theme__h2::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #d4af37;
}
.bodyMyth .theme__intro {
  font-family: crimson;
  font-size: 1.25rem;
  font-style: italic;
  color: #8b7d6b;
  margin-top: 1.5rem;
}
.bodyMyth .mythes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  margin-bottom: 6rem;
}
.bodyMyth .cardMythes {
  background: #faf8f3;
  border: 2px solid #d4c4a8;
  border-radius: 1rem;
  padding: 2rem;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.bodyMyth .cardMythes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, #1a3a52, #d4af37);
}
.bodyMyth .cardMythes:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px rgba(28, 20, 16, 0.1), 0 10px 10px rgba(28, 20, 16, 0.04);
  border-color: #d4af37;
}
.bodyMyth .cardMythes__icon {
  width: 50px;
  display: flex;
  margin: auto;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.bodyMyth .cardMythes__title {
  font-family: cinzel;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a3a52;
  text-align: center;
  margin-bottom: 1rem;
}
.bodyMyth .cardMythes__subtitle {
  font-family: crimson;
  font-size: 1rem;
  font-style: italic;
  color: #8b7d6b;
  text-align: center;
  margin-bottom: 1.5rem;
}
.bodyMyth .cardMythes__preview {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #5a4a3a;
  text-align: justify;
}
.bodyMyth .cardMythes__cta {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(135deg, #1a3a52, rgba(26, 58, 82, 0.8));
  color: #faf8f3;
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 0.875rem;
}
.bodyMyth .cardMythes__cta:hover {
  background: linear-gradient(135deg, #d4af37, rgba(212, 175, 55, 0.9));
  transform: translateX(4px);
}
.bodyMyth .cardStella {
  background: linear-gradient(135deg, rgba(26, 58, 82, 0.05), rgba(212, 175, 55, 0.05));
  border: 2px solid #d4c4a8;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
.bodyMyth .cardStella__header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(212, 175, 55, 0.3);
}
.bodyMyth .cardStella__stars {
  font-size: 2.5rem;
  width: 100px;
}
.bodyMyth .cardStella__name {
  font-family: cinzel;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a3a52;
}
.bodyMyth .cardStella__latin {
  font-family: crimson;
  font-size: 1rem;
  font-style: italic;
  color: #8b7d6b;
}
.bodyMyth .cardStella__story {
  font-size: 1rem;
  line-height: 1.8;
  color: #5a4a3a;
  text-align: justify;
}
.bodyMyth .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 36, 22, 0.85);
  backdrop-filter: blur(8px);
  z-index: 500;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  animation: fadeIn 0.3s ease;
}
.bodyMyth .modal__container {
  position: relative;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  background: #faf8f3;
  border: 3px solid #b8a67d;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(28, 20, 16, 0.15), 0 0 60px rgba(212, 175, 55, 0.4);
  animation: modalSlide 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.bodyMyth .modal__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to right, #1a3a52, #d4af37, #1a3a52);
}
.bodyMyth .modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  background: rgba(26, 58, 82, 0.1);
  border: 2px solid #1a3a52;
  border-radius: 50%;
  color: #1a3a52;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bodyMyth .modal__close:hover {
  background: #1a3a52;
  color: #faf8f3;
  transform: rotate(90deg) scale(1.1);
  box-shadow: 0 0 20px rgba(26, 58, 82, 0.6);
}
.bodyMyth .modal__content {
  overflow-y: auto;
  max-height: 90vh;
  padding: 3rem;
}
.bodyMyth .modal__content::-webkit-scrollbar {
  width: 10px;
}
.bodyMyth .modal__content::-webkit-scrollbar-track {
  background: rgba(212, 196, 168, 0.3);
  border-radius: 0.25rem;
}
.bodyMyth .modal__content::-webkit-scrollbar-thumb {
  background: #d4af37;
  border-radius: 0.25rem;
}
.bodyMyth .modal__content::-webkit-scrollbar-thumb:hover {
  background: #b89a2e;
}
.bodyMyth .modal__header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #d4c4a8;
}
.bodyMyth .modal__icon {
  font-size: 4rem;
  display: block;
  margin-bottom: 1rem;
}
.bodyMyth .modal__title {
  font-family: cinzel;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 0.5rem;
}
.bodyMyth .modal__subtitle {
  font-family: crimson;
  font-size: 1.25rem;
  font-style: italic;
  color: #d4af37;
}
.bodyMyth .modal__body {
  font-size: 1rem;
  line-height: 1.8;
  color: #5a4a3a;
  text-align: justify;
}
.bodyMyth .modal__body p {
  margin-bottom: 1.5rem;
}
.bodyMyth .modal__body strong {
  color: #1a3a52;
  font-weight: 600;
}
.bodyMyth .modal__body em {
  color: #d4af37;
  font-style: italic;
}
.bodyMyth .modal__section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid rgba(212, 175, 55, 0.3);
}
.bodyMyth .modal__section-title {
  font-family: cinzel;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a3a52;
  margin-bottom: 1.5rem;
}
.bodyMyth .modal.is-open {
  display: flex;
}
.bodyMyth .prophecy {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(26, 58, 82, 0.05));
  border-left: 4px solid #d4af37;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
  font-style: italic;
}
@media (max-width: 768px) {
  .bodyMyth .theme {
    padding: 3rem 1rem;
  }
  .bodyMyth .mythes {
    grid-template-columns: 1fr;
  }
  .bodyMyth .modal__content {
    padding: 2rem 1.5rem;
  }
  .bodyMyth .navigation__container {
    gap: 0.5rem;
  }
}

.bodyCredits .credits {
  padding: 4rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
.bodyCredits .credits__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.bodyCredits .credits__title {
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #1a3a52;
  margin: 0;
  text-align: left;
  position: relative;
  padding: 0;
}
.bodyCredits .credits__title::after {
  display: none;
}
.bodyCredits .credits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.bodyCredits .credits__item {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}
.bodyCredits .credits__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(26, 58, 82, 0.15);
  border-color: #d4af37;
}
.bodyCredits .credits__name {
  font-family: "Cinzel", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a3a52;
  margin-bottom: 0.75rem;
}
.bodyCredits .credits__link {
  color: #8b7355;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.6;
  display: inline-block;
  transition: color 0.3s ease;
  word-break: break-word;
}
.bodyCredits .credits__link:hover {
  color: #d4af37;
  text-decoration: underline;
}
.bodyCredits .accordion {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), rgba(26, 58, 82, 0.03));
  border-radius: 1rem;
  border: 2px solid rgba(212, 175, 55, 0.2);
  overflow: hidden;
  transition: all 0.3s ease;
}
.bodyCredits .accordion:hover {
  border-color: rgba(212, 175, 55, 0.4);
}
.bodyCredits .accordion__header {
  width: 100%;
  background: transparent;
  border: none;
  padding: 2rem 3rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.bodyCredits .accordion__header:hover {
  background: rgba(212, 175, 55, 0.08);
}
.bodyCredits .accordion__icon {
  font-size: 2rem;
  font-weight: 300;
  color: #d4af37;
  transition: transform 0.3s ease;
  min-width: 40px;
  text-align: center;
}
.bodyCredits .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 3rem;
}
.bodyCredits .accordion.active .accordion__icon {
  transform: rotate(45deg);
}
.bodyCredits .accordion.active .accordion__content {
  max-height: 5000px;
  padding: 0 3rem 2rem 3rem;
}
.bodyCredits {
  /* Section Légale */
}
.bodyCredits .legal-section {
  padding: 2rem 2rem 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.bodyCredits .legal-subtitle {
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a3a52;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-top: 6rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(212, 175, 55, 0.3);
}
.bodyCredits {
  /* Responsive */
}
@media (max-width: 768px) {
  .bodyCredits .credits {
    padding: 2rem 1rem;
  }
  .bodyCredits .accordion__header {
    padding: 1.5rem 1.5rem;
  }
  .bodyCredits .accordion__content {
    padding: 0 1.5rem;
  }
  .bodyCredits .accordion.active .accordion__content {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  .bodyCredits .credits__grid {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }
  .bodyCredits .credits__title {
    font-size: 1.25rem;
  }
  .bodyCredits .accordion__icon {
    font-size: 1.5rem;
    min-width: 30px;
  }
  .bodyCredits .legal-section {
    padding: 2rem 1rem;
  }
}

.headerQuiz {
  position: relative;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("images/bg.webp");
  background-size: cover;
  background-position: center;
}
.headerQuiz::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 58, 82, 0.65) 0%, rgba(26, 58, 82, 0.45) 50%, rgba(26, 58, 82, 0.75) 100%);
  z-index: 1;
}
.headerQuiz__stars {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.headerQuiz__stars span {
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.7);
  animation: twinkle var(--dur, 3s) ease-in-out infinite var(--del, 0s);
}
.headerQuiz__content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #faf8f3;
  padding: 3rem;
  animation: fadeInUp 0.9s cubic-bezier(0.33, 1, 0.68, 1) both;
}
.headerQuiz__symbol {
  font-size: 5rem;
  display: block;
  margin-bottom: 2rem;
  animation: float 4s ease-in-out infinite;
}
.headerQuiz__title {
  font-family: cinzel;
  font-size: clamp(2.2rem, 7vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5), 0 0 60px rgba(212, 175, 55, 0.35);
  background: linear-gradient(180deg, #faf8f3 0%, rgba(250, 248, 243, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}
.headerQuiz__sub {
  font-family: crimson;
  font-size: clamp(1rem, 2.5vw, 1.4rem);
  font-style: italic;
  opacity: 0.9;
  display: inline-block;
  padding: 0.5rem 2rem;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.headerQuiz__scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(250, 248, 243, 0.7);
  font-family: cinzel;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  animation: bounce 2s ease-in-out infinite;
}
.headerQuiz__scroll-arrow {
  width: 28px;
  height: 28px;
  border-right: 2px solid rgba(212, 175, 55, 0.7);
  border-bottom: 2px solid rgba(212, 175, 55, 0.7);
  transform: rotate(45deg);
}

.introQuiz {
  text-align: center;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.05), rgba(26, 58, 82, 0.03));
  border-radius: 1rem;
  border: 2px solid #d4c4a8;
  margin-bottom: 4rem;
  margin-top: 6rem;
}
.introQuiz__title {
  font-family: cinzel;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 700;
  color: #1a3a52;
  margin-bottom: 1.5rem;
}
.introQuiz__desc {
  font-family: lora;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #5a4a3a;
  max-width: 700px;
  margin: 0 auto 3rem;
}
.introQuiz__btn {
  background: linear-gradient(135deg, #1a3a52, rgb(13.7222222222, 30.6111111111, 43.2777777778));
  color: #faf8f3;
  font-family: cinzel;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1.5rem 4rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  box-shadow: 0 4px 6px rgba(28, 20, 16, 0.07), 0 2px 4px rgba(28, 20, 16, 0.05);
}
.introQuiz__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px rgba(28, 20, 16, 0.1), 0 4px 6px rgba(28, 20, 16, 0.05);
  background: linear-gradient(135deg, rgb(19.8611111111, 44.3055555556, 62.6388888889), rgb(7.5833333333, 16.9166666667, 23.9166666667));
}

.quiz__card {
  background: #faf8f3;
  border-radius: 1rem;
  padding: 4rem;
  box-shadow: 0 10px 15px rgba(28, 20, 16, 0.1), 0 4px 6px rgba(28, 20, 16, 0.05);
  border: 2px solid #d4c4a8;
  opacity: 0;
  transform: translateY(20px);
}
.quiz__card.active {
  animation: slideInUp 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.quiz__num {
  display: inline-block;
  font-family: cinzel;
  font-size: 0.875rem;
  font-weight: 600;
  color: #d4af37;
  background: rgba(212, 175, 55, 0.1);
  padding: 0.25rem 1rem;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}
.quiz__question {
  font-family: cinzel;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 600;
  color: #1a3a52;
  margin-bottom: 3rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.quiz__question-icon {
  font-size: 2.5rem;
}
.quiz__progress {
  margin-bottom: 3rem;
}
.quiz__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.quiz__label {
  font-family: cinzel;
  font-size: 0.75rem;
  font-weight: 600;
  color: #8b7d6b;
  letter-spacing: 0.15em;
}
.quiz__count {
  font-family: cinzel;
  font-size: 0.875rem;
  font-weight: 700;
  color: #d4af37;
}
.quiz__bar {
  height: 8px;
  background: rgba(212, 175, 55, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.quiz__fill {
  height: 100%;
  background: linear-gradient(90deg, #d4af37, rgb(221.024691358, 191.7901234568, 96.975308642));
  border-radius: 10px;
  transition: width 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.quiz__choices {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
.quiz__choice {
  background: #faf8f3;
  border: 2px solid #d4c4a8;
  border-radius: 0.5rem;
  padding: 1.5rem 2rem;
  text-align: left;
  font-family: lora;
  font-size: 1rem;
  color: #2c2416;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.quiz__choice:hover {
  border-color: #d4af37;
  background: rgba(212, 175, 55, 0.03);
  transform: translateX(5px);
}
.quiz__choice.selected {
  border-color: #d4af37;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(26, 58, 82, 0.05));
}
.quiz__choice.selected .quiz__letter {
  background: #d4af37;
  color: #faf8f3;
}
.quiz__letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(212, 175, 55, 0.1);
  border-radius: 50%;
  font-family: cinzel;
  font-weight: 700;
  color: #d4af37;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.quiz__nav {
  display: flex;
  justify-content: center;
}
.quiz__result {
  opacity: 0;
}
.quiz__result.active {
  animation: fadeInUp 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.quiz__icon-img {
  width: 50px;
}

.btn-next {
  font-family: cinzel;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 1rem 4rem;
  background: rgba(212, 175, 55, 0.2);
  color: rgba(90, 74, 58, 0.5);
  border: 2px solid transparent;
  border-radius: 50px;
  cursor: not-allowed;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.btn-next.enabled {
  background: linear-gradient(135deg, #d4af37, rgb(177.7777777778, 144.8888888889, 38.2222222222));
  color: #faf8f3;
  cursor: pointer;
  border-color: #d4af37;
}
.btn-next.enabled:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px rgba(28, 20, 16, 0.1), 0 4px 6px rgba(28, 20, 16, 0.05);
}

/* QUIZ RESULT */
.resultCard {
  background: #faf8f3;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 25px rgba(28, 20, 16, 0.1), 0 10px 10px rgba(28, 20, 16, 0.04);
  border: 2px solid #d4c4a8;
}
.resultCard__banner {
  background: var(--god-gradient);
  color: #faf8f3;
  text-align: center;
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}
.resultCard__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
}
.resultCard__oracle {
  display: block;
  font-family: cinzel;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  opacity: 0.9;
  margin-bottom: 1rem;
}
.resultCard__symbol {
  display: block;
  font-size: 5rem;
  margin-bottom: 1rem;
  animation: float 4s ease-in-out infinite;
}
.resultCard__symbol img {
  width: 100px;
  margin-top: 1rem;
}
.resultCard__name {
  font-family: cinzel;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.resultCard__greek {
  font-family: crimson;
  font-size: 1.25rem;
  font-style: italic;
  opacity: 0.9;
}
.resultCard__body {
  padding: 4rem;
}
.resultCard__tagline {
  font-family: crimson;
  font-size: 1.25rem;
  font-style: italic;
  color: #d4af37;
  text-align: center;
  margin-bottom: 1.5rem;
}
.resultCard__desc {
  font-family: lora;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #5a4a3a;
  text-align: center;
  margin-bottom: 4rem;
}
.resultCard__traits {
  margin-bottom: 4rem;
}
.resultCard__title {
  font-family: cinzel;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a3a52;
  text-align: center;
  margin-bottom: 1.5rem;
}
.resultCard__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.resultCard__trait {
  display: inline-block;
  font-family: cinzel;
  font-size: 0.875rem;
  font-weight: 500;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(26, 58, 82, 0.05));
  color: #1a3a52;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.3);
}
.resultCard__domains {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.resultCard__domain {
  text-align: center;
  padding: 1.5rem;
  background: rgba(212, 175, 55, 0.05);
  border-radius: 0.5rem;
  border: 1px solid #d4c4a8;
}
.resultCard__icon {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.resultCard__icon img {
  width: 50px;
}
.resultCard__label {
  font-family: cinzel;
  font-size: 0.875rem;
  font-weight: 500;
  color: #5a4a3a;
}
.resultCard__scorebar {
  background: rgba(26, 58, 82, 0.03);
  padding: 3rem;
  border-radius: 0.5rem;
  margin-bottom: 4rem;
}
.resultCard__scorebar__title {
  font-family: cinzel;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a3a52;
  text-align: center;
  margin-bottom: 2rem;
}

.ornament {
  text-align: center;
  color: #d4af37;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  letter-spacing: 1rem;
}

.score-row {
  display: grid;
  grid-template-columns: 140px 1fr 60px;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.score-row:last-child {
  margin-bottom: 0;
}
.score-row__name {
  font-family: cinzel;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2c2416;
  display: flex;
  align-items: center;
}
.score-row__name img {
  width: 30px;
  margin-right: 5px;
}
.score-row__bar {
  height: 24px;
  background: rgba(212, 175, 55, 0.15);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.score-row__fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #d4af37, rgb(225.537037037, 200.1851851852, 117.962962963));
  border-radius: 12px;
  transition: width 0.8s cubic-bezier(0.33, 1, 0.68, 1) var(--delay, 0s);
}
.score-row__fill.animate {
  width: var(--pct, 0%);
}
.score-row__pct {
  font-family: cinzel;
  font-size: 0.875rem;
  font-weight: 700;
  color: #d4af37;
  text-align: right;
}

.result-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.btn-retry {
  font-family: cinzel;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 3rem;
  background: linear-gradient(135deg, #1a3a52, rgb(13.7222222222, 30.6111111111, 43.2777777778));
  color: #faf8f3;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.btn-retry:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px rgba(28, 20, 16, 0.1), 0 4px 6px rgba(28, 20, 16, 0.05);
}

.btn-god-link {
  font-family: cinzel;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 3rem;
  background: linear-gradient(135deg, #d4af37, rgb(177.7777777778, 144.8888888889, 38.2222222222));
  color: #faf8f3;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.btn-god-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px rgba(28, 20, 16, 0.1), 0 4px 6px rgba(28, 20, 16, 0.05);
}

/* ANIMATIONS QUIZ */
@keyframes twinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* RESPONSIVE QUIZ */
@media (max-width: 768px) {
  .quiz-section {
    padding: 3rem 1rem;
  }
  .quiz-card {
    padding: 3rem 1.5rem;
  }
  .result-body {
    padding: 3rem 1.5rem;
  }
  .score-row {
    grid-template-columns: 100px 1fr 50px;
    gap: 0.5rem;
  }
  .score-row__name {
    font-size: 0.75rem;
  }
  .result-domains {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
@media (max-width: 640px) {
  .introQuiz {
    padding: 3rem 1rem;
  }
  .quiz-choice {
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .result-score-bar {
    padding: 1.5rem;
  }
  .score-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .score-row__bar {
    height: 20px;
  }
  .score-row__pct {
    text-align: left;
  }
}
.footer {
  background: linear-gradient(to bottom, transparent, rgba(26, 58, 82, 0.05));
  border-top: 2px solid #b8a67d;
  padding: 4rem 2rem;
  margin-top: 8rem;
}
.footer__pattern {
  height: 40px;
  background: repeating-linear-gradient(90deg, #d4af37 0px, #d4af37 2px, transparent 2px, transparent 15px);
  opacity: 0.2;
  margin-bottom: 2rem;
}
.footer__content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.footer__text {
  font-family: cinzel;
  font-size: 1rem;
  color: #8b7d6b;
  margin-bottom: 1rem;
}
.footer__text--bold {
  font-weight: bold;
  margin-bottom: 0;
}
.footer__link {
  color: #d4af37;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.footer__link:hover {
  color: #8b7d6b;
  text-decoration: underline;
}
.footer__links {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: auto;
}
.footer__top {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  text-align: left;
}

@keyframes modalSlide {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes lightning {
  0%, 90%, 100% {
    opacity: 0;
  }
  92%, 96% {
    opacity: 1;
  }
  94% {
    opacity: 0.3;
  }
}
@keyframes subtleMove {
  0%, 100% {
    transform: scale(1) translateX(0);
  }
  50% {
    transform: scale(1.05) translateX(5px);
  }
}
@media (max-width: 768px) {
  .intro,
  .olympians,
  .introDieu,
  .offspring,
  .role {
    padding: 0 1rem;
  }
  .offspring__grid,
  .olympians__grid,
  .attributes,
  .role__grid {
    grid-template-columns: 1fr;
  }
  .modal__content {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 640px) {
  .modal__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .modal__portrait {
    width: 160px;
    height: 200px;
  }
}/*# sourceMappingURL=app.css.map */