* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --main-font: 'Gilroy', sans-serif;
}

:root {
  --bg-light: #ffffff;
  --text-light: #1a1a1a;

  --bg-dark: #1e1e1e;
  --text-dark: #f5f5f5;
}

body.light {
  background-color: var(--bg-light);
  color: var(--text-light);
}

body.dark {
  background-color: var(--bg-dark);
  color: var(--text-dark);
}


html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

@font-face {
  font-family: 'Gilroy',sans-serif;
  src: url('fonts/Gilroy-Bold.woff2') format('woff2'),
       url('fonts/Gilroy-Bold.woff') format('woff');

}

body {
  font-family: var(--main-font);

  color: #000;
  padding: 0;
  margin: 0;
  font-size: 16px;
}


.body_inner {
  display: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #eee;
}

.left-header {
  font-weight: bold;
  font-size: 1rem;
  
}


body.dark .Bewolp{
 text-decoration: none;
 color: rgb(255, 255, 255);
}
body.light .Bewolp{
  text-decoration: none;
 color: rgb(0, 0, 0);
}

.right-header {
  display: flex;
  gap: 8px;
}
body.light .header {
  background-color: #ffffff;
}

body.dark .header {
  background-color: #282727;
}
.button a {
  background-color: #ff0e4a;
  color: white;
  padding: 6px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.8rem;
}

.top {
  text-align: center;
  padding: 30px 16px;
}
body.light .top p {
  color: #292828;
}

body.dark .top p {
  color: #d5cbcb;
}
body.dark .top .logo{
  height: 28vw;
  width: 28vw;
}
body.light .top .logo{
  height: 28vw;
  width: 28vw;
}
.top .slide img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.top h1 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  line-height: 1.3;
}

.top p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
  padding: 0 10px;
}

.download_btn {
  background-color: #000;
  color: #fff;
  padding: 10px 22px;
  font-size: 14px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s ease;
}

.download_btn:hover {
  background-color: #333;
}

.bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 40px 16px;
}

.platform-card {
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.platform-card {
  transition: background-color 0.3s ease;
}

body.light .platform-card {
  background-color: #faf4f4;;
}

body.dark .platform-card {
  background-color: #282727;
}
body.light .platform-card p {
  color: #282727;
}

body.dark .platform-card p {
  color: #d5cbcb;
}

.platform-card button {
  background: none;
  border: none;
  margin-bottom: 12px;
}

.platform-card img {
  width: 100%;
  height: auto;
}

.platform-card h2 {
  margin: 10px 0 6px;
  font-size: 1.1rem;
}

.platform-card p {
  font-size: 0.85rem;
  color: #666;
}
.bottom img {
  border-radius: 15px;
}
.cta {
  text-align: center;
  padding: 40px 16px;
  background-color: #fff;
}

.cta h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.cta p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 20px;
  padding: 0 10px;
}
body.light .cta  {
  background-color:#ffffff;
}
body.dark .cta  {
  background-color: #282727;
}
body.dark .cta p {
  color:#d5cbcb;
}
/* Default: Hide warning */
#pc-warning {
  display: none;
  padding: 20px;
  background-color: #ff4d4d;
  color: white;
  font-size: 18px;
  text-align: center;
}

/* Hide all page content using body.pc-mode */
body.pc-mode *:not(#pc-warning) {
  display: none !important;
}

#slider {
  position: relative;
  width: 60%;
  height: 120vw;
  margin: 8px auto;
  font-family: 'Helvetica Neue', sans-serif;
  perspective: 1400px;
  transform-style: preserve-3d;
}

input[type=radio] {
  position: relative;
  top: 108%;
  left: 100%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
}

input[type=radio] {
  position: relative;
  top: 108%;
  left: 40%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
  appearance: none;
  border: 2px solid #ff0e4a;
  border-radius: 50%;
  background-color: white;
}
@media (max-width: 320px){
  input[type=radio]{
    position: relative;
  top: 108%;
  left: 55%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
  appearance: none;
  border: 2px solid #ff0e4a;
  border-radius: 50%;
  background-color: white;
  }
}

