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

:root {
  --bg: #0a0a0a;
  --bg-2: #111111;
  --card: #171717;
  --pink: #df316c;
  --pink-2: #df316c;
  --white: #ffffff;
  --gray: #b8b8b8;
  --border: rgba(255, 255, 255, 0.08);
}

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.58), transparent 25%),
    radial-gradient(circle at 82% 48%, rgba(223, 49, 108, 0.22), transparent 42%),
    #000000;
}

.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(--white);
  margin-bottom: 17px;
}

.hero-title {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 100%;
}

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

.hero-line-main,
.hero-line-accent {
  font-size: clamp(52px, 4.8vw, 76px);
}

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

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

.hero-text {
  color: var(--gray);
  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,
.lead-grid p {
  color: var(--gray);
  margin-top: 22px;
  max-width: 620px;
}

.video-section .section-text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, var(--pink), var(--pink-2));
  color: var(--white);
  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: #8f8f8f;
  font-size: 14px;
  margin-top: 18px;
}

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

.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(720px, 112%);
  max-width: none;
  margin-left: auto;
  object-fit: contain;
  transform: translateX(28px) translateY(34px);
}


.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, #161616, #101010);
  border: 1px solid rgba(255, 255, 255, 0.1);
  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;
}

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

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

.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: var(--white);
  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;
}

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

.assessment-card {
  background: linear-gradient(135deg, #171717, #101010);
  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(--white);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
}

.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(--white);
  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(135deg, #171717, #101010);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 50px;
}

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

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

.lead-form input {
  width: 100%;
  background: #111;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 18px;
  color: var(--white);
  font-size: 16px;
}

.footer {
  padding: 28px 20px;
  text-align: center;
  color: #858585;
  font-size: 14px;
}

.footer a {
  margin: 0 10px;
}

.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(15, 15, 15, 0.96);
  border: 1px solid rgba(223, 49, 108, 0.34);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
}

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

.cookie-banner p {
  color: rgba(255, 255, 255, 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: var(--white);
  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;
  }

  .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;
  }
}
