* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #E0D0CD;
  --bg-2: #eadeda;
  --card: #f0e5e2;
  --pink: #df316c;
  --pink-2: #df316c;
  --white: #171111;
  --gray: #5f5451;
  --border: rgba(44, 31, 30, 0.14);
  --dark: #050505;
  --dark-2: #101010;
  --dark-text: #ffffff;
  --dark-muted: #b8b8b8;
  --dark-border: rgba(255, 255, 255, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--bg);
  color: var(--white);
  line-height: 1.6;
}

img {
  width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.section {
  padding: 90px 0;
  border-bottom: 1px solid var(--border);
}

.center {
  text-align: center;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 0 54px;
  background:
    radial-gradient(circle at 76% 48%, rgba(223, 49, 108, 0.5), transparent 25%),
    radial-gradient(circle at 82% 48%, rgba(223, 49, 108, 0.2), transparent 42%),
    var(--dark);
}

.hero,
.video-section,
.quiz-section {
  background-color: var(--dark);
  color: var(--dark-text);
  border-bottom-color: var(--dark-border);
}

.lead-section {
  background-color: var(--dark);
  color: var(--dark-text);
  border-bottom-color: var(--dark-border);
}

.hero-grid {
  width: min(1460px, 88%);
  margin: 0 auto;
}

.hero-content {
  max-width: 610px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: -27px;
  margin-bottom: 50px;
}

.site-logo {
  width: 76px;
  height: 62px;
  object-fit: contain;
  flex-shrink: 0;
}

.site-brand::before {
  content: "";
  order: 2;
  width: 1px;
  height: 106px;
  background: var(--pink);
  opacity: 0.95;
}

.site-brand-text {
  order: 3;
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.07em;
  max-width: 210px;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 15px;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 17px;
}

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

.hero-line {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 0.92;
}

.hero-line-main,
.hero-line-accent {
  font-size: clamp(28px, 3vw, 44px);
}

.hero-line-accent {
  color: var(--pink);
}

.hero-line-sub {
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin-top: 8px;
  max-width: 590px;
  display: block;
}

.hero-text {
  color: var(--dark-muted);
  font-size: 18px;
  line-height: 1.65;
  margin-top: 20px;
  max-width: 610px;
}

.hero-btn {
  margin-top: 26px;
  min-width: 402px;
  padding: 22px 34px;
  font-size: 15px;
  background: var(--pink);
  box-shadow: 0 14px 36px rgba(223, 49, 108, 0.35);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  margin-top: 31px;
}

.hero-trust-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: var(--pink);
  opacity: 1;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
}

.eyebrow.pink {
  color: var(--pink);
}

h2 span {
  color: var(--pink);
}

h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -1px;
}

.section-text,
.assessment-card p {
  color: var(--gray);
  margin-top: 22px;
  max-width: 620px;
}

.lead-grid p {
  color: var(--dark-muted);
  margin-top: 22px;
  max-width: 620px;
}

.lead-section .eyebrow.pink {
  color: var(--pink);
}

.lead-section h2 {
  color: var(--dark-text);
}

.video-section .section-text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: var(--dark-muted);
}

.video-section .eyebrow,
.video-section h2,
.quiz-section .eyebrow,
.quiz-section h2 {
  color: var(--dark-text);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, var(--pink), var(--pink-2));
  color: #ffffff;
  border: 0;
  border-radius: 6px;
  padding: 16px 28px;
  margin-top: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(223, 49, 108, 0.28);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--pink);
  box-shadow: none;
}

.small-note {
  color: #6f625f;
  font-size: 14px;
  margin-top: 18px;
}

.hero-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 720px;
}

.hero-image::before {
  content: "";
  position: absolute;
  width: min(700px, 92%);
  aspect-ratio: 1;
  right: 5%;
  top: 15%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(223, 49, 108, 0.68) 0%, rgba(223, 49, 108, 0.24) 36%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.hero-image img {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  height: auto;
  max-width: 100%;
  margin-left: auto;
  object-fit: contain;
  transform: none;
}


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

.bio-title {
  margin-bottom: 24px;
}

.bio-text p {
  color: var(--gray);
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.65;
}

.bio-text p:last-child {
  margin-bottom: 0;
}

.bio-text strong {
  color: var(--pink);
  font-weight: 700;
}

.bio-image {
  position: relative;
}

.bio-image img {
  width: min(520px, 100%);
  margin: 0 auto;
  border-radius: 12px;
}

.alone-title {
  max-width: 780px;
  margin: 0 auto;
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.15;
  font-weight: 700;
}

.cards {
  max-width: 960px;
  margin: 42px auto 0;
}

.card {
  background: linear-gradient(180deg, var(--card), #e8d9d6);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 16px 24px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.card-icon {
  color: var(--pink);
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
}

.alone .card-icon svg {
  display: block;
  width: 48px;
  height: 48px;
}

.alone .card-icon svg [stroke] {
  stroke: currentColor;
  stroke-width: 2.5px;
  vector-effect: non-scaling-stroke;
}

.alone .card-icon svg [fill]:not([fill="none"]) {
  fill: currentColor;
}

.card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.card-text {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  max-width: 170px;
}

.closing {
  color: var(--white);
  font-size: 17px;
  line-height: 1.5;
  margin-top: 40px;
}

.closing span {
  display: block;
  color: var(--pink);
  font-weight: 700;
  margin-top: 4px;
}

.alone-btn {
  color: var(--pink);
  min-width: min(100%, 340px);
  padding: 17px 36px;
  margin-top: 28px;
}

.video-player {
  width: min(820px, 100%);
  margin: 25px auto 0;
}

.hero-mobile-video {
  display: none;
}

@media (min-width: 901px) {
  .hero-mobile-video {
    display: none !important;
  }
}

.video-box {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--dark-2);
  box-shadow: 0 0 80px rgba(223, 49, 108, 0.12);
  cursor: pointer;
}

@media (min-width: 901px) {
  .video-box {
    /* aspect-ratio: 16 / 9; Ultra wide, cuts the most */
     aspect-ratio: 1 / 1;  
     /* Standard horizontal, cuts less */
    /* aspect-ratio: 1 / 1; */ /* Perfect square, balanced */
    /* aspect-ratio: 4 / 5; */ /* Slightly vertical, Instagram style */
    /* aspect-ratio: 3 / 4; */ /* Moderate vertical, almost full video */
  }
}


.video-frame {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000000;
}

.video-play-btn,
.video-pause-btn {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.video-play-btn {
  background: rgba(0, 0, 0, 0.35);
}

.video-pause-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4);
}

