@charset "utf-8";
/* =========================================================
   DIVER ON TOUR – DEUTSCHSPRACHIGE TAUCHBASIS HURGHADA
   Datei: /assets/css/deutschsprachige-tauchbasis-hurghada.css
========================================================= */

.dot-hero-banner{
  position:relative;
  overflow:hidden;
  min-height:clamp(420px, 60vw, 720px);
}

.dot-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

.dot-hero-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0, 0, 0, 0.28);
  z-index:1;
}

.dot-hero-content{
  position:relative;
  z-index:2;
}

.dot-hero-box{
  max-width:640px;
}

.dot-hero-box h1{
  max-width:620px;
}

.dot-hero-box p{
  max-width:560px;
}

*,
*::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{
  display:block;
  max-width:100%;
  height:auto;
}

a{
  text-decoration:none;
}

main{
  display:block;
  width:100%;
}

.dot-container{
  width:100%;
  max-width:1080px;
  margin:0 auto;
  padding:0 18px;
}

/* =========================================================
   SEKTIONEN – KOMPAKT
========================================================= */

.dot-dive-intro,
.dot-split-section,
.dot-info-section,
.dot-reef-gallery-section,
.dot-package-section,
.dot-knowledge-section,
.dot-faq-section,
.dot-links-section{
  position:relative;
  width:100%;
  padding:32px 0;
}

