﻿:root {
  --bg: #0a1417;
  --bg-deep: #071015;
  --panel: #12232b;
  --panel-soft: #0f1e25;
  --panel-glass: rgba(18, 35, 43, 0.7);
  --text: #f2f7f8;
  --muted: rgba(242, 247, 248, 0.7);
  --accent: #28f0c9;
  --accent-dark: #0fd2b0;
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg-deep);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  scroll-behavior: smooth;
}

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

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

.page {
  background: radial-gradient(900px 420px at 15% -10%, rgba(40, 240, 201, 0.12), transparent),
              radial-gradient(700px 500px at 90% 0%, rgba(17, 149, 191, 0.18), transparent),
              var(--bg);
  min-height: 100vh;
}

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(7, 16, 21, 0.7);
  border-bottom: 1px solid var(--line);
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.logo img {
  width: 46px;
  height: 46px;
}

.nav {
  display: flex;
  gap: 18px;
  font-weight: 600;
  color: var(--muted);
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.2s ease;
}

.nav a:hover::after {
  width: 100%;
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.burger {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: transparent;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.burger span {
  width: 18px;
  height: 2px;
  background: var(--text);
  display: block;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn--primary {
  background: linear-gradient(120deg, var(--accent), #47ffd7);
  color: #062018;
  box-shadow: 0 14px 30px rgba(40, 240, 201, 0.35), 0 0 20px rgba(40, 240, 201, 0.18);
}

.btn--primary:hover {
  transform: translateY(-2px);
}

.btn--secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 16px rgba(40, 240, 201, 0.08);
}

.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.btn--ghost {
  color: var(--muted);
  border: 1px solid transparent;
  box-shadow: 0 0 12px rgba(40, 240, 201, 0.06);
}

.btn--ghost:hover {
  color: var(--text);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(40, 240, 201, 0.12);
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.hero {
  position: relative;
  padding: 110px 0 90px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 400px at 70% 0%, rgba(40, 240, 201, 0.12), transparent),
              radial-gradient(900px 500px at 30% 20%, rgba(18, 121, 152, 0.3), transparent),
              linear-gradient(160deg, rgba(9, 25, 32, 0.95), rgba(9, 25, 32, 0.65));
  z-index: 0;
}

.hero__word {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(7rem, 18vw, 16rem);
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.06);
  pointer-events: none;
  z-index: 0;
  white-space: nowrap;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.hero h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.6rem, 4.4vw, 4.2rem);
  line-height: 1.05;
  margin: 18px 0 16px;
}

.lead {
  font-size: 1.05rem;
  color: var(--muted);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.hero__online {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-weight: 700;
}

.hero__online strong {
  font-size: 1.3rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
}

.hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 16px;
  color: var(--muted);
  font-weight: 600;
}

.hero__media {
  display: grid;
  gap: 18px;
}

.hero__glass {
  position: relative;
  background: var(--panel-glass);
  border-radius: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.hero__glass img {
  border-radius: 18px;
}

.hero__badge {
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: rgba(6, 18, 21, 0.8);
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
}

.hero__mini {
  background: var(--panel);
  border-radius: 20px;
  padding: 18px;
  border: 1px solid var(--line);
}

.hero__mini-title {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.hero__mini-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.hero__mini-row:last-child {
  border-bottom: none;
}

.hero__mini-row span {
  color: var(--accent);
  font-weight: 700;
}

.section {
  padding: 90px 0;
}

.section__head {
  max-width: 620px;
  margin-bottom: 40px;
}

.section__head h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  margin: 0 0 12px;
  letter-spacing: 0.04em;
}

.section__head p {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 24px;
}

.grid--two {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.grid--three {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.about {
  background: var(--panel-soft);
}

.about__media {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
  box-shadow: var(--shadow);
}

.about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.about__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 21, 0.2), rgba(7, 16, 21, 0.75));
  z-index: 1;
}

.about__media-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  background: rgba(6, 18, 21, 0.8);
  border: 1px solid var(--line);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about__media::after {
  z-index: 3;
}

.about__text p {
  margin: 0 0 14px;
  color: var(--muted);
}

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

.card {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  min-height: 210px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: background-position;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 21, 0.35), rgba(7, 16, 21, 0.85));
  opacity: 1;
}

