:root {
  --wow-blue: #344c9a;
  --wow-blue-bright: #367cf4;
  --wow-blue-deep: #162966;
  --wow-blue-night: #071536;
  --wow-red: #ed1c24;
  --ice: #eef4ff;
  --mist: #f8faff;
  --white: #ffffff;
  --ink: #091632;
  --ink-soft: #6c7b9b;
  --line: rgba(52, 76, 154, 0.15);
  --glass: rgba(255, 255, 255, 0.69);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --shadow: 0 24px 70px rgba(35, 58, 118, 0.13), 0 8px 24px rgba(35, 58, 118, 0.07);
  --shadow-soft: 0 14px 38px rgba(35, 58, 118, 0.1), 0 3px 10px rgba(35, 58, 118, 0.05);
  color-scheme: light;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--ice);
  color: var(--ink);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

img,
svg {
  display: block;
}

.ambient {
  position: fixed;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(234, 242, 255, 0.78) 46%, rgba(246, 248, 255, 0.96)),
    var(--ice);
}

.ambient::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.26), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.26));
  content: "";
  pointer-events: none;
}

.ambient__word {
  position: absolute;
  left: 50%;
  color: rgba(52, 76, 154, 0.045);
  font-family: "Poppins", sans-serif;
  font-size: clamp(7.5rem, 25vw, 19rem);
  font-weight: 700;
  letter-spacing: -0.085em;
  line-height: 0.78;
  white-space: nowrap;
  user-select: none;
}

.ambient__word--wow {
  top: 0;
  transform: translateX(-58%);
}

.ambient__word--babyxin {
  top: 13vh;
  transform: translateX(-48%);
}

.ambient__orbit {
  position: absolute;
  left: 50%;
  width: min(1160px, 145vw);
  height: min(540px, 68vw);
  border: 1px solid rgba(54, 124, 244, 0.21);
  border-radius: 50%;
  opacity: 0.5;
  transform-origin: center;
}

.ambient__orbit::after,
.ambient__orbit i {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(90, 147, 255, 0.74);
  box-shadow: 0 0 20px rgba(54, 124, 244, 0.55);
  content: "";
}

.ambient__orbit--one {
  top: 8vh;
  transform: translateX(-50%) rotate(-13deg);
}

.ambient__orbit--one::after {
  top: 10%;
  right: 13%;
}

.ambient__orbit--one i {
  right: 42%;
  bottom: -5px;
}

.ambient__orbit--two {
  top: 55vh;
  width: min(980px, 125vw);
  opacity: 0.3;
  transform: translateX(-50%) rotate(9deg);
}

.ambient__orbit--two::after {
  top: 24%;
  left: 4%;
}

.ambient__orbit--two i {
  top: -5px;
  left: 56%;
}

.ambient__glow {
  position: absolute;
  width: min(760px, 88vw);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: none;
  opacity: 0.34;
}

.ambient__glow--blue {
  top: -33vw;
  right: -23vw;
  background: radial-gradient(circle, rgba(79, 133, 241, 0.3), rgba(79, 133, 241, 0.03) 66%, transparent 72%);
}

.ambient__glow--red {
  bottom: -42vw;
  left: -28vw;
  background: radial-gradient(circle, rgba(237, 28, 36, 0.13), rgba(237, 28, 36, 0.01) 66%, transparent 72%);
}

.linktree-shell {
  width: min(calc(100% - 24px), 680px);
  margin: 0 auto;
  padding: 112px 0 48px;
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 255, 0.91));
  box-shadow: var(--shadow);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.profile-card {
  position: relative;
  min-height: 442px;
  padding: 92px 48px 34px;
  border-radius: 38px;
  text-align: center;
}

.avatar-shell {
  position: absolute;
  top: -76px;
  left: 50%;
  width: 152px;
  height: 152px;
  padding: 5px;
  transform: translateX(-50%);
  filter: drop-shadow(0 17px 20px rgba(22, 41, 102, 0.2));
}

