/* ===================================================================
   amsterdam-travel-ticket.com — main stylesheet
   Prefix: .att-
   =================================================================== */

:root {
  --c-brand: #d6342e;
  --c-brand-dark: #a92a25;
  --c-accent: #f59e0b;
  --c-bg: #fdfcfa;
  --c-surface: #ffffff;
  --c-cream: #fef6e7;
  --c-cream-dark: #f3e6c4;
  --c-ink: #1a1a1a;
  --c-ink-muted: #5a5a5a;
  --c-border: #e8e4dd;
  --c-success: #16a34a;
  --c-warning: #d97706;
  --c-dark: #1a1a1a;
  --c-dark-soft: #2a2a2a;
  --s-1: .5rem;
  --s-2: 1rem;
  --s-3: 1.5rem;
  --s-4: 2rem;
  --s-5: 3rem;
  --s-6: 4rem;
  --container-max: 1140px;
  --header-h: 64px;
  --stickybar-h: 72px;
  --r-1: 6px;
  --r-2: 10px;
  --r-3: 16px;
  --shadow-1: 0 2px 8px rgba(0,0,0,.06);
  --shadow-2: 0 8px 24px rgba(0,0,0,.10);
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--c-ink);
  background: var(--c-bg);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-brand); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0 0 var(--s-2); line-height: 1.2; font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: clamp(1.75rem, 4vw + 1rem, 3rem); }
h2 { font-size: clamp(1.5rem, 2.5vw + .8rem, 2.25rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 var(--s-2); }
ul { padding-left: 1.2em; margin: 0 0 var(--s-2); }
button { font: inherit; }

/* SKIP LINK */
.att-skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--c-brand); color: #fff;
  padding: var(--s-1) var(--s-2); border-radius: 0 0 var(--r-1) 0;
  z-index: 100;
}
.att-skip:focus { left: 0; }

/* CONTAINER */
.att-main { padding-top: var(--header-h); }
.att-container { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--s-2); }

/* HEADER */
.att-header {
  position: fixed; top: 0; left: 0; right: 0;
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
  height: var(--header-h);
  z-index: 50;
}
.att-header__inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--s-2);
  height: 100%;
  display: flex; align-items: center; gap: var(--s-3);
}
.att-logo {
  display: flex; align-items: center; gap: var(--s-1);
  font-weight: 700; color: var(--c-ink);
  text-decoration: none;
}
.att-logo__mark {
  background: var(--c-brand); color: #fff;
  font-size: .75rem; font-weight: 800;
  padding: 4px 6px; border-radius: var(--r-1);
  letter-spacing: .04em;
}
.att-logo__text { font-size: 1rem; }
.att-nav { display: flex; gap: var(--s-3); flex: 1; justify-content: center; }
.att-nav__link { color: var(--c-ink); font-size: .94rem; font-weight: 500; }
.att-nav__link:hover { color: var(--c-brand); text-decoration: none; }
.att-nav__link--active { color: var(--c-brand); }
.att-langswitcher { display: flex; gap: var(--s-1); }
.att-langswitcher__link {
  color: var(--c-ink-muted); font-size: .85rem;
  padding: 4px 8px; border-radius: var(--r-1);
}
.att-langswitcher__link--active { background: var(--c-cream); color: var(--c-ink); font-weight: 600; }
.att-langswitcher__select {
  display: inline-block;
  border: 1px solid var(--c-border);
  border-radius: var(--r-1);
  padding: 6px 10px;
  background: var(--c-surface);
  color: var(--c-ink);
  font-size: .9rem;
  cursor: pointer;
}
@media (max-width: 899px) {
  .att-nav { display: none; }
  .att-logo__text { display: none; }
}

/* HERO (split: text + widget, classic layout) */
.att-hero {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, var(--c-cream) 100%);
  padding: var(--s-5) 0 var(--s-6);
  border-bottom: 1px solid var(--c-border);
  overflow: hidden;
}

