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

.melitos-fun-page,
.melitos-fun-page *{
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

.melitos-fun-page{
  width:100%;
  background:#fff;
  color:#202020;
  overflow:hidden;
  --primary-color: #ff4a18;
}

/* HERO */
.mfh{
  padding:34px 18px 76px;
  background:#fff;
}

.mfh-wrap{
  max-width:1220px;
  margin:auto;
  position:relative;
}

.mfh-card{
  min-height:590px;
  border-radius:38px;
  overflow:hidden;
  position:relative;
  background:
    radial-gradient(circle at 80% 18%,rgba(255,138,24,.42),transparent 30%),
    linear-gradient(110deg,rgba(18,18,18,.9) 0%,rgba(18,18,18,.62) 45%,rgba(18,18,18,.12) 100%),
    var(--heroImage);
  background-size:cover;
  background-position:center;
  box-shadow:0 30px 80px rgba(0,0,0,.22);
  display:flex;
  align-items:flex-end;
  padding:46px;
}

.mfh-card:before{
  content:"FUN RIDE";
  position:absolute;
  right:-20px;
  top:28px;
  font-size:clamp(60px,11vw,150px);
  font-weight:800;
  letter-spacing:-6px;
  color:rgba(255,255,255,.09);
  line-height:1;
}

.mfh-content{
  position:relative;
  z-index:2;
  max-width:690px;
  color:#fff;
}

.mfh-badge{
  display:inline-flex;
  background:linear-gradient(135deg,#ff3d16,#ff8a18);
  padding:10px 18px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.6px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.mfh-content h1{
  margin:0 0 16px;
  font-size:clamp(38px,6vw,78px);
  line-height:1;
  font-weight:700;
  letter-spacing:-2px;
}

.mfh-content p{
  margin:0;
  max-width:610px;
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.88);
}

.mfh-info{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:26px;
}

.mfh-pill{
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(10px);
  color:#fff;
  padding:12px 16px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
}

.mfh-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}

.mfh-btn,
.melitos-fun-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:15px 26px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  transition:.25s ease;
}

.mfh-btn:hover,
.melitos-fun-btn:hover{
  transform:translateY(-2px);
}

.mfh-btn.primary,
.melitos-fun-btn.primary{
  background:linear-gradient(135deg,#ff3d16,#ff8a18);
  color:#fff;
  box-shadow:0 16px 34px rgba(255,74,24,.32);
}

.mfh-btn.light{
  background:#fff;
  color:#202020;
}

.mfh-floating-card{
  position:absolute;
  right:34px;
  bottom:-34px;
  width:310px;
  background:#fff;
  color:#202020;
  border-radius:30px;
  padding:26px;
  box-shadow:0 24px 65px rgba(0,0,0,.18);
  z-index:4;
}

.mfh-floating-card span{
  display:block;
  color:var(--primary-color);
  font-size:12px;
  font-weight:700;
  letter-spacing:1.2px;
  text-transform:uppercase;
  margin-bottom:8px;
}

.mfh-floating-card strong{
  display:block;
  font-size:34px;
  font-weight:700;
  line-height:1;
  margin-bottom:10px;
}

.mfh-floating-card p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.6;
}

/* MAIN FUN SECTION */
.melitos-fun-section{
  background:#fff3e6;
  padding:82px 20px;
}

.melitos-fun-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
}

.melitos-fun-grid{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  gap:38px;
  align-items:center;
}

.melitos-fun-content{
  background:#fff;
  border-radius:32px;
  padding:42px;
  box-shadow:0 22px 55px rgba(0,0,0,.08);
  overflow:hidden;
}

.melitos-fun-badge{
  display:inline-flex;
  background:linear-gradient(135deg,#ff3d16,#ff8a18);
  color:#fff;
  padding:10px 18px;
  border-radius:999px;
  font-size:11px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  margin-bottom:20px;
}

.melitos-fun-content h2{
  margin:0 0 18px;
  font-size:clamp(32px,4.5vw,56px);
  line-height:1.08;
  font-weight:700;
  letter-spacing:-1.2px;
  color:#202020;
}

.melitos-fun-content h2 span{
  color:var(--primary-color);
}

.melitos-fun-content p{
  margin:0 0 18px;
  color:#666;
  font-size:15.5px;
  line-height:1.85;
}

.melitos-fun-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:26px 0 30px;
}

.melitos-fun-pill{
  background:#fff3e6;
  color:#202020;
  border:1px solid rgba(255,74,24,.16);
  padding:12px 16px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
}

