/* =========================================================================
   ihr-parkplatz.de – App-Stylesheet
   CI: Dunkelblau #071f3a · Orange #ff7900 · Hellgrau #f4f7fb · Text #0f2238
   Clean-SaaS-Look · mobile first · abgerundete Cards · weiche Schatten
   ========================================================================= */

:root {
  --navy:        #071f3a;
  --navy-soft:   #0e2d4f;
  --orange:      #ff7900;
  --orange-dark: #e66c00;
  --light:       #f4f7fb;
  --white:       #ffffff;
  --text:        #0f2238;
  --muted:       #5f7088;
  --border:      #e4eaf2;
  --radius:      16px;
  --radius-sm:   10px;
  --radius-lg:   22px;
  --shadow:      0 14px 40px rgba(7, 31, 58, 0.10);
  --shadow-sm:   0 6px 18px rgba(7, 31, 58, 0.08);
  --shadow-lg:   0 24px 60px rgba(7, 31, 58, 0.18);
}

/* -------------------- Basis -------------------- */
body {
  font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  background: var(--light);
  margin: 0;
}
a { text-decoration: none; }
h1, h2, h3, h4, h5 { font-weight: 700; }
.accent { color: var(--orange); }
.iph-link { color: var(--orange); font-weight: 600; }
.iph-link:hover { color: var(--orange-dark); }
img { max-width: 100%; height: auto; }

/* -------------------- Buttons -------------------- */
.iph-btn-primary {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
  color: #fff; font-weight: 600; border: none; border-radius: var(--radius-sm);
  padding: .7rem 1.4rem; transition: transform .15s ease, filter .15s ease, box-shadow .2s ease;
  box-shadow: 0 8px 20px rgba(255, 121, 0, .28);
}
.iph-btn-primary:hover { color: #fff; filter: brightness(1.06); transform: translateY(-1px); }
.iph-btn-primary:active { transform: translateY(0); }
.iph-btn-lg { padding: .9rem 1.5rem; font-size: 1.05rem; }

.iph-btn-ghost {
  background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius-sm); padding: .55rem .9rem; transition: background .2s ease;
}
.iph-btn-ghost:hover { background: rgba(255,255,255,.22); color:#fff; }

.iph-btn-ghost-dark {
  background: #fff; color: var(--navy); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: .7rem 1.3rem; font-weight: 600; transition: all .2s ease;
}
.iph-btn-ghost-dark:hover { border-color: var(--orange); color: var(--orange); }

/* =========================================================================
   COMING SOON
   ========================================================================= */
.iph-coming-soon { margin: 0; }
.cs-hero {
  position: relative; min-height: 100vh; display: flex; flex-direction: column;
  background: var(--cs-bg) center / cover no-repeat fixed; overflow: hidden;
}
.cs-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(7,31,58,.85) 0%, rgba(7,31,58,.45) 35%, rgba(7,31,58,.55) 70%, rgba(7,31,58,.93) 100%);
}
.cs-hero > * { position: relative; z-index: 1; }

.cs-brand { text-align: center; padding: 2.4rem 1rem .5rem; }
.cs-logo { display: inline-flex; align-items: center; gap: .55rem; font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.4rem); color: #fff; letter-spacing: -.5px; }
.cs-logo__mark, .iph-logo__mark {
  display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem;
  border-radius: 12px; background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff; font-size: 1.2rem; box-shadow: 0 8px 18px rgba(255,121,0,.4);
}
.cs-icons { display: flex; justify-content: center; gap: 1.3rem; margin-top: 1.1rem; }
.cs-icons span {
  display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 3rem;
  border-radius: 50%; border: 1.5px solid rgba(255,255,255,.35); color: #fff; font-size: 1.05rem;
  transition: transform .25s ease, border-color .25s, color .25s;
}
.cs-icons span:hover { transform: translateY(-4px); border-color: var(--orange); color: var(--orange); }

.cs-head { text-align: center; padding: 1rem 1rem .5rem; }
.cs-title { font-weight: 800; font-size: clamp(2.8rem, 9vw, 6rem); line-height: 1.02; color: #fff;
  margin: .2rem 0 .6rem; text-shadow: 0 14px 40px rgba(0,0,0,.45); }
.cs-subtitle { font-weight: 400; font-size: clamp(1.05rem, 2.4vw, 1.4rem); color: rgba(255,255,255,.92);
  max-width: 620px; margin: 0 auto; }

.cs-features { padding: 2rem 1rem 1rem; }
.cs-card {
  background: rgba(255,255,255,.94); border-radius: var(--radius); padding: 2rem 1.5rem 1.6rem;
  height: 100%; text-align: center; box-shadow: var(--shadow-lg); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.6); transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s;
}
.cs-card:hover { transform: translateY(-8px); }
.cs-card__icon {
  display: inline-flex; align-items: center; justify-content: center; width: 4.2rem; height: 4.2rem;
  border-radius: 50%; background: linear-gradient(135deg, var(--navy), var(--navy-soft)); color: #fff;
  font-size: 1.5rem; margin-bottom: 1rem; box-shadow: 0 12px 26px rgba(7,31,58,.35);
}
.cs-card h3 { font-size: 1.1rem; text-transform: uppercase; letter-spacing: .4px; line-height: 1.3; margin-bottom: .8rem; }
.cs-card p { color: var(--muted); font-size: .95rem; line-height: 1.55; margin-bottom: 1rem; }
.cs-card__divider { width: 46px; height: 3px; border-radius: 3px; background: var(--orange); margin: 0 auto; }

