.page-home {
  --home-accent: #FF6B35;
  --home-accent-2: #FF3D2E;
  --home-gold: #F5C518;
  --home-sky: #0B1A2E;
  --home-panel: #10233F;
  --home-card: #16304F;
  --home-card-hi: #1D3D5C;
  --home-text-dim: #9DB2C6;
  background-color: var(--home-sky);
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  color: var(--clr-text);
  position: relative;
  overflow-x: hidden;
}

.page-home .content-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.page-home .breadcrumbs {
  padding: 24px 20px 0;
}
.page-home .breadcrumb-link {
  color: var(--clr-text-2);
  text-decoration: none;
}
.page-home .breadcrumb-link:hover {
  color: var(--clr-accent);
}
.page-home .breadcrumb-current {
  color: var(--clr-text);
}

.page-home .home-section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.page-home .home-section-title {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(1.75rem, 5vw, 2.8rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--clr-text);
}
.page-home .home-section-title em {
  font-style: normal;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.page-home .home-section-head > p:not(.section-label) {
  margin: 0;
  color: var(--clr-text-2);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 56ch;
}

.page-home .home-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 780px;
  padding: 88px 0 60px;
  overflow: hidden;
  isolation: isolate;
}
.page-home .home-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.page-home .home-hero__media img {
  width: 100%;
  height: calc(100% + 90px);
  object-fit: cover;
  object-position: center 32%;
  opacity: 0.34;
}
.page-home .home-hero__veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(118deg, #0B1A2E 0%, rgba(16,35,63,0.92) 34%, rgba(16,35,63,0.55) 70%, rgba(11,26,46,0.25) 100%);
}
.page-home .home-hero__veil::after {
  content: "";
  position: absolute;
  left: -24%;
  top: 0;
  width: 24%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
  transform: skewX(-18deg);
  animation: home-sheen 8s ease-in-out infinite;
}
.page-home .home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: var(--grad-fire);
  opacity: 0.9;
  z-index: 2;
}
.page-home .home-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.page-home .home-hero__label {
  margin-bottom: 18px;
}
.page-home .home-hero__title {
  margin: 0 0 28px;
  color: var(--clr-white);
  font-size: clamp(2.4rem, 9vw, 5.4rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}
.page-home .home-hero__brand {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--clr-text-2);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page-home .home-hero__slogan {
  display: block;
}
.page-home .home-hero__slogan em {
  font-style: normal;
  background: var(--grad-fire);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.page-home .home-hero__desc {
  color: var(--clr-text-2);
  font-size: 1rem;
  line-height: 1.68;
  max-width: 660px;
  margin: 0 0 32px;
  padding-left: 14px;
  border-left: 3px solid var(--clr-accent);
}

.page-home .home-hero__actions,
.page-home .home-version__actions,
.page-home .home-compare__actions,
.page-home .home-guide__actions,
.page-home .home-news__more {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.page-home .home-hero__board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 660px;
  margin: 36px 0 0;
  padding: 20px;
  background: rgba(16,35,63,0.72);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
}
.page-home .home-hero__board-item {
  padding: 12px;
  background: rgba(22,48,79,0.55);
  border-radius: 10px;
  border-left: 3px solid var(--clr-accent);
}
.page-home .home-hero__board dt {
  font-size: 0.82rem;
  color: var(--clr-text-2);
  margin-bottom: 6px;
}
.page-home .home-hero__board dd {
  margin: 0;
  font-family: var(--font-data);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--clr-white);
  text-shadow: 0 0 18px rgba(255,107,53,0.45);
}
.page-home .home-hero__board-item:nth-child(2) dd {
  color: var(--home-gold);
  text-shadow: 0 0 18px rgba(245,197,24,0.4);
}
.page-home .home-hero__board-item:nth-child(1) dd {
  animation: home-pulse 3.5s ease-in-out infinite;
}

.page-home .home-hero__note {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  color: rgba(157,178,198,0.55);
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  z-index: 2;
}

.page-home .home-version {
  position: relative;
  padding: 72px 0 76px;
  background-color: var(--home-panel);
}
.page-home .home-version::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--clr-accent), transparent);
}
.page-home .home-version__grid {
  display: grid;
  gap: 18px;
  margin-bottom: 36px;
}
.page-home .home-version__card {
  position: relative;
  padding: 26px 22px 22px;
  background: var(--home-card);
  border-radius: var(--radius);
  border-left: 4px solid var(--clr-accent);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.page-home .home-version__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(255,107,53,0.16);
}
.page-home .home-version__index {
  display: inline-block;
  font-family: var(--font-data);
  font-size: 0.85rem;
  color: var(--clr-text-2);
  margin-bottom: 14px;
  letter-spacing: 0.08em;
}
.page-home .home-version__card h3 {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--clr-white);
}
.page-home .home-version__card p {
  margin: 0;
  color: var(--clr-text-2);
  font-size: 0.92rem;
  line-height: 1.55;
}
.page-home .home-version__figure {
  margin: 28px auto 0;
  max-width: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  transform: rotate(-1.2deg);
  box-shadow: var(--shadow-sm);
}
.page-home .home-version__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-home .home-version__figure figcaption {
  padding: 10px 14px;
  background: var(--home-card-hi);
  color: var(--clr-text-2);
  font-size: 0.85rem;
}

