/* ═══════════════════════════════════════
   JOIN THE CAPTAIN – Home Page
   pages/home.css
   ═══════════════════════════════════════ */

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.2rem 3rem;
  background: linear-gradient(180deg,rgba(8,19,30,.97) 0%,transparent 100%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(4px);
}
.logo {
  font-family: 'Playfair Display', serif; font-size: 1.35rem;
  font-weight: 400; color: var(--gold); text-decoration: none; letter-spacing: .04em;
}
.logo em { font-style: italic; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
.nav-links a {
  color: var(--salt); text-decoration: none; font-size: .75rem;
  letter-spacing: .18em; text-transform: uppercase; opacity: .7;
  transition: opacity .3s, color .3s;
}
.nav-links a:hover { opacity: 1; color: var(--gold); }
.nav-pill {
  background: var(--gold) !important; color: var(--ink) !important; opacity: 1 !important;
  padding: .5rem 1.3rem; font-weight: 500; transition: background .3s !important;
}
.nav-pill:hover { background: #dbb84d !important; }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--salt); }

/* ─── HERO ─── */
#hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 55% 45%,rgba(26,95,122,.45) 0%,transparent 70%),
    linear-gradient(180deg,rgba(8,19,30,.5) 0%,rgba(8,19,30,.75) 100%),
    url('https://images.unsplash.com/photo-1500514966906-fe245eea9344?w=1800&q=80') center/cover no-repeat;
}
.hero-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 160px; background: linear-gradient(to top,var(--deep),transparent); }
.hero-inner { position: relative; text-align: center; padding: 0 2rem; max-width: 900px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .68rem; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(200,168,75,.3);
  padding: .45rem 1.1rem; margin-bottom: 2rem;
  animation: fadeUp 1s ease both;
}
.hero-badge::before { content: '⚓'; font-size: .8rem; }
h1.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem,6.5vw,5.8rem);
  font-weight: 400; line-height: 1.06; margin-bottom: 1.6rem;
  animation: fadeUp 1.1s ease .1s both;
}
h1.hero-title em { font-style: italic; color: var(--gold); }
.hero-sub {
  font-size: 1.05rem; font-weight: 300; opacity: .72;
  max-width: 560px; margin: 0 auto 2.8rem; line-height: 1.8;
  animation: fadeUp 1.1s ease .2s both;
}
.hero-ctas {
  display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;
  animation: fadeUp 1.1s ease .3s both;
}

/* ─── MATCHING EXPLAINER ─── */
#konzept { background: var(--navy); padding: 6rem 2rem; border-top: 1px solid var(--line); }
.match-flow {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2px; margin: 4rem 0 0; position: relative;
}
.match-step {
  background: var(--mist); border: 1px solid var(--line);
  padding: 2.5rem 2rem; position: relative; overflow: hidden;
  transition: background .4s; cursor: default;
}
.match-step:hover { background: rgba(242,237,228,.11); }
.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 5rem; font-weight: 400; color: var(--gold);
  opacity: .12; position: absolute; top: 1rem; right: 1.5rem; line-height: 1;
}
.step-icon { font-size: 1.6rem; margin-bottom: 1rem; display: block; filter: grayscale(.2); }
.step-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 400; margin-bottom: .7rem; }
.step-desc { font-size: .84rem; opacity: .65; line-height: 1.8; }
.step-arrow {
  position: absolute; top: 50%; right: -14px; transform: translateY(-50%);
  width: 28px; height: 28px; background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem; z-index: 2; color: var(--ink);
}
.match-step:last-child .step-arrow { display: none; }
.guarantee-box {
  margin-top: 3rem;
  background: linear-gradient(135deg,rgba(26,95,122,.25),rgba(200,168,75,.08));
  border: 1px solid rgba(200,168,75,.3); padding: 2rem 2.5rem;
  display: flex; gap: 2rem; align-items: flex-start;
}
.guarantee-icon { font-size: 2rem; flex-shrink: 0; margin-top: .2rem; }
.guarantee-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; margin-bottom: .5rem; color: var(--gold); }
.guarantee-text { font-size: .85rem; opacity: .72; line-height: 1.8; }

