@charset "UTF-8";
/* ==========================================================================
   TRAVELNEST — Pricing
   Loaded after style.css and destination.css: tokens, top bar, breadcrumb,
   page header, the "Four answers" enquiry block and the footer come from those
   two. No hero on this page — it opens on the first section's heading.
   --------------------------------------------------------------------------
   01. Page tweaks and shared section furniture
   02. Where prices start — five regions
   03. What this actually cost — three invoices
   04. Fifteen lines — inside the price and not
   05. Two payments — the ink band
   06. Responsive — 1500 / 1200 / 1000 / 760 / 430
   --------------------------------------------------------------------------
   Authored in fixed pixels at any width (only the nav and footer scale), so
   the values below are literal px.
   ========================================================================== */

/* ==========================================================================
   01. Page tweaks and shared section furniture
   ========================================================================== */

.crumbs--pricing { margin-top: -8px; padding-top: 0; }

.page-pricing .letterhead { gap: 20px; padding: 20px 0 16px; }

/* on dark paper the structural rules soften to 45% */
[data-theme="dark"] .page-pricing .letterhead:not(.letterhead--invert),
[data-theme="dark"] .pstrip,
[data-theme="dark"] .sectrail,
[data-theme="dark"] .trip__head,
[data-theme="dark"] .linecol__head { border-color: rgba(var(--ink-rgb), 0.45); }

[data-theme="dark"] .linecol .linecol__head { border-top-color: var(--accent); }
[data-theme="dark"] .linecol--own .linecol__head { border-top-color: rgba(var(--ink-rgb), 0.45); }

.page-pricing {
  --pr-accent-rule-rgb: 192, 82, 27;
  --ab-panel-accent-rgb: 240, 180, 138;
}

[data-theme="dark"] .page-pricing { --ab-panel-accent-rgb: 226, 102, 31; }

/* the enquiry block is the Europe planner frozen at the 1920 reference */
.page-pricing .planner { --u: 19.2px; }

@media (max-width: 1500px) {
  .page-pricing .planner { --u: 1.28vw; }
}

.startat,
.invoices { padding: 0 0 64px; }

.lines-sec { padding: 0 0 60px; }

/* every section opens the same way: heading pair, script, right-hand note */
.secthead {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0 var(--gutter);
  padding: 42px 0 26px;
}

.invoices .secthead,
.lines-sec .secthead { padding: 34px 0 24px; }

.secthead__stack {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  flex-wrap: wrap;
  min-width: 0;
}

.secthead .display--about { font-size: 92px; }

.secthead .script--about {
  font-size: 66px;
  padding-top: 0;
  padding-bottom: 18px;
}

.secthead__note {
  margin: 0 0 0 auto;
  max-width: 380px;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
  text-align: right;
  opacity: 0.8;
  text-wrap: pretty;
}

/* four figures under each heading */
.pstrip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 var(--gutter) 22px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.22);
}

.pcell2 {
  flex: 1 1 180px;
  display: flex;
  align-items: baseline;
  gap: 11px;
  padding: 13px 20px;
  border-left: 1px solid rgba(var(--ink-rgb), 0.22);
}

.pcell2:first-child { padding-left: 0; border-left: 0; }
.pcell2:last-child { padding-right: 0; }

.pcell2__value {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--accent);
}

.pcell2__label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}

/* every section closes on a rule, a plain-words line and a CTA */
.sectrail {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin: 30px var(--gutter) 0;
  padding-top: 18px;
  border-top: 2px solid var(--ink);
}

.sectrail__text {
  max-width: 700px;
  font-size: 21px;
  font-weight: 500;
  opacity: 0.78;
  text-wrap: pretty;
}

.sectrail__cta {
  margin-left: auto;
  border: 2px solid var(--accent);
  padding: 15px 32px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.16s ease-out, color 0.16s ease-out;
}

.sectrail__cta:hover { background: var(--accent); color: var(--cta-label); }

.sectrail__cta--solid {
  border: 0;
  background: var(--accent);
  padding: 15px 34px;
  color: var(--ab-on-accent-deep);
}

.sectrail__cta--solid:hover { background: var(--ink); color: var(--ab-on-accent); }

/* ==========================================================================
   02. Where prices start — five regions
   ========================================================================== */

.regcards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 0 var(--gutter);
}

.regcard--hot { background: rgba(var(--accent-rgb), 0.05); }

