:root {
  --dcf-cream: #f2e3bf;
  --dcf-paper: #fbf5e7;
  --dcf-forest: #263a34;
  --dcf-forest-soft: #405b53;
  --dcf-sage: #829b92;
  --dcf-yellow: #f5c52b;
  --dcf-ink: #201e19;
  --dcf-muted: #6b675e;
  --dcf-line: rgba(38, 58, 52, 0.18);
  --dcf-shadow: 0 24px 70px rgba(43, 48, 38, 0.14);
}

html[data-ticket-page="true"] {
  color-scheme: light;
}

html[data-ticket-page="true"] .main-header {
  position: absolute;
  min-height: 76px;
  color: #fff;
  background: rgba(27, 51, 43, 0.94);
  border-bottom: 1px solid rgba(245, 197, 43, 0.22);
  box-shadow: 0 10px 30px rgba(12, 29, 24, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

html[data-ticket-page="true"] .main-header.fixed {
  position: fixed !important;
  background: rgba(27, 51, 43, 0.96);
  border-bottom-color: rgba(245, 197, 43, 0.3);
  box-shadow: 0 10px 32px rgba(12, 29, 24, 0.18);
}

html[data-ticket-page="true"] .main-header>.container {
  width: min(1180px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0 !important;
}

html[data-ticket-page="true"] .main-header .header-nav .main-menu-wrapper {
  min-height: 76px;
  padding: 0 !important;
  flex-wrap: nowrap;
  gap: 24px;
}

html[data-ticket-page="true"] .main-header .navbar-logo {
  flex: 0 0 auto;
}

html[data-ticket-page="true"] .main-header .header-logo img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 44px !important;
  object-fit: contain;
}

html[data-ticket-page="true"] .main-header .header-logo.logo-white,
html[data-ticket-page="true"] .main-header.fixed .header-logo.logo-white {
  display: block !important;
}

html[data-ticket-page="true"] .main-header .header-logo.logo-dark,
html[data-ticket-page="true"] .main-header.fixed .header-logo.logo-dark {
  display: none !important;
}

html[data-ticket-page="true"] .main-header .header-btn {
  flex: 0 0 auto;
  margin-left: auto;
}

html[data-ticket-page="true"] .main-header .header-btn>.me-3,
html[data-ticket-page="true"] .main-header .theme-toggle,
html[data-ticket-page="true"] .wrapper-bottom-nav-mobile {
  display: none !important;
}

html[data-ticket-page="true"] .main-header .header-btn .btn-white {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-right: 0 !important;
  padding: 9px 19px;
  color: var(--dcf-forest);
  background: #fff8e7;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

html[data-ticket-page="true"] .main-header .header__hamburger .sidebar-menu,
html[data-ticket-page="true"] .main-header.fixed .header__hamburger .sidebar-menu {
  color: #fff;
}

.dcf-catalog,
.dcf-catalog * {
  box-sizing: border-box;
}

.dcf-catalog {
  overflow: hidden;
  color: var(--dcf-ink);
  background: var(--dcf-paper);
  font-family: "Plus Jakarta Sans", sans-serif;
}

.dcf-catalog-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.dcf-catalog a {
  text-decoration: none;
}

.dcf-catalog-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: stretch;
  isolation: isolate;
  color: #fff;
  background: var(--dcf-forest);
}

.dcf-catalog-hero__media,
.dcf-catalog-hero__shade {
  position: absolute;
  inset: 0;
}

.dcf-catalog-hero__media {
  z-index: -3;
}

.dcf-catalog-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.12) saturate(1.04);
}

.dcf-catalog-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(21, 38, 32, 0.87) 0%, rgba(25, 44, 37, 0.69) 42%, rgba(22, 35, 31, 0.12) 78%),
    linear-gradient(0deg, rgba(22, 42, 35, 0.52), transparent 48%);
}

.dcf-catalog-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 164px 0 80px;
}

.dcf-breadcrumb {
  position: absolute;
  top: 104px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 600;
}