/* ─── RESERVATION SYSTEM ─── */
#reservieren { background: var(--deep); padding: 6rem 2rem; }
.reserve-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: start; }
.reserve-left h2 { margin-bottom: 1rem; }
.reserve-left p { opacity: .68; line-height: 1.8; margin-bottom: 1.5rem; font-weight: 300; font-size: .92rem; }

/* Calendar Week Picker */
.cal-wrapper { background: var(--navy); border: 1px solid var(--line); padding: 1.5rem; }
.cal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.2rem; }
.cal-header h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 400; }
.cal-nav { display: flex; gap: .5rem; }
.cal-nav button {
  background: var(--mist); border: 1px solid var(--line); color: var(--salt);
  width: 32px; height: 32px; cursor: pointer; font-size: .9rem; transition: background .3s;
}
.cal-nav button:hover { background: rgba(200,168,75,.2); border-color: var(--gold); }
.cal-legend { display: flex; gap: 1.2rem; margin-bottom: 1rem; flex-wrap: wrap; }
.leg-item { display: flex; align-items: center; gap: .45rem; font-size: .7rem; opacity: .7; }
.leg-dot { width: 10px; height: 10px; border-radius: 50%; }
.leg-available { background: rgba(26,95,122,.8); }
.leg-selected  { background: var(--gold); }
.leg-almostfull{ background: var(--ember); }
.leg-full      { background: #555; border: 1px solid #777; }

.weeks-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
.week-cell {
  border: 1px solid var(--line); padding: .6rem .5rem;
  text-align: center; cursor: pointer;
  transition: all .25s; position: relative; overflow: hidden;
}
.week-cell .wk-label { font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; opacity: .5; margin-bottom: .2rem; }
.week-cell .wk-dates { font-size: .72rem; opacity: .75; margin-bottom: .35rem; }
.week-cell .wk-spots {
  font-size: .62rem; letter-spacing: .1em; text-transform: uppercase;
  padding: .2rem .5rem; display: inline-block;
}
.week-cell.available { background: rgba(26,95,122,.15); border-color: rgba(26,95,122,.4); }
.week-cell.available:hover { background: rgba(26,95,122,.3); border-color: var(--teal2); }
.week-cell.selected { background: rgba(200,168,75,.2); border-color: var(--gold); }
.week-cell.selected .wk-spots { background: rgba(200,168,75,.3); color: var(--gold); }
.week-cell.almostfull { background: rgba(192,90,43,.12); border-color: rgba(192,90,43,.35); }
.week-cell.almostfull:hover { background: rgba(192,90,43,.22); }
.week-cell.full { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.1); cursor: not-allowed; opacity: .5; }
.week-cell.full .wk-spots { color: #888; }
.check-mark {
  position: absolute; top: 5px; right: 5px; width: 16px; height: 16px;
  background: var(--gold); border-radius: 50%;
  display: none; align-items: center; justify-content: center;
  font-size: .55rem; color: var(--ink); font-weight: 700;
}
.week-cell.selected .check-mark { display: flex; }

/* Reservation Form */
.res-form { background: var(--navy); border: 1px solid var(--line); padding: 2rem; }
.res-form h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 400; margin-bottom: 1.5rem; }
.form-section-label { font-size: .65rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin-bottom: .8rem; margin-top: 1.4rem; }
.selected-weeks-display {
  background: rgba(200,168,75,.07); border: 1px solid rgba(200,168,75,.2);
  padding: .8rem 1rem; min-height: 48px; font-size: .83rem; opacity: .8;
  margin-bottom: 1rem;
}
.deposit-box {
  background: linear-gradient(135deg,rgba(200,168,75,.1),rgba(200,168,75,.04));
  border: 1px solid rgba(200,168,75,.25); padding: 1.2rem; margin: 1.2rem 0;
}
.deposit-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: .3rem; }
.deposit-amount { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--gold); }
.deposit-sub { font-size: .75rem; opacity: .6; }
.deposit-info { font-size: .78rem; opacity: .6; line-height: 1.7; margin-top: .6rem; }
.terms-check { display: flex; gap: .7rem; align-items: flex-start; margin: .8rem 0; }
.terms-check input[type=checkbox] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--gold); cursor: pointer; }
.terms-check label { font-size: .78rem; opacity: .65; line-height: 1.6; cursor: pointer; }
.terms-check a { color: var(--gold); text-decoration: none; }
.btn-reserve {
  width: 100%; padding: 1.1rem; background: var(--gold); border: none;
  color: var(--ink); font-family: 'Outfit', sans-serif; font-size: .82rem;
  letter-spacing: .2em; text-transform: uppercase; font-weight: 600;
  cursor: pointer; transition: background .3s, transform .2s; margin-top: .5rem;
}
.btn-reserve:hover { background: #dbb84d; transform: translateY(-1px); }
.secure-note { display: flex; align-items: center; gap: .5rem; font-size: .7rem; opacity: .45; margin-top: .7rem; justify-content: center; }

/* ─── TRIPS ─── */
#reisen { background: var(--navy); padding: 6rem 2rem; }
.trips-header { text-align: center; max-width: 620px; margin: 0 auto 4rem; }
.trips-header p { opacity: .63; margin-top: .8rem; font-size: .92rem; }
.trips-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.trip-card { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 3/4; background: var(--teal); }
.trip-card-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform .8s cubic-bezier(.25,.46,.45,.94);
}
.trip-card:hover .trip-card-bg { transform: scale(1.07); }
.trip-card-grad {
  position: absolute; inset: 0;
  background: linear-gradient(to top,rgba(8,19,30,.96) 0%,rgba(8,19,30,.3) 55%,transparent 80%);
  transition: opacity .4s;
}
.trip-tag {
  position: absolute; top: 1.4rem; left: 1.4rem;
  font-size: .6rem; letter-spacing: .28em; text-transform: uppercase;
  background: var(--ember); color: #fff; padding: .3rem .8rem;
}
.trip-fill { position: absolute; top: 1.4rem; right: 1.4rem; font-size: .6rem; letter-spacing: .15em; text-transform: uppercase; }
.fill-pill { display: flex; gap: 3px; }
.fill-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.2); }
.fill-dot.taken { background: var(--gold); }
.trip-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem; }
.trip-route { font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: .5rem; }
.trip-name { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 400; line-height: 1.2; margin-bottom: .6rem; }
.trip-meta { font-size: .78rem; opacity: .65; margin-bottom: 1rem; line-height: 1.7; }
.trip-bottom {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(242,237,228,.15); padding-top: .9rem;
}
.trip-price { font-family: 'Playfair Display', serif; font-size: 1.4rem; }
.trip-price small { font-family: 'Outfit', sans-serif; font-size: .72rem; opacity: .55; }
.trip-cta {
  font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold);
  background: none; border: none; border-bottom: 1px solid var(--gold);
  padding-bottom: 2px; cursor: pointer; transition: opacity .3s;
}
.trip-cta:hover { opacity: .7; }
.crew-preview { display: flex; gap: 4px; margin-bottom: .8rem; max-height: 0; overflow: hidden; transition: max-height .5s; }
.trip-card:hover .crew-preview { max-height: 50px; }
.crew-avatar {
  width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--gold);
  background: var(--teal); display: flex; align-items: center; justify-content: center;
  font-size: .62rem; font-weight: 500; color: var(--salt);
}
.crew-empty { width: 28px; height: 28px; border-radius: 50%; border: 1.5px dashed rgba(242,237,228,.25); }
.crew-label { font-size: .68rem; opacity: .6; margin-bottom: .4rem; }

