


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

body {
  background-color: #02082b;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
}

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

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


.container {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 84px;
}


.accent {
  color: #ffd000;
}


.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  background: linear-gradient(to left, #fe341d, #ffbb00);
  border-radius: 60px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer;
}


.site-header {
  height: 76px;
  position: relative;
  z-index: 10;
}

.header-inner {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 84px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.logo-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.logo-text {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-nav a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}


.hero {
  position: relative;
  background: url(/wp-content/themes/arvethisquartz/assets/images/hero-bg.png) center / cover no-repeat;
  min-height: 690px;
}

.hero-inner {
  max-width: 1368px;
  margin: 0 auto;
  padding: 50px 84px;
  display: flex;
  gap: 48px;
  align-items: center;
  min-height: 690px;
}

.hero-text-col {
  width: 590px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
}

.hero-text-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hero-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
}

.hero-desc {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  max-width: 418px;
}

.hero-visual-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.hero-character-img {
  width: 100%;
  aspect-ratio: 735 / 670;
  object-fit: cover;
}

.hero-caption {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  width: 285px;
  text-align: left;
}


.section-strengths {
  padding: 60px 0;
}

.strengths-header {
  max-width: 895px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.section-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
}

.section-desc {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
}

.cards-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cards-row {
  display: flex;
  gap: 20px;
}

.card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
  flex: 1;
}

.card-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.card-icon img {
  position: absolute;
  width: 117.31%;
  height: 117.31%;
  left: -7.21%;
  top: -9.62%;
}

.card-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: normal;
  color: #ffd000;
  margin-bottom: 14px;
}

.card-body {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
}


.section-trending {
  padding: 60px 0;
}

.trending-inner {
  display: flex;
  gap: 30px;
  align-items: center;
}

.trending-text {
  width: 321px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.trending-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
}

.trending-desc {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
}

.games-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 520px;
  flex-shrink: 0;
}

.game-thumb {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 24px;
  border: 3px solid #ffd000;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.game-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease;
}

.game-thumb-name {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffd000;
  color: #0d1135;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.game-thumb:hover img {
  opacity: 0;
}

.game-thumb:hover .game-thumb-name {
  opacity: 1;
}

.trending-character {
  width: 299px;
  height: 523px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.trending-character img {
  position: absolute;
  height: 103.65%;
  top: -1.89%;
  left: 0;
  width: 101.94%;
  max-width: none;
}


.section-faq {
  padding: 60px 0;
}

.faq-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.faq-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

.faq-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
}

.faq-desc {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  cursor: pointer;
  user-select: none;
}

.faq-content {
  flex: 1;
  min-width: 0;
}

.faq-question {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: normal;
  color: #ffd000;
  margin-bottom: 0;
}

.faq-answer {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.35s ease, opacity 0.35s ease, margin-top 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  opacity: 1;
  margin-top: 14px;
}

.faq-icon-wrap {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease;
  transform: rotate(180deg);
}

.faq-item.open .faq-icon-wrap {
  transform: rotate(0deg);
}

.faq-icon-wrap img {
  position: absolute;
  inset: 3.13%;
  width: calc(100% - 6.26%);
  height: calc(100% - 6.26%);
  max-width: none;
}


.section-cta {
  position: relative;
  overflow: hidden;
  min-height: 723px;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background: url(/wp-content/themes/arvethisquartz/assets/images/cta-bg.png) center / cover no-repeat;
  opacity: 0.5;
  z-index: 0;
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 1368px;
  margin: 0 auto;
  padding: 60px 84px;
  display: flex;
  gap: 30px;
  align-items: center;
  min-height: 723px;
}

.cta-text {
  flex: 1;
  min-width: 0;
  max-width: 764px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cta-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
}

.cta-body-text {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 14px;
}

.cta-contact {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  color: #ffd000;
}