/* ——— MOBILE: 375px ——— */
@media (min-width: 321px) and (max-width: 375px){
  input[type=radio]{
   position: relative;
  top: 108%;
  left: 40%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
  appearance: none;
  border: 2px solid #ff0e4a;
  border-radius: 50%;
  background-color: white;
  }
}



/* ——— TABLET: 768px ——— */
@media (min-width: 426px) and (max-width: 768px){
  input[type=radio]{
    position: relative;
  top: 104%;
  left: 20%;
  width: 18px;
  height: 18px;
  margin: 0 15px 0 0;
  opacity: 0.4;
  transform: translateX(-83px);
  cursor: pointer;
  appearance: none;
  border: 2px solid #ff0e4a;
  border-radius: 50%;
  background-color: white;
  }
  #slider {
  position: relative;
  width: 70%;
  height: 150vw;
  margin: 8px auto;
  font-family: 'Helvetica Neue', sans-serif;
  perspective: 1400px;
  transform-style: preserve-3d;
}
}

input[type=radio]:checked {
  background-color: #ff0e4a;
  opacity: 1;
}
input[type=radio]:nth-child(5) {
  margin-right: 0px;
}

input[type=radio]:checked {
  opacity: 1;
}

#slider label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: white;
  font-size: 70px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 400ms ease;
  background-size: cover;
  background-position: center;
}

/* Active Slide */
#s1:checked ~ #slide1, #s2:checked ~ #slide2, #s3:checked ~ #slide3, #s4:checked ~ #slide4, #s5:checked ~ #slide5 {
  box-shadow: 0 13px 26px rgba(0,0,0, 0.3), 0 12px 6px rgba(0,0,0, 0.2);
  transform: translate3d(0%, 0, 0px);
}

/* Next Slide */
#s1:checked ~ #slide2, #s2:checked ~ #slide3, #s3:checked ~ #slide4, #s4:checked ~ #slide5, #s5:checked ~ #slide1 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(15%, 0, -100px);
}

/* Next to Next Slide */
#s1:checked ~ #slide3, #s2:checked ~ #slide4, #s3:checked ~ #slide5, #s4:checked ~ #slide1, #s5:checked ~ #slide2 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(30%, 0, -250px);
}

/* Previous to Previous Slide */
#s1:checked ~ #slide4, #s2:checked ~ #slide5, #s3:checked ~ #slide1, #s4:checked ~ #slide2, #s5:checked ~ #slide3 {
  box-shadow: 0 1px 4px rgba(0,0,0, 0.4);
  transform: translate3d(-30%, 0, -250px);
}

/* Previous Slide */
#s1:checked ~ #slide5, #s2:checked ~ #slide1, #s3:checked ~ #slide2, #s4:checked ~ #slide3, #s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px rgba(0,0,0, 0.3), 0 2px 2px rgba(0,0,0, 0.2);
  transform: translate3d(-15%, 0, -100px);
}



/* Footer */
.footer {
  background-color: #faf4f4;
  border-top: 1px solid #e5e5e5;
  padding: 40px 16px;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}

.Bewolp_logo img {
  width: 30px;
  height: 30px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  font-size: 14px;
}

.footer__section {
  min-width: 100px;
}

.footer__title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__link {
  display: block;
  color: #777;
  text-decoration: none;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

.footer__link:hover {
  color: #000;
}
body.light .footer {
  background-color: #faf4f4;
  color: #000;
}
body.dark .footer {
  background-color: #282727;
  
}
body.dark .footer .footer__link {
  color: #ffffff;
}
body.dark .footer .footer__title {
  color: #ffffff;
}

/* Splash screen full page */
#splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FF0E4A;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
  display: grid;
}

/* Logo in splash screen */
#splash-screen img {
  width: 30vw;
  height: auto;
  margin-top: 250px;
  animation: pop 0.8s ease;
}

.bewolp {
  color: white;
  justify-content: center;
    margin-top: 2px;
  padding-top: 200px;
  align-items: center;
  text-align: center;
}

.bewolp h1 {
  padding-left: 9px;
  font-family: var(--main-font);
}

@keyframes pop {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
