:root {
  color-scheme: dark;
  font-family: "Roboto", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: #020827;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body.setra-home-page {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: #fff;
  background: #020827;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.setra-home-background {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 17%, rgba(17, 80, 184, .38), transparent 30%),
    radial-gradient(circle at 86% 53%, rgba(0, 90, 210, .27), transparent 38%),
    radial-gradient(circle at 11% 78%, rgba(66, 17, 145, .25), transparent 32%),
    #020827 url("../images/setra-login-bg.svg") center top / 100% 110% no-repeat;
}

.setra-home-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 3, 20, .17), transparent 18%, transparent 82%, rgba(0, 3, 20, .2)),
    radial-gradient(ellipse at center, transparent 37%, rgba(0, 2, 20, .16) 100%);
}

.setra-home-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  min-height: max(100svh, 765px);
  margin: 0 auto;
  padding: 53px 36px 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-logo-card {
  width: 192px;
  aspect-ratio: .955;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(193, 218, 255, .72);
  border-radius: 31px;
  background: #fff;
  box-shadow:
    0 0 3px #fff,
    0 0 19px rgba(43, 135, 255, .95),
    0 15px 25px rgba(0, 18, 67, .58);
}

.home-logo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-heading {
  width: calc(100vw - 28px);
  max-width: 415px;
  margin: 54px 0 0;
  text-align: center;
}

.home-heading h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 6.75vw, 29px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.45px;
  white-space: nowrap;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .36);
}

.home-heading h1 strong {
  font-weight: 700;
}

.home-heading p {
  margin: 8px 0 0;
  color: #d1d3dc;
  font-size: clamp(15px, 4.1vw, 17px);
  font-weight: 400;
  line-height: 1.35;
}

.setra-orbit-art {
  width: 174px;
  height: 174px;
  margin: -2px auto -6px;
  flex: 0 0 174px;
  filter: drop-shadow(0 10px 18px rgba(0, 84, 219, .32));
}

.setra-orbit-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: scale(1.22);
}

.home-actions {
  width: 100%;
  display: grid;
  gap: 13px;
}

.home-action {
  position: relative;
  width: 100%;
  height: 63px;
  padding: 0 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: clamp(20px, 5.5vw, 24px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.home-action:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.home-action:active {
  transform: translateY(1px);
}

.home-action-icon {
  position: absolute;
  left: 49px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
}

.home-action-icon svg {
  width: 31px;
  height: 31px;
  display: block;
  fill: currentColor;
}

.home-login-action {
  border: 1px solid #ffe58b;
  color: #2d2108;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 244, 185, .96), transparent 31%),
    linear-gradient(105deg, #ffd15b 0%, #ffc12f 52%, #f8ad15 100%);
  box-shadow:
    0 5px 15px rgba(0, 0, 0, .36),
    0 0 17px rgba(255, 183, 22, .23),
    inset 0 1px 0 rgba(255, 255, 255, .72);
}

.home-login-action .home-action-icon {
  color: #493400;
}

.home-signup-action {
  height: 60px;
  border: 1px solid #0cbcff;
  color: #f7f8ff;
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 49, 112, .42), transparent 53%),
    linear-gradient(145deg, rgba(5, 23, 68, .95), rgba(1, 9, 39, .97));
  box-shadow:
    0 5px 15px rgba(0, 0, 0, .3),
    0 0 12px rgba(0, 175, 255, .2),
    inset 0 1px 13px rgba(44, 107, 219, .12);
  font-size: clamp(18px, 5vw, 22px);
}

.home-signup-action .home-action-icon {
  color: #19bfff;
}

.home-plans {
  width: 100%;
  margin-top: 24px;
}

.home-plans-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 11px;
}

.home-plans-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.home-plans-heading a {
  color: #ffd15a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.home-plan-list {
  margin-top: 0;
}

.home-trust {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #c9ccd7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .15px;
}

.home-trust i {
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: #ffbd23;
  box-shadow: 0 0 6px rgba(255, 189, 35, .6);
}

@media (min-width: 600px) {
  .setra-home-shell {
    padding-top: 45px;
  }
}

@media (max-width: 374px) {
  .setra-home-shell {
    min-height: max(100svh, 720px);
    padding: 38px 27px 28px;
  }

  .home-logo-card {
    width: 166px;
    border-radius: 27px;
  }

  .home-heading {
    margin-top: 38px;
  }

  .home-heading h1 {
    font-size: 23px;
  }

  .home-heading p {
    margin-top: 6px;
    font-size: 14px;
  }

  .setra-orbit-art {
    width: 155px;
    height: 155px;
    margin-top: -1px;
    margin-bottom: -4px;
    flex-basis: 155px;
  }

  .home-actions {
    gap: 11px;
  }

  .home-action {
    height: 57px;
    border-radius: 16px;
    font-size: 20px;
  }

  .home-signup-action {
    height: 55px;
    font-size: 18px;
  }

  .home-plans {
    margin-top: 20px;
  }

  .home-plans-heading h2 {
    font-size: 18px;
  }


  .home-action-icon {
    left: 35px;
    width: 27px;
    height: 27px;
  }

  .home-action-icon svg {
    width: 27px;
    height: 27px;
  }

  .home-trust {
    margin-top: 16px;
    font-size: 14px;
  }
}

@media (max-width: 340px) {
  .home-heading h1 {
    font-size: 21px;
  }

  .home-heading p {
    font-size: 13px;
  }

  .home-action-icon {
    left: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
