/* Tarifemaxx – Reise-Länder-Unterseiten (geteilt) */
:root {
  --accent: #0D9E6A;
  --accent-light: #E4F9F2;
  --accent-dark: #065F46;
  --ink: #0A0F1E;
  --ink-soft: #2D3552;
  --ink-muted: #6B7598;
  --surface: #F1F3F9;
  --white: #fff;
  --border: #E4E7F0;
  --r-2xl: 20px;
  --r-xl: 16px;
  --r-md: 8px;
  --sh-md: 0 6px 20px rgba(10, 15, 30, 0.1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'DM Sans', sans-serif; background: var(--surface); color: var(--ink-soft); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; border-radius: var(--r-xl); }
nav { background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 3px rgba(10, 15, 30, 0.07); }
.ni { max-width: 1240px; margin: 0 auto; padding: 0 32px; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.back { display: inline-flex; align-items: center; gap: 6px; color: var(--ink-muted); font-size: 0.82rem; font-weight: 600; padding: 8px 14px; border: 1.5px solid var(--border); border-radius: var(--r-md); transition: all 0.15s; }
.back:hover { border-color: var(--accent); color: var(--accent); }
.hero { background: linear-gradient(135deg, #042e1a 0%, #065f46 50%, #0d9e6a 100%); padding: 48px 32px 56px; position: relative; overflow: hidden; }
.hero-inner { max-width: 1240px; margin: 0 auto; position: relative; z-index: 1; }
.crumb { display: flex; align-items: center; gap: 8px; font-size: 0.75rem; color: rgba(255, 255, 255, 0.65); margin-bottom: 14px; flex-wrap: wrap; }
.crumb a { color: rgba(255, 255, 255, 0.9); font-weight: 700; }
.crumb a:hover { color: #fff; }
h1 { font-family: 'Syne', sans-serif; font-size: clamp(1.75rem, 3.2vw, 2.6rem); font-weight: 800; color: #fff; letter-spacing: -0.04em; line-height: 1.12; margin-bottom: 12px; }
.hero-lead { color: rgba(255, 255, 255, 0.88); font-size: 0.98rem; max-width: 640px; }
.sec { max-width: 1240px; margin: 0 auto; padding: 48px 32px; }
.sec-narrow { max-width: 800px; margin-left: auto; margin-right: auto; }
.tag { display: inline-flex; font-size: 0.68rem; font-weight: 700; padding: 4px 11px; border-radius: 100px; letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 10px; background: var(--accent-light); color: var(--accent); }
.sec-title { font-family: 'Syne', sans-serif; font-size: clamp(1.35rem, 2.8vw, 1.85rem); font-weight: 800; color: var(--ink); letter-spacing: -0.03em; margin-bottom: 12px; }
.sec-sub { color: var(--ink-muted); font-size: 0.95rem; margin-bottom: 20px; }
.article-body p { margin-bottom: 14px; font-size: 0.95rem; }
.article-body h2 { font-family: 'Syne', sans-serif; font-size: 1.15rem; color: var(--ink); margin: 22px 0 10px; }
.article-body ul { margin: 0 0 16px 1.1rem; color: var(--ink-muted); font-size: 0.93rem; }
.article-body li { margin-bottom: 6px; }
.figure { margin: 20px 0 28px; }
.figure figcaption { font-size: 0.78rem; color: var(--ink-muted); margin-top: 8px; }
.c24-widget-wrap { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-2xl); overflow: hidden; box-shadow: var(--sh-md); }
.c24-tabs { display: flex; gap: 0; border-bottom: 2px solid var(--border); background: var(--surface); overflow-x: auto; -webkit-overflow-scrolling: touch; }
.c24-tab { flex-shrink: 0; padding: 13px 18px; font-size: 0.82rem; font-weight: 700; color: var(--ink-muted); background: transparent; border: none; border-bottom: 3px solid transparent; margin-bottom: -2px; cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all 0.18s; white-space: nowrap; }
.c24-tab:hover { color: var(--accent); background: rgba(0, 0, 0, 0.03); }
.c24-tab.active { color: var(--accent); border-bottom-color: var(--accent); background: var(--white); }
.c24-frame-wrap { width: 100%; min-height: 120px; }
.c24-note { padding: 12px 18px; font-size: 0.72rem; color: var(--ink-muted); background: var(--surface); border-top: 1px solid var(--border); line-height: 1.5; }
.c24-note a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.link-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.link-pill { display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 100px; border: 1.5px solid var(--border); font-size: 0.84rem; font-weight: 600; color: var(--accent); background: var(--white); transition: all 0.15s; }
.link-pill:hover { border-color: var(--accent); background: var(--accent-light); }
footer { background: #060d1f; padding: 28px 32px; }
.foot-inner { max-width: 1240px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; }
.flinks { display: flex; gap: 18px; flex-wrap: wrap; }
.flinks a { color: #9ca3af; font-size: 0.8rem; font-weight: 600; }
.flinks a:hover { color: #fff; }
.fcp { color: #6b7280; font-size: 0.72rem; width: 100%; margin-top: 12px; padding-top: 12px; border-top: 1px solid #111827; line-height: 1.6; }
@media (max-width: 640px) {
  .sec { padding: 36px 20px; }
  .ni { padding: 0 20px; height: auto; min-height: 64px; }
}

/* Top-Angebote (Länder-Unterseiten) */
.land-top-offers { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--border); }
.land-top-offers h3 { font-family: 'Syne', sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--ink); margin-bottom: 14px; }
.land-offer-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 720px) { .land-offer-row { grid-template-columns: 1fr; } }
.lo-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 14px 16px; display: block; transition: all 0.2s; color: inherit; }
.lo-card:hover { border-color: var(--accent); box-shadow: var(--sh-md); }
.lo-price { font-family: 'Syne', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--accent); display: block; }
.lo-txt { font-size: 0.82rem; color: var(--ink-muted); margin-top: 6px; display: block; line-height: 1.45; }
.lo-note { font-size: 0.72rem; color: var(--ink-muted); margin-top: 14px; line-height: 1.5; }
