body, 
    .page-main, 
    .page-wrapper {
        background-color: #000000 !important;
        max-width: 100% !important;
        padding: 0 !important;
}
.noco-builder-wrapper {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #F9FAFB;
    background: radial-gradient(circle at 80% 20%, rgba(32, 14, 14, 1) 0%, rgba(5, 11, 22, 1) 50%, rgba(0, 0, 0, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px 60px;
    overflow-x: hidden;
}

.noco-builder-wrapper *,
.noco-builder-wrapper *::before,
.noco-builder-wrapper *::after {
  box-sizing: border-box;
}

.noco-builder-wrapper * {
  margin: 0;
  padding: 0;
}

.noco-landing-grid {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.noco-content-grid {
    width:100%;
    display:grid;
    grid-template-columns:1.25fr 1fr;
    gap:30px;
    align-items:start;
}

.noco-cover-video {
    width:100%;
}

.noco-builder-wrapper {
  position: relative;
  isolation: isolate;
}

.noco-cursor-halo {
  position: fixed;
  left: 0;
  top: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(212, 175, 55, 0.08) 28%,
    rgba(212, 175, 55, 0.03) 48%,
    rgba(255, 255, 255, 0) 72%
  );
  mix-blend-mode: screen;
  filter: blur(10px);
  transition: opacity 0.25s ease;
}

.noco-cursor-halo.is-visible {
  opacity: 1;
}

@media (hover: none), (pointer: coarse) {
  .noco-cursor-halo {
    display: none;
  }
}

.brand-manifesto {
    display:flex;
    flex-direction:column;
    position:relative;
    overflow:visible;
    padding-left:5%;
}

.brand-video-layer {
  width: 100%;
  margin: -8px 0 28px 0;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.brand-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.brand-video-frame img,
.brand-video-frame iframe,
.brand-video-frame video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: contain;
}

.manifesto-header {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -1px;
  margin-bottom: 28px;
  background: linear-gradient(180deg, #FFFFFF 30%, #9CA3AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.manifesto-body {
  font-size: 16px;
  line-height: 1.7;
  color: #9CA3AF;
  font-weight: 400;
  max-width: 480px;
}

.manifesto-body p {
  margin-bottom: 18px;
}

.brand-stance {
  margin-top: 12px;
  display: flex;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #D4AF37;
  flex-wrap: wrap;
}

.guest-list-card {
    background: rgba(255,255,255,.02);
    border:1px solid rgba(255,255,255,.06);
    backdrop-filter:blur(24px);
    -webkit-backdrop-filter:blur(24px);
    border-radius:24px;
    padding:44px;
    padding-right:10%;
    box-shadow:0 30px 60px rgba(0,0,0,.6);
}

.card-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #D4AF37;
  margin-bottom: 12px;
  font-weight: 700;
}

.guest-list-card h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.card-intro-text {
  font-size: 14px;
  line-height: 1.6;
  color: #9CA3AF;
  margin-bottom: 28px;
}

.perks-list {
  list-style: none;
  margin-bottom: 32px;
}

.perks-list li {
  font-size: 13.5px;
  line-height: 1.5;
  color: #E5E7EB;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.perks-list li::before {
  content: "-";
  color: #D4AF37;
  font-weight: 400;
}

.segmented-control {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 24px;
}

.seg-btn {
  background: transparent;
  border: none;
  color: #9CA3AF;
  padding: 12px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 9px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s ease;
}

.seg-btn.active {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.form-field {
margin-top: 40px;
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #9CA3AF;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 14px;
  font-family: inherit;
  font-size: 14px;
  color: white;
  outline: none;
  transition: border-color 0.3s ease;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: rgba(255, 255, 255, 0.3);
}

.conditional-panel {
  display: none;
  animation: panelSlideIn 0.35s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.application-options {
  display: none;
  animation: panelSlideIn 0.45s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.application-options.is-visible {
  display: block;
}

@keyframes panelSlideIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

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

.urgency-lock {
  margin-top: 24px;
  margin-bottom: 16px;
  background: rgba(212, 175, 55, 0.03);
  border: 1px dashed rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  padding: 16px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #E5E7EB;
  text-align: center;
}

.urgency-lock strong {
  color: #D4AF37;
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.action-submit-btn {
  width: 100%;
  background: #FFFFFF;
  color: #000000;
  border: none;
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  margin-top: 16px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.action-submit-btn:hover {
  background: #E5E7EB;
  transform: translateY(-1px);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.klaviyo-embed-wrap {
  display: none;
  margin-top: 18px;
}

.klaviyo-embed-wrap.active {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
}

@media (max-width: 992px) {
  .noco-landing-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 640px) {
  .noco-builder-wrapper {
    padding: 40px 18px;
  }

  .brand-manifesto {
    min-height: auto;
  }

  .brand-video-layer {
    margin: 0 0 28px 0;
  }

  .brand-video-frame {
    aspect-ratio: 4 / 3;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .guest-list-card {
    padding: 28px;
  }

  .manifesto-header {
    font-size: 30px;
  }
}