/* HERO (3-card layout for homepage) */
.att-hero--cards {
  background: linear-gradient(180deg, #fff 0%, var(--c-cream) 100%);
  padding: var(--s-4) 0 var(--s-5);
}
.att-hero--cards .att-hero__inner {
  display: block;
  text-align: center;
  max-width: var(--container-max);
  margin: 0 auto; padding: 0 var(--s-2);
}
.att-hero--cards .att-hero__title {
  margin-bottom: var(--s-1);
}
.att-hero--cards .att-hero__subtitle {
  font-size: 1.05rem; color: var(--c-ink-muted);
  max-width: 720px; margin: 0 auto var(--s-2);
}
.att-hero--cards .att-hero__trustline {
  justify-content: center; margin-bottom: var(--s-3);
  font-size: .9rem; color: var(--c-ink-muted);
}

/* Product cards row */
.att-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-2);
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--s-2);
}
.att-card {
  position: relative;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-3);
  padding: var(--s-3);
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-1);
  transition: transform .15s, box-shadow .15s;
  text-align: left;
  color: var(--c-ink);
}
.att-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}
.att-card--badged { padding-top: calc(var(--s-3) + 6px); }
.att-card--featured {
  border-color: var(--c-brand);
  border-width: 2px;
  padding-top: calc(var(--s-3) + 6px);
  box-shadow: 0 12px 28px rgba(214, 52, 46, .12), var(--shadow-2);
}
.att-card__badge {
  position: absolute;
  top: -12px; left: 50%; transform: translateX(-50%);
  font-size: .7rem; font-weight: 700;
  padding: 4px 12px; border-radius: 999px;
  letter-spacing: .04em; text-transform: uppercase;
  white-space: nowrap;
  background: var(--c-brand); color: #fff;
}
.att-card__badge--volume {
  background: #f3e6c4; color: #6b4f17;
  letter-spacing: .02em;
}
.att-card__icon {
  width: 56px; height: 56px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--s-2);
}
.att-card__icon svg { width: 32px; height: 32px; }
.att-card__icon--gvb { background: #dbeafe; color: #1e3a8a; }
.att-card__icon--travel { background: #fee2e2; color: var(--c-brand); }
.att-card__icon--region { background: #dcfce7; color: #14532d; }
.att-card__use {
  font-size: 1.25rem; font-weight: 700;
  color: var(--c-ink); margin-bottom: 4px;
  line-height: 1.25;
}
.att-card__official {
  font-size: .78rem; color: var(--c-ink-muted);
  text-transform: uppercase; letter-spacing: .05em;
  margin-bottom: var(--s-2);
}
.att-card__features {
  list-style: none; padding: 0; margin: 0 0 var(--s-2);
  font-size: .9rem; color: var(--c-ink);
  flex: 1;
}
.att-card__features li {
  display: flex; align-items: flex-start; gap: 6px;
  padding: 4px 0;
}
.att-card__features li::before {
  content: '✓'; color: var(--c-success); font-weight: 700; flex-shrink: 0;
}
.att-card__features li.att-card__features-no::before {
  content: '–'; color: var(--c-ink-muted); font-weight: 400;
}
.att-card__pricebar {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: var(--s-1) 0; margin-top: var(--s-1);
  border-top: 1px solid var(--c-border);
}
.att-card__price-from { font-size: .75rem; color: var(--c-ink-muted); }
.att-card__price { font-size: 1.5rem; font-weight: 800; color: var(--c-ink); }
.att-card__price-currency { font-size: .9rem; color: var(--c-ink-muted); font-weight: 400; }
.att-card__rating {
  font-size: .85rem; color: var(--c-ink-muted);
  margin-bottom: var(--s-2);
}
.att-card__rating-star { color: var(--c-accent); }
.att-card__cta { margin-top: auto; }
.att-card__cta .att-button { width: 100%; }
.att-card__details {
  display: block; text-align: center;
  font-size: .8rem; color: var(--c-ink-muted);
  margin-top: var(--s-1);
}

@media (max-width: 899px) {
  .att-cards { grid-template-columns: 1fr; }
  .att-card--featured { order: -1; } /* Featured zuerst auf Mobile */
}

/* PRICE-TABLE per duration */
.att-pricetable {
  max-width: var(--container-max); margin: 0 auto; padding: 0 var(--s-2);
  overflow-x: auto;
}
.att-pricetable__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: .95rem;
  background: var(--c-surface);
  border-radius: var(--r-2);
  overflow: hidden;
  box-shadow: var(--shadow-1);
}
.att-pricetable__table th,
.att-pricetable__table td {
  padding: var(--s-2);
  border-bottom: 1px solid var(--c-border);
  text-align: center;
  color: var(--c-ink);
}
.att-pricetable__table th { background: var(--c-cream); font-weight: 700; }
.att-pricetable__duration { text-align: left; font-weight: 600; background: #faf8f4; }
.att-pricetable__cell--dash { color: var(--c-ink-muted); }
.att-pricetable__note {
  font-size: .8rem; color: var(--c-ink-muted);
  text-align: center; margin-top: var(--s-1);
}
.att-hero--image {
  background: #1a1a1a;
  color: #fff;
}
.att-hero--image::before {
  content: '';
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-image: var(--hero-bg);
  z-index: 0;
}
.att-hero--image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.35) 50%, rgba(0,0,0,.65) 100%);
  z-index: 1;
}
.att-hero--image .att-hero__inner { position: relative; z-index: 2; }
.att-hero--image .att-hero__title,
.att-hero--image .att-hero__subtitle,
.att-hero--image .att-hero__trustline { color: #fff; }
.att-hero--image .att-hero__trustline strong { color: #fff; }
.att-hero--image .att-hero__subtitle { color: rgba(255,255,255,.92); }
@media (max-width: 899px) {
  .att-hero--image::before { background-image: var(--hero-bg-mobile, var(--hero-bg)); }
}
.att-hero__inner {
  max-width: var(--container-max);
  margin: 0 auto; padding: 0 var(--s-2);
  display: grid; grid-template-columns: 1.2fr 1fr; gap: var(--s-5); align-items: start;
}
.att-hero__text { padding-top: var(--s-3); }
.att-hero__title { color: var(--c-ink); }
.att-hero__subtitle { font-size: 1.15rem; color: var(--c-ink-muted); margin-bottom: var(--s-3); }
.att-hero__trustline {
  display: flex; gap: var(--s-2); font-size: .95rem; color: var(--c-ink-muted);
  margin-top: var(--s-3); flex-wrap: wrap;
}
.att-hero__trustline strong { color: var(--c-ink); }
@media (max-width: 899px) {
  .att-hero__inner { grid-template-columns: 1fr; gap: var(--s-3); }
  .att-hero__trustline { display: none; }
  .att-hero__cta { display: none; }
}

/* TRUST BAR */
.att-trustbar {
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-border);
  padding: var(--s-2) 0;
}
.att-trustbar__inner {
  max-width: var(--container-max); margin: 0 auto; padding: 0 var(--s-2);
  display: flex; gap: var(--s-3); flex-wrap: wrap; justify-content: space-between;
}
.att-trustbar__item {
  display: flex; align-items: center; gap: var(--s-1);
  color: var(--c-ink); font-size: .9rem;
}
.att-trustbar__icon { color: var(--c-success); font-weight: 700; }
@media (max-width: 699px) {
  .att-trustbar__inner { display: grid; grid-template-columns: 1fr 1fr; row-gap: var(--s-1); column-gap: var(--s-2); }
  .att-trustbar__item { font-size: .8rem; }
}

/* BOOKING WIDGET */
.att-widget {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-3);
  padding: var(--s-3);
  box-shadow: var(--shadow-2);
  color: var(--c-ink); /* defensive — also setze ink für alle Children */
}
.att-widget__title { font-weight: 700; font-size: 1.1rem; margin-bottom: var(--s-2); color: var(--c-ink); }
.att-widget__product {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--s-2);
  padding: var(--s-2) 0;
  border-top: 1px solid var(--c-border);
  align-items: center;
  color: var(--c-ink);
}
.att-widget__product:first-of-type { border-top: 0; }
.att-widget__product--highlight {
  background: var(--c-cream);
  margin: 0 calc(var(--s-2) * -1);
  padding-left: var(--s-2); padding-right: var(--s-2);
  border-radius: var(--r-2);
  border-top: 0;
}
.att-widget__product-info { min-width: 0; }
.att-widget__product-name { font-weight: 600; color: var(--c-ink); margin-bottom: 2px; }
.att-widget__product-meta { font-size: .85rem; color: var(--c-ink-muted); }
.att-widget__product-price {
  text-align: right;
  color: var(--c-ink);
  white-space: nowrap;
  font-weight: 700;
}
.att-widget__from { display: block; font-size: .75rem; color: var(--c-ink-muted); font-weight: 400; }
.att-widget__price-amount { font-size: 1.25rem; color: var(--c-ink); }
.att-widget__per { display: block; font-size: .7rem; color: var(--c-ink-muted); font-weight: 400; }
.att-widget__product-cta {
  grid-column: 1 / -1;
  margin-top: var(--s-1);
  width: 100%;
  text-align: center;
}
.att-widget__disclaimer {
  font-size: .75rem; color: var(--c-ink-muted);
  margin-top: var(--s-2); margin-bottom: 0;
  border-top: 1px solid var(--c-border); padding-top: var(--s-1);
}

