.serverStart {
  margin-top: 70px;
}

.numbersHome {
  margin-top: 70px;
}

.joinBottomCopy {
  margin-top: 24px;
}

.voteSection {
  margin-top: 70px;
}

.supportSection {
  margin-top: 70px;
}

.supportSectionHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 23px;
}

.supportSectionHead label {
  color: var(--gold);
  letter-spacing: 0.23em;
  font-size: 9px;
  font-weight: 900;
}

.supportSectionHead h2 {
  margin: 8px 0 0;
  color: #fff8df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 600;
}

.supportSectionHead > p {
  max-width: 430px;
  margin: 0;
  color: #96917d;
  text-align: right;
  font-size: 10px;
  line-height: 1.6;
}

.supportSectionLayout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.supportKofi,
.supportVisual {
  min-width: 0;
  border: 1px solid var(--line);
  background: #06130e;
}

.supportKofi {
  overflow: hidden;
  border-color: rgba(199, 162, 58, 0.52);
  background:
    radial-gradient(circle at 10% 0, rgba(112, 143, 34, 0.18), transparent 34%),
    linear-gradient(145deg, #0b2418, #04110c 70%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.supportKofiHead {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 17px 18px;
  border-bottom: 1px solid rgba(199, 162, 58, 0.32);
}

.supportKofiIcon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(219, 181, 67, 0.66);
  border-radius: 50%;
  color: #f5e9c3;
  background: linear-gradient(145deg, #31531d, #102613);
  box-shadow: inset 0 0 0 4px rgba(2, 17, 11, 0.6);
  font-size: 24px;
}

.supportKofiHead label {
  display: block;
  margin-bottom: 3px;
  color: #d8ae3e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.supportKofiHead h3 {
  margin: 0;
  color: #f4edd9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.supportKofiHead p {
  margin: 3px 0 0;
  color: #aaa58f;
  font-size: 10px;
}

.supportKofiHead a {
  padding: 10px 13px;
  border: 1px solid rgba(218, 177, 57, 0.58);
  color: #f4e6b4;
  background: linear-gradient(180deg, #31551b, #1a3413);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 160ms ease, filter 160ms ease, transform 160ms ease;
}

.supportKofiHead a:hover {
  border-color: #e1ba4b;
  filter: brightness(1.15);
  transform: translateY(-1px);
}

.supportKofiFrame {
  padding: 8px;
  background: #06130e;
}

.supportKofi iframe {
  display: block;
  width: 100%;
  min-height: 712px;
  border: 0;
}

.supportVisual {
  display: flex;
  height: auto;
  min-height: 100%;
  padding: 5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.supportVisual img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
}

.supportDisclaimer {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 22px;
  margin-top: 10px;
  padding: 17px 20px;
  border: 1px solid rgba(199, 162, 58, 0.25);
  background: #06140f;
}

.supportDisclaimer strong {
  color: #d9c47d;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 8px;
}

.supportDisclaimer p {
  margin: 0;
  color: #858677;
  font-size: 8px;
  line-height: 1.6;
}

.voteSectionHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 23px;
}

.voteSectionHead label,
.voteSectionPanel > label {
  color: var(--gold);
  letter-spacing: 0.23em;
  font-size: 9px;
  font-weight: 900;
}

.voteSectionHead h2 {
  margin: 8px 0 0;
  color: #fff8df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 600;
}

.voteSectionHead > p {
  max-width: 410px;
  margin: 0;
  color: #96917d;
  text-align: right;
  font-size: 10px;
  line-height: 1.6;
}

.voteSectionLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.75fr);
  gap: 16px;
  align-items: stretch;
}

.voteSectionVisual {
  display: flex;
  align-items: center;
  padding: 5px;
  border: 1px solid var(--line);
  background: #06130e;
}

.voteSectionVisual .voteBanner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.voteSectionVisual .voteBanner img {
  display: block;
  width: 100%;
  height: auto;
}

.voteSectionPanel {
  padding: 28px 26px;
  border: 1px solid rgba(199, 162, 58, 0.52);
  background:
    radial-gradient(circle at 100% 0, rgba(199, 162, 58, 0.13), transparent 35%),
    linear-gradient(145deg, #0c2a1d, #06140f);
}

.voteSectionPanel h3 {
  margin: 8px 0 14px;
  color: #fff5d4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
}

.voteSectionPanel > p {
  margin: 0;
  color: #bbb49d;
  font-size: 10px;
  line-height: 1.65;
}

.voteSectionPanel ul {
  display: grid;
  gap: 9px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.voteSectionPanel li {
  position: relative;
  padding-left: 17px;
  color: #aaa58f;
  font-size: 9px;
  line-height: 1.5;
}

.voteSectionPanel li::before {
  content: "◆";
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--gold);
  font-size: 7px;
}

.voteSectionPanel li b {
  color: #eadb9a;
}

.voteButtons {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.voteButtons a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 11px 14px;
  border: 1px solid rgba(234, 219, 154, 0.58);
  color: #f4e4ae;
  background: rgba(199, 162, 58, 0.12);
  font-size: 9px;
  font-weight: 900;
  text-decoration: none;
}

.voteButtons a:hover {
  color: #fff;
  border-color: var(--gold-light);
  background: rgba(199, 162, 58, 0.2);
}

.voteSectionPanel small {
  display: block;
  margin-top: 18px;
  color: #839078;
  font-size: 8px;
  line-height: 1.5;
}

.serverStartHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 23px;
}

