/* ═══════════════════════════════════════════════════════════
   DESTINATION PAGE — Komplettes Redesign
   Kein Konflikt mit WordPress-Globals
   ═══════════════════════════════════════════════════════════ */

/* ── Layout ─────────────────────────────────────────────── */
.dp-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.dp-body {
  background: #f0f4f9;
  padding: 40px 0 64px;
}

.dp-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: start;
}

/* ── Sidebar ─────────────────────────────────────────────── */
.dp-sidebar {
  position: sticky;
  top: 84px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dp-book-box {
  background: #0A2540;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(10,37,64,.28);
}

.dp-book-box-route {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  margin-bottom: 6px;
  font-family: inherit;
}

.dp-book-box-price {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}

.dp-book-box-price small {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,.5);
}

.dp-book-btn {
  display: block;
  text-align: center;
  background: #00B67A;
  color: #fff !important;
  padding: 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0,182,122,.35);
  transition: background .2s, transform .1s;
}

.dp-book-btn:hover {
  background: #00a06b;
  transform: translateY(-1px);
}

/* Info-Box */
.dp-info-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(10,37,64,.07);
}

.dp-info-box h4 {
  font-size: 11px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef1f7;
}

.dp-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #f5f8fc;
  font-size: 13px;
}

.dp-info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dp-info-row-label {
  color: #888;
}

.dp-info-row-val {
  font-weight: 700;
  color: #0A2540;
}

.dp-info-row-val.green {
  color: #00B67A;
}

/* Trust-Box */
.dp-trust-box {
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 2px 12px rgba(10,37,64,.07);
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.dp-trust-row {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}

.dp-trust-check {
  width: 18px;
  height: 18px;
  background: #00B67A;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

/* ── Kacheln ─────────────────────────────────────────────── */
.dp-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.dp-tile {
  background: #0A2540;
  border-radius: 10px;
  padding: 16px 12px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(10,37,64,.2);
}

.dp-tile-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0; /* HTML-Entity ausblenden */
}
/* Icon-Varianten via CSS — kein inline SVG */
.dp-tile-icon-plane {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M22 2L11 13M22 2L15 22l-4-9-9-4 20-7z'/%3E%3C/svg%3E");
}
.dp-tile-icon-price {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='2' viewBox='0 0 24 24'%3E%3Cline x1='12' y1='1' x2='12' y2='23'/%3E%3Cpath d='M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6'/%3E%3C/svg%3E");
}
.dp-tile-icon-bag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect x='2' y='7' width='20' height='15' rx='2'/%3E%3Cpath d='M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2'/%3E%3C/svg%3E");
}
.dp-tile-icon-shield {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E");
}

.dp-tile-val {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 3px;
}

.dp-tile-label {
  font-size: 9px;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .07em;
}

/* ── Content Sections ────────────────────────────────────── */
.dp-section {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(10,37,64,.06);
  overflow: hidden;
}

.dp-section-head {
  background: #0A2540;
  padding: 13px 20px;
}

.dp-section-head h2 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  letter-spacing: .01em;
}

.dp-section-body {
  padding: 20px;
}