/* ─── HOW IT WORKS ─── */
#ablauf { background: var(--deep); padding: 6rem 2rem; }
.ablauf-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: start; }
.info-accordion { margin-top: 2rem; }
.legal-highlight { background: var(--navy); border: 1px solid var(--line); padding: 2.5rem; }
.legal-highlight h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 400; margin-bottom: 1.5rem; }
.legal-item { display: flex; gap: .9rem; margin-bottom: 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.legal-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.legal-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: .45rem; }
.legal-text { font-size: .83rem; opacity: .68; line-height: 1.8; }
.legal-text strong { opacity: 1; font-weight: 500; color: var(--salt); }

/* ─── CAPTAIN ─── */
#captain { background: var(--navy); padding: 6rem 2rem; }
.captain-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; align-items: center; }
.captain-img-wrap { position: relative; }
.captain-img {
  width: 100%; aspect-ratio: 4/5;
  background: url('https://images.unsplash.com/photo-1559628233-100c798642d5?w=800&q=80') center top/cover;
  filter: grayscale(15%) contrast(1.05);
}
.captain-frame {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  width: calc(100% - 1.5rem); height: calc(100% - 1.5rem);
  border: 1px solid rgba(200,168,75,.25); z-index: -1;
}
.captain-quote {
  font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.5rem;
  line-height: 1.55; color: var(--gold);
  border-left: 2px solid var(--gold); padding-left: 1.4rem; margin: 1.8rem 0;
}
.captain-text p { opacity: .7; line-height: 1.9; font-weight: 300; font-size: .9rem; margin-bottom: .9rem; }
.badges { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.4rem; }
.badge { font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; border: 1px solid rgba(200,168,75,.3); color: var(--gold); padding: .35rem .9rem; }