.page-home .home-timeline {
  padding: 72px 0 84px;
  background-color: var(--home-sky);
  position: relative;
}
.page-home .home-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.page-home .home-timeline__list::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--clr-accent), var(--clr-accent-2), transparent);
  opacity: 0.6;
}
.page-home .home-timeline__item {
  position: relative;
  margin-bottom: 16px;
  padding-left: 72px;
}
.page-home .home-timeline__item::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--clr-accent);
  border: 3px solid var(--clr-bg);
  box-shadow: 0 0 0 3px rgba(255,107,53,0.35);
}
.page-home .home-timeline__item details {
  background: var(--home-card);
  border-radius: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.06);
}
.page-home .home-timeline__item summary {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  list-style: none;
}
.page-home .home-timeline__item summary::-webkit-details-marker {
  display: none;
}
.page-home .home-timeline__time {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--clr-accent);
  background: rgba(255,107,53,0.14);
  padding: 4px 8px;
  border-radius: 8px;
  white-space: nowrap;
}
.page-home .home-timeline__headline {
  font-weight: 700;
  color: var(--clr-white);
  flex: 1;
}
.page-home .home-timeline__detail {
  margin: 12px 0 0;
  color: var(--clr-text-2);
  font-size: 0.92rem;
  line-height: 1.55;
  border-top: 1px dashed rgba(255,255,255,0.12);
  padding-top: 12px;
}

.page-home .home-compare {
  padding: 72px 0 80px;
  background: linear-gradient(120deg, rgba(255,107,53,0.07), transparent 38%), var(--home-panel);
}
.page-home .home-compare__layout {
  display: grid;
  gap: 28px;
  align-items: center;
}
.page-home .home-compare__table-wrap {
  overflow-x: auto;
  background: var(--home-card);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 18px;
}
.page-home .home-compare__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
}
.page-home .home-compare__table caption {
  text-align: left;
  font-weight: 700;
  color: var(--clr-white);
  padding-bottom: 10px;
}
.page-home .home-compare__table th,
.page-home .home-compare__table td {
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-family: var(--font-body);
}
.page-home .home-compare__table th:first-child,
.page-home .home-compare__table td:first-child {
  text-align: left;
  color: var(--clr-text-2);
}
.page-home .home-compare__table tbody td {
  font-family: var(--font-data);
  color: var(--clr-text);
}
.page-home .home-compare__table th {
  color: var(--clr-text-2);
  font-weight: 600;
}
.page-home .home-compare__table tbody tr:hover {
  background: rgba(255,107,53,0.08);
}
.page-home .home-compare__figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  transform: rotate(1.1deg);
  box-shadow: var(--shadow);
}
.page-home .home-compare__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-home .home-compare__figure figcaption {
  padding: 10px 14px;
  background: var(--home-card-hi);
  color: var(--clr-text-2);
  font-size: 0.85rem;
}
.page-home .home-compare__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.page-home .home-compare__stat {
  background: var(--home-card);
  border-radius: 12px;
  padding: 14px 8px;
  text-align: center;
  border-bottom: 2px solid rgba(255,107,53,0.55);
}
.page-home .home-compare__stat .data-number {
  display: block;
  font-family: var(--font-data);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--clr-white);
}
.page-home .home-compare__stat span:last-child {
  display: block;
  font-size: 0.8rem;
  color: var(--clr-text-2);
  margin-top: 6px;
}