.dcf-breadcrumb a {
  color: #fff;
}

.dcf-catalog-hero__copy {
  width: min(720px, 72%);
}

.dcf-eyebrow,
.dcf-section-kicker,
.dcf-event-panel__label {
  margin: 0 0 14px;
  color: var(--dcf-yellow);
  font-size: 0.76rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dcf-catalog-hero h1,
.dcf-catalog h2 {
  font-family: "Cormorant Garamond", serif;
}

.dcf-catalog-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff2cf !important;
  font-size: clamp(3.5rem, 8vw, 7.2rem);
  line-height: 0.84;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: 0 6px 28px rgba(9, 25, 20, 0.28);
}

.dcf-catalog-lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.8vw, 1.14rem);
  line-height: 1.75;
}

.dcf-event-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 32px;
}

.dcf-event-fact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dcf-event-fact__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--dcf-forest);
  background: var(--dcf-yellow);
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 800;
}

.dcf-event-fact strong,
.dcf-event-fact small {
  display: block;
}

.dcf-event-fact strong {
  font-size: 0.92rem;
}

.dcf-event-fact small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.75rem;
}

.dcf-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.dcf-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.dcf-action:hover {
  transform: translateY(-2px);
}

.dcf-action--primary,
.dcf-action--buy {
  color: #201d13;
  background: var(--dcf-yellow);
  box-shadow: 0 12px 30px rgba(245, 197, 43, 0.2);
}

.dcf-action--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.dcf-action--outline {
  color: var(--dcf-forest);
  border-color: var(--dcf-forest);
  background: transparent;
}

.dcf-action--disabled {
  color: #8a877e;
  background: #e7e3da;
  cursor: not-allowed;
}

.dcf-action--disabled:hover {
  transform: none;
}

.dcf-partner-card {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: 270px;
  padding: 18px 20px;
  color: var(--dcf-forest);
  background: rgba(250, 239, 211, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  box-shadow: var(--dcf-shadow);
  backdrop-filter: blur(14px);
}

.dcf-partner-card>span {
  display: block;
  margin-bottom: 12px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.dcf-partner-card__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 74px;
  padding: 13px 16px;
  background: #29443b;
  border: 1px solid rgba(245, 197, 43, 0.32);
  border-radius: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dcf-partner-card__logos img {
  width: 82px;
  max-height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.16));
}

.dcf-partner-card__logos b {
  color: var(--dcf-yellow);
}

.dcf-trust-strip {
  color: #fff;
  background: var(--dcf-forest);
}

.dcf-trust-strip__grid {
  min-height: 74px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 24px;
}

.dcf-trust-strip p {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.dcf-trust-strip p+p {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.dcf-trust-strip span {
  margin-right: 8px;
  color: var(--dcf-yellow);
}

.dcf-catalog-section {
  padding: 92px 0;
}

.dcf-catalog h2 {
  margin: 0;
  color: var(--dcf-forest);
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.dcf-catalog-intro {
  background:
    radial-gradient(circle at 10% 10%, rgba(245, 197, 43, 0.18), transparent 26%),
    var(--dcf-cream);
}

.dcf-answer-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 68px;
  align-items: center;
}

.dcf-section-kicker {
  color: #9a7410;
}

.dcf-answer-card {
  padding: 32px 36px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(38, 58, 52, 0.14);
  border-radius: 4px 34px 4px 34px;
}

.dcf-answer-card p {
  margin: 0;
  color: #4e4b43;
  font-size: 1rem;
  line-height: 1.8;
}

.dcf-answer-card a,
.dcf-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: var(--dcf-forest);
  font-size: 0.84rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(38, 58, 52, 0.45);
}

.dcf-ticket-section {
  background: var(--dcf-paper);
}

.dcf-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

.dcf-section-heading>div>p:last-child {
  max-width: 650px;
  margin: 16px 0 0;
  color: var(--dcf-muted);
  line-height: 1.7;
}

.dcf-section-heading .dcf-text-link {
  flex: 0 0 auto;
  margin-bottom: 8px;
}

.dcf-section-heading--center {
  justify-content: center;
  text-align: center;
}

.dcf-event-list {
  display: grid;
  gap: 28px;
}

.dcf-event-panel {
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid var(--dcf-line);
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(45, 58, 50, 0.08);
}

.dcf-event-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 38px 26px;
  border-bottom: 1px solid var(--dcf-line);
}