.melitos-fun-features{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.melitos-fun-feature{
  background:#fffaf4;
  border:1px solid rgba(255,74,24,.12);
  border-radius:22px;
  padding:20px;
}

.melitos-fun-feature svg{
  width:28px;
  height:28px;
  margin-bottom:12px;
}

.melitos-fun-feature strong{
  display:block;
  font-size:15px;
  font-weight:700;
  color:#202020;
  margin-bottom:6px;
}

.melitos-fun-feature span{
  display:block;
  color:#666;
  font-size:12.5px;
  line-height:1.55;
}

.melitos-fun-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

.melitos-fun-btn.dark{
  background:#202020;
  color:#fff;
}

.melitos-fun-visual{
  position:relative;
  min-height:560px;
  width:100%;
}

.melitos-fun-main-image{
  width:100%;
  height:520px;
  border-radius:34px;
  background-image:
    linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.32)),
    var(--funMainImage);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:0 28px 70px rgba(0,0,0,.16);
}

.melitos-fun-small-image{
  position:absolute;
  left:18px;
  bottom:0;
  width:260px;
  height:195px;
  border:8px solid #fff;
  border-radius:26px;
  background-image:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.18)),
    var(--funSmallImage);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:0 20px 50px rgba(0,0,0,.18);
  z-index:2;
}

.melitos-fun-price-card{
  position:absolute;
  right:18px;
  bottom:34px;
  width:235px;
  background:#fff;
  border-radius:26px;
  padding:24px;
  box-shadow:0 22px 58px rgba(0,0,0,.16);
  z-index:3;
}

.melitos-fun-price-card span{
  display:block;
  color:var(--primary-color);
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:8px;
}

.melitos-fun-price-card strong{
  display:block;
  color:#202020;
  font-size:34px;
  line-height:1;
  font-weight:700;
  margin-bottom:8px;
}

.melitos-fun-price-card p{
  margin:0;
  color:#666;
  font-size:13px;
  line-height:1.55;
}

/* LAST ORANGE SECTION */
.melitos-fun-last{
  background:linear-gradient(135deg,#ff3d16 0%,#ff6a00 100%);
  padding:92px 20px;
  color:#fff;
}

.melitos-last-grid{
  max-width:1180px;
  margin:auto;
  display:grid;
  grid-template-columns:.9fr 1fr;
  gap:50px;
  align-items:center;
}

.melitos-last-image{
  height:320px;
  border-radius:26px;
  background-image:var(--lastImage);
  background-size:cover;
  background-position:center;
  box-shadow:0 24px 60px rgba(0,0,0,.18);
}

.melitos-last-content h2{
  margin:0 0 18px;
  font-size:clamp(34px,4.5vw,58px);
  line-height:1;
  font-weight:700;
  letter-spacing:-1.5px;
}

.melitos-last-content p{
  margin:0 0 18px;
  color:rgba(255,255,255,.9);
  font-size:16px;
  line-height:1.8;
  max-width:660px;
}

.melitos-last-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:30px;
}

.melitos-last-stat{
  border:1px solid rgba(255,255,255,.36);
  border-radius:16px;
  padding:20px 18px;
  background:rgba(255,255,255,.06);
}

.melitos-last-stat strong{
  display:block;
  font-size:30px;
  line-height:1;
  font-weight:700;
  margin-bottom:8px;
}

.melitos-last-stat span{
  font-size:12.5px;
  font-weight:600;
  color:rgba(255,255,255,.9);
}

@media(max-width:980px){
  .mfh-floating-card{
    position:relative;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:18px;
  }

  .melitos-fun-grid,
  .melitos-last-grid{
    grid-template-columns:1fr;
  }

  .melitos-fun-visual{
    min-height:auto;
  }

  .melitos-fun-main-image{
    height:460px;
  }

  .melitos-fun-small-image,
  .melitos-fun-price-card{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    width:100%;
    margin-top:16px;
  }

  .melitos-fun-small-image{
    height:260px;
  }
}

@media(max-width:760px){
  .mfh{
    padding:20px 14px 54px;
  }

  .mfh-card{
    min-height:560px;
    border-radius:28px;
    padding:26px;
  }

  .mfh-card:before{
    font-size:70px;
    right:-10px;
    top:24px;
    letter-spacing:-3px;
  }

  .mfh-content h1{
    letter-spacing:-1px;
  }

  .mfh-actions,
  .melitos-fun-actions{
    flex-direction:column;
  }

  .mfh-btn,
  .melitos-fun-btn{
    width:100%;
  }

  .melitos-fun-section{
    padding:58px 14px;
  }

  .melitos-fun-content{
    padding:28px;
    border-radius:26px;
  }

  .melitos-fun-features,
  .melitos-last-stats{
    grid-template-columns:1fr;
  }

  .melitos-fun-main-image{
    height:360px;
    border-radius:26px;
  }

  .melitos-fun-last{
    padding:64px 14px;
  }

  .melitos-last-image{
    height:280px;
  }
}