.cs-newsletter {
  margin: 1.8rem auto 0; max-width: 1120px; background: rgba(7,31,58,.55);
  border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); backdrop-filter: blur(14px);
  box-shadow: var(--shadow); padding: 1.7rem 2rem; color: #fff;
}
.cs-newsletter h2 { font-size: 1.15rem; text-transform: uppercase; letter-spacing: .5px; margin: 0 0 .35rem; }
.cs-newsletter p { font-size: .92rem; margin: 0; color: rgba(255,255,255,.85); line-height: 1.5; }
.cs-newsletter__icon {
  display: inline-flex; align-items: center; justify-content: center; width: 3.6rem; height: 3.6rem;
  border-radius: 50%; border: 1.5px solid rgba(255,255,255,.4); font-size: 1.3rem; flex-shrink: 0;
}
.cs-newsletter__form .form-control { border: none; border-radius: var(--radius-sm) 0 0 var(--radius-sm); padding: .85rem 1.1rem; }
.cs-newsletter__form .form-control:focus { box-shadow: 0 0 0 3px rgba(255,121,0,.4); }
.cs-btn {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: #fff; font-weight: 600;
  border: none; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: .85rem 1.5rem; white-space: nowrap; transition: filter .2s;
}
.cs-btn:hover { filter: brightness(1.08); }
.cs-newsletter__success { display: none; align-items: center; gap: .5rem; margin-top: .7rem;
  font-size: .92rem; font-weight: 500; color: #7CFFB0; }

.cs-trust { background: rgba(255,255,255,.96); margin-top: auto; padding: 1.3rem 1rem; box-shadow: 0 -10px 30px rgba(7,31,58,.18); }
.cs-trust__item { display: flex; align-items: center; justify-content: center; gap: .6rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .4px; font-size: .9rem; color: var(--navy); padding: .4rem 0; }
.cs-trust__item i { color: var(--orange); font-size: 1.1rem; }

/* =========================================================================
   HEADER (Plattform)
   ========================================================================= */
.iph-header { background: #fff; box-shadow: var(--shadow-sm); position: sticky; top: 0; z-index: 1020; }
.iph-header .navbar { padding: .6rem 0; }
.iph-logo { display: inline-flex; align-items: center; gap: .5rem; font-weight: 800; font-size: 1.4rem; color: var(--navy); }
.iph-logo:hover { color: var(--navy); }
.iph-logo__text { letter-spacing: -.5px; }
.iph-logo--light, .iph-logo--light .iph-logo__text { color: #fff; }
.iph-nav .nav-link { color: var(--text); font-weight: 500; padding: .5rem 1rem; border-radius: 8px; }
.iph-nav .nav-link:hover, .iph-nav .current-menu-item .nav-link { color: var(--orange); }
.iph-greeting { color: var(--muted); font-weight: 500; }
.iph-avatar { border-radius: 50%; border: 2px solid var(--border); }
.navbar-toggler { border: none; color: var(--navy); font-size: 1.3rem; }

/* =========================================================================
   HERO + SUCHE
   ========================================================================= */
.iph-hero {
  position: relative; padding: 3.5rem 0 2rem; color: #fff;
  background: var(--hero-bg) center / cover no-repeat;
}
.iph-hero::before { content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(7,31,58,.92) 0%, rgba(7,31,58,.72) 45%, rgba(7,31,58,.30) 100%); }
.iph-hero > .container { position: relative; z-index: 1; }
.iph-hero__intro h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); font-weight: 800; line-height: 1.08; }
.iph-hero__intro h1 .accent { color: var(--orange); }
.iph-hero__intro h1 span { color: #fff; }
.iph-hero__intro p { color: rgba(255,255,255,.88); font-size: 1.05rem; max-width: 440px; margin-top: 1rem; }

.iph-search { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; color: var(--text); }
.iph-search__tabs { display: flex; gap: .25rem; border-bottom: 1px solid var(--border); padding: .6rem .6rem 0; flex-wrap: wrap; }
.iph-tab {
  background: transparent; border: none; padding: .7rem 1.1rem; font-weight: 600; color: var(--muted);
  border-radius: 10px 10px 0 0; border-bottom: 3px solid transparent; cursor: pointer; transition: all .2s;
}
.iph-tab i { margin-right: .4rem; }
.iph-tab:hover { color: var(--navy); }
.iph-tab.active { color: var(--orange); border-bottom-color: var(--orange); background: var(--light); }
.iph-search__body { padding: 1.4rem; }

.iph-label { display: block; font-size: .8rem; font-weight: 600; color: var(--muted); margin-bottom: .35rem; }
.iph-input {
  display: flex; align-items: center; gap: .5rem; background: var(--light); border: 1px solid var(--border);
  border-radius: var(--radius-sm); padding: .55rem .8rem; transition: border-color .2s, box-shadow .2s;
}
.iph-input:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,121,0,.15); }
.iph-input i { color: var(--orange); font-size: .95rem; }
.iph-input input { border: none; background: transparent; width: 100%; outline: none; color: var(--text); font-size: .95rem; }