.dp-section-body p {
  font-size: 14px;
  color: #3a3a4a;
  line-height: 1.8;
  margin: 0 0 12px;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.dp-section-body p:last-child {
  margin-bottom: 0;
}

.dp-section-body p a {
  color: #1565C0;
  text-decoration: underline;
}

/* Tabellen */
.dp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.dp-table th {
  background: #1565C0;
  color: #fff;
  padding: 11px 14px;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.dp-table th:nth-child(2),
.dp-table th:nth-child(3) {
  text-align: center;
}

.dp-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #eef1f7;
  color: #3a3a4a;
  font-size: 13px;
}

.dp-table td:nth-child(2) {
  text-align: center;
  font-weight: 700;
  color: #1565C0;
}

.dp-table td:nth-child(3) {
  text-align: center;
  color: #aaa;
}

.dp-table tr:last-child td {
  border-bottom: none;
}

.dp-table tr:nth-child(even) td:first-child {
  background: #f8fafd;
}

/* Check / Cross */
.dp-check { color: #00B67A; font-weight: 800; font-size: 16px; }
.dp-cross  { color: #ddd;    font-size: 16px; }

/* Klima-Tabelle */
.dp-klima th, .dp-klima td { padding: 9px 7px; text-align: center; }
.dp-klima td.hot  { background: #fff3e0; color: #e65100; font-weight: 700; }
.dp-klima td.warm { background: #e8f5e9; color: #2e7d32; font-weight: 700; }
.dp-klima td.mild { background: #e3f2fd; color: #1565C0; font-weight: 600; }

/* Preis-Box */
.dp-price-banner {
  background: linear-gradient(135deg, #0A2540 0%, #1565C0 100%);
  border-radius: 10px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.dp-price-banner-text p {
  font-size: 12px !important;
  color: rgba(255,255,255,.65) !important;
  margin: 0 0 4px !important;
}

.dp-price-banner-text strong {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  display: block;
  line-height: 1;
}

.dp-price-banner-text span {
  font-size: 12px;
  color: rgba(255,255,255,.5);
}

.dp-price-banner-btn {
  background: #00B67A;
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Listen */
.dp-section-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dp-section-body ul li {
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid #f0f4f8;
  font-size: 13px;
  color: #3a3a4a;
  position: relative;
  line-height: 1.6;
}

.dp-section-body ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dp-section-body ul li::before {
  content: '✓';
  position: absolute;
  left: 6px;
  top: 10px;
  color: #00B67A;
  font-weight: 800;
  font-size: 13px;
}

/* Spartipps Grid */
.dp-tips {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #eef1f7;
}

.dp-tip {
  background: #fff;
  padding: 14px 16px;
  border-left: 3px solid #1565C0;
}

.dp-tip strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0A2540;
  margin-bottom: 4px;
}

.dp-tip span {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}

/* FAQ */
.dp-faq-item {
  border-bottom: 1px solid #eef1f7;
  padding: 14px 0;
}

.dp-faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dp-faq-q {
  font-size: 14px;
  font-weight: 700;
  color: #0A2540;
  margin-bottom: 6px;
}

.dp-faq-a {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .dp-grid { grid-template-columns: 1fr; }
  .dp-sidebar { position: static; }
  .dp-tiles { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .dp-tiles { grid-template-columns: 1fr 1fr; }
  .dp-tips  { grid-template-columns: 1fr; }
}

/* ══ RAW CONTENT STYLING (API-generierter Content ohne dp-Klassen) ══ */
.dp-main > p {
  font-size: 14px;
  color: #444;
  line-height: 1.85;
  margin: 0 0 16px;
  padding: 18px 22px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(10,37,64,.06);
  border-left: 3px solid #e3eaf5;
}

.dp-main > h2 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: #0A2540 !important;
  margin: 24px 0 0 !important;
  padding: 12px 20px !important;
  border-radius: 8px 8px 0 0 !important;
  letter-spacing: .01em;
}

/* H2 gefolgt von p: p oben kein border-radius */
.dp-main > h2 + p {
  border-radius: 0 0 8px 8px;
  margin-top: 0;
  border-top: none;
}

/* H2 gefolgt von table */
.dp-main > h2 + table,
.dp-main > h2 + .dp-table {
  border-radius: 0 0 8px 8px;
  margin-top: 0;
  overflow: hidden;
}

.dp-main > h3 {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0A2540 !important;
  margin: 0 !important;
  padding: 12px 22px 4px !important;
  background: #fff;
}

/* Tabellen im raw content */
.dp-main > table,
.dp-main table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(10,37,64,.06);
  margin: 0 0 24px;
}

.dp-main table th {
  background: #1565C0;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.dp-main table td {
  padding: 10px 14px;
  border-bottom: 1px solid #eef1f7;
  color: #3a3a4a;
  font-size: 13px;
  vertical-align: top;
}

.dp-main table tr:last-child td {
  border-bottom: none;
}

.dp-main table tr:nth-child(even) td {
  background: #f8fafd;
}

/* Listen */
.dp-main > ul,
.dp-main ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 1px 6px rgba(10,37,64,.06);
  overflow: hidden;
}

.dp-main ul li {
  padding: 10px 16px 10px 38px;
  border-bottom: 1px solid #f0f4f8;
  font-size: 13px;
  color: #3a3a4a;
  line-height: 1.65;
  position: relative;
  background: #fff;
}

.dp-main ul li:last-child {
  border-bottom: none;
}

.dp-main ul li::before {
  content: '✓';
  position: absolute;
  left: 14px;
  color: #00B67A;
  font-weight: 800;
  font-size: 13px;
}

.dp-main ul li strong {
  color: #0A2540;
  font-weight: 700;
}

/* em/italic für Tabellen-Fussnoten */
.dp-main > p > em,
.dp-main em {
  font-size: 12px;
  color: #888;
  font-style: italic;
}

/* Trennabstand zwischen Sections */
.dp-main > h2:not(:first-child) {
  margin-top: 28px !important;
}

/* Script-Tags unsichtbar */
.dp-main script {
  display: none;
}