.dcf-event-panel__label {
  color: #9a7410;
  margin-bottom: 8px;
}

.dcf-event-panel__header h3 {
  margin: 0;
  color: var(--dcf-forest);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.dcf-event-panel__header p:not(.dcf-event-panel__label) {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--dcf-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.dcf-detail-link {
  flex: 0 0 auto;
  color: var(--dcf-forest);
  font-size: 0.8rem;
  font-weight: 800;
  border-bottom: 1px solid var(--dcf-forest);
}

.dcf-schedule-list {
  display: grid;
  gap: 0;
}

.dcf-schedule-panel+.dcf-schedule-panel {
  border-top: 1px solid var(--dcf-line);
}

.dcf-schedule-panel {
  padding: 30px 38px 36px;
}

.dcf-schedule-panel__meta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.dcf-date-chip {
  width: 70px;
  margin: 0;
  padding: 10px 6px;
  color: var(--dcf-forest);
  background: var(--dcf-yellow);
  border-radius: 16px 4px 16px 4px;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.dcf-date-chip span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 0.8;
}

.dcf-schedule-panel__meta h4 {
  margin: 0;
  color: var(--dcf-forest);
  font-size: 1rem;
  font-weight: 800;
}

.dcf-schedule-panel__meta div>p {
  margin: 5px 0 0;
  color: var(--dcf-muted);
  font-size: 0.78rem;
}

.dcf-location-line span {
  color: #9a7410;
}

.dcf-availability {
  padding: 7px 11px;
  color: #236345;
  background: #e4f4e9;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
}

.dcf-availability.is-sold-out {
  color: #8a3c37;
  background: #f8e9e6;
}

.dcf-price-options {
  margin-top: 22px;
  display: grid;
  gap: 10px;
}

.dcf-price-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  padding: 16px 18px;
  background: #f7f1e3;
  border: 1px solid rgba(38, 58, 52, 0.11);
  border-radius: 14px;
}

.dcf-price-option h5 {
  margin: 0;
  color: var(--dcf-forest);
  font-size: 0.9rem;
  font-weight: 800;
}

.dcf-price-option p {
  margin: 4px 0 0;
  color: var(--dcf-muted);
  font-size: 0.68rem;
}

.dcf-price-option__price {
  min-width: 150px;
  text-align: right;
}

.dcf-price-option__price del,
.dcf-price-option__price strong {
  display: block;
}

.dcf-price-option__price del {
  color: #969085;
  font-size: 0.7rem;
}

.dcf-price-option__price strong {
  color: var(--dcf-forest);
  font-size: 1rem;
}

.dcf-action--buy,
.dcf-action--disabled {
  min-width: 118px;
  min-height: 42px;
  padding: 9px 16px;
  font-size: 0.76rem;
}

.dcf-public-empty {
  padding: 70px 30px;
  text-align: center;
  color: var(--dcf-muted);
  background: #fffdf8;
  border: 1px solid var(--dcf-line);
  border-radius: 28px;
}

.dcf-public-empty>span {
  color: #9a7410;
  font-size: 2.6rem;
}

.dcf-public-empty h3 {
  margin: 12px 0 8px;
  color: var(--dcf-forest);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.3rem;
}

.dcf-public-empty p {
  max-width: 580px;
  margin: 0 auto 22px;
}

.dcf-howto {
  color: #fff;
  background: var(--dcf-forest);
}

.dcf-howto h2,
.dcf-howto .dcf-section-kicker {
  color: #fff;
}

.dcf-howto .dcf-section-kicker {
  opacity: 0.62;
}

.dcf-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: dcf-step;
}

