:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #f7f7f7;
  background: #030303;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(90deg, rgba(255, 22, 22, 0.05) 0 1px, transparent 1px 100%) 0 0 / 160px 160px,
    linear-gradient(0deg, rgba(255, 22, 22, 0.04) 0 1px, transparent 1px 100%) 0 0 / 160px 160px,
    radial-gradient(circle at 80% 10%, rgba(255, 0, 0, 0.18), transparent 31rem),
    #030303;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.solutions-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 88px;
  padding: 0.7rem clamp(1rem, 4vw, 3.75rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(3, 3, 3, 0.9);
  backdrop-filter: blur(18px);
}

.solutions-logo {
  display: block;
  width: 112px;
  height: 70px;
}

.solutions-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solutions-header nav,
.solutions-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.5rem);
}

.solutions-header nav a,
.solutions-footer a {
  color: #d8d8d8;
  transition: color 180ms ease;
}

.solutions-header nav a:hover,
.solutions-footer a:hover,
.text-link:hover {
  color: #ff2929;
}

.solutions-header nav a[aria-current="page"] {
  color: #ff3636;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.45rem;
  border: 1px solid #e31111;
  border-radius: 6px;
  background: linear-gradient(135deg, #f61919, #c90404);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 0 28px rgba(255, 0, 0, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 40px rgba(255, 0, 0, 0.34);
}

.button.secondary {
  background: rgba(0, 0, 0, 0.42);
  box-shadow: none;
}

.solution-hero,
.about-hero,
.breadcrumbs,
.proof-strip,
.content-band,
.solution-directory,
.about-story,
.about-principles,
.feature-grid,
.workflow-band,
.related-section,
.solution-cta,
.solutions-footer {
  width: min(100%, 1240px);
  margin-inline: auto;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 1.2rem clamp(1rem, 4vw, 2rem) 0;
  color: #8d8d8d;
  font-size: 0.78rem;
  line-height: 1.5;
}

.breadcrumbs a {
  color: #bdbdbd;
  transition: color 180ms ease;
}

.breadcrumbs a:hover {
  color: #ff2929;
}

.breadcrumbs span[aria-hidden="true"] {
  color: #ff2929;
}

.solution-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(28rem, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  min-height: 520px;
  padding: clamp(2.75rem, 5vw, 4.5rem) clamp(1rem, 4vw, 2rem);
}

.about-hero {
  display: block;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 2rem);
}

.about-hero-copy {
  max-width: 860px;
  margin-inline: auto;
  text-align: center;
}

.about-hero-copy h1 {
  font-size: clamp(3.5rem, 7vw, 7rem);
}

.about-hero-copy .hero-deck {
  max-width: 720px;
  margin-inline: auto;
}

.about-hero-copy .hero-actions {
  justify-content: center;
}

.contact-button {
  width: 190px;
  flex: 0 0 190px;
  padding-inline: 1rem;
  text-align: center;
  white-space: nowrap;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(16rem, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 2rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.about-story-body {
  max-width: 760px;
}

.about-story-body p {
  margin: 0;
  color: #c4c4c4;
  font-size: 1.08rem;
  line-height: 1.85;
}

.about-story-body p + p {
  margin-top: 1.35rem;
}

.founder-note {
  margin-top: 2rem;
  padding: 1.4rem 1.5rem;
  border-left: 3px solid #ff2929;
  background: rgba(255, 25, 25, 0.06);
  color: #fff;
  font-weight: 800;
  line-height: 1.65;
}

.about-principles {
  padding: 0 clamp(1rem, 4vw, 2rem) clamp(4rem, 8vw, 7rem);
}

.about-principles-header {
  max-width: 760px;
  margin-bottom: 1.7rem;
}

.about-principles-header p:last-child {
  margin: 1rem 0 0;
  color: #bdbdbd;
  line-height: 1.7;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.principle-grid article {
  padding: 1.5rem;
  border-top: 2px solid #ff2929;
  background: rgba(255, 255, 255, 0.035);
}

.principle-grid p {
  margin: 0.8rem 0 0;
  color: #aaa;
  line-height: 1.65;
}

.solution-hero-copy {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 1rem;
  color: #ff2929;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3rem, 5vw, 5.35rem);
  line-height: 0.94;
}

h1 span,
.accent {
  color: #ff2525;
}

h2 {
  font-size: clamp(2.25rem, 4vw, 4rem);
  line-height: 0.98;
}

h3 {
  font-size: 1.5rem;
  line-height: 1;
}

.hero-deck {
  max-width: 670px;
  margin: 1.4rem 0 0;
  color: #c8c8c8;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.hero-media {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  border: 1px solid #ff1c1c;
  border-radius: 8px;
  background: #080808;
  box-shadow: 0 0 44px rgba(255, 0, 0, 0.25);
}

.hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid rgba(255, 255, 255, 0.13);
}

.proof-strip span {
  padding: 1.4rem 1rem;
  color: #d5d5d5;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
}

.proof-strip span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.content-band {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 2rem);
}

.solution-directory {
  padding: clamp(3.5rem, 6vw, 5rem) clamp(1rem, 4vw, 2rem);
}

.solution-directory-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.solution-directory-header p:last-child {
  max-width: 560px;
  margin: 0;
  color: #bdbdbd;
  line-height: 1.65;
}

.solution-directory-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.solution-directory-grid a {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(150deg, rgba(255, 28, 28, 0.1), rgba(255, 255, 255, 0.02));
  transition: border-color 180ms ease, transform 180ms ease;
}

.solution-directory-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 31, 31, 0.72);
}