.card > * {
  position: relative;
  z-index: 1;
}

.card--world {
  background-image: url("../img/slide-2.8dd46af.png");
  background-position: center top;
}

.card--online {
  background-image: url("../img/slide-3.6f0d655.png");
  background-position: center top;
}

.card--freedom {
  background-image: url("../img/slide-4.b90c432.png");
  background-position: center top;
}

.card--roles {
  background-image: url("../img/slide-6.8e9e669.png");
  background-position: center top;
}

.card h3 {
  margin: 0 0 8px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.feature {
  background: rgba(18, 35, 43, 0.65);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(10px);
}

.feature__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(40, 240, 201, 0.12);
  border: 1px solid rgba(40, 240, 201, 0.25);
}

.feature h3 {
  margin: 0 0 10px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.feature p {
  margin: 0;
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.step-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  background: linear-gradient(140deg, rgba(18, 35, 43, 0.9), rgba(10, 28, 33, 0.7));
  min-height: 220px;
}

.step-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
  margin-bottom: 14px;
}

.step-card h3 {
  margin: 0 0 8px;
}

.step-card p {
  margin: 0;
  color: var(--muted);
}

.step-card__note {
  margin-top: 14px;
  color: var(--accent);
  font-weight: 600;
}

.download__wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: stretch;
}

.download__text h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  letter-spacing: 0.04em;
}

.download__panel {
  background: linear-gradient(160deg, rgba(40, 240, 201, 0.1), rgba(18, 35, 43, 0.9));
  border-radius: 24px;
  padding: 26px;
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  align-content: start;
}

.download__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
}

.download__meta {
  margin-top: 16px;
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.download__image {
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.roles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.role-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(18, 35, 43, 0.7);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.role-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.role-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  opacity: 0;
  pointer-events: none;
}

.role-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}

.role-card:hover img {
  transform: scale(1.02);
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.28);
}

.role-card:hover::after {
  opacity: 1;
  animation: whiteFlicker 1.8s ease-in-out infinite;
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.35),
              0 0 60px rgba(255, 255, 255, 0.18);
}

@keyframes whiteFlicker {
  0% { box-shadow: 0 0 16px rgba(255, 255, 255, 0.25), 0 0 40px rgba(255, 255, 255, 0.12); opacity: 0.7; }
  50% { box-shadow: 0 0 26px rgba(255, 255, 255, 0.5), 0 0 70px rgba(255, 255, 255, 0.22); opacity: 1; }
  100% { box-shadow: 0 0 18px rgba(255, 255, 255, 0.32), 0 0 50px rgba(255, 255, 255, 0.16); opacity: 0.8; }
}

/* Gold hover glow for key blocks across the site */
.feature,
.card,
.step-card,
.download__panel,
.download__image,
.role-card,
.accordion__item,
.errors__table-wrap,
.final-cta__inner,
.hero__glass,
.hero__mini,
.about__media,
.about__cards .card {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature::after,
.card::after,
.step-card::after,
.download__panel::after,
.download__image::after,
.accordion__item::after,
.errors__table-wrap::after,
.final-cta__inner::after,
.hero__glass::after,
.hero__mini::after,
.about__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  opacity: 0;
  pointer-events: none;
}

.feature:hover,
.card:hover,
.step-card:hover,
.download__panel:hover,
.download__image:hover,
.accordion__item:hover,
.errors__table-wrap:hover,
.final-cta__inner:hover,
.hero__glass:hover,
.hero__mini:hover,
.about__media:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}

