600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

/* ---- Global page tone for this layout ---- */
body { background: #131314; }

/* ---- Hero ---- */
.ffs-hero {
  position: relative;
  background-blend-mode: normal !important;
}
.ffs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #131314 0%, rgba(19,19,20,0.55) 50%, rgba(19,19,20,0.25) 100%);
  pointer-events: none;
  z-index: 1;
}
.ffs-hero .et_pb_row { position: relative; z-index: 2; }

.ffs-eyebrow-pill .et_pb_text_inner p {
  margin: 0;
  display: inline-block;
}

.ffs-hero-headline .ffs-amber { color: #feb700; }

/* Hero buttons - keep them side by side on desktop */
.ffs-hero .et_pb_button_module_wrapper { display: inline-block; margin: 0 8px 12px; }

.ffs-btn-primary:hover {
  box-shadow: 0 0 28px rgba(254,183,0,0.45);
  transform: translateY(-1px);
}
.ffs-btn-glass {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

/* ---- "Now Playing" floating card ---- */
.ffs-now-playing-wrap { display: flex; justify-content: center; }
.ffs-now-playing {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 14px;
  max-width: 420px;
  width: 100%;
}
.ffs-np-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: #7000ff;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 20px; font-weight: 900;
  animation: ffsPulse 2s ease-in-out infinite;
}
@keyframes ffsPulse { 0%,100% { opacity:1; } 50% { opacity: 0.65; } }
.ffs-np-meta { display: flex; flex-direction: column; flex: 1; }
.ffs-np-label {
  font: 700 11px/1 'Inter', sans-serif;
  color: #feb700;
  letter-spacing: 1.5px;
}
.ffs-np-title {
  font: 700 14px/1.3 'Inter', sans-serif;
  color: #fff;
  margin-top: 4px;
}
.ffs-np-play {
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/* ---- Section ambient light leaks ---- */
.ffs-section-amber-leak {
  position: relative;
  overflow: hidden;
}
.ffs-section-amber-leak::before {
  content: "";
  position: absolute;
  bottom: -10%; left: -10%;
  width: 50%; height: 60%;
  background: radial-gradient(circle, rgba(254,183,0,0.12), transparent 60%);
  pointer-events: none;
}
.ffs-section-purple-leak {
  position: relative;
  overflow: hidden;
}
.ffs-section-purple-leak::before {
  content: "";
  position: absolute;
  top: -10%; right: -10%;
  width: 50%; height: 60%;
  background: radial-gradient(circle, rgba(112,0,255,0.18), transparent 60%);
  pointer-events: none;
}

/* Grayscale image hover */
.ffs-img-grayscale .et_pb_image_wrap img,
.ffs-img-grayscale img {
  filter: grayscale(100%);
  transition: filter 0.7s ease;
}
.ffs-img-grayscale:hover .et_pb_image_wrap img,
.ffs-img-grayscale:hover img {
  filter: grayscale(0%);
}

/* ---- Bento (Experience Menu) ---- */
.ffs-bento { color: #e5e2e3; }
.ffs-bento-header { margin-bottom: 56px; }
.ffs-bento-header h2 {
  font: 700 48px/1.15 'Epilogue', sans-serif;
  color: #fff;
  letter-spacing: -1px;
  margin: 0 0 12px;
}
.ffs-bento-header p {
  font: 400 16px/1.6 'Inter', sans-serif;
  color: #ccc3da;
  max-width: 560px;
  margin: 0;
}

.ffs-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.ffs-bento-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 280px;
  padding: 32px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
}
.ffs-bento-wide { grid-column: span 8; }
.ffs-bento-narrow { grid-column: span 4; }
@media (max-width: 980px) {
  .ffs-bento-wide, .ffs-bento-narrow { grid-column: span 12; }
}

.ffs-bento-image .ffs-bento-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, #0a0a0b 0%, rgba(10,10,11,0.3) 60%, transparent 100%);
  pointer-events: none;
}
.ffs-bento-image .ffs-bento-content { position: relative; z-index: 2; }

.ffs-bento-glass { justify-content: space-between; }

.ffs-bento-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  margin-bottom: 24px;
}
.ffs-icon-purple {
  background: rgba(112,0,255,0.18);
  color: #d1bcff;
}
.ffs-icon-amber {
  background: rgba(254,183,0,0.18);
  color: #feb700;
}

