.page-home{
  --home-space: clamp(56px, 8vw, 104px);
  background: var(--c-primary);
  color: var(--c-white);
}
.page-home .home-hero{
  position: relative;
  isolation: isolate;
  padding: clamp(24px, 4vw, 56px) 0 0;
}
.page-home .home-hero__media{
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.page-home .home-hero__media-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
}
.page-home .home-hero__veil{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 72% 28%, rgba(212,165,58,0.14), transparent 52%),
    linear-gradient(180deg, rgba(10,31,68,0.86) 0%, rgba(10,31,68,0.94) 72%, var(--c-primary) 100%);
}
.page-home .home-hero__dunes{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 42%;
  pointer-events: none;
}
.page-home .framed-hero{
  position: relative;
  border: 1px solid rgba(212,165,58,0.55);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(20,43,92,0.9) 0%, rgba(10,31,68,0.95) 58%, rgba(6,22,51,0.98) 100%);
  padding: clamp(22px, 4vw, 48px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.06);
}
.page-home .framed-hero::after{
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(212,165,58,0.16);
  border-radius: 20px;
  pointer-events: none;
}
.page-home .home-hero__layout{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
}
.page-home .home-eyebrow{
  margin: 0 0 12px;
  font-family: var(--f-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--c-gold);
}
.page-home .home-hero__intro h1{
  margin: 0;
  font-family: var(--f-head);
  font-size: clamp(28px, 5vw, 50px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0.01em;
  color: var(--c-white);
}
.page-home .home-hero__lead{
  margin: 20px 0 0;
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.7;
  color: rgba(243,244,246,0.86);
  max-width: 46em;
}
.page-home .home-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.page-home .home-hero__meta{
  margin: 22px 0 0;
  font-family: var(--f-head);
  font-size: 13px;
  font-weight: 600;
  color: rgba(243,244,246,0.56);
}
.page-home .home-steps{
  border-top: 1px solid rgba(212,165,58,0.22);
  padding-top: 24px;
}
.page-home .home-steps__kicker{
  margin: 0 0 6px;
  font-family: var(--f-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.page-home .home-steps__title{
  margin: 0 0 22px;
  font-family: var(--f-head);
  font-size: 17px;
  font-weight: 700;
  color: var(--c-white);
}
.page-home .home-steps__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.page-home .home-step{
  position: relative;
  padding-left: 42px;
  min-height: 30px;
}
.page-home .home-step::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 30px;
  bottom: -18px;
  width: 1px;
  background: linear-gradient(180deg, rgba(212,165,58,0.6), rgba(212,165,58,0.08));
}
.page-home .home-step:last-child::before{
  display: none;
}
.page-home .home-step__index{
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid rgba(212,165,58,0.85);
  background: var(--c-primary-2);
  font-family: var(--f-head);
  font-size: 13px;
  font-weight: 800;
  color: var(--c-gold);
}
.page-home .home-step__body h3{
  margin: 2px 0 0;
  font-family: var(--f-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--c-white);
}
.page-home .home-step__body p{
  margin: 6px 0 0;
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.65;
  color: rgba(243,244,246,0.7);
}
.page-home .home-section{
  position: relative;
  padding-block: var(--home-space);
}
.page-home .home-section-tag{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-family: var(--f-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-gold);
}
.page-home .home-section-tag::before{
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: var(--c-gold);
}
.page-home .home-section h2{
  margin: 0;
  font-family: var(--f-head);
  font-size: clamp(23px, 3.4vw, 34px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--c-white);
}
.page-home .home-section h2 + p{
  margin: 14px 0 0;
  max-width: 54em;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(243,244,246,0.78);
}
.page-home .home-link-arrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-family: var(--f-head);
  font-size: 14px;
  font-weight: 700;
  color: var(--c-gold);
  text-decoration: none;
  transition: gap var(--speed) var(--ease);
}
.page-home .home-link-arrow:hover{
  gap: 14px;
}
.page-home .home-text-link{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-family: var(--f-head);
  font-size: 14px;
  font-weight: 700;
  color: var(--c-gold);
  text-decoration: none;
}
.page-home .home-badge{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: var(--radius-pill);
  padding: 4px 10px;
  font-family: var(--f-head);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.page-home .home-badge--oasis{
  background: rgba(46,139,87,0.16);
  border: 1px solid rgba(46,139,87,0.52);
  color: #6BCB8D;
}
.page-home .home-badge--gold{
  background: rgba(212,165,58,0.14);
  border: 1px solid rgba(212,165,58,0.45);
  color: var(--c-gold);
}
.page-home .home-badge--ghost{
  background: rgba(243,244,246,0.04);
  border: 1px solid rgba(243,244,246,0.18);
  color: rgba(243,244,246,0.84);
}
.page-home .home-version{
  background: linear-gradient(180deg, var(--c-primary) 0%, var(--c-primary-2) 100%);
}
.page-home .home-version__head{
  display: grid;
  gap: 16px;
}
.page-home .home-version__board{
  margin-top: 28px;
  display: grid;
  gap: 24px;
  padding: clamp(16px, 3vw, 32px);
  border: 1px solid rgba(212,165,58,0.14);
  border-radius: var(--radius-lg);
  background: rgba(6,22,51,0.44);
}
.page-home .home-version__figure{
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  min-height: 220px;
  background: var(--c-primary-2);
}
.page-home .home-version__figure img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .home-version__table-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-home .home-version__table{
  width: 100%;
  border-collapse: collapse;
  font-family: var(--f-body);
  font-size: 14px;
  color: rgba(243,244,246,0.9);
}
.page-home .home-version__table th{
  font-family: var(--f-head);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 12px;
  color: var(--c-gold);
  border-bottom: 1px solid rgba(212,165,58,0.36);
}
.page-home .home-version__table td{
  padding: 13px 12px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(243,244,246,0.08);
}
.page-home .home-version__table tbody tr:last-child td{
  border-bottom: 0;
}
.page-home .home-version__note{
  margin: 18px 0 0;
  font-family: var(--f-head);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(243,244,246,0.56);
}
.page-home .home-collect{
  background: var(--c-primary);
}
.page-home .home-collect__grid{
  display: grid;
  gap: 32px;
  align-items: center;
}
.page-home .home-collect__text p:not(.home-section-tag){
  margin-top: 16px;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.72;
  color: rgba(243,244,246,0.8);
}
.page-home .home-collect__options{
  list-style: none;
  margin: 24px 0 28px;
  padding: 0;
  display: grid;
  gap: 14px;
}
.page-home .home-collect__options li{
  display: grid;
  gap: 4px;
  padding: 16px;
  border-left: 3px solid var(--c-gold);
  border-radius: var(--radius-md);
  background: rgba(20,43,92,0.52);
}
.page-home .home-collect__options strong{
  font-family: var(--f-head);
  font-size: 16px;
  font-weight: 800;
  color: var(--c-white);
}
.page-home .home-collect__options span{
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(243,244,246,0.68);
}
.page-home .home-collect__visual{
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(212,165,58,0.28);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(20,43,92,0.82), rgba(10,31,68,0.5));
}
.page-home .home-collect__visual img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.page-home .home-collect__visual figcaption{
  padding: 12px 8px 4px;
  font-family: var(--f-body);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(243,244,246,0.62);
}
.page-home .home-regions{
  background: var(--c-primary-2);
}
.page-home .home-regions__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.page-home .home-tag{
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(212,165,58,0.24);
  background: rgba(10,31,68,0.62);
  font-family: var(--f-head);
  font-size: 14px;
  font-weight: 700;
  color: rgba(243,244,246,0.92);
  transition: border-color var(--speed) var(--ease), background var(--speed) var(--ease);
}
.page-home .home-tag:hover{
  border-color: rgba(212,165,58,0.7);
  background: rgba(20,43,92,0.82);
}
.page-home .home-tag--more{
  border-style: dashed;
  color: var(--c-gold);
}
.page-home .home-regions__note{
  margin-top: 20px;
  font-family: var(--f-body);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(243,244,246,0.52);
}
.page-home .home-feedback{
  background:
    radial-gradient(circle at 82% 12%, rgba(212,165,58,0.1), transparent 42%),
    var(--c-primary);
}
.page-home .home-feedback__head{
  display: grid;
  gap: 18px;
}
.page-home .home-feedback__cols{
  display: grid;
  gap: 24px;
  margin-top: 30px;
}
.page-home .home-feedback__card{
  padding: 10px;
  border: 1px solid rgba(212,165,58,0.18);
  border-radius: var(--radius-lg);
  background: rgba(20,43,92,0.36);
}
.page-home .home-feedback__card img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.page-home .home-feedback__card-body{
  padding: 18px 8px 10px;
}
.page-home .home-feedback__card-body h3{
  margin: 0;
  font-family: var(--f-head);
  font-size: 18px;
  font-weight: 800;
  color: var(--c-white);
}
.page-home .home-feedback__card-body ul{
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.page-home .home-feedback__card-body li{
  position: relative;
  padding-left: 16px;
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(243,244,246,0.76);
}
.page-home .home-feedback__card-body li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-desert);
}
.page-home .home-index{
  align-self: start;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(212,165,58,0.14);
  border-radius: var(--radius-lg);
  background: rgba(6,22,51,0.5);
}
.page-home .home-index h3{
  margin: 0 0 18px;
  font-family: var(--f-head);
  font-size: 18px;
  font-weight: 800;
  color: var(--c-white);
}
.page-home .home-index__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}
.page-home .home-index__list a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  border-radius: 14px;
  font-family: var(--f-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--c-white);
  text-decoration: none;
  transition: background var(--speed) var(--ease);
}
.page-home .home-index__list a:hover{
  background: rgba(212,165,58,0.12);
}
.page-home .home-index__list small{
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 400;
  color: rgba(243,244,246,0.52);
  text-align: right;
}
.page-home .home-trust{
  padding-block: clamp(40px, 6vw, 72px);
  background: linear-gradient(180deg, var(--c-primary) 0%, #061733 100%);
}
.page-home .home-trust__inner{
  display: grid;
  gap: 20px;
  justify-items: center;
  text-align: center;
}
.page-home .home-trust__lead{
  margin: 0;
  max-width: 48em;
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(243,244,246,0.84);
}
.page-home .home-trust__badges{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.page-home .home-trust__note{
  margin: 0;
  font-family: var(--f-head);
  font-size: 12px;
  line-height: 1.6;
  color: rgba(243,244,246,0.5);
}
@media (hover: hover){
  .page-home .home-version__table tbody tr:hover{
    background: rgba(212,165,58,0.07);
  }
}
@media (min-width: 640px){
  .page-home .home-steps__list{
    grid-template-columns: repeat(2, 1fr);
  }
  .page-home .home-step:nth-child(3){
    grid-column: 1 / -1;
  }
  .page-home .home-collect__grid{
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
  }
  .page-home .home-feedback__cols{
    grid-template-columns: 0.9fr 1.1fr;
  }
}
@media (min-width: 1024px){
  .page-home .home-hero__layout{
    grid-template-columns: 1fr 1.15fr;
    align-items: center;
    gap: 48px;
  }
  .page-home .home-hero__intro h1{
    font-size: clamp(34px, 4.2vw, 54px);
  }
  .page-home .home-steps{
    border-top: 0;
    border-left: 1px solid rgba(212,165,58,0.22);
    padding-top: 0;
    padding-left: 34px;
  }
  .page-home .home-steps__list{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .page-home .home-steps__list::before{
    content: "";
    position: absolute;
    top: 14px;
    left: 112px;
    right: 24px;
    height: 1px;
    background: repeating-linear-gradient(90deg, rgba(212,165,58,0.5) 0 5px, transparent 5px 9px);
  }
  .page-home .home-step{
    min-height: 0;
    padding-left: 0;
  }
  .page-home .home-step::before{
    display: none;
  }
  .page-home .home-step:nth-child(3){
    grid-column: auto;
  }
  .page-home .home-step__index{
    position: relative;
    display: inline-grid;
    margin-bottom: 20px;
    width: 33px;
    height: 33px;
    background: var(--c-primary);
  }
  .page-home .home-step__body h3{
    font-size: 18px;
  }
  .page-home .home-step__body p{
    font-size: 15px;
  }
  .page-home .home-version__head{
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 40px;
  }
  .page-home .home-link-arrow{
    margin-top: 0;
  }
  .page-home .home-version__board{
    grid-template-columns: 0.9fr 1.1fr;
    align-items: stretch;
  }
  .page-home .home-version__figure{
    min-height: 320px;
  }
  .page-home .home-feedback__head{
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 40px;
  }
  .page-home .home-regions__tags{
    gap: 16px;
  }
  .page-home .home-regions__tags{
    max-width: 72%;
  }
}