.avatar-shell::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 30deg, var(--wow-blue-bright), var(--wow-blue-deep) 45%, var(--wow-red) 74%, var(--wow-blue-bright));
  content: "";
}

.avatar-shell::after {
  position: absolute;
  z-index: -1;
  inset: -7px;
  border: 1px solid rgba(52, 76, 154, 0.17);
  border-radius: 50%;
  content: "";
}

.avatar-shell img {
  width: 100%;
  height: 100%;
  border: 4px solid rgba(247, 250, 255, 0.96);
  border-radius: 50%;
  object-fit: cover;
}

.avatar-ring {
  position: absolute;
  z-index: 2;
  inset: -14px;
  border: 1px solid rgba(52, 76, 154, 0.09);
  border-radius: 50%;
  animation: avatar-ring 6s ease-in-out infinite;
}

.avatar-status {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 13px;
  width: 17px;
  height: 17px;
  border: 4px solid #f8faff;
  border-radius: 50%;
  background: #22bd77;
  box-shadow: 0 0 0 5px rgba(34, 189, 119, 0.12);
}

@keyframes avatar-ring {
  0%, 100% { transform: scale(0.98); opacity: 0.5; }
  50% { transform: scale(1.035); opacity: 1; }
}

.profile-copy h1 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.85rem, 6vw, 2.55rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.profile-copy p {
  margin: 13px 0 0;
  color: #607499;
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.17em;
}

.light-frame {
  --frame-fill: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(246, 249, 255, 0.88));
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: var(--frame-fill);
  contain: paint;
}

.edge-runner {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  padding: 2px;
  border-radius: inherit;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  contain: paint;
  pointer-events: none;
}

.edge-runner > i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 190%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center;
  will-change: transform;
}

.edge-runner--red > i {
  background: conic-gradient(
    from 0deg,
    transparent 0deg 290deg,
    rgba(237, 28, 36, 0.08) 304deg,
    var(--wow-red) 326deg,
    #fff 335deg,
    #ff9ba2 344deg,
    transparent 360deg
  );
  animation: runner-fallback-red 3.2s linear infinite;
}

@keyframes runner-fallback-red {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.promo-edge-runner {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  contain: layout paint style;
  pointer-events: none;
}

.promo-edge-runner__beam {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(30px, 9vw, 42px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #78adff 22%, #fff 50%, #367cf4 78%, transparent);
  box-shadow: 0 0 5px rgba(54, 124, 244, 0.75);
  backface-visibility: hidden;
  contain: paint;
  transform: translate3d(-60px, -60px, 0);
  transform-origin: center;
  will-change: transform;
}

.live-button {
  --frame-fill: linear-gradient(145deg, rgba(255, 251, 252, 0.98), rgba(255, 245, 247, 0.92));
  display: inline-grid;
  min-width: 310px;
  min-height: 62px;
  place-items: center;
  margin-top: 28px;
  border-radius: 999px;
  box-shadow: 0 11px 30px rgba(237, 28, 36, 0.11), inset 0 0 0 1px rgba(237, 28, 36, 0.08);
  color: var(--wow-red);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
}

.live-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 38px rgba(237, 28, 36, 0.18), inset 0 0 0 1px rgba(237, 28, 36, 0.11);
}

.live-button:active {
  transform: translateY(-1px) scale(0.985);
}

.live-button__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  letter-spacing: 0.13em;
}

.live-button__content strong {
  font-family: "Poppins", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.live-button__content svg {
  width: 22px;
  height: 22px;
}

.live-click-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.live-dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff4261;
  box-shadow: 0 0 0 6px rgba(255, 66, 97, 0.09), 0 0 18px rgba(255, 66, 97, 0.5);
}

.live-dot::after {
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(255, 66, 97, 0.34);
  border-radius: 50%;
  animation: live-pulse 1.8s ease-out infinite;
  content: "";
}

@keyframes live-pulse {
  from { transform: scale(0.75); opacity: 0.9; }
  to { transform: scale(1.45); opacity: 0; }
}

.profile-divider {
  display: flex;
  align-items: center;
  margin: 34px 0 25px;
}