.video-overlay-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--pink);
  color: #ffffff;
  box-shadow: 0 12px 36px rgba(223, 49, 108, 0.45);
  transition: transform 0.2s ease, background 0.2s ease;
}

.video-play-btn:hover .video-overlay-icon,
.video-pause-btn:hover .video-overlay-icon {
  transform: scale(1.06);
  background: var(--pink);
}

.video-player.is-playing .video-play-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (hover: hover) {
  .video-player.is-playing .video-box:hover .video-pause-btn {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.video-player.is-playing.show-controls .video-pause-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.assessment-card {
  background: linear-gradient(135deg, var(--card), #e8d9d6);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 50px;
}

.features {
  display: grid;
  gap: 20px;
}

.features div {
  border-bottom: 1px solid var(--border);
  padding-bottom: 18px;
}

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

.features span {
  color: var(--gray);
  font-size: 14px;
}

.mt {
  margin-top: 8px;
}

.quiz-card {
  position: relative;
  width: min(780px, 100%);
  margin: 34px auto 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    #0f0f0f;
  border: 1px solid rgba(223, 49, 108, 0.28);
  border-radius: 10px;
  padding: clamp(24px, 4vw, 42px);
  text-align: left;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4), 0 0 70px rgba(223, 49, 108, 0.12);
  overflow: hidden;
}

.quiz-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid var(--pink);
  pointer-events: none;
}

.quiz-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.progress {
  height: 10px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  margin: 18px 0 34px;
  overflow: hidden;
}

.progress div {
  height: 100%;
  width: 25%;
  background: var(--pink);
  border-radius: inherit;
  transition: width 0.3s ease;
}

.quiz-card h3 {
  color: var(--dark-text);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
}

.quiz-section .small-note {
  color: var(--dark-muted);
}

.quiz-section-title {
  color: var(--dark-text);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-top: 10px;
  margin-bottom: 0;
}

.quiz-section-desc {
  color: var(--dark-muted);
  font-size: 17px;
  line-height: 1.6;
  max-width: 560px;
  margin: 12px auto 28px;
}

/* ─── Result card ─────────────────────────────────────────────────────────── */
.quiz-result-card {
  text-align: center;
}

.result-archetype-badge {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 18px;
}

.result-title {
  color: var(--dark-text) !important;
  font-size: clamp(26px, 4vw, 40px) !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 6px !important;
}

.result-subtitle {
  color: var(--pink);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.result-desc {
  color: var(--dark-muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 28px;
}

/* Score bars */
.result-scores {
  display: grid;
  gap: 12px;
  text-align: left;
  margin-bottom: 28px;
}

.score-bar-row {
  display: grid;
  grid-template-columns: 150px 1fr 52px;
  align-items: center;
  gap: 12px;
}

.score-bar-label {
  color: var(--dark-muted);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.score-bar-track {
  height: 8px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 50px;
  overflow: hidden;
}

.score-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--pink), #ff6fa8);
  border-radius: inherit;
  transition: width 0.6s ease;
}

.score-bar-value {
  color: var(--dark-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.options {
  display: grid;
  gap: 14px;
}

.option {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: var(--dark-text);
  padding: 17px 18px 17px 52px;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  line-height: 1.35;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.option::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.option:hover {
  border-color: rgba(223, 49, 108, 0.58);
  background: rgba(223, 49, 108, 0.08);
  transform: translateY(-1px);
}

.option.active {
  border-color: var(--pink);
  background: rgba(223, 49, 108, 0.16);
  box-shadow: 0 12px 28px rgba(223, 49, 108, 0.12);
}

.option.active::before {
  border-color: var(--pink);
  background: var(--pink);
  box-shadow: inset 0 0 0 4px #201015;
}

.quiz-btn {
  width: 100%;
  margin-top: 22px;
}

.quiz-btn.is-disabled,
.quiz-btn:disabled {
  opacity: 0.48;
  cursor: not-allowed;
  box-shadow: none;
  filter: grayscale(0.25);
}

.lead-grid {
  width: min(1120px, calc(100% - 24px));
  margin-left: auto;
  margin-right: auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    #0f0f0f;
  border: 1px solid rgba(223, 49, 108, 0.28);
  border-radius: 14px;
  padding: 50px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.4), 0 0 70px rgba(223, 49, 108, 0.12);
}

.lead-copy {
  padding-right: 42px;
}

.lead-form {
  display: grid;
  gap: 14px;
  padding-left: 42px;
}

.lead-form input {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 18px;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.lead-form input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.lead-form input:focus,
.lead-form input:focus-visible {
  background-color: transparent;
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(223, 49, 108, 0.15);
  color: #ffffff;
  outline: none;
}

/* Quiz-specific input styling */
.quiz-card .lead-form input {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

.quiz-card .lead-form input::placeholder {
  color: #ffffff;
}

.quiz-card .lead-form input:focus,
.quiz-card .lead-form input:focus-visible {
  background-color: transparent;
  border-color: var(--pink);
  color: #ffffff;
}

.footer {
  padding: 28px 20px;
  text-align: center;
  background-color: var(--bg);
  color: var(--gray);
  font-size: 14px;
  border-top: 1px solid var(--border);
}

.footer a {
  margin: 0 10px;
  color: var(--gray);
  transition: color 0.2s ease;
}

.footer a:hover {
  color: var(--pink);
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  display: none;
  align-items: center;
  gap: 18px;
  width: min(440px, calc(100% - 32px));
  padding: 16px;
  background: rgba(240, 229, 226, 0.96);
  border: 1px solid rgba(223, 49, 108, 0.34);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(44, 31, 30, 0.18);
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  color: rgba(23, 17, 17, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-btn {
  flex-shrink: 0;
  border: 0;
  border-radius: 6px;
  padding: 11px 16px;
  background: var(--pink);
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
  }

  .hero-grid {
    width: min(100% - 24px, 720px);
  }

  .hero-content {
    max-width: none;
  }

  .site-brand {
    margin-bottom: 34px;
  }

  .hero-image {
    justify-content: center;
    min-height: auto;
  }

  .hero-image img {
    max-width: 420px;
    margin: 0 auto;
    transform: none;
  }

  .hero-mobile-video {
    display: block;
    width: 100%;
    margin: 24px 0 0;
  }

  .video-section {
    display: none;
  }

  .assessment-card {
    padding: 30px;
  }

  .lead-grid {
    padding: 30px;
  }

  .lead-copy {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .lead-form {
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 65px 0;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-grid {
    width: calc(100% - 24px);
  }

  .hero-content {
    order: 1;
  }

  .hero-image {
    order: 2;
  }

  .site-brand {
    gap: 10px;
    margin-top: 0;
    margin-bottom: 26px;
  }

  .site-brand::before {
    height: 76px;
  }

  .site-logo {
    width: 52px;
    height: 42px;
  }

  .site-brand-text {
    font-size: 26px;
    max-width: 180px;
  }

  .hero-line-main,
  .hero-line-accent {
    font-size: clamp(38px, 11.5vw, 48px);
    letter-spacing: -0.03em;
  }

  .hero-line-sub {
    font-size: clamp(23px, 7vw, 28px);
    letter-spacing: -0.02em;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-title,
  .hero-line {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-btn {
    width: 100%;
    min-width: 0;
  }

  .quiz-top {
    flex-direction: column;
    gap: 5px;
  }

  .btn {
    width: 100%;
    min-width: 0;
  }

  .cookie-banner {
    right: 16px;
    bottom: 16px;
    flex-direction: column;
    align-items: stretch;
  }
}

/* Legal Content Styles */
.legal-content {
  padding: 60px 0;
  max-width: 1240px;
  margin: 0 auto;
}
.legal-content h1 {
  color: var(--pink);
  margin-bottom: 30px;
  font-size: 2.5rem;
  text-align: center;
}
.legal-content h2 {
  color: var(--pink);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.legal-content h3 {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.legal-content p, .legal-content ul, .legal-content li {
  margin-bottom: 15px;
  line-height: 1.6;
}
.legal-content ul {
  padding-left: 20px;
}
.legal-content a {
  color: var(--pink);
  text-decoration: underline;
}

/* ─── Success Modal (Dark Theme) ────────────────────────────────────────── */
.dark-modal {
  border-radius: 12px;
  background-color: #111;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-modal h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.dark-modal .modal-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.dark-modal .result-summary {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.dark-modal #modalResultName {
  color: var(--pink);
  font-weight: 700;
  margin-bottom: 5px;
}

.dark-modal #modalResultSubtitle {
  font-weight: 600;
  color: #ddd;
  margin-bottom: 10px;
}

.dark-modal #modalResultDesc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.dark-modal .btn {
  min-width: 150px;
}