.page-home .home-guide {
  position: relative;
  padding: 72px 0 80px;
  background: linear-gradient(135deg, rgba(255,61,46,0.14), transparent 46%), var(--home-card);
}
.page-home .home-guide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--grad-fire);
}
.page-home .home-guide__steps {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
}
.page-home .home-guide__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 20px 20px 58px;
  background: rgba(11,26,46,0.55);
  border-radius: var(--radius);
}
.page-home .home-guide__num {
  position: absolute;
  left: 16px;
  top: 20px;
  font-family: var(--font-data);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--clr-accent);
  border: 1px solid rgba(255,107,53,0.5);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .home-guide__step h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--clr-white);
}
.page-home .home-guide__step p {
  margin: 0;
  color: var(--clr-text-2);
  font-size: 0.9rem;
  line-height: 1.55;
}
.page-home .home-guide__figure {
  max-width: 200px;
  margin: 28px auto 0;
  border-radius: 18px;
  overflow: hidden;
  transform: rotate(-0.8deg);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: var(--shadow);
}
.page-home .home-guide__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.page-home .home-guide__figure figcaption {
  padding: 8px 10px;
  background: rgba(11,26,46,0.8);
  color: var(--clr-text-2);
  font-size: 0.8rem;
  text-align: center;
}

.page-home .home-news {
  padding: 72px 0 80px;
  background-color: var(--home-sky);
}
.page-home .home-news__item {
  position: relative;
  padding: 24px 22px;
  background: var(--home-panel);
  border-radius: var(--radius);
  margin-bottom: 16px;
  border-left: 4px solid transparent;
  transition: border-color 0.3s ease;
}
.page-home .home-news__item:hover {
  border-left-color: var(--clr-accent);
}
.page-home .home-news__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.page-home .home-news__time {
  font-size: 0.82rem;
  color: var(--clr-text-2);
}
.page-home .home-news__item h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.4;
}
.page-home .home-news__item h3 a {
  color: var(--clr-white);
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-home .home-news__item h3 a:hover {
  color: var(--clr-accent);
}
.page-home .home-news__item p {
  margin: 0;
  color: var(--clr-text-2);
  font-size: 0.9rem;
  line-height: 1.55;
}
.page-home .home-news__trust {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(245,197,24,0.3);
  border-radius: var(--radius);
  background: rgba(245,197,24,0.06);
  color: var(--clr-text-2);
  font-size: 0.9rem;
  line-height: 1.55;
}
.page-home .home-news__trust p {
  margin: 0;
}

@keyframes home-sheen {
  0% {
    left: -24%;
  }
  48% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes home-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.82;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__veil::after,
  .page-home .home-hero__board-item {
    animation: none;
  }
}

@media (min-width: 900px) {
  .page-home .content-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-home .home-section-head {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .page-home .home-section-title {
    font-size: clamp(2rem, 4vw, 3rem);
  }
  .page-home .home-hero {
    min-height: 800px;
    padding: 120px 0 80px;
  }
  .page-home .home-hero__content {
    padding: 0 56px;
  }
  .page-home .home-hero__title {
    font-size: clamp(3.2rem, 6vw, 5.4rem);
  }
  .page-home .home-hero__board {
    grid-template-columns: repeat(4, 1fr);
    padding: 24px;
  }
  .page-home .home-hero__note {
    right: 28px;
    font-size: 0.9rem;
  }
  .page-home .home-version__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .page-home .home-version__figure {
    max-width: 480px;
  }
  .page-home .home-timeline__list {
    max-width: 860px;
  }
  .page-home .home-compare__layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
  }
  .page-home .home-compare__stats {
    max-width: 720px;
  }
  .page-home .home-guide__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .page-home .home-guide__figure {
    max-width: 240px;
  }
  .page-home .home-news__item {
    padding: 28px 32px;
  }
}

@media (min-width: 1280px) {
  .page-home .home-hero__content {
    padding: 0 80px;
  }
  .page-home .home-version__grid {
    gap: 32px;
  }
  .page-home .home-compare__layout {
    gap: 64px;
  }
  .page-home .home-guide__figure {
    max-width: 260px;
  }
}
