a.is-link-text {
  color: inherit;
  text-decoration: inherit;
}

:root {
  --vertineer-blue: #0d8dcc;
  --vertineer-footer: #f3f3f3;
  --vertineer-muted: #7c7c7c;
}

.navbar {
  background: var(--vertineer-blue);
}

.navbar .navbar-item,
.navbar .navbar-link,
.navbar .navbar-burger {
  color: #fff;
}

.navbar .navbar-item:hover,
.navbar .navbar-item:focus,
.navbar .navbar-link:hover,
.navbar .navbar-link:focus,
.navbar .navbar-item.has-dropdown:hover .navbar-link {
  background: rgba(0, 0, 0, 0.08);
  color: #fff;
}

.navbar .navbar-dropdown .navbar-item,
.navbar .navbar-dropdown .dropdown-item {
  color: #4a4a4a;
}

.navbar .navbar-dropdown .navbar-item:hover {
  background: #f5f5f5;
  color: var(--vertineer-blue);
}

.navbar .navbar-burger span {
  background-color: #fff;
}

.navbar .button.is-light {
  color: var(--vertineer-blue);
  border: 0;
}

.site-footer {
  background: var(--vertineer-footer);
  padding: 3rem 1.5rem 1.5rem;
  color: var(--vertineer-muted);
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.25rem;
  margin-bottom: 1.25rem;
}

.site-footer-links a {
  color: #666;
  font-size: .82rem;
  text-transform: uppercase;
}

.site-footer-links a:hover,
.site-footer-social a:hover {
  color: var(--vertineer-blue);
}

.site-footer-copyright {
  color: #929292;
  font-size: .8rem;
  margin-bottom: 1rem;
}

.site-footer-social a {
  color: #bdbdbd;
  font-size: 1.2rem;
  margin: 0 .45rem;
}

.auth-section {
  min-height: calc(100vh - 310px);
  background: #f6f7f8;
}

.auth-card {
  max-width: 480px;
  margin: 0 auto;
  border-top: 4px solid var(--vertineer-blue);
}

.auth-card .button.is-info {
  background: var(--vertineer-blue);
}

