.newcomer-page {
  background:
    radial-gradient(circle at 80% 4%, rgba(65, 114, 239, 0.16), transparent 30rem),
    radial-gradient(circle at 18% 28%, rgba(255, 48, 122, 0.1), transparent 28rem),
    var(--ink);
}

.newcomer-main {
  overflow: hidden;
}

.newcomer-header .desktop-nav a[aria-current="page"] {
  color: var(--paper);
}

.newcomer-header .desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.newcomer-hero {
  position: relative;
  min-height: 100svh;
  padding: 150px clamp(24px, 8vw, 130px) 70px;
  overflow: hidden;
}

.newcomer-hero::before {
  position: absolute;
  inset: 94px 0 auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}

.newcomer-hero::after {
  position: absolute;
  top: 0;
  right: 18%;
  width: 1px;
  height: 100%;
  content: "";
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.12), transparent);
}

.newcomer-glow {
  position: absolute;
  top: 9%;
  right: -8%;
  width: min(58vw, 780px);
  aspect-ratio: 1.2;
  background: conic-gradient(from 205deg, var(--pink), var(--orange), var(--yellow), var(--cyan), var(--violet), var(--pink));
  border-radius: 41% 59% 62% 38% / 44% 42% 58% 56%;
  opacity: 0.18;
  filter: blur(90px);
  transform: rotate(-12deg);
}

.newcomer-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
  min-height: calc(100svh - 300px);
}

.newcomer-copy {
  max-width: 850px;
}

.newcomer-title {
  max-width: 880px;
  font-size: clamp(72px, 10.4vw, 160px);
  line-height: 0.79;
  letter-spacing: -0.055em;
}

.newcomer-title em {
  display: inline-block;
  font-family: "Fire Stretch", "Fire Nourd", "Arial Black", sans-serif;
  letter-spacing: 0.01em;
  transform: skewX(-7deg) scaleX(1.04) rotate(-1deg);
  transform-origin: left center;
  filter:
    drop-shadow(2px 0 0 rgba(255, 48, 122, 0.72))
    drop-shadow(-2px 1px 0 rgba(65, 114, 239, 0.62));
}

.newcomer-intro {
  max-width: 620px;
  margin: 36px 0 0;
  color: #bbb4c1;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.newcomer-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.newcomer-location {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  color: #8f8895;
  font-size: 14px;
}

.newcomer-location span {
  color: var(--orange);
}

.newcomer-welcome {
  position: relative;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(9, 8, 13, 0.64);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(24px);
}

.newcomer-welcome::before {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, var(--pink), var(--orange), var(--yellow), var(--cyan), var(--violet));
}

.newcomer-mark {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  color: #716a77;
  font-family: "Fire Nourd", "Arial Black", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
}

.newcomer-mark span:last-child {
  text-align: right;
}

.newcomer-mark img {
  width: 86px;
  height: 110px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.38));
}

.newcomer-welcome > p {
  margin: 30px 0;
  color: var(--paper);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.newcomer-welcome dl {
  margin: 0;
}

.newcomer-welcome dl div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.newcomer-welcome dt {
  color: #827b88;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.newcomer-welcome dd {
  margin: 0;
  color: #ded9e1;
  font-size: 14px;
  line-height: 1.45;
}

.newcomer-facts {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 56px;
  padding: 22px 0 0;
  color: #bcb5c2;
  border-top: 1px solid var(--line);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newcomer-facts i {
  color: var(--orange);
  font-style: normal;
}

.newcomer-meetings,
.newcomer-steps,
.newcomer-faq {
  padding: clamp(96px, 12vw, 170px) clamp(24px, 8vw, 130px);
}

.newcomer-meetings {
  position: relative;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    #07070a;
  background-size: 80px 80px;
}

.newcomer-section-head {
  display: grid;
  gap: 26px;
  margin-bottom: clamp(44px, 6vw, 74px);
}

.newcomer-section-head .eyebrow,
.newcomer-final .eyebrow {
  margin: 0;
}

.newcomer-section-head h2,
.newcomer-faq-intro h2,
.newcomer-final h2 {
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.88;
  transform: none;
}

.newcomer-meeting-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.newcomer-meeting-card {
  position: relative;
  display: flex;
  min-height: 480px;
  padding: clamp(28px, 4vw, 48px);
  flex-direction: column;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 100% 0, rgba(255, 48, 122, 0.17), transparent 20rem),
    rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.newcomer-meeting-card::after {
  position: absolute;
  right: -12%;
  bottom: 21%;
  width: 55%;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--orange), var(--pink));
  transform: rotate(-10deg);
  opacity: 0.8;
}