.serverStartHead label,
.serverStartNotice > label {
  color: var(--gold);
  letter-spacing: 0.23em;
  font-size: 9px;
  font-weight: 900;
}

.serverStartHead h2 {
  margin: 8px 0 0;
  color: #fff8df;
  font-size: 31px;
  font-weight: 600;
}

.serverStartHead > p {
  max-width: 410px;
  margin: 0;
  color: #96917d;
  text-align: right;
  font-size: 10px;
  line-height: 1.6;
}

.serverStartLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.75fr);
  gap: 16px;
}

.serverStartSteps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  border: 1px solid var(--line);
  background: var(--line);
}

.serverStartSteps li {
  display: flex;
  min-height: 142px;
  gap: 16px;
  padding: 22px 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(199, 162, 58, 0.08), transparent 34%),
    #071b13;
}

.serverStartSteps li > span {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-light);
  background: #102f20;
  font-size: 9px;
  font-weight: 900;
}

.serverStartSteps strong {
  display: block;
  margin: 3px 0 9px;
  color: #fff8df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 500;
}

.serverStartSteps p {
  margin: 0;
  color: #aaa58f;
  font-size: 10px;
  line-height: 1.65;
}

.serverStartSteps b {
  color: #d8c378;
  font-weight: 700;
}

.serverStartNotice {
  position: relative;
  overflow: hidden;
  padding: 29px 27px;
  border: 1px solid rgba(199, 162, 58, 0.52);
  background:
    linear-gradient(145deg, rgba(17, 58, 38, 0.94), rgba(5, 20, 14, 0.98)),
    #071b13;
}

.serverStartNotice::after {
  content: "✦";
  position: absolute;
  right: -18px;
  bottom: -38px;
  color: rgba(199, 162, 58, 0.08);
  font-family: Georgia, serif;
  font-size: 150px;
}

.serverStartNotice h3 {
  margin: 8px 0 20px;
  color: #fff5d4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 500;
}

.serverStartNotice ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.serverStartNotice li {
  position: relative;
  padding-left: 18px;
  color: #c4bea7;
  font-size: 10px;
  line-height: 1.55;
}

.serverStartNotice li::before {
  content: "◆";
  position: absolute;
  top: 1px;
  left: 0;
  color: var(--gold);
  font-size: 7px;
}

.serverStartNotice a {
  position: relative;
  z-index: 1;
  display: table;
  margin-top: 24px;
  padding: 11px 14px;
  border: 1px solid rgba(234, 219, 154, 0.55);
  color: #f3e2aa;
  background: rgba(199, 162, 58, 0.12);
  font-size: 9px;
  font-weight: 900;
  text-decoration: none;
}

.serverStartNotice a:hover {
  color: #fff;
  border-color: var(--gold-light);
}

.serverStartNotice small {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 19px;
  padding-top: 17px;
  border-top: 1px solid rgba(199, 162, 58, 0.24);
  color: #8f927d;
  font-size: 9px;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .serverStartLayout,
  .voteSectionLayout,
  .supportSectionLayout {
    grid-template-columns: 1fr;
  }

  .supportVisual {
    height: auto;
  }

  .supportVisual img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

@media (max-width: 700px) {
  .serverStartHead,
  .voteSectionHead,
  .supportSectionHead {
    flex-direction: column;
    align-items: flex-start;
  }

  .serverStartHead > p,
  .voteSectionHead > p,
  .supportSectionHead > p {
    text-align: left;
  }

  .supportDisclaimer {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .supportKofiHead {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 14px;
  }

  .supportKofiIcon {
    width: 44px;
    height: 44px;
  }

  .supportKofiHead a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .serverStartSteps {
    grid-template-columns: 1fr;
  }

  .serverStartSteps li {
    min-height: 0;
  }
}

footer {
  flex-wrap: wrap;
  row-gap: 12px;
}

footer .projectLegalNotice {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 14px 0;
  border-top: 1px solid rgba(199, 162, 58, 0.2);
  color: #777767;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  footer {
    row-gap: 8px;
  }

  footer .projectLegalNotice {
    padding-inline: 0;
    font-size: 7px;
  }
}