.ffs-bento-content h3 {
  font: 600 32px/1.2 'Epilogue', sans-serif;
  color: #fff;
  margin: 0 0 10px;
}
.ffs-bento-content p {
  font: 400 16px/1.55 'Inter', sans-serif;
  color: #ccc3da;
  margin: 0 0 16px;
  max-width: 460px;
}

.ffs-bento-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.ffs-bento-tags span {
  font: 700 11px/1 'Inter', sans-serif;
  letter-spacing: 1.2px;
  padding: 7px 12px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  color: #d1bcff;
}

.ffs-bento-link {
  display: inline-flex; align-items: center; gap: 8px;
  font: 700 12px/1 'Inter', sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
  transition: gap 0.25s ease;
}
.ffs-bento-link:hover { gap: 14px; }
.ffs-link-purple { color: #d1bcff; }
.ffs-link-amber { color: #feb700; }

/* ---- Process Steps ---- */
.ffs-step {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.ffs-step-number {
  width: 96px; height: 96px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font: 900 32px/1 'Epilogue', sans-serif;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.3s ease;
}
.ffs-step:hover .ffs-step-number { transform: scale(1.08); }
.ffs-step-amber .ffs-step-number {
  color: #feb700;
  border-color: rgba(254,183,0,0.4);
}
.ffs-step-purple .ffs-step-number {
  color: #d1bcff;
  border-color: rgba(209,188,255,0.4);
}

/* ---- Testimonials ---- */
.ffs-testimonials { color: #e5e2e3; }
.ffs-testimonial-head { margin-bottom: 56px; }
.ffs-testimonial-head h2 {
  font: 700 48px/1.15 'Epilogue', sans-serif;
  color: #fff;
  letter-spacing: -1px;
  margin: 0;
  max-width: 600px;
}
.ffs-testimonial-head h2 em {
  color: #d1bcff;
  font-style: italic;
}

.ffs-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 980px) {
  .ffs-testimonial-grid { grid-template-columns: 1fr; }
}

.ffs-testimonial {
  position: relative;
  padding: 36px 32px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
}
.ffs-tst-purple {
  background: rgba(112,0,255,0.04);
  border-color: rgba(209,188,255,0.2);
}
.ffs-quote-mark {
  position: absolute;
  top: 16px; right: 24px;
  font: 900 80px/1 'Epilogue', sans-serif;
  color: #feb700;
  opacity: 0.18;
}
.ffs-tst-purple .ffs-quote-mark { color: #d1bcff; }

.ffs-testimonial p {
  font: italic 400 17px/1.55 'Inter', sans-serif;
  color: #fff;
  margin: 0 0 28px;
}
.ffs-tst-author {
  display: flex; align-items: center; gap: 14px;
}
.ffs-tst-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #353436;
  flex-shrink: 0;
}
.ffs-tst-author strong {
  display: block;
  font: 700 15px/1.2 'Inter', sans-serif;
  color: #fff;
  margin-bottom: 3px;
}
.ffs-tst-author span {
  font: 700 11px/1 'Inter', sans-serif;
  color: #feb700;
  letter-spacing: 1px;
}
.ffs-tst-role-purple { color: #d1bcff !important; }

/* ---- Final CTA section ---- */
.ffs-final-cta {
  position: relative;
}
.ffs-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19,19,20,0.78);
  pointer-events: none;
}
.ffs-final-cta .et_pb_row { position: relative; z-index: 2; }

/* Email signup pill */
.ffs-signup .et_pb_newsletter_form {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  padding: 6px;
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.ffs-signup .et_pb_newsletter_field {
  flex: 1;
  margin: 0;
  padding: 0;
}
.ffs-signup .et_pb_signup_email_field,
.ffs-signup input[type="email"] {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  padding: 14px 22px !important;
  font: 400 15px/1 'Inter',sans-serif!important;width:100%!important;box-shadow:none!important}.ffs-signup input[type="email"]::placeholder{color:rgba(204,195,218,0.5)}.ffs-signup .et_pb_newsletter_button_wrap{margin:0}.ffs-signup .et_pb_newsletter_button{border-radius:999px!important;padding:14px 28px!important;white-space:nowrap}.et_pb_section a{transition:color 0.2s ease}.et_pb_section a:hover{color:#fff!important}@media (max-width:768px){.ffs-hero-headline h1{font-size:40px!important;line-height:1.05!important}.ffs-bento-content h3{font-size:26px!important}.ffs-testimonial-head h2{font-size:32px!important}.ffs-bento-card{min-height:240px;padding:24px}.ffs-now-playing{max-width:100%}}.et-db #et-boc .et-l.et-l--post .et_builder_inner_content{z-index:auto}