@charset "utf-8";
/* =========================================================
   DIVER ON TOUR – PREISE TAUCHEN HURGHADA
   Datei: /assets/css/preise-tauchen-hurghada.css
========================================================= */

*,
*::before,
*::after{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  max-width:100%;
  overflow-x:hidden;
}

body{
  background:#ffffff;
  color:#18384a;
  font-family:Arial, Helvetica, sans-serif;
}

img,
video{
  display:block;
  max-width:100%;
  height:auto;
}

main{
  display:block;
  width:100%;
}

.dot-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
}

/* =========================================================
   HERO FEINTUNING
========================================================= */

.dot-hero-content{
  width:min(1180px, calc(100% - 36px));
}

.dot-hero-box{
  max-width:760px;
}

.dot-hero-box p{
  max-width:620px;
}

.dot-hero-buttons{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  margin-top:20px;
}

.dot-hero-buttons .dot-hero-button{
  width:auto;
  max-width:100%;
  align-self:flex-start;
  flex:0 0 auto;
}

/* =========================================================
   INTRO
========================================================= */

.dot-price-intro{
  padding:46px 0 20px;
}

.dot-price-intro-head{
  max-width:920px;
  margin:0 auto 24px;
  text-align:center;
}

.dot-price-intro-head h2{
  margin:0 0 12px;
  color:#0e3a5a;
  font-size:clamp(1.9rem, 2.7vw, 2.6rem);
  line-height:1.18;
}

.dot-price-intro-head p{
  margin:0;
  color:#35556b;
  font-size:1.02rem;
  line-height:1.7;
}

.dot-price-intro-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.dot-info-card{
  background:#ffffff;
  border:1px solid #dcecf2;
  border-radius:18px;
  padding:22px 20px;
  box-shadow:0 10px 24px rgba(7,45,67,0.05);
}

.dot-info-card h3{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1.08rem;
  line-height:1.35;
}

.dot-info-card p{
  margin:0;
  color:#35556b;
  font-size:0.98rem;
  line-height:1.72;
}

/* =========================================================
   VIDEOS
========================================================= */

.dot-video-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin:18px 0 26px;
}

.dot-video-card{
  overflow:hidden;
  border-radius:18px;
  background:#000;
  box-shadow:0 10px 24px rgba(7,45,67,0.08);
}

.dot-video-card video{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

/* =========================================================
   PREISBEREICHE
========================================================= */

.dot-prices{
  padding:18px 0 34px;
}

.dot-prices h3{
  margin:0 0 18px;
  text-align:center;
  color:#0e3a5a;
  font-size:clamp(1.65rem, 2.2vw, 2.15rem);
  line-height:1.2;
}

.dot-price-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-bottom:20px;
}

.dot-price-grid--two{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
}

.dot-price-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  background:#ffffff;
  border:1px solid #dcecf2;
  border-radius:18px;
  padding:20px 18px;
  box-shadow:0 10px 24px rgba(7,45,67,0.05);
}

.dot-price-card h4{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1.08rem;
  line-height:1.35;
}

.dot-card-text{
  margin:0 0 12px;
  color:#35556b;
  font-size:0.97rem;
  line-height:1.68;
}

.dot-price-card ul{
  margin:0 0 14px;
  padding-left:18px;
  color:#35556b;
  font-size:0.94rem;
  line-height:1.62;
}

.dot-price-card li{
  margin-bottom:6px;
}

.dot-badge-bestseller{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:10px;
  padding:6px 12px;
  border-radius:999px;
  background:#fff3cd;
  color:#7a5200;
  font-size:0.82rem;
  font-weight:700;
  line-height:1;
}

.dot-price-value,
.dot-price{
  margin-top:auto;
  color:#0e3a5a;
  font-size:1.45rem;
  font-weight:700;
  line-height:1.2;
}

.dot-price-value small,
.dot-small{
  display:block;
  margin-top:4px;
  color:#35556b;
  font-size:0.86rem;
  font-weight:400;
  line-height:1.45;
}

.dot-price-note,
.dot-center-text{
  max-width:900px;
  margin:0 auto 24px;
  text-align:center;
  color:#35556b;
  font-size:0.98rem;
  line-height:1.7;
}

.dot-note-card{
  max-width:920px;
  margin:0 auto 24px;
  background:#f8fcfe;
  border:1px solid #dcecf2;
  border-radius:18px;
  padding:18px 20px;
  box-shadow:0 8px 18px rgba(7,45,67,0.04);
}

.dot-note-card p{
  margin:0;
  color:#35556b;
  font-size:0.97rem;
  line-height:1.68;
  text-align:center;
}

/* =========================================================
   TRUST / CTA
========================================================= */