/* BUTTONS */
.att-button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: var(--r-1);
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .15s, transform .05s;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
}
.att-button--primary {
  background: var(--c-brand); color: #fff;
}
.att-button--primary:hover { background: var(--c-brand-dark); text-decoration: none; transform: translateY(-1px); }
.att-button--secondary {
  background: var(--c-surface); color: var(--c-ink); border-color: var(--c-border);
}
.att-button--ghost {
  background: transparent; color: var(--c-ink); border-color: var(--c-ink);
}

/* BADGES */
.att-badge {
  display: inline-block;
  font-size: .7rem; font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  letter-spacing: .04em;
  vertical-align: middle;
}
.att-badge--popular { background: var(--c-accent); color: #fff; }
.att-badge--airport { background: #dbeafe; color: #1e3a8a; }
.att-badge--region { background: #dcfce7; color: #14532d; }

/* SECTION */
.att-section { padding: var(--s-5) 0; }
.att-section--cream { background: var(--c-cream); }
.att-section__head { max-width: var(--container-max); margin: 0 auto var(--s-3); padding: 0 var(--s-2); text-align: center; }

/* COMPARISON TABLE */
.att-compare {
  max-width: var(--container-max); margin: 0 auto; padding: 0 var(--s-2);
  overflow-x: auto;
}
.att-compare__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: .95rem;
  background: var(--c-surface);
  border-radius: var(--r-2);
  overflow: hidden;
  box-shadow: var(--shadow-1);
}
.att-compare__table th,
.att-compare__table td {
  padding: var(--s-2);
  border-bottom: 1px solid var(--c-border);
  text-align: center;
  color: var(--c-ink);
}
.att-compare__table th {
  background: var(--c-cream);
  font-weight: 700;
  color: var(--c-ink);
  vertical-align: top;
}
.att-compare__table .att-compare__cell--feature {
  text-align: left;
  font-weight: 500;
  background: #faf8f4;
}
.att-compare__cell--yes { color: var(--c-success); font-weight: 700; }
.att-compare__cell--no { color: var(--c-ink-muted); }
.att-compare__product { font-size: 1rem; margin-bottom: 2px; color: var(--c-ink); }
.att-compare__price { font-size: .85rem; color: var(--c-ink-muted); font-weight: 400; }
.att-compare__cta-row td { padding-top: var(--s-3); padding-bottom: var(--s-3); background: var(--c-surface); }

/* DECISION TREE (legacy) */
.att-decision {
  max-width: 800px; margin: 0 auto; padding: var(--s-3) var(--s-2);
  background: var(--c-surface); border-radius: var(--r-3); box-shadow: var(--shadow-1);
}
.att-decision__step { margin-bottom: var(--s-2); padding-bottom: var(--s-2); border-bottom: 1px solid var(--c-border); }
.att-decision__step:last-child { border-bottom: 0; }
.att-decision__question { font-weight: 600; color: var(--c-ink); margin-bottom: var(--s-1); }
.att-decision__answer-yes { color: var(--c-success); font-weight: 600; }
.att-decision__answer-no  { color: var(--c-ink-muted); }
.att-decision__result {
  margin-top: var(--s-2); padding: var(--s-2);
  background: var(--c-cream); border-radius: var(--r-2);
  font-weight: 600; color: var(--c-ink);
}

/* PERSONA CARDS — replaces decision tree */
.att-personas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-2);
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--s-2);
}
.att-persona {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-3);
  padding: var(--s-3);
  display: flex; flex-direction: column;
  color: var(--c-ink);
  box-shadow: var(--shadow-1);
}
.att-persona__quote {
  font-size: 1.05rem; font-weight: 500; font-style: italic;
  color: var(--c-ink); margin-bottom: var(--s-2);
  border-left: 3px solid var(--c-brand);
  padding: 0 0 0 var(--s-2);
  line-height: 1.4;
}
.att-persona__profile {
  font-size: .8rem; text-transform: uppercase; letter-spacing: .05em;
  color: var(--c-ink-muted); margin-bottom: var(--s-2);
}
.att-persona__why {
  font-size: .95rem; color: var(--c-ink); margin-bottom: var(--s-3);
  flex: 1;
}
.att-persona__pick {
  display: block;
  background: var(--c-cream);
  padding: var(--s-2);
  border-radius: var(--r-2);
  margin-bottom: var(--s-1);
  text-decoration: none;
  color: var(--c-ink);
  border: 1px solid var(--c-cream-dark);
}
.att-persona__pick:hover {
  background: var(--c-cream-dark);
  text-decoration: none;
}
.att-persona__pick-label {
  font-size: .75rem; text-transform: uppercase; letter-spacing: .04em;
  color: var(--c-ink-muted); display: block; margin-bottom: 2px;
}
.att-persona__pick-name {
  font-weight: 700; color: var(--c-ink); font-size: 1.05rem;
}
.att-persona__pick-arrow {
  float: right; color: var(--c-brand); font-weight: 700;
}
@media (max-width: 899px) {
  .att-personas { grid-template-columns: 1fr; }
}

