@import url('https://fonts.googleapis.com/css2?family=Medula+One&family=Montserrat:wght@400;500&family=Poppins:wght@300;400;700&display=swap');

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

body {
  font-family: 'Poppins', sans-serif;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

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

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

.header {
  background: #582575;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 60px;
  overflow: hidden;
}

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

.header-logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.header-logo span {
  font-family: 'Medula One', cursive;
  font-size: 40px;
  line-height: 0.9;
  color: #fff;
  white-space: nowrap;
}

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

.header-nav a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}

.header-burger {
  display: none;
  width: 30px;
  height: 14px;
  cursor: pointer;
}

.hero {
  background: #9d5dec;
  display: flex;
  gap: 15px;
  align-items: flex-end;
  padding: 60px;
  position: relative;
  overflow: hidden;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 619px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.hero-image {
  position: absolute;
  width: 364px;
  height: 534px;
  right: 101px;
  top: 41px;
  object-fit: cover;
  z-index: 0;
}

.hero-title {
  font-family: 'Medula One', cursive;
  font-size: 120px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.hero-buttons {
  position: relative;
  width: 547.706px;
  height: 194.663px;
}

.hero-btn-white {
  position: absolute;
  left: 220.25px;
  top: 107.82px;
  transform: rotate(8.98deg);
}

.hero-btn-white a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 47px;
  padding: 10px 43px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.16;
  color: #000;
  text-transform: capitalize;
  white-space: nowrap;
}

.hero-btn-purple {
  position: absolute;
  left: 285px;
  top: 0;
  transform: rotate(-13.9deg);
}

.hero-btn-purple a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #582575;
  width: 259px;
  height: 47px;
  padding: 11px 37px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.16;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
}

.hero-decoration {
  position: absolute;
  left: 0;
  top: 15.38px;
  width: 198px;
  height: 172px;
  object-fit: contain;
}

.hero-right {
  display: flex;
  align-items: flex-end;
  align-self: stretch;
  position: relative;
  z-index: 1;
}

.hero-description {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  width: 446px;
}

.hero-description p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #000;
  text-align: justify;
}

.section-variety {
  background: #fff3f8;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 60px;
  overflow: hidden;
}

.section-variety .section-title {
  font-family: 'Medula One', cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.8;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.section-variety .section-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #000;
  text-align: center;
  width: 100%;
}

.section-variety .section-text p {
  line-height: 1.2;
  margin-bottom: 10px;
}

.section-variety .section-text p:last-child {
  margin-bottom: 0;
}

.stats-row {
  display: flex;
  gap: 20px;
  width: 100%;
}

.stat-item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 83px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  mix-blend-mode: difference;
  letter-spacing: -3.32px;
}

.stat-content {
  display: flex;
  gap: 7px;
  align-items: flex-start;
}

.stat-dot {
  width: 6.667px;
  height: 6.667px;
  flex-shrink: 0;
  margin-top: 6px;
}

.stat-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  letter-spacing: -0.16px;
  flex: 1;
  min-width: 0;
}

.stat-divider {
  width: 100%;
  height: 0.833px;
  background: #252525;
}

.section-why {
  background: #fff3f8;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 60px;
  overflow: hidden;
}

.section-why .section-title {
  font-family: 'Medula One', cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.8;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.why-cards-row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.why-card {
  flex: 1;
  min-width: 0;
  background: #9d5dec;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.why-card-title {
  font-family: 'Medula One', cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 0.8;
  color: #fff;
  text-transform: uppercase;
  max-width: 345px;
}

.why-card-number {
  background: #fff;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-15deg);
  flex-shrink: 0;
}

.why-card-number span {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #9d5dec;
  white-space: nowrap;
}

.why-card-body {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  width: 100%;
}

.why-card-icon {
  width: 136px;
  height: 136px;
  flex-shrink: 0;
  object-fit: contain;
}

.why-card-icon.flipped {
  transform: scaleY(-1);
}

.why-card-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  flex: 1;
  min-width: 0;
}

.section-discover {
  background: #fff3f8;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 60px;
  overflow: hidden;
}

.discover-image-wrap {
  flex: 1;
  min-width: 0;
  align-self: stretch;
}

.discover-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discover-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.discover-content .section-title {
  font-family: 'Medula One', cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.8;
  color: #000;
  text-transform: uppercase;
}

.discover-content .section-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #000;
}

.discover-content .section-text p {
  line-height: 1.2;
  margin-bottom: 10px;
}

.discover-content .section-text p:last-child {
  margin-bottom: 0;
}

.btn-find-games a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #582575;
  width: 259px;
  height: 47px;
  padding: 11px 37px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.16;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
}

.section-categories {
  background: #fff3f8;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 60px;
  overflow: hidden;
}

.section-categories .section-title {
  font-family: 'Medula One', cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.8;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.categories-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.category-item {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 0.833px solid #9d5dec;
}

.category-image {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  object-fit: cover;
}

.category-name {
  font-family: 'Medula One', cursive;
  font-size: 30px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
  letter-spacing: -0.3px;
  width: 110px;
  flex-shrink: 0;
}

.category-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  flex: 1;
  min-width: 0;
}

