@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/montserrat-400.ttf") format("truetype");
}

/* Student partner page */
.page--student {
  --fixed-nav-top: 45px;
  background: var(--ink);
}

.student-page-shell {
  width: min(100%, 1280px);
  min-height: 7201px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--ink);
}

.student-surface {
  position: relative;
  min-height: 7201px;
  overflow: hidden;
  background: var(--ink);
}

.student-surface .site-header,
.blog-surface .site-header {
  width: min(1172px, calc(100vw - 108px));
}

.student-surface .site-header {
  background: rgba(255, 255, 255, 0.11);
}

.student-surface .desktop-nav a[aria-current="page"]::after,
.blog-surface .desktop-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.student-surface .desktop-nav a[aria-current="page"],
.student-surface .mobile-menu a[aria-current="page"],
.student-surface .footer-column a[aria-current="page"],
.blog-surface .footer-column a[aria-current="page"] {
  color: var(--cyan);
}

.student-hero,
.student-help,
.student-process,
.student-campus,
.student-faq,
.student-application {
  position: absolute;
}

.student-hero {
  top: 223px;
  inset-inline: 61px 67px;
  height: 654px;
  text-align: center;
}

.student-hero h1 {
  width: 1044px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 85px;
  font-style: italic;
  font-weight: 900;
  line-height: 96px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.student-title-line {
  display: block;
  white-space: nowrap;
}

.student-title-line em,
.student-title-line--accent,
.student-section-heading h2 span {
  color: var(--cyan);
  font-style: inherit;
}

.student-hero > p {
  width: 796px;
  max-width: 100%;
  margin: 45px auto 0;
  color: rgba(183, 234, 255, 0.9);
  font-size: 24px;
  line-height: 29.25px;
}

.student-hero__cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 49px;
}

.student-primary-button,
.student-process__cta {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 40px;
  background: #1c61c6;
  border-radius: var(--pill-radius);
  box-shadow: 0 10px 22px rgba(28, 97, 198, 0.35);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.student-primary-button img,
.student-process__cta img {
  width: 19px;
  height: 9px;
}

.student-primary-button:hover,
.student-primary-button:focus-visible,
.student-process__cta:hover,
.student-process__cta:focus-visible {
  filter: brightness(1.12);
  transform: translateY(-2px);
}

.student-partners {
  display: flex;
  align-items: center;
  gap: 12px;
}

.student-partners__avatars {
  display: flex;
  direction: ltr;
}

.student-partners__avatars img {
  width: 40px;
  height: 40px;
  margin-left: -12px;
  object-fit: cover;
  border: 2px solid #0d2948;
  border-radius: 50%;
}

.student-partners__avatars img:first-child {
  margin-left: 0;
}

.student-partners strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  letter-spacing: 0;
}

.student-stats {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 264px);
  gap: 32px;
  height: 57px;
  margin: 0;
}

.student-stats div {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.05);
}

.student-stats div:last-child {
  border-inline-end: 0;
}

.student-stats dt {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.student-stats dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  transform: scaleX(1.1);
  text-transform: uppercase;
}

.student-section-heading {
  text-align: center;
}

.student-section-heading h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.student-section-heading p {
  width: min(888px, 100%);
  margin: 15px auto 0;
  color: #c2c6d5;
  font-size: 24px;
  line-height: 29px;
}

.student-help {
  top: 986px;
  inset-inline: 61px 67px;
  height: 1237px;
}

.student-help__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 62px;
}

.student-help-card {
  position: relative;
  display: flex;
  height: 500px;
  align-items: flex-end;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 48px;
  isolation: isolate;
}

.student-help-card > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  /* height: 330px; */
  height: 100%;
  object-fit: cover;
}

.student-help-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(
    to top,
    #081b33 1%,
    rgba(8, 27, 51, 0.4) 52%,
    transparent 82%
  );
  content: "";
}

.student-help-card > div {
  width: 100%;
  min-height: 169px;
  padding: 33px 32px 32px;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
}

.student-help-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
}

.student-help-card:last-child h3 {
  font-size: 18px;
}

.student-help-card p {
  margin: 8px 0 0;
  color: #c2c6d5;
  font-size: 16px;
  line-height: 24px;
}

.student-process {
  top: 2365px;
  inset-inline: 53px 60px;
  height: 749px;
  text-align: center;
}

.student-process__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 51px;
}

.student-process__line {
  position: absolute;
  top: 405px;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #00f2fe, transparent);
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.5);
}

.student-step {
  position: relative;
  height: 436px;
  padding: 31px 31px 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 48px;
  backdrop-filter: blur(6px);
}

.student-step__number {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  place-items: center;
  color: #00f2fe;
  background: rgba(0, 242, 254, 0.2);
  border: 1px solid rgba(0, 242, 254, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.3);
  font-size: 24px;
  font-weight: 700;
}

.student-step h3 {
  margin: 24px -10px 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
  white-space: nowrap;
}

