
:root {
    --f-purple: #a855f7;
    --f-dark: #1a1a1a;
    --f-bg: #f8f8f8;
    --f-light-purple: #e9d5ff;
}

.fenizo-contact {
    position: relative;
    padding: 100px 8%;
    background-color: var(--f-bg);
    min-height: 80vh;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Background Vertical Lines */
.bg-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0,0,0,0.05) 1px, transparent 1px);
    background-size: 10% 100%;
    pointer-events: none;
}

.sub-label {
    font-weight: 700;
    font-size: 14px;
    color: #999;
    letter-spacing: 2px;
}

.main-heading {
    font-size: clamp(60px, 10vw, 120px);
    font-weight: 800;
    line-height: 0.9;
    color: var(--f-dark);
    margin-top: 20px;
    position: relative;
}

.text-purple {
    color: var(--f-purple);
}

.stars {
    color: #888;
    font-size: 0.4em;
    vertical-align: middle;
}

.cta-mini {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--f-purple);
    margin-left: 20px;
}

/* Bottom 3D Grid Layout */
.glass-grid-container {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 50px;
    border-radius: 40px;
    overflow: hidden;
}

.contact-info-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 10;
    color: white;
}

.info-title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.pill-btn {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 50px;
    color: white;
    text-decoration: none;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.1);
    font-weight: 600;
    transition: 0.3s;
}

.pill-btn:hover { background: white; color: var(--f-purple); }

/* The 3D Cube Pattern */
.cube-pattern {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 0;
    width: 120%;
    height: 100%;
    transform: rotate(-5deg) translate(-50px, 50px);
}

.cube {
    background: linear-gradient(135deg, var(--f-purple), #d8b4fe);
    box-shadow: inset -5px -5px 15px rgba(0,0,0,0.2), 
                inset 5px 5px 15px rgba(255,255,255,0.3);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0.9;
}

.cube:nth-child(even) {
    background: linear-gradient(135deg, #c084fc, var(--f-light-purple));
    filter: blur(2px);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .main-heading { font-size: 60px; }
    .cube-pattern { grid-template-columns: repeat(5, 1fr); }
}



.pm-gallery {
  padding: 4rem 0;
  background: #050915;
  color: #f3f4ff;
}

.pm-section__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.pm-section__head h2 {
  font-size: 2.1rem;
  margin: 0.75rem 0;
}

.pm-section__head p {
  color: #a0abc8;
  margin: 0;
}

.pm-gallery__rail {
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  display: flex;
  gap: 1.5rem;
}

.pm-gallery__rail::-webkit-scrollbar {
  display: none;
}

.pm-gallery__grid {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
  }

.pm-gallery__grid::-webkit-scrollbar {
    display: none;
  }

.pm-gallery__item {
  flex: 0 0 200px;
  border-radius: 18px;
  border: 1px solid var(--pm-border);
  padding: 0.75rem;
  background: var(--pm-panel);
  text-align: center;
  scroll-snap-align: start;
}

.pm-gallery__item img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 0.5rem;
}

.pm-gallery__item figcaption {
  font-size: 0.85rem;
  color: var(--pm-muted);
}

.pm-cta {
  padding: 4rem 0;
}

.pm-cta__card {
  border-radius: 28px;
  border: 1px solid var(--pm-border-strong);
  background: linear-gradient(135deg, rgba(130, 247, 172, 0.12), rgba(94, 128, 255, 0.08));
  padding: 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

.pm-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pm-faq {
  padding: 4rem 0 5rem;
  background: #04060f;
}

.pm-faq__list {
  display: grid;
  gap: 1rem;
}

.pm-faq__item {
  border-radius: 20px;
  border: 1px solid var(--pm-border);
  background: var(--pm-panel);
  overflow: hidden;
}

.pm-faq__trigger {
  width: 100%;
  background: none;
  border: none;
  color: var(--pm-text);
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.pm-faq__icon {
  font-size: 1.25rem;
  color: var(--pm-accent);
  transition: transform 0.2s ease;
}

.pm-faq__item.is-open .pm-faq__icon {
  transform: rotate(45deg);
}

.pm-faq__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1.5rem;
}

.pm-faq__item.is-open .pm-faq__content {
  max-height: 500px;
  padding-bottom: 1.25rem;
}

.pm-faq__content p {
  color: var(--pm-muted);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1024px) {
  .pm-workflow {
    flex-direction: column;
    text-align: left;
  }

  .pm-workflow--reverse {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .pm-hero__actions,
  .pm-cta__actions,
  .pm-hero__metrics {
    flex-direction: column;
    align-items: stretch;
  }

  .pm-market-card-deck {
    grid-template-columns: 1fr;
  }

  .pm-cta__card {
    padding: 2rem;
  }
}

@media (max-width: 480px) {
  .pm-stack-card,
  .pm-market-feed__item {
    padding: 1.1rem;
  }

  .pm-hero__copy h1 {
    font-size: 2.2rem;
  }
}

.pm-gallery__rail { display:flex; gap:1.5rem; overflow-x:auto; padding-bottom:1rem; scroll-snap-type:x mandatory; }
.pm-gallery__rail::-webkit-scrollbar { display:none; }
.pm-gallery__rail .pm-gallery__item { scroll-snap-align:start; }




:root {
  --purple-primary: #4e12c1;
  --bg-light: #f5f7ff;
  --text-dark: #1a1a1a;
}

.app-showcase-section {
  padding: 80px 0;
  background-color: var(--bg-light);
  font-family: var(--font-sans);
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}

.section-header .badge {
  color: var(--purple-primary);
  background: rgba(78, 18, 193, 0.12);
  padding: 6px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
}

.section-header h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin: 15px 0;
  color: var(--text-dark);
}

.section-header p {
  color: rgba(26, 26, 26, 0.7);
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.marquee-wrapper {
  display: flex;
  width: fit-content;
  animation: scrollAnimation 40s linear infinite;
}

.marquee-container:hover .marquee-wrapper {
  animation-play-state: paused;
}

.marquee-group {
  display: flex;
  gap: 30px;
  padding-right: 30px;
}

.screen-card {
  width: 240px;
  background: var(--cultfit-white);
  padding: 12px;
  border-radius: 28px;
  box-shadow: 0 20px 40px rgba(2, 6, 23, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.screen-card img {
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.card-label {
  margin-top: 12px;
  font-weight: 600;
  color: #2f2f2f;
}

@keyframes scrollAnimation {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes bubbleFloat {
  0% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.05) translateY(-15px); }
  100% { transform: scale(1) translateY(0); }
}

@media (max-width: 768px) {
  .screen-card { width: 180px; }
}