.profile-divider::before,
.profile-divider::after {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(52, 76, 154, 0.25));
  content: "";
}

.profile-divider::after {
  background: linear-gradient(90deg, rgba(52, 76, 154, 0.25), transparent);
}

.profile-divider i {
  width: 7px;
  height: 7px;
  margin: 0 8px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #8ebcff;
  box-shadow: 0 0 12px rgba(54, 124, 244, 0.4);
}

.social-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 3.2vw, 19px);
}

.social-button {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(52, 76, 154, 0.12);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(235, 242, 255, 0.76));
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.4), 0 8px 20px rgba(35, 58, 118, 0.08);
  color: var(--wow-blue-deep);
  transition: transform 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.social-button:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.5), 0 13px 25px rgba(35, 58, 118, 0.14);
  color: var(--wow-blue-bright);
}

.social-button:active {
  transform: translateY(-1px) scale(0.94);
}

.social-button svg {
  width: 23px;
  height: 23px;
}

.social-button path {
  fill: currentColor;
}

.social-button[data-link="facebook"] {
  --social-color: #1877f2;
  background: linear-gradient(145deg, #ffffff, #eaf3ff);
}

.social-button[data-link="instagram"] {
  --social-color: #e4405f;
  background: linear-gradient(145deg, #fff, #fff0f5 55%, #f1edff);
}

.social-button[data-link="tiktok"] {
  --social-color: #111111;
  background: linear-gradient(145deg, #fff, #edfaff);
}

.social-button[data-link="tiktok"] svg {
  filter: drop-shadow(-1px 0 #25f4ee) drop-shadow(1px 0 #fe2c55);
}

.social-button[data-link="x"] {
  --social-color: #111111;
  background: linear-gradient(145deg, #fff, #eef1f5);
}

.social-button[data-link="twitch"] {
  --social-color: #9146ff;
  background: linear-gradient(145deg, #fff, #f3ebff);
}

.social-button[data-link="kick"] {
  --social-color: #36c900;
  background: linear-gradient(145deg, #fff, #efffe9);
}

.social-button[data-link] {
  color: var(--social-color);
}

.social-button[data-link]:hover {
  color: var(--social-color);
  filter: saturate(1.14);
}

.promo-section,
.link-list,
.support-section,
.site-footer {
  margin-top: 34px;
}

.section-label {
  display: grid;
  grid-template-columns: minmax(28px, 1fr) auto minmax(28px, 1fr);
  align-items: center;
  gap: 24px;
  margin: 0 16px 22px;
}

.section-label span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 76, 154, 0.35));
}

.section-label span:last-child {
  background: linear-gradient(90deg, rgba(52, 76, 154, 0.35), transparent);
}

.section-label h2 {
  margin: 0;
  color: var(--wow-blue-bright);
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1.2;
  text-align: center;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.promo-card {
  --frame-fill: linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(240, 246, 255, 0.79));
  min-width: 0;
  min-height: 290px;
  border-radius: 36px;
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(52, 76, 154, 0.06);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
}

.promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 75px rgba(35, 58, 118, 0.17), 0 9px 22px rgba(35, 58, 118, 0.09);
}

.promo-card:active {
  transform: translateY(-2px) scale(0.985);
}

.promo-card__content {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 290px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 26px 16px;
  text-align: center;
}

.brand-icon,
.pill-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 28px rgba(35, 58, 118, 0.16), 0 0 0 1px rgba(52, 76, 154, 0.1);
}

.brand-icon {
  width: 82px;
  height: 82px;
}

.brand-icon img,
.pill-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-card__accent {
  width: 38px;
  height: 4px;
  flex: 0 0 auto;
  margin-top: 18px;
  border-radius: 999px;
  box-shadow: 0 0 12px currentColor;
}

.promo-card__accent--red {
  background: var(--wow-red);
  color: rgba(237, 28, 36, 0.4);
}

.promo-card__accent--blue {
  background: #1ba7dc;
  color: rgba(27, 167, 220, 0.42);
}

.promo-card__title {
  max-width: 100%;
  margin-top: 16px;
  color: var(--ink);
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.022em;
  line-height: 1;
  white-space: nowrap;
}

.promo-card__title--offer {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  font-size: 26px;
  letter-spacing: 0.026em;
  line-height: 1;
}

.promo-card__offer-word {
  font-size: 1em;
  letter-spacing: 0.055em;
}

.promo-card__offer-value {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.026em;
}

.promo-card__subtitle--offer {
  margin-top: 7px;
}

.promo-card__subtitle {
  margin-top: 8px;
  color: #5c6f96;
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.65rem, 2.1vw, 0.9rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.25;
  white-space: nowrap;
}

.arrow-button {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(52, 76, 154, 0.12);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(231, 240, 255, 0.82));
  box-shadow: 0 8px 19px rgba(35, 58, 118, 0.1), inset 0 0 0 3px rgba(255, 255, 255, 0.35);
  color: var(--wow-blue-deep);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}

.arrow-button svg {
  width: 23px;
  height: 23px;
}

.arrow-button path,
.visit-button path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.link-pill:hover .arrow-button {
  transform: translateX(3px);
  color: var(--wow-blue-bright);
}

.promo-card:hover .brand-icon {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 14px 34px rgba(35, 58, 118, 0.2), 0 0 0 1px rgba(52, 76, 154, 0.1);
}

.promo-card .brand-icon {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.link-list {
  display: grid;
  gap: 14px;
}

.link-pill {
  display: grid;
  min-height: 100px;
  grid-template-columns: 74px minmax(0, 1fr) 50px;
  align-items: center;
  gap: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.link-pill:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 1);
  box-shadow: 0 24px 58px rgba(35, 58, 118, 0.15), 0 7px 18px rgba(35, 58, 118, 0.07);
}

.link-pill:active {
  transform: translateY(-1px) scale(0.99);
}

.pill-icon {
  width: 70px;
  height: 70px;
}

.pill-icon--facebook {
  background: #1877f2;
  color: white;
}

.pill-icon--facebook svg {
  width: 42px;
  height: 42px;
}

.pill-icon--facebook path {
  fill: currentColor;
}

.link-pill > strong {
  min-width: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
}

.support-section {
  margin-top: 30px;
}

.section-label--support {
  margin-bottom: 18px;
}

.section-label--support h2 {
  color: #5274c9;
  font-size: 0.72rem;
}

.site-footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  margin-top: 38px;
}

