:root {
  --id-navy: #1b2a4a;
  --id-navy-soft: #24375f;
  --id-brick: #c0392b;
  --id-brick-dark: #9b2d22;
  --id-sand: #f4efe6;
  --id-paper: #f7f5f1;
  --id-ink: #1c2434;
  --id-muted: #5c6678;
  --id-line: #d9d3c8;
  --id-white: #ffffff;
}

#header.navbar.is-dark,
#header.navbar.is-dark.has-shadow {
  background: var(--id-navy);
  box-shadow: 0 8px 24px rgba(27, 42, 74, 0.16);
}

#header .navbar-start > a.navbar-item,
#header .navbar-start > .navbar-item > .navbar-link,
#header .navbar-end > a.navbar-item,
#header .navbar-end .navbar-link,
#header .navbar-link:hover {
  color: #f3efe6;
}

#header .navbar-dropdown {
  background: #fff;
  border: 1px solid var(--id-line);
  box-shadow: 0 12px 28px rgba(27, 42, 74, 0.12);
}

#header .navbar-dropdown .navbar-item,
#header .navbar-dropdown a.navbar-item,
#header .navbar-dropdown a.navbar-item:hover,
#header .navbar-end .navbar-dropdown .navbar-item,
#header .navbar-end .navbar-dropdown a.navbar-item {
  color: #1b2a4a !important;
  background: #fff;
}

#header .navbar-dropdown a.navbar-item:hover {
  background: #f4efe6 !important;
  color: #1b2a4a !important;
}

#header #nav-logo strong {
  letter-spacing: 0.02em;
}

@media screen and (max-width: 1023px) {
  #header .navbar-menu {
    display: none;
    background: var(--id-navy);
  }
  #header .navbar-menu.is-active {
    display: block;
  }
  #header .navbar-menu .navbar-item,
  #header .navbar-menu .navbar-link {
    color: #f3efe6 !important;
  }
  #header .navbar-dropdown {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  #header .navbar-dropdown .navbar-item,
  #header .navbar-dropdown a.navbar-item {
    color: #f3efe6 !important;
    background: transparent;
  }
}

#header .button.is-primary,
.button.is-primary,
.button.is-success,
.button.is-danger.is-rounded,
.id-btn-primary {
  background: var(--id-brick) !important;
  border-color: var(--id-brick) !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: none;
}

.id-btn-primary:hover,
.button.is-primary:hover,
.button.is-success:hover {
  background: var(--id-brick-dark) !important;
  border-color: var(--id-brick-dark) !important;
  color: #fff !important;
}

.id-btn-ghost {
  background: transparent !important;
  border: 1px solid var(--id-navy) !important;
  color: var(--id-navy) !important;
  font-weight: 600;
  border-radius: 8px;
}

.id-page-hero,
.hero.home {
  position: relative;
  background-color: var(--id-navy);
  min-height: 280px;
}

.hero.home::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(27, 42, 74, 0.72), rgba(27, 42, 74, 0.28));
}

.hero.home .hero-body {
  position: relative;
  z-index: 1;
}

.id-page-hero {
  padding: 4.5rem 1.5rem 3rem;
  color: #fff;
}

.id-page-hero h1,
.id-kicker,
.id-section-title {
  font-family: Georgia, "Times New Roman", serif;
}

.id-kicker {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: var(--id-brick);
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.id-page-hero .id-kicker {
  color: #f0c7c2;
}

.id-page-hero h1 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 0.75rem;
}

.id-lead {
  color: var(--id-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 640px;
}

.id-page-hero .id-lead {
  color: #e8e2d6;
}

.id-section {
  padding: 4.2rem 1.5rem;
}

.id-section--sand {
  background: var(--id-sand);
}

.id-section--paper {
  background: var(--id-paper);
}

.id-section--navy {
  background: var(--id-navy);
  color: #fff;
}

.id-section-head {
  margin-bottom: 2rem;
}

.id-section-title {
  color: var(--id-navy);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.id-section-sub {
  color: var(--id-muted);
  max-width: 640px;
}

.id-set-card {
  background: var(--id-white);
  border: 1px solid var(--id-line);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(27, 42, 74, 0.06);
}

.id-set-card__media {
  display: block;
  background: #ece7de;
}

.id-set-card__media img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.id-set-card__body {
  padding: 1.4rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.id-set-card__title {
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0;
}

.id-set-card__title a {
  color: var(--id-navy);
}

.id-set-card__text {
  color: var(--id-muted);
  min-height: 4.2em;
}

.id-set-card__meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.id-set-card__price del {
  color: #8b93a1;
  margin-right: 0.4rem;
}

.id-set-card__price strong {
  color: var(--id-navy);
  font-size: 1.25rem;
}

.id-quake {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  align-items: center;
}

.id-quake__points {
  list-style: none;
  margin: 1.4rem 0 1.8rem;
  padding: 0;
}

.id-quake__points li {
  position: relative;
  padding: 0.55rem 0 0.55rem 2rem;
  color: var(--id-ink);
  font-weight: 600;
}

.id-quake__points li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--id-brick);
  position: absolute;
  left: 0;
  top: 0.85rem;
}

.id-quake iframe,
.id-quake .youtube-video {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.id-feature-grid .title {
  color: var(--id-navy);
  font-size: 1.2rem;
}

.id-feature-grid .description {
  color: var(--id-muted);
}

.id-set-detail__media img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.id-set-detail__title {
  color: var(--id-navy);
}

.id-set-detail__price {
  margin: 1.2rem 0;
  font-size: 1.6rem;
  color: var(--id-navy);
}

.id-set-detail__price del {
  color: #8b93a1;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.id-set-detail__content {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--id-line);
}

#footer {
  background: var(--id-navy) !important;
}

#footer a,
#footer-copyright,
#footer-copyright a {
  color: #d7d2c8;
}

.home .columns.is-multiline > .column {
  display: flex;
}

.home .telegram_title a {
  color: var(--id-navy);
  font-weight: 700;
}

@media (max-width: 768px) {
  .id-quake {
    grid-template-columns: 1fr;
  }
  .id-page-hero h1,
  .id-section-title {
    font-size: 1.7rem;
  }
  .id-set-card__media img {
    height: 180px;
  }
}