/* AIRPORT SCENARIO TABLE */
.att-scenario {
  max-width: var(--container-max); margin: 0 auto; padding: 0 var(--s-2);
}
.att-scenario__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-2);
}
.att-scenario__card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-3);
  padding: var(--s-3);
  display: flex; flex-direction: column;
  color: var(--c-ink);
}
.att-scenario__card--winner {
  border-color: var(--c-success);
  border-width: 2px;
}
.att-scenario__winner-badge {
  background: var(--c-success); color: #fff;
  font-size: .7rem; font-weight: 700;
  padding: 3px 10px; border-radius: 999px;
  letter-spacing: .04em; text-transform: uppercase;
  align-self: flex-start;
  margin-bottom: var(--s-1);
}
.att-scenario__use { font-weight: 600; color: var(--c-ink); margin-bottom: var(--s-1); }
.att-scenario__breakdown {
  list-style: none; padding: 0; margin: 0 0 var(--s-2);
  color: var(--c-ink); font-size: .9rem; flex: 1;
}
.att-scenario__breakdown li {
  display: flex; justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px dashed var(--c-border);
}
.att-scenario__breakdown li:last-child { border-bottom: 0; }
.att-scenario__total {
  font-size: 1.3rem; font-weight: 800; color: var(--c-ink);
  padding-top: var(--s-1);
  border-top: 2px solid var(--c-border);
  display: flex; justify-content: space-between; align-items: baseline;
}
.att-scenario__total-amount { color: var(--c-brand); }
.att-scenario__cta { margin-top: var(--s-2); }
.att-scenario__cta .att-button { width: 100%; }
@media (max-width: 899px) {
  .att-scenario__grid { grid-template-columns: 1fr; }
  .att-scenario__card--winner { order: -1; }
}

