.ftflc-page {
  --ftflc-panel: #141416;
  --ftflc-soft: #101012;
  --ftflc-line: rgba(255, 255, 255, .09);
  --ftflc-gold: #e8bd5f;
  --ftflc-red: #cf3a2d;
  --ftflc-green: #68bd83;
  width: 100%;
  color: #f7f4ee;
}

.ftflc-page * {
  box-sizing: border-box;
}

.ftflc-page h1,
.ftflc-page h2,
.ftflc-page h3 {
  color: #f7f4ee;
}

.ftflc-page p,
.ftflc-page li {
  color: #bbb7b0;
}

.ftflc-kicker {
  margin: 0 0 10px;
  color: var(--ftflc-gold) !important;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ftflc-hero {
  max-width: 1080px;
  padding: 32px 0 92px;
}

.ftflc-hero h1 {
  max-width: 980px;
  margin: 0 0 22px;
  font-size: clamp(2.7rem, 5.8vw, 5.8rem);
  line-height: .98;
  letter-spacing: -.045em;
}

.ftflc-hero-copy {
  max-width: 800px;
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.82;
}

.ftflc-hero-actions {
  margin-top: 24px;
}

.ftflc-hero-actions a {
  color: var(--ftflc-gold);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.ftflc-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
}

.ftflc-quick-nav a {
  padding: 10px 13px;
  border: 1px solid var(--ftflc-line);
  border-radius: 999px;
  color: #f7f4ee;
  background: var(--ftflc-soft);
  font-size: .72rem;
  font-weight: 850;
  text-decoration: none;
}

.ftflc-quick-nav a:hover {
  border-color: rgba(232, 189, 95, .5);
  color: var(--ftflc-gold);
}

.ftflc-section {
  position: relative;
  padding: 96px 0 110px;
  border-top: 1px solid var(--ftflc-line);
  scroll-margin-top: 86px;
}

.ftflc-section + .ftflc-section {
  margin-top: 54px;
}

.ftflc-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(290px, 36%);
  height: 1px;
  background:
    linear-gradient(
      90deg,
      var(--ftflc-red),
      var(--ftflc-gold),
      transparent
    );
}

.ftflc-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  align-items: end;
  gap: 52px;
  margin-bottom: 42px;
}

.ftflc-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.7vw, 4.7rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.ftflc-heading > p {
  margin: 0;
  line-height: 1.78;
}

.ftflc-step-grid,
.ftflc-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ftflc-step-grid article,
.ftflc-info-grid article,
.ftflc-core-grid article,
.ftflc-protection-grid article,
.ftflc-raid-rules article,
.ftflc-weapon-grid article {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--ftflc-line);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .02), transparent),
    var(--ftflc-panel);
}

.ftflc-step-grid article > span {
  display: block;
  margin-bottom: 24px;
  color: var(--ftflc-gold);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.ftflc-step-grid h3,
.ftflc-info-grid h3,
.ftflc-protection-grid h3,
.ftflc-weapon-grid h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.ftflc-step-grid p,
.ftflc-info-grid p,
.ftflc-protection-grid p,
.ftflc-weapon-grid p {
  margin: 0;
  line-height: 1.72;
}

.ftflc-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 3px solid var(--ftflc-gold);
  color: #c7c1b8;
  background: rgba(232, 189, 95, .05);
  line-height: 1.7;
}

.ftflc-note strong {
  color: #f7f4ee;
}

.ftflc-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--ftflc-line);
  border-radius: 10px;
  background: var(--ftflc-soft);
}

.ftflc-table {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
}

.ftflc-table th,
.ftflc-table td {
  padding: 15px 18px;
  border-bottom: 1px solid var(--ftflc-line);
  text-align: left;
}

.ftflc-table th {
  color: var(--ftflc-gold);
  background: #0d0d0f;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ftflc-table td {
  color: #c6c1b9;
}

.ftflc-table tbody tr:last-child td {
  border-bottom: 0;
}

.ftflc-table tr.is-maximum td {
  color: #f6e2aa;
  background: rgba(232, 189, 95, .05);
  font-weight: 800;
}

.ftflc-damage-key,
.ftflc-core-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid var(--ftflc-line);
  border-radius: 9px;
  background: var(--ftflc-line);
}

.ftflc-damage-key > div {
  display: grid;
  gap: 7px;
  padding: 20px;
  background: var(--ftflc-soft);
}

.ftflc-damage-key span,
.ftflc-core-grid span {
  color: #8f8a84;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ftflc-damage-key strong,
.ftflc-core-grid strong {
  color: var(--ftflc-gold);
}

.ftflc-caption {
  margin: 14px 0 0;
  color: #8f8a84 !important;
  font-size: .78rem;
  line-height: 1.65;
}

.ftflc-core-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 0;
  background: transparent;
}

.ftflc-core-grid article {
  display: grid;
  gap: 8px;
}

.ftflc-core-grid p {
  margin: 0;
}

.ftflc-protection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ftflc-protection-grid ul {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--ftflc-line);
  list-style: none;
}

.ftflc-protection-grid li {
  position: relative;
  margin: 9px 0;
  padding-left: 18px;
  line-height: 1.62;
}

.ftflc-protection-grid li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--ftflc-gold);
  font-size: .72em;
}

.ftflc-raid-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ftflc-raid-rules article {
  display: grid;
  gap: 9px;
}

.ftflc-raid-rules span {
  color: var(--ftflc-gold);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ftflc-raid-rules p {
  margin: 0;
  line-height: 1.72;
}

.ftflc-weapon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ftflc-weapon-stat {
  margin-top: 20px;
  padding: 12px 14px;
  border: 1px solid rgba(232, 189, 95, .25);
  border-radius: 7px;
  color: #f1d890;
  background: rgba(232, 189, 95, .05);
  font-size: .78rem;
  font-weight: 850;
}

.ftflc-ending {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 44px;
  margin-top: 22px;
  padding: 30px;
  border: 1px solid rgba(207, 58, 45, .3);
  border-radius: 10px;
  background:
    linear-gradient(110deg, rgba(207, 58, 45, .08), transparent 42%),
    var(--ftflc-panel);
}

.ftflc-ending h3 {
  margin: 0;
  font-size: 1.45rem;
}

.ftflc-ending > p {
  margin: 0;
  line-height: 1.76;
}

.ftflc-footer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 38px;
  margin-top: 82px;
  padding: 36px;
  border: 1px solid rgba(232, 189, 95, .34);
  border-radius: 11px;
  background:
    radial-gradient(circle at 100% 0%, rgba(207, 58, 45, .1), transparent 40%),
    var(--ftflc-panel);
}

.ftflc-footer-card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
}

.ftflc-footer-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid #dfad4e;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(180deg, #bd352a, #8f211c);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 940px) {
  .ftflc-heading,
  .ftflc-ending,
  .ftflc-footer-card {
    grid-template-columns: 1fr;
  }

  .ftflc-protection-grid,
  .ftflc-weapon-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ftflc-hero {
    padding-bottom: 70px;
  }

  .ftflc-section {
    padding-block: 76px 88px;
  }

  .ftflc-step-grid,
  .ftflc-info-grid,
  .ftflc-core-grid,
  .ftflc-raid-rules,
  .ftflc-damage-key {
    grid-template-columns: 1fr;
  }

  .ftflc-footer-card {
    padding: 28px 22px;
  }
}