.dot-trust-box{
  max-width:900px;
  margin:24px auto 0;
  background:#f8fcfe;
  border:1px solid #dcecf2;
  border-radius:20px;
  padding:22px 20px;
  text-align:center;
  box-shadow:0 10px 22px rgba(7,45,67,0.05);
}

.dot-trust-stars{
  margin-bottom:10px;
  color:#f2b01e;
  font-size:1.5rem;
  line-height:1;
}

.dot-trust-box p{
  margin:0;
  color:#35556b;
  font-size:0.98rem;
  line-height:1.72;
}

.dot-button-wrap{
  margin:22px 0 20px;
  text-align:center;
}

.dot-book-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border-radius:10px;
  background:#0e3a5a;
  color:#ffffff;
  text-decoration:none;
  font-weight:700;
  font-size:0.95rem;
  line-height:1.3;
  box-shadow:0 8px 18px rgba(14,58,90,0.18);
  transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dot-book-button:hover{
  transform:translateY(-1px);
  background:#145a87;
}

/* =========================================================
   FAQ ALS KARTEN
========================================================= */

.dot-faq{
  padding:18px 0 26px;
  background:#ffffff;
}

.dot-faq h2{
  margin:0 0 20px;
  text-align:center;
  color:#0e3a5a;
  font-size:clamp(1.65rem, 2.2vw, 2.1rem);
  line-height:1.2;
}

.dot-faq-card-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.dot-faq-card{
  background:#ffffff;
  border:1px solid #dcecf2;
  border-radius:18px;
  padding:18px 16px;
  box-shadow:0 10px 22px rgba(7,45,67,0.05);
}

.dot-faq-card h3{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1rem;
  line-height:1.34;
}

.dot-faq-card p{
  margin:0;
  color:#35556b;
  font-size:0.94rem;
  line-height:1.65;
}

.dot-bottom-note{
  padding:0 0 34px;
}

/* =========================================================
   TOP LINK / BACKTOP
========================================================= */

.dot-back-wrap{
  margin:6px 0 26px;
  text-align:center;
}

.dot-back-wrap--outer{
  margin-top:0;
  margin-bottom:0;
}

.dot-top-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:#0e3a5a;
  text-decoration:none;
  font-weight:700;
  font-size:0.92rem;
}

.dot-top-link:hover{
  text-decoration:underline;
}

#dot-backtop{
  position:fixed;
  right:16px;
  bottom:16px;
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#0e3a5a;
  color:#ffffff;
  text-decoration:none;
  font-size:20px;
  box-shadow:0 10px 24px rgba(0,0,0,0.18);
  z-index:999;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1100px){
  .dot-price-intro-grid,
  .dot-video-grid,
  .dot-price-grid,
  .dot-faq-card-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .dot-price-grid--two{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:900px){
  .dot-hero-buttons{
    gap:10px;
  }
}

@media (max-width:768px){
  .dot-container{
    padding:0 14px;
  }

  .dot-price-intro{
    padding:34px 0 14px;
  }

  .dot-prices,
  .dot-faq,
  .dot-bottom-note{
    padding-top:14px;
  }

  .dot-price-intro-head h2,
  .dot-prices h3,
  .dot-faq h2{
    font-size:1.5rem;
    line-height:1.22;
  }

  .dot-price-intro-head p,
  .dot-price-note,
  .dot-center-text{
    font-size:0.95rem;
    line-height:1.58;
  }

  .dot-price-intro-grid,
  .dot-video-grid,
  .dot-price-grid,
  .dot-price-grid--two,
  .dot-faq-card-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .dot-info-card,
  .dot-price-card,
  .dot-faq-card,
  .dot-note-card,
  .dot-trust-box{
    padding:16px 14px;
    border-radius:16px;
  }

  .dot-book-button{
    width:100%;
  }

  .dot-hero-buttons{
    width:100%;
    align-items:flex-start;
  }

  .dot-hero-buttons .dot-hero-button{
    width:auto;
    max-width:100%;
    align-self:flex-start;
    flex:0 0 auto;
  }

  .dot-top-link{
    width:100%;
    justify-content:center;
    padding:10px 12px;
    border:1px solid #dcecf2;
    border-radius:999px;
    background:#ffffff;
    box-shadow:0 6px 16px rgba(7,45,67,0.05);
  }

  .dot-top-link::before{
    content:"↑";
    display:inline-block;
    font-size:1rem;
    line-height:1;
  }

  #dot-backtop{
    right:12px;
    bottom:12px;
    width:46px;
    height:46px;
    font-size:21px;
    box-shadow:0 12px 24px rgba(0,0,0,0.22);
  }
}

@media (max-width:479px){
  .dot-info-card,
  .dot-price-card,
  .dot-faq-card,
  .dot-note-card,
  .dot-trust-box,
  .dot-video-card{
    border-radius:14px;
  }

  #dot-backtop{
    width:48px;
    height:48px;
    font-size:22px;
  }
}