/* ─── GALLERY ─── */
#galerie { background: var(--deep); padding: 4rem 0 0; }
.gal-header { text-align: center; margin-bottom: 2.5rem; padding: 0 2rem; }
.gal-scroll {
  display: flex; gap: 2px; overflow-x: auto;
  scrollbar-width: none; scroll-snap-type: x mandatory;
}
.gal-scroll::-webkit-scrollbar { display: none; }
.gal-img {
  flex: 0 0 280px; height: 380px;
  background-size: cover; background-position: center;
  scroll-snap-align: start; filter: brightness(.82) saturate(.9);
  transition: filter .3s, flex .4s;
}
.gal-img:hover { filter: brightness(1) saturate(1.1); flex: 0 0 340px; }

/* ─── INCLUDED / EXCLUDED ─── */
#leistungen { background: var(--navy); padding: 6rem 2rem; }
.inc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.inc-col h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 400; margin-bottom: 1.5rem; display: flex; align-items: center; gap: .7rem; }
.inc-col h3 .bullet { width: 10px; height: 10px; border-radius: 50%; }
.inc-col h3 .yes { background: var(--teal2); }
.inc-col h3 .no  { background: var(--ember); }
.inc-list { list-style: none; }
.inc-list li { display: flex; gap: .8rem; padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .85rem; }
.inc-list li .ic { width: 18px; flex-shrink: 0; margin-top: 1px; font-size: .85rem; }
.inc-list li p { opacity: .72; line-height: 1.6; }

/* ─── TESTIMONIALS ─── */
#bewertungen { background: var(--deep); padding: 6rem 2rem; }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.testi-card { border: 1px solid var(--line); padding: 1.8rem; position: relative; }
.testi-stars { color: var(--gold); font-size: .85rem; letter-spacing: .15em; margin-bottom: .9rem; }
.testi-text { font-size: .85rem; opacity: .7; line-height: 1.85; font-style: italic; margin-bottom: 1.4rem; }
.testi-who { font-size: .75rem; opacity: .5; letter-spacing: .08em; }
.testi-trip { font-size: .68rem; color: var(--gold); opacity: .85; margin-top: .25rem; }
.testi-match {
  position: absolute; top: 1.2rem; right: 1.2rem;
  font-size: .58rem; letter-spacing: .15em; text-transform: uppercase;
  background: rgba(26,95,122,.3); border: 1px solid rgba(35,128,158,.4);
  color: var(--teal2); padding: .25rem .6rem;
}

/* ─── FAQ ─── */
#faq { background: var(--navy); padding: 6rem 2rem; }
.faq-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; align-items: start; }
.faq-sidebar p { opacity: .65; font-size: .88rem; line-height: 1.8; margin-top: 1rem; }
.faq-list .faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 0; cursor: pointer; font-size: .9rem; }
.faq-q .faq-icon { color: var(--gold); font-size: 1.1rem; transition: transform .3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { font-size: .83rem; opacity: .65; line-height: 1.85; max-height: 0; overflow: hidden; transition: max-height .45s ease, padding .3s; }
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 1.1rem; }

