.public-body { background: #fff; color: #10203a; }
.public-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(148,163,184,.22);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.public-nav { display: flex; gap: 24px; margin-left: auto; }
.public-nav a { color: #475569; font-weight: 650; font-size: .92rem; }
.public-nav a:hover { color: #0f172a; }
.nav-actions { display: flex; gap: 10px; }

.hero {
  overflow: hidden;
  padding: 86px 0 72px;
  background:
    radial-gradient(circle at 15% 20%, rgba(37,99,235,.28), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(14,165,233,.22), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0b1f38 58%, #0d2947 100%);
  color: #fff;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.hero-copy h1 { margin: 0 0 22px; font-size: clamp(2.8rem, 5.8vw, 5rem); line-height: 1.03; letter-spacing: -.045em; }
.hero-copy h1 em { color: #67e8f9; font-style: normal; }
.hero-copy p { margin: 0; max-width: 720px; color: #cbd5e1; font-size: 1.13rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #dbeafe; font-size: .9rem; font-weight: 700; }
.hero-panel { position: relative; }
.hero-panel::before {
  content: "";
  position: absolute;
  inset: 12% -8% -12% 18%;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(37,99,235,.35), rgba(14,165,233,.18));
  filter: blur(35px);
}
.mock-window {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 30px 80px rgba(0,0,0,.3);
  backdrop-filter: blur(18px);
}
.mock-top { display: flex; gap: 7px; margin-bottom: 20px; }
.mock-top i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.35); }
.mock-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mock-kpis div { padding: 16px; border-radius: 14px; background: rgba(255,255,255,.1); }
.mock-kpis small, .mock-kpis span { display: block; color: #cbd5e1; }
.mock-kpis strong { display: block; font-size: 1.45rem; margin: 7px 0; }
.mock-chart { height: 180px; display: flex; align-items: end; gap: 12px; padding: 24px 12px 0; }
.mock-chart span { flex: 1; border-radius: 8px 8px 2px 2px; background: linear-gradient(#67e8f9,#2563eb); }
.mock-status { padding: 14px; border-radius: 12px; background: rgba(16,185,129,.14); color: #d1fae5; }
.mock-status b { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border-radius: 50%; background: #34d399; }

.trust-strip { border-bottom: 1px solid #e2e8f0; background: #fff; }
.trust-strip .container { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.trust-strip span { color: #94a3b8; text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; font-weight: 800; }
.trust-strip strong { color: #334155; font-size: .92rem; }

.section { padding: 92px 0; }
.section-muted { background: #f8fafc; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2, .split-section h2, .cta-card h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.3rem); letter-spacing: -.035em; line-height: 1.12; }
.section-heading p, .split-section p { color: #64748b; line-height: 1.75; }

.steps-grid, .feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.steps-grid article, .feature-grid article {
  padding: 24px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff;
}
.steps-grid article > span { color: #2563eb; font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.steps-grid h3, .feature-grid h3 { margin: 16px 0 10px; font-size: 1.08rem; }
.steps-grid p, .feature-grid p { margin: 0; color: #64748b; line-height: 1.65; }
.feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.feature-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  color: #1d4ed8;
  background: #dbeafe;
  font-size: 1.3rem;
  font-weight: 900;
}

.split-section { display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.check-list li::before { content: "✓"; color: #059669; font-weight: 900; margin-right: 10px; }
.audience-card { padding: 28px; border-radius: 22px; background: #0f172a; color: #fff; box-shadow: 0 30px 70px rgba(15,23,42,.18); }
.audience-card h3 { margin-top: 0; }
.audience-card div { display: grid; gap: 4px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.audience-card div:last-child { border-bottom: 0; }
.audience-card span { color: #94a3b8; font-size: .9rem; }

.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { color: #64748b; line-height: 1.7; margin-bottom: 0; }

.cta-section { padding: 34px 0 92px; background: #f8fafc; }
.cta-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  padding: 46px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg,#0f172a,#12345b);
  box-shadow: 0 28px 70px rgba(15,23,42,.18);
}
.cta-card p { color: #cbd5e1; max-width: 720px; line-height: 1.7; }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }

.public-footer { padding: 56px 0; background: #07111f; color: #cbd5e1; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .7fr .7fr; gap: 44px; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-grid a { color: #94a3b8; }
.footer-brand { margin-bottom: 8px; }
.page-hero { padding: 100px 0; background: #f8fafc; text-align: center; }
.page-hero h1 { font-size: clamp(2.4rem,5vw,4rem); margin-bottom: 14px; }
.page-hero p { color: #64748b; line-height: 1.7; }

@media (max-width: 980px) {
  .public-nav { display: none; }
  .hero-grid, .split-section { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .hero-panel { max-width: 650px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 680px) {
  .nav-actions .button-primary { display: none; }
  .hero { padding-top: 58px; }
  .hero-copy h1 { font-size: 2.65rem; }
  .hero-actions, .cta-actions { flex-direction: column; align-items: stretch; }
  .steps-grid, .feature-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-strip .container { justify-content: flex-start; padding-block: 20px; }
  .section { padding: 68px 0; }
  .cta-card { padding: 28px; }
}