.section-contact {
  background: #582575;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 60px;
  overflow: hidden;
}

.section-contact .section-title {
  font-family: 'Medula One', cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.8;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.contact-items {
  display: flex;
  gap: 20px;
}

.contact-item {
  background: #fff;
  padding: 14px 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  white-space: nowrap;
}

.footer {
  background: #9d5dec;
  border: 18px solid #582575;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 60px 0;
  overflow: hidden;
  width: 100%;
}

.footer-brand {
  font-family: 'Medula One', cursive;
  font-size: 240px;
  font-weight: 400;
  line-height: 0.9;
  color: #fff;
  text-align: center;
  width: 100%;
}

.footer-bar {
  background: #582575;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 100px;
  width: 100%;
  overflow: hidden;
}

.footer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

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

.footer-social a {
  display: block;
  width: 43px;
  height: 43px;
  overflow: hidden;
}

.footer-social img {
  width: 100%;
  height: 100%;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 80px;
}

.footer-links a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}

.footer-copy {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #582575;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

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

.mobile-menu a {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color: #fff;
}

.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

.policy-section {
  background: #fff3f8;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 60px;
  overflow: hidden;
}

.policy-section .section-title {
  font-family: 'Medula One', cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.8;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.policy-content {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  width: 100%;
}

.policy-content p {
  margin-bottom: 10px;
}

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

.policy-content ul {
  list-style: disc;
  margin-bottom: 10px;
  padding-left: 27px;
}

.policy-content ul li {
  line-height: 1.2;
}

.game-detail {
  background: #fff3f8;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 60px;
  overflow: hidden;
}

.game-detail .section-title {
  font-family: 'Medula One', cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.8;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.game-detail-row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.game-detail-desc {
  flex: 1;
  min-width: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}

.game-detail-image {
  width: 340px;
  height: 340px;
  flex-shrink: 0;
  object-fit: cover;
}

.game-detail-card {
  flex: 1;
  min-width: 0;
  background: #9d5dec;
  padding: 20px;
}

.game-detail-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

.catalog-hero {
  background: #fff3f8;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 60px;
  overflow: hidden;
}

.catalog-hero .section-title {
  font-family: 'Medula One', cursive;
  font-size: 80px;
  font-weight: 400;
  line-height: 0.8;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.catalog-hero .section-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #000;
  text-align: center;
  width: 100%;
}

.catalog-hero .section-text p {
  line-height: 1.2;
  margin-bottom: 10px;
}

.catalog-hero .section-text p:last-child {
  margin-bottom: 0;
}

.games-grid {
  position: relative;
  width: 1078px;
  height: 325px;
}

.game-card {
  display: block;
  position: absolute;
}

.game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-card-1 {
  left: 0;
  top: 0;
  width: 240px;
  height: 240px;
}

.game-card-2 {
  left: 838px;
  top: 0;
  width: 240px;
  height: 240px;
}

.game-card-3 {
  left: 270px;
  top: 144px;
  width: 120px;
  height: 120px;
}

.game-card-4 {
  left: 419px;
  top: 205px;
  width: 120px;
  height: 120px;
}

.game-card-5 {
  left: 568px;
  top: 58px;
  width: 240px;
  height: 240px;
}

.game-card-6 {
  left: 419px;
  top: 79px;
  width: 120px;
  height: 120px;
}

.catalog-bottom-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  text-align: center;
  max-width: 1080px;
}

.catalog-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 688px;
}

.catalog-feature-card {
  background: #9d5dec;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalog-feature-body {
  display: flex;
  gap: 148px;
  align-items: flex-end;
  width: 100%;
}

@media (max-width: 768px) {
  .header {
    padding: 14px 20px;
  }

  .header-nav {
    display: none;
  }

  .header-burger {
    display: block;
  }

  .hero {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
    align-items: flex-start;
  }

  .hero-left {
    width: 100%;
    order: 1;
  }

  .hero-image {
    position: relative;
    width: 100%;
    height: 300px;
    right: auto;
    top: auto;
    order: 2;
  }

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

  .hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: auto;
    position: static;
  }

  .hero-btn-white,
  .hero-btn-purple {
    position: static;
    transform: none;
  }

  .hero-btn-white a {
    width: 100%;
    height: 47px;
  }

  .hero-btn-purple a {
    width: 100%;
    height: 47px;
  }

  .hero-decoration {
    position: relative;
    left: auto;
    top: auto;
  }

  .hero-right {
    width: 100%;
    order: 3;
  }

  .hero-description {
    width: 100%;
    height: auto;
  }

  .section-variety {
    padding: 40px 20px;
    gap: 20px;
  }

  .section-variety .section-title {
    font-size: 40px;
  }

  .stats-row {
    flex-direction: column;
    gap: 10px;
  }

  .stat-number {
    font-size: 30px;
    letter-spacing: -1.2px;
  }

  .section-why {
    padding: 40px 20px;
    gap: 20px;
  }

  .section-why .section-title {
    font-size: 40px;
  }

  .why-cards-row {
    flex-direction: column;
    gap: 20px;
  }

  .section-discover {
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
  }

  .discover-image-wrap {
    width: 100%;
    height: 450px;
    flex: none;
  }

  .discover-content .section-title {
    font-size: 40px;
  }

  .section-categories {
    padding: 40px 20px;
    gap: 20px;
  }

  .section-categories .section-title {
    font-size: 40px;
  }

  .categories-list {
    gap: 20px;
  }

  .category-item {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .category-name {
    width: auto;
  }

  .section-contact {
    padding: 40px 20px;
    gap: 20px;
  }

  .section-contact .section-title {
    font-size: 40px;
  }

  .contact-items {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .contact-item {
    white-space: normal;
    text-align: center;
    width: 100%;
  }

  .footer {
    border-width: 8px;
    padding: 40px 0;
  }

  .footer-brand {
    font-size: 90px;
  }

  .footer-bar {
    padding: 10px 20px;
  }

  .footer-bar-inner {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .policy-section {
    padding: 40px 20px;
    gap: 20px;
  }

  .policy-section .section-title {
    font-size: 40px;
  }

  .game-detail {
    padding: 40px 20px;
    gap: 20px;
  }

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

  .game-detail-row {
    flex-direction: column;
  }

  .game-detail-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .catalog-hero {
    padding: 40px 20px;
    gap: 20px;
  }

  .catalog-hero .section-title {
    font-size: 40px;
  }

  .games-grid {
    position: static;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .game-card {
    position: static;
    width: 100%;
    height: auto;
  }

  .game-card img {
    aspect-ratio: 1;
  }

  .game-card-1 {
    grid-column: 1 / -1;
  }

  .game-card-3 {
    grid-column: 1;
  }

  .game-card-4 {
    grid-column: 2;
  }

  .game-card-6 {
    grid-column: 1 / -1;
  }

  .game-card-5 {
    grid-column: 1 / -1;
  }

  .game-card-2 {
    grid-column: 1 / -1;
  }

  .catalog-bottom-text {
    max-width: 100%;
  }

  .catalog-features {
    width: 100%;
  }

  .catalog-feature-body {
    flex-direction: column;
    gap: 10px;
  }
}

/* ===== Entrance animations ===== */
@keyframes kdbFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-title { animation: kdbFadeUp 0.8s ease both; }
.hero-image { animation: kdbFadeUp 1s ease 0.1s both; }
.hero-buttons { animation: kdbFadeUp 0.8s ease 0.2s both; }
.hero-description { animation: kdbFadeUp 0.8s ease 0.3s both; }

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

.reveal.in-view {
  opacity: 1;
  transform: none;
}

/* ===== Transitions & hover effects ===== */
.header-logo,
.header-nav a,
.footer-links a,
.mobile-menu a,
.footer-social a,
.contact-item,
.why-card,
.category-item,
.stat-item,
.game-detail-card,
.hero-btn-white a,
.hero-btn-purple a,
.btn-find-games a,
.btn-play,
.category-image,
.game-detail-image,
.discover-image-wrap img {
  transition: transform 0.3s ease, color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.header-nav a:hover,
.footer-links a:hover,
.mobile-menu a:hover {
  opacity: 0.65;
}

.header-logo:hover { transform: scale(1.03); }

.hero-btn-white a:hover,
.hero-btn-purple a:hover,
.btn-find-games a:hover,
.btn-play:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.footer-social a:hover { transform: translateY(-3px) scale(1.08); }

.contact-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.why-card:hover,
.game-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(88, 37, 117, 0.3);
}

.category-item:hover { transform: translateX(8px); }

.discover-image-wrap { overflow: hidden; }

.category-item:hover .category-image,
.game-detail-image:hover,
.discover-image-wrap:hover img {
  transform: scale(1.05);
}

/* ===== Play button (game pages) ===== */
.btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  background: #582575;
  min-width: 259px;
  height: 47px;
  padding: 11px 37px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.16;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
}

/* ===== Cookie popup ===== */
.cookie-popup {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  background: #fff3f8;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  transform: translateY(160%);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-popup.show { transform: translateY(0); }

.cookie-popup-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}

.cookie-popup-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  max-width: 1200px;
}

.cookie-popup-actions {
  display: flex;
  gap: 20px;
}

.cookie-btn {
  border: none;
  cursor: pointer;
  padding: 14px 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.cookie-btn-accept { background: #582575; }
.cookie-btn-decline { background: #9d5dec; }

.cookie-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .cookie-popup {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 24px;
    gap: 16px;
  }

  .cookie-popup-title { font-size: 34px; }
  .cookie-popup-text { font-size: 16px; }
  .cookie-popup-actions { flex-direction: column; }
  .cookie-btn { width: 100%; }

  .btn-play { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.001ms !important;
  }

  .reveal { opacity: 1; transform: none; }
}