.dcf-steps li {
  position: relative;
  padding: 0 28px 0 0;
}

.dcf-steps li+li {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.dcf-steps span {
  color: var(--dcf-yellow);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.1rem;
  font-weight: 700;
}

.dcf-steps h3 {
  margin: 18px 0 8px;
  color: #fff;
  font-size: 0.96rem;
}

.dcf-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  line-height: 1.7;
}

.dcf-prepare {
  background: var(--dcf-cream);
}

.dcf-prepare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 68px;
  align-items: center;
}

.dcf-prepare__image {
  position: relative;
  padding: 18px 0 0 18px;
}

.dcf-prepare__image::before {
  content: "";
  position: absolute;
  inset: 0 18px 18px 0;
  border: 1px solid var(--dcf-forest-soft);
  border-radius: 4px 50px 4px 50px;
}

.dcf-prepare__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px 50px 4px 50px;
  box-shadow: var(--dcf-shadow);
}

.dcf-prepare__copy>p:not(.dcf-section-kicker) {
  margin: 22px 0 0;
  color: #555148;
  line-height: 1.8;
}

.dcf-prepare__copy ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dcf-prepare__copy li {
  position: relative;
  padding-left: 24px;
  color: #555148;
  font-size: 0.84rem;
}

.dcf-prepare__copy li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #9a7410;
}

.dcf-faq-section {
  background: #fffdf8;
}

.dcf-faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 80px;
  align-items: start;
}

.dcf-faq-intro {
  position: sticky;
  top: 110px;
}

.dcf-faq-intro>p:not(.dcf-section-kicker) {
  margin: 18px 0 0;
  color: var(--dcf-muted);
}

.dcf-faq-intro .dcf-action {
  margin-top: 24px;
}

.dcf-faq-list {
  border-top: 1px solid var(--dcf-line);
}

.dcf-faq-list details {
  border-bottom: 1px solid var(--dcf-line);
}

.dcf-faq-list summary {
  position: relative;
  padding: 24px 50px 24px 0;
  color: var(--dcf-forest);
  font-size: 0.96rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.dcf-faq-list summary::-webkit-details-marker {
  display: none;
}

.dcf-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  color: var(--dcf-forest);
  background: var(--dcf-cream);
  border-radius: 50%;
  font-size: 1.25rem;
}

.dcf-faq-list details[open] summary::after {
  content: "−";
}

.dcf-faq-list details p {
  margin: -8px 50px 22px 0;
  color: var(--dcf-muted);
  font-size: 0.85rem;
  line-height: 1.8;
}

.dcf-related {
  background: var(--dcf-cream);
}

.dcf-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.dcf-related-card {
  overflow: hidden;
  background: #faf3e3;
  border: 1px solid var(--dcf-line);
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(45, 58, 50, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.dcf-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(45, 58, 50, 0.14);
}

.dcf-related-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: var(--dcf-sage);
}

.dcf-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.dcf-related-card:hover .dcf-related-card__image img {
  transform: scale(1.035);
}

.dcf-related-card__image>span {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 7px 10px;
  color: var(--dcf-forest);
  background: var(--dcf-yellow);
  border-radius: 999px;
  font-size: 0.64rem;
  font-weight: 800;
}

.dcf-related-card__body {
  padding: 20px;
}

.dcf-related-card__location {
  margin: 0 0 7px;
  color: var(--dcf-muted);
  font-size: 0.7rem;
}

.dcf-related-card__location span {
  color: #9a7410;
}

.dcf-related-card h3 {
  min-height: 2.7em;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  line-height: 1.08;
}

.dcf-related-card h3 a {
  color: var(--dcf-forest);
}

.dcf-related-card__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  color: var(--dcf-muted);
  border-top: 1px solid var(--dcf-line);
  font-size: 0.68rem;
}

.dcf-related-card__meta span:last-child {
  text-align: right;
}

.dcf-related-card__meta strong {
  display: block;
  color: var(--dcf-forest);
  font-size: 0.82rem;
}

