@charset "utf-8";
/* CSS Document */

/* =========================================================
   DIVER ON TOUR – STARTSEITE
   Datei: /assets/css/index.css
========================================================= */

.dot-container{
  width:min(1200px, calc(100% - 32px));
  margin:0 auto;
}

.dot-container--narrow{
  width:min(980px, calc(100% - 32px));
  margin:0 auto;
}

.dot-home-section{
  padding:56px 0;
}

.dot-section-head{
  text-align:center;
  margin-bottom:34px;
}

.dot-section-head h2{
  margin:0 0 12px;
  font-size:clamp(28px, 4vw, 40px);
  line-height:1.2;
  color:#0e3a5a;
}

.dot-section-head p{
  max-width:920px;
  margin:0 auto;
  color:#35556b;
  font-size:17px;
  line-height:1.8;
}

.dot-section-subline{
  font-size:15px !important;
  font-weight:700;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#006494 !important;
}

.dot-section-button{
  margin-top:34px;
  text-align:center;
}

.dot-btn-primary,
.dot-btn-secondary,
.dot-btn-dark,
.dot-btn-google,
.dot-btn-facebook,
.dot-btn-tauchernet{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:8px;
  min-height:48px;
  padding:12px 20px;
  border-radius:10px;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  line-height:1.3;
  transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dot-btn-primary:hover,
.dot-btn-secondary:hover,
.dot-btn-dark:hover,
.dot-btn-google:hover,
.dot-btn-facebook:hover,
.dot-btn-tauchernet:hover{
  transform:translateY(-1px);
}

.dot-btn-primary{
  background:#0e3a5a;
  color:#ffffff;
  box-shadow:0 8px 18px rgba(14,58,90,0.18);
}

.dot-btn-primary:hover{
  background:#145a87;
}

.dot-btn-secondary{
  background:#ffffff;
  color:#0e3a5a;
  border:1px solid #bfd4e3;
  box-shadow:0 8px 18px rgba(14,58,90,0.08);
}

.dot-btn-secondary:hover{
  background:#f4f8fb;
}

.dot-btn-dark{
  background:#163047;
  color:#ffffff;
  box-shadow:0 8px 18px rgba(22,48,71,0.18);
}

.dot-btn-dark:hover{
  background:#0f2435;
}

.dot-btn-google,
.dot-btn-facebook,
.dot-btn-tauchernet{
  width:100%;
}

.dot-btn-google{
  background:#ffffff;
  color:#0e3a5a;
  border:1px solid #d9e5ee;
}

.dot-btn-facebook{
  background:#f4f8fb;
  color:#0e3a5a;
  border:1px solid #d9e5ee;
}

.dot-btn-tauchernet{
  background:#eaf2f8;
  color:#0e3a5a;
  border:1px solid #cddde9;
}

.dot-action-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

/* Hero */
.dot-hero-banner{
  position:relative;
  min-height:640px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#0e3a5a;
}

.dot-hero-banner > img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.dot-hero-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(7,33,51,0.82) 0%, rgba(7,33,51,0.58) 42%, rgba(7,33,51,0.25) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.24) 100%);
  z-index:1;
}

.dot-hero-content{
  position:relative;
  z-index:2;
  width:min(1200px, calc(100% - 32px));
  margin:0 auto;
  padding:64px 0;
}

.dot-hero-box{
  max-width:720px;
  color:#ffffff;
}

.dot-hero-kicker{
  margin:0 0 14px;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#b8dbee;
}

.dot-hero-box h1{
  margin:0 0 18px;
  font-size:clamp(34px, 5vw, 56px);
  line-height:1.08;
  color:#ffffff;
}

.dot-hero-box p{
  margin:0;
  font-size:18px;
  line-height:1.75;
  color:#f1f7fb;
}

.dot-hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

/* Conversion */
.dot-conversion{
  background:#ffffff;
}

.dot-conversion-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.6fr) minmax(280px, 420px);
  gap:28px;
  align-items:start;
}

.dot-conversion-text{
  background:#f8fcff;
  border:1px solid #e6eef3;
  border-radius:18px;
  padding:28px;
  box-shadow:0 10px 24px rgba(0,0,0,0.05);
}

.dot-conversion-text p{
  margin:0 0 18px;
  color:#163047;
  line-height:1.8;
  font-size:17px;
}

.dot-checklist{
  margin-top:24px;
  padding:20px 22px;
  border-radius:14px;
  background:#ffffff;
  border:1px solid #dce8f0;
}

.dot-checklist ul{
  margin:0;
  padding-left:20px;
  color:#163047;
  line-height:1.8;
}

.dot-conversion-side{
  background:#ffffff;
  border:1px solid #e6eef3;
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 24px rgba(0,0,0,0.05);
}

.dot-conversion-side img{
  width:100%;
  height:auto;
  display:block;
  border-radius:14px;
}

.dot-conversion-side p{
  margin:16px 0 18px;
  color:#35556b;
  line-height:1.7;
}

/* Cards */
.dot-card-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px;
}