/* Trust-Icons unter dem Hero */
.iph-hero__trust { margin-top: 2rem; }
.iph-trust { display: flex; align-items: center; gap: .7rem; color: #fff; }
.iph-trust i { color: var(--orange); font-size: 1.4rem; width: 1.6rem; text-align: center; }
.iph-trust strong { display: block; font-size: .92rem; }
.iph-trust span { display: block; font-size: .78rem; color: rgba(255,255,255,.7); }

/* =========================================================================
   SECTIONS (Kategorien, Steps, Ziele)
   ========================================================================= */
.iph-section { padding: 3.2rem 0; }
.iph-section--light { background: #fff; }
.iph-section__title { text-align: center; font-size: 1.7rem; margin-bottom: 2rem; color: var(--navy); }

.iph-cat {
  display: block; position: relative; height: 230px; border-radius: var(--radius); overflow: hidden;
  background: var(--cat-bg) center / cover no-repeat; box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s;
}
.iph-cat:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.iph-cat__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,31,58,.15) 0%, rgba(7,31,58,.85) 100%); }
.iph-cat__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem; color: #fff; }
.iph-cat__body h3 { font-size: 1.25rem; margin-bottom: .4rem; }
.iph-cat__link { color: var(--orange); font-weight: 600; font-size: .92rem; }
.iph-cat__link i { transition: transform .2s; }
.iph-cat:hover .iph-cat__link i { transform: translateX(5px); }

.iph-step { background: var(--light); border-radius: var(--radius); padding: 1.8rem; text-align: center; height: 100%; }
.iph-step__no {
  display: inline-flex; align-items: center; justify-content: center; width: 2.6rem; height: 2.6rem;
  border-radius: 50%; background: var(--navy); color: #fff; font-weight: 700; margin-bottom: 1rem;
}
.iph-step h4 { color: var(--navy); margin-bottom: .5rem; }
.iph-step p { color: var(--muted); font-size: .95rem; margin: 0; }