.dcf-related-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  color: var(--dcf-forest);
  font-size: 0.74rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(38, 58, 52, 0.45);
}

.dcf-product-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.dcf-product-links a {
  position: relative;
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 42px 18px 18px;
  color: var(--dcf-forest);
  background: rgba(255, 253, 248, 0.62);
  border: 1px solid var(--dcf-line);
  border-radius: 16px;
}

.dcf-product-links a::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
}

.dcf-product-links span {
  font-size: 0.82rem;
  font-weight: 800;
}

.dcf-product-links small {
  margin-top: 5px;
  color: var(--dcf-muted);
  font-size: 0.66rem;
  line-height: 1.5;
}

.dcf-final-cta {
  padding: 86px 0;
  color: #fff;
  background:
    linear-gradient(rgba(29, 48, 42, 0.88), rgba(29, 48, 42, 0.88)),
    url("../../../eventiva/assets/images/tiket-dieng-culture-festival-2026-dcf.png") center 42% / cover;
}

.dcf-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.dcf-final-cta p {
  margin: 0 0 8px;
  color: var(--dcf-yellow);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dcf-final-cta h2 {
  color: #fff;
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.dcf-final-cta .dcf-action {
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .dcf-catalog-hero__copy {
    width: 76%;
  }

  .dcf-partner-card {
    width: 230px;
  }

  .dcf-answer-grid,
  .dcf-prepare__grid,
  .dcf-faq-layout {
    gap: 42px;
  }

  .dcf-steps {
    grid-template-columns: 1fr 1fr;
    gap: 36px 0;
  }

  .dcf-related-grid,
  .dcf-product-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dcf-steps li:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }
}

.sidebar-menu {
  display: none;
}

@media (max-width: 760px) {
  html[data-ticket-page="true"] .main-header {
    min-height: 64px;
  }

  .dcf-related-card h3 {
    min-height: 0.5em;
  }

  html[data-ticket-page="true"] .main-header>.container {
    width: calc(100% - 28px);
  }

  html[data-ticket-page="true"] .main-header .header-nav .main-menu-wrapper {
    min-height: 64px;
    gap: 10px;
  }

  html[data-ticket-page="true"] .main-header .header-logo img {
    max-width: 146px;
    max-height: 38px !important;
  }

  html[data-ticket-page="true"] .main-header .header-btn {
    gap: 8px;
  }

  html[data-ticket-page="true"] .main-header .header-btn .btn-white {
    min-height: 38px;
    padding: 7px 14px;
    font-size: 0.72rem;
  }

  html[data-ticket-page="true"] .main-header .header__hamburger {
    margin-left: 0;
  }

  .dcf-catalog-container {
    width: min(100% - 28px, 1180px);
  }

  .dcf-catalog-hero {
    min-height: 760px;
  }

  .dcf-catalog-hero__shade {
    background: linear-gradient(0deg, rgba(21, 40, 33, 0.91), rgba(21, 40, 33, 0.32));
  }

  .dcf-catalog-hero__inner {
    justify-content: flex-end;
    padding-top: 138px;
    padding-bottom: 190px;
  }

  .dcf-breadcrumb {
    top: 82px;
    width: 100%;
    gap: 7px;
    font-size: 0.68rem;
  }

  .dcf-catalog-hero__copy {
    width: 100%;
  }

  .dcf-catalog-hero h1 {
    font-size: clamp(3.35rem, 16vw, 5.5rem);
  }

  .dcf-event-facts {
    gap: 18px;
  }

  .dcf-partner-card {
    right: auto;
    left: 0;
    bottom: 34px;
    width: 100%;
  }

  .dcf-partner-card__logos {
    min-height: 68px;
  }

  .dcf-trust-strip__grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px 0;
  }

  .dcf-trust-strip p {
    padding: 9px 0;
  }

  .dcf-trust-strip p+p {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .dcf-catalog-section {
    padding: 66px 0;
  }

  .dcf-answer-grid,
  .dcf-prepare__grid,
  .dcf-faq-layout {
    grid-template-columns: 1fr;
  }

  .dcf-answer-card {
    padding: 25px;
  }

  .dcf-section-heading,
  .dcf-event-panel__header,
  .dcf-final-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .dcf-event-panel__header,
  .dcf-schedule-panel {
    padding: 24px 20px;
  }

  .dcf-price-option {
    grid-template-columns: 1fr auto;
    gap: 12px 18px;
  }

  .dcf-price-option .dcf-action {
    grid-column: 1 / -1;
    width: 100%;
  }

  .dcf-faq-intro {
    position: static;
  }
}

@media (max-width: 520px) {
  .dcf-catalog-hero__inner {
    padding-bottom: 180px;
  }

  .dcf-catalog-lead {
    margin-top: 20px;
    font-size: 0.93rem;
  }

  .dcf-event-fact {
    width: 100%;
  }

  .dcf-catalog-actions,
  .dcf-catalog-actions .dcf-action {
    width: 100%;
  }

  .dcf-schedule-panel__meta {
    grid-template-columns: auto 1fr;
  }

  .dcf-availability {
    grid-column: 1 / -1;
    width: max-content;
  }

  .dcf-price-option {
    grid-template-columns: 1fr;
  }

  .dcf-price-option__price {
    min-width: 0;
    text-align: left;
  }

  .dcf-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .dcf-steps li,
  .dcf-steps li+li,
  .dcf-steps li:nth-child(3) {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-left: 0;
  }

  .dcf-steps li:first-child {
    border-top: 0;
  }

  .dcf-related-grid,
  .dcf-product-links {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dcf-action {
    transition: none;
  }
}

a.logo-white.header-logo {
  filter: brightness(62);
}

header.fixed {
  z-index: 1000;
}

.offcanvas-info {
  display: none;
}

/* ─── Video Teaser Section ─────────────────────────────────────────────── */

.dcf-teaser-section {
  background: var(--dcf-forest);
  padding: 0;
  overflow: hidden;
}

.dcf-teaser-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
  align-items: stretch;
}

.dcf-teaser-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 68px 64px 68px 0;
  color: #fff;
}

