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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000000;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  overflow-x: hidden;
}

a {
  color: #ffffff;
  text-decoration: none;
}

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

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 158px 0;
}

.header-logo {
  width: 71px;
  height: 66px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

nav a {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  white-space: nowrap;
  transition: opacity 0.2s;
}

nav a:hover {
  opacity: 0.75;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.hamburger span {
  display: block;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s;
}

.hamburger span:nth-child(1) {
  width: 24px;
}
.hamburger span:nth-child(2) {
  width: 16px;
} /* shorter middle line */
.hamburger span:nth-child(3) {
  width: 24px;
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: #000000;
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.mobile-menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
}

#home {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.61) 22.27%,
    rgba(20, 0, 15, 0.427) 56.79%,
    rgba(102, 102, 102, 0) 100%
  );
  box-shadow: 0px 4px 4px 0px #00000040;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  padding-top: 219px;
  padding-left: 73px;
  padding-bottom: 80px;
}

.hero-text {
  width: 712px;
  display: flex;
  flex-direction: column;
  gap: 62px;
}

.hero-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 122px;
  line-height: 106px;
  letter-spacing: 0;
  color: #ffffff;
}

.hero-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-body p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

#the-valley {
  padding: 100px 160px;
  display: flex;
  align-items: center;
  gap: 72px;
}

.fight-alone-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-title-large {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 92px;
  line-height: 106px;
  letter-spacing: 0;
  color: #ffffff;
}

.section-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-body p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

.fight-alone-image {
  width: 578px;
  height: 385px;
  flex-shrink: 0;
  border-radius: 35px;
  overflow: hidden;
  object-fit: cover;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;
}

#your-role {
  padding: 100px 160px;
  display: flex;
  align-items: center;
  gap: 72px;
}

.feels-simple-image {
  width: 679px;
  height: 439px;
  border-radius: 23px;
  object-fit: cover;
  flex-shrink: 0;

  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;
}

.feels-simple-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-title-compact {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 92px;
  line-height: 90px;
  letter-spacing: 0;
  color: #ffffff;
}

.threat-text-block {
  padding: 100px 160px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-bottom: 72px;
}

.threat-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 92px;
  line-height: 90px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  max-width: 932px;
}

.threat-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 736px;
}

.threat-body p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}

.threat-image-full {
  width: 100%;
  /* height: 439px; */
  overflow: hidden;
  object-fit: cover;

  display: flex;
  align-items: center;
  justify-content: center;
}

#strategy {
  padding: 100px 160px;
  display: flex;
  align-items: center;
  gap: 72px;
}

.dragon-image {
  width: 610px;
  height: 354px;
  flex-shrink: 0;
  overflow: hidden;
  object-fit: cover;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;
}

.dragon-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cta-section {
  padding: 100px 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.cta-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 92px;
  line-height: 90px;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.cta-body {
  width: 736px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cta-body p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}

.info-line {
  width: 454px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.info-line-label {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}

.info-line-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
footer {
  background: #000000;
  padding: 40px 160px 32px;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.footer-logo {
  width: 103px;
  height: 96px;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  text-align: center;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.footer-links a {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  text-align: right;
  color: #ffffff;
  transition: opacity 0.2s;
}

.footer-links a:hover {
  opacity: 0.75;
}

.footer-copyright {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}

@media (max-width: 768px) {
  header {
    padding: 16px 20px;
    position: fixed;
    background: #000000;
  }

  nav {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  #home {
    min-height: 100svh;
  }

  .hero-content {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }

  .hero-text {
    width: 100%;
    gap: 32px;
  }

  .hero-title {
    font-size: 56px;
    line-height: 56px;
  }

  .hero-body p {
    font-size: 16px;
  }

  #the-valley {
    padding: 60px 20px;
    flex-direction: column;
    gap: 40px;
  }

  .fight-alone-image {
    /* width: 100%; */
    height: 240px;
    order: 2;
    border-radius: 20px;
  }

  .fight-alone-text {
    order: 1;
  }

  #your-role {
    padding: 60px 20px;
    flex-direction: column;
    gap: 40px;
  }

  .feels-simple-image {
    width: 100%;
    height: 240px;
    order: 2;
    border-radius: 10px;
  }

  .feels-simple-text {
    order: 1;
  }

  .threat-text-block {
    padding: 60px 20px 10px;
  }

  .threat-title {
    font-size: 52px;
    line-height: 54px;
  }

  #strategy {
    padding: 60px 20px;
    flex-direction: column;
    gap: 40px;
  }

  .dragon-image {
    width: 100%;
    height: 240px;
    order: 2;
  }

  .dragon-text {
    order: 1;
  }

  .cta-section {
    padding: 60px 20px;
    gap: 32px;
  }

  .cta-title {
    font-size: 52px;
    line-height: 54px;
  }

  .cta-body {
    width: 100%;
  }

  .cta-body p {
    font-size: 16px;
  }

  .info-line {
    width: 100%;
  }

  .info-line-label,
  .info-line-text {
    font-size: 16px;
  }

  .section-title-large,
  .section-title-compact {
    font-size: 52px;
    line-height: 54px;
  }

  .section-body p {
    font-size: 16px;
  }

  /* Footer */
  footer {
    padding: 40px 20px 24px;
  }

  .footer-main {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 24px;
  }

  .footer-links {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .footer-links a {
    text-align: center;
    font-size: 14px;
  }

  .footer-copyright {
    font-size: 14px;
  }
}

.legal-page {
  background-color: #000000;
  color: #ffffff;
  min-height: 100vh;
}

.legal-page .legal-header-spacer {
  height: 88px;
}

.legal-back {
  display: block;
  position: fixed;
  top: 24px;
  left: 24px;
  z-index: 150;
  color: #ffffff;
  font-size: 42px;
  line-height: 0.8;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  transition: opacity 0.2s;
}

.legal-back:hover {
  opacity: 0.7;
}

.legal-main {
  max-width: 1360px;
  margin: 0 auto;
  padding: 48px 40px 80px;
}

.legal-title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 48px;
}

.legal-intro {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-section {
  margin-bottom: 40px;
}

.legal-section-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 20px;
}

.legal-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-text p {
  margin: 0;
}

.legal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.legal-list li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  padding-left: 20px;
  position: relative;
}

.legal-list li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.legal-sublist {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.legal-sublist > li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  padding-left: 20px;
  position: relative;
}

.legal-sublist > li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.legal-sublist-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 4px;
}

.legal-email {
  color: #ffffff;
  text-decoration: underline;
}

.legal-email:hover {
  opacity: 0.75;
}

.legal-page footer {
  background: #000000;
}

@media (max-width: 768px) {
  .legal-page .legal-header-spacer {
    height: 60px;
  }

  .legal-main {
    max-width: 350px;
    padding: 32px 20px 60px;
  }

  .legal-title {
    font-size: 30px;
    margin-bottom: 32px;
  }

  .legal-intro {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .legal-section {
    margin-bottom: 28px;
  }

  .legal-section-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .legal-text {
    font-size: 14px;
  }

  .legal-list li {
    font-size: 14px;
  }

  .legal-sublist > li {
    font-size: 14px;
  }

  .legal-sublist-title {
    font-size: 14px;
  }
}