/* Scenario switcher (tabs) */
.att-scenario__switcher {
  display: flex; gap: var(--s-1);
  justify-content: center;
  margin-bottom: var(--s-3);
  flex-wrap: wrap;
}
.att-scenario__tab {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  font-size: .9rem;
  color: var(--c-ink);
  transition: background .15s;
}
.att-scenario__tab--active {
  background: var(--c-ink);
  color: #fff;
  border-color: var(--c-ink);
}
.att-scenario__pane { display: none; }
.att-scenario__pane--active { display: block; }

/* HEADS-UP BOX */
.att-headsup {
  background: var(--c-cream);
  border: 2px dashed var(--c-cream-dark);
  border-radius: var(--r-3);
  padding: var(--s-3);
  margin: var(--s-3) 0;
  color: var(--c-ink);
}
.att-headsup__title { color: var(--c-ink); font-weight: 700; margin-bottom: var(--s-2); }
.att-headsup__list { padding-left: 1.2em; margin: 0; color: var(--c-ink); }
.att-headsup__item { margin-bottom: var(--s-1); }

/* FAQ */
.att-faq { max-width: 800px; margin: 0 auto; padding: 0 var(--s-2); }
.att-faq__item {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-2);
  margin-bottom: var(--s-1);
  overflow: hidden;
}
.att-faq__question {
  width: 100%; text-align: left;
  background: transparent; border: 0;
  padding: var(--s-2); cursor: pointer;
  font-weight: 600; color: var(--c-ink);
  font-size: 1rem;
  display: flex; justify-content: space-between; align-items: center; gap: var(--s-2);
}
.att-faq__question::after {
  content: '+'; font-size: 1.4rem; color: var(--c-ink-muted); flex-shrink: 0;
}
.att-faq__item--open .att-faq__question::after { content: '−'; }
.att-faq__answer {
  display: none;
  padding: 0 var(--s-2) var(--s-2);
  color: var(--c-ink);
}
.att-faq__item--open .att-faq__answer { display: block; }