.iph-dest {
  display: block; position: relative; height: 150px; border-radius: var(--radius); overflow: hidden;
  background: var(--dest-bg) center / cover no-repeat; box-shadow: var(--shadow-sm); transition: transform .3s;
}
.iph-dest:hover { transform: translateY(-5px); }
.iph-dest__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,31,58,.1), rgba(7,31,58,.8)); }
.iph-dest__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 1rem; color: #fff; }
.iph-dest__body strong { display: block; font-size: 1rem; }
.iph-dest__body span { font-size: .85rem; color: var(--orange); font-weight: 600; }
.iph-dest__body small { display: block; color: rgba(255,255,255,.7); font-weight: 400; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.iph-footer { background: var(--navy); color: rgba(255,255,255,.7); padding: 3rem 0 1.5rem; }
.iph-footer h5 { color: #fff; font-size: 1rem; margin-bottom: 1rem; }
.iph-footer__about { font-size: .92rem; line-height: 1.6; }
.iph-footer__links { list-style: none; padding: 0; margin: 0; }
.iph-footer__links li { margin-bottom: .55rem; }
.iph-footer__links a { color: rgba(255,255,255,.7); font-size: .92rem; }
.iph-footer__links a:hover { color: var(--orange); }
.iph-footer__social { display: flex; gap: .6rem; margin-top: 1rem; }
.iph-footer__social a {
  display: inline-flex; align-items: center; justify-content: center; width: 2.3rem; height: 2.3rem;
  border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; transition: background .2s;
}
.iph-footer__social a:hover { background: var(--orange); }
.iph-footer__bottom {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center;
  border-top: 1px solid rgba(255,255,255,.12); margin-top: 2rem; padding-top: 1.3rem; font-size: .85rem;
}
.iph-footer__pay { font-size: 1.8rem; display: flex; gap: .6rem; color: rgba(255,255,255,.85); }

/* =========================================================================
   DASHBOARD / APP-LAYOUT
   ========================================================================= */
.iph-app { background: var(--light); min-height: 70vh; }
.iph-app > .container-fluid { padding: 0; }
.iph-app > .container-fluid > .row { margin: 0; }

.iph-sidebar { background: var(--navy); color: #fff; padding: 1.5rem 1rem; min-height: 100%; }
.iph-sidebar__toggle { background: rgba(255,255,255,.1); color: #fff; border: none; border-radius: 8px; padding: .6rem 1rem; width: 100%; margin-bottom: 1rem; font-weight: 600; }
.iph-sidebar__nav ul { list-style: none; padding: 0; margin: 0; }
.iph-sidebar__nav li { margin-bottom: .25rem; }
.iph-sidebar__nav a {
  display: flex; align-items: center; gap: .8rem; padding: .75rem 1rem; border-radius: var(--radius-sm);
  color: rgba(255,255,255,.75); font-weight: 500; transition: background .2s, color .2s;
}
.iph-sidebar__nav a i { width: 1.3rem; text-align: center; }
.iph-sidebar__nav a:hover { background: rgba(255,255,255,.08); color: #fff; }
.iph-sidebar__nav a.active { background: var(--orange); color: #fff; box-shadow: 0 8px 18px rgba(255,121,0,.3); }
.iph-sidebar__logout { margin-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1rem; }

.iph-app__main { padding: 2rem; }
.iph-app__head { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.iph-app__head h1 { font-size: 1.7rem; color: var(--navy); margin: 0; }

/* Stat-Karten */
.iph-stats { margin-bottom: .5rem; }
.iph-stat { background: #fff; border-radius: var(--radius); padding: 1.1rem 1.2rem; box-shadow: var(--shadow-sm);
  display: flex; align-items: center; gap: .9rem; height: 100%; }
.iph-stat__icon { display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 3rem;
  border-radius: 12px; font-size: 1.2rem; color: #fff; flex-shrink: 0; }
.iph-stat__icon--blue { background: var(--navy); }
.iph-stat__icon--orange { background: var(--orange); }
.iph-stat__icon--green { background: #1aa179; }
.iph-stat strong { display: block; font-size: 1.25rem; color: var(--navy); line-height: 1.1; }
.iph-stat span { font-size: .82rem; color: var(--muted); }

/* Panels */
.iph-panel { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 1.5rem; margin-bottom: 1.5rem; }
.iph-panel__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.2rem; }
.iph-panel__head h2 { font-size: 1.2rem; color: var(--navy); margin: 0; }

/* Buchungskarte */
.iph-booking { border: 1px solid var(--border); border-radius: var(--radius); padding: 1.2rem; margin-bottom: 1.1rem; transition: box-shadow .2s; }
.iph-booking:last-child { margin-bottom: 0; }
.iph-booking:hover { box-shadow: var(--shadow); }
.iph-booking__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.iph-booking__no { font-size: .82rem; color: var(--muted); font-weight: 500; }
.iph-badge { font-size: .78rem; font-weight: 600; padding: .3rem .8rem; border-radius: 999px; }
.iph-badge.is-confirmed { background: #e3f7ee; color: #129a68; }
.iph-badge.is-done { background: #eef2f7; color: #5f7088; }
.iph-badge.is-cancelled { background: #fdeaea; color: #d33; }
.iph-booking__body { display: flex; gap: 1.2rem; }
.iph-booking__img { width: 140px; min-width: 140px; height: 110px; border-radius: var(--radius-sm); background-size: cover; background-position: center; }
.iph-booking__info { flex: 1; }
.iph-booking__info h3 { font-size: 1.1rem; color: var(--navy); margin: 0 0 .2rem; }
.iph-booking__provider { font-weight: 600; color: var(--text); margin: 0 0 .2rem; }
.iph-booking__address { font-size: .85rem; color: var(--muted); margin: 0 0 .8rem; }
.iph-booking__address i { color: var(--orange); }
.iph-booking__meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.iph-booking__meta-label { display: block; font-size: .72rem; color: var(--muted); margin-bottom: .15rem; }
.iph-booking__meta-label i { color: var(--orange); }
.iph-booking__meta strong { font-size: .88rem; color: var(--text); font-weight: 600; }
.iph-booking__price { color: var(--navy); }
.iph-booking__price small { color: var(--muted); font-weight: 400; }
.iph-booking__actions { display: flex; gap: .6rem; justify-content: flex-end; margin-top: 1rem; flex-wrap: wrap; }

/* Tabs (Buchungen) */
.iph-tabs { display: flex; gap: .3rem; border: none; margin-bottom: 1.2rem; flex-wrap: wrap; }
.iph-tabs .iph-tab { background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: .5rem 1.1rem; border-bottom: 1px solid var(--border); }
.iph-tabs .iph-tab.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* Quick-Book */
.iph-quickbook__tabs { display: flex; gap: .3rem; margin-bottom: 1.1rem; }
.iph-quickbook__tabs button { flex: 1; background: var(--light); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: .55rem .3rem; font-size: .8rem; font-weight: 600; color: var(--muted); cursor: pointer; }
.iph-quickbook__tabs button i { display: block; font-size: 1rem; margin-bottom: .25rem; color: var(--orange); }
.iph-quickbook__tabs button.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.iph-quickbook__tabs button.active i { color: #fff; }
.iph-quickbook__form .iph-label { margin-top: .7rem; }

/* Support-Liste */
.iph-support__list { list-style: none; padding: 0; margin: 0; }
.iph-support__list li { border-bottom: 1px solid var(--border); }
.iph-support__list li:last-child { border-bottom: none; }
.iph-support__list a { display: flex; align-items: center; gap: .7rem; padding: .8rem .2rem; color: var(--text); font-size: .92rem; }
.iph-support__list a i { color: var(--orange); width: 1.3rem; text-align: center; }
.iph-support__list a:hover { color: var(--orange); }

/* Leerer Zustand */
.iph-empty { text-align: center; padding: 3rem 1rem; color: var(--muted); }
.iph-empty i { font-size: 2.5rem; color: var(--border); margin-bottom: 1rem; }

/* =========================================================================
   DETAILSEITE
   ========================================================================= */
.iph-detail { padding: 2rem 0 3.5rem; }
.iph-back { display: inline-flex; align-items: center; gap: .5rem; color: var(--muted); font-weight: 600; margin-bottom: 1.2rem; }
.iph-back:hover { color: var(--orange); }

.iph-gallery { display: grid; grid-template-columns: 2fr 1fr; gap: .8rem; margin-bottom: 1.5rem; }
.iph-gallery__main { height: 360px; border-radius: var(--radius); background-size: cover; background-position: center; box-shadow: var(--shadow-sm); }
.iph-gallery__thumbs { display: grid; grid-template-rows: repeat(2, 1fr); gap: .8rem; }
.iph-gallery__thumb { border-radius: var(--radius); background-size: cover; background-position: center; position: relative; min-height: 100px; }
.iph-gallery__thumb--more::after { content: ""; position: absolute; inset: 0; background: rgba(7,31,58,.6); border-radius: var(--radius); }
.iph-gallery__thumb--more span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1.3rem; z-index: 1; }

.iph-detail__selection { display: flex; align-items: center; gap: .6rem; background: #fff7ef; border: 1px solid #ffd9b0;
  color: var(--navy); border-radius: var(--radius-sm); padding: .6rem .9rem; font-size: .9rem; margin-bottom: 1rem; }
.iph-detail__selection i { color: var(--orange); }
.iph-detail__head { background: #fff; border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); margin-bottom: 1.5rem; }
.iph-detail__head h1 { font-size: 1.8rem; color: var(--navy); margin: 0 0 .3rem; }
.iph-detail__location { color: var(--muted); margin-bottom: .8rem; }
.iph-detail__location i { color: var(--orange); }
.iph-rating { display: flex; align-items: center; gap: .6rem; margin-bottom: 1.1rem; }
.iph-rating__score { background: var(--navy); color: #fff; font-weight: 700; padding: .25rem .6rem; border-radius: 8px; }
.iph-rating__stars { color: var(--orange); }
.iph-rating__count { color: var(--muted); font-size: .88rem; }
.iph-detail__badges { display: flex; flex-wrap: wrap; gap: .6rem; }
.iph-feature-badge { background: var(--light); border: 1px solid var(--border); border-radius: 999px; padding: .4rem .9rem; font-size: .85rem; font-weight: 500; }
.iph-feature-badge i { color: var(--orange); margin-right: .35rem; }

.iph-detail__content { background: #fff; border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.iph-detail__content h2 { font-size: 1.2rem; color: var(--navy); margin-bottom: .8rem; }
.iph-detail__content p { color: var(--muted); line-height: 1.65; }
.iph-feature-list { list-style: none; padding: 0; margin: 0; }
.iph-feature-list li { padding: .4rem 0; color: var(--text); }
.iph-feature-list li i { color: #1aa179; margin-right: .5rem; }

/* Preisbox */
.iph-pricebox { background: #fff; border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); position: sticky; top: 90px; }
.iph-pricebox__dates { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; border-bottom: 1px solid var(--border); padding-bottom: 1rem; margin-bottom: 1rem; }
.iph-pricebox__dates strong { display: block; color: var(--navy); }
.iph-pricebox__time { font-size: .85rem; color: var(--muted); }
.iph-pricebox__vehicle { border-bottom: 1px solid var(--border); padding-bottom: 1rem; margin-bottom: 1rem; }
.iph-pricebox__vehicle strong { display: block; color: var(--navy); }
.iph-pricebox__vehicle span { font-size: .85rem; color: var(--muted); }
.iph-pricebox__rows h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: .8rem; }
.iph-pricebox__row { display: flex; justify-content: space-between; font-size: .92rem; color: var(--muted); margin-bottom: .5rem; }
.iph-pricebox__total { display: flex; justify-content: space-between; font-weight: 700; font-size: 1.3rem; color: var(--navy);
  border-top: 1px solid var(--border); padding-top: .8rem; margin: .8rem 0 1.2rem; }
.iph-pricebox__total span:last-child { color: var(--orange); }

/* =========================================================================
   CHECKOUT
   ========================================================================= */
.iph-checkout { padding: 2.5rem 0 3.5rem; }
.iph-steps { display: flex; align-items: center; justify-content: center; gap: .8rem; margin-bottom: 2rem; flex-wrap: wrap; }
.iph-step-item { display: flex; align-items: center; gap: .5rem; color: var(--muted); font-weight: 600; }
.iph-step-item__no { display: inline-flex; align-items: center; justify-content: center; width: 1.9rem; height: 1.9rem;
  border-radius: 50%; background: var(--border); color: var(--muted); font-size: .85rem; }
.iph-step-item.active { color: var(--navy); }
.iph-step-item.active .iph-step-item__no { background: var(--orange); color: #fff; }
.iph-step-item.done { color: var(--navy); }
.iph-step-item.done .iph-step-item__no { background: #1aa179; color: #fff; }
.iph-steps__line { width: 50px; height: 2px; background: var(--border); }

.iph-pay__title { font-size: 1.25rem; color: var(--navy); margin-bottom: 1.2rem; }
.iph-pay__methods { display: flex; flex-direction: column; gap: .7rem; margin-bottom: 1.5rem; }
.iph-pay__method { display: flex; align-items: center; gap: .8rem; border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  padding: .9rem 1rem; cursor: pointer; transition: border-color .2s, background .2s; margin: 0; }
.iph-pay__method:hover { border-color: var(--orange); }
.iph-pay__method.active { border-color: var(--orange); background: #fff7ef; }
.iph-pay__method input { display: none; }
.iph-pay__radio { width: 1.2rem; height: 1.2rem; border-radius: 50%; border: 2px solid var(--border); flex-shrink: 0; position: relative; }
.iph-pay__method.active .iph-pay__radio { border-color: var(--orange); }
.iph-pay__method.active .iph-pay__radio::after { content: ""; position: absolute; inset: 3px; border-radius: 50%; background: var(--orange); }
.iph-pay__name { font-weight: 600; flex: 1; }
.iph-pay__name i { color: var(--orange); margin-right: .4rem; }
.iph-pay__brands { font-size: 1.5rem; color: var(--muted); display: flex; gap: .35rem; }
.iph-pay__form { border-top: 1px solid var(--border); padding-top: 1.3rem; }
.iph-pay__note { font-size: .82rem; color: var(--muted); text-align: center; margin: .8rem 0 0; }
.iph-pay__note i { color: #1aa179; }

/* Buchungsformular (ohne Zahlung) */
.iph-bk__group { border: none; padding: 0; margin: 0 0 1.6rem; }
.iph-bk__group:last-child { margin-bottom: 0; }
.iph-bk__group legend { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: .9rem; padding: 0; display: flex; align-items: center; gap: .5rem; }
.iph-bk__group legend i { color: var(--orange); }
.iph-bk__fixed { background: #fff7ef; border: 1px solid #ffd9b0; border-radius: var(--radius-sm); padding: .8rem 1rem; font-size: .92rem; color: var(--navy); }
.iph-bk__fixed i { color: var(--orange); margin-right: .35rem; }
.iph-bk__msg { background: #fdeaea; color: #b3261e; border-radius: var(--radius-sm); padding: .7rem .9rem; font-size: .88rem; margin-bottom: .9rem; }

/* Adress-Autovervollständigung */
.iph-ac-wrap { position: relative; }
.iph-ac { position: absolute; left: 0; right: 0; top: 100%; z-index: 30; margin-top: .25rem;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); box-shadow: var(--shadow);
  max-height: 260px; overflow-y: auto; }
.iph-ac__item { display: block; width: 100%; text-align: left; background: none; border: none; border-bottom: 1px solid var(--border);
  padding: .6rem .9rem; font-size: .88rem; color: var(--text); cursor: pointer; }
.iph-ac__item:last-child { border-bottom: none; }
.iph-ac__item:hover { background: var(--light); color: var(--navy); }

.iph-pricebox--summary { position: static; }
.iph-pricebox--summary h3 { font-size: 1.15rem; color: var(--navy); margin-bottom: 1rem; }
.iph-summary__item { display: flex; gap: .8rem; align-items: center; border-bottom: 1px solid var(--border); padding-bottom: 1rem; margin-bottom: 1rem; }
.iph-summary__img { width: 64px; height: 64px; border-radius: var(--radius-sm); background-size: cover; background-position: center; flex-shrink: 0; }
.iph-summary__item strong { display: block; color: var(--navy); }
.iph-summary__item span { font-size: .85rem; color: var(--muted); }
.iph-pricebox__dates--sm { grid-template-columns: 1fr; gap: .5rem; }
.iph-pricebox__dates--sm strong { font-size: .92rem; }

.iph-confirm { margin-top: 1.2rem; background: #e3f7ee; border-radius: var(--radius-sm); padding: 1.2rem; text-align: center; }
.iph-confirm i { font-size: 2rem; color: #129a68; display: block; margin-bottom: .5rem; }
.iph-confirm strong { display: block; color: #0e7a52; margin-bottom: .2rem; }
.iph-confirm span { font-size: .85rem; color: #3a7a63; }

/* =========================================================================
   KREUZFAHRT-SUCHE (Häfen-Tab)
   ========================================================================= */
.iph-select { border: none; background: transparent; width: 100%; outline: none; color: var(--text); font-size: .95rem; appearance: none; cursor: pointer; }
.iph-select:disabled { color: var(--muted); cursor: not-allowed; }
.iph-cruise__spin { color: var(--orange); margin-left: auto; }
.iph-cruise__types { display: flex; gap: .6rem; flex-wrap: wrap; }
.iph-cruise__type { flex: 1; min-width: 140px; display: flex; align-items: center; gap: .5rem; justify-content: center;
  border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: .7rem .8rem; font-weight: 600; font-size: .9rem;
  color: var(--muted); cursor: pointer; margin: 0; transition: border-color .2s, background .2s, color .2s; }
.iph-cruise__type:hover { border-color: var(--orange); }
.iph-cruise__type i { color: var(--orange); }
.iph-cruise__type input { display: none; }
.iph-cruise__type.active { border-color: var(--orange); background: #fff7ef; color: var(--navy); }
.iph-cruise__price { background: var(--light); border-radius: var(--radius-sm); padding: .9rem 1rem; }
.iph-cruise__price-row { display: flex; justify-content: space-between; align-items: center; }
.iph-cruise__price-row i { color: var(--orange); margin-right: .35rem; }
.iph-cruise__price-row strong { font-size: 1.3rem; color: var(--orange); }
.iph-cruise__price-note { display: block; font-size: .76rem; color: var(--muted); margin-top: .2rem; }
.iph-cruise__error { display: flex; align-items: center; gap: .6rem; background: #fdeaea; color: #b3261e;
  border-radius: var(--radius-sm); padding: 1rem; font-size: .9rem; }
.iph-cruise__error i { font-size: 1.1rem; }

/* =========================================================================
   PARTNER-SEKTION
   ========================================================================= */
.iph-partners__head { text-align: center; margin-bottom: 2rem; }
.iph-partners__eyebrow { display: inline-block; color: var(--orange); font-weight: 600; font-size: .9rem; margin-bottom: .4rem; }
.iph-partners__sub { color: var(--muted); margin: 0; }

.iph-partner-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border); }
.iph-partner-card__media { min-height: 100%; height: 100%; min-height: 320px; background-size: cover; background-position: center; position: relative; }
.iph-partner-card__badge { position: absolute; top: 1rem; left: 1rem; background: var(--orange); color: #fff;
  font-weight: 600; font-size: .82rem; padding: .35rem .8rem; border-radius: 999px; box-shadow: 0 6px 16px rgba(255,121,0,.4); }
.iph-partner-card__body { padding: 1.8rem; }
.iph-partner-card__title { display: flex; flex-wrap: wrap; align-items: baseline; gap: .3rem .8rem; }
.iph-partner-card__title h3 { font-size: 1.5rem; color: var(--navy); margin: 0; }
.iph-partner-card__loc { color: var(--muted); font-size: .9rem; }
.iph-partner-card__loc i { color: var(--orange); }
.iph-partner-card__desc { color: var(--muted); line-height: 1.6; margin: .8rem 0 1.2rem; }

.iph-partner-card__tariffs { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.3rem; }
.iph-tariff { border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 1rem; background: var(--light); }
.iph-tariff__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: .6rem; }
.iph-tariff__head strong { color: var(--navy); font-size: 1.05rem; }
.iph-tariff__price { color: var(--orange); font-weight: 700; }
.iph-tariff__price small { color: var(--muted); font-weight: 400; font-size: .75rem; }
.iph-tariff ul { list-style: none; padding: 0; margin: 0; }
.iph-tariff li { font-size: .85rem; color: var(--text); padding: .15rem 0; }
.iph-tariff li i { color: #1aa179; margin-right: .35rem; }

.iph-partner-card__features { list-style: none; padding: 0; margin: 0 0 1.3rem; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
.iph-partner-card__features li { font-size: .9rem; color: var(--text); display: flex; align-items: center; gap: .55rem; }
.iph-partner-card__features li i { color: var(--orange); width: 1.2rem; text-align: center; }

.iph-partner-card__ships { margin-bottom: 1.3rem; }
.iph-ship-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .4rem; }
.iph-ship-tag { background: var(--navy); color: #fff; font-size: .82rem; padding: .3rem .8rem; border-radius: 999px; }
.iph-ship-tag i { color: var(--orange); margin-right: .3rem; }

.iph-partner-card__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.iph-partner-card__contact { display: flex; flex-wrap: wrap; gap: 1rem; }
.iph-partner-card__contact a { color: var(--navy); font-weight: 600; font-size: .9rem; }
.iph-partner-card__contact a:hover { color: var(--orange); }
.iph-partner-card__contact i { color: var(--orange); margin-right: .3rem; }
.iph-partner-card__note { font-size: .78rem; color: var(--muted); margin: 1.1rem 0 0; line-height: 1.5; }
.iph-partner-card__note i { color: var(--orange); }
.iph-partner-card__note a { color: var(--orange); }

@media (max-width: 575.98px) {
  .iph-partner-card__tariffs, .iph-partner-card__features { grid-template-columns: 1fr; }
  .iph-partner-card__media { min-height: 200px; }
}

/* =========================================================================
   EINHEITLICHE SUCHE
   ========================================================================= */
.iph-search--single .iph-search__form { padding: 1.6rem; }
.iph-input--lg { padding: .8rem 1rem; }
.iph-input--lg .iph-select { font-size: 1.02rem; }
.iph-usearch__hint { font-size: .82rem; color: var(--muted); margin: .5rem 0 0; }
.iph-usearch__hint i { color: var(--orange); }

/* =========================================================================
   CONTENT-SEITEN (Footer-Unterseiten)
   ========================================================================= */
/* Seiten-Hero */
.iph-pagehero { position: relative; padding: 3.2rem 0 2.6rem; color: #fff; background: var(--ph-bg) center / cover no-repeat; }
.iph-pagehero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(7,31,58,.93) 0%, rgba(7,31,58,.78) 55%, rgba(7,31,58,.5) 100%); }
.iph-pagehero > .container { position: relative; z-index: 1; }
.iph-pagehero h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; margin: .4rem 0 .5rem; }
.iph-pagehero p { color: rgba(255,255,255,.9); max-width: 720px; margin: 0; font-size: 1.05rem; }
.iph-breadcrumb { font-size: .85rem; color: rgba(255,255,255,.75); display: flex; align-items: center; gap: .5rem; }
.iph-breadcrumb a { color: rgba(255,255,255,.85); }
.iph-breadcrumb a:hover { color: var(--orange); }
.iph-breadcrumb i { font-size: .7rem; opacity: .7; }

.iph-narrow { max-width: 820px; margin-left: auto; margin-right: auto; }

/* Fließtext */
.iph-prose { color: var(--muted); line-height: 1.75; font-size: 1.02rem; }
.iph-prose p { margin-bottom: 1rem; }

/* Vorteils-Karten (features) */
.iph-valuecard { background: #fff; border-radius: var(--radius); padding: 1.6rem 1.3rem; box-shadow: var(--shadow-sm); height: 100%; text-align: center; transition: transform .25s, box-shadow .25s; }
.iph-valuecard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.iph-valuecard__icon { display: inline-flex; align-items: center; justify-content: center; width: 3.6rem; height: 3.6rem; border-radius: 14px; background: linear-gradient(135deg, var(--navy), var(--navy-soft)); color: #fff; font-size: 1.3rem; margin-bottom: .9rem; }
.iph-valuecard h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: .5rem; }
.iph-valuecard p { color: var(--muted); font-size: .92rem; margin: 0; }

/* FAQ-Accordion */
.iph-faq .accordion-item { border: 1px solid var(--border); border-radius: var(--radius-sm) !important; margin-bottom: .7rem; overflow: hidden; }
.iph-faq .accordion-button { font-weight: 600; color: var(--navy); }
.iph-faq .accordion-button:not(.collapsed) { background: #fff7ef; color: var(--navy); box-shadow: none; }
.iph-faq .accordion-button:focus { box-shadow: 0 0 0 3px rgba(255,121,0,.2); }
.iph-faq .accordion-body { color: var(--muted); }

/* Kontaktkarten */
.iph-contact-card { background: #fff; border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); text-align: center; height: 100%; }
.iph-contact-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 3.4rem; height: 3.4rem; border-radius: 50%; background: var(--orange); color: #fff; font-size: 1.2rem; margin-bottom: .8rem; }
.iph-contact-card__label { display: block; font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .4px; margin-bottom: .25rem; }
.iph-contact-card__value { display: block; font-weight: 700; color: var(--navy); font-size: 1.05rem; }
a.iph-contact-card__value:hover { color: var(--orange); }

/* Rechtstexte */
.iph-legal h2 { font-size: 1.2rem; color: var(--navy); margin: 1.6rem 0 .5rem; }
.iph-legal h2:first-child { margin-top: 0; }
.iph-legal p { color: var(--muted); line-height: 1.7; margin-bottom: .5rem; }
.iph-note { font-size: .85rem; color: var(--muted); background: var(--light); border-left: 3px solid var(--orange); padding: .8rem 1rem; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; margin-top: 1.5rem; }

/* CTA-Band */
.iph-cta-band { background: linear-gradient(120deg, var(--navy) 0%, var(--navy-soft) 100%); padding: 2.6rem 0; }
.iph-cta-band__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.4rem; }
.iph-cta-band h2 { color: #fff; margin: 0 0 .3rem; font-size: 1.5rem; }
.iph-cta-band p { color: rgba(255,255,255,.85); margin: 0; }
.iph-cta-band .iph-btn-primary { white-space: nowrap; }

@media (max-width: 575.98px) {
  .iph-cta-band__inner { flex-direction: column; text-align: center; align-items: stretch; }
}

/* =========================================================================
   COOKIE-HINWEIS
   ========================================================================= */
.iph-cookie { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 2000;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); border: 1px solid var(--border);
  opacity: 0; transform: translateY(20px); transition: opacity .3s ease, transform .3s ease; }
.iph-cookie.is-visible { opacity: 1; transform: translateY(0); }
.iph-cookie__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; padding: 1.1rem 1.4rem; max-width: 1100px; margin: 0 auto; }
.iph-cookie__text { flex: 1 1 380px; }
.iph-cookie__text strong { display: block; color: var(--navy); margin-bottom: .2rem; }
.iph-cookie__text strong i { color: var(--orange); margin-right: .35rem; }
.iph-cookie__text p { margin: 0; font-size: .88rem; color: var(--muted); line-height: 1.5; }
.iph-cookie__text a { color: var(--orange); }
.iph-cookie__actions { display: flex; gap: .6rem; flex-shrink: 0; }
.iph-cookie__btn { border-radius: var(--radius-sm); padding: .6rem 1.2rem; font-weight: 600; font-size: .9rem; cursor: pointer; border: 1px solid transparent; transition: filter .2s, border-color .2s, color .2s; }
.iph-cookie__btn--ghost { background: #fff; color: var(--navy); border-color: var(--border); }
.iph-cookie__btn--ghost:hover { border-color: var(--orange); color: var(--orange); }
.iph-cookie__btn--primary { background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: #fff; }
.iph-cookie__btn--primary:hover { filter: brightness(1.07); }
@media (max-width: 575.98px) {
  .iph-cookie__actions { width: 100%; }
  .iph-cookie__btn { flex: 1; }
}

/* =========================================================================
   STANDARD-SEITEN (Fallback)
   ========================================================================= */
.iph-page { padding: 3rem 0; }
.iph-page__header h1 { color: var(--navy); margin-bottom: 1.5rem; }
.iph-page__content { background: #fff; border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow-sm); line-height: 1.7; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 991.98px) {
  .cs-hero { background-attachment: scroll; }
  .iph-sidebar { min-height: auto; }
  .iph-app__main { padding: 1.3rem; }
  .iph-pricebox { position: static; }
}
@media (max-width: 767.98px) {
  .cs-newsletter { padding: 1.4rem 1.1rem; text-align: center; }
  .cs-newsletter__icon { margin: 0 auto .6rem; }
  .cs-newsletter__form .form-control { border-radius: var(--radius-sm); margin-bottom: .6rem; }
  .cs-btn { border-radius: var(--radius-sm); width: 100%; }
  .cs-newsletter__success { justify-content: center; }

  .iph-hero { padding: 2.2rem 0 1.5rem; }
  .iph-hero__intro { margin-bottom: 1.8rem; text-align: center; }
  .iph-hero__intro p { margin-left: auto; margin-right: auto; }

  .iph-booking__body { flex-direction: column; }
  .iph-booking__img { width: 100%; min-width: 0; height: 160px; }
  .iph-booking__meta { grid-template-columns: 1fr 1fr; }
  .iph-booking__actions { justify-content: stretch; }
  .iph-booking__actions .btn { flex: 1; }

  .iph-gallery { grid-template-columns: 1fr; }
  .iph-gallery__main { height: 240px; }
  .iph-gallery__thumbs { grid-template-rows: none; grid-template-columns: repeat(3, 1fr); }

  .iph-pay__brands { display: none; }
}
@media (max-width: 575.98px) {
  .iph-booking__meta { grid-template-columns: 1fr; }
  .iph-steps__line { width: 22px; }
  .iph-step-item { font-size: .85rem; }
}
