.page-public {
  background:
    radial-gradient(900px 420px at 8% -8%, rgba(15,111,159,.10), transparent 58%),
    radial-gradient(700px 380px at 100% 0%, rgba(245,130,32,.08), transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, var(--fep-bg) 38%, #fff 100%);
}

.public-nav {
  position: sticky; top: 0; z-index: var(--fep-z-nav);
  background: rgba(255,255,255,.94); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15,86,126,.08);
}
.public-nav__inner {
  position: relative;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  min-height: 72px;
}
.public-nav__menu {
  display: flex; align-items: center; gap: .3rem; flex-wrap: wrap;
}
.public-nav__menu a {
  color: #334155; font-weight: 600; padding: .55rem .8rem; border-radius: 10px;
}
.public-nav__menu a:hover { background: var(--fep-brand-soft); color: var(--fep-brand-deep); }
.public-nav__menu .nav-link-muted { color: var(--fep-muted); }

.hero { padding: 2.75rem 0 2rem; }
.hero__grid {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 2rem; align-items: start;
}
.eyebrow {
  display: inline-block; font-weight: 800; color: var(--fep-brand); letter-spacing: .04em;
  text-transform: uppercase; font-size: .75rem; margin-bottom: .75rem;
}
.hero h1 { font-size: var(--fep-h1); max-width: 15ch; }
.lead { font-size: 1.05rem; color: #475569; max-width: 40ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.35rem; }
.hero__micro { margin-top: .9rem; color: var(--fep-muted); font-size: var(--fep-text-sm); max-width: 40ch; }

.hero__stage { display: grid; gap: 1rem; }
.hero-stage {
  display: grid; gap: .7rem;
  grid-template-columns: 1.2fr .8fr;
}
.stage-rfq, .stage-product, .stage-cap {
  background: #fff; border: 1px solid var(--fep-line); border-radius: var(--fep-radius);
  box-shadow: var(--fep-shadow-soft); padding: .9rem 1rem;
}
.stage-rfq { grid-column: 1 / -1; background: linear-gradient(165deg, #fff 55%, var(--fep-accent-soft)); }
.stage-rfq header { display: flex; justify-content: space-between; align-items: center; margin-bottom: .45rem; }
.stage-rfq h3 { font-size: 1.05rem; margin: 0 0 .25rem; }
.stage-rfq p { margin: 0; color: var(--fep-muted); font-size: .9rem; }
.stage-meta { color: var(--fep-muted); font-size: var(--fep-text-xs); font-weight: 700; }
.stage-specs { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .7rem; }
.stage-specs span {
  font-size: .75rem; font-weight: 700; padding: .25rem .55rem; border-radius: 999px;
  background: rgba(15,111,159,.08); color: var(--fep-brand-deep);
}
.stage-product { display: grid; grid-template-columns: 48px 1fr auto; gap: .65rem; align-items: center; }
.stage-product strong { display: block; font-size: .92rem; }
.stage-product small { color: var(--fep-muted); }
.stage-product__swatch { width: 48px; height: 48px; border-radius: 12px; }
.stage-product__swatch--rollup {
  background:
    linear-gradient(180deg, transparent 18%, rgba(15,23,42,.12) 18% 22%, transparent 22%),
    linear-gradient(135deg, #bae6fd, #e0f2fe);
}
.stage-cap { background: var(--fep-brand-soft); border-color: rgba(15,111,159,.14); }
.stage-cap strong { display: block; margin-bottom: .2rem; }
.stage-cap p { margin: 0; color: var(--fep-brand-deep); font-size: .88rem; }

.home-auth {
  background: #fff; border: 1px solid var(--fep-line); border-radius: var(--fep-radius-lg);
  box-shadow: var(--fep-shadow); padding: 1.1rem 1.15rem 1.3rem;
}
.home-auth__tabs {
  display: grid; grid-template-columns: 1fr 1fr; gap: .35rem;
  background: #f1f5f9; border-radius: 14px; padding: .3rem; margin-bottom: 1rem;
}
.home-auth__tab {
  border: 0; background: transparent; border-radius: 11px; padding: .7rem .5rem;
  font: inherit; font-weight: 700; color: #64748b; cursor: pointer; min-height: 44px;
}
.home-auth__tab.is-active {
  background: #fff; color: var(--fep-brand-deep); box-shadow: 0 1px 4px rgba(15, 23, 42, .08);
}
.home-auth__panel { display: none; }
.home-auth__panel.is-active { display: block; }
.home-auth__title { font-size: 1.2rem; margin-bottom: .2rem; }
.home-auth__lead { color: var(--fep-muted); font-size: .92rem; margin-bottom: .9rem; }
.home-auth__meta { margin: .9rem 0 0; text-align: center; font-weight: 600; }

.value-strip { padding: 1.5rem 0 0; }
.value-strip__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .85rem;
}
.value-strip article {
  background: #fff; border: 1px solid var(--fep-line); border-radius: var(--fep-radius);
  padding: 1rem 1.05rem; box-shadow: var(--fep-shadow-soft);
}
.value-strip h3 { font-size: .98rem; margin-bottom: .35rem; }
.value-strip p { margin: 0; color: var(--fep-muted); font-size: .9rem; }

.flow, .categories, .benefits, .audience, .faq, .final-cta { padding: var(--fep-section) 0; }
.section-lead { color: var(--fep-muted); max-width: 48ch; margin-bottom: 1.5rem; }
.flow__layout {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; align-items: start;
}
.flow__steps {
  background: #fff; border: 1px solid var(--fep-line); border-radius: var(--fep-radius-lg);
  padding: .5rem 1.2rem; box-shadow: var(--fep-shadow);
}

.cat-mosaic {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: .85rem;
}
.cat-tile {
  position: relative; overflow: hidden;
  background: #fff; border: 1px solid var(--fep-line); border-radius: var(--fep-radius);
  padding: 1.05rem; min-height: 168px; box-shadow: var(--fep-shadow-soft);
}
.cat-tile h3 { font-size: 1rem; position: relative; z-index: 1; }
.cat-tile p { color: var(--fep-muted); font-size: .88rem; position: relative; z-index: 1; }
.cat-tile a { font-weight: 700; font-size: .85rem; position: relative; z-index: 1; }
.cat-tile__art {
  position: absolute; right: -8px; top: -8px; width: 88px; height: 88px; border-radius: 22px;
  opacity: .9; transform: rotate(12deg);
}
.cat-tile--print .cat-tile__art { background: linear-gradient(145deg, #dbeafe, #93c5fd); }
.cat-tile--offset .cat-tile__art { background: linear-gradient(145deg, #e2e8f0, #94a3b8); }
.cat-tile--large .cat-tile__art { background: linear-gradient(145deg, #c7d2fe, #818cf8); }
.cat-tile--display .cat-tile__art { background: linear-gradient(145deg, #bae6fd, #38bdf8); }
.cat-tile--banner .cat-tile__art { background: linear-gradient(145deg, #fed7aa, #fb923c); }
.cat-tile--stand .cat-tile__art { background: linear-gradient(145deg, #fde68a, #f59e0b); }
.cat-tile--posm .cat-tile__art { background: linear-gradient(145deg, #fecaca, #f87171); }
.cat-tile--textile .cat-tile__art { background: linear-gradient(145deg, #bbf7d0, #34d399); }
.cat-tile--sign .cat-tile__art { background: linear-gradient(145deg, #a5f3fc, #22d3ee); }
.cat-tile--wrap .cat-tile__art { background: linear-gradient(145deg, #ddd6fe, #a78bfa); }
.cat-tile--pack .cat-tile__art { background: linear-gradient(145deg, #fbcfe8, #f472b6); }
.cat-tile--logistics .cat-tile__art { background: linear-gradient(145deg, #e2e8f0, #64748b); }

.benefits__layout { display: grid; gap: 1.25rem; }
.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .85rem; }
.benefits__grid p { margin: 0; color: var(--fep-muted); font-size: .9rem; }

.faq__narrow { max-width: 720px; }
.faq-item {
  background: #fff; border: 1px solid var(--fep-line); border-radius: 14px;
  padding: 1rem 1.15rem; margin-bottom: .7rem; box-shadow: var(--fep-shadow-soft);
}
.faq-item summary {
  cursor: pointer; font-weight: 700; font-family: var(--fep-display); list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { color: #64748b; margin: .7rem 0 0; }

.final-cta__panel {
  display: flex; justify-content: space-between; align-items: center; gap: 1.25rem;
  background: #0b3b57; color: #e2e8f0; border-radius: var(--fep-radius-xl);
  padding: 1.75rem 1.85rem; box-shadow: var(--fep-shadow-hover);
}
.final-cta__panel h2 { color: #fff; max-width: 18ch; font-size: clamp(1.3rem, 2.4vw, 1.8rem); }
.final-cta__panel p { margin: 0; color: #bfdbfe; max-width: 42ch; }
.final-cta__panel .btn--primary {
  background: #fff; color: var(--fep-brand-deep); box-shadow: none; flex-shrink: 0;
}

.public-footer {
  margin-top: 1rem; padding: 3rem 0 1.5rem; background: #0b3b57; color: #dbeafe;
}
.public-footer a { color: #e2e8f0; }
.public-footer a:hover { color: #fff; }
.public-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
.public-footer h3 { color: #fff; font-size: 1rem; }
.public-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.public-footer__about { color: #bfdbfe; max-width: 36ch; }
.public-footer__copy {
  margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12);
  color: #93c5fd; font-size: .9rem;
}

.reveal { animation: fadeUp .7s var(--fep-ease) both; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
@keyframes floatIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1024px) {
  .hero__grid, .flow__layout, .value-strip__grid, .cat-mosaic, .benefits__grid, .public-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .final-cta__panel { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 768px) {
  .public-nav__menu {
    display: none; position: absolute; left: 0; right: 0; top: 72px;
    background: #fff; border-bottom: 1px solid var(--fep-line); padding: 1rem;
    flex-direction: column; align-items: stretch; box-shadow: var(--fep-shadow);
  }
  .public-nav.is-open .public-nav__menu { display: flex; }
  .hero__grid, .flow__layout, .value-strip__grid, .cat-mosaic, .benefits__grid,
  .public-footer__grid, .hero-stage {
    grid-template-columns: 1fr;
  }
  .stage-rfq { grid-column: auto; }
  .hero { padding-top: 1.5rem; }
  .home-auth .form--grid { grid-template-columns: 1fr; }
}
