@import url('./rai.css');

.mfb-page {
  background:
    radial-gradient(1000px 540px at 12% -10%, rgba(14, 165, 233, 0.2), transparent 70%),
    radial-gradient(1100px 620px at 95% 8%, rgba(251, 191, 36, 0.14), transparent 72%),
    #070d1f;
  min-height: 100vh;
}

.mfb-hero {
  max-width: 980px;
  margin: 0 auto 30px;
  text-align: center;
  padding: 0 4vw;
}

.mfb-hero h1 {
  margin: 10px 0 12px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.1;
}

.mfb-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.mfb-backlink,
.mfb-source {
  color: #67e8f9;
  font-weight: 700;
  text-decoration: none;
}

.mfb-source {
  color: #fbbf24;
}

.mfb-empty {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 0 4vw;
}

.mfb-steps {
  max-width: 1160px;
  margin: 0 auto;
  padding: 6px 4vw 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.mfb-step {
  position: relative;
  background: linear-gradient(160deg, rgba(16, 30, 55, 0.96), rgba(8, 18, 36, 0.98));
  border: 1px solid rgba(103, 232, 249, 0.2);
  border-radius: 18px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(2, 10, 28, 0.55);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.mfb-step:hover {
  transform: translateY(-3px);
  border-color: rgba(103, 232, 249, 0.55);
  box-shadow: 0 20px 34px rgba(0, 13, 34, 0.65);
}

.mfb-step__number {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(103, 232, 249, 0.14);
  color: #67e8f9;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.mfb-step__title {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.25;
  font-weight: 800;
  color: #f8fafc;
}

.mfb-step__excerpt {
  margin: 0;
  color: #d2dfef;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mfb-step__cta {
  margin-top: 16px;
  display: inline-flex;
  color: #22d3ee;
  font-weight: 700;
}

.mfb-page--module {
  background:
    radial-gradient(1050px 540px at 14% -8%, rgba(14, 165, 233, 0.22), transparent 70%),
    radial-gradient(950px 560px at 90% 4%, rgba(251, 191, 36, 0.15), transparent 76%),
    #070d1f;
}

.mfb-module-hero {
  max-width: 940px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 0 4vw;
}

.mfb-module-hero h1 {
  margin: 10px 0 10px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.15;
}

.mfb-module-meta {
  color: #cbd5e1;
  margin: 0;
}

.mfb-module-article {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 4vw;
}

.mfb-module-content {
  background: rgba(8, 18, 38, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: clamp(18px, 2.6vw, 32px);
  box-shadow: 0 18px 34px rgba(1, 8, 23, 0.55);
  color: #dce8f8;
  line-height: 1.75;
}

.mfb-module-content h2,
.mfb-module-content h3,
.mfb-module-content h4 {
  color: #f8fafc;
  margin-top: 1.2em;
  margin-bottom: 0.55em;
  line-height: 1.32;
}

.mfb-module-content h2 {
  font-size: clamp(24px, 3vw, 32px);
}

.mfb-module-content h3 {
  font-size: clamp(21px, 2.5vw, 28px);
}

.mfb-module-content p {
  margin: 0.7em 0;
}

.mfb-module-content ul,
.mfb-module-content ol {
  margin: 0.7em 0 0.9em;
  padding-left: 1.2em;
}

.mfb-module-content li {
  margin: 0.28em 0;
}

.mfb-module-content a {
  color: #67e8f9;
  text-decoration: underline;
}

.mfb-module-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  display: block;
  overflow-x: auto;
  background: rgba(12, 22, 42, 0.95);
  border-radius: 10px;
}

.mfb-module-content th,
.mfb-module-content td {
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 10px 12px;
}

.mfb-module-content th {
  color: #f8fafc;
  background: rgba(103, 232, 249, 0.16);
}

.mfb-module-content strong {
  color: #f8fafc;
}

.mfb-module-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.mfb-module-nav {
  max-width: 960px;
  margin: 18px auto 0;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mfb-module-nav__item {
  display: block;
  text-decoration: none;
  background: rgba(10, 21, 41, 0.9);
  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 14px;
  padding: 14px;
  color: #d5e5f7;
}

.mfb-module-nav__item--next {
  text-align: right;
}

.mfb-module-nav__item strong {
  display: block;
  margin-top: 4px;
  color: #f8fafc;
  line-height: 1.35;
}

.mfb-module-nav__label {
  font-size: 12px;
  color: #67e8f9;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media (max-width: 640px) {
  .mfb-steps {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mfb-step {
    padding: 16px;
  }

  .mfb-module-nav {
    grid-template-columns: 1fr;
  }

  .mfb-module-nav__item--next {
    text-align: left;
  }
}
