/* =========================================================
   BLUUPI — ACTIVITY PAGE
   Fiche activité mobile-first
========================================================= */

/* =========================================================
   1. VARIABLES
========================================================= */

:root{
  --primary:#0E3E61;
  --blue:#127194;
  --light-blue:#3CA6D6;
  --bg:#f5f9fc;
  --card:#ffffff;
  --text:#102f46;
  --muted:#6d7d8b;
  --line:#e5edf3;
  --shadow:0 18px 40px rgba(14,62,97,.12);
  --soft-shadow:0 10px 24px rgba(14,62,97,.08);
}


/* =========================================================
   2. RESET GLOBAL
========================================================= */

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:var(--bg);
  color:var(--text);
}

a{
  color:inherit;
  text-decoration:none;
}

button{
  font:inherit;
  cursor:pointer;
}


/* =========================================================
   3. PAGE WRAPPER
========================================================= */

.activity-page{
  width:100%;
  max-width:760px;
  margin:0 auto;
  background:#fff;
  min-height:100vh;
  padding-bottom:175px;
  overflow-x:hidden;
}


/* =========================================================
   4. HERO FIXE
========================================================= */

.hero-fixed{
  position:relative;
  width:100%;
  height:330px;
  background:#eaf1f6;
  overflow:hidden;
}

.hero-fixed img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

.hero-actions{
  position:absolute;
  top:16px;
  left:16px;
  right:16px;
  z-index:10;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.hero-actions-right{
  display:flex;
  gap:12px;
}

.round-btn{
  width:54px;
  height:54px;
  border-radius:50%;
  border:none;
  background:rgba(255,255,255,.94);
  box-shadow:var(--soft-shadow);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:900;
  color:var(--primary);
}


/* =========================================================
   5. CONTENT GLOBAL
========================================================= */

.content{
  padding:24px 20px 42px;
}


/* =========================================================
   6. CHIPS / BADGES
========================================================= */

.chips{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding-bottom:8px;
  margin-bottom:14px;
}

.chips::-webkit-scrollbar{
  display:none;
}

.chips span{
  flex-shrink:0;
  padding:9px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  color:var(--muted);
  background:#fff;
}


/* =========================================================
   7. TITRE / INTRO
========================================================= */

h1{
  margin:8px 0 10px;
  font-size:38px;
  line-height:1.04;
  letter-spacing:-1.4px;
  color:var(--primary);
}

.activity-location{
  margin:0 0 8px;
  font-size:18px;
  font-weight:900;
  color:var(--blue);
}

.rating-line{
  margin:0 0 16px;
  font-size:18px;
  font-weight:900;
  color:#243f55;
}

.rating-line span{
  color:var(--muted);
  font-weight:800;
}

.intro{
  font-size:20px;
  line-height:1.45;
  color:var(--muted);
  margin:0 0 24px;
}


/* =========================================================
   8. INFOS RAPIDES
========================================================= */

.info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:20px;
}

.info-grid div{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:24px;
  padding:16px;
}

.info-grid small{
  display:block;
  color:var(--muted);
  font-weight:900;
  margin-bottom:6px;
}

.info-grid strong{
  font-size:16px;
  color:var(--primary);
}


/* =========================================================
   9. BLOC PRIX
========================================================= */