.regcard__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
}

.regcard__shot {
  position: relative;
  display: block;
  height: 470px;
  overflow: hidden;
}

.regcard--hot .regcard__shot {
  outline: 3px solid var(--accent);
  outline-offset: -3px;
}

.regcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.regcard__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.88) 0%, transparent 56%);
  pointer-events: none;
}

.regcard--hot .regcard__scrim {
  background: linear-gradient(to top, rgba(192, 82, 27, 0.92) 0%, rgba(10, 10, 10, 0.25) 52%, transparent 74%);
}

.regcard__top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  pointer-events: none;
}

.regcard__no {
  background: rgba(192, 82, 27, 0.94);
  color: #FFFFFF;
  padding: 4px 11px;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.regcard--hot .regcard__no { background: #FFFFFF; color: var(--accent); }

.regcard__rts {
  margin-left: auto;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #FFFFFF;
  opacity: 0.75;
}

.regcard__cap {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #FFFFFF;
  pointer-events: none;
}

.regcard__name {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.02;
}

.regcard__pricing {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.regcard__price {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: var(--ab-panel-accent);
}

.regcard--hot .regcard__price { color: #FFFFFF; }

.regcard__from {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.8;
}

.regcard__meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-top: 9px;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.regcard--hot .regcard__meta { border-top-color: rgba(255, 255, 255, 0.6); }

.regcard__days {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.8;
}

.regcard__season {
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.75;
}

.regcard__body {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 16px 0 0;
}

.regcard--hot .regcard__body { padding: 16px 14px 14px; }

/* what most people pay, against the region's ceiling */
.rangebar {
  display: flex;
  height: 10px;
}

.rangebar__seg--solid { background: var(--accent); }
.rangebar__seg--mid { background: rgba(var(--accent-rgb), 0.32); }
.rangebar__seg--rest { flex: 1; background: rgba(var(--ink-rgb), 0.12); }

.regcard--eu .rangebar__seg--solid { width: 28%; }
.regcard--eu .rangebar__seg--mid { width: 34%; }
.regcard--asia .rangebar__seg--solid { width: 26%; }
.regcard--asia .rangebar__seg--mid { width: 30%; }
.regcard--africa .rangebar__seg--solid { width: 30%; }
.regcard--africa .rangebar__seg--mid { width: 32%; }
.regcard--americas .rangebar__seg--solid { width: 24%; }
.regcard--americas .rangebar__seg--mid { width: 32%; }
.regcard--islands .rangebar__seg--solid { width: 32%; }
.regcard--islands .rangebar__seg--mid { width: 30%; }

.rangekeys {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.55;
}

.rangekeys__ceiling { margin-left: auto; }

.regcard__line {
  padding-top: 8px;
  border-top: 1px dashed rgba(var(--ink-rgb), 0.35);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0.78;
  text-wrap: pretty;
}

.regcard--hot .regcard__line { border-top-color: rgba(var(--pr-accent-rule-rgb), 0.5); }

/* ==========================================================================
   03. What this actually cost — three invoices
   ========================================================================== */

.invrows {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0 var(--gutter);
}

.trip {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border: 2px solid var(--ab-card-border);
}

.trip--hot {
  border: 3px solid var(--accent);
  background: rgba(var(--accent-rgb), 0.05);
}

.trip__shot {
  position: relative;
  flex: 1 1 560px;
  min-width: min(440px, 100%);
  min-height: 340px;
  overflow: hidden;
}

.trip__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.trip__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.82) 0%, transparent 52%);
  pointer-events: none;
}

.trip--hot .trip__scrim {
  background: linear-gradient(to top, rgba(192, 82, 27, 0.9) 0%, rgba(10, 10, 10, 0.25) 50%, transparent 72%);
}

.trip__tag {
  position: absolute;
  left: 22px;
  top: 20px;
  background: rgba(192, 82, 27, 0.94);
  color: #FFFFFF;
  padding: 4px 12px;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  pointer-events: none;
}

.trip--hot .trip__tag { background: #FFFFFF; color: var(--accent); }

.trip__cap {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #FFFFFF;
  pointer-events: none;
}

.trip__booked {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: var(--ab-panel-accent);
}

.trip--hot .trip__booked { color: #FFFFFF; }
.trip--hot .trip__name { font-weight: 600; }

.trip__name {
  margin: 0;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.02;
}

.trip__sub {
  font-size: 19px;
  font-weight: 500;
  opacity: 0.88;
}

.trip__info {
  flex: 1 1 620px;
  min-width: min(480px, 100%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 24px 26px;
}

.trip__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  padding-bottom: 13px;
  border-bottom: 2px solid var(--ink);
}

.trip--hot .trip__head { border-bottom-color: var(--accent); }

.trip__price {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1;
  color: var(--accent);
}

.trip__pp {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}

.trip__total {
  margin-left: auto;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 26px;
  font-weight: 500;
  opacity: 0.7;
}

/* where each dollar went */
.splitbar {
  display: flex;
  height: 20px;
  margin: 0;
}

.splitbar__seg--1 { background: var(--accent); }
.splitbar__seg--2 { background: rgba(var(--accent-rgb), 0.55); }
.splitbar__seg--3 { background: rgba(var(--accent-rgb), 0.3); }
.splitbar__seg--4 { background: rgba(var(--ink-rgb), 0.15); }

.trip--portugal .splitbar__seg--1 { width: 52%; }
.trip--portugal .splitbar__seg--2 { width: 26%; }
.trip--portugal .splitbar__seg--3 { width: 16%; }
.trip--portugal .splitbar__seg--4 { width: 6%; }
.trip--peru .splitbar__seg--1 { width: 50%; }
.trip--peru .splitbar__seg--2 { width: 19%; }
.trip--peru .splitbar__seg--3 { width: 18%; }
.trip--peru .splitbar__seg--4 { width: 13%; }
.trip--tanzania .splitbar__seg--1 { width: 43%; }
.trip--tanzania .splitbar__seg--2 { width: 25%; }
.trip--tanzania .splitbar__seg--3 { width: 22%; }
.trip--tanzania .splitbar__seg--4 { width: 10%; }

.splits {
  display: flex;
  flex-direction: column;
}

.split {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 7px 0;
  border-bottom: 1px dashed rgba(var(--ink-rgb), 0.4);
}

.trip--hot .split { border-bottom-color: rgba(var(--pr-accent-rule-rgb), 0.5); }

.split:last-child { border-bottom: 0; }

.split__swatch {
  flex: none;
  width: 11px;
  height: 11px;
}

.split__swatch--1 { background: var(--accent); }
.split__swatch--2 { background: rgba(var(--accent-rgb), 0.55); }
.split__swatch--3 { background: rgba(var(--accent-rgb), 0.3); }
.split__swatch--4 { background: rgba(var(--ink-rgb), 0.15); }

.split__label { font-size: 18px; font-weight: 600; }

.split__amount {
  margin-left: auto;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-weight: 500;
  opacity: 0.8;
}

.split__pct {
  flex: none;
  width: 44px;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0.45;
}

.trippay {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(var(--ink-rgb), 0.4);
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.4);
}

.trip--hot .trippay {
  border-top-color: rgba(var(--pr-accent-rule-rgb), 0.5);
  border-bottom-color: rgba(var(--pr-accent-rule-rgb), 0.5);
}

.trippay__cell {
  flex: 1 1 150px;
  display: flex;
  flex-direction: column;
  padding: 11px 16px;
  border-left: 1px solid rgba(var(--ink-rgb), 0.4);
}

.trip--hot .trippay__cell { border-left-color: rgba(var(--pr-accent-rule-rgb), 0.5); }

.trippay__cell:first-child { padding-left: 0; border-left: 0; }
.trippay__cell:last-child { flex: 1 1 210px; padding-right: 0; }

.trippay__value {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.trippay__cell:first-child .trippay__value { color: var(--accent); }

.trippay__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.5;
}

.trip__quote {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: auto 0 0;
}

.trip__words {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0.85;
  text-wrap: pretty;
}

.trip__plus {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ==========================================================================
   04. Fifteen lines — inside the price and not
   ========================================================================== */

.linecols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 54px;
  margin: 0 var(--gutter);
}

.linecol {
  display: flex;
  flex-direction: column;
}

.linecol__head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0;
  padding: 12px 0;
  border-top: 3px solid var(--accent);
  border-bottom: 2px solid var(--ink);
}

.linecol--own .linecol__head { border-top-color: var(--ink); }

.linecol__title {
  margin: 0;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--accent);
}