.dot-card-grid--images{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.dot-image-card,
.dot-text-card{
  background:#ffffff;
  border:1px solid #e6eef3;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,0.05);
}

.dot-image-card img{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
  display:block;
}

.dot-image-card__content{
  padding:20px;
}

.dot-image-card__content h3,
.dot-text-card h3{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:22px;
  line-height:1.3;
}

.dot-image-card__content p,
.dot-text-card p{
  margin:0;
  color:#35556b;
  line-height:1.75;
  font-size:16px;
}

.dot-text-card{
  padding:22px;
}

/* Marine life */
.dot-marine-life{
  background:#f8fcff;
}

/* Reviews */
.dot-reviews{
  background:#ffffff;
}

.dot-reviews-wrap{
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(280px, 360px);
  gap:26px;
  align-items:stretch;
}

.dot-reviews-text,
.dot-reviews-buttons{
  background:#f8fcff;
  border:1px solid #e6eef3;
  border-radius:18px;
  padding:28px;
  box-shadow:0 10px 24px rgba(0,0,0,0.05);
}

.dot-reviews-text h2{
  margin:0 0 12px;
  color:#0e3a5a;
  font-size:32px;
  line-height:1.2;
}

.dot-reviews-text p{
  margin:0;
  color:#35556b;
  line-height:1.8;
  font-size:17px;
}

.dot-stars{
  margin-top:22px;
  font-size:34px;
  letter-spacing:4px;
  color:#f0b400;
}

.dot-rating-note{
  margin-top:10px !important;
  font-size:15px !important;
}

.dot-reviews-buttons{
  display:flex;
  flex-direction:column;
  gap:12px;
  justify-content:center;
}

.dot-reviews-help{
  margin:10px 0 0;
  color:#35556b;
  font-size:14px;
  line-height:1.7;
  text-align:center;
}

/* Locations */
.dot-locations{
  background:#f8fcff;
}

.dot-map-wrap{
  border-radius:18px;
  overflow:hidden;
  border:1px solid #dce8f0;
  box-shadow:0 10px 24px rgba(0,0,0,0.05);
  background:#ffffff;
}

.dot-map-wrap iframe{
  display:block;
  border:0;
}

.dot-map-note{
  margin:18px 0 0;
  color:#35556b;
  line-height:1.7;
  font-size:16px;
  text-align:center;
}

/* FAQ */
.dot-faq-section{
  background:#ffffff;
}

.faq-modern{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.faq-modern details{
  background:#f8fcff;
  border:1px solid #dce8f0;
  border-radius:14px;
  overflow:hidden;
}

.faq-modern summary{
  list-style:none;
  cursor:pointer;
  padding:18px 20px;
  font-weight:700;
  color:#0e3a5a;
  position:relative;
  line-height:1.5;
}

.faq-modern summary::-webkit-details-marker{
  display:none;
}

.faq-modern summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  font-size:24px;
  line-height:1;
  color:#006494;
}

.faq-modern details[open] summary::after{
  content:"–";
}

.faq-answer{
  padding:0 20px 20px;
  color:#35556b;
  line-height:1.8;
  font-size:16px;
}

/* Why Hurghada */
.dot-why-hurghada{
  background:#f8fcff;
}

/* Top link */
.dot-top-link{
  display:inline-block;
  margin-top:28px;
  color:#0e3a5a;
  text-decoration:none;
  font-weight:700;
}

.dot-top-link:hover{
  text-decoration:underline;
}

/* Back to top button */
#dot-backtop{
  position:fixed;
  right:18px;
  bottom:18px;
  width:46px;
  height:46px;
  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);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index:999;
}

#dot-backtop.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* Consent */
#dot-consent{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  max-width:760px;
  margin:0 auto;
  background:#ffffff;
  border:1px solid #dce8f0;
  border-radius:18px;
  box-shadow:0 20px 50px rgba(0,0,0,0.16);
  padding:22px;
  z-index:1100;
}

#dot-consent h3{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:22px;
}

#dot-consent p{
  margin:0;
  color:#35556b;
  line-height:1.7;
  font-size:15px;
}

#dot-consent a{
  color:#0e3a5a;
  font-weight:700;
}

#dot-consent .row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

#dot-consent button{
  min-height:46px;
  padding:10px 18px;
  border-radius:10px;
  border:1px solid #bfd4e3;
  cursor:pointer;
  font-weight:700;
  font-size:15px;
}

#dot-decline{
  background:#ffffff;
  color:#0e3a5a;
}

#dot-accept{
  background:#0e3a5a;
  color:#ffffff;
  border-color:#0e3a5a;
}

/* Responsive */
@media (max-width:1024px){
  .dot-conversion-grid,
  .dot-reviews-wrap{
    grid-template-columns:1fr;
  }

  .dot-card-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .dot-card-grid--images{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:768px){
  .dot-home-section{
    padding:42px 0;
  }

  .dot-hero-banner{
    min-height:560px;
  }

  .dot-hero-content{
    padding:48px 0;
  }

  .dot-hero-box p{
    font-size:17px;
  }

  .dot-hero-buttons,
  .dot-action-row{
    flex-direction:column;
  }

  .dot-btn-primary,
  .dot-btn-secondary,
  .dot-btn-dark{
    width:100%;
  }

  .dot-conversion-text,
  .dot-conversion-side,
  .dot-reviews-text,
  .dot-reviews-buttons{
    padding:22px;
  }

  .dot-card-grid,
  .dot-card-grid--images{
    grid-template-columns:1fr;
  }

  #dot-consent{
    left:12px;
    right:12px;
    bottom:12px;
    padding:18px;
  }

  #dot-consent .row{
    flex-direction:column;
  }

  #dot-consent button{
    width:100%;
  }
}