/* CLOSING BANNER */
.att-closing {
  position: relative;
  background: var(--c-dark);
  color: #fff;
  padding: var(--s-6) var(--s-2);
  text-align: center;
  overflow: hidden;
}
.att-closing--image::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('/assets/img/closing.webp');
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: .55;
}
.att-closing--image::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,26,26,.4) 0%, rgba(26,26,26,.85) 100%);
  z-index: 1;
}
.att-closing > * { position: relative; z-index: 2; }
.att-closing__title { color: #fff; margin-bottom: var(--s-3); }

/* IMAGE-CARD (zwischen Text-Sections, optional) */
.att-imagecard {
  max-width: var(--container-max); margin: 0 auto var(--s-3); padding: 0 var(--s-2);
}
.att-imagecard__img {
  width: 100%; height: auto;
  border-radius: var(--r-3);
  box-shadow: var(--shadow-2);
  object-fit: cover;
  aspect-ratio: 16/9;
}
.att-imagecard__caption {
  text-align: center; font-size: .85rem; color: var(--c-ink-muted);
  margin-top: var(--s-1);
}

/* SECTION mit Hintergrundbild */
.att-section--bg {
  position: relative;
  color: #fff;
  background: var(--c-dark);
  overflow: hidden;
}
.att-section--bg::before {
  content: '';
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  background-image: var(--section-bg);
  opacity: .35;
  z-index: 0;
}
.att-section--bg > * { position: relative; z-index: 1; }
.att-section--bg h2 { color: #fff; }
.att-section--bg .att-prose { color: rgba(255,255,255,.95); }

/* STICKY BAR (mobile only) */
.att-stickybar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0;
  background: var(--c-surface);
  border-top: 1px solid var(--c-border);
  box-shadow: 0 -4px 12px rgba(0,0,0,.08);
  padding: var(--s-1) var(--s-2);
  padding-bottom: calc(var(--s-1) + env(safe-area-inset-bottom, 0px));
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--s-2);
  z-index: 40;
}
.att-stickybar__price { flex: 1; min-width: 0; color: var(--c-ink); }
.att-stickybar__from { display: block; font-size: .7rem; color: var(--c-ink-muted); }
.att-stickybar__amount { font-weight: 700; font-size: 1.05rem; color: var(--c-ink); }
.att-stickybar__cta { flex-shrink: 0; }
@media (max-width: 899px) {
  .att-stickybar { display: flex; }
  body { padding-bottom: calc(var(--stickybar-h) + env(safe-area-inset-bottom, 0px)); }
}

