/* /var/www/seoapp/static/css/tool-patterns.css */

.projects-new * {
  font-family: var(--font-primary) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.projects-new i.fa,
.projects-new i.fas,
.projects-new i.far,
.projects-new i.fab,
.projects-new i.fa-solid,
.projects-new i.fa-regular,
.projects-new i.fa-brands {
  font-family: var(--font-primary) !important;
  font-style: normal !important;
  line-height: 1 !important;
}

.projects-new i.fa-solid { font-weight: 900 !important; }
.projects-new i.fa-regular { font-weight: 400 !important; font-family: var(--font-primary) !important; }
.projects-new i.fa-brands { font-weight: 400 !important; font-family: var(--font-primary) !important; }

.projects-new {
  --bg: #05060a;
  --fg: #f0f6fc;
  --muted: rgba(240, 246, 252, .70);
  --muted2: rgba(240, 246, 252, .58);
  --faint: rgba(240, 246, 252, .42);
  --border: rgba(255, 255, 255, .12);
  --surface: rgba(255, 255, 255, .03);
  --surface2: rgba(255, 255, 255, .02);
  --blue: #1f6feb;
  color: var(--fg);
}

/* Stage */
.pn-stage {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background:
    radial-gradient(1200px 520px at 18% 8%, rgba(31, 111, 235, .18), transparent 56%),
    radial-gradient(880px 460px at 86% 18%, rgba(56, 139, 253, .14), transparent 52%),
    radial-gradient(760px 420px at 52% 92%, rgba(255, 255, 255, .06), transparent 60%),
    rgba(255, 255, 255, .02);
  box-shadow: 0 22px 58px rgba(0, 0, 0, .58);
}

.pn-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, .10), rgba(0, 0, 0, .36)),
    radial-gradient(1px 1px at 22% 28%, rgba(255, 255, 255, .10), transparent 45%),
    radial-gradient(1px 1px at 74% 36%, rgba(255, 255, 255, .08), transparent 45%),
    radial-gradient(1px 1px at 38% 72%, rgba(255, 255, 255, .07), transparent 45%);
  opacity: .55;
  mix-blend-mode: screen;
}

.pn-inner {
  position: relative;
  z-index: 2;
  max-width: var(--container-max, 1360px);
  margin: 0 auto;
  padding: 2.25rem 2.25rem 2.0rem;
}

/* Header / intro */
.pn-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: .65rem;
  padding: .1rem 0 0;
  max-width: 980px;
}

.pn-h1 {
  font-size: clamp(2.2rem, 5.6vw, 3.6rem);
  font-weight: 300;
  letter-spacing: 0.15px;
  line-height: 1.05;
  margin: 0 0 0.4rem 0;
  display: flex;
  align-items: center;
  gap: .65rem;
}

.pn-h1 i {
  font-size: .72em;
  opacity: .9;
  color: rgba(240, 246, 252, .92);
}

.pn-lead {
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  font-weight: 350;
  line-height: 1.28;
  color: rgba(240, 246, 252, .82);
  margin: 0 0 .35rem 0;
  max-width: 70ch;
}

.pn-muted {
  color: rgba(240, 246, 252, .62);
  font-size: 1.06rem;
  line-height: 1.42;
  font-weight: 350;
  margin: 0;
  max-width: 96ch;
}

.pn-divider {
  height: 1px;
  background: rgba(255, 255, 255, .10);
  margin: 1.15rem 0 .95rem;
}

/* Responsiveness */
@media (max-width: 992px) {
  .pn-inner { padding: 1.05rem 1.25rem 1.35rem; }
}

@media (max-width: 640px) {
  .pn-inner { padding: 1rem 1.05rem 1.25rem; }
}
