:root {
  --yellow: #ffd400;
  --yellow-deep: #f4c400;
  --ink: #101315;
  --muted: #60676d;
  --paper: #f5f5f2;
  --line: #dcdedc;
  --white: #ffffff;
}

/* Südafrika ist die erste Reise auf der gemeinsamen, datengetriebenen Vorlage. */
.ct-reisevorlage-page .hero { grid-template-columns: 44% 56%; }
.ct-reisevorlage-page .hero-visual > img { object-position: 49% center; }
.ct-reisevorlage-page .hero-actions .button { flex: 1 1 0; min-width: 0; justify-content: center; text-align: center; }
.ct-reisevorlage-page .intro-panorama { height: auto; margin: 0 0 32px; border-radius: 10px; overflow: hidden; }
.ct-reisevorlage-page .intro-panorama img { width: 100%; height: auto; display: block; object-fit: contain; }
.ct-reisevorlage-page .facts-band { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ct-reisevorlage-page .south-africa-stages { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ct-reisevorlage-page .south-africa-stages .stage-body h3,
.ct-reisevorlage-page .south-africa-stages .stage-body p { font-weight: 400 !important; }
.ct-reisevorlage-page .tour-variants { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.ct-reisevorlage-page .tour-variants > span { padding: 10px; border: 1px solid #dadbd8; border-radius: 5px; color: #333; font-size: 13px; font-weight: 400; }
.ct-reisevorlage-page .tour-variants small { display: block; margin-bottom: 3px; color: #777; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ct-reisevorlage-page .price-note { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 24px; padding: 18px 20px; background: #111516; color: white; border-left: 5px solid var(--yellow); }
.ct-reisevorlage-page .price-note strong { font-size: 24px; }
.ct-reisevorlage-page .price-note span { color: #bfc2c2; }
.ct-reisevorlage-page .booking-placeholder { margin: 0; padding: clamp(60px, 8vw, 120px) max(5vw, calc((100vw - 1440px)/2)); background: #111516; color: white; text-align: center; }
.ct-reisevorlage-page .booking-placeholder h2 { max-width: 820px; margin: 10px auto 18px; color: white; font-size: clamp(34px, 4vw, 62px); }
.ct-reisevorlage-page .booking-placeholder > p:last-child { max-width: 780px; margin: 0 auto; color: #bfc2c2; font-size: 18px; line-height: 1.65; }
.ct-reisevorlage-page .ct-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; padding: 28px 5vw; background: #080b0c; color: #bfc2c2; }
.ct-reisevorlage-page .ct-footer a { color: var(--yellow); }

@media (max-width: 1100px) {
  .ct-reisevorlage-page .south-africa-stages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .ct-reisevorlage-page .hero { grid-template-columns: 1fr; }
  .ct-reisevorlage-page .hero-actions { grid-template-columns: 1fr; }
  .ct-reisevorlage-page .south-africa-stages { grid-template-columns: 1fr; }
  .ct-reisevorlage-page .price-note { align-items: flex-start; flex-direction: column; }
}

/* Südafrika 0.2.2 – Lesbarkeit und kompakte Zusatzleistungen. */
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-field-label {
  margin: 3px 0 9px;
  color: #c9cdcf !important;
  font-size: 13px;
  font-weight: 700;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-choice input[type="radio"],
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-sa-form input[type="checkbox"] {
  accent-color: var(--yellow) !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-choice span b,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-person-options h4,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-person-data h4,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-check-list span b,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-check-single span b,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-terms span {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-rental-note b {
  color: var(--yellow) !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-rental-note span {
  color: #f2f4f4 !important;
  opacity: 1 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person {
  padding: 13px 15px !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person h4 {
  margin-bottom: 10px !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person .ct-check-list {
  margin-bottom: 0 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person .ct-check-list label {
  min-height: 54px;
  box-sizing: border-box;
  padding: 10px 12px !important;
  align-items: center;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person .ct-check-list span {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  column-gap: 12px;
  align-items: center;
  width: 100%;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person .ct-check-list span strong {
  color: var(--yellow) !important;
  font-size: 18px;
  white-space: nowrap;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person .ct-check-list span small {
  grid-column: 1 / -1;
  margin-top: 2px;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions {
  display: grid !important;
  grid-template-columns: minmax(150px,.6fr) minmax(230px,1.4fr);
  gap: 10px;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions .ct-form-next,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions .ct-form-submit {
  width: 100%;
  margin-left: 0 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-person-data label,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-person-options label {
  color: #c9cdcf !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-review-grid > div span {
  color: #8f979b !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-review-grid > div b,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-review-grid > div strong {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-cost-note b {
  color: #171b1a !important;
}
@media(max-width:600px){
  body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions{grid-template-columns:minmax(105px,.7fr) minmax(170px,1.3fr)}
  body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person .ct-check-list span{grid-template-columns:1fr auto}
}

/* Südafrika 0.2.0 – fünfstufiges Buchungsformular */
.booking { padding: 80px clamp(20px,6vw,88px); background:#f2f3ef; }
.booking-head { max-width:1200px; margin:0 auto 28px; }
.booking-head h2 { margin:5px 0 0; font-size:clamp(34px,4vw,58px); }
.booking-shell { max-width:1200px; margin:auto; display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:28px; align-items:start; }
.ct-sa-form,.booking-summary { background:#fff; border:1px solid #dde0dc; box-shadow:0 16px 45px rgba(20,28,27,.07); }
.ct-sa-form { padding:28px; }
.ct-form-progress { display:grid; grid-template-columns:repeat(5,1fr); gap:5px; margin-bottom:34px; }
.ct-form-progress button { border:0; background:transparent; padding:0; color:#929796; font:inherit; text-align:center; cursor:default; }
.ct-form-progress b { display:grid; place-items:center; width:34px; height:34px; margin:0 auto 6px; border-radius:50%; background:#e6e8e4; color:#555; }
.ct-form-progress span { font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; }
.ct-form-progress .is-active b,.ct-form-progress .is-done b { background:var(--yellow); color:#111; }
.ct-form-progress .is-active span { color:#171b1a; }
.ct-form-step { display:none; }
.ct-form-step.is-active { display:block; }
.ct-form-title { display:flex; align-items:center; gap:14px; margin-bottom:24px; }
.ct-form-title>span { display:grid; place-items:center; width:42px; height:42px; background:#111; color:var(--yellow); font-weight:900; }
.ct-form-title h3,.ct-form-title p { margin:0; }
.ct-form-title h3 { font-size:24px; }.ct-form-title p { color:#777; font-size:13px; }
.ct-sa-form label { display:flex; flex-direction:column; gap:7px; margin:0 0 18px; font-size:13px; font-weight:800; color:#313635; }
.ct-sa-form input,.ct-sa-form select,.ct-sa-form textarea { width:100%; box-sizing:border-box; border:1px solid #cfd3cf; border-radius:0; background:#fff; color:#1b201f; padding:13px 12px; font:inherit; font-weight:500; }
.ct-inline,.ct-choice-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.ct-choice { position:relative; flex-direction:row!important; align-items:center; padding:17px; border:1px solid #d4d7d3; cursor:pointer; }
.ct-choice input { width:auto; }.ct-choice span,.ct-check-list span,.ct-check-single span { display:flex; flex-direction:column; gap:3px; }.ct-choice small,.ct-check-list small,.ct-check-single small { color:#777; font-weight:500; }
.ct-person-options,.ct-person-data { padding:20px; margin-bottom:18px; background:#f7f8f5; border-left:4px solid var(--yellow); }.ct-person-options h4,.ct-person-data h4 { margin:0 0 17px; }
.ct-check-list { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:16px; }.ct-check-list label,.ct-check-single { flex-direction:row!important; align-items:flex-start; padding:15px; margin:0!important; background:#fff; border:1px solid #d9dcd8; }.ct-check-list input,.ct-check-single input,.ct-terms input { width:auto; margin-top:2px; }
.ct-rental-note,.ct-field-help { padding:14px 16px; background:#edf2ef; color:#565d5a; font-size:13px; line-height:1.6; }
.ct-cost-note { margin-top:20px; padding:17px 19px; background:#fff8d6; border-left:4px solid var(--yellow); }.ct-cost-note p { margin:6px 0 0; color:#555; font-size:13px; line-height:1.6; }
.ct-review-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }.ct-review-grid>div { padding:14px; background:#f4f5f2; }.ct-review-grid span { display:block; color:#777; font-size:11px; text-transform:uppercase; font-weight:800; }.ct-review-grid b { display:block; margin-top:5px; line-height:1.5; }.ct-review-grid .wide { grid-column:1/-1; }
.ct-terms { flex-direction:row!important; align-items:flex-start; margin-top:22px!important; line-height:1.5; }.ct-terms a { color:#8c7000; }
.ct-form-actions { display:flex; justify-content:space-between; gap:12px; margin-top:25px; border-top:1px solid #e2e4e1; padding-top:20px; }.ct-form-actions button { min-height:48px; padding:0 24px; border:0; background:#151918; color:#fff; font-weight:900; cursor:pointer; }.ct-form-actions .ct-form-next,.ct-form-actions .ct-form-submit { margin-left:auto; background:var(--yellow); color:#111; }
.booking-summary { position:sticky; top:20px; padding:25px; }.booking-summary h3 { margin:4px 0 8px; font-size:25px; }.booking-summary>p { color:#6e7472; line-height:1.6; }.summary-row { display:flex; justify-content:space-between; gap:15px; padding:12px 0; border-top:1px solid #e1e3df; font-size:13px; }.summary-row b { white-space:nowrap; }.summary-row.total { margin-top:5px; padding-top:18px; font-size:18px; }.summary-row.total b { color:#9b7b00; font-size:24px; }.contact-card { margin-top:22px; padding:16px; background:#111; color:#fff; }.contact-card small,.contact-card a { display:block; margin:5px 0; }.contact-card a { color:var(--yellow); font-size:12px; }
.ct-booking-confirmation { padding:55px 25px; text-align:center; }.ct-booking-confirmation>span { display:grid; place-items:center; width:54px; height:54px; margin:auto; border-radius:50%; background:var(--yellow); font-size:30px; }.ct-booking-confirmation h3 { font-size:28px; }.ct-booking-confirmation small { display:block; margin-top:18px; color:#666; line-height:1.6; }.ct-form-error { color:#a41717; font-weight:700; }
@media(max-width:900px){.booking-shell{grid-template-columns:1fr}.booking-summary{position:static}.ct-form-progress span{display:none}}
@media(max-width:600px){.booking{padding:55px 14px}.ct-sa-form{padding:18px}.ct-inline,.ct-choice-grid,.ct-check-list,.ct-review-grid{grid-template-columns:1fr}.ct-review-grid .wide{grid-column:auto}.ct-form-actions button{padding:0 16px}}

/* Südafrika 0.2.1 – visuelle Angleichung an das Korsika-Buchungsformular. */
body.ct-reisevorlage-template .ct-reisevorlage-page .booking { background:#0c0f10; color:#fff; padding:clamp(56px,6vw,80px) max(4vw,24px); }
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-head,body.ct-reisevorlage-template .ct-reisevorlage-page .booking-shell{max-width:1320px}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-sa-form { scroll-margin-top:24px; padding:clamp(25px,4vw,45px); background:#181c1e; border:1px solid #34393c; border-radius:12px; color:#fff; }
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-summary { width:auto; background:#181c1e; border:1px solid #34393c; border-radius:12px; color:#fff; }
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-progress { position:relative; gap:10px; margin-bottom:30px; }
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-progress::before { content:""; position:absolute; z-index:0; top:16px; left:10%; right:10%; height:1px; background:#41474a; }
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-progress button { position:relative; z-index:1; color:#7f878b; }
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-progress b { width:32px; height:32px; background:#34393c; color:#9fa5a8; box-shadow:0 0 0 5px #181c1e; }
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-progress .is-active b,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-progress .is-done b{background:var(--yellow);color:#0d0f10}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-progress .is-active span{color:var(--yellow)}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-title { padding-bottom:18px; border-bottom:1px solid #34393c; }
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-title>span { width:36px; height:36px; border-radius:50%; background:var(--yellow); color:#0d0f10; }
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-title h3{color:#fff;font-size:19px}body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-title p{color:#8f979b;font-size:11px}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-sa-form label{color:#c9cdcf}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-sa-form input:not([type="checkbox"]):not([type="radio"]),body.ct-reisevorlage-template .ct-reisevorlage-page .ct-sa-form select,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-sa-form textarea{min-height:48px;border:1px solid #50565a;border-radius:6px;background-color:#101314;color:#fff;padding:10px 42px 10px 14px}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-sa-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffd400' stroke-width='2.5' d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-sa-form input:focus,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-sa-form select:focus,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-sa-form textarea:focus{border-color:var(--yellow);outline:0;box-shadow:0 0 0 3px rgba(255,212,0,.1)}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-choice,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-person-options,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-person-data,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-check-list label,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-check-single,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-terms{background:#101314;border:1px solid #454b4e;border-radius:7px;color:#fff}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-person-options,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-person-data{padding:18px;margin:0 0 18px;border-left:3px solid var(--yellow)}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-choice small,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-check-list small,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-check-single small{color:#8f979b}
body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-showcase{overflow:hidden;display:grid;grid-template-columns:270px 1fr;margin:0 0 20px;border:1px solid #454b4e;border-radius:11px;background:#101415}
body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-image{min-height:315px;padding:15px;background:radial-gradient(circle at 50% 40%,#fff 0%,#e8eef0 58%,#cbd3d6 100%);display:grid;place-items:center}
body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-image img{width:100%;max-height:300px;object-fit:contain}
body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-copy{padding:30px;display:flex;flex-direction:column;justify-content:center}body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-brand{color:var(--yellow);text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.09em}body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-copy h3{margin:0 0 12px;color:#fff;font-size:25px}body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-copy>p:not(.outfit-brand){color:#b3b9bc;font-size:13px;line-height:1.62}
body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-prices div{padding:11px 12px;border:1px solid #3c4346;border-radius:7px;display:flex;flex-direction:column}body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-prices span,body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-prices small{color:#a9afb2;font-size:11px}body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-prices strong{color:#fff;font-size:19px}body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-prices .featured{border-color:var(--yellow);background:rgba(255,212,0,.06)}body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-prices .featured strong{color:var(--yellow)}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-rental-note,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-field-help{background:#111516;border:1px solid #34393c;color:#aeb4b7;border-radius:7px}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-review-grid>div{background:#101314;border:1px solid #34393c;color:#fff}body.ct-reisevorlage-template .ct-reisevorlage-page .ct-review-grid span{color:#8f979b}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions{border-top:1px solid #34393c}body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions button{min-height:54px;border:1px solid #73797c;border-radius:6px;background:transparent;color:#fff;text-transform:uppercase}body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions .ct-form-next,body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions .ct-form-submit{border-color:var(--yellow);background:var(--yellow);color:#0b0d0e}
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-summary>p,body.ct-reisevorlage-template .ct-reisevorlage-page .summary-row span{color:#aeb4b7}body.ct-reisevorlage-template .ct-reisevorlage-page .summary-row{border-color:#34393c}body.ct-reisevorlage-template .ct-reisevorlage-page .summary-row.total span,body.ct-reisevorlage-template .ct-reisevorlage-page .summary-row.total b{color:var(--yellow)}
body.ct-reisevorlage-template .ct-reisevorlage-page .contact-card{display:flex;flex-direction:column;gap:7px;border-radius:8px}body.ct-reisevorlage-template .ct-reisevorlage-page .contact-card a{width:100%;display:grid;grid-template-columns:76px minmax(0,1fr);gap:8px;color:var(--yellow);font-weight:400}body.ct-reisevorlage-template .ct-reisevorlage-page .contact-card a span:last-child{text-align:right;white-space:nowrap}
@media(max-width:700px){body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-showcase{grid-template-columns:1fr}body.ct-reisevorlage-template .ct-reisevorlage-page .outfit-prices{grid-template-columns:1fr}}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
main { overflow: hidden; }

.site-header { height: 82px; padding: 0 clamp(24px, 5vw, 78px); display: flex; align-items: center; gap: 38px; background: #080a0b; color: white; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 210px; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: .82; }
.brand strong { font-size: 21px; letter-spacing: .03em; }
.brand small { margin-top: 8px; color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .285em; padding-left: 1px; }
.brand-mark { width: 46px; height: 32px; position: relative; display: block; }
.brand-mark i { position: absolute; display: block; width: 22px; height: 22px; border-left: 3px solid var(--yellow); border-top: 3px solid var(--yellow); transform: rotate(45deg); top: 9px; }
.brand-mark i:nth-child(1) { left: 0; }
.brand-mark i:nth-child(2) { left: 13px; top: 1px; }
.brand-mark i:nth-child(3) { left: 26px; }
.site-header nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 48px); margin-left: auto; }
.site-header nav a { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; opacity: .86; }
.site-header nav a:hover { color: var(--yellow); opacity: 1; }
.header-cta { margin-left: auto; background: var(--yellow); color: #090a0b; padding: 14px 21px; border-radius: 6px; font-size: 13px; font-weight: 900; text-transform: uppercase; }

.hero { min-height: 675px; background: #0b0e10; color: white; display: grid; grid-template-columns: 48% 52%; }
.hero-copy { padding: clamp(62px, 7vw, 110px) clamp(34px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-copy::after { content: "SÜDAFRIKA"; position: absolute; left: 8%; bottom: 1%; font-size: clamp(80px, 12vw, 180px); font-weight: 950; letter-spacing: -.07em; color: rgba(255,255,255,.025); pointer-events: none; }
.eyebrow { margin: 0 0 16px; color: #c4a500; text-transform: uppercase; letter-spacing: .15em; font-size: 13px; font-weight: 900; }
.hero .eyebrow, .booking .eyebrow { color: var(--yellow); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(48px, 4vw, 68px); line-height: .98; letter-spacing: -.055em; font-weight: 900; text-wrap: balance; hyphens: auto; }
.hero-lead { max-width: 670px; margin: 28px 0 30px; color: #c8cccf; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.hero-meta { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid #34383b; border-bottom: 1px solid #34383b; margin: 0 0 32px; padding: 20px 0; max-width: 660px; }
.hero-meta span { padding: 0 18px; border-left: 1px solid #34383b; display: flex; flex-direction: column; gap: 5px; }
.hero-meta span:first-child { padding-left: 0; border-left: 0; }
.hero-meta b { color: white; font-size: 16px; }
.hero-meta small { color: #969da2; font-size: 12px; }
.hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: center; width: 100%; max-width: 660px; }
.hero-actions .button { width: 100%; min-width: 0; white-space: nowrap; }
.button { min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; font-weight: 900; font-size: 14px; text-transform: uppercase; letter-spacing: .02em; cursor: pointer; }
.button-primary { background: var(--yellow); color: #0b0d0e; box-shadow: 0 9px 25px rgba(255,212,0,.15); }
.button-primary:hover { background: #ffe04a; transform: translateY(-1px); }
.button-ghost { color: white; border-color: #555b5e; }
.button-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.trust-line { margin: 22px 0 0; color: #90979b; font-size: 13px; }
.trust-line span { color: var(--yellow); margin-right: 8px; }
.hero-visual { position: relative; min-height: 600px; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #0b0e10 0%, rgba(11,14,16,.2) 22%, transparent 48%), linear-gradient(0deg, rgba(0,0,0,.25), transparent 45%); }
.hero-visual img { object-fit: cover; }
.hero-badge { position: absolute; z-index: 2; right: clamp(20px, 4vw, 64px); bottom: 40px; width: 178px; height: 178px; background: var(--yellow); color: #0a0c0d; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: 0 22px 70px rgba(0,0,0,.35); }
.hero-badge strong { font-size: 58px; line-height: .8; }
.hero-badge span { margin-top: 12px; font-size: 12px; line-height: 1.3; font-weight: 900; text-transform: uppercase; }

.section { max-width: 1440px; margin: 0 auto; padding: clamp(76px, 8vw, 125px) clamp(24px, 5vw, 72px); }
.section-heading h2, .included h2, .booking h2 { margin: 0; font-size: clamp(38px, 4.2vw, 66px); line-height: 1.03; letter-spacing: -.05em; font-weight: 900; text-wrap: balance; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; align-items: end; margin-bottom: 52px; }
.split-heading > p, .centered-heading > p, .section-intro { color: var(--muted); font-size: 18px; line-height: 1.7; margin: 0; }
.centered-heading { max-width: 860px; margin: 0 auto 52px; text-align: center; }
.centered-heading > p:last-child { margin-top: 20px; }
.highlight-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.highlight-card { background: white; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: 0 14px 40px rgba(16,19,21,.055); transition: .25s ease; }
.highlight-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(16,19,21,.11); }
.highlight-image { position: relative; height: 210px; overflow: hidden; }
.highlight-image img { object-fit: cover; transition: transform .5s ease; }
.highlight-card:nth-child(4) .highlight-image img { object-position: center 18%; }
.highlight-card:hover img { transform: scale(1.035); }
.highlight-image span { position: absolute; top: 14px; left: 14px; width: 36px; height: 36px; background: var(--yellow); color: #0c0e0f; border-radius: 50%; display: grid; place-items: center; font-size: 16px; line-height: 1; font-weight: 900; }
.highlight-body { padding: 24px 22px 26px; }
.highlight-body h3 { margin: 0 0 10px; font-size: 18px; }
.highlight-body p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.facts-band { background: linear-gradient(120deg, #0b0d0e, #1a1e20); color: white; display: grid; grid-template-columns: repeat(5, 1fr); padding: 34px max(4vw, 24px); }
.facts-band div { display: flex; flex-direction: column; align-items: center; gap: 6px; border-left: 1px solid #363b3e; }
.facts-band div:first-child { border-left: 0; }
.facts-band strong { color: var(--yellow); font-size: clamp(30px, 3vw, 46px); line-height: 1; }
.facts-band span { color: #aab0b3; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .09em; }

.stages { max-width: 1500px; padding-bottom: clamp(38px, 4vw, 60px); }
.stage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stage-card { background: white; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: 0 12px 35px rgba(0,0,0,.05); }
.stage-card > summary { list-style: none; cursor: pointer; }
.stage-card > summary::-webkit-details-marker { display: none; }
.stage-card > summary:focus-visible { outline: 3px solid var(--yellow-deep); outline-offset: -3px; }
.stage-image { height: 220px; position: relative; overflow: hidden; }
.stage-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.34)); }
.stage-image img { object-fit: cover; transition: transform .45s ease; }
.stage-card:hover .stage-image img { transform: scale(1.04); }
.stage-image span { position: absolute; z-index: 2; top: 16px; left: 16px; background: var(--yellow); color: #0d1011; padding: 7px 10px; border-radius: 4px; text-transform: uppercase; font-size: 11px; font-weight: 900; }
.stage-image b { position: absolute; z-index: 2; right: 14px; bottom: -10px; color: white; font-size: 72px; line-height: .8; opacity: .8; }
.stage-body { padding: 25px; }
.stage-body h3 { margin: 0 0 9px; font-size: 23px; font-weight: 400; letter-spacing: -.025em; }
.stage-body p { min-height: 63px; margin: 0 0 20px; color: var(--muted); line-height: 1.5; font-size: 14px; }
.stage-stats { border-top: 1px solid var(--line); padding-top: 16px; display: flex; gap: 18px; font-size: 13px; font-weight: 900; }
.stage-stats span:first-child { color: #a08500; }
.stage-action { margin-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #6f5d00; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 900; }
.stage-action b { width: 27px; height: 27px; border-radius: 50%; background: var(--yellow); color: var(--ink); display: grid; place-items: center; font-size: 20px; line-height: 1; transition: transform .25s ease; }
.stage-card[open] .stage-action b { transform: rotate(45deg); }
.stage-description { padding: 24px 25px 28px; border-top: 1px solid var(--line); background: #fffdf1; }
.stage-description h4 { margin: 0 0 13px; font-size: 15px; text-transform: uppercase; letter-spacing: .06em; }
.stage-description p { margin: 0; color: #51585c; font-size: 14px; line-height: 1.68; }
.stage-description p + p { margin-top: 13px; }

.pricing { padding-top: clamp(34px, 4vw, 58px); padding-bottom: clamp(58px, 6vw, 86px); display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(400px, .94fr); gap: clamp(20px, 2.4vw, 32px); align-items: stretch; }
.included { display: flex; flex-direction: column; }
.included h2 { max-width: 720px; }
.section-intro { max-width: 700px; margin: 18px 0 24px; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.included-grid > div { min-height: 46px; display: flex; align-items: center; gap: 9px; background: white; border: 1px solid var(--line); border-radius: 7px; padding: 9px 11px; font-size: 12px; line-height: 1.3; font-weight: 700; }
.included-grid span { flex: 0 0 22px; width: 22px; height: 22px; background: var(--yellow); border-radius: 50%; display: grid; place-items: center; font-size: 11px; }

.guide-compact { scroll-margin-top: 28px; min-width: 0; background: #0c0f10; color: white; border-radius: 13px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 18px 50px rgba(16,19,21,.13); }
.guide-compact-image { position: relative; min-height: 260px; overflow: hidden; }
.guide-compact-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, rgba(0,0,0,.66)); pointer-events: none; }
.guide-compact-image img { object-fit: cover; object-position: center 18%; transform: none; }
.guide-compact-image span { position: absolute; z-index: 2; left: 20px; bottom: 18px; padding: 7px 10px; border-radius: 4px; background: var(--yellow); color: #0d0f10; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 900; }
.guide-compact-content { flex: 1; padding: 22px 22px 21px; display: flex; flex-direction: column; }
.guide-compact-content .eyebrow { margin-bottom: 8px; color: var(--yellow); font-size: 10px; }
.guide-compact-content h3 { margin: 0 0 13px; font-size: 34px; line-height: 1; letter-spacing: -.04em; }
.guide-compact-content > p:not(.eyebrow):not(.guide-compact-signoff) { margin: 0; color: #b8bec1; font-size: 13px; line-height: 1.58; }
.guide-compact-values { margin-top: 17px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.guide-compact-values span { min-height: 34px; padding: 8px 10px; border: 1px solid #343a3d; border-radius: 6px; background: #15191b; color: #adb3b6; font-size: 11px; display: flex; align-items: center; gap: 5px; }
.guide-compact-values b { color: var(--yellow); text-transform: uppercase; letter-spacing: .035em; }
.guide-compact-signoff { margin: auto 0 0; padding-top: 18px; color: var(--yellow); font-size: 13px; font-weight: 900; }

.booking { background: #0c0f10; color: white; padding: clamp(56px, 6vw, 80px) max(4vw, 24px); }
.booking-head { max-width: 1320px; margin: 0 auto 42px; display: grid; grid-template-columns: 1fr; align-items: end; }
.booking-head > p { margin: 0; color: #9aa1a5; font-size: 18px; line-height: 1.7; }
.booking-shell { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr 360px; gap: 18px; align-items: start; }
.form-preview, .booking-summary { background: #181c1e; border: 1px solid #34393c; border-radius: 12px; }
.form-preview { padding: clamp(25px, 4vw, 45px); }
.progress { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; }
.progress::before { content: ""; position: absolute; z-index: 0; top: 16px; left: 10%; right: 10%; height: 1px; background: #41474a; }
.progress button { position: relative; z-index: 1; min-width: 0; padding: 0; border: 0; background: transparent; color: #7f878b; display: flex; flex-direction: column; align-items: center; gap: 8px; cursor: pointer; }
.progress button b { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: #34393c; color: #9fa5a8; font-size: 12px; box-shadow: 0 0 0 5px #181c1e; }
.progress button small { max-width: 100%; overflow: hidden; text-overflow: ellipsis; color: inherit; font-size: 9px; font-weight: 800; line-height: 1.25; text-align: center; text-transform: uppercase; letter-spacing: .035em; white-space: nowrap; }
.progress button.completed b, .progress button.current b { background: var(--yellow); color: #0d0f10; }
.progress button.completed { color: #bcc1c4; }
.progress button.current { color: var(--yellow); }
.progress button:disabled { cursor: default; }
.step-position { margin: 0 0 30px; color: #9da4a7; font-size: 12px; text-align: center; }
.step-panel { min-height: 290px; }
fieldset { border: 0; margin: 0; padding: 26px 0; border-top: 1px solid #34393c; }
fieldset:first-of-type { border-top: 0; padding-top: 0; }
legend { width: 100%; padding: 0 0 17px; font-size: 18px; font-weight: 900; }
.fieldset-intro { margin: -5px 0 18px; color: #9ca3a6; font-size: 13px; line-height: 1.55; }
.outfit-showcase { overflow: hidden; display: grid; grid-template-columns: 270px 1fr; gap: 0; border: 1px solid #454b4e; border-radius: 11px; background: #101415; }
.ct-outfit-showcase { margin: 0 0 20px; }
.outfit-image { min-height: 315px; padding: 15px; background: radial-gradient(circle at 50% 40%, #ffffff 0%, #e8eef0 58%, #cbd3d6 100%); display: grid; place-items: center; }
.outfit-image img { width: 100%; height: auto; max-height: 300px; object-fit: contain; }
.outfit-copy { padding: 30px 30px 27px; display: flex; flex-direction: column; justify-content: center; }
.outfit-brand { margin: 0 0 8px; color: var(--yellow); text-transform: uppercase; letter-spacing: .09em; font-size: 11px; font-weight: 900; }
.outfit-copy h3 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.025em; }
.outfit-copy > p:not(.outfit-brand) { margin: 0; color: #b3b9bc; font-size: 13px; line-height: 1.62; }
.outfit-prices { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.outfit-prices div { min-height: 70px; padding: 11px 12px; border: 1px solid #3c4346; border-radius: 7px; display: flex; flex-direction: column; justify-content: center; gap: 4px; }
.outfit-prices span { color: #9fa6a9; font-size: 11px; }
.outfit-prices strong { color: #fff; font-size: 19px; }
.outfit-prices .featured { border-color: var(--yellow); background: rgba(255,212,0,.06); }
.outfit-prices .featured strong { color: var(--yellow); }
.outfit-prices small { color: #a9afb2; font-size: 9px; }
.outfit-intro { margin: 19px 0 12px; }
.outfit-order-list { display: flex; flex-direction: column; gap: 9px; }
.outfit-order { padding: 14px 15px; border: 1px solid #454b4e; border-radius: 7px; background: #111516; display: grid; grid-template-columns: minmax(145px, .7fr) minmax(220px, 1.3fr) 115px; gap: 12px; align-items: end; }
.outfit-order > div { align-self: center; display: flex; flex-direction: column; gap: 4px; }
.outfit-order > div small { color: #858c90; font-size: 10px; }
.outfit-order label { color: #c9cdcf; font-size: 12px; display: flex; flex-direction: column; gap: 7px; }
.outfit-order select { min-width: 0; min-height: 43px; border: 1px solid #555c60; border-radius: 6px; background: #0b0e0f; color: white; padding: 0 34px 0 11px; font: inherit; cursor: pointer; }
.outfit-order select:focus { border-color: var(--yellow); outline: 2px solid rgba(255,212,0,.12); }
.outfit-order select:disabled { opacity: .42; cursor: not-allowed; }
.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice { border: 1px solid #52585c; border-radius: 7px; padding: 18px; display: flex; gap: 12px; align-items: center; cursor: pointer; }
.choice.active { border-color: var(--yellow); background: rgba(255,212,0,.03); }
.choice input { accent-color: var(--yellow); width: 18px; height: 18px; }
.choice span { display: flex; flex-direction: column; gap: 4px; }
.choice small { color: #999fa3; }
.traveler-select { margin-bottom: 14px; padding: 16px 18px; border: 1px solid #52585c; border-radius: 7px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.traveler-select label { display: flex; flex-direction: column; gap: 4px; }
.traveler-select small, .service-card small, .transfer-choice small { color: #999fa3; }
.traveler-select select, .service-card select { min-height: 44px; border: 1px solid #555c60; border-radius: 6px; background: #101314; color: white; padding: 0 36px 0 12px; font: inherit; cursor: pointer; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field-grid label { color: #c9cdcf; font-size: 13px; display: flex; flex-direction: column; gap: 8px; }
.field-grid input { min-height: 48px; background: #101314; color: white; border: 1px solid #50565a; border-radius: 6px; padding: 0 14px; outline: none; }
.field-grid input:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,212,0,.1); }
.additional-travelers { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.additional-travelers h4 { margin: 0 0 2px; font-size: 14px; }
.additional-traveler { display: grid; grid-template-columns: 32px 1fr 1fr; gap: 12px; align-items: end; }
.additional-traveler > span { width: 32px; height: 48px; border-radius: 6px; background: var(--yellow); color: #0d0f10; display: grid; place-items: center; font-weight: 900; }
.additional-traveler label { color: #c9cdcf; font-size: 13px; display: flex; flex-direction: column; gap: 8px; }
.additional-traveler input { min-height: 48px; background: #101314; color: white; border: 1px solid #50565a; border-radius: 6px; padding: 0 14px; outline: none; }
.additional-traveler input:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,212,0,.1); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-card { min-width: 0; border: 1px solid #52585c; border-radius: 7px; padding: 18px; display: flex; flex-direction: column; gap: 12px; }
.service-card > div:first-child { margin-bottom: 2px; display: flex; flex-direction: column; gap: 4px; }
.service-card > label:not(.transfer-choice) { display: grid; grid-template-columns: 1fr 140px; gap: 12px; align-items: center; color: #c9cdcf; font-size: 13px; }
.transfer-choice { min-height: 56px; border: 1px solid #454b4e; border-radius: 6px; padding: 10px 12px; display: flex; gap: 10px; align-items: center; cursor: pointer; }
.transfer-choice.active { border-color: var(--yellow); background: rgba(255,212,0,.03); }
.transfer-choice input { width: 18px; height: 18px; accent-color: var(--yellow); }
.transfer-choice span { display: flex; flex-direction: column; gap: 3px; }
.form-button { margin-top: 8px; width: 100%; border: 0; }
.form-navigation { margin-top: 22px; display: grid; grid-template-columns: minmax(150px, .6fr) minmax(230px, 1.4fr); gap: 10px; }
.form-navigation.single-action { grid-template-columns: 1fr; }
.form-navigation .button { width: 100%; border-color: #555b5e; }
.form-note { margin: 14px 0 0; text-align: center; color: #737a7e; font-size: 11px; }
.review-panel > p { margin: 0 0 22px; color: #aeb4b7; line-height: 1.55; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.review-grid > div { min-width: 0; background: #101314; border: 1px solid #3d4346; border-radius: 7px; padding: 15px; display: flex; flex-direction: column; gap: 6px; }
.review-grid span { color: #8e9598; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.review-grid strong { overflow-wrap: anywhere; font-size: 14px; }
.review-options { grid-column: 1 / -1; }
.final-price-breakdown { margin-top: 20px; padding: 19px; border: 1px solid #42494c; border-radius: 8px; background: #101314; }
.final-price-breakdown h4 { margin: 0 0 12px; font-size: 15px; }
.final-price-breakdown > div { padding: 10px 0; border-top: 1px solid #343a3d; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; color: #aeb4b7; font-size: 13px; line-height: 1.4; }
.final-price-breakdown b { color: white; white-space: nowrap; }
.review-total { margin: 18px 0; padding: 19px 0; border-top: 1px solid #3d4346; border-bottom: 1px solid #3d4346; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.review-total span { color: #b6bbbe; font-size: 14px; }
.review-total strong { color: var(--yellow); font-size: 28px; white-space: nowrap; }
.review-actions { margin-top: 0; }
.booking-confirmation { min-height: 500px; padding: 44px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.confirmation-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--yellow); color: #0d0f10; display: grid; place-items: center; font-size: 34px; font-weight: 900; box-shadow: 0 0 0 9px rgba(255,212,0,.08); }
.booking-confirmation .eyebrow { margin: 26px 0 8px; }
.booking-confirmation h3 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 42px); }
.booking-confirmation > p:not(.eyebrow) { max-width: 610px; margin: 0; color: #aeb4b7; line-height: 1.65; }
.confirmation-total { width: min(100%, 430px); margin: 26px 0 20px; padding: 18px 20px; border: 1px solid #464d50; border-radius: 8px; background: #101314; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.confirmation-total span { color: #b6bbbe; font-size: 14px; }
.confirmation-total strong { color: var(--yellow); font-size: 28px; white-space: nowrap; }
.booking-confirmation .confirmation-note { max-width: 560px; color: #7f868a; font-size: 12px; }
.booking-confirmation .form-button { max-width: 430px; margin-top: 24px; }
.booking-summary { padding: 30px; position: sticky; top: 22px; }
.booking-summary h3 { font-size: 25px; margin: 0 0 8px; }
.booking-summary > p:not(.eyebrow) { margin: 0 0 25px; color: #9da3a6; line-height: 1.6; }
.summary-row { display: flex; justify-content: space-between; gap: 15px; padding: 17px 0; border-top: 1px solid #363b3e; color: #b5b9bc; font-size: 14px; }
.summary-row b { color: white; }
.summary-row span { min-width: 0; }
.summary-row span small { margin-top: 4px; display: block; color: #737a7e; font-size: 10px; line-height: 1.35; }
.summary-meta { margin: -10px 0 12px; color: #7f868a; font-size: 11px; }
.summary-row.surcharge { padding: 12px 0; color: #8e9598; font-size: 12px; }
.summary-row.surcharge b { color: #c8cccf; }
.summary-row.total { color: var(--yellow); align-items: baseline; }
.summary-row.total b { color: var(--yellow); font-size: 28px; }
.contact-card { margin-top: 18px; padding: 18px; border-radius: 8px; background: #0f1213; display: flex; flex-direction: column; gap: 7px; }
.contact-card small { color: #8e9598; }
.contact-card strong { font-size: 14px; }
.contact-card a { margin-top: 4px; color: var(--yellow); font-weight: 400; }
.contact-card a { width: 100%; min-width: 0; display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: baseline; gap: 8px; font-size: clamp(13px, .9vw, 15px); }
.contact-card a span:last-child { min-width: 0; text-align: right; white-space: nowrap; letter-spacing: -.015em; }
.contact-card a + a { margin-top: 1px; }

.faq { max-width: 1000px; }
.faq-list { display: flex; flex-direction: column; }
.faq details { border-top: 1px solid #cfd2d0; padding: 0; }
.faq details:last-child { border-bottom: 1px solid #cfd2d0; }
.faq summary { list-style: none; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 18px; font-weight: 900; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 28px; font-weight: 400; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -5px 0 26px; max-width: 820px; color: var(--muted); line-height: 1.65; }

footer { background: #080a0b; color: white; padding: 42px clamp(24px, 6vw, 90px); display: flex; align-items: center; gap: 42px; }
.footer-brand { min-width: auto; }
footer p { margin: 0; color: #92999c; font-size: 13px; }
.footer-contact { margin-left: auto; display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
.footer-contact a { width: 270px; color: var(--yellow); font-weight: 900; font-size: 13px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.footer-contact a span:last-child { text-align: right; }

@media (max-width: 1100px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; padding-bottom: 70px; }
  .hero-visual { min-height: 520px; }
  .highlight-grid { grid-template-columns: 1fr 1fr; }
  .stage-grid { grid-template-columns: 1fr 1fr; }
  .pricing { grid-template-columns: 1fr; }
  .guide-compact { display: grid; grid-template-columns: 290px 1fr; }
  .guide-compact-image { min-height: 390px; }
}

@media (max-width: 780px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand { min-width: 0; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 10px; letter-spacing: .25em; }
  .brand-mark { transform: scale(.8); transform-origin: left center; width: 40px; }
  .header-cta { padding: 11px 13px; font-size: 11px; }
  .hero-copy { min-height: auto; padding: 62px 24px 50px; }
  .hero h1 { font-size: clamp(44px, 13vw, 66px); }
  .hero-lead { font-size: 18px; }
  .hero-meta { grid-template-columns: 1fr; }
  .hero-meta span { border-left: 0; border-top: 1px solid #303538; padding: 13px 0; }
  .hero-meta span:first-child { border-top: 0; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 430px; }
  .hero-visual::after { background: linear-gradient(180deg, #0b0e10 0%, transparent 18%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 45%); }
  .hero-badge { width: 132px; height: 132px; bottom: 22px; right: 22px; }
  .hero-badge strong { font-size: 42px; }
  .hero-badge span { font-size: 9px; }
  .section { padding: 75px 20px; }
  .split-heading, .booking-head { grid-template-columns: 1fr; gap: 24px; }
  .highlight-grid, .stage-grid { grid-template-columns: 1fr; }
  .highlight-image { height: 235px; }
  .facts-band { grid-template-columns: 1fr 1fr; gap: 0; padding: 14px 16px; }
  .facts-band div { padding: 20px 8px; border-left: 0; border-top: 1px solid #34393b; }
  .facts-band div:nth-child(odd) { border-right: 1px solid #34393b; }
  .facts-band div:first-child, .facts-band div:nth-child(2) { border-top: 0; }
  .facts-band div:last-child { border-right: 0; }
  .stage-image { height: 220px; }
  .included-grid { grid-template-columns: 1fr; }
  .guide-compact { display: flex; }
  .guide-compact-image { min-height: 320px; }
  .guide-compact-values { grid-template-columns: 1fr; }
  .booking { padding: 56px 18px; }
  .booking-shell { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
  .progress { gap: 5px; }
  .progress button small { display: none; }
  .step-position { margin-bottom: 22px; }
  .choice-row, .field-grid, .review-grid, .service-grid { grid-template-columns: 1fr; }
  .outfit-showcase { grid-template-columns: 1fr; }
  .outfit-image { min-height: 280px; }
  .outfit-copy { padding: 25px 20px; }
  .outfit-prices { gap: 5px; }
  .outfit-prices div { padding: 9px; }
  .outfit-order { grid-template-columns: 1fr; }
  .traveler-select { align-items: flex-start; flex-direction: column; }
  .traveler-select select { width: 100%; }
  .additional-traveler { grid-template-columns: 32px 1fr; }
  .additional-traveler label:last-child { grid-column: 2; }
  .service-card > label:not(.transfer-choice) { grid-template-columns: 1fr; }
  .service-card select { width: 100%; }
  .form-navigation { grid-template-columns: 1fr; }
  .review-options { grid-column: auto; }
  .final-price-breakdown > div { flex-direction: column; gap: 5px; }
  .review-total { align-items: flex-start; flex-direction: column; gap: 8px; }
  footer { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-contact { margin-left: 0; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* WordPress template and Ninja Forms integration */
body.ct-reisevorlage-template { margin: 0 !important; padding: 0 !important; background: var(--paper) !important; }
body.ct-reisevorlage-template .ct-reisevorlage-page { width: 100%; max-width: none; margin: 0; overflow: hidden; font-family: Arial, Helvetica, sans-serif; }
.ct-reisevorlage-page img { display: block; max-width: 100%; }
.ct-reisevorlage-page .hero-visual > img,
.ct-reisevorlage-page .highlight-image > img,
.ct-reisevorlage-page .stage-image > img,
.ct-reisevorlage-page .guide-compact-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ct-reisevorlage-page .guide-compact-image > img { object-position: center 18%; transform: none; }
.ct-reisevorlage-page .highlight-image > img,
.ct-reisevorlage-page .stage-image > img { z-index: 0; }
.ct-reisevorlage-page .site-header a,
.ct-reisevorlage-page footer a { text-decoration: none; }

.ct-reisevorlage-form { scroll-margin-top: 24px; min-height: 520px; }
.ct-reisevorlage-form .nf-form-title,
.ct-reisevorlage-form .nf-before-form-content,
.ct-reisevorlage-form .nf-after-form-content { display: none !important; }
.ct-reisevorlage-form .nf-form-cont,
.ct-reisevorlage-form .nf-form-content { max-width: none !important; margin: 0 !important; padding: 0 !important; }
.ct-reisevorlage-form .nf-field-container { margin-bottom: 15px !important; }
.ct-reisevorlage-form .nf-field-label { margin-bottom: 7px !important; }
.ct-reisevorlage-form .nf-field-label label { color: #c9cdcf !important; font-size: 13px !important; font-weight: 700 !important; }
.ct-reisevorlage-form .ninja-forms-req-symbol { color: var(--yellow) !important; }
.ct-reisevorlage-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.ct-reisevorlage-form select,
.ct-reisevorlage-form textarea { width: 100% !important; min-height: 48px !important; border: 1px solid #50565a !important; border-radius: 6px !important; background: #101314 !important; color: white !important; padding: 10px 14px !important; box-shadow: none !important; font: inherit !important; }
.ct-reisevorlage-form textarea { min-height: 105px !important; resize: vertical; }
.ct-reisevorlage-form input:focus,
.ct-reisevorlage-form select:focus,
.ct-reisevorlage-form textarea:focus { border-color: var(--yellow) !important; outline: 0 !important; box-shadow: 0 0 0 3px rgba(255,212,0,.1) !important; }
.ct-reisevorlage-form input[type="checkbox"],
.ct-reisevorlage-form input[type="radio"] { width: 19px !important; height: 19px !important; accent-color: var(--yellow); }
.ct-reisevorlage-form .list-radio-wrap .nf-field-element ul,
.ct-reisevorlage-form .list-checkbox-wrap .nf-field-element ul { margin: 0 !important; padding: 0 !important; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ct-reisevorlage-form .list-radio-wrap .nf-field-element li,
.ct-reisevorlage-form .list-checkbox-wrap .nf-field-element li { margin: 0 !important; padding: 15px !important; border: 1px solid #50565a; border-radius: 7px; background: #101314; display: flex; align-items: center; gap: 9px; }
.ct-reisevorlage-form .list-radio-wrap label,
.ct-reisevorlage-form .list-checkbox-wrap label { color: white !important; margin: 0 !important; cursor: pointer; }
.ct-reisevorlage-form .checkbox-wrap .nf-field-element { width: 28px !important; }
.ct-reisevorlage-form .checkbox-wrap .nf-field-description { width: calc(100% - 34px) !important; margin: 0 !important; color: #b8bec1; line-height: 1.5; font-size: 13px; }
.ct-reisevorlage-form .checkbox-wrap .nf-field-description[hidden] { display: none !important; }
.ct-reisevorlage-form .checkbox-wrap .nf-field-description a { color: var(--yellow); text-decoration: underline; }
.ct-reisevorlage-form .ct-legal-field { padding: 13px 15px; border: 1px solid #454b4e; border-radius: 7px; background: #111516; }
.ct-reisevorlage-form .ct-legal-field .checkbox-wrap { display: grid !important; grid-template-columns: 24px minmax(0, 1fr); align-items: start; gap: 10px; }
.ct-reisevorlage-form .ct-legal-field .nf-field-label { grid-column: 2; width: auto !important; margin: 0 !important; }
.ct-reisevorlage-form .ct-legal-field .nf-field-label label { display: block; margin: 0 !important; color: #c9cdcf !important; font-size: 13px; font-weight: 400 !important; line-height: 1.55; }
.ct-reisevorlage-form .ct-legal-field .nf-field-label a { color: var(--yellow) !important; text-decoration: underline; }
.ct-reisevorlage-form .ct-legal-field .nf-field-element { grid-column: 1; grid-row: 1; width: 24px !important; margin: 1px 0 0 !important; }
.ct-korsika-step[hidden],
.ct-reisevorlage-form .ct-computed-field { display: none !important; }
.ct-reisevorlage-form .ct-invalid input,
.ct-reisevorlage-form .ct-invalid select,
.ct-reisevorlage-form input[aria-invalid="true"] { border-color: #ff6c63 !important; }

.ct-form-section-heading { margin: 0 0 22px; padding-bottom: 18px; border-bottom: 1px solid #34393c; display: flex; align-items: center; gap: 13px; }
.ct-form-section-heading > span { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; background: var(--yellow); color: #0d0f10; display: grid; place-items: center; font-weight: 900; }
.ct-form-section-heading > div { display: flex; flex-direction: column; gap: 3px; }
.ct-form-section-heading strong { color: white; font-size: 19px; }
.ct-form-section-heading small { color: #8f979b; font-size: 11px; }
.ct-additional-person-heading { margin: 22px 0 8px; padding-top: 16px; border-top: 1px solid #3d4346; color: #fff; font-size: 14px; }

.ct-name-pair,
.ct-contact-pair,
[class*="ct-person-name-pair-"] { grid-template-columns: 1fr; }

.ct-name-pair > .nf-field-container,
.ct-contact-pair > .nf-field-container,
[class*="ct-person-name-pair-"] > .nf-field-container { width: 100%; }

.ct-form-progress { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; margin-bottom: 14px; }
.ct-form-progress::before { content: ""; position: absolute; z-index: 0; top: 16px; left: 10%; right: 10%; height: 1px; background: #41474a; }
.ct-form-progress button { position: relative; z-index: 1; min-width: 0; padding: 0; border: 0; background: transparent; color: #7f878b; display: flex; flex-direction: column; align-items: center; gap: 8px; cursor: pointer; }
.ct-form-progress button b { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: #34393c; color: #9fa5a8; font-size: 12px; box-shadow: 0 0 0 5px #181c1e; }
.ct-form-progress button small { max-width: 100%; overflow: hidden; text-overflow: ellipsis; color: inherit; font-size: 9px; font-weight: 800; line-height: 1.25; text-align: center; text-transform: uppercase; letter-spacing: .035em; white-space: nowrap; }
.ct-form-progress button.completed b,
.ct-form-progress button.current b { background: var(--yellow); color: #0d0f10; }
.ct-form-progress button.completed { color: #bcc1c4; }
.ct-form-progress button.current { color: var(--yellow); }
.ct-form-progress button:disabled { cursor: default; }
.ct-step-position { margin: 0 0 30px; color: #9da4a7; font-size: 12px; text-align: center; }
.ct-step-error { min-height: 20px; margin: 12px 0 0; color: #ff8a82; font-size: 12px; text-align: center; }
.ct-form-navigation { margin-top: 16px; display: grid; grid-template-columns: minmax(150px,.6fr) minmax(230px,1.4fr); gap: 10px; }
.ct-form-navigation.single-action { grid-template-columns: 1fr; }
.ct-form-navigation button { min-height: 54px; padding: 0 22px; border-radius: 6px; border: 1px solid #73797c; background: transparent; color: white; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.ct-form-navigation .ct-next { border-color: var(--yellow); background: var(--yellow); color: #0b0d0e; }
.ct-form-navigation .ct-back:hover { border-color: var(--yellow); color: var(--yellow); }
.ct-form-navigation .ct-next:hover { background: #ffe04a; }
.ct-reisevorlage-form .submit-wrap { margin-top: 0 !important; }
.ct-reisevorlage-form .ct-submit-button { width: 100% !important; min-height: 58px !important; border: 0 !important; border-radius: 6px !important; background: var(--yellow) !important; color: #0b0d0e !important; font-weight: 900 !important; text-transform: uppercase; cursor: pointer; }
.ct-form-navigation .ct-final-submit { min-width: 0; margin: 0 !important; order: 2; }
.ct-form-navigation .ct-back { order: 1; border-color: #73797c !important; }
.ct-form-navigation .ct-next { order: 2; }

body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-navigation > .ct-back,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-navigation > .ct-final-submit,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-navigation > .ct-final-submit .nf-field,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-navigation > .ct-final-submit .submit-wrap,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-navigation > .ct-final-submit .nf-field-element,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-navigation > .ct-final-submit .ct-submit-button {
  box-sizing: border-box !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-navigation > .ct-back,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-navigation > .ct-final-submit .ct-submit-button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 58px !important;
}

.ct-review-summary { color: white; }
.ct-review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ct-review-grid > div { min-width: 0; padding: 14px; border: 1px solid #3d4346; border-radius: 7px; background: #101314; display: flex; flex-direction: column; gap: 5px; }
.ct-review-grid span { color: #8e9598; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.ct-review-grid strong { overflow-wrap: anywhere; color: white; font-size: 13px; font-weight: 400; }
.ct-review-grid .ct-review-wide { grid-column: 1 / -1; }
.ct-review-prices { margin-top: 18px; padding: 16px 18px; border: 1px solid #42494c; border-radius: 8px; background: #101314; }
.ct-review-prices .summary-row { padding: 10px 0; }
.ct-review-prices .summary-row.total { margin-top: 5px; }
.ct-field-pair { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; }
.ct-field-pair > .nf-field-container { min-width: 0; margin: 0 !important; }
.ct-consent-mirror { display: none !important; }
.ct-final-actions { display: grid; grid-template-columns: minmax(150px, .62fr) minmax(240px, 1.38fr); gap: 12px; margin-top: 18px; }
.ct-final-actions > .nf-field-container { margin: 0 !important; }
.ct-final-back { box-sizing: border-box; height: 58px; min-height: 58px; padding: 0 22px; border: 1px solid #42494c; border-radius: 6px; background: #101314; color: white; font-weight: 900; line-height: 1; text-transform: uppercase; cursor: pointer; }

.ct-reisevorlage-form .ct-submit-button { box-sizing: border-box !important; height: 58px !important; padding: 0 22px !important; line-height: 1 !important; }
.ct-booking-confirmation p + p { margin-top: 14px; }
.ct-booking-confirmation strong { color: white; }
.ct-booking-confirmation { min-height: 420px; padding: 48px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ct-booking-confirmation > span { width: 72px; height: 72px; border-radius: 50%; background: var(--yellow); color: #0d0f10; display: grid; place-items: center; font-size: 34px; font-weight: 900; }
.ct-booking-confirmation h3 { margin: 24px 0 10px; color: white; font-size: 32px; }
.ct-booking-confirmation p { max-width: 580px; margin: 0; color: #adb3b6; line-height: 1.65; }
.ct-form-missing { padding: 45px 20px; text-align: center; color: #c9cdcf; }
.ct-form-missing strong { color: var(--yellow); font-size: 20px; }

@media (max-width: 780px) {
  .ct-reisevorlage-form .list-radio-wrap .nf-field-element ul,
  .ct-reisevorlage-form .list-checkbox-wrap .nf-field-element ul,
  .ct-review-grid { grid-template-columns: 1fr; }
  .ct-review-grid .ct-review-wide { grid-column: auto; }
  .ct-field-pair, .ct-final-actions { grid-template-columns: 1fr; }
  .ct-form-progress { gap: 4px; }
  .ct-form-progress button small { display: none; }
  .ct-form-navigation { grid-template-columns: 1fr; }
}

/* Isolation from high-specificity styles in the legacy WordPress theme. */
body.ct-reisevorlage-template .ct-reisevorlage-page {
  background: var(--paper) !important;
  color: var(--ink) !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page h1,
body.ct-reisevorlage-template .ct-reisevorlage-page h2,
body.ct-reisevorlage-template .ct-reisevorlage-page h3,
body.ct-reisevorlage-template .ct-reisevorlage-page h4,
body.ct-reisevorlage-template .ct-reisevorlage-page h5,
body.ct-reisevorlage-template .ct-reisevorlage-page h6 {
  color: inherit !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .site-header,
body.ct-reisevorlage-template .ct-reisevorlage-page .hero,
body.ct-reisevorlage-template .ct-reisevorlage-page .guide-compact,
body.ct-reisevorlage-template .ct-reisevorlage-page .booking,
body.ct-reisevorlage-template .ct-reisevorlage-page footer {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .brand strong,
body.ct-reisevorlage-template .ct-reisevorlage-page .site-header nav a,
body.ct-reisevorlage-template .ct-reisevorlage-page .hero h1,
body.ct-reisevorlage-template .ct-reisevorlage-page .hero-meta b,
body.ct-reisevorlage-template .ct-reisevorlage-page .booking h2,
body.ct-reisevorlage-template .ct-reisevorlage-page .booking h3,
body.ct-reisevorlage-template .ct-reisevorlage-page footer strong {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .brand small,
body.ct-reisevorlage-template .ct-reisevorlage-page .eyebrow,
body.ct-reisevorlage-template .ct-reisevorlage-page .contact-card a,
body.ct-reisevorlage-template .ct-reisevorlage-page .footer-contact a {
  color: var(--yellow) !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .contact-card a,
body.ct-reisevorlage-template .ct-reisevorlage-page .contact-card a:visited,
body.ct-reisevorlage-template .ct-reisevorlage-page .contact-card a:hover,
body.ct-reisevorlage-template .ct-reisevorlage-page .contact-card a span {
  color: var(--yellow) !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-additional-person-heading {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .hero-lead {
  color: #c8cccf !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .hero-meta small,
body.ct-reisevorlage-template .ct-reisevorlage-page .trust-line {
  color: #969da2 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .header-cta,
body.ct-reisevorlage-template .ct-reisevorlage-page .button-primary {
  border-color: transparent !important;
  background: var(--yellow) !important;
  color: #0b0d0e !important;
  text-shadow: none !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .button-ghost {
  border: 1px solid #555b5e !important;
  background: transparent !important;
  color: #fff !important;
  text-shadow: none !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .button-ghost:hover {
  border-color: var(--yellow) !important;
  background: transparent !important;
  color: var(--yellow) !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .hero-actions .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 14px !important;
  line-height: 1.15 !important;
  text-align: center !important;
  vertical-align: middle !important;
  width: 100% !important;
  white-space: nowrap !important;
  position: relative !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .hero-actions .button > span {
  line-height: 1 !important;
  position: absolute !important;
  right: 16px !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-reisevorlage-form .nf-field-label,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-reisevorlage-form .nf-field-label label,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-reisevorlage-form .nf-field-label span {
  color: #c9cdcf !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-summary .summary-row span {
  color: #b5b9bc !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-summary .summary-row b {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-summary .summary-row.total span,
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-summary .summary-row.total b {
  color: var(--yellow) !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-summary .summary-row span small {
  color: #737a7e !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-summary .contact-card strong {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-outfit-showcase,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-outfit-showcase h3 {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-outfit-showcase .outfit-brand,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-outfit-showcase .featured strong {
  color: var(--yellow) !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-outfit-showcase .outfit-copy > p:not(.outfit-brand) {
  color: #b3b9bc !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-outfit-showcase .outfit-prices span,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-outfit-showcase .outfit-prices small {
  color: #a9afb2 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-outfit-showcase .outfit-prices strong {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-outfit-showcase .outfit-prices .featured strong {
  color: var(--yellow) !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .intro,
body.ct-reisevorlage-template .ct-reisevorlage-page .stages,
body.ct-reisevorlage-template .ct-reisevorlage-page .pricing,
body.ct-reisevorlage-template .ct-reisevorlage-page .faq {
  visibility: visible !important;
  opacity: 1 !important;
  color: var(--ink) !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .intro > .section-heading .eyebrow,
body.ct-reisevorlage-template .ct-reisevorlage-page .included > .eyebrow {
  color: #a08500 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .stages > .section-heading .eyebrow,
body.ct-reisevorlage-template .ct-reisevorlage-page .faq > .section-heading .eyebrow {
  color: var(--ink) !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .stage-body h3 {
  font-weight: 400 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .highlight-card .highlight-image span,
body.ct-reisevorlage-template .ct-reisevorlage-page .highlight-card .highlight-body h3,
body.ct-reisevorlage-template .ct-reisevorlage-page .highlight-card .highlight-body p,
body.ct-reisevorlage-template .ct-reisevorlage-page .stage-card .stage-image span,
body.ct-reisevorlage-template .ct-reisevorlage-page .stage-card .stage-image b,
body.ct-reisevorlage-template .ct-reisevorlage-page .stage-card .stage-body h3,
body.ct-reisevorlage-template .ct-reisevorlage-page .stage-card .stage-body p,
body.ct-reisevorlage-template .ct-reisevorlage-page .stage-card .stage-stats,
body.ct-reisevorlage-template .ct-reisevorlage-page .stage-card .stage-action,
body.ct-reisevorlage-template .ct-reisevorlage-page .stage-card .stage-action b,
body.ct-reisevorlage-template .ct-reisevorlage-page .stage-card .stage-description h4,
body.ct-reisevorlage-template .ct-reisevorlage-page .stage-card .stage-description p {
  font-weight: 400 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .guide-compact-content h3 {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .highlight-card:nth-child(4) .highlight-image img {
  object-position: center 18% !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .facts-band,
body.ct-reisevorlage-template .ct-reisevorlage-page .booking,
body.ct-reisevorlage-template .ct-reisevorlage-page footer {
  visibility: visible !important;
  opacity: 1 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .highlight-card,
body.ct-reisevorlage-template .ct-reisevorlage-page .stage-card,
body.ct-reisevorlage-template .ct-reisevorlage-page .included-grid > div {
  color: var(--ink) !important;
}

@media (max-width: 720px) {
  body.ct-reisevorlage-template .ct-reisevorlage-page .contact-card a,
  body.ct-reisevorlage-template .ct-reisevorlage-page .footer-contact a {
    width: 100%;
    gap: 8px;
  }
  body.ct-reisevorlage-template .ct-reisevorlage-page .contact-card a span:last-child {
    white-space: normal;
  }
}

@media (max-width: 420px) {
  body.ct-reisevorlage-template .ct-reisevorlage-page .hero-actions {
    grid-template-columns: 1fr;
  }
}

/* Abschließende reisenspezifische Regeln stehen bewusst nach dem gemeinsamen Kern. */
body.ct-reisevorlage-template .ct-reisevorlage-page .hero { grid-template-columns: 44% 56%; }
body.ct-reisevorlage-template .ct-reisevorlage-page .hero-visual > img { object-position: 49% center; }
body.ct-reisevorlage-template .ct-reisevorlage-page .intro-panorama { height: auto; margin: 0 0 32px; border-radius: 10px; overflow: hidden; }
body.ct-reisevorlage-template .ct-reisevorlage-page .intro-panorama img { width: 100%; height: auto; display: block; object-fit: contain; }
body.ct-reisevorlage-template .ct-reisevorlage-page .facts-band { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.ct-reisevorlage-template .ct-reisevorlage-page .south-africa-stages { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.ct-reisevorlage-template .ct-reisevorlage-page .tour-variants { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
body.ct-reisevorlage-template .ct-reisevorlage-page .tour-variants > span { padding: 10px; border: 1px solid #dadbd8; border-radius: 5px; color: #333; font-size: 13px; font-weight: 400 !important; }
body.ct-reisevorlage-template .ct-reisevorlage-page .tour-variants small { display: block; margin-bottom: 3px; color: #777; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
body.ct-reisevorlage-template .ct-reisevorlage-page .price-note { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-top: 24px; padding: 18px 20px; background: #111516; color: white; border-left: 5px solid var(--yellow); }
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-placeholder { padding: clamp(60px, 8vw, 120px) max(5vw, calc((100vw - 1440px)/2)); background: #111516; color: white; text-align: center; }
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-placeholder h2 { max-width: 820px; margin: 10px auto 18px; color: white; font-size: clamp(34px, 4vw, 62px); }
body.ct-reisevorlage-template .ct-reisevorlage-page .booking-placeholder > p:last-child { max-width: 780px; margin: 0 auto; color: #bfc2c2; font-size: 18px; line-height: 1.65; }
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; padding: 28px 5vw; background: #080b0c; color: #bfc2c2; }
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-footer a { color: var(--yellow); }
@media (max-width: 1100px) { body.ct-reisevorlage-template .ct-reisevorlage-page .south-africa-stages { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
  body.ct-reisevorlage-template .ct-reisevorlage-page .hero { grid-template-columns: 1fr; }
  body.ct-reisevorlage-template .ct-reisevorlage-page .south-africa-stages { grid-template-columns: 1fr; }
  body.ct-reisevorlage-template .ct-reisevorlage-page .price-note { align-items: flex-start; flex-direction: column; }
}

/* Südafrika 0.1.1: robuste Vorschau auf Tablet und Desktop. */
body.ct-reisevorlage-template .ct-reisevorlage-page .hero h1 {
  font-size: clamp(42px, 3.5vw, 62px) !important;
  hyphens: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .hero-actions {
  gap: 12px !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .hero-actions .button {
  min-width: 0 !important;
  padding: 0 30px 0 10px !important;
  font-size: clamp(10px, .86vw, 13px) !important;
  letter-spacing: 0 !important;
  overflow: hidden !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .hero-actions .button-ghost {
  padding-right: 10px !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .price-note strong {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .price-note span {
  color: #c8cccf !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .guide-compact-image img {
  object-position: center 22% !important;
}

@media (max-width: 900px) and (min-width: 761px) {
  body.ct-reisevorlage-template .ct-reisevorlage-page .hero {
    grid-template-columns: 46% 54%;
  }
  body.ct-reisevorlage-template .ct-reisevorlage-page .hero h1 {
    font-size: clamp(38px, 5vw, 48px) !important;
  }
}

/* Südafrika 0.1.5: exakte Bildausschnitte und Korsika-Fußzeile. */
body.ct-reisevorlage-template .ct-reisevorlage-page .intro-panorama {
  aspect-ratio: 16 / 6.4;
  height: auto;
  background: #e9e9e6;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .intro-panorama img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .south-africa-stages .stage-card:nth-child(2) .stage-image img {
  object-position: center 42% !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .south-africa-stages .stage-card:nth-child(10) .stage-image img {
  object-position: center 22% !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .guide-compact-image img {
  object-position: center 18% !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page > footer {
  width: 100%;
  min-height: 132px;
  box-sizing: border-box;
  padding: 36px clamp(24px, 6vw, 90px);
  display: flex;
  align-items: center;
  gap: 42px;
  background: #080a0b !important;
  color: #fff !important;
  overflow: visible;
}
body.ct-reisevorlage-template .ct-reisevorlage-page > footer .footer-brand {
  flex: 0 0 auto;
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page > footer p {
  margin: 0;
  color: #92999c !important;
  font-size: 13px;
}
body.ct-reisevorlage-template .ct-reisevorlage-page > footer .footer-contact {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}
body.ct-reisevorlage-template .ct-reisevorlage-page > footer .footer-contact a {
  width: 270px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--yellow) !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

/* Südafrika 0.1.6: vollständiges Küstenmotiv, Korsika-Zahlen und Footer-Kontrast. */
body.ct-reisevorlage-template .ct-reisevorlage-page .intro-panorama {
  aspect-ratio: 16 / 8.8 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .intro-panorama img {
  object-position: center center !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .facts-band div {
  justify-content: center;
  min-height: 76px;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .facts-band strong {
  color: var(--yellow) !important;
  font-size: clamp(34px, 3.4vw, 52px) !important;
  line-height: 1 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .facts-band span {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .facts-band .fact-star {
  display: inline-block;
  margin-left: .12em;
  color: var(--yellow) !important;
  font-size: .48em;
  font-style: normal;
  line-height: 1;
  vertical-align: .42em;
}
body.ct-reisevorlage-template .ct-reisevorlage-page > footer .footer-contact,
body.ct-reisevorlage-template .ct-reisevorlage-page > footer .footer-contact a {
  opacity: 1 !important;
  visibility: visible !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page > footer .footer-contact a span:first-child {
  color: #fff !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page > footer .footer-contact a span:last-child {
  color: var(--yellow) !important;
}

@media (max-width: 760px) {
  body.ct-reisevorlage-template .ct-reisevorlage-page .intro-panorama { aspect-ratio: 4 / 3; }
  body.ct-reisevorlage-template .ct-reisevorlage-page > footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  body.ct-reisevorlage-template .ct-reisevorlage-page > footer .footer-contact {
    width: 100%;
    margin-left: 0;
    align-items: flex-start;
  }
}

/* Südafrika 0.2.3 – Korsika-Struktur für Schritte 4 und 5. */
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions.single-action {
  grid-template-columns: 1fr 1fr !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions.single-action .ct-form-next {
  grid-column: 2;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions.final-action {
  grid-template-columns: minmax(150px,.6fr) minmax(230px,.85fr) minmax(0,.55fr) !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions.final-action .ct-form-submit {
  grid-column: 2;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person .ct-check-list label {
  height: 76px;
  min-height: 76px;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person .ct-check-list span b {
  min-width: 0;
  color: #fff !important;
  line-height: 1.25;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person .ct-check-list span small {
  overflow: hidden;
  color: #8f979b !important;
  font-size: 10px;
  line-height: 1.35;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-personal-step > .ct-inline {
  grid-template-columns: 1fr 1fr !important;
  column-gap: clamp(28px,7vw,95px);
  row-gap: 4px;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-personal-step > .ct-inline label,
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-second-person .ct-inline label {
  color: #c9cdcf !important;
  font-size: 13px;
  font-weight: 700;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-second-person {
  margin: 22px 0 18px;
  padding: 22px 0 0;
  border-top: 1px solid #34393c;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-second-person h4 {
  margin: 0 0 18px;
  color: #fff !important;
  font-size: 14px;
  text-transform: uppercase;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-second-person .ct-inline {
  grid-template-columns: 1fr 1fr !important;
  column-gap: clamp(28px,7vw,95px);
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-personal-step textarea {
  min-height: 150px !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-personal-step .ct-terms {
  display: grid !important;
  grid-template-columns: 24px minmax(0,1fr);
  gap: 14px;
  margin-top: 22px !important;
  padding: 17px 20px;
  color: #b8bec1 !important;
  font-weight: 400;
  line-height: 1.55;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-personal-step .ct-terms a {
  color: var(--yellow) !important;
  text-decoration: underline;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-review-step .ct-review-grid {
  gap: 12px;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-review-step .ct-review-grid > div {
  min-height: 84px;
  box-sizing: border-box;
  padding: 17px 19px;
  border: 1px solid #3d4346;
  border-radius: 7px;
  background: #101314 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-review-step .ct-review-grid span {
  color: #8f979b !important;
  font-size: 10px;
  letter-spacing: .05em;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-review-step .ct-review-grid b {
  margin-top: 7px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-review-step .ct-cost-note {
  margin-top: 18px;
}
@media(max-width:700px){
  body.ct-reisevorlage-template .ct-reisevorlage-page .ct-personal-step > .ct-inline,
  body.ct-reisevorlage-template .ct-reisevorlage-page .ct-second-person .ct-inline{grid-template-columns:1fr !important}
  body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions.final-action{grid-template-columns:minmax(105px,.7fr) minmax(170px,1.3fr) !important}
  body.ct-reisevorlage-template .ct-reisevorlage-page .ct-form-actions.final-action .ct-form-submit{grid-column:2}
  body.ct-reisevorlage-template .ct-reisevorlage-page .ct-extras-person .ct-check-list span small{white-space:normal}
}

/* Südafrika 0.2.4 – Hinweise und Pflichtfeldmeldung. */
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-rental-note {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 10px 16px;
  align-items: start;
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid rgba(255,213,0,.55) !important;
  border-left: 5px solid var(--yellow) !important;
  background: #171b1c !important;
  color: #d9dddf !important;
  font-size: 14px;
  line-height: 1.6;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-rental-note b {
  color: var(--yellow) !important;
  font-size: 15px;
  white-space: nowrap;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-remarks-field {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  align-self: stretch !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-remarks-field > label {
  display: block !important;
  width: 100% !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-personal-step .ct-remarks-field textarea {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 105px !important;
  height: 105px;
  padding: 10px 14px !important;
  border: 1px solid #50565a !important;
  border-radius: 6px !important;
  background: #101314 !important;
  box-shadow: none !important;
  resize: vertical;
  box-sizing: border-box;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-personal-step .ct-remarks-field textarea:focus {
  border-color: #50565a !important;
  outline: 0 !important;
  box-shadow: none !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-terms-wrap {
  display: block;
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  margin-top: 22px;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-terms-wrap .ct-terms {
  margin-top: 0 !important;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-terms-error {
  margin: 9px 0 0;
  color: #ef4444 !important;
  font-size: 13px;
  font-weight: 700;
}
body.ct-reisevorlage-template .ct-reisevorlage-page .ct-terms-error[hidden] { display: none !important; }
@media(max-width:700px){
  body.ct-reisevorlage-template .ct-reisevorlage-page .ct-rental-note { grid-template-columns:1fr; }
}