/* FOOTER */
.att-footer { background: var(--c-dark); color: #ccc; padding: var(--s-4) 0 var(--s-3); }
.att-footer__inner {
  max-width: var(--container-max); margin: 0 auto; padding: 0 var(--s-2);
  display: grid; grid-template-columns: 2fr 1fr; gap: var(--s-3);
}
.att-footer__brand { color: #fff; font-weight: 700; margin-bottom: var(--s-1); }
.att-footer__disclaimer { font-size: .85rem; line-height: 1.5; color: #aaa; }
.att-footer__col { display: flex; flex-direction: column; gap: var(--s-1); }
.att-footer__link { color: #ccc; }
.att-footer__link:hover { color: #fff; }
.att-footer__copy {
  max-width: var(--container-max); margin: var(--s-3) auto 0; padding: var(--s-2) var(--s-2) 0;
  border-top: 1px solid #333; font-size: .8rem; color: #888;
}
@media (max-width: 599px) {
  .att-footer__inner { grid-template-columns: 1fr; }
}

/* PROSE SECTIONS */
.att-prose { max-width: 720px; margin: 0 auto; padding: 0 var(--s-2); color: var(--c-ink); }
.att-prose ul { margin-bottom: var(--s-3); }
.att-prose li { margin-bottom: var(--s-1); }

/* STEPS (Voucher) */
.att-steps { max-width: 800px; margin: 0 auto; padding: 0 var(--s-2); }
.att-steps__item {
  display: grid; grid-template-columns: auto 1fr; gap: var(--s-2);
  background: var(--c-surface); padding: var(--s-3);
  border-radius: var(--r-2); margin-bottom: var(--s-2);
  border: 1px solid var(--c-border);
}
.att-steps__num {
  background: var(--c-brand); color: #fff;
  font-weight: 800; font-size: 1.2rem;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; flex-shrink: 0;
}
.att-steps__title { color: var(--c-ink); margin-bottom: var(--s-1); }
.att-steps__body { color: var(--c-ink); }

/* REDEMPTION POINTS LIST */
.att-redemption-points {
  max-width: 800px; margin: 0 auto; padding: 0 var(--s-2);
  list-style: none;
}
.att-redemption-points__item {
  background: var(--c-surface); padding: var(--s-2);
  border-radius: var(--r-2); margin-bottom: var(--s-1);
  border: 1px solid var(--c-border);
  display: grid; grid-template-columns: 1fr auto; gap: var(--s-2);
  color: var(--c-ink);
}
.att-redemption-points__location { font-weight: 600; color: var(--c-ink); }
.att-redemption-points__type { font-size: .85rem; color: var(--c-ink-muted); }
.att-redemption-points__hours { font-size: .9rem; color: var(--c-ink-muted); text-align: right; }

/* KEUKENHOF BANNER */
.att-keukenhof-banner {
  background: linear-gradient(135deg, var(--c-accent), #fb7185);
  color: #fff;
  padding: var(--s-3);
  border-radius: var(--r-3);
  max-width: var(--container-max); margin: 0 auto var(--s-3);
}
.att-keukenhof-banner--off {
  background: var(--c-cream); color: var(--c-ink-muted);
}
.att-keukenhof-banner__title { color: inherit; }

/* REVIEWS */
.att-reviews { max-width: var(--container-max); margin: 0 auto; padding: 0 var(--s-2); }
.att-reviews__head { text-align: center; margin-bottom: var(--s-3); color: var(--c-ink); }
.att-reviews__rating { font-size: 3rem; font-weight: 800; color: var(--c-ink); }
.att-reviews__count { color: var(--c-ink-muted); }
.att-reviews__list { display: grid; gap: var(--s-2); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.att-reviews__item {
  background: var(--c-surface); padding: var(--s-2);
  border-radius: var(--r-2); border: 1px solid var(--c-border);
  color: var(--c-ink);
}
.att-reviews__stars { color: var(--c-accent); font-weight: 700; }
.att-reviews__author { font-size: .85rem; color: var(--c-ink-muted); }
.att-reviews__text { margin-top: var(--s-1); color: var(--c-ink); }