.visit-button {
  display: flex;
  min-width: min(410px, 86%);
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 28px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: linear-gradient(110deg, #1f55bd, var(--wow-blue-deep) 56%, #071839);
  box-shadow: 0 16px 34px rgba(22, 41, 102, 0.23), 0 0 0 3px rgba(52, 76, 154, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.visit-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 45px rgba(22, 41, 102, 0.3), 0 0 0 4px rgba(52, 76, 154, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.visit-button:active {
  transform: translateY(-1px) scale(0.985);
}

.visit-button svg {
  width: 18px;
  height: 18px;
}

.legal-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #7890bf;
}

.legal-links button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0.82rem;
}

.legal-links button:hover {
  color: var(--wow-blue-deep);
}

.legal-links i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7890bf;
}

.toast {
  position: fixed;
  z-index: 50;
  right: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(7, 21, 54, 0.9);
  box-shadow: 0 12px 28px rgba(7, 21, 54, 0.2);
  color: #fff;
  font-size: 0.78rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition: opacity 0.72s ease var(--reveal-delay, 0ms), transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) var(--reveal-delay, 0ms);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.js.reveal-fallback [data-reveal] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(54, 124, 244, 0.42);
  outline-offset: 4px;
}

a[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (max-width: 620px) {
  .ambient__orbit--two {
    display: none;
  }

  .glass-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(243, 247, 255, 0.9));
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .linktree-shell {
    width: min(calc(100% - 20px), 540px);
    padding-top: 96px;
  }

  .profile-card {
    min-height: 412px;
    margin-inline: 30px;
    padding: 80px 28px 28px;
    border-radius: 32px;
  }

  .avatar-shell {
    top: -66px;
    width: 132px;
    height: 132px;
  }

  .profile-copy p {
    font-size: 0.71rem;
    letter-spacing: 0.14em;
  }

  .live-button {
    min-width: min(310px, 92%);
  }

  .social-button {
    width: 44px;
    height: 44px;
  }

  .social-button svg {
    width: 19px;
    height: 19px;
  }

  .promo-grid {
    gap: 12px;
    margin-inline: 30px;
  }

  .promo-card,
  .promo-card__content {
    min-height: 250px;
  }

  .promo-card {
    border-radius: 30px;
  }

  .promo-card__content {
    padding: 22px 10px;
  }

  .brand-icon {
    width: 64px;
    height: 64px;
  }

  .arrow-button {
    width: 40px;
    height: 40px;
  }

  .link-pill {
    min-height: 78px;
    grid-template-columns: 52px minmax(0, 1fr) 38px;
    gap: 9px;
    padding: 8px 12px;
  }

  .link-list .link-pill,
  .support-section .link-pill {
    margin-inline: 30px;
  }

  .pill-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 390px) {
  .linktree-shell {
    width: calc(100% - 16px);
    padding-top: 88px;
  }

  .profile-card {
    min-height: 388px;
    margin-inline: 30px;
    padding: 72px 16px 23px;
    border-radius: 28px;
  }

  .avatar-shell {
    top: -58px;
    width: 116px;
    height: 116px;
    padding: 4px;
  }

  .avatar-status {
    right: 8px;
    bottom: 9px;
    width: 15px;
    height: 15px;
  }

  .profile-copy h1 {
    font-size: 1.64rem;
  }

  .profile-copy p {
    margin-top: 10px;
    font-size: 0.62rem;
    letter-spacing: 0.11em;
  }

  .live-button {
    min-width: min(278px, 96%);
    min-height: 56px;
    margin-top: 22px;
  }

  .live-button__content {
    gap: 10px;
    letter-spacing: 0.09em;
  }

  .live-button__content strong {
    font-size: 0.76rem;
  }

  .live-button__content svg {
    width: 19px;
    height: 19px;
  }

  .profile-divider {
    margin: 28px 0 21px;
  }

  .social-row {
    gap: 7px;
  }

  .social-button {
    width: 40px;
    height: 40px;
  }

  .social-button svg {
    width: 18px;
    height: 18px;
  }

  .promo-section,
  .link-list,
  .support-section {
    margin-top: 28px;
  }

  .section-label {
    gap: 10px;
    margin-right: 6px;
    margin-bottom: 17px;
    margin-left: 6px;
  }

  .section-label h2 {
    font-size: 0.65rem;
    letter-spacing: 0.18em;
  }

  .promo-grid {
    gap: 9px;
    margin-inline: 30px;
  }

  .promo-card,
  .promo-card__content {
    min-height: 226px;
  }

  .promo-card {
    border-radius: 26px;
  }

  .promo-card__content {
    padding: 18px 7px;
  }

  .brand-icon {
    width: 56px;
    height: 56px;
    border-width: 3px;
  }

  .promo-card__accent {
    width: 30px;
    height: 3px;
    margin-top: 12px;
  }

  .promo-card__title {
    margin-top: 12px;
    font-size: 26px;
  }

  .promo-card__subtitle {
    margin-top: 6px;
    font-size: 0.62rem;
  }

  .arrow-button {
    width: 32px;
    height: 32px;
  }

  .arrow-button svg {
    width: 15px;
    height: 15px;
  }

  .link-list {
    gap: 9px;
  }

  .link-pill {
    min-height: 68px;
    grid-template-columns: 44px minmax(0, 1fr) 32px;
    gap: 7px;
    padding: 7px 9px;
  }

  .link-list .link-pill,
  .support-section .link-pill {
    margin-inline: 30px;
  }

  .pill-icon {
    width: 42px;
    height: 42px;
    border-width: 3px;
  }

  .pill-icon--facebook svg {
    width: 26px;
    height: 26px;
  }

  .link-pill > strong {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .section-label--support h2 {
    max-width: 180px;
    font-size: 0.61rem;
  }

  .site-footer {
    margin-top: 32px;
  }

  .visit-button {
    width: 86%;
    min-width: 0;
    min-height: 58px;
    padding: 13px 17px;
    font-size: 0.86rem;
  }

  .legal-links {
    gap: 8px;
  }

  .legal-links button {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .ambient__orbit,
  .ambient__glow,
  .avatar-ring,
  .edge-runner,
  .edge-runner > i,
  .promo-edge-runner__beam,
  .live-dot::after {
    animation: none !important;
  }

  .promo-edge-runner__beam {
    animation: none !important;
  }

  .edge-runner--red > i {
    transform: translate(-50%, -50%) rotate(338deg);
  }

  .js [data-reveal],
  .js [data-reveal].is-visible {
    opacity: 1;
    transform: none;
  }
}

/* MOBILE_PROMO_TEXT_FIT_START */
@media (max-width: 620px) {
  .promo-card__title {
    max-width: 100%;
    font-size: clamp(0.78rem, 3.4vw, 1rem);
    letter-spacing: 0.01em;
  }

  .promo-card__title--offer {
    gap: clamp(4px, 1.4vw, 8px);
    font-size: clamp(0.95rem, 5vw, 1.35rem);
    letter-spacing: 0.01em;
  }

  .promo-card__offer-word {
    letter-spacing: 0.035em;
  }

  .promo-card__offer-value {
    letter-spacing: 0.015em;
  }

  .promo-card__subtitle {
    max-width: 100%;
    font-size: clamp(0.5rem, 2.3vw, 0.62rem);
    white-space: nowrap;
  }
}
/* MOBILE_PROMO_TEXT_FIT_END */

/* MOBILE_SOCIAL_ICON_LAYOUT_START */
.social-button {
  flex: 0 0 auto;
  aspect-ratio: 1;
}

@media (max-width: 620px) {
  .social-row {
    gap: clamp(8px, 2.4vw, 14px);
  }
}

@media (max-width: 430px) {
  .social-row:not(.social-row--extended) {
    gap: clamp(4px, 1.25vw, 6px);
  }

  .social-row:not(.social-row--extended) .social-button {
    width: clamp(30px, 9.7vw, 40px);
    height: clamp(30px, 9.7vw, 40px);
  }
}

.social-row--extended {
  grid-template-columns: repeat(8, 58px);
  justify-content: center;
  gap: 18px;
  max-width: none;
}

@media (min-width: 391px) and (max-width: 620px) {
  .social-row--extended {
    grid-template-columns: repeat(8, clamp(28px, 7.3vw, 40px));
    gap: clamp(3px, 1vw, 8px);
  }

  .social-row--extended .social-button {
    width: clamp(28px, 7.3vw, 40px);
    height: clamp(28px, 7.3vw, 40px);
  }
}

@media (max-width: 390px) {
  .social-row--extended {
    grid-template-columns: repeat(4, 40px);
    gap: 16px 12px;
  }

  .social-row--extended .social-button {
    width: 40px;
    height: 40px;
  }
}
/* MOBILE_SOCIAL_ICON_LAYOUT_END */

/* SINGLE_PROMO_CARD_LAYOUT_START */
.promo-grid:has(.promo-card[hidden]) {
  grid-template-columns: minmax(0, 1fr);
}

.promo-grid:has(.promo-card[hidden]) .promo-card:not([hidden]) {
  width: calc(50% - 9px);
  justify-self: center;
}

@media (max-width: 620px) {
  .promo-grid:has(.promo-card[hidden]) .promo-card:not([hidden]) {
    width: calc(50% - 6px);
  }
}

@media (max-width: 390px) {
  .promo-grid:has(.promo-card[hidden]) .promo-card:not([hidden]) {
    width: calc(50% - 4.5px);
  }
}
/* SINGLE_PROMO_CARD_LAYOUT_END */
