@charset "utf-8";
/* =========================================================
   DIVER ON TOUR – TAUCHSAFARIS ROTES MEER
   Datei: /assets/css/tauchsafaris-rotes-meer.css
========================================================= */

/* =========================================================
   BASIS
========================================================= */

*,
*::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;
}

a{
  text-decoration:none;
}

main{
  display:block;
  width:100%;
}

.safari-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
}

/* =========================================================
   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;
  object-position:center center;
  z-index:0;
}

.dot-hero-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(7,33,51,0.74) 0%, rgba(7,33,51,0.48) 45%, rgba(7,33,51,0.18) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.16) 100%);
  z-index:1;
}

.dot-hero-content{
  position:relative;
  z-index:2;
  width:min(1180px, calc(100% - 36px));
  margin:0 auto;
  padding:56px 0;
}

.dot-hero-box{
  max-width:720px;
  color:#ffffff;
}

.dot-hero-kicker{
  margin:0 0 12px;
  color:#b8dbee;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  line-height:1.3;
}

.dot-hero-box h1{
  margin:0 0 16px;
  max-width:690px;
  color:#ffffff;
  font-size:clamp(32px, 4.8vw, 54px);
  line-height:1.08;
}

.dot-hero-box p{
  margin:0;
  max-width:600px;
  color:#f1f7fb;
  font-size:17px;
  line-height:1.66;
}

.dot-hero-buttons{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  margin-top:22px;
}

.dot-hero-buttons .dot-hero-button{
  width:auto;
  max-width:100%;
  align-self:flex-start;
  flex:0 0 auto;
}

/* =========================================================
   SEKTIONEN / KOPFBLÖCKE
========================================================= */

.safari-intro-section,
.safari-routes-section,
.safari-water-section,
.safari-life-section,
.safari-feature-section,
.safari-cabins-section,
.safari-underwater-section,
.safari-faq-section{
  padding:52px 0;
}

.safari-intro-section,
.safari-water-section,
.safari-feature-section,
.safari-faq-section{
  background:#f8fcfe;
}

.safari-routes-section,
.safari-life-section,
.safari-cabins-section,
.safari-underwater-section{
  background:#ffffff;
}

.safari-section-head{
  text-align:center;
  margin-bottom:30px;
}

.safari-section-head h2{
  margin:0 0 12px;
  color:#0e3a5a;
  font-size:clamp(1.9rem, 2.7vw, 2.65rem);
  line-height:1.18;
}

.safari-section-head p{
  max-width:960px;
  margin:0 auto 12px;
  color:#35556b;
  font-size:1.01rem;
  line-height:1.76;
}

.safari-section-head p:last-child{
  margin-bottom:0;
}

/* =========================================================
   BUTTONS
========================================================= */

.safari-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:46px;
  padding:11px 20px;
  border-radius:10px;
  font-weight:700;
  font-size:0.95rem;
  line-height:1.3;
  transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.safari-btn:hover{
  transform:translateY(-1px);
}

.safari-btn--gold{
  background:#0e3a5a;
  color:#ffffff;
  box-shadow:0 8px 18px rgba(14,58,90,0.18);
}

.safari-btn--gold:hover{
  background:#145a87;
}

.safari-btn--blue,
.safari-btn--whatsapp{
  background:#ffffff;
  color:#0e3a5a;
  border:1px solid #cfe0ea;
  box-shadow:0 8px 18px rgba(14,58,90,0.08);
}

.safari-btn--blue:hover,
.safari-btn--whatsapp:hover{
  background:#f4f8fb;
}

.safari-center-actions,
.safari-feature-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

/* =========================================================
   GEMEINSAME KARTENLOGIK
========================================================= */

.safari-overview-card,
.safari-route-card,
.safari-water-card,
.safari-card,
.safari-feature-card,
.safari-faq-card{
  min-width:0;
}

.safari-overview-card,
.safari-water-card,
.safari-card,
.safari-feature-card,
.safari-faq-card{
  background:#ffffff;
  border:1px solid #dcecf2;
  border-radius:18px;
  box-shadow:0 10px 22px rgba(7,45,67,0.05);
}

.safari-overview-card,
.safari-feature-card,
.safari-faq-card{
  padding:20px 18px;
}

.safari-overview-card h3,
.safari-feature-card h3,
.safari-faq-card h3{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1.06rem;
  line-height:1.34;
}

