/* FREDLINK homepage — cinematic hero matching favorite mockup */

:root {
  --fred-teal: #00e5c2;
  --neon-green: #00ffa6;
  --deep-teal: #00897b;
  --night: #020608;
  --panel: rgba(6, 25, 28, 0.76);
  --panel-strong: rgba(8, 34, 36, 0.9);
  --line: rgba(0, 255, 194, 0.24);
  --text: #f4fbfb;
  --muted: #9fb4b8;
  --max: 1500px;
}

.site-header.header-float {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(2, 6, 8, 0.72), transparent);
  border-bottom: none;
  backdrop-filter: blur(12px);
}

.hero-cinematic {
  min-height: 860px;
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 62% 30%, rgba(0, 255, 190, 0.18), transparent 32%),
    radial-gradient(circle at 18% 40%, rgba(0, 229, 194, 0.08), transparent 40%),
    linear-gradient(180deg, #020608 0%, #061213 54%, #020608 100%);
}

.hero-cinematic .hero-art {
  position: absolute;
  right: -4%;
  top: 52px;
  width: min(78vw, 1180px);
  height: auto;
  max-height: 92%;
  object-fit: contain;
  object-position: center right;
  filter: drop-shadow(0 40px 80px rgba(0, 255, 194, 0.14));
  pointer-events: none;
  z-index: 0;
}

.hero-cinematic .hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  padding: 0 36px;
  margin: 0 auto;
}

.hero-cinematic .hero-copy {
  max-width: 620px;
  padding-bottom: 28px;
}

.hero-cinematic .hero-copy .eyebrow {
  color: var(--neon-green);
  font-weight: 800;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  margin: 0 0 12px;
}

.hero-cinematic .hero-copy h1 {
  font-size: clamp(3.6rem, 7.5vw, 7.2rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
  margin: 0 0 22px;
  font-weight: 950;
}

.hero-cinematic .hero-copy h1 span {
  color: var(--fred-teal);
}

.hero-cinematic .hero-copy-text {
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  color: #d7e3e8;
  max-width: 520px;
  line-height: 1.55;
  margin: 0 0 28px;
}

.hero-cinematic .connector-row {
  margin: 0 0 24px;
}

.hero-cinematic .hero-actions {
  margin: 0 0 8px;
}

.hero-cinematic .hero-feature-wrap {
  position: relative;
  z-index: 3;
  max-width: var(--max);
  padding: 0 36px;
  margin: -8px auto 0;
}

.hero-cinematic .feature-strip {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 0;
  border: 1px solid rgba(0, 255, 194, 0.28);
  background: linear-gradient(180deg, rgba(8, 34, 34, 0.82), rgba(3, 12, 15, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 80px rgba(0, 255, 194, 0.08);
  border-radius: 22px;
  overflow: hidden;
}

.hero-cinematic .feature-strip .feature-item {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 750;
  color: #eafffb;
}

.hero-cinematic .feature-strip .feature-item:last-child {
  border-right: 0;
}

.hero-cinematic .feature-strip .feature-item img {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  max-width: 28px;
}

/* Glowing steps */
.section-cinematic {
  padding: 64px 0;
}

.section-cinematic .section-title {
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.04em;
  text-align: center;
  margin: 0 0 12px;
}

.section-cinematic .section-lead {
  text-align: center;
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto 40px;
}

.steps-glow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
  max-width: 1200px;
  margin: 0 auto;
}

.steps-glow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18%;
  right: 18%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00e5c2, transparent);
  box-shadow: 0 0 24px rgba(0, 255, 194, 0.75);
  z-index: 0;
}

.step-card-glow {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  background: rgba(5, 28, 30, 0.78);
  border: 1px solid rgba(0, 255, 194, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 28px 24px 24px;
  text-align: center;
}

.step-card-glow .step-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 20px;
  background: rgba(0, 229, 194, 0.1);
  border: 1px solid rgba(0, 229, 194, 0.25);
  display: grid;
  place-items: center;
}

.step-card-glow .step-icon img {
  width: 44px;
  height: 44px;
  max-width: 44px;
}

.step-card-glow .step-num {
  position: static;
  display: inline-grid;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, var(--fred-teal), var(--neon-green));
  color: #04100d;
  font-weight: 950;
  place-items: center;
  font-size: 0.85rem;
}

.step-card-glow h3 {
  color: var(--neon-green);
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.step-card-glow p {
  margin: 0;
  color: #b8cdd1;
  font-size: 0.92rem;
  line-height: 1.45;
}

/* Product cards — fantasy copy */
.glow-card {
  background: linear-gradient(180deg, rgba(8, 38, 39, 0.82), rgba(4, 13, 17, 0.92));
  border: 1px solid var(--line);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(0, 255, 194, 0.04),
    0 30px 90px rgba(0, 255, 194, 0.08);
  backdrop-filter: blur(18px);
  border-radius: 28px;
  min-height: 260px;
}

.products-cinematic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 36px;
}

.product-card-cinematic {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  align-items: center;
  padding: 24px;
}

.product-card-cinematic .product-art {
  height: 200px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 229, 194, 0.18);
}

.product-card-cinematic .product-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-cinematic h2 {
  font-size: 1.5rem;
  margin: 8px 0;
  letter-spacing: -0.03em;
}

.product-tagline {
  color: var(--muted);
  font-size: 1rem;
  margin: 0 0 16px;
}

/* Prompts */
.prompt-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--muted);
  max-width: 720px;
  margin: 20px auto 0;
}

/* Beta pricing mockup style */
.pricing-cinematic .section-title {
  text-align: center;
}

.pricing-cinematic .section-lead {
  text-align: center;
  color: var(--muted);
  margin-bottom: 28px;
}

.pricing-grid-mock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 36px;
}

.price-card-mock {
  padding: 28px;
  border-radius: 28px;
  min-height: 280px;
}

.price-card-mock .price {
  font-size: 2.8rem;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.price-card-mock .price-planned {
  font-size: 0.95rem;
  color: var(--muted);
  margin-top: 4px;
  font-weight: 600;
}

.price-card-mock.featured {
  border-color: rgba(0, 255, 166, 0.55);
  box-shadow: 0 0 80px rgba(0, 229, 194, 0.12);
}

@media (max-width: 1200px) {
  .hero-cinematic .hero-art {
    width: min(85vw, 900px);
    right: -12%;
    opacity: 0.92;
  }
  .hero-cinematic .feature-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .hero-cinematic .feature-strip .feature-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}

@media (max-width: 900px) {
  .hero-cinematic {
    min-height: auto;
    padding-top: 88px;
  }
  .hero-cinematic .hero-art {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    margin: 24px auto 0;
    display: block;
    opacity: 1;
  }
  .hero-cinematic .hero-inner {
    padding: 0 20px;
  }
  .hero-cinematic .hero-feature-wrap {
    padding: 0 20px;
    margin-top: 20px;
  }
  .steps-glow {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .steps-glow::before {
    display: none;
  }
  .products-cinematic,
  .pricing-grid-mock {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .product-card-cinematic {
    grid-template-columns: 1fr;
  }
}