.student-step__visual {
  position: relative;
  width: 208px;
  height: 137px;
  margin: 25px auto 0;
  padding: 17px;
  overflow: hidden;
  background: rgba(8, 27, 51, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 32px;
}

.student-step > p {
  margin: 30px -8px 0;
  color: #c2c6d5;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.student-step__visual--form i {
  display: block;
  height: 48px;
  margin: 18px 0 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.student-step__visual--form::before {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 61px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  content: "";
}

.student-step__visual--form b {
  display: block;
  padding: 8px;
  color: #081b33;
  background: #00f2fe;
  border-radius: 16px;
  font-size: 12px;
}

.student-step__visual--credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.student-step__visual--credits em {
  padding: 6px 10px;
  color: #4ade80;
  background: rgba(34, 197, 94, 0.2);
  border: 1px solid rgba(34, 197, 94, 0.4);
  border-radius: var(--pill-radius);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.student-step__visual--credits b {
  margin-top: 8px;
  font-size: 24px;
  line-height: 31px;
}

.student-step__visual--credits small {
  color: #c2c6d5;
  font-size: 10px;
  text-transform: uppercase;
}

.student-step__visual--ticket {
  text-align: start;
}

.student-step__visual--ticket small,
.student-step__visual--ticket s,
.student-step__visual--ticket b {
  display: block;
}

.student-step__visual--ticket small {
  color: #c2c6d5;
  font-size: 10px;
  text-transform: uppercase;
}

.student-step__visual--ticket s {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.student-step__visual--ticket em {
  position: absolute;
  top: 17px;
  inset-inline-end: 17px;
  padding: 5px 9px;
  color: #4ade80;
  background: rgba(34, 197, 94, 0.1);
  border-radius: 16px;
  font-size: 10px;
  font-style: normal;
}

.student-step__visual--ticket b {
  margin-top: 5px;
  font-size: 24px;
}

.student-step__visual--ticket i {
  display: block;
  height: 4px;
  margin-top: 5px;
  background: linear-gradient(
    to right,
    #00f2fe 50%,
    rgba(255, 255, 255, 0.05) 50%
  );
  border-radius: var(--pill-radius);
}

.student-step__visual--launch {
  display: block;
}

.student-step__visual--launch > img {
  position: absolute;
  top: 33px;
  left: calc(50% - 11.25px);
  width: 22.5px;
  height: 22.5px;
}

.student-step__visual--launch::before {
  position: absolute;
  top: 21px;
  left: calc(50% - 31px);
  width: 62px;
  height: 62px;
  background:
    linear-gradient(#00f2fe 0 0) top left / 13px 2px no-repeat,
    linear-gradient(#00f2fe 0 0) top left / 2px 13px no-repeat,
    linear-gradient(#00f2fe 0 0) top right / 13px 2px no-repeat,
    linear-gradient(#00f2fe 0 0) top right / 2px 13px no-repeat,
    linear-gradient(#00f2fe 0 0) bottom left / 13px 2px no-repeat,
    linear-gradient(#00f2fe 0 0) bottom left / 2px 13px no-repeat,
    linear-gradient(#00f2fe 0 0) bottom right / 13px 2px no-repeat,
    linear-gradient(#00f2fe 0 0) bottom right / 2px 13px no-repeat;
  content: "";
}

.student-step__visual--launch span {
  position: absolute;
  bottom: 12px;
  display: flex;
  width: 64px;
  flex-direction: column;
  gap: 3px;
}

.student-step__visual--launch span:first-of-type {
  left: 39px;
}

.student-step__visual--launch span:last-of-type {
  right: 39px;
}

.student-step__visual--launch b {
  color: #00f2fe;
  font-size: 14px;
  line-height: 17px;
}

.student-step__visual--launch small {
  color: #c2c6d5;
  font-size: 8px;
  text-transform: uppercase;
}

.student-process__cta {
  min-height: 56px;
  margin-top: 67px;
  padding: 16px 40px;
  font-size: 16px;
  line-height: 24px;
}

.student-campus {
  top: 3255px;
  inset-inline: 65px 71px;
  height: 875px;
}

.student-campus__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 52px;
}

.student-campus-card {
  height: 322px;
  padding: 17px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 64px 16px 64px 16px;
  box-shadow: 0 20px 50px rgba(0, 73, 161, 0.3);
  backdrop-filter: blur(6px);
}

.student-campus-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 48px 8px 48px 8px;
}

.student-campus-card > div {
  position: absolute;
  right: 33px;
  bottom: 33px;
  left: 33px;
  display: flex;
  min-height: 118px;
  align-items: center;
  gap: 16px;
  padding: 17px;
  background: rgba(8, 27, 51, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 48px;
  backdrop-filter: blur(6px);
}

.student-campus-card > div > strong {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.3);
  font-size: 48px;
  line-height: 48px;
}

.student-campus-card h3,
.student-campus-card p {
  margin: 0;
}

.student-campus-card h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.student-campus-card p {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 14px;
  line-height: 20px;
}

.student-faq {
  top: 4307px;
  inset-inline: 0;
  height: 1393px;
}

.student-faq__list {
  display: grid;
  gap: 24px;
  width: 1002px;
  margin: 47px auto 0;
}

.student-faq__item {
  min-height: 156px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 48px;
  backdrop-filter: blur(6px);
  transition:
    height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 280ms ease,
    background-color 280ms ease,
    box-shadow 280ms ease;
}

.student-faq__item h3,
.student-faq__item p {
  margin: 0;
}

.student-faq__item button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 30px 0 0;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: start;
}

.student-faq__item button span {
  position: absolute;
  top: 12px;
  inset-inline-end: 0;
  width: 14px;
  height: 8px;
  background: url("assets/icons/student-faq-chevron.svg") center / 14px 8px no-repeat;
  transform: rotate(180deg);
  transform-origin: center;
  transition:
    transform 380ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.student-faq__item button[aria-expanded="false"] span {
  transform: rotate(0deg);
}

.student-faq__item > div {
  display: grid;
  overflow: hidden;
  grid-template-rows: 1fr;
  margin-top: 15px;
  opacity: 1;
  translate: 0 0;
  transition:
    grid-template-rows 420ms cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease 70ms,
    translate 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.student-faq__item > div > p {
  min-height: 0;
  overflow: hidden;
}

.student-faq__item:has(button[aria-expanded="false"]) {
  min-height: 82px;
  height: 82px;
  background: rgba(255, 255, 255, 0.012);
}

.student-faq__item:has(button[aria-expanded="false"]) > div {
  grid-template-rows: 0fr;
  margin-top: 0;
  opacity: 0;
  translate: 0 -6px;
  transition:
    grid-template-rows 360ms cubic-bezier(0.4, 0, 0.2, 1),
    margin-top 360ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms ease,
    translate 360ms cubic-bezier(0.4, 0, 0.2, 1);
}

.student-faq__item:has(button:focus-visible) {
  border-color: rgba(126, 207, 239, 0.3);
  box-shadow: 0 0 0 1px rgba(126, 207, 239, 0.08);
}

.student-faq__item p {
  color: #94a3b8;
  font-size: 18px;
  line-height: 29px;
}

.student-application {
  top: 5807px;
  inset-inline: 143px;
  height: 856px;
}

.student-application__form {
  display: grid;
  gap: 32px;
  margin: 49px 15px 0;
  padding: 48px;
  background: rgba(13, 31, 56, 0.6);
  border: 1px solid rgba(28, 97, 198, 0.3);
  border-radius: 48px;
  box-shadow:
    0 0 40px rgba(0, 0, 0, 0.4),
    inset 0 0 20px rgba(28, 97, 198, 0.05);
  backdrop-filter: blur(8px);
}

.student-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.student-application__form label {
  display: grid;
  gap: 8px;
  color: #c2c6d5;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.student-application__form label > span {
  display: block;
}

.student-application__form input,
.student-application__form select {
  width: 100%;
  height: 59px;
  padding: 0 21px;
  appearance: none;
  color: #ffffff;
  background: rgba(8, 27, 51, 0.4);
  border: 1px solid rgba(194, 198, 213, 0.2);
  border-radius: 32px;
  font:
    400 16px/normal "Montserrat",
    Arial,
    sans-serif;
}

.student-application__form select {
  background-image:
    linear-gradient(45deg, transparent 50%, #8fd5ef 50%),
    linear-gradient(135deg, #8fd5ef 50%, transparent 50%);
  background-position:
    calc(100% - 23px) 26px,
    calc(100% - 17px) 26px;
  background-repeat: no-repeat;
  background-size:
    6px 6px,
    6px 6px;
}

.student-application__form input::placeholder,
.student-application__form select:invalid {
  color: rgba(115, 119, 132, 0.6);
}

.student-application__form option {
  color: #081b33;
}

.student-application__form label:has(> select) {
  position: relative;
}

.student-application__form label:has(.student-select.is-open) {
  z-index: 30;
}

.student-form-row:has(.student-select.is-open) {
  position: relative;
  z-index: 30;
}

.student-application__form.has-custom-selects select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  opacity: 0;
  pointer-events: none;
}

.student-select {
  position: relative;
  z-index: 1;
  min-width: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.student-select.is-open {
  z-index: 30;
}

.student-select__trigger {
  display: flex;
  width: 100%;
  height: 59px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 20px;
  background: rgba(8, 27, 51, 0.72);
  border: 1px solid rgba(194, 198, 213, 0.2);
  border-radius: 32px;
  cursor: pointer;
  outline: 0;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.student-select__trigger:hover {
  border-color: rgba(143, 213, 239, 0.38);
  background: rgba(11, 34, 61, 0.88);
}

.student-select__trigger:focus-visible,
.student-select.is-open .student-select__trigger {
  border-color: #8fd5ef;
  box-shadow: 0 0 0 3px rgba(143, 213, 239, 0.1);
}

.student-select.is-invalid .student-select__trigger {
  border-color: rgba(255, 84, 97, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 84, 97, 0.08);
}

.student-select__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.student-select.is-placeholder .student-select__value {
  color: rgba(115, 119, 132, 0.6);
}

.student-select__chevron {
  width: 12px;
  height: 8px;
  flex: 0 0 auto;
  background: url("assets/icons/student-select-chevron.svg") center / 12px 8px no-repeat;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.student-select.is-open .student-select__chevron {
  transform: rotate(180deg);
}

.student-select__menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 9px);
  inset-inline: 0;
  max-height: 246px;
  padding: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #c2c6d5;
  background: #0b223d;
  border: 1px solid rgba(143, 213, 239, 0.26);
  border-radius: 24px;
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  opacity: 0;
  visibility: hidden;
  translate: 0 -8px;
  scale: 0.985;
  transform-origin: top center;
  pointer-events: none;
  backdrop-filter: blur(18px);
  transition:
    opacity 180ms ease,
    translate 240ms cubic-bezier(0.22, 1, 0.36, 1),
    scale 240ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 240ms;
  scrollbar-color: rgba(143, 213, 239, 0.38) transparent;
  scrollbar-width: thin;
}

.student-select.is-open .student-select__menu {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
  scale: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.student-select__option {
  display: flex;
  min-height: 43px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 16px;
  cursor: pointer;
  outline: 0;
  line-height: 23px;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.student-select__option + .student-select__option {
  margin-top: 2px;
}

.student-select__option:hover,
.student-select__option:focus-visible {
  color: #ffffff;
  background: rgba(28, 97, 198, 0.2);
}

.student-select__option[aria-selected="true"] {
  color: #ffffff;
  background: #1c61c6;
  box-shadow: 0 5px 16px rgba(28, 97, 198, 0.24);
}

.student-select__option[aria-disabled="true"] {
  color: rgba(194, 198, 213, 0.35);
  cursor: not-allowed;
}

.student-select__option[data-placeholder="true"]:not([aria-selected="true"]) {
  color: rgba(194, 198, 213, 0.58);
}

.student-application__form > button {
  min-height: 71.1875px;
  background: #1c61c6;
  border: 0;
  border-radius: 32px;
  box-shadow: 0 4px 10px rgba(28, 97, 198, 0.4);
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
}

.student-surface > .site-footer {
  position: absolute;
  top: 6751px;
  inset-inline: 0;
  height: 418px;
  border-top: 0;
  border-radius: 0;
}

.student-surface .social-links {
  margin-top: 2px;
}

.student-surface .footer-social > p {
  margin-top: 18px;
}

/* Blog page */
.page--blog {
  --fixed-nav-top: 98px;
}

.blog-page-shell {
  min-height: 3655px;
  padding: 48px 34px 48px 35px;
}

.blog-surface {
  position: relative;
  min-height: 3549px;
  overflow: hidden;
  background: var(--ink);
  border-radius: var(--panel-radius);
}

.blog-intro {
  position: absolute;
  top: 219px;
  inset-inline: 94px 76px;
  text-align: center;
}

.blog-intro h1 {
  margin: 0;
  font-size: 85px;
  font-style: italic;
  font-weight: 900;
  line-height: 96px;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.blog-intro h1 span {
  color: var(--cyan);
}

.blog-intro p {
  width: 702px;
  max-width: 100%;
  margin: 14px auto 0;
  color: #c2c6d5;
  font-size: 24px;
  line-height: 29px;
}

.blog-featured {
  position: absolute;
  top: 460px;
  inset-inline: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 504px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 48px;
  box-shadow:
    0 4px 24px -1px rgba(0, 0, 0, 0.2),
    inset 0 0 20px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8px);
}

.blog-featured__media {
  overflow: hidden;
  background: var(--ink);
}

.blog-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-featured__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 56px;
}

.blog-category {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 4px 13px 5px;
  color: #8ad0ea;
  background: rgba(138, 208, 234, 0.1);
  border: 1px solid rgba(138, 208, 234, 0.2);
  border-radius: var(--pill-radius);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  white-space: nowrap;
}

.blog-featured__copy > .blog-category {
  color: #aec6ff;
  background: rgba(174, 198, 255, 0.1);
  border-color: rgba(174, 198, 255, 0.2);
}

.blog-featured__copy h2 {
  margin: 24px 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
}

.blog-featured__copy > p {
  margin: 24px 0 0;
  color: #c2c6d5;
  font-size: 16px;
  line-height: 26px;
}

.blog-featured__copy time {
  margin-top: 32px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.blog-featured__copy > a {
  display: inline-flex;
  min-height: 41px;
  align-items: center;
  gap: 8px;
  margin-top: 31px;
  padding: 12px 32px;
  background: #1c61c6;
  border-radius: var(--pill-radius);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.blog-discovery {
  position: absolute;
  top: 1011px;
  inset-inline: 0;
  display: flex;
  height: 119px;
  align-items: center;
  gap: 34px;
  padding-inline: 76px 64px;
  background: rgba(9, 30, 56, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.blog-search {
  position: relative;
  width: 366px;
  height: 59px;
  flex: 0 0 366px;
}

.blog-search img {
  position: absolute;
  z-index: 1;
  top: 21px;
  inset-inline-start: 16px;
  width: 18px;
  height: 18px;
}

.blog-search input {
  width: 100%;
  height: 100%;
  padding-inline: 49px 25px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pill-radius);
  font:
    400 16px/normal "Montserrat",
    Arial,
    sans-serif;
}

.blog-search input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.blog-filters {
  display: flex;
  align-items: center;
  gap: 11px;
}

.blog-filter {
  min-height: 35px;
  padding: 8px 24px 9px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pill-radius);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  white-space: nowrap;
}

.blog-filter.is-active {
  color: #081b33;
  background: #aec6ff;
  border-color: #aec6ff;
}

.blog-articles {
  position: absolute;
  top: 1169px;
  inset-inline: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.blog-card {
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 48px;
  box-shadow:
    0 4px 24px -1px rgba(0, 0, 0, 0.2),
    inset 0 0 20px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8px);
}

.blog-card:nth-child(-n + 3) {
  min-height: 672px;
}

.blog-card:nth-child(n + 4) {
  min-height: 638px;
}

.blog-card > img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.blog-card > div {
  padding: 32px;
}

.blog-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.blog-card time {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  white-space: nowrap;
}

.blog-card h2 {
  min-height: 66px;
  margin: 16px 0 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.blog-card p {
  min-height: 48px;
  margin: 16px 0 0;
  color: #c2c6d5;
  font-size: 16px;
  line-height: 24px;
}

.blog-card a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 24px;
  color: #aec6ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.blog-card[hidden] {
  display: none;
}

.blog-load-more {
  position: absolute;
  top: 2563px;
  left: 50%;
  display: inline-flex;
  width: 285px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #081b33;
  background: #8fd5ef;
  border: 0;
  border-radius: var(--pill-radius);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transform: translateX(-50%);
}

.blog-newsletter {
  position: absolute;
  top: 2729px;
  inset-inline: 192px;
  height: 318px;
  padding: 48px 49px 49px;
  background: rgba(8, 27, 51, 0.7);
  border: 1px solid rgba(143, 213, 239, 0.1);
  border-radius: 48px;
  box-shadow: 0 0 30px rgba(143, 213, 239, 0.1);
  text-align: center;
  backdrop-filter: blur(12px);
}

.blog-newsletter h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.blog-newsletter > p {
  margin: 16px 0 0;
  color: #c2c6d5;
  font-size: 18px;
  line-height: 29px;
}

.blog-newsletter form {
  display: flex;
  width: 576px;
  max-width: 100%;
  gap: 16px;
  margin: 16px auto 0;
  padding-top: 24px;
}

.blog-newsletter input {
  min-width: 0;
  height: 59px;
  flex: 1;
  padding: 0 33px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pill-radius);
  font:
    400 16px/normal "Montserrat",
    Arial,
    sans-serif;
}

.blog-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.blog-newsletter button {
  height: 59px;
  flex: 0 0 auto;
  padding: 0 40px;
  background: #1c61c6;
  border: 0;
  border-radius: var(--pill-radius);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.blog-newsletter small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 15px;
}

.blog-surface > .site-footer {
  position: absolute;
  top: 3113px;
  inset-inline: 0;
  height: 418px;
}

[dir="rtl"] .student-primary-button img,
[dir="rtl"] .student-process__cta img {
  transform: scaleX(-1);
}

[dir="rtl"] .student-application__form select {
  background-position:
    23px 26px,
    17px 26px;
}

[dir="rtl"] .student-surface h1,
[dir="rtl"] .student-surface h2,
[dir="rtl"] .student-surface h3,
[dir="rtl"] .student-surface p,
[dir="rtl"] .blog-surface h1,
[dir="rtl"] .blog-surface h2,
[dir="rtl"] .blog-surface p {
  unicode-bidi: plaintext;
}

@media (min-width: 1101px) {
  .student-surface .desktop-nav {
    transform: translateX(-5px);
  }

  .student-surface .header-actions {
    transform: translateX(-18px);
  }

  [dir="rtl"] .student-surface .desktop-nav {
    transform: translateX(5px);
  }

  [dir="rtl"] .student-surface .header-actions {
    transform: translateX(18px);
  }

  .student-hero h1 {
    transform: translateX(9px);
  }

  [dir="rtl"] .student-hero h1 {
    transform: translateX(-9px);
  }

  .student-title-line:nth-child(1) {
    transform: scaleX(0.876);
  }

  .student-title-line:nth-child(2) {
    position: relative;
    inset-inline-start: -45px;
    transform: scaleX(0.866);
  }

  .student-title-line:nth-child(3) {
    position: relative;
    inset-inline-start: 19px;
    transform: scaleX(0.885);
  }

  .student-hero > p {
    transform: translateX(15px);
  }

  [dir="rtl"] .student-hero > p {
    transform: translateX(-15px);
  }

  .student-hero__cta-row {
    gap: 20.42px;
    transform: translateX(24.56px);
  }

  [dir="rtl"] .student-hero__cta-row {
    transform: translateX(-24.56px);
  }

  .student-primary-button {
    width: 251px;
  }

  .student-help .student-section-heading h2 {
    text-transform: none;
    transform: scaleX(0.987);
  }

  .student-help .student-section-heading p {
    width: 736px;
  }

  .student-section-heading h2 {
    white-space: nowrap;
  }

  .student-process .student-section-heading p {
    width: 736px;
    margin-top: 11px;
  }

  .student-campus .student-section-heading p {
    margin-top: 19px;
  }

  .student-campus .student-section-heading h2 {
    transform: scaleX(0.84);
  }

  .student-step:last-child > p {
    margin-top: 39px;
  }

  .student-faq__item:nth-child(-n + 5):has(button[aria-expanded="true"]) {
    height: 185.25px;
  }

  .student-faq__item:last-child:has(button[aria-expanded="true"]) {
    height: 156.125px;
  }

  .student-application__form > label {
    min-height: 100px;
  }

  .student-form-row:nth-child(2) {
    height: 83px;
  }
}

@media (max-width: 1100px) {
  .page--student,
  .page--blog {
    --fixed-nav-top: 26px;
  }

  .student-page-shell,
  .blog-page-shell {
    width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .blog-page-shell {
    padding: 26px;
    background: var(--page-canvas);
  }

  .student-surface,
  .blog-surface {
    min-height: 0;
    padding: 176px 32px 0;
    overflow: hidden;
  }

  .blog-surface {
    border-radius: 20px;
  }

  .student-surface .site-header,
  .blog-surface .site-header {
    width: calc(100vw - 104px);
  }

  .student-hero,
  .student-help,
  .student-process,
  .student-campus,
  .student-faq,
  .student-application,
  .blog-intro,
  .blog-featured,
  .blog-discovery,
  .blog-articles,
  .blog-newsletter {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    inset-inline: auto;
    width: 100%;
    height: auto;
  }

  .student-hero {
    min-height: 630px;
  }

  .student-hero h1,
  .blog-intro h1 {
    width: 100%;
    font-size: 64px;
    line-height: 74px;
    white-space: normal;
  }

  .student-title-line {
    white-space: normal;
  }

  .student-desktop-break {
    display: none;
  }

  .student-hero > p {
    margin-top: 32px;
  }

  .student-stats {
    bottom: 30px;
  }

  .student-help,
  .student-process,
  .student-campus,
  .student-faq,
  .student-application {
    margin-top: 100px;
  }

  .student-help__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 55px;
  }

  .student-process__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 55px;
  }

  .student-process__line {
    display: none;
  }

  .student-process__cta {
    margin-top: 40px;
  }

  .student-campus__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .student-faq__list {
    width: 100%;
  }

  .student-application {
    margin-bottom: 100px;
  }

  .student-surface > .site-footer,
  .blog-surface > .site-footer {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    inset-inline: auto;
    width: calc(100% + 64px);
    height: auto;
    min-height: 411px;
    margin-inline: -32px;
  }

  .blog-intro p {
    margin-top: 18px;
  }

  .blog-featured {
    margin-top: 50px;
  }

  .blog-featured__copy {
    padding: 42px;
  }

  .blog-discovery {
    height: auto;
    flex-wrap: wrap;
    margin-top: 48px;
    padding: 28px;
  }

  .blog-search {
    width: min(100%, 366px);
  }

  .blog-filters {
    flex-wrap: wrap;
  }

  .blog-articles {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 48px;
  }

  .blog-load-more {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    margin: 48px auto 0;
    transform: none;
  }

  .blog-newsletter {
    margin-top: 96px;
  }

  .blog-surface > .site-footer {
    margin-top: 66px;
  }
}

@media (max-width: 900px) {
  .page--student,
  .page--blog {
    --fixed-nav-top: 20px;
  }

  .blog-page-shell {
    padding: 20px;
  }

  .student-surface,
  .blog-surface {
    padding: 144px 24px 0;
  }

  .student-surface .site-header,
  .blog-surface .site-header {
    width: calc(100vw - 80px);
  }

  .student-surface > .site-footer,
  .blog-surface > .site-footer {
    width: calc(100% + 48px);
    margin-inline: -24px;
  }

  .student-hero h1,
  .blog-intro h1 {
    font-size: 52px;
    line-height: 62px;
  }

  .student-section-heading h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .student-section-heading p,
  .student-hero > p,
  .blog-intro p {
    font-size: 18px;
    line-height: 28px;
  }

  .student-hero__cta-row {
    flex-wrap: wrap;
  }

  .student-stats {
    position: relative;
    bottom: auto;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    gap: 26px 0;
    margin-top: 60px;
  }

  .student-stats div:nth-child(2) {
    border-inline-end: 0;
  }

  .student-hero {
    min-height: 710px;
  }

  .student-form-row {
    grid-template-columns: 1fr;
  }

  .blog-featured {
    grid-template-columns: 1fr;
  }

  .blog-featured__media {
    min-height: 390px;
  }

  .blog-articles {
    grid-template-columns: 1fr 1fr;
  }

  .blog-card:nth-child(n) {
    min-height: 0;
  }

  .blog-card > img {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .page--student,
  .page--blog {
    --fixed-nav-top: 15px;
  }

  .blog-page-shell {
    padding: 10px;
  }

  .student-surface,
  .blog-surface {
    padding: 118px 16px 0;
  }

  .student-surface .site-header,
  .blog-surface .site-header {
    width: calc(100vw - 42px);
  }

  .student-surface > .site-footer,
  .blog-surface > .site-footer {
    width: calc(100% + 32px);
    margin-inline: -16px;
  }

  .student-hero h1,
  .blog-intro h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .student-hero > p {
    margin-top: 24px;
    font-size: 15px;
    line-height: 24px;
  }

  .student-hero__cta-row {
    margin-top: 30px;
  }

  .student-primary-button {
    min-height: 52px;
    padding: 13px 26px;
    font-size: 16px;
  }

  .student-partners {
    width: 100%;
    justify-content: center;
  }

  .student-hero {
    min-height: 720px;
  }

  .student-section-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .student-section-heading p,
  .blog-intro p {
    font-size: 15px;
    line-height: 24px;
  }

  .student-help,
  .student-process,
  .student-campus,
  .student-faq,
  .student-application {
    margin-top: 72px;
  }

  .student-help__grid,
  .student-process__grid,
  .student-campus__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }

  .student-help-card {
    height: 430px;
    border-radius: 32px;
  }

  .student-step {
    height: 420px;
    border-radius: 32px;
  }

  .student-campus-card {
    height: 322px;
  }

  .student-faq__item {
    padding: 22px;
    border-radius: 32px;
  }

  .student-faq__item:has(button[aria-expanded="false"]) {
    min-height: 70px;
    height: auto;
  }

  .student-faq__item button {
    font-size: 18px;
    line-height: 25px;
  }

  .student-faq__item p {
    font-size: 15px;
    line-height: 24px;
  }

  .student-application__form {
    gap: 24px;
    padding: 24px;
    border-radius: 32px;
  }

  .student-application__form > button {
    min-height: 60px;
    padding-inline: 18px;
    font-size: 16px;
  }

  .blog-intro p {
    margin-top: 12px;
  }

  .blog-featured {
    margin-top: 36px;
    border-radius: 32px;
  }

  .blog-featured__media {
    min-height: 270px;
  }

  .blog-featured__copy {
    padding: 28px;
  }

  .blog-featured__copy h2 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 33px;
  }

  .blog-featured__copy > p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 23px;
  }

  .blog-featured__copy time {
    margin-top: 22px;
  }

  .blog-discovery {
    display: block;
    margin-inline: -16px;
    padding: 24px 16px;
  }

  .blog-search {
    width: 100%;
  }

  .blog-filters {
    gap: 10px;
    margin-top: 18px;
  }

  .blog-filter {
    flex: 1 1 calc(50% - 5px);
    padding-inline: 14px;
    font-size: 12px;
  }

  .blog-articles {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 36px;
  }

  .blog-card {
    border-radius: 32px;
  }

  .blog-card > img {
    height: auto;
    aspect-ratio: 1;
  }

  .blog-card > div {
    padding: 26px;
  }

  .blog-card h2 {
    min-height: 0;
    font-size: 21px;
    line-height: 29px;
  }

  .blog-card header {
    align-items: flex-start;
  }

  .blog-category,
  .blog-card time {
    font-size: 10px;
  }

  .blog-load-more {
    width: min(285px, 100%);
  }

  .blog-newsletter {
    margin-top: 72px;
    padding: 34px 24px;
    border-radius: 32px;
  }

  .blog-newsletter h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .blog-newsletter > p {
    font-size: 14px;
    line-height: 23px;
  }

  .blog-newsletter form {
    flex-direction: column;
  }

  .blog-newsletter button {
    width: 100%;
  }
}

/* Organizer page */
.page--organizer {
  --fixed-nav-top: 97px;
}

.page-shell.organizer-page-shell {
  min-height: 6687px;
  padding: 48px 34px 48px 35px;
}

.organizer-surface {
  position: relative;
  min-height: 6581px;
  overflow: hidden;
  background: var(--ink);
  border-radius: var(--panel-radius);
}

.organizer-surface .site-header {
  width: min(1172px, calc(100vw - 187px));
}

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

.organizer-surface .desktop-nav a[aria-current="page"],
.organizer-surface .mobile-menu a[aria-current="page"],
.organizer-surface .footer-column a[aria-current="page"] {
  color: var(--cyan);
}

.organizer-hero,
.organizer-pricing,
.organizer-entry,
.organizer-analytics,
.organizer-engagement,
.organizer-websites,
.organizer-security {
  position: absolute;
  inset-inline: 0;
}

.organizer-hero {
  top: 134px;
  height: 447px;
  text-align: center;
}

.organizer-hero h1 {
  display: flex;
  flex-direction: column;
  margin: 46px 0 0;
  font-size: 78px;
  font-style: italic;
  font-weight: 900;
  line-height: 88px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.organizer-hero h1 strong {
  color: var(--cyan);
}

.organizer-hero > p {
  margin: 25px 0 0;
  color: rgba(194, 198, 213, 0.8);
  font-size: 17px;
  line-height: 27px;
}

.organizer-hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.organizer-hero__actions a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: var(--pill-radius);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.organizer-primary-cta {
  min-width: 193px;
  gap: 10px;
  padding: 16px 31px;
  background: #1c61c6;
  box-shadow: 0 10px 24px rgba(28, 97, 198, 0.28);
}

.organizer-primary-cta img {
  width: 12px;
  height: 12px;
}

.organizer-secondary-cta {
  min-width: 144px;
  padding: 15px 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.organizer-hero__actions a:hover {
  transform: translateY(-2px);
}

.organizer-section-heading {
  text-align: center;
}

.organizer-section-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.organizer-section-heading h2 span {
  color: var(--cyan);
}

.organizer-section-heading > p {
  margin: 9px 0 0;
  color: rgba(194, 198, 213, 0.8);
  font-size: 18px;
  line-height: 28.8px;
}

.organizer-pricing {
  top: 703px;
  height: 674px;
  padding-inline: 74px 77px;
}

.ticket-tier-stage {
  position: relative;
  height: 478px;
  margin-top: 36px;
  overflow: visible;
  isolation: isolate;
  perspective: 1000px;
}

.ticket-tier-stage > .swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transition-property: transform;
  touch-action: pan-y;
}

.ticket-tier-stage:not(.swiper-initialized) > .swiper-wrapper {
  display: block;
}

.ticket-tier-slide {
  position: relative;
  width: 364.5px;
  height: 478px;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 260ms ease,
    visibility 260ms ease;
}

.ticket-tier-stage:not(.swiper-initialized) .ticket-tier-slide {
  position: absolute;
  top: 0;
  left: calc(50% - 182.25px);
}

.ticket-tier-stage:not(.swiper-initialized) .ticket-tier-slide--initial-prev {
  transform: translateX(-364.5px);
}

.ticket-tier-stage:not(.swiper-initialized) .ticket-tier-slide--initial-next {
  transform: translateX(364.5px);
}

.ticket-tier-slide.swiper-slide-active,
.ticket-tier-slide.swiper-slide-prev,
.ticket-tier-slide.swiper-slide-next,
.ticket-tier-slide--initial-active,
.ticket-tier-slide--initial-prev,
.ticket-tier-slide--initial-next {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ticket-tier-slide.swiper-slide-active,
.ticket-tier-slide--initial-active {
  z-index: 3;
}

.ticket-tier-slide.swiper-slide-prev,
.ticket-tier-slide.swiper-slide-next,
.ticket-tier-slide--initial-prev,
.ticket-tier-slide--initial-next {
  z-index: 1;
  cursor: pointer;
}

.ticket-tier-stage .swiper-notification {
  position: absolute;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.tier-card {
  position: absolute;
  top: 77px;
  left: 50%;
  width: 400px;
  height: 299px;
  padding: 33px;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    rgba(14, 43, 75, 0.9),
    rgba(8, 29, 52, 0.94)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 42px;
  box-shadow: 0 30px 55px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
  transform-origin: center bottom;
  backdrop-filter: blur(12px);
  transition:
    top 650ms cubic-bezier(0.22, 1, 0.36, 1),
    width 650ms cubic-bezier(0.22, 1, 0.36, 1),
    height 650ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 650ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 650ms ease,
    border-radius 650ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 650ms ease,
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.tier-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.055),
    transparent 42%
  );
  content: "";
  pointer-events: none;
}

.ticket-tier-slide.swiper-slide-prev .tier-card,
.ticket-tier-slide--initial-prev .tier-card {
  transform: translateX(-50%) rotate(-7deg) translateY(32px);
}

.ticket-tier-slide.swiper-slide-next .tier-card,
.ticket-tier-slide--initial-next .tier-card {
  transform: translateX(-50%) rotate(7deg) translateY(32px);
}

.ticket-tier-slide.swiper-slide-active .tier-card,
.ticket-tier-slide--initial-active .tier-card {
  top: 0;
  width: 472px;
  height: 432px;
  padding: 42px 39px 34px;
  border-color: rgba(143, 213, 239, 0.18);
  border-radius: 48px;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.48),
    0 0 42px rgba(28, 97, 198, 0.08);
  transform: translateX(-50%);
}

.ticket-tier-slide:not(.swiper-slide-active):not(
    .ticket-tier-slide--initial-active
  )
  .tier-card {
  pointer-events: none;
}

.tier-card__head,
.tier-card__vip-stats,
.tier-card__inventory,
.tier-card__foot,
.tier-setting {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tier-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.tier-card__head p,
.tier-card__price > span,
.tier-card__vip-stats span,
.tier-card__foot,
.tier-setting {
  color: rgba(194, 198, 213, 0.62);
  font-size: 11px;
  line-height: 16px;
}

.tier-card__head p {
  margin: 6px 0 0;
}

.tier-status {
  padding: 7px 13px;
  border-radius: var(--pill-radius);
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}

.tier-status--live {
  color: #51d7a1;
  background: rgba(16, 185, 129, 0.12);
}

.tier-status--sold {
  color: #ff5461;
  background: rgba(255, 54, 75, 0.12);
}

.tier-card__price {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
  margin-top: 36px;
}

.tier-card__price strong,
.tier-card__vip-stats strong {
  display: block;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

.tier-card__inventory {
  margin-top: 25px;
  color: #c2c6d5;
  font-size: 11px;
}

.tier-progress {
  position: relative;
  z-index: 1;
  height: 3px;
  margin-top: 9px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--pill-radius);
}

.tier-progress i {
  display: block;
  height: 100%;
  background: #1ad696;
}

.tier-progress--general i {
  width: 45%;
}

.tier-progress--red i {
  width: 100%;
  background: #f43f5e;
}

.tier-card__foot {
  margin: 10px 0 0;
}

.tier-card__foot b {
  color: rgba(255, 255, 255, 0.72);
}

.tier-card__vip-stats {
  margin-top: 32px;
}

.tier-card__vip-stats > div:last-child {
  text-align: end;
}

.tier-card__vip-stats > div:last-child strong {
  color: #1ee8f4;
}

.tier-setting {
  min-height: 52px;
  margin-top: 12px;
  padding-block: 14px;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.switch-control,
.risk-column input,
.permissions-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.tier-setting i,
.risk-column label > i,
.permissions-card label > i {
  position: relative;
  width: 38px;
  height: 22px;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.14);
  border-radius: var(--pill-radius);
  cursor: pointer;
}

.tier-setting i::after,
.risk-column label > i::after,
.permissions-card label > i::after {
  position: absolute;
  top: 4px;
  inset-inline-start: 4px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
  transition: transform 180ms ease;
}

.switch-control:checked + i,
.risk-column input:checked + i,
.permissions-card input:checked + i {
  background: #1c61c6;
}

.switch-control:checked + i::after,
.risk-column input:checked + i::after,
.permissions-card input:checked + i::after {
  transform: translateX(16px);
}

.tier-edit {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--pill-radius);
  font-size: 12px;
  cursor: pointer;
}

.organizer-entry {
  top: 1590px;
  height: 703px;
  padding-inline: 53px 55px;
}

.entry-layout {
  display: grid;
  grid-template-columns: 524px 1fr;
  gap: 74px;
  margin-top: 66px;
}

.entry-features {
  display: grid;
  gap: 23px;
}

.entry-features article {
  display: flex;
  height: 104px;
  align-items: center;
  gap: 20px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  backdrop-filter: blur(6px);
}

.entry-features article > img {
  width: 48px;
  height: 54px;
  flex: 0 0 48px;
  object-fit: contain;
}

.entry-features h3,
.engagement-features h3,
.analytics-highlights h3,
.security-highlights h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.entry-features h3 {
  font-size: 20px;
  line-height: 24px;
}

.entry-features p,
.engagement-features p,
.analytics-highlights p,
.security-highlights p {
  margin: 7px 0 0;
  color: #c2c6d5;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
}

.entry-phone-wrap {
  position: relative;
  height: 529px;
}

.entry-phone {
  position: absolute;
  top: -75px;
  inset-inline-end: -4px;
  width: 450px;
  height: 671px;
  object-fit: fill;
  filter: drop-shadow(0 0 24px rgba(40, 231, 173, 0.28));
}

.entry-live-card {
  position: absolute;
  z-index: 2;
  top: 20px;
  inset-inline-start: 10px;
  display: flex;
  min-width: 224px;
  flex-direction: column;
  padding: 17px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
}

.entry-live-card p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}

.entry-live-card p i {
  width: 8px;
  height: 8px;
  background: #10b981;
  border-radius: 50%;
}

.entry-live-card strong {
  margin-top: 8px;
  font-size: 48px;
  font-weight: 800;
  line-height: 53px;
}

.entry-live-card > span {
  color: #c2c6d5;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}

.organizer-analytics {
  top: 2455px;
  height: 1044px;
  padding-inline: 58px 40px;
}

.analytics-dashboard {
  height: 747px;
  margin-top: 54px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  box-shadow: 0 26px 55px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
}

.dashboard-topbar {
  display: grid;
  height: 64px;
  grid-template-columns: 122px 1fr auto;
  align-items: center;
  padding-inline: 24px;
  background: rgba(255, 255, 255, 0.035);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-window-dots {
  display: flex;
  gap: 8px;
}

.dashboard-window-dots i {
  width: 9px;
  height: 9px;
  background: #ef4444;
  border-radius: 50%;
}

.dashboard-window-dots i:nth-child(2) {
  background: #eab308;
}
.dashboard-window-dots i:nth-child(3) {
  background: #10b981;
}

.dashboard-system-name {
  color: rgba(194, 198, 213, 0.6);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.dashboard-export-actions {
  display: flex;
  gap: 10px;
}

.dashboard-export-actions button {
  height: 34px;
  padding-inline: 17px;
  color: #c2c6d5;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--pill-radius);
  font-size: 9px;
  font-weight: 600;
  cursor: pointer;
}

.dashboard-export-actions .is-primary {
  color: #ffffff;
  background: #1c61c6;
  border-color: #1c61c6;
}

.dashboard-main {
  display: grid;
  height: 615px;
  grid-template-columns: minmax(0, 2.1fr) minmax(260px, 1fr);
  gap: 24px;
  padding: 28px 26px 22px;
}

.sales-chart-card,
.attendance-card,
.dashboard-mini-stat {
  background: rgba(2, 17, 35, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 25px;
}

.sales-chart-card {
  min-width: 0;
  padding: 28px 28px 15px;
}

.sales-chart-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.sales-chart-card__head h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
}

.sales-chart-card__head p,
.attendance-card > p {
  margin: 5px 0 0;
  color: rgba(194, 198, 213, 0.48);
  font-size: 9px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.sales-chart-card__head > div:last-child {
  display: grid;
  justify-items: end;
}

.sales-chart-card__head > div:last-child strong {
  color: #14e9f5;
  font-size: 20px;
  line-height: 24px;
}

.sales-chart-card__head > div:last-child span {
  margin-top: 5px;
  color: #14d69b;
  font-size: 9px;
  font-weight: 600;
}

.sales-chart-wrap {
  position: relative;
  height: 465px;
  margin-top: 22px;
}

.sales-chart-wrap canvas,
.attendance-chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
}

.dashboard-side {
  display: grid;
  min-width: 0;
  grid-template-rows: 1fr 88px 88px;
  gap: 17px;
}

.attendance-card {
  padding: 24px 22px 20px;
}

.attendance-card > p {
  margin: 0;
  text-align: center;
}

.attendance-chart-wrap {
  position: relative;
  width: 186px;
  height: 186px;
  margin: 17px auto 15px;
}

.attendance-chart-wrap > div {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.attendance-chart-wrap strong {
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.attendance-chart-wrap span {
  color: rgba(194, 198, 213, 0.58);
  font-size: 10px;
  text-transform: uppercase;
}

.attendance-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.attendance-card dl div:last-child {
  text-align: end;
}

.attendance-card dt {
  color: rgba(194, 198, 213, 0.5);
  font-size: 9px;
  text-transform: uppercase;
}

.attendance-card dd {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.dashboard-mini-stat {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 17px;
}

.mini-stat-icon {
  position: relative;
  width: 42px;
  height: 42px;
  background: rgba(20, 233, 245, 0.1);
  border-radius: 50%;
}

.mini-stat-icon::before,
.mini-stat-icon::after {
  position: absolute;
  border: 1px solid #14e9f5;
  content: "";
}

.mini-stat-icon--users::before {
  top: 11px;
  left: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.mini-stat-icon--users::after {
  bottom: 10px;
  left: 12px;
  width: 18px;
  height: 9px;
  border-radius: 12px 12px 4px 4px;
}

.mini-stat-icon--order::before {
  inset: 12px 10px;
  border-radius: 3px;
}

.mini-stat-icon--order::after {
  top: 17px;
  left: 15px;
  width: 12px;
  border-width: 1px 0 0;
}

.dashboard-mini-stat div {
  display: grid;
  gap: 4px;
}

.dashboard-mini-stat span {
  font-size: 12px;
  font-weight: 600;
}

.dashboard-mini-stat small {
  color: rgba(194, 198, 213, 0.5);
  font-size: 8px;
}

.dashboard-mini-stat strong {
  color: #14e9f5;
  font-size: 13px;
}

.dashboard-status {
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: space-between;
  padding-inline: 27px;
  color: rgba(194, 198, 213, 0.42);
  background: rgba(2, 17, 35, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.dashboard-status span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #10b981;
}

.dashboard-status span:first-child i {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
}

.dashboard-status b {
  color: rgba(255, 255, 255, 0.68);
}

.analytics-highlights,
.security-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 18px;
}

.analytics-highlights article,
.security-highlights article {
  display: flex;
  min-height: 104px;
  align-items: flex-start;
  gap: 16px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
}

.analytics-highlights img {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  object-fit: contain;
}

.organizer-engagement {
  top: 3666px;
  display: grid;
  width: 1097px;
  height: 629.362px;
  grid-template-columns: 549.323px 479px;
  gap: 68.677px;
  inset-inline-end: auto;
  margin-inline: 50px 53px;
}

.engagement-visual {
  position: relative;
  width: 549.323px;
  height: 629.362px;
}

.engagement-visual img {
  position: absolute;
  top: 0;
  inset-inline-start: -38px;
  display: block;
  width: 622px;
  max-width: none;
  height: 706px;
  object-fit: fill;
}

.engagement-copy {
  width: 479px;
  padding-top: 16px;
}

.engagement-copy h2 {
  width: 490px;
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 52.8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.engagement-copy h2 span {
  color: #8fd5ef;
}

.engagement-copy > p {
  width: 448px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.engagement-features {
  display: grid;
  gap: 50px;
  margin-top: 40px;
}

.engagement-features article {
  display: flex;
  min-height: 76px;
  align-items: flex-start;
  gap: 16px;
}

.engagement-features article > i {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-style: normal;
}

.security-highlights article > i {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  color: #14e9f5;
  background: rgba(20, 233, 245, 0.08);
  border: 1px solid rgba(20, 233, 245, 0.22);
  border-radius: 50%;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.engagement-features article > i img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.engagement-features article:first-child > i img {
  width: 19px;
  height: 18px;
}

.engagement-features article:last-child > i img {
  width: 18px;
  height: 20px;
}

.engagement-features h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.engagement-features p {
  max-width: 368px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.organizer-websites {
  top: 4410px;
  inset-inline-start: 29px;
  inset-inline-end: auto;
  width: 1143px;
  height: 600px;
  overflow: hidden;
  border-radius: 48px;
  box-shadow: inset 0 0 70px rgba(10, 51, 81, 0.45);
}

.organizer-websites__background,
.organizer-websites__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.organizer-websites__background {
  top: -31.07%;
  height: 162.15%;
  object-fit: fill;
}

.organizer-websites__shade {
  background: linear-gradient(
    to bottom,
    rgba(8, 27, 51, 0.4),
    rgba(8, 27, 51, 0.8)
  );
}

.organizer-websites__content {
  position: absolute;
  top: 50px;
  inset-inline: 67px;
  height: 500px;
  padding: 116px 63px 0;
  background: rgba(8, 27, 51, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.organizer-eyebrow {
  margin: 0;
  color: #8fd5ef;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.organizer-websites h2 {
  margin: 20px 0 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  white-space: nowrap;
}

.website-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 48.6px;
}

.website-features article > i {
  display: flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  font-style: normal;
}

.website-features article > i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.website-features article:nth-child(2) > i {
  width: 20px;
  height: 20px;
}

.website-features article:last-child > i {
  width: 20px;
  height: 16px;
}

.website-features h3 {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.website-features p {
  margin: 12px auto 0;
  color: #737784;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.5px;
}

.organizer-security {
  top: 5124px;
  height: 883px;
  padding-inline: 30px 31px;
}

.security-dashboard {
  position: relative;
  height: 585px;
  margin-top: 57px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 38px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(8px);
}

.security-dashboard__top {
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  padding-inline: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.security-dashboard__top > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  color: #3edaa5;
  background: rgba(16, 185, 129, 0.1);
  border-radius: var(--pill-radius);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.security-dashboard__top > span i {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
}

.security-dashboard__top nav {
  display: flex;
  height: 100%;
  align-items: stretch;
  gap: 34px;
}

.security-dashboard__top nav a {
  display: inline-flex;
  align-items: center;
  color: rgba(194, 198, 213, 0.56);
  border-bottom: 2px solid transparent;
  font-size: 10px;
}

.security-dashboard__top nav a:first-child {
  color: #ffffff;
  border-bottom-color: #1c61c6;
}

.security-dashboard__body {
  display: grid;
  height: 511px;
  grid-template-columns: 342px minmax(0, 1fr);
  gap: 27px;
  padding: 31px 34px 34px;
}

.risk-column {
  display: grid;
  grid-template-rows: auto repeat(3, 60px) 94px;
  gap: 14px;
}

.risk-column h3 {
  margin: 0;
  color: rgba(194, 198, 213, 0.58);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.risk-column label,
.encryption-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 17px;
  background: rgba(2, 17, 35, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 20px;
}

.risk-column label > span,
.encryption-card > span {
  display: grid;
  gap: 3px;
}

.risk-column b,
.encryption-card b {
  font-size: 11px;
  font-weight: 600;
}

.risk-column small,
.encryption-card small {
  color: rgba(194, 198, 213, 0.46);
  font-size: 8px;
}

.risk-column label > i {
  width: 34px;
  height: 20px;
}

.risk-column label > i::after {
  top: 3px;
  inset-inline-start: 3px;
}

.risk-column input:checked + i::after {
  transform: translateX(14px);
}

.encryption-card {
  justify-content: flex-start;
}

.encryption-card > i {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background:
    radial-gradient(circle at center, #1c61c6 0 22%, transparent 24%),
    rgba(28, 97, 198, 0.12);
  border: 1px solid rgba(28, 97, 198, 0.3);
  border-radius: 50%;
}

.encryption-card strong {
  color: #60a5fa;
  font-size: 9px;
}

.payout-column {
  position: relative;
  padding: 20px 24px;
  background: rgba(2, 17, 35, 0.31);
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 24px;
}

.payout-column > span {
  color: rgba(194, 198, 213, 0.52);
  font-size: 9px;
  text-transform: uppercase;
}

.payout-column > strong {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  line-height: 34px;
}

.payout-column > small {
  color: #10b981;
  font-size: 9px;
}

.payout-bars {
  display: flex;
  height: 218px;
  align-items: flex-end;
  gap: 14px;
  margin-top: 28px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: repeating-linear-gradient(
    to top,
    rgba(255, 255, 255, 0.045) 0 1px,
    transparent 1px 54px
  );
}

.payout-bars i {
  width: 44px;
  background: rgba(255, 255, 255, 0.11);
}

.payout-bars i:nth-child(1) {
  height: 28%;
}
.payout-bars i:nth-child(2) {
  height: 48%;
}
.payout-bars i:nth-child(3) {
  height: 72%;
}
.payout-bars i:nth-child(4) {
  height: 60%;
}
.payout-bars i:nth-child(5) {
  height: 92%;
}
.payout-bars i:nth-child(6) {
  height: 55%;
}
.payout-bars i:nth-child(7) {
  height: 76%;
}
.payout-bars i:nth-child(8) {
  height: 49%;
}

.payout-bars i:nth-child(3),
.payout-bars i:nth-child(4),
.payout-bars i:nth-child(5) {
  background: #1150a8;
}

.payout-bars i:nth-child(5) {
  background: #1c61c6;
  box-shadow: 0 0 28px rgba(28, 97, 198, 0.45);
}

.payout-column dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 22px 0 0;
}

.payout-column dt {
  color: rgba(194, 198, 213, 0.45);
  font-size: 8px;
}

.payout-column dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 9px;
}

.payout-column dl div:last-child dd {
  color: #10b981;
}

.permissions-card {
  position: absolute;
  z-index: 3;
  top: 80px;
  right: 8px;
  width: 355px;
  min-height: 254px;
  padding: 22px;
  background: rgba(24, 48, 75, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
  transform: rotate(-4deg);
  backdrop-filter: blur(16px);
}

.permissions-card > div,
.permissions-card label {
  display: flex;
  align-items: center;
}

.permissions-card > div {
  justify-content: space-between;
}

.permissions-card h3 {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

.permissions-card button {
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.permissions-card label {
  gap: 11px;
  min-height: 55px;
  margin-top: 8px;
  padding: 9px 10px;
  background: rgba(2, 17, 35, 0.26);
  border-radius: 16px;
}

.permission-avatar {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  background: #607b91;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
}

.permissions-card label > span:nth-child(2) {
  display: grid;
  flex: 1;
  gap: 2px;
}

.permissions-card label b {
  font-size: 10px;
}

.permissions-card label small {
  color: rgba(194, 198, 213, 0.54);
  font-size: 8px;
}

.permissions-card label > i {
  width: 32px;
  height: 18px;
}

.permissions-card label > i::after {
  top: 3px;
  inset-inline-start: 3px;
  width: 12px;
  height: 12px;
}

.permissions-card input:checked + i::after {
  transform: translateX(14px);
}

.security-highlights {
  margin-top: 18px;
}

.security-highlights article {
  min-height: 83px;
  align-items: center;
  padding: 18px 24px;
  background: transparent;
  border-color: transparent;
}

.security-highlights article > i {
  width: 45px;
  height: 45px;
  flex-basis: 45px;
}

.organizer-surface > .site-footer {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
}

[dir="rtl"] .organizer-primary-cta img {
  transform: scaleX(-1);
}

[dir="rtl"] .ticket-tier-slide.swiper-slide-prev .tier-card,
[dir="rtl"] .ticket-tier-slide--initial-prev .tier-card {
  transform: translateX(-50%) rotate(7deg) translateY(32px);
}

[dir="rtl"] .ticket-tier-slide.swiper-slide-next .tier-card,
[dir="rtl"] .ticket-tier-slide--initial-next .tier-card {
  transform: translateX(-50%) rotate(-7deg) translateY(32px);
}

[dir="rtl"] .permissions-card {
  right: auto;
  left: 8px;
  transform: rotate(4deg);
}

[dir="rtl"] .switch-control:checked + i::after,
[dir="rtl"] .risk-column input:checked + i::after,
[dir="rtl"] .permissions-card input:checked + i::after {
  transform: translateX(-16px);
}

@media (max-width: 1100px) {
  .page--organizer {
    --fixed-nav-top: 69px;
  }

  .organizer-page-shell {
    min-height: 100vh;
    padding: 26px;
  }

  .organizer-surface {
    min-height: 0;
    padding-bottom: 0;
  }

  .organizer-surface .site-header {
    width: calc(100vw - 140px);
  }

  .organizer-hero,
  .organizer-pricing,
  .organizer-entry,
  .organizer-analytics,
  .organizer-engagement,
  .organizer-websites,
  .organizer-security,
  .organizer-surface > .site-footer {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .organizer-hero {
    height: 665px;
    padding-top: 155px;
  }

  .organizer-hero h1 {
    margin-top: 0;
    font-size: 68px;
    line-height: 78px;
  }

  .organizer-pricing,
  .organizer-entry,
  .organizer-analytics,
  .organizer-engagement,
  .organizer-security {
    width: auto;
    height: auto;
    margin-inline: 48px;
    padding: 90px 0 0;
  }

  .organizer-section-heading h2 {
    font-size: 46px;
    line-height: 58px;
  }

  .ticket-tier-stage {
    height: 500px;
    overflow: hidden;
  }

  .ticket-tier-slide {
    width: 300px;
    height: 500px;
  }

  .ticket-tier-slide.swiper-slide-active .tier-card,
  .ticket-tier-slide--initial-active .tier-card {
    width: min(472px, calc(100vw - 190px));
  }

  .entry-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
    gap: 35px;
  }

  .entry-features article {
    height: auto;
    min-height: 104px;
  }

  .entry-phone {
    inset-inline-end: -50px;
  }

  .organizer-analytics {
    padding-top: 120px;
  }

  .analytics-dashboard {
    height: auto;
  }

  .dashboard-main {
    height: 615px;
    grid-template-columns: minmax(0, 1.75fr) minmax(230px, 0.85fr);
  }

  .sales-chart-card__head h3 {
    font-size: 19px;
  }

  .attendance-chart-wrap {
    width: 150px;
    height: 150px;
  }

  .analytics-highlights article {
    padding: 22px;
  }

  .organizer-engagement {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 35px;
    padding-top: 130px;
  }

  .engagement-visual {
    width: 100%;
    height: auto;
    aspect-ratio: 622 / 706;
  }

  .engagement-visual img {
    inset-inline-start: 0;
    width: 100%;
    height: 100%;
  }

  .engagement-copy,
  .engagement-copy > p,
  .engagement-copy h2 {
    width: 100%;
  }

  .engagement-copy h2 {
    font-size: 44px;
    line-height: 50px;
    white-space: normal;
  }

  .organizer-websites {
    width: auto;
    height: 600px;
    margin: 130px 48px 0;
  }

  .organizer-websites__content {
    inset-inline: 50px;
    padding: 105px 44px 0;
  }

  .organizer-websites h2 {
    font-size: 38px;
    line-height: 48px;
    white-space: normal;
  }

  .organizer-security {
    padding-top: 130px;
  }

  .security-dashboard__body {
    grid-template-columns: 310px minmax(0, 1fr);
  }

  .permissions-card {
    width: 310px;
  }

  .organizer-surface > .site-footer {
    margin-top: 110px;
  }
}

@media (max-width: 900px) {
  .page--organizer {
    --fixed-nav-top: 52px;
  }

  .organizer-page-shell {
    padding: 20px;
  }

  .organizer-surface {
    border-radius: 18px;
  }

  .organizer-surface .site-header {
    width: calc(100vw - 96px);
  }

  .organizer-hero h1 {
    font-size: 55px;
    line-height: 65px;
  }

  .organizer-pricing,
  .organizer-entry,
  .organizer-analytics,
  .organizer-engagement,
  .organizer-security {
    margin-inline: 36px;
  }

  .ticket-tier-stage {
    height: 478px;
    margin-top: 48px;
  }

  .ticket-tier-slide {
    width: min(260px, 42vw);
    height: 478px;
  }

  .ticket-tier-slide.swiper-slide-prev .tier-card,
  .ticket-tier-slide--initial-prev .tier-card {
    transform: translateX(-50%) rotate(-5deg) translateY(32px);
  }

  .ticket-tier-slide.swiper-slide-next .tier-card,
  .ticket-tier-slide--initial-next .tier-card {
    transform: translateX(-50%) rotate(5deg) translateY(32px);
  }

  [dir="rtl"] .ticket-tier-slide.swiper-slide-prev .tier-card,
  [dir="rtl"] .ticket-tier-slide--initial-prev .tier-card {
    transform: translateX(-50%) rotate(5deg) translateY(32px);
  }

  [dir="rtl"] .ticket-tier-slide.swiper-slide-next .tier-card,
  [dir="rtl"] .ticket-tier-slide--initial-next .tier-card {
    transform: translateX(-50%) rotate(-5deg) translateY(32px);
  }

  .entry-layout {
    grid-template-columns: 1fr;
  }

  .entry-phone-wrap {
    width: min(500px, 100%);
    margin-inline: auto;
  }

  .entry-phone {
    inset-inline-end: 0;
  }

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

  .sales-chart-wrap {
    height: 390px;
  }

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

  .attendance-card {
    grid-row: span 2;
  }

  .dashboard-status {
    flex-wrap: wrap;
    gap: 14px 25px;
    height: auto;
    padding-block: 20px;
  }

  .analytics-highlights,
  .security-highlights {
    grid-template-columns: 1fr;
  }

  .organizer-engagement {
    grid-template-columns: minmax(0, 1fr);
  }

  .engagement-visual {
    width: min(620px, 100%);
    min-width: 0;
    margin-inline: auto;
  }

  .engagement-copy {
    width: min(620px, 100%);
    min-width: 0;
    margin-inline: auto;
  }

  .organizer-websites {
    height: auto;
    min-height: 680px;
    margin-inline: 36px;
  }

  .organizer-websites__content {
    top: 40px;
    inset-inline: 36px;
    height: 600px;
    padding: 84px 36px 0;
  }

  .website-features {
    gap: 20px;
    margin-top: 44px;
  }

  .security-dashboard {
    height: auto;
    padding-bottom: 30px;
  }

  .security-dashboard__top {
    height: auto;
    min-height: 72px;
    flex-wrap: wrap;
    gap: 16px;
    padding-block: 16px;
  }

  .security-dashboard__top nav {
    height: 42px;
    gap: 20px;
  }

  .security-dashboard__body {
    height: auto;
    grid-template-columns: 1fr;
  }

  .permissions-card {
    position: relative;
    top: auto;
    right: auto;
    width: min(400px, calc(100% - 52px));
    margin: 20px auto 0;
    transform: none;
  }

  [dir="rtl"] .permissions-card {
    right: auto;
    left: auto;
    transform: none;
  }
}

@media (max-width: 640px) {
  .page--organizer {
    --fixed-nav-top: 31px;
  }

  .organizer-page-shell {
    padding: 10px;
  }

  .organizer-surface {
    border-radius: 12px;
  }

  .organizer-surface .site-header {
    width: calc(100vw - 54px);
  }

  .organizer-hero {
    height: 620px;
    padding: 150px 22px 0;
  }

  .organizer-hero h1 {
    font-size: 39px;
    line-height: 47px;
  }

  .organizer-hero > p {
    font-size: 14px;
    line-height: 23px;
  }

  .organizer-hero > p br,
  .organizer-section-heading > p br {
    display: none;
  }

  .organizer-hero__actions {
    flex-direction: column;
  }

  .organizer-hero__actions a {
    width: min(260px, 100%);
  }

  .organizer-pricing,
  .organizer-entry,
  .organizer-analytics,
  .organizer-engagement,
  .organizer-security {
    margin-inline: 18px;
    padding-top: 78px;
  }

  .organizer-section-heading h2,
  .engagement-copy h2,
  .organizer-websites h2 {
    font-size: 31px;
    line-height: 39px;
  }

  .engagement-copy h2 {
    font-size: 29px;
    line-height: 37px;
  }

  .organizer-section-heading > p {
    font-size: 14px;
    line-height: 23px;
  }

  .ticket-tier-stage {
    height: 432px;
  }

  .ticket-tier-slide {
    width: 100%;
    height: 432px;
  }

  .ticket-tier-slide.swiper-slide-prev,
  .ticket-tier-slide.swiper-slide-next,
  .ticket-tier-slide--initial-prev,
  .ticket-tier-slide--initial-next {
    opacity: 0;
    visibility: hidden;
  }

  .ticket-tier-slide .tier-card,
  .ticket-tier-slide.swiper-slide-active .tier-card,
  .ticket-tier-slide--initial-active .tier-card {
    top: 0;
    width: 100%;
    height: 432px;
    padding: 30px;
    border-radius: 32px;
    transform: translateX(-50%);
  }

  .tier-card__price strong,
  .tier-card__vip-stats strong {
    font-size: 25px;
  }

  .entry-layout {
    margin-top: 42px;
  }

  .entry-features article {
    gap: 14px;
    padding: 18px;
    border-radius: 25px;
  }

  .entry-features article > img {
    width: 42px;
    height: 48px;
    flex-basis: 42px;
  }

  .entry-features h3 {
    font-size: 15px;
    line-height: 19px;
  }

  .entry-features p {
    font-size: 10px;
    line-height: 14px;
  }

  .entry-phone-wrap {
    height: 480px;
    overflow: hidden;
  }

  .entry-phone {
    top: -15px;
    inset-inline-end: -41px;
    width: 390px;
    height: 582px;
  }

  .entry-live-card {
    top: 35px;
    inset-inline-start: 0;
    min-width: 180px;
    border-radius: 25px;
  }

  .entry-live-card strong {
    font-size: 39px;
  }

  .analytics-dashboard {
    margin-top: 38px;
    border-radius: 24px;
  }

  .dashboard-topbar {
    height: auto;
    min-height: 64px;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding-block: 14px;
  }

  .dashboard-system-name {
    font-size: 8px;
  }

  .dashboard-export-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .dashboard-main {
    padding: 14px;
  }

  .sales-chart-card {
    padding: 20px 14px 10px;
  }

  .sales-chart-card__head {
    flex-direction: column;
  }

  .sales-chart-card__head > div:last-child {
    justify-items: start;
  }

  .sales-chart-wrap {
    height: 280px;
  }

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

  .attendance-card {
    grid-row: auto;
  }

  .dashboard-status {
    flex-direction: column;
    align-items: flex-start;
  }

  .analytics-highlights article,
  .security-highlights article {
    border-radius: 25px;
  }

  .engagement-visual {
    height: auto;
  }

  .engagement-copy {
    margin-top: 40px;
  }

  .organizer-websites {
    min-height: 810px;
    margin: 90px 18px 0;
    border-radius: 32px;
  }

  .organizer-websites__content {
    top: 30px;
    bottom: 30px;
    inset-inline: 18px;
    height: auto;
    padding: 70px 22px 45px;
  }

  .website-features {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 38px;
  }

  .website-features p {
    font-size: 11px;
  }

  .organizer-security {
    padding-top: 90px;
  }

  .security-dashboard {
    margin-top: 38px;
    border-radius: 28px;
  }

  .security-dashboard__top {
    align-items: flex-start;
    padding-inline: 18px;
  }

  .security-dashboard__top nav {
    width: 100%;
    gap: 14px;
    overflow-x: auto;
  }

  .security-dashboard__top nav a {
    flex: 0 0 auto;
  }

  .security-dashboard__body {
    padding: 22px 16px;
  }

  .payout-column {
    padding: 18px 12px;
  }

  .payout-bars {
    gap: 7px;
    padding-inline: 6px;
  }

  .payout-bars i {
    width: 11.5%;
  }

  .payout-column dl {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .permissions-card {
    width: calc(100% - 28px);
  }

  .organizer-surface > .site-footer {
    margin-top: 80px;
  }
}

@media (min-width: 1101px) {
  .organizer-analytics .organizer-section-heading h2 {
    font-size: 48px;
    line-height: 60px;
    white-space: nowrap;
  }
}

@media print {
  .page--organizer .site-header,
  .page--organizer .dashboard-export-actions,
  .page--organizer .site-footer {
    display: none !important;
  }
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/montserrat-500.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/montserrat-500-italic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/montserrat-600.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/montserrat-700.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/montserrat-800.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/montserrat-900.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/montserrat-900-italic.ttf") format("truetype");
}

:root {
  --ink: #081b33;
  --page-canvas: var(--ink);
  --frame: #0f253c;
  --cyan: #8fd5ef;
  --muted: #647183;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.2);
  --soft-border: rgba(255, 255, 255, 0.1);
  --pill-radius: 999px;
  --panel-radius: 25px;
}

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

html {
  background: var(--page-canvas);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: var(--page-canvas);
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.page-shell {
  width: min(100%, 1359px);
  min-height: 1112px;
  margin: 0 auto;
  padding: 38px 34px 39px 35px;
  overflow: hidden;
  background: var(--page-canvas);
  border: 5px solid var(--frame);
  border-radius: var(--panel-radius);
}

.page--home .page-shell {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 1025px;
  overflow: hidden;
  background: var(--ink);
  border-radius: var(--panel-radius);
  isolation: isolate;
}

.page--home .hero {
  min-height: max(1112px, 100vh);
  border-radius: 0;
}

.hero__content {
  position: relative;
  width: min(1280px, calc(100% - 79px));
  min-height: 1025px;
  margin-block-start: 43px;
  margin-inline: auto;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: var(--ink);
  content: "";
}

.hero-texture {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  opacity: 0.11;
  background-image: url("assets/imgs/texture-secondary.png");
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.hero-texture::after {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image: url("assets/imgs/texture-primary.png");
  background-position: center;
  background-size: cover;
  content: "";
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 53px;
  right: 4.22%;
  left: 4.22%;
  display: grid;
  grid-template-columns: 211px minmax(0, 1fr) 329px;
  align-items: center;
  height: 80px;
  padding: 0 22px 0 53px;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--pill-radius);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15.1px);
}

.brand {
  position: relative;
  display: block;
  width: 158px;
  height: 40px;
  overflow: hidden;
}

.brand img {
  position: absolute;
  top: -71.55%;
  left: -3.77%;
  width: 106.56%;
  height: 237.53%;
  max-width: none;
  object-fit: fill;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 49px;
  transform: translateX(-24px);
}

.desktop-nav a,
.hero-footer a {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.desktop-nav a {
  position: relative;
  white-space: nowrap;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 1px;
  background: var(--cyan);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
}

.auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 41px;
  flex: 0 0 auto;
  border-radius: var(--pill-radius);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 800;
  line-height: 16.8px;
  transition:
    border-color 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

.auth-button--ghost {
  color: rgba(255, 255, 255, 0.79);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.19);
}

.auth-button--primary {
  background: linear-gradient(
    90deg,
    #153863 0%,
    rgba(143, 213, 239, 0.38) 75.48%
  );
  border: 1px solid transparent;
}

.auth-button:hover,
.auth-button:focus-visible {
  filter: brightness(1.16);
  transform: translateY(-1px);
}

.language-button {
  display: grid;
  width: 20px;
  height: 20px;
  padding: 0;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.language-button img {
  display: block;
  width: 20px;
  height: 20px;
}

.language-button:hover,
.language-button:focus-visible {
  filter: drop-shadow(0 0 6px rgba(143, 213, 239, 0.85));
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero-title {
  position: absolute;
  z-index: 2;
  top: 343px;
  left: 50%;
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-size: 112px;
  font-style: italic;
  font-weight: 900;
  line-height: 118px;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.hero-title span {
  display: block;
  white-space: nowrap;
}

.hero-title span:last-child {
  color: var(--cyan);
}

.hero-wordmark {
  position: absolute;
  z-index: 0;
  top: 595px;
  left: calc(50% - 15px);
  color: transparent;
  font-size: 220px;
  font-weight: 900;
  line-height: 192px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-7.64deg);
  -webkit-text-stroke: 1px rgba(143, 213, 239, 0.13);
}

.gateway {
  position: absolute;
  z-index: 3;
  top: 545px;
  left: calc(50% - 15px);
  width: 544px;
  transform: translateX(-50%);
}

.gateway-copy {
  text-align: center;
}

.gateway-copy h2 {
  margin: 0;
  color: rgba(225, 226, 235, 0.4);
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.gateway-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
}

.gateway-cards {
  display: grid;
  grid-template-columns: repeat(2, 256px);
  gap: 32px;
  margin-top: 42px;
}

.gateway-card {
  position: relative;
  display: flex;
  width: 256px;
  height: 192px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--soft-border);
  border-left-width: 4px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.gateway-card:hover,
.gateway-card:focus-visible {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(143, 213, 239, 0.45);
  transform: translateY(-3px);
}

.gateway-card__icon {
  display: grid;
  width: 48px;
  height: 38.5px;
  margin-bottom: 13px;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 32px;
}

.gateway-card__icon img {
  display: block;
  width: 20px;
  height: 16px;
}

.gateway-card__icon--organizer img {
  width: 22px;
  height: 19px;
}

.gateway-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.gateway-card__subtitle {
  margin-top: 8px;
  color: rgba(225, 226, 235, 0.4);
  font-size: 9px;
  font-weight: 400;
  line-height: 13.5px;
  text-align: center;
  text-transform: uppercase;
}

.gateway-card__action {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}

.gateway-card__action img {
  display: block;
  width: 8px;
  height: 8px;
}

.hero-footer {
  position: absolute;
  z-index: 4;
  right: 56px;
  bottom: 35px;
  left: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  padding: 0 22px 0 40px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--soft-border);
  border-radius: var(--pill-radius);
  backdrop-filter: blur(10px);
}

.hero-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
}

.hero-footer nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.hero-footer a {
  font-size: 10px;
  font-weight: 900;
  line-height: 15px;
}

.hero-footer a:hover,
.hero-footer a:focus-visible {
  color: var(--cyan);
}

/* Home entrance motion. Backwards fill exposes the start frame only during each delay. */
.page--home.home-motion-active .hero-texture {
  animation: home-motion-fade 900ms cubic-bezier(0.22, 1, 0.36, 1) 0ms backwards;
}

.page--home.home-motion-active .site-header {
  animation: home-motion-drop 500ms cubic-bezier(0.22, 1, 0.36, 1) 60ms
    backwards;
}

.page--home.home-motion-active .brand {
  animation: home-motion-rise-small 420ms cubic-bezier(0.22, 1, 0.36, 1) 140ms
    backwards;
}

.page--home.home-motion-active .desktop-nav a:nth-child(1) {
  animation: home-motion-rise-small 420ms cubic-bezier(0.22, 1, 0.36, 1) 180ms
    backwards;
}

.page--home.home-motion-active .desktop-nav a:nth-child(2) {
  animation: home-motion-rise-small 420ms cubic-bezier(0.22, 1, 0.36, 1) 230ms
    backwards;
}

.page--home.home-motion-active .desktop-nav a:nth-child(3) {
  animation: home-motion-rise-small 420ms cubic-bezier(0.22, 1, 0.36, 1) 280ms
    backwards;
}

.page--home.home-motion-active .header-actions .auth-button--ghost {
  animation: home-motion-rise-small 420ms cubic-bezier(0.22, 1, 0.36, 1) 210ms
    backwards;
}

.page--home.home-motion-active .header-actions .auth-button--primary {
  animation: home-motion-rise-small 420ms cubic-bezier(0.22, 1, 0.36, 1) 260ms
    backwards;
}

.page--home.home-motion-active .header-actions .language-button,
.page--home.home-motion-active .menu-toggle {
  animation: home-motion-rise-small 420ms cubic-bezier(0.22, 1, 0.36, 1) 310ms
    backwards;
}

.page--home.home-motion-active .hero-title span:first-child {
  animation: home-motion-rise 650ms cubic-bezier(0.22, 1, 0.36, 1) 220ms
    backwards;
}

.page--home.home-motion-active .hero-title span:last-child {
  animation: home-motion-rise 650ms cubic-bezier(0.22, 1, 0.36, 1) 320ms
    backwards;
}

.page--home.home-motion-active .hero-wordmark {
  animation: home-motion-settle 750ms cubic-bezier(0.22, 1, 0.36, 1) 360ms
    backwards;
}

.page--home.home-motion-active .gateway-copy h2 {
  animation: home-motion-rise-small 450ms cubic-bezier(0.22, 1, 0.36, 1) 480ms
    backwards;
}

.page--home.home-motion-active .gateway-copy p {
  animation: home-motion-rise-small 450ms cubic-bezier(0.22, 1, 0.36, 1) 540ms
    backwards;
}

.page--home.home-motion-active .gateway-card:first-child {
  animation: home-motion-card 550ms cubic-bezier(0.22, 1, 0.36, 1) 610ms
    backwards;
}

.page--home.home-motion-active .gateway-card:last-child {
  animation: home-motion-card 550ms cubic-bezier(0.22, 1, 0.36, 1) 680ms
    backwards;
}

.page--home.home-motion-active .gateway-card:first-child .gateway-card__icon {
  animation: home-motion-rise-small 400ms cubic-bezier(0.22, 1, 0.36, 1) 780ms
    backwards;
}

.page--home.home-motion-active .gateway-card:first-child .gateway-card__title {
  animation: home-motion-rise-small 400ms cubic-bezier(0.22, 1, 0.36, 1) 840ms
    backwards;
}

.page--home.home-motion-active
  .gateway-card:first-child
  .gateway-card__subtitle {
  animation: home-motion-rise-small 400ms cubic-bezier(0.22, 1, 0.36, 1) 900ms
    backwards;
}

.page--home.home-motion-active .gateway-card:first-child .gateway-card__action {
  animation: home-motion-rise-small 400ms cubic-bezier(0.22, 1, 0.36, 1) 960ms
    backwards;
}

.page--home.home-motion-active .gateway-card:last-child .gateway-card__icon {
  animation: home-motion-rise-small 400ms cubic-bezier(0.22, 1, 0.36, 1) 840ms
    backwards;
}

.page--home.home-motion-active .gateway-card:last-child .gateway-card__title {
  animation: home-motion-rise-small 400ms cubic-bezier(0.22, 1, 0.36, 1) 900ms
    backwards;
}

.page--home.home-motion-active
  .gateway-card:last-child
  .gateway-card__subtitle {
  animation: home-motion-rise-small 400ms cubic-bezier(0.22, 1, 0.36, 1) 960ms
    backwards;
}

.page--home.home-motion-active .gateway-card:last-child .gateway-card__action {
  animation: home-motion-rise-small 400ms cubic-bezier(0.22, 1, 0.36, 1) 1020ms
    backwards;
}

.page--home.home-motion-active .hero-footer {
  animation: home-motion-rise-small 450ms cubic-bezier(0.22, 1, 0.36, 1) 900ms
    backwards;
}

.page--home.home-motion-active .hero-footer p {
  animation: home-motion-rise-small 350ms cubic-bezier(0.22, 1, 0.36, 1) 980ms
    backwards;
}

.page--home.home-motion-active .hero-footer nav a:nth-child(1) {
  animation: home-motion-rise-small 350ms cubic-bezier(0.22, 1, 0.36, 1) 980ms
    backwards;
}

.page--home.home-motion-active .hero-footer nav a:nth-child(2) {
  animation: home-motion-rise-small 350ms cubic-bezier(0.22, 1, 0.36, 1) 1020ms
    backwards;
}

.page--home.home-motion-active .hero-footer nav a:nth-child(3) {
  animation: home-motion-rise-small 350ms cubic-bezier(0.22, 1, 0.36, 1) 1060ms
    backwards;
}

.page--home.home-motion-active .hero-footer nav a:nth-child(4) {
  animation: home-motion-rise-small 350ms cubic-bezier(0.22, 1, 0.36, 1) 1100ms
    backwards;
}

@keyframes home-motion-fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.11;
  }
}

@keyframes home-motion-drop {
  from {
    opacity: 0;
    translate: 0 -12px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes home-motion-rise {
  from {
    opacity: 0;
    translate: 0 22px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes home-motion-rise-small {
  from {
    opacity: 0;
    translate: 0 8px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes home-motion-card {
  from {
    opacity: 0;
    translate: 0 16px;
    scale: 0.985;
  }

  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

@keyframes home-motion-settle {
  from {
    opacity: 0;
    scale: 0.97;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}

/* Shared one-time section reveals for every non-home page. */
.motion-reveal {
  --motion-delay: 0ms;
  --motion-duration: 580ms;
  --motion-x: 0px;
  --motion-y: 18px;
  --motion-scale: 0.995;
}

.motion-reveal--drop {
  --motion-y: -12px;
  --motion-scale: 1;
}

.motion-reveal--fade {
  --motion-y: 0px;
  --motion-scale: 1;
}

.motion-reveal--card {
  --motion-y: 20px;
  --motion-scale: 0.99;
}

.page-motion-active .motion-reveal:not(.is-motion-visible) {
  opacity: 0;
  translate: var(--motion-x) var(--motion-y);
  scale: var(--motion-scale);
}

.page-motion-active .motion-reveal.is-motion-visible {
  animation: page-motion-reveal var(--motion-duration)
    cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay) backwards;
}

@keyframes page-motion-reveal {
  from {
    opacity: 0;
    translate: var(--motion-x) var(--motion-y);
    scale: var(--motion-scale);
  }

  to {
    opacity: 1;
    translate: 0 0;
    scale: 1;
  }
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .page-shell {
    min-height: 100vh;
    padding: 26px;
  }

  .hero {
    min-height: max(950px, calc(100vh - 62px));
  }

  .page--home .hero {
    min-height: max(1012px, 100vh);
  }

  .hero__content {
    width: calc(100% - 62px);
    min-height: max(950px, calc(100vh - 62px));
    margin-block-start: 31px;
  }

  .site-header {
    top: 38px;
    right: 4%;
    left: 4%;
    grid-template-columns: 170px minmax(0, 1fr) 270px;
    padding: 0 20px 0 34px;
  }

  .brand {
    width: 142px;
    height: 36px;
  }

  .desktop-nav {
    gap: 26px;
    transform: none;
  }

  .desktop-nav a {
    font-size: 10px;
  }

  .header-actions {
    gap: 10px;
  }

  .auth-button {
    width: 98px;
  }

  .hero-title {
    top: 316px;
    font-size: 88px;
    line-height: 90px;
  }

  .hero-wordmark {
    top: 540px;
    font-size: 170px;
  }

  .gateway {
    top: 499px;
  }

  .hero-footer {
    right: 38px;
    left: 38px;
  }
}

@media (max-width: 900px) {
  .page-shell {
    padding: 20px;
    border-width: 4px;
    border-radius: 20px;
  }

  .hero {
    min-height: max(950px, calc(100vh - 48px));
    border-radius: 18px;
  }

  .page--home .hero {
    min-height: max(998px, 100vh);
    border-radius: 0;
  }

  .hero__content {
    width: calc(100% - 48px);
    min-height: max(950px, calc(100vh - 48px));
    margin-block-start: 24px;
  }

  .site-header {
    top: 28px;
    right: 24px;
    left: 24px;
    display: flex;
    height: 70px;
    justify-content: space-between;
    padding: 0 24px;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    position: relative;
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 50%;
    cursor: pointer;
  }

  .menu-toggle span {
    position: absolute;
    width: 17px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .menu-toggle span:nth-child(1) {
    top: 14px;
  }

  .menu-toggle span:nth-child(2) {
    top: 20px;
  }

  .menu-toggle span:nth-child(3) {
    top: 26px;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }

  .mobile-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    left: 0;
    padding: 22px;
    background: rgba(8, 27, 51, 0.97);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
  }

  .mobile-menu:not([hidden]) {
    display: block;
  }

  .mobile-menu nav {
    display: grid;
    gap: 2px;
  }

  .mobile-menu nav a {
    padding: 12px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
  }

  .mobile-menu__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
  }

  .hero-title {
    top: 282px;
    padding: 0 24px;
    font-size: 68px;
    line-height: 72px;
  }

  .hero-wordmark {
    top: 506px;
    font-size: 132px;
    line-height: 150px;
  }

  .gateway {
    top: 459px;
  }

  .hero-footer {
    height: auto;
    min-height: 72px;
    padding: 15px 24px;
  }

  .hero-footer nav {
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    min-height: 0;
    padding: 10px;
    border-width: 3px;
    border-radius: 15px;
  }

  .hero {
    min-height: 1060px;
    border-radius: 12px;
  }

  .page--home .hero {
    min-height: max(1086px, 100vh);
    border-radius: 0;
  }

  .hero__content {
    width: calc(100% - 26px);
    min-height: 1060px;
    margin-block-start: 13px;
  }

  .site-header {
    top: 18px;
    right: 14px;
    left: 14px;
    height: 64px;
    padding: 0 14px 0 20px;
  }

  .brand {
    width: 126px;
    height: 32px;
  }

  .mobile-menu {
    padding: 18px;
  }

  .mobile-menu__actions {
    display: grid;
    grid-template-columns: 1fr 1fr 36px;
    gap: 8px;
  }

  .mobile-menu__actions .auth-button {
    width: 100%;
  }

  .hero-title {
    top: 245px;
    padding: 0 10px;
    font-size: 38px;
    line-height: 44px;
  }

  .hero-wordmark {
    top: 432px;
    left: 50%;
    font-size: 82px;
    line-height: 96px;
  }

  .gateway {
    top: 372px;
    left: 50%;
    width: calc(100% - 44px);
  }

  .gateway-copy h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .gateway-copy p {
    font-size: 14px;
    line-height: 30px;
  }

  .gateway-cards {
    grid-template-columns: minmax(0, 256px);
    justify-content: center;
    gap: 18px;
    margin-top: 34px;
  }

  .hero-footer {
    right: 14px;
    bottom: 18px;
    left: 14px;
    flex-direction: column;
    gap: 13px;
    padding: 17px 12px;
    text-align: center;
  }

  .hero-footer nav {
    width: 100%;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  .hero-footer a,
  .hero-footer p {
    font-size: 8px;
  }
}

/* Single event detail page */
.page--event-details,
.page--about {
  --fixed-nav-top: 97px;
}

.detail-page-shell {
  min-height: 3549px;
  padding: 48px 34px 48px 35px;
}

.detail-surface {
  position: relative;
  min-height: 3443px;
  overflow: hidden;
  background: var(--ink);
  border-radius: var(--panel-radius);
}

.detail-surface .site-header,
.about-surface .site-header {
  position: fixed;
  z-index: 100;
  top: var(--fixed-nav-top);
  right: auto;
  left: 50%;
  width: min(1172px, calc(100vw - 187px));
  transform: translateX(-50%);
}

.detail-surface .desktop-nav a[aria-current="page"]::after,
.detail-surface .mobile-menu a[aria-current="page"] {
  color: var(--cyan);
}

.detail-hero {
  position: relative;
  height: 1013px;
  overflow: hidden;
  border-radius: var(--panel-radius);
  isolation: isolate;
}

.detail-hero__image {
  position: absolute;
  z-index: -3;
  top: -0.78%;
  left: -80.75%;
  width: 275.75%;
  height: 100.42%;
  max-width: none;
  object-fit: fill;
}

.detail-hero__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(
      to top,
      var(--ink) 0%,
      rgba(8, 27, 51, 0.18) 45%,
      rgba(8, 27, 51, 0.05) 100%
    ),
    linear-gradient(
      to right,
      rgba(8, 27, 51, 0.94) 0%,
      rgba(8, 27, 51, 0.45) 52%,
      rgba(8, 27, 51, 0.08) 100%
    );
}

.detail-hero__content {
  position: absolute;
  inset-inline-start: 67px;
  bottom: 107px;
  width: 790px;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 23px;
  margin-top: 0;
  padding: 0;
  list-style: none;
}

.detail-tags li {
  padding: 9px 21px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pill-radius);
  backdrop-filter: blur(6px);
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.detail-hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: 800;
  line-height: 72px;
  letter-spacing: 0;
}

.detail-hero h1 span {
  color: #aec6ff;
}

.detail-hero__meta {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 34px;
}

.detail-hero__meta > div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.detail-meta-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.detail-meta-icon img {
  width: 16px;
  height: 17px;
}

.detail-hero__meta p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.detail-hero__meta small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  font-weight: 800;
  line-height: 15px;
  text-transform: uppercase;
}

.detail-hero__meta strong,
.detail-hero__meta a {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.detail-hero__meta a {
  width: max-content;
  color: #aec6ff;
  text-decoration: underline;
}

.detail-overview {
  position: absolute;
  top: 1010px;
  inset-inline: 67px 68px;
  display: grid;
  grid-template-columns: 600px 492px;
  gap: 53px;
  padding-top: 53px;
}

.detail-story {
  min-width: 0;
}

.section-kicker,
.about-eyebrow {
  margin: 0;
  color: #aec6ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.detail-story h2,
.detail-section-heading h2 {
  margin: 8px 0 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0;
}

.detail-story__copy {
  display: grid;
  width: 568px;
  max-width: 100%;
  gap: 24px;
  margin-top: 32px;
  color: #94a3b8;
  font-size: 18px;
  line-height: 32.4px;
}

.detail-story__copy p {
  margin: 0;
}

.organizer-panel {
  display: flex;
  min-height: 146px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 72px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.organizer-panel__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.organizer-panel__logo {
  display: flex;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 17px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}

.organizer-panel__logo img {
  width: 100%;
  height: 55%;
  object-fit: contain;
}

.organizer-panel h3 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}

.organizer-panel p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.organizer-panel p img {
  width: 15px;
  height: 14px;
}

.organizer-follow {
  width: 171px;
  min-height: 48px;
  flex: 0 0 171px;
  padding: 13px 22px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--pill-radius);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.organizer-follow[aria-pressed="true"] {
  color: var(--ink);
  background: var(--cyan);
  border-color: var(--cyan);
}

.reservation-card {
  position: relative;
  height: 674px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  box-shadow: 0 32px 64px -16px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(16px);
}

.reservation-card header {
  text-align: center;
}

.reservation-card header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 900;
  line-height: 15px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.reservation-card header h2 {
  margin: 4px 0 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
}

.ticket-options {
  display: grid;
  gap: 12px;
  margin: 44px 0 0;
  padding: 0;
  border: 0;
}

.ticket-option {
  position: relative;
  display: grid;
  min-height: 86px;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  cursor: pointer;
}

.ticket-option.is-selected {
  background: rgba(0, 73, 161, 0.05);
  border-color: rgba(28, 97, 198, 0.5);
  box-shadow:
    0 0 20px rgba(28, 97, 198, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

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

.ticket-option__radio {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.ticket-option.is-selected .ticket-option__radio {
  border-color: #0049a1;
  box-shadow: inset 0 0 0 5px var(--ink);
  background: #0049a1;
}

.ticket-option strong,
.ticket-option b {
  font-size: 16px;
  line-height: 24px;
}

.registration-button {
  width: 100%;
  min-height: 64px;
  margin-top: 24px;
  color: #ffffff;
  background: #0049a1;
  border: 0;
  border-radius: var(--pill-radius);
  box-shadow: 0 4px 7px rgba(28, 97, 198, 0.39);
  font-size: 12px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.reservation-note {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}

.reservation-actions {
  position: absolute;
  right: 40px;
  bottom: 20px;
  left: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.reservation-actions button {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 0;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  border: 0;
  font-size: 9px;
  font-weight: 900;
  line-height: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.reservation-actions button img {
  width: 17px;
  height: 17px;
}

.reservation-actions button[aria-pressed="true"] {
  color: var(--cyan);
}

.detail-speakers,
.detail-venue {
  position: absolute;
  inset-inline: 67px 68px;
}

.detail-speakers {
  top: 1827px;
}

.detail-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.detail-section-heading > a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 20px;
}

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.speaker-card {
  min-width: 0;
  text-align: center;
}

.speaker-card__photo {
  position: relative;
  width: 224px;
  height: 224px;
  margin-inline: auto;
  padding: 4px;
  border: 4px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.speaker-card__photo > img:first-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: grayscale(1);
  object-fit: cover;
}

.speaker-card__badge {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 36px;
  height: 34px;
}

.speaker-card h3 {
  margin: 23px 0 0;
  font-size: 16px;
  line-height: 28px;
}

.speaker-card p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  font-weight: 800;
  line-height: 16px;
  text-transform: uppercase;
}

.detail-venue {
  top: 2357px;
}

.detail-venue__grid {
  display: grid;
  height: 418px;
  grid-template-columns: minmax(0, 1fr) 308px;
  gap: 26px;
  margin-top: 40px;
}

.detail-map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}

.detail-map > img {
  width: 118.22%;
  height: 105%;
  margin-top: -2.5%;
  margin-inline-start: -9.11%;
  opacity: 0.6;
  object-fit: fill;
}

.detail-map__caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(12px);
}

.detail-map__caption p,
.detail-map__caption a {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}

.detail-map__caption p img {
  width: 16px;
  height: 20px;
}

.detail-map__caption a {
  color: #aec6ff;
  font-weight: 700;
  white-space: nowrap;
}

.detail-map__caption a img {
  width: 9px;
  height: 9px;
}

.venue-facts {
  display: grid;
  align-content: center;
  gap: 17px;
  margin: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}

.venue-facts div {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 16px;
}

.venue-facts dt {
  display: contents;
}

.venue-facts dt > img {
  grid-row: 1 / 3;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: rgba(0, 73, 161, 0.1);
  border-radius: 50%;
}

.venue-facts dt span {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.venue-facts dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 10px;
  line-height: 16px;
}

[dir="rtl"] .detail-hero__shade {
  background:
    linear-gradient(
      to top,
      var(--ink) 0%,
      rgba(8, 27, 51, 0.18) 45%,
      rgba(8, 27, 51, 0.05) 100%
    ),
    linear-gradient(
      to left,
      rgba(8, 27, 51, 0.94) 0%,
      rgba(8, 27, 51, 0.45) 52%,
      rgba(8, 27, 51, 0.08) 100%
    );
}

[dir="rtl"] .detail-map__caption a img {
  transform: scaleX(-1);
}

/* About page */
.about-page-shell {
  min-height: 3834px;
  padding: 48px 34px 48px 35px;
}

.about-surface {
  position: relative;
  min-height: 3728px;
  overflow: hidden;
  background: var(--ink);
  border-radius: var(--panel-radius);
}

.about-hero {
  position: relative;
  height: 763px;
  text-align: center;
}

.about-hero h1 {
  position: absolute;
  top: 181px;
  right: 0;
  left: 0;
  margin: 0;
  font-size: 110px;
  font-style: italic;
  font-weight: 900;
  line-height: 118px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-hero h1 span {
  color: var(--cyan);
}

.about-hero > p {
  position: absolute;
  top: 458px;
  right: 0;
  left: 0;
  margin: 0;
  color: #c2c6d5;
  font-size: 18px;
  line-height: 29.25px;
}

.about-hero__actions {
  position: absolute;
  top: 583px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.about-hero__actions a,
.ecosystem-card > a {
  display: inline-flex;
  min-width: 193px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: var(--pill-radius);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  white-space: nowrap;
}

.about-hero__actions a:first-child {
  background: #1c61c6;
}

.about-hero__actions a:last-child {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
}

.about-purpose {
  position: absolute;
  top: 763px;
  inset-inline: 0;
  height: 744px;
  overflow: hidden;
  padding: 48px 104px 80px;
}

.about-purpose__background,
.about-purpose__fade {
  position: absolute;
  inset: -17px 0 17px;
  width: 100%;
  height: calc(100% + 1px);
}

.about-purpose__background {
  opacity: 0.4;
  object-fit: cover;
}

.about-purpose__fade {
  background: linear-gradient(
    to bottom,
    var(--ink),
    rgba(8, 27, 51, 0.6) 50%,
    var(--ink)
  );
}

.about-purpose__panel {
  position: relative;
  z-index: 1;
  display: grid;
  height: 616px;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 81px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 32px;
  backdrop-filter: blur(6px);
}

.about-purpose article {
  min-width: 0;
}

.about-purpose article + article {
  padding-inline-start: 65px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
}

.about-eyebrow {
  color: #aec6ff;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2.8px;
}

.about-purpose article:nth-child(2) .about-eyebrow {
  color: #8ad0ea;
}

.about-purpose h2 {
  margin: 24px 0 0;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0;
}

.about-purpose article > p:last-child {
  margin: 24px 0 0;
  color: rgba(194, 198, 213, 0.8);
  font-size: 20px;
  line-height: 28.8px;
}

.about-purpose article:first-child > p:last-child {
  font-size: 22px;
}

.about-performance {
  position: absolute;
  top: 1517px;
  inset-inline: 0;
  height: 631px;
  padding: 39px 104px 0;
  background: var(--ink);
}

.about-performance > header {
  text-align: center;
}

.about-performance > header h2,
.about-ecosystem > header h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 53px;
  letter-spacing: 0;
}

.about-performance > header p {
  margin: 13px 0 0;
  color: #c2c6d5;
  font-size: 20px;
  line-height: 24px;
}

.performance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 19px;
}

.performance-card {
  height: 394px;
  padding: 41px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 48px;
  backdrop-filter: blur(6px);
}

.performance-visual {
  position: relative;
  display: flex;
  height: 128px;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: 17px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 32px;
}

.performance-visual--analytics {
  gap: 4px;
}

.performance-visual--analytics i {
  width: 14.8%;
  background: #0049a1;
  border-radius: 2px 2px 0 0;
}

.performance-visual--analytics i:nth-child(1) {
  height: 28px;
}
.performance-visual--analytics i:nth-child(2) {
  height: 47px;
  background: #aec6ff;
}
.performance-visual--analytics i:nth-child(3) {
  height: 75px;
}
.performance-visual--analytics i:nth-child(4) {
  height: 38px;
  background: #8ad0ea;
}
.performance-visual--analytics i:nth-child(5) {
  height: 56px;
}
.performance-visual--analytics i:nth-child(6) {
  height: 85px;
  background: #aec6ff;
}

.performance-visual--barcode {
  align-items: center;
  gap: 6px;
}

.performance-visual--barcode i {
  width: 4px;
  height: 48px;
  background: rgba(255, 255, 255, 0.6);
}

.performance-visual--barcode i:nth-child(2),
.performance-visual--barcode i:nth-child(6) {
  width: 8px;
}
.performance-visual--barcode i:nth-child(4) {
  width: 12px;
}

.performance-visual--security {
  align-items: center;
}

.performance-visual--security::before {
  width: 52px;
  height: 64px;
  border: 2px solid #aec6ff;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  content: "";
}

.performance-visual--security i {
  position: absolute;
  bottom: 26px;
  width: 64px;
  height: 48px;
  background: #0049a1;
  border-radius: 32px;
}

.performance-visual--security i::after {
  position: absolute;
  top: 20px;
  left: 28px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  content: "";
}

.performance-card h3 {
  margin: 32px 0 0;
  font-size: 24px;
  line-height: 31px;
}

.performance-card p {
  margin: 16px 0 0;
  color: #c2c6d5;
  font-size: 16px;
  line-height: 26px;
}

.about-ecosystem {
  position: absolute;
  top: 2187px;
  inset-inline: 0;
  height: 1024px;
  overflow: hidden;
  padding: 138px 69px 135px;
}

.about-ecosystem__background,
.about-ecosystem__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-ecosystem__background {
  opacity: 0.2;
  object-fit: cover;
}

.about-ecosystem__shade {
  background: linear-gradient(
    to bottom,
    var(--ink) 0%,
    rgba(8, 27, 51, 0.25) 25%,
    rgba(8, 27, 51, 0.25) 75%,
    var(--ink) 100%
  );
  box-shadow:
    inset 0 35px 4px var(--ink),
    inset 0 -31px 4px var(--ink);
}

.about-ecosystem > header,
.ecosystem-grid {
  position: relative;
  z-index: 1;
}

.about-ecosystem > header {
  text-align: center;
}

.about-ecosystem > header h2 {
  line-height: 32px;
}

.about-ecosystem > header p {
  width: 710px;
  max-width: 100%;
  margin: 31px auto 0;
  color: #c2c6d5;
  font-size: 24px;
  line-height: 26px;
}

.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  margin-top: 86px;
}

.ecosystem-card {
  position: relative;
  height: 620px;
  padding: 41px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.ecosystem-card__visual {
  display: flex;
  height: 264px;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}

.ecosystem-card:first-child .ecosystem-card__visual {
  background: linear-gradient(
    30deg,
    rgba(0, 73, 161, 0.2),
    rgba(0, 73, 161, 0)
  );
}

.ecosystem-card:last-child .ecosystem-card__visual {
  background: linear-gradient(
    -30deg,
    rgba(17, 103, 125, 0.2),
    rgba(17, 103, 125, 0)
  );
}

.ecosystem-card__visual img {
  width: 74px;
  height: 58px;
  filter: drop-shadow(0 0 7.5px rgba(143, 213, 239, 0.6));
}

.ecosystem-card h3 {
  margin: 16px 0 0;
  font-size: 24px;
  line-height: 40px;
}

.ecosystem-card > p {
  margin: 16px 0 0;
  color: #c2c6d5;
  font-size: 16px;
  line-height: 24px;
}

.ecosystem-card ul {
  display: grid;
  gap: 12px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.ecosystem-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #e7e7f1;
  font-size: 16px;
  line-height: 24px;
}

.ecosystem-card li img {
  width: 20px;
  height: 20px;
}

.ecosystem-card > a {
  position: static;
  min-width: 152px;
  min-height: 49px;
  margin-top: 20px;
  padding: 16px 20px;
  background: #425268;
}

.about-surface > .site-footer {
  position: absolute;
  right: 0;
  bottom: 31px;
  left: 0;
}

.about-surface .footer-column a[aria-current="page"] {
  color: var(--cyan);
}

[dir="rtl"] .about-purpose article + article {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1100px) {
  .page--event-details,
  .page--about {
    --fixed-nav-top: 69px;
  }

  .detail-page-shell,
  .about-page-shell {
    min-height: 100vh;
    padding: 26px;
  }

  .detail-surface,
  .about-surface {
    min-height: 0;
  }

  .detail-surface {
    padding-bottom: 130px;
  }

  .detail-surface .site-header,
  .about-surface .site-header {
    width: calc(100vw - 140px);
  }

  .detail-hero {
    height: 850px;
  }

  .detail-hero__image {
    left: -60%;
    width: 230%;
    object-fit: cover;
  }

  .detail-hero__content {
    inset-inline: 48px;
    bottom: 78px;
    width: auto;
  }

  .detail-overview,
  .detail-speakers,
  .detail-venue {
    position: static;
    margin-inline: 48px;
  }

  .detail-overview {
    grid-template-columns: 1fr;
    gap: 70px;
    padding-top: 80px;
  }

  .detail-story__copy {
    width: 100%;
  }

  .reservation-card {
    width: min(600px, 100%);
    margin-inline: auto;
  }

  .detail-speakers,
  .detail-venue {
    margin-top: 100px;
  }

  .speaker-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 55px;
  }

  .detail-venue__grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .detail-map {
    height: 418px;
  }

  .about-hero,
  .about-purpose,
  .about-performance,
  .about-ecosystem,
  .about-surface > .site-footer {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .about-hero {
    height: 700px;
  }

  .about-hero h1 {
    top: 190px;
    font-size: 82px;
    line-height: 90px;
  }

  .about-hero > p {
    top: 405px;
  }

  .about-hero__actions {
    top: 520px;
  }

  .about-purpose {
    height: 710px;
    padding: 48px;
  }

  .about-purpose__panel {
    height: 614px;
    gap: 38px;
    padding: 58px;
  }

  .about-purpose article + article {
    padding-inline-start: 38px;
  }

  .about-purpose h2 {
    font-size: 40px;
    line-height: 49px;
  }

  .about-purpose article > p:last-child,
  .about-purpose article:first-child > p:last-child {
    font-size: 17px;
    line-height: 27px;
  }

  .about-performance {
    height: auto;
    padding: 80px 48px;
  }

  .performance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 48px;
  }

  .performance-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 16px);
    justify-self: center;
  }

  .about-ecosystem {
    height: auto;
    min-height: 980px;
    padding: 120px 48px;
  }

  .ecosystem-grid {
    gap: 32px;
  }

  .ecosystem-card {
    height: auto;
    min-height: 640px;
  }

  .about-surface > .site-footer {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .page--event-details,
  .page--about {
    --fixed-nav-top: 52px;
  }

  .detail-page-shell,
  .about-page-shell {
    padding: 20px;
  }

  .detail-surface,
  .about-surface {
    border-radius: 18px;
  }

  .detail-surface .site-header,
  .about-surface .site-header {
    width: calc(100vw - 96px);
  }

  .detail-hero h1 {
    font-size: 54px;
    line-height: 62px;
  }

  .detail-hero__meta {
    flex-direction: column;
    gap: 18px;
  }

  .about-hero h1 {
    font-size: 65px;
    line-height: 75px;
  }

  .about-purpose {
    height: auto;
    padding: 70px 48px;
  }

  .about-purpose__panel {
    height: auto;
    grid-template-columns: 1fr;
  }

  .about-purpose article + article {
    padding-block-start: 48px;
    padding-inline-start: 0;
    border-block-start: 1px solid rgba(255, 255, 255, 0.1);
    border-inline-start: 0;
  }

  [dir="rtl"] .about-purpose article + article {
    border-inline-start: 0;
  }

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

  .performance-card,
  .performance-card:last-child {
    width: 100%;
    grid-column: auto;
  }

  .about-ecosystem {
    padding-inline: 48px;
  }

  .about-ecosystem > header h2 {
    line-height: 53px;
  }

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

  .ecosystem-card {
    width: min(552px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .page--event-details,
  .page--about {
    --fixed-nav-top: 31px;
  }

  .detail-page-shell,
  .about-page-shell {
    padding: 10px;
  }

  .detail-surface,
  .about-surface,
  .detail-hero {
    border-radius: 12px;
  }

  .detail-surface {
    padding-bottom: 80px;
  }

  .detail-surface .site-header,
  .about-surface .site-header {
    width: calc(100vw - 54px);
  }

  .detail-hero {
    height: 760px;
  }

  .detail-hero__image {
    left: -125%;
    width: 360%;
  }

  .detail-hero__content {
    inset-inline: 22px;
    bottom: 54px;
  }

  .detail-tags {
    gap: 7px;
  }

  .detail-tags li {
    padding: 7px 12px;
    font-size: 8px;
  }

  .detail-hero h1 {
    font-size: 39px;
    line-height: 46px;
  }

  .detail-overview,
  .detail-speakers,
  .detail-venue {
    margin-inline: 22px;
  }

  .detail-story h2,
  .detail-section-heading h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .detail-story__copy {
    font-size: 16px;
    line-height: 28px;
  }

  .organizer-panel {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }

  .organizer-panel__logo {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .organizer-panel h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .organizer-panel p {
    font-size: 11px;
  }

  .organizer-follow {
    width: 100%;
    flex-basis: auto;
  }

  .reservation-card {
    height: auto;
    padding: 28px 20px 120px;
    border-radius: 28px;
  }

  .reservation-card header h2 {
    font-size: 28px;
  }

  .ticket-options {
    margin-top: 30px;
  }

  .ticket-option {
    grid-template-columns: 24px 1fr auto;
    gap: 10px;
    padding: 18px 16px;
  }

  .ticket-option strong,
  .ticket-option b {
    font-size: 13px;
    line-height: 20px;
  }

  .registration-button {
    font-size: 10px;
    letter-spacing: 1.2px;
  }

  .reservation-actions {
    right: 20px;
    left: 20px;
    gap: 30px;
  }

  .detail-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

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

  .detail-map {
    height: 360px;
  }

  .detail-map__caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    gap: 12px;
    padding: 12px;
  }

  .detail-map__caption p,
  .detail-map__caption a {
    font-size: 10px;
  }

  .venue-facts {
    padding: 20px;
  }

  .about-hero {
    height: 640px;
  }

  .about-hero h1 {
    top: 175px;
    padding-inline: 14px;
    font-size: 42px;
    line-height: 50px;
  }

  .about-hero > p {
    top: 330px;
    padding-inline: 26px;
    font-size: 14px;
    line-height: 24px;
  }

  .about-hero > p br {
    display: none;
  }

  .about-hero__actions {
    top: 455px;
    align-items: center;
    flex-direction: column;
  }

  .about-hero__actions a {
    width: min(240px, calc(100% - 52px));
  }

  .about-purpose,
  .about-performance,
  .about-ecosystem {
    padding: 64px 22px;
  }

  .about-purpose__panel {
    gap: 38px;
    padding: 32px 26px;
    border-radius: 24px;
  }

  .about-purpose h2,
  .about-performance > header h2,
  .about-ecosystem > header h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .about-purpose article > p:last-child,
  .about-purpose article:first-child > p:last-child {
    font-size: 16px;
    line-height: 26px;
  }

  .about-performance > header p {
    font-size: 16px;
    line-height: 24px;
  }

  .performance-card {
    height: auto;
    min-height: 394px;
    padding: 30px;
    border-radius: 32px;
  }

  .about-ecosystem > header p {
    font-size: 17px;
    line-height: 26px;
  }

  .ecosystem-grid {
    margin-top: 60px;
  }

  .ecosystem-card {
    height: auto;
    min-height: 590px;
    padding: 28px;
  }

  .ecosystem-card__visual {
    height: 220px;
  }

  .ecosystem-card > a {
    position: static;
    margin-top: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .page--home *,
  .page--home *::before,
  .page--home *::after {
    animation-delay: 0ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .page-motion-active .motion-reveal {
    animation-delay: 0ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    opacity: 1 !important;
    translate: none !important;
    scale: none !important;
  }
}

/* Shared multi-page utilities */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[dir="rtl"] .gateway-card__action img {
  transform: scaleX(-1);
}

/* Pricing page */
.pricing-page-shell {
  min-height: 2404px;
  padding: 48px 34px 49px 35px;
}

.pricing-surface {
  position: relative;
  width: 100%;
  min-height: 2297px;
  overflow: hidden;
  background: var(--ink);
  border-radius: var(--panel-radius);
}

.pricing-main {
  position: relative;
  min-height: 1886px;
}

.pricing-surface .site-header {
  top: 57px;
}

.pricing-intro {
  position: absolute;
  top: 231px;
  inset-inline: 108px;
  text-align: center;
}

.pricing-intro h1 {
  margin: 0;
  color: #ffffff;
  font-size: 84px;
  font-style: italic;
  font-weight: 900;
  line-height: 118px;
  text-transform: uppercase;
  white-space: nowrap;
  unicode-bidi: plaintext;
}

.pricing-intro h1 span {
  color: var(--cyan);
}

.pricing-intro p {
  margin: 0;
  color: #737784;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  unicode-bidi: plaintext;
}

.billing-row {
  position: absolute;
  top: 446px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 16px;
  transform: translateX(-50%);
}

.billing-toggle {
  display: grid;
  width: 253px;
  height: 45px;
  grid-template-columns: 1.07fr 0.93fr;
  align-items: center;
  padding: 6px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: var(--pill-radius);
}

.billing-option {
  height: 33px;
  padding: 0 18px;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-radius: var(--pill-radius);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.billing-option.is-active {
  background: linear-gradient(135deg, #1c61c6 0%, #0049a1 100%);
  box-shadow: 0 6px 14px rgba(0, 73, 161, 0.35);
}

.billing-saving {
  display: grid;
  min-width: 85px;
  height: 25px;
  padding: 0 13px;
  place-items: center;
  color: var(--cyan);
  background: rgba(143, 213, 239, 0.06);
  border: 1px solid rgba(143, 213, 239, 0.22);
  border-radius: var(--pill-radius);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  white-space: nowrap;
}

.pricing-cards {
  position: absolute;
  top: 575px;
  inset-inline: 64px;
  display: grid;
  grid-template-areas: "free pro advanced";
  grid-template-columns: 362.66px 398.94px 362.66px;
  gap: 13.86px;
  height: 441px;
}

.price-card {
  position: relative;
  display: flex;
  height: 441px;
  flex-direction: column;
  align-items: flex-start;
  padding: 41px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 48px;
  backdrop-filter: blur(6px);
}

.price-card--free {
  grid-area: free;
}

.price-card--pro {
  grid-area: pro;
  height: 485px;
  padding: 42px;
  border: 2px solid var(--cyan);
  box-shadow: 0 0 20px rgba(143, 213, 239, 0.2);
  transform: translateY(-22px);
}

.price-card--advanced {
  grid-area: advanced;
}

.price-card h2 {
  width: 100%;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.plan-price {
  display: flex;
  min-height: 53px;
  align-items: baseline;
  gap: 4px;
  margin: 0 0 24px;
  white-space: nowrap;
}

.price-value {
  font-size: 48px;
  font-weight: 700;
  line-height: 53px;
}

.price-period {
  color: #737784;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.plan-features {
  display: grid;
  width: 100%;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #424753;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.plan-features img {
  width: 14px;
  height: 11px;
  flex: 0 0 auto;
}

.price-card--pro .plan-features li {
  color: #ffffff;
}

.price-card--pro .plan-features li:not(:last-child) {
  font-weight: 600;
}

.popular-label {
  position: absolute;
  top: -16px;
  left: 50%;
  display: grid;
  min-width: 140px;
  height: 25px;
  padding: 0 16px;
  place-items: center;
  color: var(--ink);
  background: var(--cyan);
  border-radius: var(--pill-radius);
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(-50%);
}

.plan-button {
  display: grid;
  width: 100%;
  min-height: 58px;
  margin-top: auto;
  place-items: center;
  border: 1px solid rgba(115, 119, 132, 0.3);
  border-radius: var(--pill-radius);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

.plan-button--primary {
  min-height: 62px;
  background: linear-gradient(135deg, #1c61c6 0%, #0049a1 100%);
  border-color: transparent;
  box-shadow:
    0 10px 15px -3px rgba(0, 73, 161, 0.4),
    0 4px 6px -4px rgba(0, 73, 161, 0.4);
}

.plan-button:hover,
.plan-button:focus-visible {
  border-color: rgba(143, 213, 239, 0.6);
  filter: brightness(1.15);
  transform: translateY(-2px);
}

.pricing-faq {
  width: 768px;
  margin-inline: auto;
  padding-top: 1162px;
  padding-bottom: 54px;
}

.pricing-faq > h2 {
  height: 39px;
  margin: 0 0 48px;
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
}

.faq-list {
  border-top: 1px solid rgba(115, 119, 132, 0.2);
}

.faq-item {
  border-bottom: 1px solid rgba(115, 119, 132, 0.2);
}

.faq-item h3 {
  margin: 0;
}

.faq-item h3 button {
  display: flex;
  width: 100%;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 31px 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: start;
  cursor: pointer;
  unicode-bidi: plaintext;
}

.faq-item h3 img {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.faq-item h3 button[aria-expanded="true"] img {
  transform: rotate(45deg);
}

.faq-answer p {
  max-width: 680px;
  margin: -12px 0 28px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.site-footer {
  position: relative;
  height: 411px;
  background: var(--ink);
  /* border-top: 1px solid rgba(194, 198, 213, 0.3); */
  border-radius: var(--panel-radius);
}

.footer-branding {
  position: absolute;
  top: 68px;
  inset-inline-start: 63px;
  width: 281px;
}

.footer-brand {
  position: relative;
  display: block;
  width: 198px;
  height: 50px;
  overflow: hidden;
}

.footer-brand img {
  position: absolute;
  top: -71.55%;
  left: -3.77%;
  width: 106.56%;
  height: 237.53%;
  max-width: none;
}

.footer-contact {
  display: grid;
  gap: 25px;
  margin-top: 46px;
  font-style: normal;
}

.footer-contact a,
.footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.footer-contact img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  object-fit: contain;
}

.footer-column,
.footer-social {
  position: absolute;
  top: 67px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column[aria-label="Explore"] {
  inset-inline-start: 422px;
  width: 131px;
}

.footer-column[aria-label="Support"] {
  inset-inline-start: 669px;
  width: 143px;
}

.footer-column h2,
.footer-social h2 {
  width: 100%;
  margin: 0 0 24px;
  padding-inline-start: 14px;
  border-inline-start: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
}

.footer-column a {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--cyan);
}

.footer-social {
  inset-inline-start: 928px;
  width: 278px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 17px;
}

.social-links > a {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition:
    border-color 180ms ease,
    background-color 180ms ease;
}

.social-links > a:hover,
.social-links > a:focus-visible {
  background: rgba(143, 213, 239, 0.08);
  border-color: var(--cyan);
}

.social-links img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.social-links a:nth-child(2) img {
  width: 16px;
  height: 16px;
}

.tiktok-crop {
  display: block;
  width: 18px;
  height: 21px;
  overflow: hidden;
}

.tiktok-crop img {
  width: 23px;
  height: 23px;
  transform: translate(-3px, -1px);
}

.footer-social > p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 19.5px;
}

.footer-copyright {
  position: absolute;
  top: 335px;
  right: 48px;
  left: 48px;
  margin: 0;
  padding-top: 32px;
  color: rgba(255, 255, 255, 0.6);
  border-top: 1px solid rgba(194, 198, 213, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  unicode-bidi: plaintext;
}

.footer-copyright strong {
  color: #ffffff;
  font-weight: 700;
}

[dir="rtl"] .footer-contact [dir="ltr"] {
  justify-content: flex-end;
}

[dir="rtl"] .tiktok-crop img {
  transform: translate(2px, -1px);
}

@media (max-width: 1100px) {
  .pricing-page-shell {
    min-height: 0;
    padding: 26px;
  }

  .pricing-surface {
    min-height: 0;
  }

  .pricing-main {
    min-height: 0;
    padding: 170px 42px 90px;
  }

  .pricing-surface .site-header {
    top: 38px;
  }

  .pricing-intro,
  .billing-row,
  .pricing-cards {
    position: relative;
    inset: auto;
  }

  .pricing-intro h1 {
    font-size: 68px;
    line-height: 82px;
  }

  .billing-row {
    width: max-content;
    margin: 58px auto 0;
    transform: none;
  }

  .pricing-cards {
    width: 100%;
    height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 12px;
    margin-top: 86px;
  }

  .price-card,
  .price-card--pro {
    width: auto;
    padding: 30px;
  }

  .plan-features li {
    font-size: 13px;
    white-space: normal;
  }

  .plan-button {
    font-size: 13px;
  }

  .pricing-faq {
    width: min(768px, 100%);
    margin-top: 120px;
    padding: 0;
  }

  .site-footer {
    display: grid;
    height: auto;
    min-height: 411px;
    grid-template-columns: 1.25fr 0.75fr 0.75fr 1.25fr;
    gap: 32px;
    padding: 58px 42px 90px;
  }

  .footer-branding,
  .footer-column,
  .footer-social {
    position: relative;
    inset: auto;
    top: auto;
    width: auto;
  }

  .footer-branding {
    grid-column: 1;
  }

  .footer-contact {
    margin-top: 36px;
  }

  .footer-column[aria-label="Explore"],
  .footer-column[aria-label="Support"],
  .footer-social {
    inset-inline-start: auto;
    width: auto;
  }

  .footer-copyright {
    right: 42px;
    bottom: 28px;
    left: 42px;
    top: auto;
  }
}

@media (max-width: 900px) {
  .pricing-page-shell {
    padding: 20px;
  }

  .pricing-main {
    padding: 140px 32px 72px;
  }

  .pricing-surface .site-header {
    top: 28px;
  }

  .pricing-intro h1 {
    font-size: 54px;
    line-height: 66px;
  }

  .pricing-cards,
  [dir="rtl"] .pricing-cards {
    grid-template-areas: "free" "pro" "advanced";
    grid-template-columns: minmax(0, 399px);
    justify-content: center;
    gap: 42px;
  }

  .price-card,
  .price-card--pro {
    width: 100%;
    height: 441px;
    padding: 41px;
    transform: none;
  }

  .price-card--pro {
    height: 485px;
    padding: 42px;
  }

  .pricing-faq {
    margin-top: 100px;
  }

  .pricing-faq > h2 {
    font-size: 27px;
  }

  .faq-item h3 button {
    font-size: 19px;
    line-height: 28px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
    row-gap: 54px;
    padding-bottom: 112px;
  }

  .footer-branding,
  .footer-social {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .pricing-page-shell {
    padding: 10px;
  }

  .pricing-main {
    padding: 118px 18px 60px;
  }

  .pricing-surface .site-header {
    top: 18px;
  }

  .pricing-intro h1 {
    font-size: 39px;
    line-height: 46px;
    white-space: normal;
  }

  .pricing-intro p {
    margin-top: 12px;
    font-size: 11px;
    line-height: 18px;
  }

  .billing-row {
    gap: 8px;
    margin-top: 42px;
  }

  .billing-toggle {
    width: 210px;
  }

  .billing-option {
    padding: 0 10px;
    font-size: 12px;
  }

  .billing-saving {
    min-width: 72px;
    padding: 0 8px;
    font-size: 10px;
  }

  .pricing-cards {
    margin-top: 64px;
  }

  .price-card,
  .price-card--pro {
    padding: 34px;
    border-radius: 32px;
  }

  .price-value {
    font-size: 42px;
  }

  .pricing-faq {
    margin-top: 84px;
  }

  .pricing-faq > h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  .faq-item h3 button {
    min-height: 82px;
    padding: 23px 0;
    font-size: 15px;
    line-height: 23px;
  }

  .faq-answer p {
    font-size: 13px;
    line-height: 22px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 48px 26px 112px;
  }

  .footer-branding,
  .footer-social {
    grid-column: auto;
  }

  .footer-branding,
  .footer-column,
  .footer-social {
    width: 100%;
  }

  .footer-brand {
    margin-inline: auto;
  }

  .footer-column h2,
  .footer-social h2 {
    margin-bottom: 18px;
  }

  .footer-contact {
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
  }

  .footer-copyright {
    right: 26px;
    left: 26px;
    font-size: 10px;
  }
}

/* Keep the shared navigation visible without changing its designed geometry. */
.page--home {
  --fixed-nav-top: 96px;
}

.page--pricing {
  --fixed-nav-top: 110px;
}

.site-header,
.pricing-surface .site-header {
  position: fixed;
  top: var(--fixed-nav-top);
  right: auto;
  left: 50%;
  width: min(1172px, calc(100vw - 187px));
  transform: translateX(-50%);
}

@media (max-width: 1100px) {
  .page--home,
  .page--pricing {
    --fixed-nav-top: 69px;
  }

  .site-header,
  .pricing-surface .site-header {
    width: calc(100vw - 140px);
  }
}

@media (max-width: 900px) {
  .page--home,
  .page--pricing {
    --fixed-nav-top: 52px;
  }

  .site-header,
  .pricing-surface .site-header {
    width: calc(100vw - 96px);
  }
}

@media (max-width: 640px) {
  .page--home,
  .page--pricing {
    --fixed-nav-top: 31px;
  }

  .site-header,
  .pricing-surface .site-header {
    width: calc(100vw - 54px);
  }
}

/* Events page */
.page--events {
  --fixed-nav-top: 97px;
}

.events-page-shell {
  min-height: 3300px;
  padding: 48px 34px 48px 35px;
}

.events-surface {
  position: relative;
  min-height: 3194px;
  overflow: hidden;
  background: var(--ink);
  border-radius: var(--panel-radius);
}

.events-surface .site-header {
  position: fixed;
  top: var(--fixed-nav-top);
  right: auto;
  left: 50%;
  width: min(1172px, calc(100vw - 187px));
  transform: translateX(-50%);
}

.events-surface .desktop-nav a[aria-current="page"]::after,
.events-surface .mobile-menu a[aria-current="page"] {
  color: var(--cyan);
}

.events-spotlight {
  position: relative;
  height: 1024px;
  overflow: hidden;
  border-radius: var(--panel-radius);
  isolation: isolate;
}

.events-spotlight .swiper-wrapper {
  position: relative;
  z-index: 0;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  transition-property: transform;
  touch-action: pan-y;
}

.events-spotlight .swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  overflow: hidden;
}

.events-spotlight .swiper-notification {
  position: absolute;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.events-spotlight__image {
  position: absolute;
  z-index: 0;
  top: -2.5%;
  left: -25.19%;
  width: 150.38%;
  height: 105%;
  max-width: none;
  object-fit: fill;
}

.events-spotlight__shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      var(--ink) 0%,
      rgba(8, 27, 51, 0) 50%,
      rgba(8, 27, 51, 0) 100%
    ),
    linear-gradient(
      to right,
      var(--ink) 0%,
      rgba(8, 27, 51, 0.6) 50%,
      rgba(8, 27, 51, 0) 100%
    );
}

.spotlight-card {
  position: absolute;
  z-index: 2;
  top: 196.8px;
  inset-inline-start: 64px;
  width: 480px;
  min-height: 630.4px;
  padding: 49px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 48px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(6px);
}

.spotlight-badge {
  display: inline-flex;
  height: 31px;
  align-items: center;
  gap: 12px;
  padding: 7px 17px;
  color: var(--cyan);
  background: rgba(158, 228, 255, 0.2);
  border: 1px solid rgba(183, 234, 255, 0.3);
  border-radius: var(--pill-radius);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
}

.spotlight-badge i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--cyan);
  border-radius: 50%;
}

.spotlight-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 24px 0 0;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(28, 97, 198, 0.4);
}

.spotlight-title strong {
  font-size: 56px;
  font-weight: 700;
  line-height: 61.6px;
}

.spotlight-title span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  font-weight: 500;
  line-height: 52.8px;
  text-transform: uppercase;
}

.spotlight-meta {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
}

.spotlight-meta div {
  display: flex;
  min-height: 24px;
  align-items: center;
}

.spotlight-meta dt {
  display: flex;
  width: 30px;
  flex: 0 0 30px;
  align-items: center;
  margin: 0;
}

.spotlight-meta div:nth-child(2) dt {
  width: 32px;
  flex-basis: 32px;
}

.spotlight-meta div:nth-child(3) dt {
  width: 28px;
  flex-basis: 28px;
}

.spotlight-meta dt img {
  width: auto;
  max-width: 20px;
  height: 20px;
}

.spotlight-meta dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.spotlight-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}

.spotlight-ticket {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 40px;
  background: #1c61c6;
  border-radius: var(--pill-radius);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  transition:
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.spotlight-ticket img {
  width: 16px;
  height: 16px;
}

.spotlight-ticket:hover {
  background: #2674df;
  box-shadow: 0 10px 30px rgba(28, 97, 198, 0.35);
}

.event-icon-button,
.event-card__favorite,
.spotlight-pagination button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: inherit;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

.event-icon-button {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}

.event-icon-button:first-of-type {
  width: 56px;
  flex-basis: 56px;
}

.event-icon-button img {
  width: 18px;
  max-height: 20px;
}

.event-icon-button[aria-pressed="true"],
.event-card__favorite[aria-pressed="true"] {
  background: rgba(143, 213, 239, 0.22);
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(143, 213, 239, 0.1);
}

.spotlight-pagination {
  position: absolute;
  z-index: 3;
  bottom: 48px;
  left: 50%;
  width: 320px;
  transform: translateX(-50%);
}

.spotlight-pagination__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-bottom: 24px;
}

.spotlight-pagination button {
  width: 48px;
  height: 48px;
  border: 0;
  background: rgba(255, 255, 255, 0.05);
}

.spotlight-pagination button img {
  width: 8px;
  height: 12px;
}

.spotlight-pagination__count {
  display: inline-flex;
  height: 48px;
  align-items: center;
  gap: 14px;
  padding: 0 25px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pill-radius);
  backdrop-filter: blur(6px);
}

.spotlight-pagination__count b,
.spotlight-pagination__count strong {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
}

.spotlight-pagination__count b {
  color: rgba(255, 255, 255, 0.6);
}

.spotlight-pagination__count i {
  color: rgba(255, 255, 255, 0.2);
  font-style: normal;
}

.spotlight-pagination__progress {
  display: grid;
  height: 4px;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.spotlight-pagination__progress i {
  background: rgba(255, 255, 255, 0.1);
  border-radius: var(--pill-radius);
  transition: background-color 260ms ease;
}

.spotlight-pagination__progress i.is-active {
  background: var(--cyan);
}

.events-discovery {
  position: absolute;
  top: 1093px;
  inset-inline: 0;
}

.events-search {
  display: flex;
  width: 1023px;
  height: 66px;
  align-items: center;
  margin-inline: auto;
  padding: 8px 13px 8px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pill-radius);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
}

.events-search > img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  opacity: 0.6;
}

.events-search input {
  min-width: 0;
  height: 41px;
  flex: 1;
  padding: 10px 16px;
  color: #ffffff;
  background: transparent;
  border: 0;
  outline: 0;
  font:
    400 16px/20px "Montserrat",
    Arial,
    sans-serif;
}

.events-search input::placeholder {
  color: rgba(115, 119, 132, 0.6);
  opacity: 1;
}

.events-search button {
  min-width: 119px;
  height: 48px;
  padding: 12px 32px;
  background: #1c61c6;
  border: 0;
  border-radius: var(--pill-radius);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.filter-group {
  display: grid;
  align-items: center;
  margin-inline: auto;
}

.filter-group--locations {
  width: 978px;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 34px;
}

.filter-group--categories {
  width: 949px;
  grid-template-columns: 181px repeat(4, 180px);
  gap: 12px;
  margin-top: 27px;
}

.event-filter {
  height: 42px;
  padding: 9px 20px;
  color: #c2c6d5;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pill-radius);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.event-filter:hover {
  color: #ffffff;
  border-color: rgba(143, 213, 239, 0.45);
}

.event-filter.is-active {
  color: #ffffff;
  background: #1c61c6;
  border-color: #1c61c6;
}

.events-upcoming,
.events-venues {
  position: absolute;
  inset-inline-start: 75px;
  width: 1138px;
}

.events-upcoming {
  top: 1437px;
}

.events-section-heading {
  position: relative;
  display: flex;
  min-height: 94px;
  align-items: flex-start;
  justify-content: space-between;
}

.events-section-heading h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 52.8px;
}

.events-section-heading p {
  margin: 17px 0 0;
  color: #c2c6d5;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.events-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 31px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.events-section-heading > a img {
  width: 16px;
  height: 16px;
}

.events-section-heading > a:hover {
  color: var(--cyan);
}

.event-grid {
  display: block;
  margin-top: 25px;
  overflow: hidden;
}

.event-grid > .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.events-card-swiper.swiper-initialized > .swiper-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  gap: 0;
  transition-property: transform;
  touch-action: pan-y;
}

.events-card-swiper.swiper-locked > .swiper-wrapper {
  gap: 32px;
}

.events-card-swiper .swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
}

.events-card-swiper .swiper-notification {
  position: absolute;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.event-card {
  height: 447.5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 48px;
  backdrop-filter: blur(6px);
}

.event-card__media {
  position: relative;
  height: 256px;
  overflow: hidden;
}

.event-card__media > img {
  position: absolute;
  top: 0;
  left: -33.3%;
  width: 166.59%;
  height: 100%;
  max-width: none;
  object-fit: fill;
}

.event-card__favorite {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}

.event-card__favorite img {
  width: 20px;
  height: 19px;
}

.event-card__body {
  display: flex;
  height: 189.5px;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.event-card__body h3 {
  min-height: 24px;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.event-card__meta {
  display: grid;
  gap: 3.5px;
  margin: 0;
  padding: 0;
  color: #c2c6d5;
  font-size: 14px;
  line-height: 21px;
  list-style: none;
}

.event-card__meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.event-card__meta img {
  width: 13px;
  height: 13px;
  object-fit: contain;
}

.event-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  padding-top: 12px;
}

.event-card__footer strong {
  color: var(--cyan);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  white-space: nowrap;
}

.event-card__footer span {
  padding: 4px 12px;
  color: #c2c6d5;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--pill-radius);
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.events-venues {
  top: 2098px;
  inset-inline-start: 76px;
  width: 1137px;
}

.events-surface > .site-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.venue-grid {
  display: block;
  margin-top: 46px;
  overflow: hidden;
}

.venue-grid > .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.venue-card {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 48px;
}

.venue-card > img {
  position: absolute;
  top: 0;
  left: -11.17%;
  width: 122.34%;
  height: 100%;
  max-width: none;
  object-fit: fill;
}

.venue-card__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.venue-card__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 32px;
}

.venue-card__content h3,
.venue-card__content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}

.venue-card__content p {
  color: rgba(255, 255, 255, 0.8);
}

.venue-card__content a {
  display: inline-flex;
  min-height: 52px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border: 2px solid #ffffff;
  border-radius: var(--pill-radius);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.venue-card__content a:hover {
  color: var(--ink);
  background: #ffffff;
}

[dir="rtl"] .events-spotlight__shade {
  background:
    linear-gradient(
      to top,
      var(--ink) 0%,
      rgba(8, 27, 51, 0) 50%,
      rgba(8, 27, 51, 0) 100%
    ),
    linear-gradient(
      to left,
      var(--ink) 0%,
      rgba(8, 27, 51, 0.6) 50%,
      rgba(8, 27, 51, 0) 100%
    );
}

[dir="rtl"] .spotlight-ticket img,
[dir="rtl"] .events-section-heading > a img,
[dir="rtl"] .spotlight-pagination button img {
  transform: scaleX(-1);
}

@media (max-width: 1100px) {
  .page--events {
    --fixed-nav-top: 69px;
  }

  .events-page-shell {
    min-height: 100vh;
    padding: 26px;
  }

  .events-surface {
    min-height: 0;
    padding-bottom: 110px;
  }

  .events-surface .site-header {
    width: calc(100vw - 140px);
  }

  .events-spotlight {
    height: 900px;
  }

  .spotlight-card {
    top: 160px;
    inset-inline-start: 40px;
    width: 440px;
    min-height: 0;
    padding: 42px;
  }

  .spotlight-title strong {
    font-size: 50px;
    line-height: 55px;
  }

  .spotlight-title span {
    font-size: 42px;
    line-height: 47px;
  }

  .events-discovery,
  .events-upcoming,
  .events-venues {
    position: static;
    width: auto;
    margin-inline: 48px;
  }

  .events-discovery {
    margin-top: 64px;
  }

  .events-search,
  .filter-group {
    width: 100%;
  }

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

  .events-upcoming,
  .events-venues {
    margin-top: 110px;
  }

  .events-surface > .site-footer {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 110px;
  }

  .event-grid > .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venue-grid > .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .event-card {
    height: auto;
    min-height: 447.5px;
  }

  .event-card__media > img {
    width: 100%;
    left: 0;
    object-fit: cover;
  }
}

@media (max-width: 900px) {
  .page--events {
    --fixed-nav-top: 52px;
  }

  .events-page-shell {
    padding: 20px;
  }

  .events-surface {
    border-radius: 18px;
  }

  .events-surface .site-header {
    width: calc(100vw - 96px);
  }

  .spotlight-card {
    inset-inline-start: 32px;
    width: min(480px, calc(100% - 64px));
  }

  .events-discovery,
  .events-upcoming,
  .events-venues {
    margin-inline: 36px;
  }

  .filter-group {
    display: flex;
    flex-wrap: wrap;
  }

  .event-filter {
    flex: 1 1 150px;
  }

  .events-section-heading h2 {
    font-size: 42px;
    line-height: 48px;
  }
}

@media (max-width: 640px) {
  .page--events {
    --fixed-nav-top: 31px;
  }

  .events-page-shell {
    padding: 10px;
  }

  .events-surface {
    padding-bottom: 70px;
    border-radius: 12px;
  }

  .events-surface .site-header {
    width: calc(100vw - 54px);
  }

  .events-spotlight {
    height: 940px;
    border-radius: 12px;
  }

  .events-spotlight__image {
    top: 0;
    left: -55%;
    width: 220%;
    height: 100%;
    object-fit: cover;
  }

  .spotlight-card {
    top: 118px;
    inset-inline-start: 16px;
    width: calc(100% - 32px);
    padding: 28px;
    border-radius: 32px;
  }

  .spotlight-badge {
    height: 29px;
    font-size: 11px;
  }

  .spotlight-title {
    margin-top: 18px;
  }

  .spotlight-title strong {
    font-size: 40px;
    line-height: 44px;
  }

  .spotlight-title span {
    font-size: 31px;
    line-height: 38px;
  }

  .spotlight-meta {
    margin-top: 20px;
  }

  .spotlight-meta dd {
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
  }

  .spotlight-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .spotlight-ticket {
    min-height: 54px;
    padding: 15px 22px;
    font-size: 14px;
  }

  .event-icon-button,
  .event-icon-button:first-of-type {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .spotlight-pagination {
    /* bottom: 44px; */
    bottom: 80px;
    position: fixed;
    width: min(280px, calc(100% - 48px));
  }

  .spotlight-pagination__count {
    padding-inline: 20px;
  }

  .events-discovery,
  .events-upcoming,
  .events-venues {
    margin-inline: 16px;
  }

  .events-discovery {
    margin-top: 40px;
  }

  .events-search {
    height: 58px;
    padding-inline: 18px 7px;
  }

  .events-search input {
    padding-inline: 10px;
    font-size: 13px;
  }

  .events-search button {
    min-width: 88px;
    height: 44px;
    padding-inline: 20px;
    font-size: 14px;
  }

  .filter-group--locations,
  .filter-group--categories {
    margin-top: 20px;
  }

  .event-filter {
    flex-basis: calc(50% - 6px);
    min-width: 0;
    font-size: 13px;
  }

  .events-upcoming,
  .events-venues {
    margin-top: 80px;
  }

  .events-section-heading {
    min-height: 0;
    flex-direction: column;
    gap: 20px;
  }

  .events-section-heading h2 {
    font-size: 32px;
    line-height: 39px;
  }

  .events-section-heading p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .events-section-heading > a {
    margin-top: 0;
  }

  .event-grid > .swiper-wrapper,
  .venue-grid > .swiper-wrapper {
    grid-template-columns: 1fr;
  }

  .event-grid,
  .venue-grid {
    margin-top: 30px;
  }

  .event-card__body h3 {
    white-space: normal;
  }

  .venue-card {
    height: 420px;
    border-radius: 32px;
  }

  .venue-card__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 24px;
  }

  .venue-card__content h3,
  .venue-card__content p {
    white-space: normal;
  }
}

/* Final shell overrides for pages whose Figma frame differs from the shared default. */
.page-shell.student-page-shell {
  width: min(100%, 1280px);
  min-height: 7201px;
  padding: 0;
  background: var(--ink);
  border: 0;
  border-radius: 0;
}

.page-shell.blog-page-shell {
  min-height: 3655px;
  padding: 48px 34px 48px 35px;
}

@media (max-width: 1100px) {
  .page-shell.student-page-shell,
  .page-shell.blog-page-shell {
    width: 100%;
    min-height: 0;
    border: 0;
    border-radius: 0;
  }

  .page-shell.student-page-shell {
    padding: 0;
    background: var(--ink);
  }

  .page-shell.blog-page-shell {
    padding: 26px;
    background: var(--page-canvas);
  }
}

@media (max-width: 900px) {
  .page-shell.blog-page-shell {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .page-shell.blog-page-shell {
    padding: 10px;
  }
}

/* Phone-only responsive hardening. Wider layouts intentionally remain unchanged. */
@media (max-width: 640px) {
  body {
    --phone-gutter: 16px;
    --phone-section-space: clamp(48px, 14vw, 64px);
    --phone-card-gap: clamp(16px, 5vw, 24px);
    --phone-card-padding: clamp(18px, 5vw, 24px);
    --phone-card-radius: clamp(20px, 6vw, 24px);
    --phone-hero-title: clamp(30px, 9vw, 34px);
    --phone-section-title: clamp(24px, 7.5vw, 28px);
    --phone-body: clamp(14px, 4vw, 16px);
    min-width: 0;
  }

  .page--home,
  .page--pricing,
  .page--events,
  .page--event-details,
  .page--about,
  .page--organizer,
  .page--student,
  .page--blog {
    --fixed-nav-top: 18px;
  }

  .site-header,
  .pricing-surface .site-header,
  .events-surface .site-header,
  .detail-surface .site-header,
  .about-surface .site-header,
  .organizer-surface .site-header,
  .student-surface .site-header,
  .blog-surface .site-header {
    top: var(--fixed-nav-top);
    right: auto;
    left: 50%;
    width: calc(100vw - 32px);
    height: 56px;
    padding: 0 8px 0 16px;
    transform: translateX(-50%);
  }

  [dir="rtl"] .site-header,
  [dir="rtl"] .pricing-surface .site-header,
  [dir="rtl"] .events-surface .site-header,
  [dir="rtl"] .detail-surface .site-header,
  [dir="rtl"] .about-surface .site-header,
  [dir="rtl"] .organizer-surface .site-header,
  [dir="rtl"] .student-surface .site-header,
  [dir="rtl"] .blog-surface .site-header {
    padding: 0 16px 0 8px;
  }

  .brand {
    width: 112px;
    height: 44px;
  }

  .brand img {
    top: -13px;
    left: -4px;
    width: 119px;
    height: 69px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .menu-toggle span:nth-child(1) {
    top: 15px;
  }

  .menu-toggle span:nth-child(2),
  .menu-toggle[aria-expanded="true"] span:nth-child(1),
  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    top: 21px;
  }

  .menu-toggle span:nth-child(3) {
    top: 27px;
  }

  .mobile-menu {
    top: calc(100% + 8px);
    max-height: calc(100dvh - 92px);
    padding: 14px;
    overflow-y: auto;
    border-radius: 18px;
    overscroll-behavior: contain;
  }

  .mobile-menu nav a {
    min-height: 44px;
    padding: 11px 8px;
    font-size: 12px;
  }

  .mobile-menu__actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
  }

  .mobile-menu__actions .auth-button,
  .mobile-menu__actions .language-button {
    min-height: 44px;
  }

  .mobile-menu__actions .language-button {
    width: 44px;
  }

  .student-surface,
  .blog-surface {
    padding: 104px var(--phone-gutter) 0;
  }

  .pricing-main {
    padding: 104px var(--phone-gutter) 48px;
  }

  .detail-surface,
  .events-surface {
    padding-bottom: 56px;
  }

  .student-hero h1,
  .blog-intro h1,
  .organizer-hero h1,
  .detail-hero h1,
  .about-hero h1,
  .pricing-intro h1,
  .hero-title {
    font-size: var(--phone-hero-title);
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  .student-section-heading h2,
  .organizer-section-heading h2,
  .engagement-copy h2,
  .organizer-websites h2,
  .detail-story h2,
  .detail-section-heading h2,
  .about-purpose h2,
  .about-performance > header h2,
  .about-ecosystem > header h2,
  .events-section-heading h2,
  .pricing-faq > h2,
  .blog-newsletter h2 {
    font-size: var(--phone-section-title);
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .student-hero > p,
  .student-section-heading p,
  .organizer-hero > p,
  .organizer-section-heading > p,
  .engagement-copy > p,
  .detail-story__copy,
  .about-hero > p,
  .about-purpose article > p:last-child,
  .about-purpose article:first-child > p:last-child,
  .about-performance > header p,
  .about-ecosystem > header p,
  .pricing-intro p,
  .blog-intro p,
  .blog-featured__copy > p,
  .blog-newsletter > p,
  .events-section-heading p {
    font-size: var(--phone-body);
    line-height: 1.55;
  }

  .student-help-card,
  .student-step,
  .student-campus-card,
  .student-faq__item,
  .student-application__form,
  .blog-featured,
  .blog-card,
  .blog-newsletter,
  .price-card,
  .reservation-card,
  .organizer-panel,
  .performance-card,
  .ecosystem-card,
  .entry-features article,
  .analytics-highlights article,
  .security-highlights article {
    border-radius: var(--phone-card-radius);
  }

  .student-help-card h3,
  .student-help-card:last-child h3,
  .student-step h3,
  .student-campus-card h3,
  .blog-card h2,
  .performance-card h3,
  .ecosystem-card h3,
  .entry-features h3,
  .engagement-features h3,
  .analytics-highlights h3,
  .security-highlights h3 {
    font-size: clamp(16px, 5vw, 20px);
    line-height: 1.3;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .student-help-card p,
  .student-step > p,
  .student-campus-card p,
  .blog-card p,
  .performance-card p,
  .ecosystem-card > p,
  .entry-features p,
  .engagement-features p,
  .analytics-highlights p,
  .security-highlights p {
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  /* Home */
  .page--home .page-shell,
  .page--home .hero,
  .page--home .hero__content {
    min-height: 0;
  }

  .page--home .hero {
    height: auto;
    padding: 0;
  }

  .page--home .hero__content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 112px var(--phone-gutter) 18px;
  }

  .hero-title {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 28px 0 0;
    padding: 0;
    transform: none;
  }

  .hero-title span {
    white-space: normal;
  }

  .hero-wordmark {
    top: 205px;
    left: 50%;
    font-size: clamp(66px, 23vw, 88px);
    line-height: 1;
    pointer-events: none;
  }

  .gateway {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 38px;
    transform: none;
  }

  .gateway-copy h2 {
    font-size: 17px;
    line-height: 1.4;
  }

  .gateway-copy p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.55;
  }

  .gateway-cards {
    grid-template-columns: minmax(0, 280px);
    gap: 16px;
    margin-top: 24px;
  }

  .gateway-card {
    width: 100%;
    height: auto;
    min-height: 156px;
    padding: 18px;
  }

  .gateway-card__title {
    font-size: 16px;
  }

  .gateway-card__subtitle,
  .gateway-card__action {
    font-size: 10px;
  }

  .hero-footer {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    min-height: 0;
    margin-top: 24px;
    padding: 14px;
    border-radius: 18px;
  }

  .hero-footer a,
  .hero-footer p {
    font-size: 10px;
    line-height: 1.45;
  }

  .hero-footer a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  /* Pricing */
  .pricing-intro h1 {
    white-space: normal;
  }

  .pricing-intro p {
    margin-top: 12px;
  }

  .billing-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }

  .billing-toggle {
    width: min(220px, 100%);
    min-height: 48px;
  }

  .billing-saving {
    min-height: 44px;
  }

  .billing-option {
    min-height: 44px;
  }

  .pricing-cards {
    gap: 24px;
    margin-top: 44px;
  }

  .price-card,
  .price-card--pro {
    height: auto;
    min-height: 0;
    padding: var(--phone-card-padding);
    transform: none;
  }

  .price-card h2 {
    font-size: 20px;
    line-height: 1.35;
  }

  .price-value {
    font-size: clamp(34px, 10vw, 38px);
    line-height: 1.2;
  }

  .plan-price {
    min-height: 0;
    margin-bottom: 20px;
  }

  .plan-features {
    gap: 12px;
  }

  .plan-features li {
    min-width: 0;
    font-size: 14px;
    line-height: 1.45;
    white-space: normal;
  }

  .plan-button,
  .plan-button--primary {
    min-height: 48px;
    margin-top: 24px;
    font-size: 13px;
  }

  .pricing-faq {
    margin-top: 56px;
  }

  .pricing-faq > h2 {
    margin-bottom: 20px;
  }

  .faq-item h3 button {
    min-height: 60px;
    padding: 16px 0;
    font-size: 15px;
    line-height: 1.45;
  }

  /* Student partner */
  .student-hero {
    height: auto;
    min-height: 0;
  }

  .student-hero > p {
    margin-top: 18px;
  }

  .student-hero__cta-row {
    gap: 14px;
    margin-top: 24px;
  }

  .student-primary-button,
  .student-process__cta {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 14px;
  }

  .student-partners strong {
    font-size: 12px;
    line-height: 1.4;
  }

  .student-stats {
    gap: 18px 0;
    margin-top: 32px;
  }

  .student-stats dt {
    font-size: 24px;
    line-height: 1.2;
  }

  .student-stats dd {
    font-size: 11px;
    line-height: 1.4;
    transform: none;
  }

  .student-help,
  .student-process,
  .student-campus,
  .student-faq,
  .student-application {
    margin-top: var(--phone-section-space);
  }

  .student-help__grid,
  .student-process__grid,
  .student-campus__grid {
    gap: var(--phone-card-gap);
    margin-top: 28px;
  }

  .student-help-card {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .student-help-card > div {
    min-height: 0;
    padding: var(--phone-card-padding);
  }

  .student-step {
    height: auto;
    min-height: 0;
    padding: var(--phone-card-padding);
  }

  .student-step__number {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .student-step h3 {
    margin-top: 16px;
  }

  .student-step__visual {
    width: min(180px, 100%);
    height: 118px;
    margin-top: 18px;
  }

  .student-step > p {
    margin-top: 18px;
  }

  .student-process__cta {
    margin-top: 28px;
  }

  .student-campus-card {
    position: relative;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    padding: 12px;
    border-radius: 34px 14px 34px 14px;
  }

  .student-campus-card > img {
    border-radius: 26px 8px 26px 8px;
  }

  .student-campus-card > div {
    right: 20px;
    bottom: 20px;
    left: 20px;
    min-height: 0;
    gap: 10px;
    padding: 14px;
    border-radius: 24px;
  }

  .student-campus-card > div > strong {
    font-size: 32px;
    line-height: 1;
  }

  .student-faq__list {
    gap: 14px;
    margin-top: 28px;
  }

  .student-faq__item {
    min-height: 0;
    padding: 18px;
  }

  .student-faq__item:has(button[aria-expanded="false"]) {
    height: auto;
    min-height: 60px;
  }

  .student-faq__item button {
    min-height: 44px;
    padding-inline-end: 28px;
    font-size: 16px;
    line-height: 1.4;
  }

  .student-faq__item p {
    font-size: 14px;
    line-height: 1.55;
  }

  .student-application {
    margin-bottom: 56px;
  }

  .student-application__form {
    gap: 18px;
    margin-top: 28px;
    padding: var(--phone-card-padding);
  }

  .student-application__form input,
  .student-application__form select,
  .student-select__trigger {
    min-height: 52px;
    padding-inline: 16px;
    font-size: 14px;
  }

  .student-application__form > button {
    min-height: 52px;
  }

  /* Blog */
  .blog-featured {
    margin-top: 28px;
  }

  .blog-featured__media,
  .blog-card > img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .blog-featured__copy,
  .blog-card > div {
    padding: var(--phone-card-padding);
  }

  .blog-featured__copy h2 {
    margin-top: 16px;
    font-size: clamp(20px, 6vw, 24px);
    line-height: 1.35;
  }

  .blog-featured__copy > p,
  .blog-featured__copy time {
    margin-top: 14px;
  }

  .blog-featured__copy > a,
  .blog-card a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .blog-discovery {
    margin-top: 36px;
    padding: 20px 16px;
  }

  .blog-search {
    min-height: 52px;
  }

  .blog-filter {
    min-height: 44px;
    padding: 10px 12px;
  }

  .blog-articles {
    gap: var(--phone-card-gap);
    margin-top: 32px;
  }

  .blog-card h2 {
    margin-top: 12px;
  }

  .blog-load-more {
    min-height: 48px;
    margin-top: 32px;
  }

  .blog-newsletter {
    margin-top: 56px;
    padding: var(--phone-card-padding);
  }

  .blog-newsletter input,
  .blog-newsletter button {
    min-height: 48px;
  }

  .blog-surface > .site-footer {
    margin-top: 48px;
  }

  /* Organizer */
  .organizer-hero {
    height: auto;
    min-height: 0;
    padding: 116px var(--phone-gutter) 40px;
  }

  .organizer-hero > p {
    margin-top: 16px;
  }

  .organizer-hero__actions {
    gap: 12px;
    margin-top: 24px;
  }

  .organizer-hero__actions a {
    min-height: 48px;
    padding: 12px 20px;
  }

  .organizer-pricing,
  .organizer-entry,
  .organizer-analytics,
  .organizer-engagement,
  .organizer-security {
    margin-inline: var(--phone-gutter);
    padding-top: var(--phone-section-space);
  }

  .ticket-tier-stage,
  .ticket-tier-slide {
    height: 410px;
  }

  .ticket-tier-stage {
    margin-top: 32px;
  }

  .ticket-tier-slide.swiper-slide-prev,
  .ticket-tier-slide.swiper-slide-next,
  .ticket-tier-slide--initial-prev,
  .ticket-tier-slide--initial-next {
    visibility: visible;
    opacity: 1;
  }

  .ticket-tier-slide.swiper-slide-prev .tier-card,
  .ticket-tier-slide.swiper-slide-next .tier-card,
  .ticket-tier-slide--initial-prev .tier-card,
  .ticket-tier-slide--initial-next .tier-card {
    transform: translateX(-50%);
  }

  [dir="rtl"] .ticket-tier-slide.swiper-slide-prev .tier-card,
  [dir="rtl"] .ticket-tier-slide.swiper-slide-next .tier-card,
  [dir="rtl"] .ticket-tier-slide--initial-prev .tier-card,
  [dir="rtl"] .ticket-tier-slide--initial-next .tier-card {
    transform: translateX(-50%);
  }

  .ticket-tier-slide .tier-card,
  .ticket-tier-slide.swiper-slide-active .tier-card,
  .ticket-tier-slide--initial-active .tier-card {
    width: 100%;
    height: 410px;
    padding: 24px 22px;
    border-radius: var(--phone-card-radius);
  }

  .tier-card h3 {
    font-size: 17px;
  }

  .tier-card__price,
  .tier-card__vip-stats {
    margin-top: 22px;
  }

  .tier-card__inventory {
    margin-top: 18px;
  }

  .tier-card__price strong,
  .tier-card__vip-stats strong {
    font-size: 24px;
    line-height: 1.2;
  }

  .tier-edit {
    min-height: 46px;
  }

  .entry-layout {
    gap: 28px;
    margin-top: 30px;
  }

  .entry-features {
    gap: 14px;
  }

  .entry-features article {
    min-height: 0;
    padding: 16px;
  }

  .entry-phone-wrap {
    height: auto;
    max-height: 430px;
    aspect-ratio: 450 / 671;
  }

  .entry-phone {
    top: 0;
    right: auto;
    left: 50%;
    width: min(290px, 100%);
    height: auto;
    aspect-ratio: 450 / 671;
    transform: translateX(-50%);
  }

  [dir="rtl"] .entry-phone {
    right: auto;
    left: 50%;
  }

  .entry-live-card {
    top: 28px;
    inset-inline-start: 0;
    min-width: 156px;
    padding: 14px;
  }

  .entry-live-card strong {
    font-size: 32px;
    line-height: 1.2;
  }

  .analytics-dashboard,
  .security-dashboard {
    margin-top: 30px;
  }

  .analytics-dashboard,
  .analytics-dashboard *,
  .security-dashboard,
  .security-dashboard * {
    min-width: 0;
  }

  .dashboard-topbar {
    padding: 12px;
  }

  .dashboard-export-actions {
    justify-content: stretch;
  }

  .dashboard-export-actions button {
    min-height: 44px;
    flex: 1 1 0;
  }

  .security-dashboard__top nav a,
  .permissions-card button {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  .dashboard-main {
    gap: 12px;
    padding: 12px;
  }

  .sales-chart-card {
    padding: 18px 14px 10px;
  }

  .sales-chart-wrap {
    height: 230px;
  }

  .dashboard-side,
  .analytics-highlights,
  .security-highlights {
    gap: 14px;
  }

  .dashboard-mini-stat,
  .analytics-highlights article,
  .security-highlights article {
    min-height: 0;
    padding: 16px;
  }

  .dashboard-status {
    gap: 10px;
    padding: 16px;
  }

  .engagement-copy {
    margin-top: 28px;
  }

  .engagement-features {
    gap: 16px;
    margin-top: 24px;
  }

  .organizer-websites {
    height: auto;
    min-height: 0;
    margin: var(--phone-section-space) var(--phone-gutter) 0;
    border-radius: var(--phone-card-radius);
  }

  .organizer-websites__content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    padding: var(--phone-card-padding);
  }

  .website-features {
    gap: 24px;
    margin-top: 28px;
  }

  .security-dashboard__top {
    gap: 12px;
    padding: 14px;
  }

  .security-dashboard__top nav {
    max-width: 100%;
    scrollbar-width: thin;
  }

  .security-dashboard__body {
    padding: 16px;
  }

  .payout-column,
  .permissions-card {
    padding: 16px;
  }

  .permissions-card {
    width: 100%;
    margin-top: 16px;
  }

  .organizer-surface > .site-footer {
    margin-top: 56px;
  }

  /* Single event details */
  .detail-hero {
    height: 560px;
  }

  .detail-hero__image {
    left: -80%;
    width: 260%;
  }

  .detail-hero__content {
    inset-inline: var(--phone-gutter);
    bottom: 32px;
  }

  .detail-tags li {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 9px;
  }

  .detail-hero__meta {
    gap: 12px;
    margin-top: 20px;
  }

  .detail-hero__meta > div {
    min-width: 0;
  }

  .detail-overview,
  .detail-speakers,
  .detail-venue {
    margin-inline: var(--phone-gutter);
  }

  .detail-overview {
    gap: 40px;
    padding-top: 48px;
  }

  .detail-story__copy {
    margin-top: 20px;
  }

  .organizer-panel {
    gap: 14px;
    padding: var(--phone-card-padding);
  }

  .organizer-follow {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  .reservation-card {
    padding: 24px 18px 104px;
  }

  .reservation-card header h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .ticket-options {
    gap: 12px;
    margin-top: 22px;
  }

  .ticket-option {
    grid-template-columns: 22px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 14px 12px;
  }

  .ticket-option strong,
  .ticket-option b {
    font-size: 12px;
    line-height: 1.45;
    white-space: normal;
  }

  .registration-button {
    min-height: 48px;
    font-size: 11px;
  }

  .reservation-actions {
    right: 18px;
    left: 18px;
    gap: 18px;
  }

  .reservation-actions button {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .detail-speakers,
  .detail-venue {
    margin-top: var(--phone-section-space);
  }

  .detail-section-heading {
    gap: 12px;
  }

  .detail-section-heading > a,
  .detail-hero__meta a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .speaker-grid {
    gap: 28px;
    margin-top: 28px;
  }

  .speaker-card__photo {
    width: min(180px, 70vw);
    height: auto;
    aspect-ratio: 1;
  }

  .detail-venue__grid {
    margin-top: 28px;
  }

  .detail-map {
    height: 280px;
  }

  .detail-map__caption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    align-items: flex-start;
    flex-direction: column;
    padding: 12px;
  }

  .detail-map__caption a {
    min-height: 44px;
  }

  .venue-facts {
    padding: 18px;
  }

  /* About */
  .about-hero {
    display: flex;
    height: auto;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    padding: 128px var(--phone-gutter) 48px;
    text-align: center;
  }

  .about-hero h1,
  .about-hero > p,
  .about-hero__actions {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    padding-inline: 0;
  }

  .about-hero > p {
    margin: 18px 0 0;
  }

  .about-hero__actions {
    gap: 12px;
    margin-top: 24px;
  }

  .about-hero__actions a {
    width: min(230px, 100%);
    min-height: 48px;
  }

  .about-purpose,
  .about-performance,
  .about-ecosystem {
    height: auto;
    min-height: 0;
    padding: var(--phone-section-space) var(--phone-gutter);
  }

  .about-purpose__panel {
    gap: 28px;
    padding: var(--phone-card-padding);
  }

  .about-purpose article + article {
    padding-block-start: 28px;
  }

  .performance-grid,
  .ecosystem-grid {
    gap: var(--phone-card-gap);
    margin-top: 30px;
  }

  .performance-card,
  .ecosystem-card {
    height: auto;
    min-height: 0;
    padding: var(--phone-card-padding);
  }

  .performance-visual {
    height: 128px;
    padding: 20px;
  }

  .ecosystem-card__visual {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .ecosystem-card ul {
    gap: 8px;
    margin-top: 18px;
  }

  .ecosystem-card > a {
    min-height: 46px;
    margin-top: 24px;
  }

  /* Events listing and all mobile Swipers */
  .events-spotlight {
    height: max(
      clamp(640px, calc(1180px - 150vw), 700px),
      calc(100svh - 26px)
    );
    overflow: visible;
    isolation: auto;
  }

  .events-spotlight.swiper-initialized .swiper-slide {
    width: 100%;
    flex: 0 0 100%;
    overflow: hidden;
    border-radius: 12px;
  }

  .events-spotlight__image {
    left: -45%;
    width: 190%;
  }

  .spotlight-card {
    top: 92px;
    inset-inline-start: 10px;
    width: calc(100% - 20px);
    padding: 20px;
    border-radius: var(--phone-card-radius);
  }

  .spotlight-title strong {
    font-size: clamp(27px, 8.5vw, 31px);
    line-height: 1.1;
  }

  .spotlight-title span {
    font-size: clamp(22px, 7vw, 26px);
    line-height: 1.2;
  }

  .spotlight-meta {
    gap: 10px;
  }

  .spotlight-meta dd {
    font-size: 12px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .spotlight-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .spotlight-ticket {
    width: 100%;
    flex: 1 0 100%;
  }

  .spotlight-ticket,
  .event-icon-button,
  .event-icon-button:first-of-type {
    min-height: 44px;
    height: 44px;
  }

  .event-icon-button,
  .event-icon-button:first-of-type {
    width: 44px;
    flex-basis: 44px;
  }

  .spotlight-ticket {
    padding: 10px 12px;
    font-size: 12px;
  }

  .spotlight-pagination {
    position: fixed;
    z-index: 9;
    bottom: max(
      calc(env(safe-area-inset-bottom) + 12px),
      clamp(16px, calc(100dvh - 684px), 80px)
    );
    width: min(280px, calc(100vw - 48px));
    pointer-events: none;
  }

  .spotlight-pagination button {
    pointer-events: auto;
  }

  .events-discovery,
  .events-upcoming,
  .events-venues {
    margin-inline: var(--phone-gutter);
  }

  .events-discovery {
    margin-top: 32px;
  }

  .events-search {
    height: 56px;
    padding-inline: 14px 6px;
  }

  .events-search input {
    min-width: 0;
    min-height: 44px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .events-search button {
    min-width: 76px;
    height: 44px;
    min-height: 44px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .filter-group--locations,
  .filter-group--categories {
    margin-top: 14px;
  }

  .event-filter {
    min-height: 44px;
    padding: 10px;
    font-size: 12px;
  }

  .events-upcoming,
  .events-venues {
    margin-top: var(--phone-section-space);
  }

  .events-surface > .site-footer {
    margin-top: var(--phone-section-space);
  }

  .events-section-heading {
    gap: 12px;
  }

  .events-section-heading > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .event-grid,
  .venue-grid {
    margin-top: 24px;
  }

  .events-card-swiper .swiper-slide {
    min-width: 0;
  }

  .event-card {
    height: auto;
    min-height: 0;
    border-radius: var(--phone-card-radius);
  }

  .event-card__media {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .event-card__media > img {
    left: 0;
    width: 100%;
    object-fit: cover;
  }

  .event-card__favorite {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }

  .event-card__body {
    height: auto;
    gap: 10px;
    padding: 18px;
  }

  .event-card__body h3 {
    min-height: 0;
    font-size: 15px;
    line-height: 1.4;
  }

  .event-card__meta {
    font-size: 12px;
    line-height: 1.45;
  }

  .event-card__meta li {
    min-width: 0;
    align-items: flex-start;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .event-card__footer {
    gap: 8px;
    flex-wrap: wrap;
  }

  .event-card__footer strong {
    font-size: 18px;
    line-height: 1.25;
  }

  .venue-card {
    height: 300px;
    border-radius: var(--phone-card-radius);
  }

  .venue-card > img {
    left: 0;
    width: 100%;
    object-fit: cover;
  }

  .venue-card__content {
    gap: 12px;
    padding: 18px;
  }

  .venue-card__content h3,
  .venue-card__content p,
  .venue-card__content a {
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
  }

  .venue-card__content a {
    min-height: 44px;
    padding: 10px 18px;
  }

  /* Shared footer */
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 20px;
    padding: 40px 20px 72px;
  }

  .footer-branding,
  .footer-social {
    grid-column: 1 / -1;
  }

  .footer-column {
    grid-column: auto;
    min-width: 0;
  }

  .footer-brand {
    width: 122px;
    min-height: 44px;
    margin-inline: 0;
  }

  .footer-contact {
    width: 100%;
    margin: 24px 0 0;
  }

  .footer-contact a,
  .footer-contact p,
  .footer-column a,
  .footer-social > p {
    font-size: 12px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  .footer-contact a,
  .footer-column a {
    display: flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
  }

  .footer-column h2,
  .footer-social h2 {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .social-links a {
    width: 44px;
    height: 44px;
  }

  .footer-copyright {
    right: 20px;
    bottom: 24px;
    left: 20px;
    font-size: 10px;
  }

  .student-surface > .site-footer,
  .blog-surface > .site-footer {
    width: calc(100% + 32px);
    margin-inline: -16px;
  }
}