.newcomer-meeting-card-blue {
  background:
    radial-gradient(circle at 100% 0, rgba(65, 114, 239, 0.2), transparent 22rem),
    rgba(255, 255, 255, 0.035);
}

.newcomer-meeting-card-blue::after {
  background: linear-gradient(90deg, transparent, var(--violet), var(--cyan));
}

.newcomer-meeting-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.newcomer-meeting-number {
  color: var(--orange);
  font-family: "Fire Stretch", "Arial Black", sans-serif;
  font-size: 18px;
}

.newcomer-meeting-day {
  color: #a39ca9;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.newcomer-meeting-card h3 {
  margin-top: 64px;
  font-size: clamp(54px, 6vw, 92px);
  line-height: 0.9;
}

.newcomer-meeting-card > p {
  position: relative;
  z-index: 1;
  max-width: 510px;
  margin: 24px 0 48px;
  color: #aaa3b1;
  font-size: 17px;
  line-height: 1.65;
}

.newcomer-next {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.newcomer-next span {
  color: #79727e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.newcomer-next strong {
  font-family: "Fire Nourd", "Arial Black", sans-serif;
  font-size: clamp(23px, 2.4vw, 34px);
  text-transform: uppercase;
}

.newcomer-next small {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
}

.newcomer-group-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 28px 32px;
  color: #111017;
  background: linear-gradient(100deg, var(--yellow), var(--orange), var(--pink), var(--violet), var(--cyan));
  font-size: 16px;
}

.newcomer-group-link strong {
  display: block;
  margin-bottom: 4px;
  font-family: "Fire Nourd", "Arial Black", sans-serif;
  font-size: 23px;
  text-transform: uppercase;
}

.newcomer-group-link i {
  font-size: 31px;
  font-style: normal;
  transition: transform 0.25s var(--ease);
}

.newcomer-group-link:hover i,
.newcomer-group-link:focus-visible i {
  transform: translate(5px, -5px);
}

.newcomer-steps {
  background:
    radial-gradient(circle at 12% 70%, rgba(251, 135, 22, 0.13), transparent 26rem),
    #0c0a10;
}

.newcomer-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.newcomer-step-grid article {
  min-height: 300px;
  padding: clamp(28px, 4vw, 48px);
  border-right: 1px solid var(--line);
}

.newcomer-step-grid article:last-child {
  border-right: 0;
}

.newcomer-step-grid span {
  color: var(--orange);
  font-family: "Fire Stretch", "Arial Black", sans-serif;
  font-size: 22px;
}

.newcomer-step-grid h3 {
  margin-top: 78px;
  font-size: clamp(28px, 3vw, 42px);
}

.newcomer-step-grid p {
  max-width: 320px;
  margin: 18px 0 0;
  color: #9f98a5;
  font-size: 16px;
  line-height: 1.6;
}

.newcomer-faq {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
  gap: clamp(50px, 9vw, 130px);
  background: #07070a;
}

.newcomer-faq-intro .eyebrow {
  margin-bottom: 28px;
}

.newcomer-faq-intro > p:last-child {
  max-width: 410px;
  margin: 30px 0 0;
  color: #9f98a5;
  font-size: 16px;
  line-height: 1.65;
}

.newcomer-faq-list {
  border-top: 1px solid var(--line);
}

.newcomer-faq-list details {
  border-bottom: 1px solid var(--line);
}

.newcomer-faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 86px;
  color: var(--paper);
  cursor: pointer;
  list-style: none;
  font-family: "Fire Nourd", "Arial Black", sans-serif;
  font-size: clamp(19px, 2vw, 27px);
  text-transform: uppercase;
}

.newcomer-faq-list summary::-webkit-details-marker {
  display: none;
}

.newcomer-faq-list summary span {
  color: var(--orange);
  font-family: "Fire DM", Arial, sans-serif;
  font-size: 26px;
  transition: transform 0.25s ease;
}