.solution-directory-grid h3 {
  font-size: clamp(1.08rem, 1.2vw, 1.35rem);
}

.solution-directory-grid p {
  margin: 0.8rem 0 1.25rem;
  color: #aaa;
  font-size: 0.92rem;
  line-height: 1.55;
}

.solution-directory-grid strong {
  margin-top: auto;
  color: #ff2929;
}

.content-copy p,
.workflow-intro p,
.related-section > p {
  margin: 1rem 0 0;
  color: #bdbdbd;
  font-size: 1.05rem;
  line-height: 1.75;
}

.content-list {
  display: grid;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-list li {
  padding: 0 0 1.2rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #c8c8c8;
  line-height: 1.65;
}

.content-list li::before {
  float: left;
  margin-left: -2rem;
  color: #ff2929;
  font-weight: 900;
  content: "✓";
}

.content-list strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #fff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 clamp(1rem, 4vw, 2rem) clamp(4rem, 8vw, 7rem);
}

.feature-grid article,
.related-grid a {
  min-width: 0;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: linear-gradient(150deg, rgba(255, 28, 28, 0.08), rgba(255, 255, 255, 0.02));
}

.feature-grid p,
.related-grid p {
  margin: 0.8rem 0 0;
  color: #aaa;
  line-height: 1.65;
}

.workflow-band {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 2rem);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.workflow-steps {
  display: grid;
  gap: 0;
}

.workflow-steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.workflow-steps b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #ff2424;
  border-radius: 50%;
  color: #ff2929;
}

.workflow-steps h3 {
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: none;
}

.workflow-steps p {
  margin: 0.4rem 0 0;
  color: #aaa;
  line-height: 1.6;
}

.related-section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 2rem);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.related-grid a {
  transition: border-color 180ms ease, transform 180ms ease;
}

.related-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 31, 31, 0.7);
}

.related-grid strong,
.text-link {
  color: #ff2929;
}

.solution-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
  padding: 2rem;
  border: 1px solid #ff1c1c;
  border-radius: 8px;
  background: linear-gradient(110deg, rgba(255, 16, 16, 0.13), rgba(255, 16, 16, 0.025));
}

.solution-cta p {
  max-width: 700px;
  margin: 0.65rem 0 0;
  color: #bbb;
  line-height: 1.6;
}

.solutions-footer {
  display: grid;
  grid-template-columns: 140px 1fr auto auto;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: none;
  min-height: 72px;
  margin-inline: 0;
  padding: 1.5rem 3.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #888;
  font-size: 0.82rem;
}

.solutions-footer p {
  margin: 0;
  color: #a8a8a8;
}

.solutions-footer nav {
  justify-content: flex-end;
  gap: 2.4rem;
}

.solutions-footer small {
  white-space: nowrap;
}

.footer-logo {
  display: block;
  width: 92px;
  height: 58px;
}

.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.discord-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.discord-footer-link img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}


@media (max-width: 1180px) {
  .solution-directory-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .solutions-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
  }

  .solutions-header .button {
    display: none;
  }

  .solutions-header nav {
    flex-wrap: wrap;
  }

  .solution-hero,
  .about-hero,
  .about-story,
  .content-band,
  .workflow-band {
    grid-template-columns: 1fr;
  }

  .solution-hero {
    min-height: auto;
  }

  .hero-media {
    order: 2;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-strip span:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .proof-strip span:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .feature-grid,
  .related-grid,
  .solution-directory-grid,
  .principle-grid {
    grid-template-columns: 1fr;
  }

  .solution-directory-header {
    display: block;
  }

  .solution-directory-header p:last-child {
    margin-top: 1rem;
  }

  .solution-directory-grid a {
    min-height: 175px;
  }

  .solution-cta {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-inline: 1rem;
  }

  .solutions-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-inline: 0;
    padding-inline: 1.5rem;
  }
}

@media (max-width: 560px) {
  .solutions-header nav {
    gap: 0.75rem 1rem;
    font-size: 0.88rem;
  }

  .solution-hero {
    padding-top: 3rem;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip span + span,
  .proof-strip span:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .solution-cta .button {
    width: 100%;
  }

  .solution-cta .contact-button {
    flex-basis: auto;
  }
}