.linecol--own .linecol__title { color: inherit; }

.linecol__note {
  margin-left: auto;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.5;
}

.ilines,
.olines {
  display: flex;
  flex-direction: column;
}

.iline {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.18);
}

.iline__tick {
  flex: none;
  color: var(--accent);
  font-size: 19px;
  font-weight: 700;
}

.iline__who {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.iline__name {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.15;
}

.iline__sub {
  font-size: 17px;
  font-weight: 500;
  opacity: 0.6;
}

.iline__count {
  margin-left: auto;
  flex: none;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.linecol__foot {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  padding-top: 13px;
}

.linecol__foot-text {
  max-width: 460px;
  font-size: 19px;
  font-weight: 500;
  opacity: 0.72;
  text-wrap: pretty;
}

.linecol__chip {
  margin-left: auto;
  border: 2px solid var(--accent);
  padding: 6px 14px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.oline {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(var(--ink-rgb), 0.18);
}

.oline__dash {
  flex: none;
  font-size: 19px;
  opacity: 0.4;
}

.oline__who {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  width: 100%;
}

.oline__head {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.oline__name {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.15;
}

.oline__price {
  margin-left: auto;
  flex: none;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: var(--accent);
  white-space: nowrap;
}

.oline__why {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  opacity: 0.62;
  text-wrap: pretty;
}

.budgetbar {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 14px 0 0;
  background: var(--ab-panel);
  color: var(--ab-panel-ink);
  padding: 18px 22px;
}

.budgetbar__who {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.budgetbar__label {
  color: var(--ab-panel-accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.budgetbar__note {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.8;
}

.budgetbar__value {
  margin-left: auto;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: var(--ab-panel-accent);
  white-space: nowrap;
}

/* ==========================================================================
   05. Two payments — the ink band
   ========================================================================== */

.pays { padding: 40px var(--gutter) 46px; }

.pays__panel {
  background: var(--ab-panel);
  color: var(--ab-panel-ink);
}

.page-pricing .letterhead--invert {
  margin: 0;
  padding: 14px 30px;
  font-size: 16px;
  border-top: 4px solid var(--ab-panel-accent);
  border-bottom: 1px solid rgba(var(--ab-panel-rgb), 0.25);
}

.page-pricing .letterhead--invert .letterhead__dim { opacity: 0.6; }

.page-pricing .letterhead--invert .letterhead__tag {
  border-width: 1px;
  border-color: rgba(var(--ab-panel-rgb), 0.5);
}

.paysbar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 26px 30px 24px;
}

.paysbar__bar {
  display: flex;
  height: 18px;
  margin: 0;
}

.paysbar__seg--deposit { width: 20%; background: var(--accent); }
.paysbar__seg--balance { width: 80%; background: rgba(240, 180, 138, 0.45); }

.paysbar__keys {
  display: flex;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.paysbar__deposit { width: 20%; color: var(--accent); }
.paysbar__balance { flex: 1; opacity: 0.6; }
.paysbar__zero { opacity: 0.6; }

.paystops-wrap {
  position: relative;
  padding: 4px 30px 26px;
}

.paysrail {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 26px;
  height: 2px;
  background: repeating-linear-gradient(to right, rgba(var(--ab-panel-accent-rgb), 0.7) 0 5px, transparent 5px 17px);
  pointer-events: none;
}

.paysteps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.paystep {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 30px;
}

.paystep + .paystep {
  padding-left: 30px;
  border-left: 1px solid rgba(var(--ab-panel-rgb), 0.3);
}

.paystep__head {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 44px;
  margin: 0;
}

.paystep__no {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--ab-panel-accent);
  border-radius: 50%;
  background: var(--ab-panel);
  color: var(--ab-panel-accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.paystep--pick .paystep__no {
  border: 0;
  background: var(--accent);
  color: var(--ab-on-accent-deep);
}

.paystep__stage {
  background: var(--ab-panel);
  padding-right: 12px;
  color: var(--ab-panel-accent);
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.paystep__figures {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
}

.paystep__figure {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1;
  color: var(--ab-panel-accent);
}

.paystep__label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.paystep__text {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0.85;
  text-wrap: pretty;
}

.paystep__foot {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 4px 0 0;
  padding-top: 12px;
  border-top: 1px dashed rgba(var(--ab-panel-rgb), 0.4);
}

.paystep__foot-label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.55;
}

.paystep__foot-value {
  margin-left: auto;
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.paysfoot {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(var(--ab-panel-rgb), 0.3);
}

.paysfoot__cell {
  flex: 1 1 230px;
  display: flex;
  align-items: baseline;
  gap: 11px;
  margin: 0;
  padding: 18px 24px;
  border-left: 1px solid rgba(var(--ab-panel-rgb), 0.3);
}

.paysfoot__cell:first-child { padding-left: 30px; border-left: 0; }

.paysfoot__value {
  font-family: "Oswald", "Helvetica Neue", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: var(--ab-panel-accent);
}

.paysfoot__label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.75;
}

.paysfoot__act {
  flex: 0 1 auto;
  margin: 0;
  padding: 18px 30px 18px 24px;
  border-left: 1px solid rgba(var(--ab-panel-rgb), 0.3);
}

.paysfoot__cta {
  display: block;
  border: 2px solid var(--ab-panel-cta);
  padding: 13px 28px;
  color: var(--ab-panel-cta);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.16s ease-out, color 0.16s ease-out;
}

.paysfoot__cta:hover { background: var(--ab-panel-cta); color: var(--ab-panel-cta-ink); }

/* ==========================================================================
   06. Responsive
   ========================================================================== */

@media (max-width: 1500px) {
  .secthead .display--about { font-size: 74px; }
  .regcards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1200px) {
  .regcards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .linecols { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .paysteps { grid-template-columns: minmax(0, 1fr); }
  .paysrail { display: none; }
  .paystep,
  .paystep + .paystep {
    padding: 20px 0;
    border-left: 0;
    border-top: 1px dashed rgba(var(--ab-panel-rgb), 0.3);
  }
  .paysteps > .paystep:first-child { padding-top: 0; border-top: 0; }
}

@media (max-width: 1000px) {
  .startat,
  .invoices { padding-bottom: 40px; }
  .lines-sec { padding-bottom: 36px; }

  .secthead,
  .lines-sec .secthead { padding: 26px 0 20px; gap: 14px; }

  .secthead__note {
    margin-left: 0;
    padding-bottom: 0;
    text-align: left;
    font-size: 18px;
  }

  .pcell2 { flex: 1 1 150px; padding: 10px 14px; }
  .pcell2__label { font-size: 14px; }

  .regcard__shot { height: 380px; }

  .trip__info { padding: 20px; }
  .trip__price { font-size: 44px; }
  .trip__name { font-size: 30px; }

  .sectrail { margin-top: 22px; padding-top: 16px; gap: 14px; }
  .sectrail__cta { margin-left: 0; padding: 13px 24px; font-size: 16px; }

  .pays { padding: 26px var(--gutter) 30px; }
  .paysbar { margin: 20px 20px 18px; }
  .paystops-wrap { padding: 4px 20px 20px; }
  .paystep__figure { font-size: 46px; }
  .paysfoot__cell,
  .paysfoot__cell:first-child { flex: 1 1 160px; padding: 14px 16px; border-left: 0; }
  .paysfoot__act { padding: 14px 16px; border-left: 0; }
  .paysfoot__cta { padding: 12px 20px; font-size: 15px; }
}

@media (max-width: 760px) {
  .regcards { grid-template-columns: minmax(0, 1fr); }
  .trip__shot,
  .trip__info { flex: 1 1 100%; min-width: 0; }
  .trip__shot { min-height: 260px; }
  .split__label,
  .oline__name { font-size: 17px; }
  .trippay__cell,
  .trippay__cell:first-child,
  .trippay__cell:last-child { flex: 1 1 100%; padding: 10px 0; border-left: 0; }
}

@media (max-width: 430px) {
  .page-pricing .letterhead__tag { white-space: normal; }

  .secthead .display--about { font-size: clamp(30px, 8.5vw, 48px); }
  .secthead .script--about { font-size: clamp(30px, 9vw, 46px); }

  .paysbar__keys { flex-wrap: wrap; gap: 4px 10px; font-size: 13px; }
  .paysbar__deposit,
  .paysbar__balance { width: auto; flex: none; }
  .page-pricing .letterhead--invert { padding: 12px 16px; font-size: 14px; }
  .trip__price { font-size: 38px; }
  .paystep__figure { font-size: 40px; }
  .budgetbar { padding: 14px 16px; }
  .linecol__chip { margin-left: 0; }
}