.dcf-teaser-copy .dcf-section-kicker {
  color: var(--dcf-yellow);
  opacity: 0.9;
}

.dcf-teaser-copy h2 {
  color: #fff2cf !important;
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  margin-bottom: 16px;
}

.dcf-teaser-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.75;
  margin: 0 0 28px;
}

.dcf-teaser-thumb {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #14261f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dcf-teaser-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(38, 58, 52, 0.38) 0%, rgba(0, 0, 0, 0.12) 100%);
  z-index: 1;
  transition: background 200ms ease;
}

.dcf-teaser-thumb:hover::before {
  background: linear-gradient(135deg, rgba(38, 58, 52, 0.18) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.dcf-teaser-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 400ms ease;
}

.dcf-teaser-thumb:hover img {
  transform: scale(1.03);
}

.dcf-teaser-play {
  position: absolute;
  z-index: 2;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  color: var(--dcf-forest);
  background: var(--dcf-yellow);
  border-radius: 50%;
  font-size: 1.6rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.32), 0 0 0 0 rgba(245, 197, 43, 0.45);
  animation: dcf-pulse 2.4s ease-in-out infinite;
  transition: transform 200ms ease, box-shadow 200ms ease;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  text-indent: 4px;
  /* optical center for play icon */
}

.dcf-teaser-thumb:hover .dcf-teaser-play {
  transform: scale(1.1);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(245, 197, 43, 0.45);
  animation: none;
}

.dcf-teaser-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  padding: 7px 14px;
  background: rgba(21, 38, 32, 0.86);
  border: 1px solid rgba(245, 197, 43, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  backdrop-filter: blur(8px);
}

.dcf-teaser-badge span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--dcf-yellow);
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: middle;
  animation: dcf-blink 1.6s ease-in-out infinite;
}

@keyframes dcf-blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

