:root {
  --primary-color: #0e2a1a;
  --text-color: #b3ae9b;
  --black-color: #000;
  --white-color: #fff;
  --card-border-color: rgba(179, 174, 155, 0.3);
  --bg-vip-tickets: url("https://storage.ndcministry.tech/ndcworship/2026/trust/0826/LANDING-PAGE-SEC-VIP-TICKETS.jpg");
  --bg-seating-layouts: url("https://storage.ndcministry.tech/ndcworship/2026/trust/LANDING-PAGE-SEC-SEATING-LAYOUTS.jpg");
  --bg-festival-tickets: url("https://storage.ndcministry.tech/ndcworship/2026/trust/0826/LANDING-PAGE-SEC-FESTIVAL-TICKETS.jpg");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--black-color);
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.page {
  width: 100%;
  min-height: 100vh;
}
.hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(
      circle at 70% 40%,
      rgba(17, 65, 49, 0.45),
      transparent 45%
    ),
    #020806;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  z-index: 0;
  pointer-events: none;
}
.vip-tickets,
.seating-layouts,
.festival-tickets {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vip-tickets {
  aspect-ratio: 0.8886 / 1;
  background-image: var(--bg-vip-tickets);
  padding-top: 57%;
}
.seating-layouts {
  position: relative;
  aspect-ratio: 1.9525 / 1;
  background-image: var(--bg-seating-layouts);
}
.festival-tickets {
  position: relative;
  background-image: var(--bg-festival-tickets);
  background-position: top center;
  background-size: 100% auto;
  padding-top: 46%;
}
.hero-content {
  position: relative;
  width: min(1080px, calc(100% - 80px));
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 70px 0 80px;
}
.hero-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.hero-top img {
  max-width: 140px;
  margin-right: 22px;
  margin-top: 20px;
}
.hero-live-worship {
  margin-top: 50px;
  text-align: center;
}
.hero-live-worship .live-worship {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  aspect-ratio: 649.87 / 176.2;
}
.hero-live-worship .live-worship img {
  position: absolute;
  display: block;
  height: auto;
}
.headline-trust {
  left: 0.2477%;
  top: 38.672%;
  width: 40.6435%;
}
.headline-blend {
  mix-blend-mode: difference;
}
.headline-ndc {
  left: 0;
  top: 0.8513%;
  width: 20.161%;
}
.headline-worship-top {
  left: 24.5126%;
  top: 0;
  width: 44.3504%;
}
.headline-line {
  left: 72.8869%;
  top: 12.2304%;
  width: 2.7652%;
}
.headline-live {
  left: 47.5803%;
  top: 36.4245%;
  width: 17.2173%;
}
.headline-worship-bottom {
  left: 55.6496%;
  top: 72.5028%;
  width: 44.3504%;
}
.hero-description {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 69px;
  margin-bottom: 45px;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.35;
}
.description-blend {
  padding: 2px 6px;
  border-radius: 3px;
  color: var(--black-color);
  background: linear-gradient(
    90deg,
    rgba(152, 146, 130, 1) 0%,
    rgba(138, 112, 92, 1) 55%,
    rgba(112, 84, 68, 0.4) 100%
  );
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.event-card {
  width: auto;
  margin: 0 15px;
  min-height: 65px;
  padding: 13px 35px;
  border-radius: 25px;
  background: var(--black-color);
  border: 1px solid var(--card-border-color);
  display: grid;
  grid-template-columns: 2fr 2fr 0fr 2fr 2fr;
  align-items: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.event-item {
  min-height: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px;
  color: var(--text-color);
}
.event-item:nth-child(1) {
  margin-right: -100px;
}
.event-item:nth-child(2) {
  margin-right: -55px;
}
.event-item:nth-child(4) {
  margin-left: -55px;
}
.event-item:nth-child(5) {
  margin-left: -100px;
}
.event-line {
  height: 38px;
  width: 2px;
  background: var(--text-color);
}
.event-date {
  font-size: 15px;
  font-family: 'HelveticaBold';
  text-align: center;
}
.event-date sup {
  font-size: 8px;
}
.text-october {
  max-width: 65px;
  transform: translateY(2px);
}
.vip-session,
.festival-session {
  max-width: 180px;
}
.text-location {
  max-width: 150px;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 62px;
  margin-top: 12px;
}
.btn {
  min-width: 180px;
  padding: 7px 0;
  border-radius: 999px;
  background: var(--black-color);
  border: 1px solid var(--card-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
.text-get-your-tickets,
.text-terms {
  display: block;
  height: 18px;
  margin: 0 auto;
}
.text-get-your-tickets {
  width: 110px;
}
.text-terms {
  width: 132px;
}
.hero-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 55px;
  margin-bottom: 15px;
  color: rgba(218, 211, 190, 0.72);
  font-size: 13px;
  text-align: center;
}
.quote-symbol {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1;
  color: #d4cba8;
}
.vip-content,
.festival-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
}
.session-grid {
  display: flex;
  gap: 55px;
  margin-bottom: 45px;
  align-items: flex-start;
}
.session-left {
  display: flex;
  flex-direction: column;
}
.session-left img {
  width: 165px;
}
.session-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.session-right img {
  width: 470px;
}
.ticket-list {
  margin-top: 15px;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.ticket-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ticket-zone {
  padding-left: 134px;
}
.ticket-zone .green-zone,
.ticket-zone .white-zone,
.ticket-zone .gray-zone,
.ticket-zone .black-zone {
  max-width: 82px;
}
.ticket-border-tray {
  height: 15px;
  border-bottom: 1px solid rgba(179, 174, 155);
  border-left: 1px solid rgba(179, 174, 155);
  border-right: 1px solid rgba(179, 174, 155);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-top: -8px;
  margin-bottom: 1px;
}
.ticket-details {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 62px;
  align-items: center;
  padding-left: 134px;
  padding-right: 20px;
}
.ticket-price {
  color: var(--text-color);
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.price-currency {
  font-family: 'HelveticaBold';
  font-size: 15px;
  transform: translateY(-10px);
}
.price-amount {
  font-family: 'HelveticaBold';
  font-size: 29px;
  letter-spacing: 0.5px;
}
.ticket-description {
  font-size: 12px;
  color: var(--text-color);
  margin-top: 6px;
}
.zone-note {
  margin-top: 45px;
  margin-left: 3%;
  margin-right: 3%;
  padding: 13px 175px;
  border-radius: 30px;
  background: var(--text-color);
  color: var(--black-color);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: flex-end;
  font-size: 11px;
  line-height: 1.3;
}
.zone-note-right {
  font-family: 'HelveticaBold';
}
.ticket-important {
  margin-top: 30px;
  padding-left: 212px;
  padding-right: 212px;
  color: var(--text-color);
}
.important-title {
  font-family: 'HelveticaBold';
  font-size: 16px;
  margin-bottom: 6px;
}
.important-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}
.important-grid .important-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
}
.important-grid .important-list li {
  position: relative;
  padding-left: 22px;
}
.important-grid .important-list li::before {
  content: "•";
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 12px;
}
.seating-heading {
  position: absolute;
  top: 6.7%;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 1.6%;
}
.seating-card {
  width: 100%;
  padding: 20px 60px 20px 145px;
  border-radius: 75px;
  background: var(--black-color);
  color: var(--text-color);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: center;
}
.text-seating-layout {
  display: block;
  width: 270px;
}
.seating-note {
  font-size: 12px;
  line-height: 1.3;
}
.seating-note span {
  font-family: 'HelveticaBold';
}
.seating-important {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  z-index: 2;
  padding: 0 1.3%;
}
.important-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 23px 260px 23px 175px;
  border-radius: 50px;
  color: var(--white-color);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.01) 38%,
      rgba(0, 0, 0, 0.15) 46%,
      rgba(0, 0, 0, 0.45) 53%,
      rgba(0, 0, 0, 0.6) 62%,
      rgba(0, 0, 0, 0.62) 100%
    ),
    linear-gradient(
      90deg,
      rgba(38, 46, 58, 0.95) 0%,
      rgba(46, 53, 64, 0.95) 15%,
      rgba(60, 66, 76, 0.94) 30%,
      rgba(92, 96, 103, 0.93) 45%,
      rgba(128, 130, 136, 0.91) 60%,
      rgba(120, 118, 114, 0.92) 72%,
      rgba(84, 76, 66, 0.94) 82%,
      rgba(54, 45, 36, 0.95) 92%,
      rgba(42, 33, 26, 0.96) 100%
    );
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.important-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  pointer-events: none;
  opacity: 0.35;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.16),
    rgba(255, 255, 255, 0.04)
  );
}
.important-card::after {
  content: "";
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(158, 142, 120, 0.88) 0%,
    rgba(150, 132, 108, 0.62) 12%,
    rgba(138, 116, 88, 0.32) 28%,
    rgba(130, 100, 62, 0.22) 45%,
    rgba(130, 100, 62, 0.22) 65%,
    rgba(140, 112, 80, 0.36) 82%,
    rgba(155, 130, 100, 0.7) 100%
  );
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%);
}
.important-card > * {
  position: relative;
  z-index: 2;
}
.important-card .important-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.important-card .important-grid {
  grid-template-columns: 0.65fr 1fr;
  align-items: flex-start;
}
.important-card .important-list {
  font-size: 11px;
  gap: 4px;
}
.important-card .important-list li::before {
  top: -1px;
}
.important-card .important-list li span {
  font-family: 'HelveticaBold';
}
.festival-tickets .ticket-list {
  margin-top: -12px;
}
.festival-tickets .ticket-list .ticket-item .ticket-details .ticket-price,
.festival-tickets .ticket-list .ticket-item .ticket-details .ticket-description {
  color: var(--white-color);
}
.festival-tickets .ticket-important {
  margin-top: 20px;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 9px;
  padding-bottom: 12px;
  padding-left: 206px;
  padding-right: 80px;
  border-radius: 20px;
  background: var(--black-color);
}
.festival-tickets .ticket-important .important-title {
  font-size: 16px;
}
.festival-tickets .ticket-important .important-grid {
  gap: 0;
}
.festival-tickets .ticket-important .important-grid .important-list {
  font-size: 11px;
}
.festival-tickets .ticket-important .important-grid .important-list:last-child {
  margin-left: -65px;
}
.festival-tickets .register-now {
  margin-top: 28px;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-bottom: 20px;
}
.register-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 35px 20px 26px;
  border-radius: 80px;
  text-align: center;
  color: var(--white-color);
  background: linear-gradient(
    90deg,
    rgba(150, 156, 148, 0.96) 0%,
    rgba(142, 149, 146, 0.96) 30%,
    rgba(133, 140, 141, 0.95) 55%,
    rgba(140, 145, 140, 0.95) 70%
  );
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.register-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  clip-path: polygon(87% 0, 100% 0, 100% 100%, 72% 100%);
  background: linear-gradient(
    120deg,
    rgba(196, 195, 172, 0.95) 0%,
    rgba(182, 181, 160, 0.92) 55%,
    rgba(170, 169, 150, 0.9) 100%
  );
}
.register-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  pointer-events: none;
  opacity: 0.28;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.register-card > * {
  position: relative;
  z-index: 2;
}
.register-heading {
  display: inline-block;
  line-height: 0;
}
.text-register-now {
  width: 340px;
  max-width: 100%;
}
.text-register-now-hover,
.text-whatsapp-us-hover {
  display: none;
}
.register-heading:hover .text-register-now {
  display: none;
}
.register-heading:hover .text-register-now-hover {
  display: block;
}
.register-note {
  margin-top: 19px;
  font-size: 12px;
  line-height: 1.6;
}
.register-note span {
  font-family: 'HelveticaBold';
}
.register-note sup {
  font-size: 8px;
}
.register-whatsapp {
  display: inline-block;
  margin-top: 23px;
  line-height: 0;
}
.text-whatsapp-us {
  width: 165px;
  max-width: 100%;
}
.register-whatsapp:hover .text-whatsapp-us {
  display: none;
}
.register-whatsapp:hover .text-whatsapp-us-hover {
  display: block;
}
.festival-tickets .brand-card {
  margin-top: -8px;
  position: relative;
  z-index: 3;
  padding: 14px 0;
  border-radius: 40px;
  background: var(--black-color);
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1;
}
.festival-tickets .brand-card img {
  max-width: 80px;
}
.btn-terms {
  cursor: pointer;
  font: inherit;
}
.terms-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.terms-modal[hidden] {
  display: none;
}
.terms-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.terms-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.terms-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(1780px, 100%);
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  padding: 48px 150px;
  border-radius: 55px;
  background: #e5e2d3;
  color: var(--black-color);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
  transform: translateY(18px);
  transition: transform 0.25s ease;
}
.terms-modal.is-open .terms-modal-dialog {
  transform: translateY(0);
}
.terms-modal-close {
  position: absolute;
  top: 17px;
  right: 70px;
  padding: 4px 6px;
  border: none;
  background: none;
  color: var(--black-color);
  font-family: 'HelveticaBold', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2px;
  cursor: pointer;
}
.terms-modal-close:hover {
  opacity: 0.6;
}
.terms-modal-title {
  margin-bottom: 18px;
  line-height: 0;
  font-weight: normal;
}
.terms-modal-title img {
  display: block;
  width: 250px;
  max-width: 100%;
}
.terms-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
}
.terms-modal-list {
  list-style: none;
}
.terms-modal-list li {
  position: relative;
  padding-left: 16px;
  font-size: 12px;
  line-height: 1.7;
}
.terms-modal-list li::before {
  content: "•";
  position: absolute;
  left: 3px;
  top: 0;
}
body.terms-modal-open {
  overflow: hidden;
}
.desktop-break {
  display: block;
}