.content-page-hero {
  padding: 5rem 1.5rem 3.25rem;
  background: linear-gradient(135deg, #087eb7, var(--vertineer-blue));
  color: #fff;
}

.content-page-hero .title,
.content-page-hero .subtitle {
  color: #fff;
}

.content-page-section {
  min-height: 520px;
  padding: 4rem 1.5rem 5rem;
  background: #f7f8f9;
}

.content-page-card {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.content-page-card .title:not(:first-child) {
  margin-top: 2.25rem;
}

.support-option {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid #e3eaee;
  border-radius: 8px;
  background: #fff;
}

.support-option .icon {
  color: var(--vertineer-blue);
  font-size: 1.35rem;
}

.dashboard-page {
  min-height: calc(100vh - 52px);
  padding: 3rem 1.5rem 5rem;
  background: #181a1d;
  color: #d9dde2;
}

.dashboard-navbar .navbar-item.is-active {
  background: rgba(0, 0, 0, .14);
  color: #fff;
}

.dashboard-nav-icon {
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  color: #fff;
}

.dashboard-nav-icon .friends-nav-svg {
  display: block;
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.dashboard-balance {
  display: flex;
  gap: .4rem;
}

.dashboard-balance img {
  width: 20px;
  max-height: 20px;
  object-fit: contain;
}

.dashboard-balance strong {
  color: #fff;
}

.dashboard-account .navbar-link {
  display: flex;
  gap: .5rem;
}

.dashboard-nav-avatar {
  width: 30px;
  height: 30px;
  max-height: 30px !important;
  padding: 2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  object-fit: contain;
}

.dashboard-account .navbar-dropdown {
  min-width: 185px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 1.5rem;
  max-width: 1120px;
  margin: 0 auto;
}

.dashboard-panel {
  border: 1px solid rgba(255, 255, 255, .035);
  border-radius: 7px;
  background: #202226;
}

.dashboard-profile {
  padding: 1.5rem;
  text-align: center;
}

.dashboard-avatar {
  width: 82px;
  height: 82px;
  object-fit: contain;
  padding: 7px;
  border: 4px solid #15171a;
  border-radius: 50%;
  background: #292c31;
}

.dashboard-avatar.is-small {
  width: 48px;
  height: 48px;
  padding: 4px;
  border-width: 2px;
}

.dashboard-avatar.is-tiny {
  width: 38px;
  height: 38px;
  padding: 3px;
  border-width: 2px;
}

.dashboard-username {
  margin-top: .65rem;
  color: #fff;
  font-weight: 700;
}

.dashboard-verified {
  margin-left: .25rem;
  color: #249ce0;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 1.25rem;
}

.dashboard-stat strong {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}

.dashboard-stat span {
  color: #8f969f;
  font-size: .68rem;
  text-transform: uppercase;
}

.dashboard-friends-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.25rem 0 .75rem;
}

.dashboard-friends-heading h2 {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 700;
}

.dashboard-friend-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
  padding: 1rem;
}

.dashboard-friend {
  color: #fff;
  text-align: center;
  font-size: .78rem;
  font-weight: 700;
}

.dashboard-presence {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: -13px;
  border: 2px solid #202226;
  border-radius: 50%;
  background: #42c994;
  vertical-align: bottom;
}

.dashboard-composer {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem 1rem;
}

.dashboard-composer .input {
  height: 40px;
  border-color: transparent;
  border-radius: 999px;
  background: #141619;
  color: #d8dce0;
  box-shadow: none;
}

.dashboard-composer .input::placeholder {
  color: #656b73;
}

.dashboard-feed {
  margin-top: .75rem;
}

.dashboard-post {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: .85rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.dashboard-post:last-child {
  border-bottom: 0;
}

.dashboard-post-header {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
}

.dashboard-post-time {
  color: #8a9199;
  font-weight: 400;
}

.dashboard-post-body {
  margin-top: .2rem;
  color: #e1e4e7;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .dashboard-page {
    padding: 2rem 1rem 3rem;
  }

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

.upgrade-hero {
  padding: 2.5rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #087eb7, #12a5df);
  color: #fff;
  box-shadow: 0 12px 30px rgba(13, 141, 204, .2);
}

.upgrade-hero .title,
.upgrade-hero .subtitle {
  color: #fff;
}

.upgrade-section {
  margin-top: 2.5rem;
}

.currency-grid,
.membership-grid,
.duration-grid {
  display: grid;
  gap: 1.25rem;
}

.currency-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.membership-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.duration-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.upgrade-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid #dfe7eb;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(29, 53, 66, .07);
}

.upgrade-card.is-featured {
  border: 2px solid var(--vertineer-blue);
  transform: translateY(-5px);
}

.upgrade-card-badge {
  position: absolute;
  top: -12px;
  right: 14px;
  padding: .25rem .65rem;
  border-radius: 999px;
  background: var(--vertineer-blue);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.currency-mark {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  object-fit: contain;
  image-rendering: pixelated;
}

.currency-amount {
  font-size: 1.7rem;
  font-weight: 800;
  color: #243640;
}

.upgrade-price {
  margin: .3rem 0 1rem;
  color: var(--vertineer-blue);
  font-size: 1.15rem;
  font-weight: 700;
}

.membership-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: #e8f6fc;
  color: var(--vertineer-blue);
  font-size: 1.4rem;
}

.membership-badge {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto 1rem;
  object-fit: contain;
}

.membership-benefits {
  flex: 1;
  margin: 1rem 0 1.5rem 1.1rem;
  color: #63727a;
}

.membership-benefits li {
  margin-bottom: .55rem;
}

.duration-card {
  text-align: center;
}

.duration-card .button,
.upgrade-card > .button {
  margin-top: auto;
}

@media screen and (max-width: 1023px) {
  .currency-grid,
  .membership-grid,
  .duration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 600px) {
  .currency-grid,
  .membership-grid,
  .duration-grid {
    grid-template-columns: 1fr;
  }

  .upgrade-card.is-featured {
    transform: none;
  }
}

/* Light dashboard theme */
.dashboard-page {
  background: #f4f6f8;
  color: #4a4a4a;
}

.dashboard-panel {
  border-color: #e2e7eb;
  background: #fff;
  box-shadow: 0 5px 18px rgba(31, 55, 68, .07);
}

.dashboard-avatar {
  border-color: #e5e9ec;
  background: #f7f8f9;
}

.dashboard-username,
.dashboard-stat strong,
.dashboard-friends-heading h2,
.dashboard-friend,
.dashboard-post-header {
  color: #262b2f;
}

.dashboard-stat span,
.dashboard-post-time {
  color: #818991;
}

.dashboard-presence {
  border-color: #fff;
}

.dashboard-composer .input {
  border-color: #e2e7eb;
  background: #f3f5f6;
  color: #363b40;
}

.dashboard-composer .input::placeholder {
  color: #929aa2;
}

.dashboard-post {
  border-bottom-color: #e7ebee;
}

.dashboard-post-body {
  color: #454b50;
}

/* Application pages */
.app-page {
  min-height: calc(100vh - 52px);
  padding: 3rem 1.5rem 5rem;
  background: #f4f6f8;
}

.app-shell {
  max-width: 1120px;
  margin: 0 auto;
}

.app-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.app-search {
  margin-bottom: 1.5rem;
}

.app-search .input {
  border-radius: 999px;
  background: #fff;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.25rem;
}

.game-card {
  overflow: hidden;
  border: 1px solid #e1e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(30, 57, 72, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}

.game-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(30, 57, 72, .13);
}

.game-card-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
}