.price-card{
  background:linear-gradient(135deg,#ffffff,#eef8fc);
  border:1px solid var(--line);
  border-radius:28px;
  padding:18px;
  box-shadow:var(--soft-shadow);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:28px;
}

.price-card small{
  display:block;
  color:var(--muted);
  font-weight:900;
  margin-bottom:5px;
}

.price-card strong{
  display:block;
  font-size:30px;
  color:var(--blue);
  line-height:1;
}

.price-card em{
  display:inline-block;
  margin-top:7px;
  font-style:normal;
  font-size:13px;
  font-weight:900;
  color:#169b62;
  background:#eaf8f0;
  border-radius:999px;
  padding:5px 9px;
}

.old-price{
  color:#8a99a6;
  text-decoration:line-through;
  font-size:22px;
  font-weight:900;
}

.free-price{
  color:#169b62!important;
}

.price-card .reserve-btn{
  grid-column:1 / -1;
}


/* =========================================================
   10. SECTIONS GÉNÉRALES
========================================================= */

.section-block{
  border-top:1px solid var(--line);
  padding:28px 0;
}

.section-block h2{
  margin:0 0 16px;
  font-size:30px;
  line-height:1.12;
  color:var(--primary);
}

.section-block p{
  font-size:18px;
  line-height:1.58;
  color:#243f55;
  margin:0 0 10px;
}

.section-title-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:16px;
}

.section-title-row h2{
  margin:0;
}

.section-title-row span{
  color:var(--muted);
  font-weight:900;
}

/* =========================================================
   11. GALERIE HORIZONTALE — BORD À BORD
========================================================= */

.gallery-section{
  width:calc(100% + 40px);
  margin-left:-20px;
  margin-right:-20px;
  padding:22px 0 28px;
  border-top:1px solid var(--line);
  overflow:hidden;
}

.gallery-scroll{
  display:flex;
  gap:12px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:0 0 10px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}

.gallery-scroll::-webkit-scrollbar{
  display:none;
}

.gallery-scroll img{
  width:86vw;
  max-width:460px;
  height:210px;
  object-fit:cover;
  border-radius:22px;
  flex-shrink:0;
  scroll-snap-align:start;
  box-shadow:var(--soft-shadow);
}

/* =========================================================
   12. VIDÉO
========================================================= */

.video-box{
  position:relative;
  width:100%;
  padding-bottom:56.25%;
  border-radius:26px;
  overflow:hidden;
  background:#000;
  box-shadow:var(--soft-shadow);
}

.video-box iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}


/* =========================================================
   13. RECOMMANDATION BLUUPI
========================================================= */

.bluupi-reco{
  background:linear-gradient(135deg,#f5fbff,#ffffff);
  border:1px solid var(--line);
  border-radius:28px;
  padding:22px;
  margin:4px 0 28px;
  box-shadow:var(--soft-shadow);
}

.bluupi-reco h2{
  margin:0 0 16px;
  font-size:30px;
  line-height:1.12;
  color:var(--primary);
}

.bluupi-reco p{
  font-size:18px;
  line-height:1.58;
  color:#243f55;
  margin:0;
}


/* =========================================================
   14. MAPS / WAZE
========================================================= */

.map-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}

.map-actions a{
  text-align:center;
  padding:16px;
  border-radius:20px;
  background:var(--primary);
  color:#fff;
  font-weight:900;
  box-shadow:var(--soft-shadow);
}

.map-actions a:nth-child(2){
  background:var(--blue);
}


/* =========================================================
   15. SERVICES
========================================================= */

.services-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.services-grid span{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:20px;
  padding:16px;
  font-weight:900;
  color:#243f55;
}


/* =========================================================
   16. AVIS
========================================================= */

.review-summary{
  background:var(--bg);
  border:1px solid var(--line);
  border-radius:24px;
  padding:18px;
  margin-bottom:12px;
}

.review-summary strong{
  display:block;
  font-size:36px;
  color:var(--primary);
  line-height:1;
  margin-bottom:5px;
}

.review-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:18px;
  box-shadow:var(--soft-shadow);
}

.review-card strong{
  display:block;
  color:var(--primary);
  margin-bottom:4px;
}


/* =========================================================
   17. FAQ
========================================================= */

details{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
  margin-bottom:10px;
  box-shadow:0 6px 16px rgba(14,62,97,.04);
}

summary{
  cursor:pointer;
  font-weight:900;
  color:var(--primary);
  list-style:none;
}

summary::-webkit-details-marker{
  display:none;
}