.safari-overview-card p,
.safari-feature-card p,
.safari-faq-card p{
  margin:0;
  color:#35556b;
  font-size:0.96rem;
  line-height:1.68;
}

/* =========================================================
   ÜBERBLICKSKARTEN
========================================================= */

.safari-overview-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

/* =========================================================
   ROUTENKARTEN
========================================================= */

.safari-route-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:22px;
}

.safari-route-card{
  display:flex;
  flex-direction:column;
  background:#ffffff;
  border:1px solid #dcecf2;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 24px rgba(7,45,67,0.06);
}

.safari-route-card__media{
  background:#000000;
}

.safari-route-card__media video{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.safari-route-card__body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:20px 18px;
}

.safari-route-card__badge{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:12px;
  padding:7px 12px;
  border-radius:999px;
  background:#0e3a5a;
  color:#ffffff;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:0.04em;
  text-transform:uppercase;
}

.safari-route-card__badge--blue{
  background:#145a87;
}

.safari-route-card__body h3{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1.18rem;
  line-height:1.34;
}

.safari-route-card__body p{
  margin:0 0 12px;
  color:#35556b;
  font-size:0.97rem;
  line-height:1.7;
}

.safari-route-list{
  margin:0 0 18px;
  padding-left:18px;
  color:#18384a;
  font-size:0.94rem;
  line-height:1.65;
}

.safari-route-list li{
  margin:0 0 8px;
}

.safari-route-card .safari-btn{
  margin-top:auto;
  align-self:flex-start;
}

/* =========================================================
   WATER / VIDEO- UND BILDKARTEN
========================================================= */

.safari-water-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.safari-water-card{
  overflow:hidden;
}

.safari-water-card__media{
  background:#000000;
}

