:root {
  font-family: Nunito, sans-serif;
  color: #2a2730;
  background: #fbf9f4;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html {
  scroll-behavior: smooth;
}
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.container {
  width: 100%;
  max-width: 375px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding-right: 80px;
    padding-left: 80px;
  }
}
.section-title {
  font-family: Fredoka, sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #ff7b00;
  margin-bottom: 32px;
  text-shadow: 0 2px 6px rgba(255, 123, 0, 0.12);
}
@media screen and (min-width: 1440px) {
  .section-title {
    margin-bottom: 36px;
  }
}
.section {
  scroll-margin-top: 60px;
}
@media screen and (min-width: 1440px) {
  .section {
    scroll-margin-top: 50px;
  }
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body, h1, h2, h3, h4, h5, h6, p, li {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: currentColor;
  text-decoration: none;
  font-family: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  color: inherit;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
body {
  background-color: #fbf9f4;
  color: #2a2730;
}
@font-face {
  font-family: Fredoka;
  src: url(../fonts/Fredoka-SemiBold-074c3261.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito-Regular-ea59b5f0.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Nunito;
  src: url(../fonts/Nunito-Bold-f82add5c.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*, :before, :after {
  box-sizing: border-box;
}
html {
  font-family: system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}
body {
  margin: 0;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
table {
  border-color: currentcolor;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
.header {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 123, 0, 0.12);
}
@media screen and (min-width: 1440px) {
  .header {
    background: rgba(255, 255, 255, 0.8);
  }
}
.header-context {
  background: transparent;
}
.header-bg-wrapper {
  padding: 12px 0;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  background: none;
}
@media screen and (min-width: 1440px) {
  .header-bg-wrapper {
    padding: 16px 0;
    max-width: 1440px;
  }
}
.header-bg-wrapper-context {
  background-image: none;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (min-width: 1440px) {
  .nav {
    justify-content: start;
  }
}
.nav-list {
  display: none;
}
@media screen and (min-width: 1440px) {
  .nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.nav-list-link {
  border: 1px solid rgba(255, 123, 0, 0.3);
  border-radius: 20px;
  padding: 9px 18px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #2a2730;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  background: rgba(255, 255, 255, 0.6);
}
.nav-list-link:hover {
  color: #ff7b00;
  border-color: #ff7b00;
  box-shadow: 0 4px 12px rgba(255, 123, 0, 0.15);
  transform: translateY(-2px);
}
.nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff7b00;
}
@media screen and (min-width: 1440px) {
  .nav-btn {
    display: none;
  }
}
.close-btn {
  display: none;
  justify-content: center;
  align-items: center;
  color: #ff7b00;
}
@media screen and (min-width: 1440px) {
  .close-btn {
    display: none;
  }
}
.context-menu {
  background: rgba(251, 249, 244, 0.98);
  border-bottom: 2px solid #ff7b00;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: none;
  z-index: 5;
}
.context-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.context-nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.context-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 123, 0, 0.3);
  border-radius: 20px;
  padding: 12px 24px;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #2a2730;
  transition: all .3s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
}
.context-list-link:hover {
  color: #ff7b00;
  border-color: #ff7b00;
  box-shadow: 0 4px 15px rgba(255, 123, 0, 0.15);
}
.is-open {
  display: flex;
}
@media screen and (min-width: 1440px) {
  .is-open {
    display: none;
  }
}
.closed {
  display: none;
}
.screen-freeze {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 60px;
}
.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.hero-video-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.77vh;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(251, 249, 244, 0.68) 0%, rgba(251, 249, 244, 0.88) 100%);
  z-index: 2;
}
.hero-bg-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  background: none;
}
.hero-content-wrapper {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 123, 0, 0.2);
  box-shadow: 0 10px 30px rgba(180, 160, 140, 0.1);
}
@media screen and (min-width: 1440px) {
  .hero-content-wrapper {
    flex-direction: row;
    text-align: left;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1100px;
    padding: 50px 60px;
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(180, 160, 140, 0.12);
  }
}
.hero-logo-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-logo-wrapper {
  width: 250px;
  height: 110px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 123, 0, 0.2);
  box-shadow: 0 6px 20px rgba(255, 123, 0, 0.08);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
@media screen and (min-width: 1440px) {
  .hero-logo-wrapper {
    width: 280px;
    height: 130px;
    padding: 12px;
  }
}
.hero-title-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-text-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 500px;
}
@media screen and (min-width: 1440px) {
  .hero-text-column {
    align-items: start;
    text-align: left;
  }
}
.hero-main-title {
  font-family: Fredoka, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ff7b00;
  margin: 0 0 8px;
  text-shadow: 0 2px 4px rgba(255, 123, 0, 0.1);
}
@media screen and (min-width: 1440px) {
  .hero-main-title {
    font-size: 38px;
  }
}
.hero-subtitle {
  font-family: Fredoka, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #e06c00;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero-description {
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #47444f;
  margin: 0 0 20px;
}
.hero-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1440px) {
  .hero-btn-wrapper {
    justify-content: start;
  }
}
.hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  filter: drop-shadow(0 4px 10px rgba(255, 123, 0, 0.2));
}
.hero-btn:hover {
  transform: scale(1.04);
  filter: drop-shadow(0 6px 18px rgba(255, 123, 0, 0.3));
}
.hero-play-img {
  border-radius: 10px;
  border: 2px solid rgba(255, 123, 0, 0.4);
  transition: border-color .3s ease;
}
.hero-btn:hover .hero-play-img {
  border-color: #ff7b00;
}
.about-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 20%, rgba(255, 123, 0, 0.08) 0%, transparent 35%), radial-gradient(circle at 20% 80%, rgba(255, 123, 0, 0.05) 0%, transparent 40%), linear-gradient(120deg, #fbf9f4 0%, #f3ede2 100%);
  border-top: 1px solid rgba(255, 123, 0, 0.12);
  border-bottom: 1px solid rgba(255, 123, 0, 0.12);
}
.about-section::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 5%;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, rgba(255, 123, 0, 0.15), rgba(255, 255, 255, 0.2));
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  filter: blur(1px);
  z-index: 1;
  animation: morphing 15s ease-in-out infinite;
  pointer-events: none;
}
.about-section::after {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 123, 0, 0.1));
  border-radius: 50%;
  border: 2px dashed rgba(255, 123, 0, 0.15);
  z-index: 1;
  animation: spin 30s linear infinite;
  pointer-events: none;
}
.about-bg-wrapper {
  padding: 80px 0;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .about-bg-wrapper {
    padding: 120px 0;
    max-width: 1440px;
  }
}
.about-container {
  padding: 0 20px;
}
.about-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .about-text-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 80px;
  }
}
.about-img {
  margin-bottom: 0;
  border-radius: 15px;
  border: 2px solid rgba(255, 123, 0, 0.15);
  box-shadow: 0 10px 30px rgba(180, 160, 140, 0.12);
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  transition: all .3s ease;
}
@media screen and (min-width: 1440px) {
  .about-img {
    max-width: 650px;
    height: 420px;
  }
}
.about-img:hover {
  border-color: #ff7b00;
  box-shadow: 0 15px 40px rgba(255, 123, 0, 0.18);
  transform: translateY(-5px);
}
.about-text {
  padding: 0;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: #47444f;
  max-width: 600px;
}
.about-text-span {
  font-weight: 700;
  color: #ff7b00;
}
.mechanics-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 10% 30%, rgba(255, 123, 0, 0.06) 0%, transparent 40%), radial-gradient(circle at 90% 70%, rgba(255, 123, 0, 0.08) 0%, transparent 45%), linear-gradient(135deg, #fbf9f4 0%, #f6f3eb 100%);
}
.mechanics-section::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 8%;
  width: 140px;
  height: 140px;
  background: linear-gradient(45deg, rgba(255, 123, 0, 0.08), rgba(255, 255, 255, 0.1));
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 1;
  animation: float-triangle 20s ease-in-out infinite alternate;
  pointer-events: none;
}
.mechanics-bg-wrapper {
  padding: 80px 0;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .mechanics-bg-wrapper {
    padding: 120px 0;
    max-width: 1440px;
  }
}
.mechanics-swiper-container {
  max-width: 305px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .mechanics-swiper-container {
    max-width: 1440px;
  }
}
.mechanics-swiper-container.show {
  visibility: visible;
}
.mechanics-slide {
  width: 100%;
  max-width: 305px;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid rgba(255, 123, 0, 0.12);
  box-shadow: 0 8px 25px rgba(180, 160, 140, 0.08);
  transition: all .3s ease;
}
.mechanics-slide:hover {
  border-color: #ff7b00;
  box-shadow: 0 12px 35px rgba(255, 123, 0, 0.15);
}
.mechanics-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.controls {
  display: none;
}
@media screen and (min-width: 1440px) {
  .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
  }
}
.arrow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  background: rgba(255, 123, 0, 0.06);
  border: 1px solid rgba(255, 123, 0, 0.25);
  border-radius: 50%;
  padding: 10px;
  color: #ff7b00;
}
.arrow-btn:active {
  transform: scale(.95);
}
@media screen and (min-width: 1440px) {
  .arrow-btn:hover {
    transform: scale(1.1);
    background: #ff7b00;
    color: #ffffff;
    border-color: #ff7b00;
    box-shadow: 0 4px 12px rgba(255, 123, 0, 0.25);
  }
}
.arrow-btn[disabled] {
  cursor: not-allowed;
  opacity: .3;
  background: none;
  border-color: rgba(255, 123, 0, 0.1);
  color: rgba(255, 123, 0, 0.2);
}
.arrow-btn[disabled]:hover {
  transform: none;
  background: none;
  box-shadow: none;
}
.features-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, rgba(255, 123, 0, 0.05) 0%, transparent 50%), linear-gradient(120deg, #f5f2e9 0%, #ebe6d9 100%);
  border-top: 1px solid rgba(255, 123, 0, 0.12);
  border-bottom: 1px solid rgba(255, 123, 0, 0.12);
}
.features-section::before {
  content: "";
  position: absolute;
  bottom: 15%;
  left: 4%;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, rgba(255, 123, 0, 0.06), rgba(255, 255, 255, 0.15));
  transform: rotate(45deg);
  border: 2px solid rgba(255, 123, 0, 0.1);
  border-radius: 24px;
  z-index: 1;
  animation: slow-pulse 10s ease-in-out infinite alternate;
  pointer-events: none;
}
.features-bg-wrapper {
  padding: 80px 0;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  background: none;
}
@media screen and (min-width: 1440px) {
  .features-bg-wrapper {
    padding: 120px 0;
    max-width: 1440px;
  }
}
.features-title {
  margin-bottom: 40px;
}
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.feature-card {
  background: #ffffff;
  border: 1px solid rgba(255, 123, 0, 0.12);
  border-radius: 15px;
  padding: 30px 24px;
  text-align: center;
  transition: all .3s ease;
  backdrop-filter: blur(5px);
  box-shadow: 0 8px 30px rgba(180, 160, 140, 0.06);
}
.feature-card:hover {
  transform: translateY(-5px);
  border-color: #ff7b00;
  box-shadow: 0 12px 35px rgba(255, 123, 0, 0.15);
  background: #ffffff;
}
.feature-icon-wrapper {
  width: 64px;
  height: 64px;
  background: rgba(255, 123, 0, 0.06);
  border: 1px solid rgba(255, 123, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #ff7b00;
  transition: all .3s ease;
}
.feature-card:hover .feature-icon-wrapper {
  background: #ff7b00;
  color: #ffffff;
  border-color: #ff7b00;
  box-shadow: 0 4px 12px rgba(255, 123, 0, 0.2);
}
.feature-card-title {
  font-family: Fredoka, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #ff7b00;
  margin-bottom: 12px;
}
.feature-card-text {
  font-family: Nunito, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #5b5768;
}
.gameplay-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 15% 15%, rgba(255, 123, 0, 0.07) 0%, transparent 35%), radial-gradient(circle at 85% 85%, rgba(255, 123, 0, 0.07) 0%, transparent 35%), linear-gradient(135deg, #fbf9f4 0%, #f4f0e6 100%);
}
.gameplay-section::before {
  content: "";
  position: absolute;
  top: 15%;
  right: 5%;
  width: 100px;
  height: 100px;
  border: 2px dashed rgba(255, 123, 0, 0.15);
  border-radius: 50%;
  z-index: 1;
  animation: spin 20s linear infinite;
  pointer-events: none;
}
.gameplay-section::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 8%;
  width: 120px;
  height: 120px;
  background: rgba(255, 123, 0, 0.03);
  border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
  z-index: 1;
  animation: morphing 12s ease-in-out infinite alternate;
  pointer-events: none;
}
@media screen and (min-width: 1440px) {
  .gameplay-section {
    padding: 120px 0;
  }
}
.gameplay-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1440px) {
  .gameplay-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
  }
}
.gameplay-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(255, 123, 0, 0.12);
  border-radius: 15px;
  padding: 24px;
  box-shadow: 0 6px 24px rgba(180, 160, 140, 0.06);
  transition: all .3s ease;
}
@media screen and (min-width: 1440px) {
  .gameplay-list-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 30px;
    width: calc(50% - 20px);
    padding: 30px;
  }
}
.gameplay-list-item:hover {
  border-color: #ff7b00;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 123, 0, 0.12);
}
.gameplay-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 123, 0, 0.15);
  box-shadow: 0 5px 15px rgba(180, 160, 140, 0.08);
  transition: all .3s ease;
}
.gameplay-list-item:hover .gameplay-img {
  border-color: #ff7b00;
  transform: scale(1.05);
}
.gameplay-item-text {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #5b5768;
  max-width: 320px;
}
.gameplay-text-span {
  font-weight: 700;
  color: #ff7b00;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 8px;
}
.gallery-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 80% 80%, rgba(255, 123, 0, 0.08) 0%, transparent 40%), linear-gradient(135deg, #f5f2e9 0%, #ede8da 100%);
  border-top: 1px solid rgba(255, 123, 0, 0.12);
  border-bottom: 1px solid rgba(255, 123, 0, 0.12);
}
.gallery-section::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, rgba(255, 123, 0, 0.06), transparent);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 1;
  animation: slow-rotate 25s linear infinite;
  pointer-events: none;
}
.gallery-bg-wrapper {
  padding: 80px 0;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .gallery-bg-wrapper {
    padding: 120px 0;
    max-width: 1440px;
  }
}
.gallery-swiper-container {
  max-width: 197px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .gallery-swiper-container {
    max-width: 1440px;
  }
}
.gallery-swiper-container.show {
  visibility: visible;
}
.gallery-slide {
  width: 100%;
  max-width: 197px;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid rgba(255, 123, 0, 0.12);
  box-shadow: 0 8px 25px rgba(180, 160, 140, 0.08);
  transition: all .3s ease;
}
.gallery-slide:hover {
  border-color: #ff7b00;
  box-shadow: 0 12px 32px rgba(255, 123, 0, 0.15);
  transform: scale(1.02);
}
.gallery-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.faq-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 20% 50%, rgba(255, 123, 0, 0.08) 0%, transparent 40%), linear-gradient(135deg, #fbf9f4 0%, #f3ece0 100%);
}
.faq-section::before {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 140px;
  height: 140px;
  background: linear-gradient(45deg, rgba(255, 123, 0, 0.05), rgba(255, 255, 255, 0.15));
  border-radius: 30% 70% 30% 70% / 50% 50% 50% 50%;
  z-index: 1;
  animation: morphing 18s ease-in-out infinite;
  pointer-events: none;
}
@media screen and (min-width: 1440px) {
  .faq-section {
    padding: 120px 0;
  }
}
.faq-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .faq-content-wrapper {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 80px;
  }
}
.faq-img {
  margin-bottom: 0;
  border-radius: 15px;
  border: 2px solid rgba(255, 123, 0, 0.15);
  box-shadow: 0 10px 30px rgba(180, 160, 140, 0.1);
  max-width: 100%;
  height: auto;
  transition: all .3s ease;
}
@media screen and (min-width: 1440px) {
  .faq-img {
    max-width: 450px;
  }
}
.faq-img:hover {
  border-color: #ff7b00;
  box-shadow: 0 15px 40px rgba(255, 123, 0, 0.18);
  transform: translateY(-5px);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 550px;
}
.faq-list-item {
  border: 1px solid rgba(255, 123, 0, 0.12);
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin: 0;
  transition: all .3s ease-in-out;
  box-shadow: 0 4px 15px rgba(180, 160, 140, 0.04);
}
.faq-list-item:hover {
  border-color: #ff7b00;
  box-shadow: 0 6px 20px rgba(255, 123, 0, 0.08);
}
.faq-top-text-btn {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  outline: none;
}
.faq-btn-text {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  color: #2a2730;
  text-align: left;
  transition: color .3s ease;
}
.faq-list-item:hover .faq-btn-text {
  color: #ff7b00;
}
.faq-toggle-symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  height: 34px;
  margin-left: auto;
  transition: transform .3s ease-in-out;
  color: #ff7b00;
}
.faq-bottom-text {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #5b5768;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.is-visible {
  margin-top: 12px;
  max-height: 500px;
  opacity: 1;
}
.faq-list-item.faq-open {
  border-color: #ff7b00;
}
.faq-list-item.faq-open .faq-btn-text {
  color: #ff7b00;
}
.faq-list-item.faq-open .faq-toggle-symbol {
  transform: rotate(-90deg);
}
.contact-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, rgba(255, 123, 0, 0.08) 0%, transparent 60%), linear-gradient(120deg, #f5f2e9 0%, #e6e0d0 100%);
  border-top: 1px solid rgba(255, 123, 0, 0.12);
}
.contact-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255, 123, 0, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.contact-bg-wrapper {
  padding: 80px 0;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1440px) {
  .contact-bg-wrapper {
    padding: 120px 0;
    max-width: 1440px;
  }
}
.contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Fredoka, sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #ff7b00;
  max-width: max-content;
  margin: 0 auto 10px;
  text-shadow: 0 2px 4px rgba(255, 123, 0, 0.08);
  transition: all .3s ease;
}
.contact-link:hover {
  color: #2a2730;
  text-shadow: none;
  transform: scale(1.03);
}
.footer {
  background: #edeae1;
  border-top: 1px solid rgba(255, 123, 0, 0.15);
  padding: 40px 0;
  color: #47444f;
}
@media screen and (min-width: 1440px) {
  .footer {
    padding: 60px 0;
  }
}
.footer-nav {
  margin-bottom: 24px;
}
@media screen and (min-width: 1440px) {
  .footer-nav {
    margin-bottom: 40px;
  }
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media screen and (min-width: 1440px) {
  .footer-list {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }
}
.footer-link {
  display: flex;
  align-items: center;
  font-family: Fredoka, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #47444f;
  transition: all .3s ease;
}
.footer-link:hover {
  color: #ff7b00;
  text-shadow: 0 2px 4px rgba(255, 123, 0, 0.15);
}
.footer p {
  font-size: 12px;
  line-height: 1.7;
  color: #6d6978;
  margin-bottom: 20px;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.footer-text {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #6d6978;
  text-align: center;
}
.cookie-banner-section {
  background: rgba(255, 255, 255, 0.96);
  border-top: 2px solid #ff7b00;
  box-shadow: 0 -8px 30px rgba(180, 160, 140, 0.15);
  backdrop-filter: blur(10px);
  padding: 30px 20px;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  z-index: 100;
  display: none;
}
@media screen and (min-width: 1440px) {
  .cookie-banner-section {
    padding: 20px 40px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .cookie-banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
  }
}
.cookie-banner-text {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #47444f;
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .cookie-banner-text {
    max-width: 700px;
    margin-bottom: 0;
    text-align: left;
  }
}
.cookie-banner-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .cookie-banner-buttons {
    width: auto;
    flex-direction: row;
    justify-content: end;
    gap: 20px;
  }
}
.cookie-accept-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff7b00;
  border-radius: 40px;
  padding: 12px 32px;
  font-family: Fredoka, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  max-width: 260px;
  transition: all .3s ease-in-out;
  box-shadow: 0 4px 12px rgba(255, 123, 0, 0.2);
}
.cookie-accept-btn:hover {
  background: #ff9533;
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(255, 123, 0, 0.3);
}
.cookie-decline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 123, 0, 0.4);
  border-radius: 40px;
  padding: 11px 31px;
  font-family: Fredoka, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ff7b00;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  max-width: 260px;
  transition: all .3s ease-in-out;
}
.cookie-decline-btn:hover {
  background: rgba(255, 123, 0, 0.08);
  border-color: #ff7b00;
  color: #ff9533;
  transform: scale(1.03);
}
.show-cookie-banner {
  display: block;
}
.privacy-body {
  background: #fbf9f4;
  color: #2a2730;
}
.privacy-body .header {
  background: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid rgba(255, 123, 0, 0.12);
}
.privacy-body .header-bg-wrapper {
  background: none;
}
.policy-section {
  background: #fbf9f4;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1440px) {
  .policy-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.policy-main-title {
  font-family: Fredoka, sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #ff7b00;
  margin-bottom: 24px;
  text-shadow: 0 2px 6px rgba(255, 123, 0, 0.1);
}
.policy-title {
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #2a2730;
  margin-bottom: 16px;
  margin-top: 24px;
}
.policy-text {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #5b5768;
}
.policy-text:not(:last-child) {
  margin-bottom: 16px;
}
.policy-list {
  list-style-type: disc;
  padding-left: 20px;
}
.policy-item {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #5b5768;
  margin-bottom: 8px;
}
.policy-item:last-child {
  margin-bottom: 16px;
}
.policy-span, .policy-link {
  font-weight: 700;
  color: #ff7b00;
}
@keyframes morphing {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(0deg);
  }
  50% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    transform: rotate(180deg);
  }
  100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes float-triangle {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(-30px) rotate(15deg);
  }
}
@keyframes slow-pulse {
  0% {
    transform: rotate(45deg) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: rotate(50deg) scale(1.1);
    opacity: 1;
  }
}
@keyframes slow-rotate {
  100% {
    transform: rotate(360deg);
  }
}