.cta-character {
  width: 406px;
  height: 603px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.cta-character img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.site-footer {
  padding: 40px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

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

.footer-logo-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.footer-logo-text {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-nav a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}

.footer-social {
  display: flex;
  gap: 15px;
  align-items: center;
}

.footer-social a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.footer-social a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}

.footer-copyright {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  max-width: 245px;
  line-height: normal;
}




.game-hero {
  padding: 40px 0;
}

.game-hero-inner {
  display: flex;
  gap: 30px;
  align-items: center;
}

.game-hero-text {
  flex: 1;
  min-width: 0;
  max-width: 870px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.game-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffd000;
}

.game-intro-desc {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
}

.game-hero-thumb {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
  border: 3px solid #ffd000;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.game-hero-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.game-detail {
  padding: 40px 0;
}

.game-detail-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.game-detail-text {
  max-width: 1099px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.game-detail-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
}

.game-detail-desc {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
}

.game-wide-img {
  width: 600px;
  height: 360px;
  flex-shrink: 0;
  border: 3px solid #ffd000;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.game-wide-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.catalog-trending-btn {
  display: none;
}


.policy-content {
  padding-top: 76px;
  padding-bottom: 80px;
}

.policy-inner {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 84px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.policy-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  color: #ffd000;
  text-transform: uppercase;
}

.policy-body {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.policy-body p {
  margin: 0;
  line-height: normal;
}


@media (max-width: 768px) {

  
  .container {
    padding: 0 15px;
  }

  
  .site-header {
    height: auto;
    padding: 20px 0;
  }

  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 15px;
    max-width: 360px;
  }

  
  .hero {
    min-height: 0;
    background-position: top center;
  }

  .hero-inner {
    flex-direction: column;
    padding: 50px 15px;
    gap: 30px;
    min-height: 0;
    max-width: 360px;
  }

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

  .hero-title {
    font-size: 48px;
  }

  .hero-desc {
    max-width: 100%;
  }

  .hero-visual-col {
    align-items: flex-start;
    width: 100%;
  }

  .hero-character-img {
    width: 100%;
    height: 301px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .hero-caption {
    width: 100%;
  }

  
  .section-strengths {
    padding: 40px 0;
  }

  .strengths-header {
    max-width: 100%;
  }

  .section-title {
    font-size: 36px;
  }

  .cards-row {
    flex-direction: column;
  }

  
  .section-trending {
    padding: 40px 0;
  }

  .trending-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .trending-text {
    width: 100%;
  }

  .trending-title {
    font-size: 36px;
  }

  .games-grid {
    width: 100%;
    gap: 15px;
  }

  .game-thumb {
    width: 157px;
    height: 157px;
  }

  .trending-character {
    width: 299px;
    height: 523px;
  }

  
  .catalog-trending-btn {
    display: inline-flex;
  }

  
  .section-faq {
    padding: 40px 0;
  }

  .faq-container {
    max-width: 360px;
    padding: 0 15px;
  }

  .faq-title {
    font-size: 36px;
  }

  
  .section-cta {
    min-height: 0;
  }

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 15px;
    min-height: 0;
    max-width: 360px;
  }

  .cta-title {
    font-size: 36px;
  }

  .cta-character {
    width: 226px;
    height: 335px;
  }

  
  .game-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .game-title {
    font-size: 36px;
  }

  .game-hero-thumb {
    width: 300px;
    height: 300px;
  }

  .game-detail-title {
    font-size: 36px;
  }

  .game-wide-img {
    width: 100%;
    height: 200px;
  }

  
  .footer-nav {
    flex-direction: column;
    gap: 20px;
  }

  
  .policy-title {
    font-size: 36px;
  }

  .policy-inner {
    padding: 60px 15px;
    max-width: 360px;
  }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-50px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(50px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.85); }
  to   { opacity: 1; transform: scale(1); }
}

.hero-text-col {
  animation: fadeInLeft 0.8s ease both;
}

.hero-visual-col {
  animation: fadeInRight 0.9s ease 0.15s both;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

.header-nav a {
  position: relative;
  transition: color 0.25s ease;
}

.header-nav a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffd000;
  transition: width 0.25s ease;
}

.header-nav a:hover {
  color: #ffd000;
}

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

.logo {
  transition: opacity 0.25s ease;
}

.logo:hover {
  opacity: 0.8;
}

.btn-primary {
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 24px rgba(255, 187, 0, 0.35);
}

.btn-primary:active {
  transform: translateY(0) scale(0.98);
}

.card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(255, 208, 0, 0.15);
  border-color: #ffd000;
}

.game-thumb {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.game-thumb:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 28px rgba(255, 208, 0, 0.3);
}

.faq-item {
  transition: background 0.25s ease, transform 0.2s ease;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(4px);
}

.footer-logo {
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-logo:hover {
  opacity: 0.8;
  transform: scale(1.03);
}

.footer-nav a {
  position: relative;
  transition: color 0.25s ease;
}

.footer-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ffd000;
  transition: width 0.25s ease;
}

.footer-nav a:hover {
  color: #ffd000;
}

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

.footer-social a {
  transition: transform 0.25s ease, filter 0.25s ease;
}

.footer-social a:hover {
  transform: scale(1.2) rotate(-5deg);
  filter: brightness(1.3);
}

.cookie-banner {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  background: #02082b;
  border: 2px solid #ffd000;
  border-radius: 24px;
  padding: 28px 28px 32px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cookie-banner.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(20px);
}

.cookie-banner-icon {
  width: 72px;
  height: 72px;
}

.cookie-banner-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.1;
}

.cookie-banner-text {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
}

.cookie-banner-buttons {
  display: flex;
  gap: 16px;
  margin-top: 4px;
}

.cookie-btn-accept {
  flex: 1;
  padding: 16px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #f97316, #fb923c);
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.cookie-btn-accept:hover {
  opacity: 0.88;
}

.cookie-btn-decline {
  flex: 1;
  padding: 16px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  background: transparent;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.cookie-btn-decline:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 32px);
    bottom: 16px;
    padding: 22px 20px 26px;
  }
}