.safari-water-card__media video,
.safari-water-card img{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.safari-water-card__body{
  padding:18px;
}

.safari-water-card__body h3{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1.08rem;
  line-height:1.34;
}

.safari-water-card__body p{
  margin:0;
  color:#35556b;
  font-size:0.96rem;
  line-height:1.68;
}

/* =========================================================
   ALLGEMEINE KARTENGRIDS
========================================================= */

.safari-card-grid{
  display:grid;
  gap:18px;
}

.safari-card-grid--3{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.safari-card{
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
}

.safari-life-section .safari-card,
.safari-cabins-section .safari-card,
.safari-underwater-section .safari-card{
  background:#ffffff;
}

.safari-card img{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.safari-card h3{
  margin:18px 18px 10px;
  color:#0e3a5a;
  font-size:1.08rem;
  line-height:1.34;
}

.safari-card p{
  margin:0 18px 18px;
  color:#35556b;
  font-size:0.96rem;
  line-height:1.68;
}

/* =========================================================
   FEATURE / NÄCHSTE SAFARI
========================================================= */

.safari-feature-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.safari-feature-card--large{
  grid-column:span 3;
  display:grid;
  grid-template-columns:minmax(280px, 440px) minmax(0, 1fr);
  gap:22px;
  align-items:start;
  padding:18px;
}

.safari-feature-card__image img{
  width:100%;
  border-radius:16px;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.safari-feature-card__content{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.safari-feature-card__badge{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:12px;
  padding:7px 12px;
  border-radius:999px;
  background:#0e3a5a;
  color:#ffffff;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:0.04em;
  text-transform:uppercase;
}

.safari-feature-card__content h3{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1.18rem;
  line-height:1.34;
}

.safari-feature-card__content p{
  margin:0 0 12px;
  color:#35556b;
  font-size:0.97rem;
  line-height:1.7;
}

.safari-facts-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  margin-top:6px;
}

.safari-fact{
  display:flex;
  flex-direction:column;
  gap:4px;
  background:#f8fcfe;
  border:1px solid #dcecf2;
  border-radius:14px;
  padding:14px 12px;
  min-width:0;
}

.safari-fact strong{
  color:#0e3a5a;
  font-size:0.9rem;
  line-height:1.3;
}

.safari-fact span{
  color:#35556b;
  font-size:0.92rem;
  line-height:1.5;
}

.safari-info-list{
  margin:0;
  padding-left:18px;
  color:#18384a;
  font-size:0.95rem;
  line-height:1.68;
}

.safari-info-list li{
  margin:0 0 8px;
}

.safari-note{
  margin-top:12px !important;
  font-size:0.92rem !important;
  color:#5b7686 !important;
}

/* =========================================================
   FAQ-KARTEN
========================================================= */

.safari-faq-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.safari-faq-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

/* =========================================================
   TOP LINK
========================================================= */

.safari-top-link-wrap{
  margin:28px 0 0;
  text-align:center;
}

.safari-top-link-wrap--bottom{
  margin:18px auto 30px;
}

.safari-top-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:#0e3a5a;
  font-weight:700;
  font-size:0.94rem;
  line-height:1.3;
}

.safari-top-link:hover{
  text-decoration:underline;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1100px){
  .safari-overview-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .safari-water-grid,
  .safari-card-grid--3,
  .safari-faq-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .safari-feature-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .safari-feature-card--large{
    grid-column:span 2;
  }
}

@media (max-width:900px){
  .dot-hero-banner{
    min-height:620px;
  }

  .dot-hero-content{
    padding:46px 0;
  }

  .dot-hero-box{
    max-width:640px;
  }

  .dot-hero-box h1{
    font-size:clamp(30px, 5vw, 44px);
  }

  .dot-hero-box p{
    max-width:540px;
    font-size:16px;
    line-height:1.6;
  }

  .safari-route-grid{
    grid-template-columns:1fr;
  }

  .safari-feature-card--large{
    grid-template-columns:1fr;
  }
}

@media (max-width:860px){
  .safari-overview-grid,
  .safari-water-grid,
  .safari-card-grid--3,
  .safari-feature-grid,
  .safari-faq-grid,
  .safari-facts-grid{
    grid-template-columns:1fr;
    gap:14px;
  }

  .safari-feature-card--large{
    grid-column:span 1;
  }
}

@media (max-width:768px){
  .safari-container{
    padding:0 14px;
  }

  .safari-intro-section,
  .safari-routes-section,
  .safari-water-section,
  .safari-life-section,
  .safari-feature-section,
  .safari-cabins-section,
  .safari-underwater-section,
  .safari-faq-section{
    padding:34px 0;
  }

  .safari-section-head{
    margin-bottom:22px;
  }

  .safari-section-head h2{
    font-size:1.5rem;
    line-height:1.22;
  }

  .safari-section-head p,
  .safari-overview-card p,
  .safari-route-card__body p,
  .safari-water-card__body p,
  .safari-card p,
  .safari-feature-card p,
  .safari-faq-card p{
    font-size:0.95rem;
    line-height:1.58;
  }

  .dot-hero-banner{
    min-height:680px;
    align-items:flex-start;
  }

  .dot-hero-content{
    width:min(1180px, calc(100% - 24px));
    padding:70px 0 24px;
  }

  .dot-hero-box{
    max-width:100%;
  }

  .dot-hero-box h1,
  .dot-hero-box p{
    max-width:100%;
  }

  .dot-hero-box h1{
    font-size:clamp(25px, 8vw, 34px);
    line-height:1.12;
  }

  .dot-hero-box p{
    font-size:15px;
    line-height:1.5;
  }

  .dot-hero-buttons{
    width:100%;
    align-items:flex-start;
    gap:10px;
    margin-top:18px;
  }

  .dot-hero-buttons .dot-hero-button{
    width:auto;
    max-width:100%;
    align-self:flex-start;
    flex:0 0 auto;
  }

  .safari-feature-actions,
  .safari-center-actions{
    flex-direction:column;
  }

  .safari-btn{
    width:100%;
  }

  .safari-overview-card,
  .safari-route-card__body,
  .safari-water-card__body,
  .safari-feature-card,
  .safari-faq-card{
    padding:18px 16px;
  }

  .safari-feature-card--large{
    padding:16px;
    gap:16px;
  }

  .safari-card h3{
    margin:16px 16px 10px;
  }

  .safari-card p{
    margin:0 16px 16px;
  }

  .safari-top-link{
    width:100%;
    padding:10px 12px;
    border:1px solid #dcecf2;
    border-radius:999px;
    background:#ffffff;
    box-shadow:0 6px 16px rgba(7,45,67,0.05);
  }

  .safari-top-link::before{
    content:"↑";
    display:inline-block;
    font-size:1rem;
    line-height:1;
  }
}

@media (max-width:479px){
  .safari-overview-card,
  .safari-route-card,
  .safari-water-card,
  .safari-card,
  .safari-feature-card,
  .safari-faq-card{
    border-radius:16px;
  }

  .safari-route-card__media video,
  .safari-water-card__media video,
  .safari-water-card img,
  .safari-card img,
  .safari-feature-card__image img{
    aspect-ratio:16 / 11;
  }
}