summary::after{
  content:"+";
  float:right;
  color:var(--blue);
  font-size:22px;
}

details[open] summary::after{
  content:"–";
}

details p{
  margin-top:12px!important;
  color:var(--muted)!important;
}


/* =========================================================
   18. SUGGESTIONS
========================================================= */

.suggestion-row{
  display:flex;
  gap:12px;
  overflow-x:auto;
  padding-bottom:8px;
}

.suggestion-row::-webkit-scrollbar{
  display:none;
}

.suggestion-row a{
  flex:0 0 220px;
  min-height:88px;
  display:flex;
  align-items:center;
  padding:16px;
  border-radius:22px;
  background:var(--bg);
  border:1px solid var(--line);
  font-weight:900;
  color:var(--primary);
}


/* =========================================================
   19. STICKY BOOKING
========================================================= */

.sticky-booking{
  position:fixed;
  left:0;
  right:0;
  bottom:72px;
  z-index:50;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(16px);
  border-top:1px solid var(--line);
  padding:13px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  box-shadow:0 -10px 30px rgba(14,62,97,.08);
}

.sticky-booking strong{
  color:var(--primary);
  font-size:20px;
}

.sticky-booking .reserve-btn{
  width:auto;
  min-width:170px;
  height:58px;
  padding:0 28px;
  border-radius:20px;
  font-size:17px;
}


/* =========================================================
   20. MENU BAS
========================================================= */

.bottom-nav{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:60;
  height:72px;
  background:rgba(255,255,255,.98);
  backdrop-filter:blur(16px);
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:repeat(5,1fr);
  padding:7px 8px calc(7px + env(safe-area-inset-bottom));
  box-shadow:0 -8px 26px rgba(14,62,97,.07);
}

.bottom-nav a{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  color:var(--muted);
  font-weight:900;
  font-size:11px;
}

.bottom-nav a.active{
  color:var(--primary);
}

.bottom-nav svg{
  width:23px;
  height:23px;
  stroke-width:2.5;
}


/* =========================================================
   21. TABLETTE
========================================================= */

@media(min-width:768px){
  .activity-page{
    max-width:820px;
  }

  .hero-fixed{
    height:390px;
    border-radius:0 0 34px 34px;
  }

  .content{
    padding:34px 34px 60px;
  }

  h1{
    font-size:46px;
  }

  .intro{
    font-size:20px;
  }

  .gallery-scroll img{
    width:300px;
    height:200px;
  }
}


/* =========================================================
   22. DESKTOP SIMPLE
========================================================= */

@media(min-width:1100px){
  body{
    background:#eef3f7;
  }

  .activity-page{
    max-width:1180px;
    background:transparent;
  }

  .hero-fixed{
    height:460px;
    border-radius:0 0 42px 42px;
  }

  .content{
    max-width:900px;
    margin:0 auto;
    background:#fff;
    border-radius:36px;
    margin-top:-56px;
    position:relative;
    box-shadow:var(--shadow);
    padding:46px;
  }

  h1{
    font-size:52px;
  }

  .sticky-booking{
    max-width:430px;
    left:auto;
    right:30px;
    bottom:92px;
    border:1px solid var(--line);
    border-radius:26px;
    box-shadow:var(--shadow);
  }

  .bottom-nav{
    max-width:520px;
    left:50%;
    right:auto;
    transform:translateX(-50%);
    border:1px solid var(--line);
    border-radius:26px 26px 0 0;
  }
}

/* =========================================================
   23. RESERVAR
========================================================= */

.reserve-btn{
  display:flex;
  align-items:center;
  justify-content:center;

  width:100%;
  height:64px;

  border-radius:22px;
  border:none;

  background:var(--primary);
  color:#fff;

  font-size:1.35rem;
  font-weight:900;

  text-decoration:none;

  box-shadow:0 12px 30px rgba(14,62,97,.18);

  transition:.2s;
}

.reserve-btn:hover{
  transform:translateY(-2px);
}