@keyframes dcf-pulse {

  0%,
  100% {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.32), 0 0 0 0 rgba(245, 197, 43, 0.45);
  }

  60% {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.32), 0 0 0 18px rgba(245, 197, 43, 0);
  }
}

/* ─── Floating Video FAB ───────────────────────────────────────────────── */

.dcf-video-fab {
  position: fixed;
  left: 24px;
  bottom: 30px;
  z-index: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  color: var(--dcf-forest);
  background: rgba(245, 197, 43, 0.96);
  border: 1px solid rgba(245, 197, 43, 0.6);
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 32px rgba(38, 58, 52, 0.22), 0 2px 8px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(10px);
  transition: transform 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  animation: dcf-fab-entrance 0.5s 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  white-space: nowrap;
}

.dcf-video-fab:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 44px rgba(38, 58, 52, 0.28), 0 4px 12px rgba(0, 0, 0, 0.16);
}

.dcf-video-fab:active {
  transform: scale(0.97);
}

.dcf-video-fab__icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--dcf-forest);
  background: rgba(38, 58, 52, 0.14);
  border-radius: 50%;
  font-size: 0.7rem;
  text-indent: 2px;
}

@keyframes dcf-fab-entrance {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.85);
  }

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

/* ─── Video Modal 9:16 ─────────────────────────────────────────────────── */

.dcf-video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.dcf-video-modal[hidden] {
  display: none;
}

.dcf-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 16, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  animation: dcf-modal-fade-in 220ms ease forwards;
}

.dcf-video-modal__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  animation: dcf-modal-scale-in 280ms cubic-bezier(0.34, 1.46, 0.64, 1) forwards;
}

.dcf-video-modal__player {
  /* 9:16 ratio like Reels */
  width: min(380px, calc(100vw - 40px));
  aspect-ratio: 9 / 16;
  max-height: calc(100dvh - 80px);
  overflow: hidden;
  background: #000;
  border-radius: 20px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.7);
  position: relative;
}

.dcf-video-modal__player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.dcf-video-modal__close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
  backdrop-filter: blur(8px);
  align-self: flex-start;
  position: absolute;
  top: -54px;
  right: 0;
}

.dcf-video-modal__close:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: scale(1.08);
}

.dcf-video-modal__label {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}

@keyframes dcf-modal-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes dcf-modal-scale-in {
  from {
    opacity: 0;
    transform: scale(0.88);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ─── Video Responsive ─────────────────────────────────────────────────── */

@media (max-width: 760px) {
  .dcf-teaser-wrap {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dcf-teaser-copy {
    padding: 48px 0 36px;
  }

  .dcf-teaser-thumb {
    aspect-ratio: 4 / 3;
    min-height: 260px;
  }

  .dcf-video-fab {
    left: 16px;
    bottom: 20px;
    padding: 10px 15px 10px 11px;
    font-size: 0.72rem;
  }

  .dcf-video-fab__icon {
    width: 28px;
    height: 28px;
    font-size: 0.64rem;
  }

  .dcf-video-modal {
    padding: 0;
    align-items: flex-end;
  }

  .dcf-video-modal__player {
    width: 100vw;
    border-radius: 20px 20px 0 0;
    max-height: 92dvh;
    aspect-ratio: auto;
  }

  .dcf-video-modal__player video {
    border-radius: 20px 20px 0 0;
    height: 92dvh;
    width: 100%;
    object-fit: contain;
    background: #000;
  }

  .dcf-video-modal__close {
    top: auto;
    bottom: calc(92dvh + 14px);
    right: 14px;
  }
}

@media (max-width: 520px) {
  .dcf-video-fab__text {
    display: none;
  }

  .dcf-video-fab {
    padding: 0;
    width: 52px;
    height: 52px;
    justify-content: center;
    border-radius: 50%;
  }

  .dcf-video-fab__icon {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
    background: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {

  .dcf-teaser-play,
  .dcf-video-fab {
    animation: none;
  }

  .dcf-teaser-badge span {
    animation: none;
  }
}