/* ─── KONTAKT ─── */
#kontakt { background: var(--deep); padding: 6rem 2rem; }
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-form { display: flex; flex-direction: column; gap: .9rem; }
.contact-form input, .contact-form textarea {
  background: rgba(242,237,228,.05); border: 1px solid rgba(242,237,228,.15);
  color: var(--salt); padding: .8rem 1rem; font-family: 'Outfit', sans-serif;
  font-size: .88rem; outline: none; transition: border-color .3s; resize: none;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); }
.btn-send {
  padding: 1rem; background: var(--ember); border: none; color: #fff;
  font-family: 'Outfit', sans-serif; font-size: .8rem;
  letter-spacing: .2em; text-transform: uppercase; cursor: pointer; transition: background .3s;
}
.btn-send:hover { background: #b04f24; }

/* ─── FOOTER ─── */
footer { background: var(--deep); border-top: 1px solid var(--line); padding: 4rem 2rem 2rem; }
.footer-body { max-width: 1180px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 400; color: var(--gold); margin-bottom: .8rem; }
.footer-desc { font-size: .82rem; opacity: .5; line-height: 1.8; }
.footer-col h4 { font-size: .65rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: .6rem; }
.footer-col ul li a { color: var(--salt); text-decoration: none; font-size: .82rem; opacity: .55; transition: opacity .3s; }
.footer-col ul li a:hover { opacity: 1; }
.footer-bottom {
  border-top: 1px solid var(--line); padding-top: 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .72rem; opacity: .35;
}

/* ─── MODALS ─── */
.modal-overlay {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(8,19,30,.94); backdrop-filter: blur(8px);
  display: none; align-items: center; justify-content: center; padding: 2rem;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--navy); border: 1px solid var(--line);
  max-width: 880px; width: 100%; max-height: 90vh; overflow-y: auto;
  position: relative; animation: fadeUp .4s ease both;
}
.modal-hero-img { height: 300px; background-size: cover; background-position: center; position: relative; }
.modal-hero-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top,var(--navy) 0%,transparent 55%);
}
.modal-close {
  position: absolute; top: 1.2rem; right: 1.2rem; z-index: 2;
  background: rgba(8,19,30,.8); border: 1px solid var(--line);
  color: var(--salt); width: 38px; height: 38px; cursor: pointer;
  font-size: 1rem; display: flex; align-items: center; justify-content: center;
  transition: background .3s;
}
.modal-close:hover { background: var(--ember); }
.modal-body { padding: 2rem 2.5rem; }
.modal-tag { font-size: .6rem; letter-spacing: .28em; text-transform: uppercase; color: var(--ember); margin-bottom: .4rem; }
.modal-title { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 400; margin-bottom: .4rem; }
.modal-sub { opacity: .6; font-size: .88rem; margin-bottom: 1.8rem; }
.modal-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.info-list { list-style: none; }
.info-list li { display: flex; gap: .7rem; padding: .65rem 0; border-bottom: 1px solid var(--line); font-size: .84rem; }
.info-list li .icon { color: var(--gold); width: 18px; flex-shrink: 0; }
.info-list li strong { opacity: .5; min-width: 85px; font-weight: 400; }
.itinerary { margin-top: 1.5rem; }
.itin-day { display: flex; gap: 1rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.itin-num { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--gold); opacity: .4; line-height: 1; min-width: 36px; }
.itin-content h4 { font-size: .88rem; font-weight: 500; margin-bottom: .25rem; }
.itin-content p { font-size: .8rem; opacity: .6; line-height: 1.65; }
.modal-booking {
  background: rgba(200,168,75,.06); border: 1px solid rgba(200,168,75,.2);
  padding: 1.8rem; margin-top: 1.8rem;
}
.modal-booking h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 400; margin-bottom: 1.2rem; }
.booking-price-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1rem; }
.price-big { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--gold); }
.price-per { font-size: .72rem; opacity: .55; }
.modal-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-bottom: .8rem; }
.btn-modal-book {
  width: 100%; padding: 1rem; background: var(--gold); border: none; color: var(--ink);
  font-family: 'Outfit', sans-serif; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase;
  font-weight: 600; cursor: pointer; transition: background .3s; margin-top: .8rem;
}
.btn-modal-book:hover { background: #dbb84d; }
.stripe-note { display: flex; align-items: center; gap: .4rem; font-size: .68rem; opacity: .45; margin-top: .65rem; justify-content: center; }

/* Payment Modal */
#payModal {
  position: fixed; inset: 0; z-index: 400;
  background: rgba(8,19,30,.97); backdrop-filter: blur(12px);
  display: none; align-items: center; justify-content: center; padding: 2rem;
}
#payModal.open { display: flex; }
.pay-box { background: var(--navy); border: 1px solid var(--line); max-width: 480px; width: 100%; padding: 2.5rem; animation: fadeUp .4s ease both; }
.pay-header { text-align: center; margin-bottom: 2rem; }
.pay-header h2 { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 400; }
.pay-header p { opacity: .6; font-size: .85rem; margin-top: .4rem; }
.pay-summary { background: rgba(200,168,75,.07); border: 1px solid rgba(200,168,75,.18); padding: 1.1rem; margin-bottom: 1.4rem; display: flex; justify-content: space-between; align-items: center; }
.pay-summary-info { font-size: .85rem; opacity: .8; }
.pay-amount { font-family: 'Playfair Display', serif; font-size: 1.7rem; color: var(--gold); }
.demo-hint { background: rgba(26,95,122,.15); border: 1px solid rgba(26,95,122,.3); padding: .9rem; margin-bottom: 1.1rem; font-size: .77rem; opacity: .82; line-height: 1.7; }
.demo-hint strong { color: var(--teal2); }
.card-el { background: rgba(242,237,228,.05); border: 1px solid rgba(242,237,228,.18); padding: .95rem; margin-bottom: .9rem; min-height: 44px; }
.card-placeholder { font-size: .83rem; opacity: .35; font-style: italic; }
#card-err { font-size: .8rem; color: #e06060; min-height: 1.1rem; margin-bottom: .5rem; }
.pay-btns { display: flex; gap: .8rem; }
.btn-pay-confirm {
  flex: 1; padding: 1rem; background: var(--gold); border: none; color: var(--ink);
  font-family: 'Outfit', sans-serif; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase;
  font-weight: 600; cursor: pointer; transition: background .3s;
}
.btn-pay-confirm:hover { background: #dbb84d; }
.btn-pay-cancel {
  padding: 1rem 1.2rem; background: transparent; border: 1px solid var(--line);
  color: var(--salt); font-family: 'Outfit', sans-serif; font-size: .8rem;
  letter-spacing: .15em; text-transform: uppercase; cursor: pointer; transition: border-color .3s;
}
.btn-pay-cancel:hover { border-color: var(--ember); color: var(--ember); }
#pay-success { display: none; text-align: center; padding: 2rem 0; }
.success-circle {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(26,95,122,.2); border: 2px solid rgba(35,128,158,.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; margin: 0 auto 1.5rem;
}
#pay-success h3 { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 400; margin-bottom: .8rem; }
#pay-success p { opacity: .65; font-size: .87rem; line-height: 1.8; }
.booking-id-box {
  background: rgba(200,168,75,.07); border: 1px solid rgba(200,168,75,.18);
  padding: 1rem; margin-top: 1.5rem; font-size: .82rem; opacity: .8; line-height: 1.8; text-align: left;
}
.booking-id-box strong { color: var(--gold); }

/* ─── RESPONSIVE ─── */
@media(max-width:960px){
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .match-flow { grid-template-columns: 1fr; }
  .step-arrow { display: none !important; }
  .reserve-grid { grid-template-columns: 1fr; }
  .trips-grid { grid-template-columns: 1fr; }
  .trip-card { aspect-ratio: 16/9; }
  .ablauf-grid { grid-template-columns: 1fr; }
  .captain-grid { grid-template-columns: 1fr; }
  .inc-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .kontakt-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .modal-cols { grid-template-columns: 1fr; }
  .modal-form-row { grid-template-columns: 1fr; }
  .weeks-grid { grid-template-columns: repeat(3,1fr); }
  .field-row { grid-template-columns: 1fr; }
}
@media(max-width:600px){
  section { padding: 4rem 1.2rem !important; }
  .hero-title { font-size: 2.5rem !important; }
  .footer-top { grid-template-columns: 1fr; }
  .weeks-grid { grid-template-columns: repeat(2,1fr); }
}