.game-card-body {
  padding: 1rem;
}

.game-card-title {
  color: #252b30;
  font-weight: 700;
}

.game-card-creator {
  color: #7b848c;
  font-size: .8rem;
}

.game-view-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, .85fr);
  gap: 1.5rem;
  align-items: start;
}

.game-view-image {
  width: 100%;
  min-height: 430px;
  border-radius: 8px;
  object-fit: cover;
}

.game-info-card,
.form-card,
.settings-card,
.creator-card,
.customize-panel {
  border: 1px solid #e1e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(30, 57, 72, .06);
}

.game-info-card,
.form-card,
.settings-card,
.creator-card {
  padding: 1.5rem;
}

.game-meta {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: .35rem .75rem;
  margin: 1.25rem 0;
  font-size: .9rem;
}

.game-action-stack {
  display: grid;
  gap: .65rem;
}

.form-card {
  max-width: 720px;
  margin: 0 auto;
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}

.template-option {
  cursor: pointer;
}

.template-option input {
  position: absolute;
  opacity: 0;
}

.template-option span {
  display: block;
  padding: 1rem;
  border: 2px solid #e3e8eb;
  border-radius: 7px;
  text-align: center;
}

.template-option input:checked + span {
  border-color: var(--vertineer-blue);
  background: rgba(13, 141, 204, .07);
}

.customize-grid {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 300px;
  gap: 1rem;
}

.customize-panel {
  padding: 1rem;
}

.customize-menu a {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .72rem .8rem;
  border-radius: 6px;
  color: #4b545b;
}

.customize-menu a.is-active,
.customize-menu a:hover {
  background: rgba(13, 141, 204, .1);
  color: var(--vertineer-blue);
}

.customize-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
}

.customize-item {
  cursor: pointer;
  padding: .75rem;
  border: 2px solid #e7ebee;
  border-radius: 7px;
  background: #fafbfb;
  text-align: center;
}

.customize-item.is-selected {
  border-color: var(--vertineer-blue);
}

.customize-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.character-preview {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: radial-gradient(circle, #fff 0, #edf2f5 70%);
}

.character-preview img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}

.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.color-swatch {
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #cbd2d7;
}

.settings-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.settings-menu {
  position: sticky;
  top: 76px;
}

.settings-menu a {
  display: block;
  padding: .75rem 1rem;
  border-left: 3px solid transparent;
  color: #515960;
}

.settings-menu a.is-active,
.settings-menu a:hover {
  border-left-color: var(--vertineer-blue);
  background: rgba(13, 141, 204, .08);
  color: var(--vertineer-blue);
}

.settings-stack {
  display: grid;
  gap: 1rem;
}

.creator-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.creator-stat strong {
  display: block;
  color: var(--vertineer-blue);
  font-size: 1.8rem;
}

.creator-game {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 1rem;
  align-items: center;
}

.creator-game img {
  width: 150px;
  height: 90px;
  border-radius: 6px;
  object-fit: cover;
}

@media screen and (max-width: 900px) {
  .game-view-grid,
  .customize-grid,
  .settings-grid {
    grid-template-columns: 1fr;
  }

  .settings-menu {
    position: static;
  }

  .creator-game {
    grid-template-columns: 110px 1fr;
  }

  .creator-game .buttons {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 560px) {
  .app-page {
    padding: 2rem 1rem 3rem;
  }

  .template-grid,
  .customize-items,
  .creator-stats {
    grid-template-columns: 1fr;
  }

  .game-view-image {
    min-height: 260px;
  }
}

.download-hero {
  padding: 5rem 1.5rem 3.5rem;
  background: linear-gradient(135deg, #087eb7, var(--vertineer-blue));
  color: #fff;
}

.download-hero .title,
.download-hero .subtitle {
  color: #fff;
}

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

.download-card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid #e0e6ea;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(30, 57, 72, .07);
}

.download-card.is-recommended {
  border-color: var(--vertineer-blue);
  box-shadow: 0 9px 28px rgba(13, 141, 204, .14);
}

.download-platform-icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: rgba(13, 141, 204, .1);
  color: var(--vertineer-blue);
  font-size: 1.8rem;
}

.download-requirements {
  flex-grow: 1;
  margin: 1rem 0 1.25rem;
  color: #737d85;
  font-size: .85rem;
  line-height: 1.7;
}

.download-status {
  margin-top: .65rem;
  color: #858e95;
  font-size: .75rem;
  text-align: center;
}

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

.download-info-card {
  padding: 1.25rem;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .download-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .download-grid,
  .download-info-grid {
    grid-template-columns: 1fr;
  }
}

