/**
 * One Nation Travel — Cappadocia Tour Builder
 *
 * Standalone planner, product-page CTA, Tour Finder bridge and archive bridge.
 * Component styles are intentionally namespaced to avoid theme/plugin leakage.
 */

/* The canonical Builder owns its hero and H1. Suppress only this page's
   theme-level featured image/title so visitors land directly in the planner. */
body.onat-ctb-page .travel-monster-container-wrap > article > .post-thumbnail,
body.onat-ctb-page .travel-monster-container-wrap > article > .entry-header,
body.onat-ctb-page article:has(#onat-cappadocia-tour-builder) > .post-thumbnail,
body.onat-ctb-page article:has(#onat-cappadocia-tour-builder) > .entry-header {
  display: none !important;
}

body.onat-ctb-page .travel-monster-container-wrap > article > .entry-content-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Keep the global WhatsApp channel available without letting its wide pill
   cover the Builder's primary actions. The page-scoped Builder observer yields
   the compact button while a primary CTA is visible. */
body.onat-ctb-page .onat-global-wa {
  left: max(14px, env(safe-area-inset-left)) !important;
  right: auto !important;
  bottom: max(16px, env(safe-area-inset-bottom)) !important;
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 0s linear 0s;
}

body.onat-ctb-page .onat-global-wa > a {
  width: 56px;
  height: 56px;
  padding: 10px !important;
  border-radius: 50%;
  justify-content: center;
}

body.onat-ctb-page .onat-global-wa .wa-icon {
  width: 36px;
  height: 36px;
}

body.onat-ctb-page .onat-global-wa .wa-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.onat-ctb-page .onat-global-wa.is-ctb-action-visible {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition-delay: 0s, 0s, 180ms;
}

.onat-ctb {
  --ctb-navy-950: #061725;
  --ctb-navy-900: #0a2033;
  --ctb-navy-800: #123149;
  --ctb-ink: #132536;
  --ctb-muted: #61707d;
  --ctb-orange: #bd4a17;
  --ctb-orange-dark: #92340f;
  --ctb-gold: #d7a34b;
  --ctb-teal: #0c6b62;
  --ctb-teal-light: #dff3ee;
  --ctb-canvas: #f5f2ec;
  --ctb-surface: #ffffff;
  --ctb-surface-soft: #fbfaf7;
  --ctb-line: #d9e0e4;
  --ctb-line-strong: #b9c5cc;
  --ctb-success: #14734f;
  --ctb-danger: #b42318;
  --ctb-focus: #126b8f;
  --ctb-font-sans: Inter, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --ctb-font-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --ctb-radius-sm: 10px;
  --ctb-radius-md: 16px;
  --ctb-radius-lg: 24px;
  --ctb-shadow-sm: 0 8px 24px rgba(6, 23, 37, 0.08);
  --ctb-shadow-lg: 0 24px 70px rgba(6, 23, 37, 0.15);
  --ctb-shell: 1180px;
  --ctb-gutter: clamp(16px, 4vw, 48px);

  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  min-width: 0;
  margin-inline: -50vw;
  overflow-x: clip;
  color: var(--ctb-ink);
  background:
    radial-gradient(circle at 8% 34%, rgba(215, 163, 75, 0.1), transparent 25rem),
    var(--ctb-canvas);
  font-family: var(--ctb-font-sans);
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
  isolation: isolate;
  container: onat-ctb / inline-size;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.onat-ctb[data-mode="embedded"],
.onat-ctb.is-embedded {
  left: auto;
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  border-radius: var(--ctb-radius-lg);
}

.onat-ctb,
.onat-ctb *,
.onat-ctb *::before,
.onat-ctb *::after,
.onat-ctb-product-card,
.onat-ctb-product-card *,
.onat-ctb-product-card *::before,
.onat-ctb-product-card *::after,
.onat-ctb-finder-bridge,
.onat-ctb-finder-bridge *,
.onat-ctb-finder-bridge *::before,
.onat-ctb-finder-bridge *::after {
  box-sizing: border-box;
}

.onat-ctb [hidden],
.onat-ctb-product-card [hidden],
.onat-ctb-finder-bridge [hidden] {
  display: none !important;
}

.onat-ctb :where(h1, h2, h3, h4, p, ul, ol, dl, dd, fieldset, legend),
.onat-ctb-product-card :where(h2, h3, h4, p, ul),
.onat-ctb-finder-bridge :where(h2, h3, h4, p, ul) {
  margin-top: 0;
}

.onat-ctb :where(button, input, select, textarea),
.onat-ctb-product-card :where(button, input, select, textarea),
.onat-ctb-finder-bridge :where(button, input, select, textarea) {
  font: inherit;
}

.onat-ctb :where(a, button, input, select, textarea):focus-visible,
.onat-ctb-product-card :where(a, button, input, select, textarea):focus-visible,
.onat-ctb-finder-bridge :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--ctb-focus, #126b8f);
  outline-offset: 3px;
}

.onat-ctb .screen-reader-text,
.onat-ctb-product-card .screen-reader-text,
.onat-ctb-finder-bridge .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.onat-ctb .ctb-shell {
  width: min(var(--ctb-shell), calc(100% - (var(--ctb-gutter) * 2)));
  min-width: 0;
  margin-inline: auto;
}

.onat-ctb > .ctb-shell,
.onat-ctb .ctb-shell:has(> .ctb-main) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
  padding-block: clamp(26px, 4vw, 54px) clamp(48px, 7vw, 88px);
}

/* Hero */

.onat-ctb .ctb-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-color: var(--ctb-navy-950);
  background-position: center 48%;
  background-size: cover;
  isolation: isolate;
}

.onat-ctb .ctb-hero[data-ctb-hero-source="fallback"] {
  background-image: url("https://www.onenationtravel.com/wp-content/uploads/2026/02/one-nation-travel-cappadocia-tours.webp");
}

.onat-ctb .ctb-hero[data-ctb-hero-source="featured"] {
  background-image: none;
}

.onat-ctb .ctb-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center 48%;
  pointer-events: none;
}

.onat-ctb .ctb-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 86% 16%, rgba(215, 163, 75, 0.2), transparent 24rem),
    linear-gradient(
      90deg,
      rgba(6, 23, 37, 0.97) 0%,
      rgba(6, 23, 37, 0.91) 42%,
      rgba(10, 32, 51, 0.79) 100%
    );
  pointer-events: none;
}

.onat-ctb .ctb-hero::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  mask-image: linear-gradient(to right, transparent, #000 35%, #000);
}

.onat-ctb .ctb-hero::after {
  position: absolute;
  right: -7rem;
  bottom: -12rem;
  z-index: 2;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  box-shadow:
    0 0 0 3rem rgba(255, 255, 255, 0.025),
    0 0 0 7rem rgba(255, 255, 255, 0.018);
  content: "";
  pointer-events: none;
}

.onat-ctb .ctb-hero > .ctb-shell {
  position: relative;
  z-index: 1;
  display: block;
  padding-block: clamp(48px, 8vw, 92px) clamp(46px, 7vw, 78px);
}

.onat-ctb .ctb-hero :where(h1, h2) {
  max-width: 850px;
  margin-bottom: clamp(14px, 2vw, 22px);
  color: #ffffff;
  font-family: var(--ctb-font-display);
  font-size: clamp(2.35rem, 5.2vw, 4.8rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.onat-ctb .ctb-hero p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.65;
}

.onat-ctb .ctb-hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(var(--ctb-shell), calc(100% - (var(--ctb-gutter) * 2)));
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-width: 0;
  padding-block: clamp(52px, 8vw, 102px) clamp(50px, 7vw, 86px);
  margin-inline: auto;
}

.onat-ctb .ctb-hero-copy,
.onat-ctb .ctb-hero-proof {
  min-width: 0;
}

.onat-ctb .ctb-hero-copy > .ctb-btn {
  margin-top: 27px;
}

