:root {
  --brand: #7aa5b8;
  --brand-dark: #1f4f67;
  --brand-ink: #4f6a7a;
  --muted: #9aa5ad;
  --soft: #f2f2f2;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #4d5f6a;
  background: #ffffff;
}

.page {
  min-height: 100vh;
}

.page-banner {
  display: block;
  width: 100%;
  max-width: 920px;
  height: 76px;
  margin: auto;
  object-fit: cover;
}

.page-banner-top{
  margin-top: 32px;
}

.page-banner-bottom{
  margin-top: 32px;
  margin-bottom: 32px;
}

.ad-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4px auto 10px;
}

.ad-leaderboard {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 8px auto 0;
}

.splinks {
  width: 100%;
}

.gad-wide {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}

.ad-rails {
  position: relative;
}

.right {
  position: fixed;
  right: 10px;
  top: 140px;
  width: 300px;
  z-index: 3;
}

.gad-right {
  width: 300px;
  height: 600px;
}

.gad-left {
  position: fixed;
  left: 10px;
  top: 140px;
  width: 160px;
  height: 600px;
  z-index: 3;
}

.hero {
  text-align: center;
  padding: 24px 16px 18px;
  background: #ffffff;
}

.hero-inner {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}

.brand-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 10px;
  width: 100%;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-image {
  display: block;
  width: 300px;
  max-width: 70vw;
  height: auto;
}

.support-pill {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 16px;
  border-radius: 999px;
  background: #f3f5f7;
  border: 1px solid #e2e6ea;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #60717a;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.support-pill:hover {
  color: #2b5364;
  border-color: #d3d9de;
}

.hero-engine {
  display: block;
  margin: 22px auto 16px;
  width: 150px;
  height: auto;
}

.hero-title {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  color: var(--brand-ink);
}

.hero-subtitle {
  margin: 8px 0 16px;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-chevron {
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-right: 1px solid #c5ced4;
  border-bottom: 1px solid #c5ced4;
  transform: rotate(45deg);
}

.info {
  background: var(--soft);
  padding: 28px 16px 36px;
  text-align: center;
  border-top: 1px solid #e8ecef;
}

.info-inner {
  max-width: 640px;
  margin: 0 auto;
}

.info-text {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.6;
  color: #6b757e;
}

.cta-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  min-width: 240px;
  border-radius: 999px;
  background: var(--brand-dark);
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 6px 14px rgba(31, 79, 103, 0.18);
}

.cta-button.cta-secondary {
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  letter-spacing: 0.8px;
}

.cta-button:hover {
  background: #244f65;
}

.cta-button.cta-secondary:hover {
  background: transparent;
  color: #12384c;
}

.cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.cta-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.page-footer {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 16px 12px 80px;
  font-size: 12px;
  color: #9aa2a9;
  margin-bottom: 80px;
}

.page-footer a,
.page-footer button {
  color: inherit;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.legacy-hidden {
  position: absolute;
  left: -99999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .right,
  .gad-left {
    display: none;
  }
}

@media (max-width: 820px) {
  .page-banner {
    height: 60px;
  }

  .brand-row {
    flex-direction: column;
    gap: 12px;
  }

  .support-pill {
    position: static;
    transform: none;
  }

  .hero-engine {
    width: 130px;
  }

  .cta-button,
  .cta-button.cta-secondary {
    width: 100%;
    max-width: 360px;
    min-width: 0;
  }
}

@media (max-width: 520px) {
  .logo-image {
    width: 240px;
  }

  .hero-title {
    font-size: 24px;
  }

  .info-text {
    font-size: 13px;
  }
}