.dot-dive-intro{
  background:linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.dot-split-section{
  background:#ffffff;
}

.dot-split-section--reverse{
  background:linear-gradient(180deg, #ffffff 0%, #f6fbfd 100%);
}

.dot-info-section{
  background:#ffffff;
}

.dot-info-section--reef{
  background:linear-gradient(180deg, #f8fcfd 0%, #ffffff 100%);
}

.dot-reef-gallery-section{
  padding-top:8px;
  background:#ffffff;
}

.dot-package-section{
  background:linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.dot-knowledge-section{
  background:#ffffff;
}

.dot-faq-section{
  background:linear-gradient(180deg, #f8fcfd 0%, #ffffff 100%);
}

.dot-links-section{
  background:#ffffff;
}

/* =========================================================
   TYPOGRAFIE
========================================================= */

.dot-section-label{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:0 0 10px;
  padding:6px 11px;
  border-radius:999px;
  background:#e8f6fb;
  color:#0f5a73;
  font-size:0.8rem;
  font-weight:700;
  letter-spacing:0.02em;
}

.dot-section-head{
  max-width:760px;
  margin:0 auto 18px;
  text-align:center;
}

.dot-section-head h2,
.dot-dive-intro__text h2,
.dot-split-content h2{
  margin:0 0 12px;
  color:#103247;
  font-size:clamp(1.45rem, 1.8vw, 2rem);
  line-height:1.2;
  font-weight:700;
}

.dot-section-head p,
.dot-dive-intro__text p,
.dot-dive-intro__side,
.dot-split-content p,
.dot-included-card p,
.dot-info-card p,
.dot-reef-gallery-card__body p,
.dot-package-card p,
.dot-knowledge-card p,
.dot-faq-card p,
.dot-links-card p{
  color:#315467;
  font-size:0.95rem;
  line-height:1.58;
}

.dot-dive-intro__text > p,
.dot-split-content p{
  margin:0 0 12px;
}

/* =========================================================
   BUTTONS / CTA
========================================================= */

.dot-inline-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.dot-center-cta{
  display:flex;
  justify-content:center;
  margin-top:16px;
}

.dot-inline-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:10px 17px;
  border:1px solid #82d76d;
  border-radius:999px;
  background:linear-gradient(135deg, #a7e88f 0%, #7dd56d 100%);
  color:#12384c;
  font-size:0.92rem;
  font-weight:700;
  line-height:1.2;
  text-align:center;
  box-shadow:0 8px 18px rgba(92, 170, 82, 0.16);
  transition:transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dot-inline-button:hover,
.dot-inline-button:focus{
  transform:translateY(-1px);
  box-shadow:0 12px 22px rgba(92, 170, 82, 0.20);
  outline:none;
}

.dot-inline-button--light{
  background:#ffffff;
  border-color:#cfe4ec;
  color:#0f4d69;
  box-shadow:0 8px 18px rgba(8, 46, 68, 0.07);
}

.dot-inline-button--light:hover,
.dot-inline-button--light:focus{
  border-color:#9fc7d6;
  box-shadow:0 12px 22px rgba(8, 46, 68, 0.10);
}

/* =========================================================
   KARTEN / BOXEN BASIS
========================================================= */

.dot-included-card,
.dot-dive-intro__side,
.dot-split-media,
.dot-info-card,
.dot-reef-gallery-card,
.dot-package-card,
.dot-knowledge-card,
.dot-faq-card,
.dot-links-card{
  min-width:0;
  border:1px solid #dcecf2;
  border-radius:18px;
  background:#ffffff;
  box-shadow:0 10px 24px rgba(7, 45, 67, 0.07);
}

.dot-included-card h3,
.dot-dive-intro__side h3,
.dot-info-card h3,
.dot-reef-gallery-card__body h3,
.dot-package-card h3,
.dot-knowledge-card h3,
.dot-faq-card h3,
.dot-links-card h3{
  margin:0 0 8px;
  color:#103247;
  font-size:1rem;
  line-height:1.32;
  font-weight:700;
}

/* =========================================================
   INTRO
========================================================= */

.dot-dive-intro__grid{
  display:grid;
  grid-template-columns:minmax(0, 1.38fr) minmax(250px, 0.72fr);
  gap:18px;
  align-items:start;
}

.dot-dive-intro__text,
.dot-dive-intro__side{
  min-width:0;
}

.dot-included-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
  margin-top:14px;
}

.dot-included-card{
  padding:15px 13px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
}

.dot-dive-intro__side{
  padding:18px 16px;
  background:linear-gradient(180deg, #ffffff 0%, #f4fbfd 100%);
}

.dot-side-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}

.dot-side-list li{
  position:relative;
  padding-left:18px;
  color:#315467;
  font-size:0.92rem;
  line-height:1.5;
}

.dot-side-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.62em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:linear-gradient(135deg, #1bb7c0 0%, #7cd86d 100%);
  transform:translateY(-50%);
}

/* =========================================================
   SPLIT-SECTION
========================================================= */

.dot-split-grid{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  gap:18px;
  align-items:center;
}

.dot-split-section--reverse .dot-split-grid{
  direction:rtl;
}

.dot-split-section--reverse .dot-split-media,
.dot-split-section--reverse .dot-split-content{
  direction:ltr;
}

.dot-split-media{
  overflow:hidden;
}

.dot-split-media img{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.dot-split-content{
  min-width:0;
}

.dot-mini-points,
.dot-feature-list{
  display:grid;
  gap:8px;
  margin:14px 0 0;
}

.dot-mini-point,
.dot-feature-item{
  padding:10px 12px;
  border:1px solid #d8ebf2;
  border-radius:14px;
  background:#f7fbfd;
  color:#21465a;
  font-size:0.9rem;
  font-weight:700;
  line-height:1.42;
}

/* =========================================================
   INFO / REEF / PACKAGE / FAQ / LINKS
========================================================= */

.dot-info-grid,
.dot-package-grid,
.dot-knowledge-grid,
.dot-faq-grid,
.dot-links-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

.dot-info-card,
.dot-package-card,
.dot-knowledge-card,
.dot-faq-card,
.dot-links-card{
  padding:16px 14px;
}

.dot-info-card{
  background:linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
}

.dot-package-card{
  background:#ffffff;
}

.dot-knowledge-card,
.dot-faq-card{
  background:linear-gradient(180deg, #ffffff 0%, #f9fcfd 100%);
}

.dot-links-card{
  background:#ffffff;
}

.dot-package-badge{
  display:inline-flex;
  align-items:center;
  margin:0 0 10px;
  padding:6px 10px;
  border-radius:999px;
  background:#e9f7f2;
  color:#12604f;
  font-size:0.76rem;
  font-weight:700;
  line-height:1;
}

.dot-package-card p,
.dot-links-card p{
  margin:0 0 14px;
}

.dot-info-card p,
.dot-knowledge-card p,
.dot-faq-card p{
  margin:0;
}

/* =========================================================
   REEF GALLERY
========================================================= */

.dot-reef-gallery-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

.dot-reef-gallery-card{
  overflow:hidden;
}

.dot-reef-gallery-card img{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.dot-reef-gallery-card__body{
  padding:14px 14px 16px;
}

.dot-reef-gallery-card__body p{
  margin:0;
}

/* =========================================================
   HERO FEINTUNING
========================================================= */

.dot-hero-box{
  max-width:700px;
}

.dot-hero-box p{
  max-width:620px;
}

/* =========================================================
   SONSTIGES
========================================================= */

.dot-top-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:14px;
  color:#0f4d69;
  font-weight:700;
}

#dot-backtop{
  position:fixed;
  right:16px;
  bottom:16px;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#0f4d69;
  color:#ffffff;
  font-size:1rem;
  box-shadow:0 10px 22px rgba(0, 0, 0, 0.16);
  z-index:999;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1100px){
  .dot-dive-intro__grid,
  .dot-split-grid{
    grid-template-columns:1fr;
  }

  .dot-split-section--reverse .dot-split-grid{
    direction:ltr;
  }

  .dot-included-grid,
  .dot-info-grid,
  .dot-package-grid,
  .dot-knowledge-grid,
  .dot-faq-grid,
  .dot-links-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .dot-reef-gallery-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:767px){
  .dot-dive-intro,
  .dot-split-section,
  .dot-info-section,
  .dot-reef-gallery-section,
  .dot-package-section,
  .dot-knowledge-section,
  .dot-faq-section,
  .dot-links-section{
    padding:22px 0;
  }

  .dot-reef-gallery-section{
    padding-top:6px;
  }

  .dot-container{
    padding:0 14px;
  }

  .dot-section-head{
    margin-bottom:14px;
    text-align:left;
  }

  .dot-section-head h2,
  .dot-dive-intro__text h2,
  .dot-split-content h2{
    font-size:1.42rem;
    line-height:1.22;
  }

  .dot-section-head p,
  .dot-dive-intro__text p,
  .dot-dive-intro__side,
  .dot-split-content p,
  .dot-included-card p,
  .dot-info-card p,
  .dot-reef-gallery-card__body p,
  .dot-package-card p,
  .dot-knowledge-card p,
  .dot-faq-card p,
  .dot-links-card p{
    font-size:0.95rem;
    line-height:1.56;
  }

  .dot-dive-intro__grid,
  .dot-split-grid{
    gap:14px;
  }

  .dot-inline-actions{
    margin-top:12px;
  }

  .dot-center-cta{
    margin-top:14px;
  }

  .dot-included-grid,
  .dot-info-grid,
  .dot-package-grid,
  .dot-knowledge-grid,
  .dot-faq-grid,
  .dot-links-grid,
  .dot-reef-gallery-grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .dot-included-card,
  .dot-dive-intro__side,
  .dot-info-card,
  .dot-package-card,
  .dot-knowledge-card,
  .dot-faq-card,
  .dot-links-card{
    padding:14px;
  }

  .dot-reef-gallery-card__body{
    padding:12px 14px 14px;

  }

  .dot-inline-actions{
    flex-direction:column;
    align-items:stretch;
    gap:8px;
  }

  .dot-center-cta{
    justify-content:stretch;
  }

  .dot-inline-button{
    width:100%;
  }

  #dot-backtop{
    right:12px;
    bottom:12px;
    width:38px;
    height:38px;
    font-size:0.95rem;
  }
}

@media (max-width:479px){
  .dot-section-label{
    font-size:0.76rem;
    padding:6px 10px;
    margin-bottom:8px;
  }

  .dot-section-head h2,
  .dot-dive-intro__text h2,
  .dot-split-content h2{
    font-size:1.3rem;
  }

  .dot-included-card,
  .dot-dive-intro__side,
  .dot-split-media,
  .dot-info-card,
  .dot-reef-gallery-card,
  .dot-package-card,
  .dot-knowledge-card,
  .dot-faq-card,
  .dot-links-card{
    border-radius:16px;
  }
}