.onat-ctb .ctb-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.onat-ctb .ctb-hero-tags > span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.3;
  backdrop-filter: blur(8px);
}

.onat-ctb .ctb-hero-proof {
  padding: clamp(23px, 3.5vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--ctb-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(13px);
}

.onat-ctb .ctb-hero-proof > strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-family: var(--ctb-font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.18;
}

.onat-ctb .ctb-hero-proof > span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.91rem;
  line-height: 1.55;
}

.onat-ctb .ctb-hero-proof ul {
  display: grid;
  gap: 10px;
  padding: 19px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.onat-ctb .ctb-hero-proof li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 650;
}

.onat-ctb .ctb-hero-proof li::before {
  position: absolute;
  left: 0;
  color: #73d4c3;
  font-weight: 900;
  content: "✓";
}

.onat-ctb .ctb-hero :where(.ctb-eyebrow, [data-eyebrow]) {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #f3c473;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.onat-ctb .ctb-hero :where(.ctb-eyebrow, [data-eyebrow])::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

/* Main form and support column */

.onat-ctb .ctb-main {
  min-width: 0;
  padding: clamp(20px, 4vw, 42px);
  border: 1px solid rgba(10, 32, 51, 0.1);
  border-radius: var(--ctb-radius-lg);
  background: var(--ctb-surface);
  box-shadow: var(--ctb-shadow-lg);
}

.onat-ctb .ctb-panel,
.onat-ctb .ctb-form {
  min-width: 0;
}

.onat-ctb .ctb-base-product {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  margin-bottom: 25px;
  border: 1px solid #c6ddd8;
  border-radius: 14px;
  background: linear-gradient(120deg, #edf9f6, #ffffff);
  box-shadow: inset 4px 0 0 var(--ctb-teal);
}

.onat-ctb .ctb-base-product > span {
  color: var(--ctb-teal);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.onat-ctb .ctb-base-product > strong {
  color: var(--ctb-navy-900);
  font-size: 1rem;
  line-height: 1.35;
}

.onat-ctb .ctb-base-product > small {
  color: var(--ctb-muted);
  font-size: 0.79rem;
  line-height: 1.45;
}

.onat-ctb .ctb-main > :last-child,
.onat-ctb .ctb-aside > :last-child,
.onat-ctb .ctb-step > :last-child,
.onat-ctb .ctb-conditional > :last-child,
.onat-ctb .ctb-success > :last-child {
  margin-bottom: 0;
}

.onat-ctb .ctb-aside {
  position: sticky;
  top: clamp(16px, 2vw, 28px);
  min-width: 0;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(10, 32, 51, 0.12);
  border-radius: var(--ctb-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(251, 250, 247, 0.97));
  box-shadow: var(--ctb-shadow-sm);
}

.onat-ctb .ctb-aside :where(h2, h3) {
  margin-bottom: 12px;
  color: var(--ctb-navy-900);
  font-family: var(--ctb-font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.2;
}

.onat-ctb .ctb-aside p {
  margin-bottom: 16px;
  color: var(--ctb-muted);
  font-size: 0.94rem;
}

.onat-ctb .ctb-aside ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
}

.onat-ctb .ctb-aside li {
  position: relative;
  min-width: 0;
  padding-left: 27px;
  overflow-wrap: anywhere;
}

.onat-ctb .ctb-aside li::before {
  position: absolute;
  top: 0.18em;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ctb-teal);
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
  content: "✓";
  place-items: center;
}

/* Progress */

.onat-ctb .ctb-progress {
  display: flex;
  width: 100%;
  padding: 0 0 clamp(24px, 4vw, 36px);
  margin: 0 0 clamp(24px, 4vw, 38px);
  border-bottom: 1px solid var(--ctb-line);
  counter-reset: ctb-progress;
  list-style: none;
}

.onat-ctb .ctb-progress > * {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 40px 5px 0;
  color: var(--ctb-muted);
  font-size: clamp(0.68rem, 1.3vw, 0.78rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
  counter-increment: ctb-progress;
}

.onat-ctb .ctb-progress > *::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 30px;
  height: 30px;
  border: 2px solid var(--ctb-line-strong);
  border-radius: 50%;
  color: var(--ctb-muted);
  background: var(--ctb-surface);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  content: counter(ctb-progress);
  transform: translateX(-50%);
  place-items: center;
}

.onat-ctb .ctb-progress > *::after {
  position: absolute;
  top: 14px;
  right: 50%;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: var(--ctb-line);
  content: "";
}

.onat-ctb .ctb-progress > *:first-child::after {
  content: none;
}

.onat-ctb .ctb-progress > :where(.is-current, [aria-current="step"]) {
  color: var(--ctb-navy-900);
}

.onat-ctb .ctb-progress > :where(.is-current, [aria-current="step"])::before {
  border-color: var(--ctb-orange);
  color: #ffffff;
  background: var(--ctb-orange);
  box-shadow: 0 0 0 5px rgba(189, 74, 23, 0.13);
}

.onat-ctb .ctb-progress > .is-complete {
  color: var(--ctb-teal);
}

.onat-ctb .ctb-progress > .is-complete::before {
  border-color: var(--ctb-teal);
  color: #ffffff;
  background: var(--ctb-teal);
  content: "✓";
}

.onat-ctb .ctb-progress > .is-complete::after {
  background: var(--ctb-teal);
}

.onat-ctb .ctb-progress[role="progressbar"] {
  position: relative;
  display: block;
  height: 8px;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: var(--ctb-line);
}

.onat-ctb .ctb-progress[role="progressbar"]::before {
  display: block;
  width: var(--ctb-progress, 25%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ctb-orange), var(--ctb-gold));
  content: "";
  transition: width 300ms ease;
}

.onat-ctb .ctb-progress[role="progressbar"] > * {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.onat-ctb .ctb-step-status {
  margin: 13px 0 28px;
  color: var(--ctb-muted);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.onat-ctb .ctb-progress progress {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  accent-color: var(--ctb-orange);
}

/* Steps and field controls */

.onat-ctb .ctb-step {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  animation: ctb-step-in 280ms ease both;
}

.onat-ctb .ctb-step-head {
  margin-bottom: clamp(23px, 4vw, 34px);
}

.onat-ctb .ctb-step-head > span {
  display: block;
  margin-bottom: 7px;
  color: var(--ctb-orange);
  font-size: 0.71rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.onat-ctb .ctb-step-head h2 {
  margin-bottom: 10px;
  color: var(--ctb-navy-900);
  font-family: var(--ctb-font-display);
  font-size: clamp(1.85rem, 4vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.onat-ctb .ctb-step-head p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--ctb-muted);
}

.onat-ctb .ctb-fieldset {
  min-width: 0;
  padding: 0;
  margin: 0 0 clamp(24px, 4vw, 34px);
  border: 0;
}

.onat-ctb .ctb-fieldset > legend {
  width: 100%;
  padding: 0;
  margin-bottom: 12px;
  color: var(--ctb-navy-900);
  font-size: 0.95rem;
  font-weight: 820;
  line-height: 1.35;
}

.onat-ctb .ctb-field,
.onat-ctb .ctb-child-ages {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin-top: 18px;
}

.onat-ctb .ctb-duration-separator {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 17px 0 10px;
  color: var(--ctb-muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.onat-ctb .ctb-duration-separator::after {
  flex: 1;
  height: 1px;
  background: var(--ctb-line);
  content: "";
}

.onat-ctb .ctb-child-ages {
  padding: 17px;
  border: 1px solid var(--ctb-line);
  border-radius: var(--ctb-radius-md);
  background: var(--ctb-surface-soft);
}

.onat-ctb [data-child-age-fields],
.onat-ctb .ctb-preference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.onat-ctb .ctb-date-fields {
  margin-top: 16px;
}

.onat-ctb [data-child-age-fields] > div,
.onat-ctb .ctb-preference-grid > div {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.onat-ctb .ctb-private-options {
  padding: clamp(17px, 3vw, 25px);
  margin: 0 0 28px;
  border: 1px solid #c7ddd8;
  border-radius: var(--ctb-radius-lg);
  background: linear-gradient(140deg, #f3fbf9, #ffffff);
  box-shadow: inset 4px 0 0 var(--ctb-teal);
}

.onat-ctb .ctb-private-options > .ctb-fieldset:last-child {
  margin-bottom: 0;
}

.onat-ctb .ctb-step:not([hidden]) + .ctb-step:not([hidden]) {
  margin-top: clamp(26px, 4vw, 40px);
}

.onat-ctb .ctb-step > :where(h2, legend) {
  width: 100%;
  margin-bottom: 9px;
  color: var(--ctb-navy-900);
  font-family: var(--ctb-font-display);
  font-size: clamp(1.75rem, 3.8vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.onat-ctb .ctb-step > :where(p, .ctb-step-description) {
  max-width: 720px;
  margin-bottom: clamp(20px, 3vw, 30px);
  color: var(--ctb-muted);
}

.onat-ctb :where(label, .ctb-field-label) {
  color: var(--ctb-navy-900);
  font-size: 0.91rem;
  font-weight: 700;
}

.onat-ctb :where(input:not([type="radio"]):not([type="checkbox"]), select, textarea) {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid var(--ctb-line-strong);
  border-radius: var(--ctb-radius-sm);
  color: var(--ctb-ink);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(6, 23, 37, 0.03);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.onat-ctb textarea {
  min-height: 122px;
  resize: vertical;
}

.onat-ctb :where(input, select, textarea)::placeholder {
  color: #7c8993;
  opacity: 1;
}

.onat-ctb :where(input:not([type="radio"]):not([type="checkbox"]), select, textarea):focus {
  border-color: var(--ctb-focus);
  box-shadow: 0 0 0 4px rgba(18, 107, 143, 0.12);
}

.onat-ctb :where(input, select, textarea)[aria-invalid="true"] {
  border-color: var(--ctb-danger);
  background: #fff9f8;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.1);
}

.onat-ctb :where(input, select, textarea):disabled {
  color: #77838c;
  background: #eef1f2;
  cursor: not-allowed;
  opacity: 0.8;
}

.onat-ctb :where(input[type="radio"], input[type="checkbox"]) {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--ctb-orange);
}

.onat-ctb :where(.ctb-help, .ctb-field-help, .ctb-error) {
  display: block;
  margin-top: 7px;
  color: var(--ctb-muted);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.45;
}

.onat-ctb .ctb-email-suggestion {
  padding: 12px 13px;
  margin-top: 9px;
  border: 1px solid #edc47f;
  border-radius: var(--ctb-radius-sm);
  color: #51350d;
  background: #fff9ec;
  box-shadow: 0 5px 16px rgba(102, 66, 10, 0.07);
}

.onat-ctb .ctb-email-suggestion[hidden] {
  display: none;
}

.onat-ctb .ctb-email-suggestion p {
  margin: 0;
  color: inherit;
  font-size: 0.84rem;
  line-height: 1.45;
}

.onat-ctb .ctb-email-suggestion strong {
  color: var(--ctb-navy-900);
  overflow-wrap: anywhere;
}

.onat-ctb .ctb-email-suggestion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.onat-ctb .ctb-email-suggestion button {
  width: auto;
  max-width: 100%;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid #bf8a34;
  border-radius: 9px;
  color: #57390c;
  background: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  white-space: normal;
  cursor: pointer;
}

.onat-ctb .ctb-email-suggestion button:first-child {
  border-color: var(--ctb-navy-800);
  color: #ffffff;
  background: var(--ctb-navy-800);
}

.onat-ctb .ctb-email-suggestion button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(30, 47, 55, 0.12);
}

.onat-ctb .ctb-email-suggestion button:focus-visible {
  outline: 3px solid var(--ctb-focus);
  outline-offset: 3px;
}

.onat-ctb .ctb-required-choice {
  padding: 10px 12px;
  margin: 0 0 14px;
  border-left: 3px solid var(--ctb-orange);
  border-radius: 0 var(--ctb-radius-sm) var(--ctb-radius-sm) 0;
  color: var(--ctb-navy-900);
  background: #fff7f0;
}

.onat-ctb .ctb-required-choice strong {
  font-weight: 850;
}

.onat-ctb :where(.ctb-error, [role="alert"]) {
  color: var(--ctb-danger);
}

/* Tour, route and upgrade choices */

.onat-ctb .ctb-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 17px);
  min-width: 0;
}

.onat-ctb .ctb-choice-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.onat-ctb .ctb-choice-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.onat-ctb .ctb-choice-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.onat-ctb .ctb-duration-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.onat-ctb .ctb-choice-grid[data-columns="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.onat-ctb .ctb-choice-featured {
  border-color: rgba(189, 74, 23, 0.38);
  background:
    linear-gradient(145deg, rgba(255, 248, 243, 0.92), var(--ctb-surface-soft));
}

.onat-ctb .ctb-choice {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-content: start;
  align-items: start;
  min-width: 0;
  min-height: 94px;
  padding: clamp(15px, 2vw, 19px);
  overflow: hidden;
  border: 1px solid var(--ctb-line);
  border-radius: var(--ctb-radius-md);
  color: var(--ctb-ink);
  background: var(--ctb-surface-soft);
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
  overflow-wrap: anywhere;
}

.onat-ctb .ctb-choice::after {
  position: absolute;
  right: -24px;
  bottom: -30px;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(189, 74, 23, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.onat-ctb .ctb-choice:hover {
  border-color: rgba(189, 74, 23, 0.65);
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(6, 23, 37, 0.09);
  transform: translateY(-2px);
}

.onat-ctb .ctb-choice:focus-visible,
.onat-ctb .ctb-choice:focus-within {
  outline: 3px solid var(--ctb-focus);
  outline-offset: 3px;
}

.onat-ctb .ctb-choice:has(input:focus-visible) input {
  outline: none;
}

.onat-ctb .ctb-choice:where(.is-selected, [aria-pressed="true"]),
.onat-ctb .ctb-choice:has(input:checked) {
  border-color: var(--ctb-orange);
  background: #fff8f3;
  box-shadow:
    0 0 0 2px rgba(189, 74, 23, 0.12),
    0 12px 30px rgba(6, 23, 37, 0.08);
}

.onat-ctb .ctb-choice:where(.is-disabled, [aria-disabled="true"]),
.onat-ctb .ctb-choice:has(input:disabled) {
  filter: grayscale(0.4);
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

.onat-ctb .ctb-choice :where(strong, h3, h4) {
  display: block;
  margin: 0 0 4px;
  color: var(--ctb-navy-900);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.3;
}

.onat-ctb .ctb-choice :where(p, small, span) {
  min-width: 0;
}

.onat-ctb .ctb-choice small {
  display: block;
  color: var(--ctb-muted);
  font-size: 0.79rem;
  font-weight: 520;
  line-height: 1.42;
}

.onat-ctb .ctb-choice p {
  margin-bottom: 0;
  color: var(--ctb-muted);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.45;
}

.onat-ctb .ctb-choice :where(img, svg) {
  max-width: 100%;
}

.onat-ctb .ctb-choice :where(.ctb-choice-icon, [data-choice-icon]) {
  display: grid;
  width: 38px;
  height: 38px;
  grid-column: 1;
  border-radius: 11px;
  color: var(--ctb-orange);
  background: rgba(189, 74, 23, 0.09);
  place-items: center;
}

/* Conditional questions */

.onat-ctb .ctb-conditional {
  position: relative;
  min-width: 0;
  padding: clamp(16px, 3vw, 24px);
  margin-top: clamp(18px, 3vw, 28px);
  border: 1px solid #c7ddd8;
  border-radius: var(--ctb-radius-md);
  background: linear-gradient(135deg, #f3fbf9, #ffffff);
  box-shadow: inset 4px 0 0 var(--ctb-teal);
  animation: ctb-reveal 220ms ease both;
}

.onat-ctb .ctb-conditional :where(h3, legend) {
  margin-bottom: 8px;
  color: var(--ctb-navy-900);
  font-family: var(--ctb-font-display);
  font-size: clamp(1.22rem, 2.5vw, 1.55rem);
  line-height: 1.25;
}

.onat-ctb .ctb-conditional p {
  margin-bottom: 16px;
  color: var(--ctb-muted);
  font-size: 0.9rem;
}

/* Selected itinerary / estimate */

.onat-ctb .ctb-result-card {
  position: relative;
  min-width: 0;
  padding: clamp(20px, 3.5vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(215, 163, 75, 0.42);
  border-radius: var(--ctb-radius-lg);
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 163, 75, 0.25), transparent 13rem),
    linear-gradient(145deg, var(--ctb-navy-950), var(--ctb-navy-800));
  box-shadow: 0 18px 46px rgba(6, 23, 37, 0.2);
}

.onat-ctb .ctb-result-card::after {
  position: absolute;
  right: -42px;
  bottom: -74px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.onat-ctb .ctb-result-card :where(h2, h3, h4) {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: var(--ctb-font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.18;
}

.onat-ctb .ctb-result-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.77);
}

.onat-ctb .ctb-result-card dl {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 18px;
  margin-bottom: 0;
}

.onat-ctb .ctb-result-card dt {
  min-width: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}

.onat-ctb .ctb-result-card dd {
  min-width: 0;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  text-align: right;
  overflow-wrap: anywhere;
}

.onat-ctb .ctb-result-card :where(a, .ctb-result-link) {
  position: relative;
  z-index: 1;
  color: #f5c778;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Cappadocia pickup areas */

.onat-ctb .ctb-place-groups {
  display: grid;
  gap: clamp(16px, 3vw, 24px);
  min-width: 0;
}

.onat-ctb .ctb-place-groups > :where(section, fieldset, div):not(.ctb-place-card) {
  min-width: 0;
  padding: clamp(15px, 2.5vw, 22px);
  border: 1px solid var(--ctb-line);
  border-radius: var(--ctb-radius-md);
  background: var(--ctb-surface-soft);
}

.onat-ctb .ctb-place-groups > :where(section, fieldset, div):has(> .ctb-place-card),
.onat-ctb :where(.ctb-place-grid, [data-place-grid]) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.onat-ctb .ctb-place-groups > :where(section, fieldset, div):has(> .ctb-place-card) > :not(.ctb-place-card) {
  grid-column: 1 / -1;
}

.onat-ctb .ctb-place-groups :where(h3, legend) {
  width: 100%;
  margin-bottom: 10px;
  color: var(--ctb-navy-900);
  font-family: var(--ctb-font-display);
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.3;
}

.onat-ctb .ctb-place-card {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
  min-height: 58px;
  padding: 13px;
  border: 1px solid var(--ctb-line);
  border-radius: 12px;
  color: var(--ctb-ink);
  background: #ffffff;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
  overflow-wrap: anywhere;
}

.onat-ctb .ctb-place-card > label {
  display: flex;
  flex: 1 1 190px;
  gap: 10px;
  align-items: flex-start;
  min-width: 0;
  cursor: pointer;
}

.onat-ctb .ctb-place-card > label small {
  display: block;
  margin-top: 3px;
  color: var(--ctb-muted);
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.35;
}

.onat-ctb .ctb-place-card > select {
  flex: 0 1 132px;
  width: 132px;
  min-height: 40px;
  padding: 7px 9px;
  font-size: 0.76rem;
}

.onat-ctb .ctb-route-hint {
  padding: 11px 13px;
  margin: 15px 0 0;
  border-radius: 10px;
  color: var(--ctb-teal);
  background: var(--ctb-teal-light);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.onat-ctb .ctb-place-card:hover {
  border-color: rgba(189, 74, 23, 0.65);
}

.onat-ctb .ctb-place-card:focus-visible,
.onat-ctb .ctb-place-card:focus-within {
  outline: 3px solid var(--ctb-focus);
  outline-offset: 2px;
}

.onat-ctb .ctb-place-card:where(.is-selected, [aria-pressed="true"]),
.onat-ctb .ctb-place-card:has(input:checked) {
  border-color: var(--ctb-orange);
  background: #fff8f3;
  box-shadow: 0 0 0 2px rgba(189, 74, 23, 0.11);
}

.onat-ctb .ctb-place-card:where(.is-disabled, [aria-disabled="true"]),
.onat-ctb .ctb-place-card:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.58;
}

.onat-ctb .ctb-place-card :where(strong, span) {
  min-width: 0;
  line-height: 1.35;
}

/* Contact details */

.onat-ctb .ctb-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.5vw, 20px);
  min-width: 0;
}

.onat-ctb .ctb-contact-grid > * {
  min-width: 0;
}

.onat-ctb .ctb-contact-grid > :where(.is-full, [data-span="full"]) {
  grid-column: 1 / -1;
}

.onat-ctb .ctb-contact-grid label {
  display: grid;
  gap: 7px;
}

.onat-ctb .ctb-contact-grid :where(.ctb-checkbox, .ctb-consent, label:has(input[type="checkbox"])) {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 600;
  line-height: 1.45;
}

.onat-ctb .ctb-consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 15px;
  margin-top: 22px;
  border: 1px solid var(--ctb-line);
  border-radius: 12px;
  color: var(--ctb-ink);
  background: var(--ctb-surface-soft);
  font-size: 0.82rem;
  font-weight: 550;
  line-height: 1.55;
}

.onat-ctb .ctb-consent a {
  color: var(--ctb-teal);
  font-weight: 800;
}

.onat-ctb .ctb-submit-note {
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  margin-top: 16px;
  border-left: 4px solid var(--ctb-gold);
  border-radius: 0 10px 10px 0;
  color: var(--ctb-muted);
  background: #fffaf0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.onat-ctb .ctb-submit-note strong {
  color: var(--ctb-navy-900);
}

.onat-ctb .ctb-submit-note small {
  margin-top: 5px;
  color: var(--ctb-teal);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.01em;
}

.onat-ctb .ctb-review-card {
  padding: clamp(17px, 3vw, 23px);
  margin-bottom: 25px;
  border: 1px solid #c8ded9;
  border-radius: var(--ctb-radius-md);
  background: linear-gradient(135deg, #f1faf8, #ffffff);
}

.onat-ctb .ctb-review-card > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ctb-navy-900);
  font-family: var(--ctb-font-display);
  font-size: 1.23rem;
}

.onat-ctb .ctb-review-card dl {
  display: grid;
  grid-template-columns: minmax(110px, 0.38fr) minmax(0, 1fr);
  gap: 7px 16px;
  margin: 0;
}

.onat-ctb .ctb-review-card dt {
  color: var(--ctb-muted);
  font-size: 0.78rem;
}

.onat-ctb .ctb-review-card dd {
  min-width: 0;
  margin: 0;
  color: var(--ctb-ink);
  font-size: 0.82rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.onat-ctb .ctb-error-summary {
  padding: 14px 16px;
  margin-bottom: 22px;
  border: 1px solid #f1b9b4;
  border-radius: 12px;
  color: #8d1d14;
  background: #fff5f4;
  font-size: 0.85rem;
}

.onat-ctb .ctb-error-summary strong {
  display: block;
  margin-bottom: 4px;
}

.onat-ctb .ctb-error-summary ul {
  padding-left: 19px;
  margin: 5px 0 0;
}

.onat-ctb :where(.ctb-fieldset, .ctb-consent)[aria-invalid="true"],
.onat-ctb :where(.ctb-fieldset, .ctb-consent):has([aria-invalid="true"]) {
  outline: 2px solid rgba(180, 35, 24, 0.45);
  outline-offset: 5px;
}

.onat-ctb .ctb-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Navigation and submission */

.onat-ctb .ctb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  padding-top: clamp(24px, 4vw, 38px);
  margin-top: clamp(24px, 4vw, 38px);
  border-top: 1px solid var(--ctb-line);
}

.onat-ctb .ctb-actions > :first-child:not(:last-child) {
  margin-right: auto;
}

.onat-ctb .ctb-step-head h2:focus,
.onat-ctb .ctb-success h2:focus,
.onat-ctb .ctb-error-summary:focus {
  outline: 3px solid var(--ctb-focus);
  outline-offset: 6px;
  border-radius: 4px;
}

.onat-ctb .ctb-form[aria-busy="true"] {
  cursor: progress;
}

.onat-ctb .ctb-form[aria-busy="true"] .ctb-step > :not(.ctb-actions) {
  opacity: 0.68;
  transition: opacity 160ms ease;
}

.onat-ctb .ctb-form[aria-busy="true"] :where(input, select, textarea, button, .ctb-choice, .ctb-place-card) {
  pointer-events: none;
}

.onat-ctb .ctb-btn,
.onat-ctb-product-card .ctb-btn,
.onat-ctb-finder-bridge .ctb-btn {
  --ctb-button-bg: var(--ctb-orange, #bd4a17);
  --ctb-button-color: #ffffff;
  --ctb-button-border: var(--ctb-orange, #bd4a17);

  position: relative;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 50px;
  padding: 12px 21px;
  overflow: hidden;
  border: 1px solid var(--ctb-button-border);
  border-radius: 999px;
  color: var(--ctb-button-color);
  background: var(--ctb-button-bg);
  box-shadow: 0 9px 20px rgba(146, 52, 15, 0.19);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 170ms ease,
    border-color 170ms ease,
    background-color 170ms ease,
    box-shadow 170ms ease,
    transform 170ms ease;
  overflow-wrap: anywhere;
  -webkit-appearance: none;
  appearance: none;
}

.onat-ctb .ctb-btn:hover,
.onat-ctb-product-card .ctb-btn:hover,
.onat-ctb-finder-bridge .ctb-btn:hover {
  --ctb-button-bg: var(--ctb-orange-dark, #92340f);
  --ctb-button-border: var(--ctb-orange-dark, #92340f);

  color: #ffffff;
  box-shadow: 0 12px 28px rgba(146, 52, 15, 0.27);
  transform: translateY(-2px);
}

.onat-ctb .ctb-btn:where(.ctb-btn--secondary, [data-variant="secondary"]),
.onat-ctb-product-card .ctb-btn:where(.ctb-btn--secondary, [data-variant="secondary"]),
.onat-ctb-finder-bridge .ctb-btn:where(.ctb-btn--secondary, [data-variant="secondary"]) {
  --ctb-button-bg: transparent;
  --ctb-button-color: var(--ctb-navy-900, #0a2033);
  --ctb-button-border: var(--ctb-line-strong, #b9c5cc);

  box-shadow: none;
}

.onat-ctb .ctb-btn-secondary,
.onat-ctb .ctb-btn-ghost,
.onat-ctb-product-card .ctb-btn-secondary,
.onat-ctb-product-card .ctb-btn-ghost,
.onat-ctb-finder-bridge .ctb-btn-secondary,
.onat-ctb-finder-bridge .ctb-btn-ghost {
  --ctb-button-bg: transparent;
  --ctb-button-color: var(--ctb-navy-900, #0a2033);
  --ctb-button-border: var(--ctb-line-strong, #b9c5cc);

  box-shadow: none;
}

.onat-ctb .ctb-btn-secondary:hover,
.onat-ctb .ctb-btn-ghost:hover,
.onat-ctb-product-card .ctb-btn-secondary:hover,
.onat-ctb-product-card .ctb-btn-ghost:hover,
.onat-ctb-finder-bridge .ctb-btn-secondary:hover,
.onat-ctb-finder-bridge .ctb-btn-ghost:hover {
  --ctb-button-bg: var(--ctb-navy-900, #0a2033);
  --ctb-button-color: #ffffff;
  --ctb-button-border: var(--ctb-navy-900, #0a2033);
}

.onat-ctb .ctb-btn:where(.ctb-btn--secondary, [data-variant="secondary"]):hover,
.onat-ctb-product-card .ctb-btn:where(.ctb-btn--secondary, [data-variant="secondary"]):hover,
.onat-ctb-finder-bridge .ctb-btn:where(.ctb-btn--secondary, [data-variant="secondary"]):hover {
  --ctb-button-bg: var(--ctb-navy-900, #0a2033);
  --ctb-button-color: #ffffff;
  --ctb-button-border: var(--ctb-navy-900, #0a2033);
}

.onat-ctb .ctb-btn:where(:disabled, [aria-disabled="true"]),
.onat-ctb-product-card .ctb-btn:where(:disabled, [aria-disabled="true"]),
.onat-ctb-finder-bridge .ctb-btn:where(:disabled, [aria-disabled="true"]) {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.onat-ctb .ctb-btn[aria-busy="true"],
.onat-ctb-product-card .ctb-btn[aria-busy="true"],
.onat-ctb-finder-bridge .ctb-btn[aria-busy="true"] {
  cursor: wait;
}

.onat-ctb .ctb-btn[aria-busy="true"]::after,
.onat-ctb-product-card .ctb-btn[aria-busy="true"]::after,
.onat-ctb-finder-bridge .ctb-btn[aria-busy="true"]::after {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: currentColor;
  border-radius: 50%;
  content: "";
  animation: ctb-spin 700ms linear infinite;
}

/* Confirmation */

.onat-ctb .ctb-success {
  max-width: 720px;
  padding: clamp(28px, 6vw, 58px);
  margin-inline: auto;
  border: 1px solid #b9dbce;
  border-radius: var(--ctb-radius-lg);
  background:
    radial-gradient(circle at 50% 0, rgba(12, 107, 98, 0.13), transparent 16rem),
    #ffffff;
  box-shadow: var(--ctb-shadow-sm);
  text-align: center;
}

.onat-ctb .ctb-success::before {
  display: grid;
  width: 66px;
  height: 66px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--ctb-success);
  box-shadow: 0 0 0 8px rgba(20, 115, 79, 0.1);
  font-size: 1.7rem;
  font-weight: 900;
  content: "✓";
  place-items: center;
}

.onat-ctb .ctb-success :where(h2, h3) {
  margin-bottom: 11px;
  color: var(--ctb-navy-900);
  font-family: var(--ctb-font-display);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.12;
}

.onat-ctb .ctb-success p {
  color: var(--ctb-muted);
}

.onat-ctb .ctb-success-icon {
  display: none;
}

.onat-ctb .ctb-success > span {
  display: block;
  margin-bottom: 8px;
  color: var(--ctb-success);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.onat-ctb .ctb-reference {
  display: inline-flex;
  gap: 6px;
  padding: 10px 15px;
  margin-top: 10px;
  border-radius: 999px;
  color: var(--ctb-navy-900);
  background: var(--ctb-teal-light);
  font-size: 0.86rem;
}

.onat-ctb .ctb-preview-route {
  position: relative;
  z-index: 1;
  padding: 11px 13px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 11px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  font-weight: 820;
  overflow-wrap: anywhere;
}

.onat-ctb .ctb-result-kicker {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 7px;
  color: #f3c473;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.onat-ctb .ctb-preview-warning {
  position: relative;
  z-index: 1;
  padding: 12px;
  margin: 15px 0;
  border: 1px solid rgba(243, 196, 115, 0.35);
  border-radius: 10px;
  color: #fff5de;
  background: rgba(215, 163, 75, 0.13);
  font-size: 0.77rem;
}

.onat-ctb .ctb-preview-warning strong {
  display: block;
  margin-bottom: 4px;
}

.onat-ctb .ctb-preview-warning ul {
  gap: 6px;
  margin: 0;
}

.onat-ctb .ctb-result-card > small {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.69rem;
  line-height: 1.45;
}

.onat-ctb .ctb-aside-trust {
  display: grid;
  gap: 5px;
  padding: 16px 17px;
  margin-top: 15px;
  border: 1px solid var(--ctb-line);
  border-radius: 13px;
  background: #ffffff;
}

.onat-ctb .ctb-aside-trust strong {
  color: var(--ctb-navy-900);
  font-size: 0.87rem;
}

.onat-ctb .ctb-aside-trust span {
  color: var(--ctb-muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.onat-ctb .ctb-content-section {
  width: min(var(--ctb-shell), calc(100% - (var(--ctb-gutter) * 2)));
  padding: clamp(36px, 6vw, 70px) 0;
  margin-inline: auto;
}

.onat-ctb .ctb-content-section + .ctb-content-section {
  padding-top: 0;
}

.onat-ctb .ctb-content-section > .ctb-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--ctb-orange);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.onat-ctb .ctb-content-section > h2 {
  max-width: 820px;
  margin-bottom: 24px;
  color: var(--ctb-navy-900);
  font-family: var(--ctb-font-display);
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.onat-ctb .ctb-info-grid,
.onat-ctb .ctb-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.onat-ctb .ctb-info-grid article,
.onat-ctb .ctb-faq-grid details {
  min-width: 0;
  padding: clamp(18px, 3vw, 25px);
  border: 1px solid var(--ctb-line);
  border-radius: var(--ctb-radius-md);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--ctb-shadow-sm);
}

.onat-ctb .ctb-info-grid strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ctb-navy-900);
  font-size: 0.98rem;
}

.onat-ctb .ctb-info-grid p,
.onat-ctb .ctb-faq-grid p {
  margin: 0;
  color: var(--ctb-muted);
  font-size: 0.87rem;
  line-height: 1.6;
}

.onat-ctb .ctb-faq-grid summary {
  color: var(--ctb-navy-900);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
}

.onat-ctb .ctb-faq-grid details[open] summary {
  margin-bottom: 10px;
  color: var(--ctb-orange-dark);
}

.onat-ctb .ctb-noscript {
  padding: 18px;
  margin-top: 18px;
  border: 1px solid var(--ctb-line);
  border-radius: 12px;
  background: #fffaf0;
}

/* Product-page planner CTA and Tour Finder bridge */

.onat-ctb-product-card,
.onat-ctb-finder-bridge {
  --ctb-navy-950: #061725;
  --ctb-navy-900: #0a2033;
  --ctb-ink: #132536;
  --ctb-muted: #61707d;
  --ctb-orange: #bd4a17;
  --ctb-orange-dark: #92340f;
  --ctb-gold: #d7a34b;
  --ctb-teal: #0c6b62;
  --ctb-line: #d9e0e4;
  --ctb-line-strong: #b9c5cc;
  --ctb-focus: #126b8f;
  --ctb-font-sans: Inter, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --ctb-font-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;

  min-width: 0;
  color: var(--ctb-ink);
  font-family: var(--ctb-font-sans);
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  overflow-wrap: anywhere;
  container: onat-ctb-integration / inline-size;
  -webkit-font-smoothing: antialiased;
}

.onat-ctb-product-card {
  position: relative;
  display: grid;
  gap: 14px;
  width: 100%;
  padding: 24px;
  padding: clamp(19px, 6cqi, 28px);
  overflow: hidden;
  border: 1px solid rgba(215, 163, 75, 0.42);
  border-radius: 18px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 163, 75, 0.27), transparent 12rem),
    linear-gradient(145deg, var(--ctb-navy-950), #123149);
  box-shadow: 0 15px 38px rgba(6, 23, 37, 0.16);
}

.onat-ctb-product-card::after {
  position: absolute;
  right: -52px;
  bottom: -75px;
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.onat-ctb-product-card :where(h2, h3, h4) {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #ffffff;
  font-family: var(--ctb-font-display);
  font-size: 1.55rem;
  font-size: clamp(1.35rem, 7cqi, 1.85rem);
  line-height: 1.16;
  text-wrap: balance;
}

.onat-ctb-product-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.onat-ctb-product-card :where(.ctb-eyebrow, .onat-ctb-product-kicker, small:first-child) {
  position: relative;
  z-index: 1;
  color: #f3c473;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.onat-ctb-product-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.onat-ctb-product-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
}

.onat-ctb-product-card li::before {
  position: absolute;
  left: 0;
  color: #76d0bf;
  font-weight: 900;
  content: "✓";
}

.onat-ctb-product-card .ctb-btn {
  z-index: 1;
  width: 100%;
  margin-top: 3px;
}

.onat-ctb-product-card .ctb-btn-secondary {
  --ctb-button-bg: #ffffff;
  --ctb-button-color: var(--ctb-navy-900);
  --ctb-button-border: #ffffff;

  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.onat-ctb-product-card .ctb-btn-secondary:hover {
  --ctb-button-bg: var(--ctb-orange);
  --ctb-button-color: #ffffff;
  --ctb-button-border: var(--ctb-orange);
}

.onat-ctb-product-card > small:last-child {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: center;
}

.onat-ctb-finder-bridge {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  gap: clamp(16px, 4cqi, 34px);
  align-items: center;
  width: 100%;
  padding: 28px;
  padding: clamp(20px, 4.5cqi, 34px);
  overflow: hidden;
  border: 1px solid rgba(10, 32, 51, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(215, 163, 75, 0.18), transparent 16rem),
    linear-gradient(125deg, #ffffff, #f5faf8);
  box-shadow: 0 14px 38px rgba(6, 23, 37, 0.1);
}

.onat-ctb-finder-bridge::before {
  position: absolute;
  inset-block: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(var(--ctb-orange), var(--ctb-gold));
  content: "";
}

.onat-ctb-finder-bridge > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.onat-ctb-finder-bridge :where(h2, h3, h4) {
  margin-bottom: 7px;
  color: var(--ctb-navy-900);
  font-family: var(--ctb-font-display);
  font-size: 1.7rem;
  font-size: clamp(1.4rem, 4cqi, 2rem);
  line-height: 1.18;
  text-wrap: balance;
}

.onat-ctb-finder-bridge p {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--ctb-muted);
  font-size: 0.92rem;
}

.onat-ctb-finder-bridge > div > span {
  display: block;
  margin-bottom: 5px;
  color: var(--ctb-teal);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.onat-ctb-finder-bridge .ctb-btn {
  white-space: nowrap;
}

/* Cappadocia category: premium custom/private-tour bridge */

.onat-ctb-archive-bridge,
.onat-ctb-archive-bridge *,
.onat-ctb-archive-bridge *::before,
.onat-ctb-archive-bridge *::after {
  box-sizing: border-box;
}

.onat-ctb-archive-bridge {
  --ctb-archive-navy: #071b2a;
  --ctb-archive-navy-soft: #102f45;
  --ctb-archive-cream: #fffaf1;
  --ctb-archive-gold: #f3c473;
  --ctb-archive-orange: #bd4a17;
  --ctb-archive-orange-dark: #92340f;
  --ctb-archive-teal: #76d0bf;
  --ctb-archive-focus: #7dd3fc;
  --ctb-archive-font: Inter, "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --ctb-archive-display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;

  position: relative;
  display: grid;
  width: min(1180px, calc(100% - 32px));
  min-width: 0;
  grid-template-columns: minmax(0, 1.36fr) minmax(310px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(30px, 5vw, 60px);
  margin: 0 auto 38px;
  overflow: hidden;
  border: 1px solid rgba(243, 196, 115, 0.34);
  border-radius: 24px;
  color: #ffffff;
  background:
    radial-gradient(circle at 5% 0%, rgba(243, 196, 115, 0.16), transparent 24rem),
    radial-gradient(circle at 100% 100%, rgba(118, 208, 191, 0.14), transparent 22rem),
    linear-gradient(138deg, var(--ctb-archive-navy) 0%, var(--ctb-archive-navy-soft) 100%);
  box-shadow: 0 24px 64px rgba(7, 27, 42, 0.2);
  font-family: var(--ctb-archive-font);
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
  isolation: isolate;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}

.onat-ctb-archive-bridge::before {
  position: absolute;
  top: -120px;
  right: -105px;
  z-index: -1;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(255, 255, 255, 0.023),
    0 0 0 88px rgba(255, 255, 255, 0.015);
  content: "";
  pointer-events: none;
}

.onat-ctb-archive-bridge::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 85%);
  pointer-events: none;
}

.onat-ctb-archive-bridge :where(h2, p, ul, ol, li, small) {
  margin-top: 0;
}

.onat-ctb-archive-copy,
.onat-ctb-archive-panel {
  position: relative;
  min-width: 0;
}

.onat-ctb-archive-kicker,
.onat-ctb-archive-panel-kicker {
  margin-bottom: 10px;
  color: var(--ctb-archive-gold);
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.onat-ctb-archive-bridge h2 {
  max-width: 690px;
  margin-bottom: 16px;
  color: #ffffff;
  font-family: var(--ctb-archive-display);
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  text-wrap: balance;
}

.onat-ctb-archive-lede {
  max-width: 720px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.97rem, 1.5vw, 1.08rem);
  line-height: 1.72;
}

.onat-ctb-archive-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0 0 23px;
  list-style: none;
}

.onat-ctb-archive-benefits li {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.onat-ctb-archive-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(243, 196, 115, 0.42);
  border-radius: 50%;
  color: var(--ctb-archive-gold);
  background: rgba(243, 196, 115, 0.08);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.onat-ctb-archive-benefits strong,
.onat-ctb-archive-benefits small {
  display: block;
}

.onat-ctb-archive-benefits strong {
  margin: 0 0 3px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.35;
}

.onat-ctb-archive-benefits small {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.74rem;
  line-height: 1.45;
}

.onat-ctb-archive-origins {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  line-height: 1.65;
}

.onat-ctb-archive-origins span {
  display: inline-block;
  padding: 4px 9px;
  margin-right: 7px;
  border: 1px solid rgba(118, 208, 191, 0.35);
  border-radius: 999px;
  color: var(--ctb-archive-teal);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.onat-ctb-archive-panel {
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 20px;
  color: #172c3b;
  background: rgba(255, 250, 241, 0.97);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.23);
}

.onat-ctb-archive-panel-kicker {
  color: #6f4a12;
}

.onat-ctb-archive-panel ol {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
  counter-reset: none;
}

.onat-ctb-archive-panel li {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  color: #213746;
  font-size: 0.86rem;
  font-weight: 730;
  line-height: 1.4;
}

.onat-ctb-archive-panel li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #ffffff;
  background: #0c6b62;
  font-size: 0.7rem;
  font-weight: 850;
}

.onat-ctb-archive-actions {
  display: grid;
  gap: 10px;
}

.onat-ctb-archive-primary,
.onat-ctb-archive-secondary {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition:
    color 170ms ease,
    border-color 170ms ease,
    background-color 170ms ease,
    box-shadow 170ms ease,
    transform 170ms ease;
}

.onat-ctb-archive-primary {
  border-color: var(--ctb-archive-orange);
  color: #ffffff;
  background: var(--ctb-archive-orange);
  box-shadow: 0 10px 22px rgba(146, 52, 15, 0.22);
}

.onat-ctb-archive-primary:hover {
  border-color: var(--ctb-archive-orange-dark);
  color: #ffffff;
  background: var(--ctb-archive-orange-dark);
  box-shadow: 0 13px 27px rgba(146, 52, 15, 0.3);
  transform: translateY(-2px);
}

.onat-ctb-archive-secondary {
  border-color: #bac8d0;
  color: #123149;
  background: transparent;
}

.onat-ctb-archive-secondary:hover {
  border-color: #0c6b62;
  color: #0b5c54;
  background: #eef8f5;
  transform: translateY(-2px);
}

.onat-ctb-archive-primary:focus-visible,
.onat-ctb-archive-secondary:focus-visible {
  outline: 3px solid var(--ctb-archive-focus);
  outline-offset: 3px;
}

.onat-ctb-archive-trust {
  margin: 14px 0 0;
  color: #526675;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.onat-ctb-archive-trust span {
  color: #0c6b62;
  font-weight: 900;
}

.onat-ctb-archive-anchor {
  display: block;
  position: relative;
  top: -112px;
  height: 0;
  visibility: hidden;
}

@media (max-width: 880px) {
  .onat-ctb-archive-bridge {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .onat-ctb-archive-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
    gap: 8px 24px;
    align-items: start;
  }

  .onat-ctb-archive-panel-kicker {
    grid-column: 1 / -1;
  }

  .onat-ctb-archive-panel ol,
  .onat-ctb-archive-actions {
    margin-bottom: 0;
  }

  .onat-ctb-archive-trust {
    grid-column: 2;
  }
}

@media (max-width: 600px) {
  .onat-ctb-archive-bridge {
    width: calc(100% - 24px);
    gap: 22px;
    padding: 24px 16px;
    margin-bottom: 28px;
    border-radius: 18px;
  }

  .onat-ctb-archive-bridge h2 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .onat-ctb-archive-benefits,
  .onat-ctb-archive-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .onat-ctb-archive-benefits {
    gap: 9px;
  }

  .onat-ctb-archive-panel {
    gap: 0;
    padding: 20px 16px;
  }

  .onat-ctb-archive-panel ol {
    margin-bottom: 22px;
  }

  .onat-ctb-archive-trust {
    grid-column: auto;
  }

  .onat-ctb-archive-primary,
  .onat-ctb-archive-secondary {
    width: 100%;
    white-space: normal;
  }
}

/* Laptop-height viewports need a confident first screen, not a clipped CTA.
   Width remains generous, so compact only vertical rhythm and type scale. */
@media (min-width: 921px) and (max-height: 820px) {
  body.onat-ctb-page .onat-ctb .ctb-hero-inner {
    gap: clamp(26px, 4vw, 52px);
    padding-block: clamp(28px, 4.8vh, 40px) clamp(30px, 5vh, 42px);
  }

  body.onat-ctb-page .onat-ctb .ctb-hero :where(h1, h2) {
    margin-bottom: 12px;
    font-size: clamp(2.65rem, 4.25vw, 4.05rem);
    line-height: 1;
  }

  body.onat-ctb-page .onat-ctb .ctb-hero p {
    font-size: clamp(0.98rem, 1.35vw, 1.1rem);
    line-height: 1.5;
  }

  body.onat-ctb-page .onat-ctb .ctb-hero :where(.ctb-eyebrow, [data-eyebrow]) {
    margin-bottom: 10px;
  }

  body.onat-ctb-page .onat-ctb .ctb-hero-tags {
    gap: 7px;
    margin-top: 16px;
  }

  body.onat-ctb-page .onat-ctb .ctb-hero-tags > span {
    min-height: 32px;
    padding: 6px 10px;
  }

  body.onat-ctb-page .onat-ctb .ctb-hero-copy > .ctb-btn {
    margin-top: 18px;
  }

  body.onat-ctb-page .onat-ctb .ctb-hero-proof {
    padding: 22px 25px;
  }

  body.onat-ctb-page .onat-ctb .ctb-hero-proof ul {
    gap: 8px;
    padding-top: 14px;
    margin-top: 14px;
  }
}

@media (max-width: 768px) {
  body.onat-ctb-page .onat-global-wa > a {
    width: 52px;
    height: 52px;
  }
}

/* Component-responsive layout: responds to the embed, not only the viewport. */

@container onat-ctb (max-width: 920px) {
  .onat-ctb > .ctb-shell,
  .onat-ctb .ctb-shell:has(> .ctb-main) {
    grid-template-columns: minmax(0, 1fr);
  }

  .onat-ctb .ctb-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }

  .onat-ctb .ctb-hero-copy,
  .onat-ctb .ctb-hero-proof {
    max-width: 760px;
  }

  .onat-ctb .ctb-aside {
    position: static;
  }

  .onat-ctb .ctb-choice-grid-3,
  .onat-ctb .ctb-choice-grid-4,
  .onat-ctb .ctb-duration-grid,
  .onat-ctb .ctb-choice-grid[data-columns="3"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@container onat-ctb (max-width: 650px) {
  .onat-ctb .ctb-shell {
    --ctb-gutter: 14px;
  }

  .onat-ctb .ctb-hero-inner,
  .onat-ctb .ctb-content-section {
    --ctb-gutter: 14px;
  }

  .onat-ctb .ctb-hero-inner {
    gap: 20px;
    padding-block: 42px 48px;
  }

  .onat-ctb .ctb-hero > .ctb-shell {
    padding-block: 42px 40px;
  }

  .onat-ctb .ctb-hero :where(h1, h2) {
    font-size: clamp(2.15rem, 12cqi, 3.25rem);
    line-height: 1.02;
  }

  .onat-ctb > .ctb-shell,
  .onat-ctb .ctb-shell:has(> .ctb-main) {
    gap: 16px;
    padding-block: 18px 48px;
  }

  .onat-ctb .ctb-main,
  .onat-ctb .ctb-aside {
    padding: 19px;
    border-radius: 18px;
  }

  .onat-ctb .ctb-progress {
    padding-bottom: 20px;
    margin-bottom: 24px;
  }

  .onat-ctb .ctb-progress > * {
    padding-inline: 2px;
    font-size: 0.65rem;
  }

  .onat-ctb .ctb-choice-grid,
  .onat-ctb .ctb-choice-grid[data-columns="3"],
  .onat-ctb .ctb-contact-grid,
  .onat-ctb [data-child-age-fields],
  .onat-ctb .ctb-preference-grid,
  .onat-ctb .ctb-info-grid,
  .onat-ctb .ctb-faq-grid,
  .onat-ctb .ctb-place-groups > :where(section, fieldset, div):has(> .ctb-place-card),
  .onat-ctb :where(.ctb-place-grid, [data-place-grid]) {
    grid-template-columns: minmax(0, 1fr);
  }

  .onat-ctb .ctb-place-groups > :where(section, fieldset, div):has(> .ctb-place-card) > :not(.ctb-place-card),
  .onat-ctb .ctb-contact-grid > * {
    grid-column: 1;
  }

  .onat-ctb .ctb-choice {
    min-height: 82px;
  }

  .onat-ctb .ctb-result-card dl {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }

  .onat-ctb .ctb-result-card dd {
    margin-bottom: 9px;
    text-align: left;
  }

  .onat-ctb .ctb-actions {
    align-items: stretch;
  }

  .onat-ctb .ctb-actions > * {
    flex: 1 1 150px;
  }

  .onat-ctb .ctb-actions > :first-child:not(:last-child) {
    margin-right: 0;
  }

  .onat-ctb .ctb-actions > span:empty {
    display: none;
  }

  .onat-ctb .ctb-actions .ctb-btn {
    width: 100%;
  }
}

@container onat-ctb (max-width: 410px) {
  .onat-ctb .ctb-shell {
    --ctb-gutter: 12px;
  }

  .onat-ctb .ctb-hero-inner,
  .onat-ctb .ctb-content-section {
    --ctb-gutter: 12px;
  }

  .onat-ctb .ctb-hero {
    background-position: 62% center;
  }

  .onat-ctb .ctb-hero-proof {
    padding: 18px;
    border-radius: 16px;
  }

  .onat-ctb .ctb-hero-copy > .ctb-btn {
    width: 100%;
  }

  .onat-ctb .ctb-main,
  .onat-ctb .ctb-aside {
    padding: 16px;
    border-radius: 16px;
  }

  .onat-ctb .ctb-progress > * {
    padding-top: 34px;
    color: transparent;
    font-size: 0;
  }

  .onat-ctb .ctb-progress > *::before {
    width: 28px;
    height: 28px;
  }

  .onat-ctb .ctb-progress > *::after {
    top: 13px;
  }

  .onat-ctb .ctb-step > :where(h2, legend) {
    font-size: 1.65rem;
  }

  .onat-ctb .ctb-choice {
    gap: 10px;
    padding: 14px;
  }

  .onat-ctb .ctb-private-options {
    padding: 14px;
    border-radius: 16px;
  }

  .onat-ctb .ctb-place-groups > :where(section, fieldset, div):not(.ctb-place-card) {
    padding: 12px;
  }

  .onat-ctb .ctb-place-card {
    flex-direction: column;
    padding: 12px;
  }

  .onat-ctb .ctb-place-card > label,
  .onat-ctb .ctb-place-card > select {
    flex-basis: auto;
    width: 100%;
  }

  .onat-ctb .ctb-review-card dl {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }

  .onat-ctb .ctb-review-card dd {
    margin-bottom: 8px;
  }

  .onat-ctb .ctb-actions {
    flex-direction: column-reverse;
  }

  .onat-ctb .ctb-actions > * {
    flex-basis: auto;
    width: 100%;
  }
}

@container onat-ctb-integration (max-width: 520px) {
  .onat-ctb-finder-bridge > * {
    grid-column: 1 / -1;
  }

  .onat-ctb-finder-bridge .ctb-btn {
    width: 100%;
    white-space: normal;
  }
}

/* Viewport fallback for browsers without container queries. */

@supports not (container-type: inline-size) {
  @media (max-width: 920px) {
    .onat-ctb > .ctb-shell {
      grid-template-columns: minmax(0, 1fr);
    }

    .onat-ctb .ctb-aside {
      position: static;
    }
  }

  @media (max-width: 650px) {
    .onat-ctb .ctb-choice-grid,
    .onat-ctb .ctb-contact-grid,
    .onat-ctb-finder-bridge {
      grid-template-columns: minmax(0, 1fr);
    }
  }
}

@media (hover: none) {
  .onat-ctb .ctb-choice:hover,
  .onat-ctb .ctb-btn:hover,
  .onat-ctb-product-card .ctb-btn:hover,
  .onat-ctb-finder-bridge .ctb-btn:hover,
  .onat-ctb-archive-primary:hover,
  .onat-ctb-archive-secondary:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .onat-ctb *,
  .onat-ctb *::before,
  .onat-ctb *::after,
  .onat-ctb-product-card *,
  .onat-ctb-product-card *::before,
  .onat-ctb-product-card *::after,
  .onat-ctb-finder-bridge *,
  .onat-ctb-finder-bridge *::before,
  .onat-ctb-finder-bridge *::after,
  .onat-ctb-archive-bridge *,
  .onat-ctb-archive-bridge *::before,
  .onat-ctb-archive-bridge *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: more) {
  .onat-ctb {
    --ctb-line: #8999a4;
    --ctb-line-strong: #5f707b;
    --ctb-muted: #3f4f5b;
  }

  .onat-ctb .ctb-choice,
  .onat-ctb .ctb-place-card,
  .onat-ctb :where(input:not([type="radio"]):not([type="checkbox"]), select, textarea) {
    border-width: 2px;
  }
}

@media (forced-colors: active) {
  .onat-ctb .ctb-choice,
  .onat-ctb .ctb-place-card,
  .onat-ctb .ctb-btn,
  .onat-ctb-product-card .ctb-btn,
  .onat-ctb-finder-bridge .ctb-btn,
  .onat-ctb-archive-primary,
  .onat-ctb-archive-secondary {
    forced-color-adjust: auto;
  }

  .onat-ctb .ctb-choice:where(.is-selected, [aria-pressed="true"]),
  .onat-ctb .ctb-choice:has(input:checked),
  .onat-ctb .ctb-place-card:where(.is-selected, [aria-pressed="true"]),
  .onat-ctb .ctb-place-card:has(input:checked) {
    outline: 3px solid Highlight;
    outline-offset: 2px;
  }
}

@keyframes ctb-step-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ctb-reveal {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ctb-spin {
  to {
    transform: rotate(360deg);
  }
}