.newcomer-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.newcomer-faq-list details p {
  max-width: 650px;
  margin: -3px 50px 0 0;
  padding: 0 0 28px;
  color: #aaa3b1;
  font-size: 16px;
  line-height: 1.65;
}

.newcomer-final {
  position: relative;
  display: grid;
  justify-items: center;
  padding: clamp(100px, 13vw, 190px) 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 55%, rgba(117, 62, 254, 0.2), transparent 26rem),
    linear-gradient(135deg, rgba(255, 48, 122, 0.08), transparent 35%, rgba(20, 190, 205, 0.07)),
    #0b0910;
  overflow: hidden;
}

.newcomer-final > img {
  width: 58px;
  height: 76px;
  margin-bottom: 34px;
  object-fit: contain;
}

.newcomer-final h2 {
  margin-top: 28px;
}

.newcomer-final > p:not(.eyebrow) {
  max-width: 560px;
  margin: 30px 0;
  color: #aaa3b1;
  font-size: 17px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .newcomer-grid,
  .newcomer-faq {
    grid-template-columns: 1fr;
  }

  .newcomer-grid {
    min-height: auto;
  }

  .newcomer-copy {
    padding-top: 50px;
  }

  .newcomer-welcome {
    max-width: 620px;
  }

  .newcomer-step-grid {
    grid-template-columns: 1fr;
  }

  .newcomer-step-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .newcomer-step-grid article:last-child {
    border-bottom: 0;
  }

  .newcomer-step-grid h3 {
    margin-top: 36px;
  }
}

@media (max-width: 700px) {
  .newcomer-hero {
    min-height: auto;
    padding: 116px 20px 70px;
    text-align: center;
  }

  .newcomer-grid {
    justify-items: center;
    text-align: center;
  }

  .newcomer-copy {
    display: grid;
    justify-items: center;
    width: 100%;
    min-width: 0;
    padding-top: 24px;
  }

  .newcomer-copy .eyebrow,
  .newcomer-section-head .eyebrow,
  .newcomer-faq-intro .eyebrow {
    justify-content: center;
  }

  .newcomer-title {
    max-width: 100%;
    font-size: clamp(56px, 18vw, 78px);
    line-height: 0.9;
    text-align: center;
    transform: none;
    transform-origin: center;
  }

  .newcomer-title em {
    transform: skewX(-5deg) scaleX(1.01) rotate(-1deg);
    transform-origin: center;
  }

  .newcomer-intro {
    margin-right: auto;
    margin-left: auto;
  }

  .newcomer-actions {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .newcomer-actions .button {
    width: min(100%, 320px);
  }

  .newcomer-location {
    justify-content: center;
    max-width: 320px;
    text-align: center;
  }

  .newcomer-welcome {
    width: 100%;
    max-width: 480px;
  }

  .newcomer-facts {
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .newcomer-facts i {
    display: none;
  }

  .newcomer-meeting-grid {
    grid-template-columns: 1fr;
  }

  .newcomer-meetings,
  .newcomer-steps,
  .newcomer-faq {
    padding-right: 20px;
    padding-left: 20px;
  }

  .newcomer-section-head,
  .newcomer-faq-intro {
    justify-items: center;
    text-align: center;
  }

  .newcomer-meeting-card {
    min-height: 440px;
    padding: 28px 24px;
  }

  .newcomer-meeting-card h3 {
    margin-top: 50px;
    font-size: clamp(48px, 15vw, 68px);
  }

  .newcomer-group-link {
    padding: 24px 20px;
    text-align: left;
  }

  .newcomer-group-link strong {
    font-size: 19px;
  }

  .newcomer-section-head h2,
  .newcomer-faq-intro h2,
  .newcomer-final h2 {
    font-size: clamp(52px, 16vw, 72px);
    line-height: 0.94;
  }

  .newcomer-faq-list summary {
    min-height: 78px;
    font-size: 18px;
  }

  .newcomer-faq-list details p {
    margin-right: 20px;
  }

  .newcomer-faq-intro > p:last-child {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 420px) {
  .newcomer-welcome {
    padding: 28px 20px;
  }

  .newcomer-welcome dl div {
    grid-template-columns: 1fr;
    gap: 7px;
    text-align: center;
  }

  .newcomer-meeting-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .newcomer-meeting-card h3 {
    margin-top: 38px;
  }

  .newcomer-group-link {
    gap: 14px;
    padding: 22px 18px;
  }
}