.feature:hover::after,
.card:hover::after,
.step-card:hover::after,
.download__panel:hover::after,
.download__image:hover::after,
.accordion__item:hover::after,
.errors__table-wrap:hover::after,
.final-cta__inner:hover::after,
.hero__glass:hover::after,
.hero__mini:hover::after,
.about__media:hover::after {
  opacity: 1;
  animation: whiteFlicker 1.8s ease-in-out infinite;
  box-shadow: 0 0 28px rgba(255, 255, 255, 0.35),
              0 0 60px rgba(255, 255, 255, 0.18);
}

.role-card span {
  font-weight: 600;
}

.roles__note {
  color: var(--muted);
  margin: 0;
}

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

.accordion__item {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(18, 35, 43, 0.65);
  overflow: hidden;
}

.accordion__button {
  width: 100%;
  text-align: left;
  padding: 18px 52px 18px 18px;
  border: none;
  background: transparent;
  color: var(--text);
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}

.accordion__button::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(40, 240, 201, 0.12);
  color: var(--accent);
  border: 1px solid rgba(40, 240, 201, 0.35);
  font-weight: 800;
}

.accordion__item.is-open .accordion__button::after {
  content: "–";
}

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0 18px;
}

.accordion__item.is-open .accordion__content {
  padding: 0 18px 18px;
}

.accordion__content p {
  margin: 12px 0 0;
  color: var(--muted);
}

.accordion__content ul {
  margin: 10px 0 0 18px;
  color: var(--muted);
}

.requirements__lead {
  margin: 16px 0 20px;
  color: var(--muted);
  font-weight: 600;
}

.requirements__wrap {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(18, 35, 43, 0.55);
  overflow: hidden;
}

.requirements__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  background: transparent;
  border: none;
  color: var(--text);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}

.requirements__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ff6b57;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.requirements__title {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
}

.requirements__content {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: max-height 0.25s ease;
}

.requirements.is-open .requirements__content {
  padding: 0 24px 24px;
}

.requirements.is-open .requirements__icon {
  transform: rotate(45deg);
  background: rgba(255, 107, 87, 0.18);
  color: #ffb3a7;
}

.requirements__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.requirements__card {
  background: rgba(18, 35, 43, 0.7);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
}

.requirements__card h3 {
  margin: 0 0 12px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.requirements__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.requirements__list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 8px;
}

.requirements__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.requirements__list strong {
  color: var(--text);
  font-weight: 600;
}

.errors__table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(18, 35, 43, 0.6);
}

.errors-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.errors-table th,
.errors-table td {
  text-align: left;
  vertical-align: top;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.errors-table th {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.06em;
  font-size: 1rem;
  color: var(--text);
  background: rgba(7, 16, 21, 0.6);
}

.errors-table td p {
  margin: 6px 0 0;
  color: var(--muted);
}

.errors-table ul {
  margin: 0 0 0 18px;
  color: var(--muted);
}

.errors-table tr:last-child td {
  border-bottom: none;
}

.final-cta {
  background: linear-gradient(120deg, rgba(40, 240, 201, 0.12), rgba(17, 149, 191, 0.1));
}

.final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(10, 24, 30, 0.75);
}

.seo p {
  color: var(--muted);
}

.footer {
  padding: 40px 0 60px;
  border-top: 1px solid var(--line);
}

.footer__inner {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  color: var(--muted);
}

.footer__brand {
  color: var(--text);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__copy {
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .nav {
    position: fixed;
    inset: 70px 16px auto 16px;
    background: rgba(7, 16, 21, 0.96);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 20px;
    flex-direction: column;
    gap: 14px;
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease;
  }

  .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .topbar__actions .btn {
    display: none;
  }

  .burger {
    display: inline-flex;
  }

  .hero__word {
    top: 90px;
  }

  .final-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .roles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 90px 0 70px;
  }

  .hero__media {
    order: -1;
  }

  .roles__grid {
    grid-template-columns: 1fr;
  }
}