.development-hero {
  position: relative;
  overflow: hidden;
  padding: 6rem 1.5rem 5rem;
  background: linear-gradient(120deg, rgba(4, 39, 56, .94), rgba(13, 141, 204, .82)), url('../img/vertineer-court-hero.png') center / cover;
  color: #fff;
}

.development-hero .title,
.development-hero .subtitle {
  color: #fff;
}

.development-badge {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .5rem .85rem;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.development-pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #64e6ac;
  box-shadow: 0 0 0 6px rgba(100, 230, 172, .16);
}

.development-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.development-card {
  padding: 1.5rem;
  border: 1px solid #e2e7eb;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(30, 57, 72, .06);
}

.development-card-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: rgba(13, 141, 204, .1);
  color: var(--vertineer-blue);
}

.roadmap-list {
  position: relative;
  max-width: 780px;
  margin: 2rem auto 0;
}

.roadmap-item {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 1rem;
  padding-bottom: 1.5rem;
}

.roadmap-item:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 32px;
  bottom: 0;
  width: 2px;
  background: #dce3e7;
}

.roadmap-marker {
  z-index: 1;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ccd5da;
  border-radius: 50%;
  background: #fff;
  color: #8c969d;
}

.roadmap-item.is-complete .roadmap-marker {
  border-color: #41bf8c;
  background: #41bf8c;
  color: #fff;
}

.roadmap-item.is-active .roadmap-marker {
  border-color: var(--vertineer-blue);
  color: var(--vertineer-blue);
}

@media screen and (max-width: 700px) {
  .development-grid {
    grid-template-columns: 1fr;
  }
}

.friends-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.friends-tabs .button {
  min-width: 155px;
}

.friend-request-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.friend-request-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid #e1e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(30, 57, 72, .06);
}

.friend-request-card img {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  padding: 5px;
  border-radius: 50%;
  background: #f0f3f5;
  object-fit: contain;
}

.friend-request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .55rem;
}

.suspension-wrap {
  min-height: calc(100vh - 52px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  background: #f3f5f7;
}

.suspension-card {
  width: 100%;
  max-width: 620px;
  padding: 2.5rem;
  border-top: 5px solid #e45467;
  text-align: center;
}

.suspension-icon {
  width: 82px;
  height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  background: rgba(228, 84, 103, .1);
  color: #d74459;
  font-size: 2rem;
}

.suspension-details {
  margin: 1.5rem 0;
  padding: 1rem;
  border-radius: 7px;
  background: #f7f8f9;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .friend-request-grid {
    grid-template-columns: 1fr;
  }

  .friends-tabs {
    overflow-x: auto;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1023px) {
  .navbar-menu {
    background: var(--vertineer-blue);
  }

  .navbar .navbar-dropdown .navbar-item,
  .navbar .navbar-dropdown .dropdown-item {
    color: #fff;
  }
}

.landing-hero {
  position: relative;
  min-height: 690px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, rgba(5, 24, 35, .88) 0%, rgba(5, 24, 35, .55) 42%, rgba(5, 24, 35, .08) 72%), url('../img/vertineer-court-hero.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.landing-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(transparent, rgba(4, 15, 21, .48));
  pointer-events: none;
}

.landing-hero-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding: 5rem 1.5rem;
  color: #fff;
}

.landing-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: #bfeaff;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.landing-title {
  color: #fff;
  font-size: clamp(3rem, 7vw, 5.75rem);
  line-height: .96;
  letter-spacing: -.045em;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .28);
}

.landing-wordmark {
  display: block;
  width: min(100%, 520px);
  max-height: 250px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 1.25rem;
  filter: drop-shadow(0 5px 18px rgba(0, 0, 0, .35));
}

.landing-subtitle {
  max-width: 570px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.landing-actions .button {
  min-width: 155px;
  height: 3rem;
  border-radius: 5px;
  font-weight: 700;
}

.landing-actions .button.is-info {
  background: var(--vertineer-blue);
}

.landing-actions .button.is-ghost-light {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .58);
  color: #fff;
  backdrop-filter: blur(5px);
}

.landing-actions .button.is-ghost-light:hover {
  background: #fff;
  color: #263b45;
}

@media screen and (max-width: 768px) {
  .landing-hero {
    min-height: 610px;
    align-items: flex-end;
    background-image: linear-gradient(0deg, rgba(5, 24, 35, .92) 0%, rgba(5, 24, 35, .46) 65%, rgba(5, 24, 35, .08) 100%), url('../img/vertineer-court-hero.png');
    background-position: 58% center;
  }

  .landing-hero-content {
    padding: 4rem 1.25rem;
  }

  .landing-actions .button {
    flex: 1;
  }

}
