:root {
  --aw-bg-image: url("/media/anooshe-world-map-bg.webp");
  --aw-accent: #8ff3c4;
  --aw-muted: #c6cbe0;
}
html, body {
  background: #030414 url("/media/anooshe-world-map-bg.webp") center/cover no-repeat fixed !important;
}

:root {
  background-color: #050814;
}
html {
  background-color: #050814;
}

.aw-bg {
  position: fixed;
  inset: 0;
  background: #030414 var(--aw-bg-image) center/cover no-repeat;
  z-index: 0;
}

.aw-orb,
.aw-orb-a,
.aw-orb-b,
.aw-orb-c {
  display: none;
}

.aw-header {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1200px, calc(100% - 32px));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: rgba(5, 15, 22, 0.75);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  z-index: 5;
  gap: 8px;
}

.aw-header__logo-link {
  display: block;
}

.aw-header__logo {
  height: 56px;
  width: auto;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.45));
  margin: 0 auto;
  display: block;
}

.aw-header__menu {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #8ff3c4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.aw-header__phone {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #8ff3c4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.aw-header__phone:hover,
.aw-header__menu:hover {
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

@media (max-width: 600px) {
  .aw-header__logo {
    height: 50px;
  }
  .aw-header__menu {
    width: 36px;
    height: 36px;
    left: 12px;
  }
  .aw-header__phone {
    width: 36px;
    height: 36px;
    right: 12px;
  }
  .aw-header__logo {
    height: 50px;
  }
  .aw-header {
    width: calc(100% - 32px);
    top: 18px;
  }
}

.aw-hero {
  text-align: center;
  padding: 22px 18px 20px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.aw-pill {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--aw-accent), #6bcfef);
  color: #041018;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 12px 28px rgba(158, 247, 255, 0.25);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.aw-hero__title {
  margin: 8px 0 10px;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  letter-spacing: -0.01em;
}

.aw-hero__lead {
  margin: 8px auto 18px;
  color: var(--aw-muted);
  line-height: 1.7;
  max-width: 720px;
}

.aw-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 10px;
}

.aw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.16);
  color: #f8f9ff;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.aw-btn--primary {
  background: linear-gradient(135deg, #8ff3c4, #6bcfef);
  color: #041018;
  box-shadow: 0 18px 32px rgba(107, 207, 239, 0.35);
}

.aw-btn--ghost {
  background: rgba(255,255,255,0.06);
}

.aw-btn:hover { transform: translateY(-1px); }
.aw-btn--primary:hover { box-shadow: 0 18px 38px rgba(107, 207, 239, 0.45); }

@media (max-width: 640px) {
  .aw-hero__actions { flex-direction: column; }
  .aw-btn { width: 100%; }
}

.aw-video-ring {
  display: none;
}

.aw-video-ring__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.aw-video-ring__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
}

.aw-video-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 330px));
  justify-content: center;
}

.aw-video-card {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;
  box-shadow: 0 0 0 3px #ffffff40, 0 12px 28px rgba(0,0,0,0.25);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
  color: #f8f9ff;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.aw-video-card__icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 24px rgba(0,0,0,0.3);
}

.aw-video-card__content {
  position: absolute;
  inset: 0;
  padding: 18px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.55);
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.aw-video-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.aw-video-card__description {
  margin: 0;
  font-size: 0.9rem;
  color: #d8deff;
  line-height: 1.5;
}

.aw-video-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 16px rgba(255, 255, 255, 0.14), 0 18px 34px rgba(0,0,0,0.35);
}

.aw-video-card:hover .aw-video-card__content {
  transform: rotateX(0deg);
}

.aw-video-card:hover .aw-video-card__icon {
  scale: 0;
}

.aw-video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  backdrop-filter: blur(6px);
}

.aw-video-modal.is-open {
  display: flex;
}

.aw-video-modal__backdrop {
  position: absolute;
  inset: 0;
}

.aw-video-modal__dialog {
  position: relative;
  width: min(960px, 92vw);
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
  overflow: hidden;
}

.aw-video-modal__frame {
  width: 100%;
  height: 100%;
}

.aw-video-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.aw-video-modal__close {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.aw-glow-cards {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
  gap: 14px;
  justify-content: center;
}

.aw-glow-card {
  position: relative;
  width: 100%;
  height: 254px;
  background-color: rgba(5, 8, 20, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
}

.aw-glow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -5px;
  margin: auto;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 10px;
  background: linear-gradient(135deg, #8ff3c4 0%, #6bcfef 100%);
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.aw-glow-card::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #70e4d0 0%, #7bc8f3 100%);
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.aw-glow-card__front {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.aw-glow-card__front p {
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
  background: linear-gradient(135deg, #8ff3c4 0%, #6bcfef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  margin: 0;
}

.aw-glow-card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(8, 20, 40, 0.9), rgba(10, 30, 60, 0.92));
  color: #e9f9ff;
  padding: 20px;
  line-height: 1.5;
  border-radius: 5px;
  pointer-events: none;
  transform: translateX(96%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.aw-glow-card__content .heading {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.aw-glow-card__content .desc {
  font-size: 14px;
  margin: 0;
}

.aw-glow-card:hover::after {
  filter: blur(30px);
}

.aw-glow-card:hover::before {
  transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
  z-index: 1;
}

.aw-glow-card:hover .aw-glow-card__content {
  transform: translateY(0);
}

.aw-glow-card:hover .aw-glow-card__front {
  transform: translateX(20%);
}

.aw-glow-card:hover .aw-glow-card__front p {
  opacity: 0;
}

/* Hero cards (auto-apply style) */
.aw-hero-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.aw-hero-card {
  position: relative;
  width: 100%;
  aspect-ratio: 220 / 254;
  background: var(--card, rgba(255, 255, 255, 0.05));
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.aw-hero-card:hover {
  transform: scale(1.02);
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
}

.aw-hero-card__first {
  padding: 16px;
  min-height: 140px;
}

.aw-hero-card__title {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 6px;
}

.aw-hero-card__desc {
  margin: 0;
  color: var(--aw-muted);
  line-height: 1.6;
}

.aw-hero-card__second {
  padding: 16px;
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.aw-hero-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, #8ff3c4, #6bcfef);
  color: #041018;
  text-decoration: none;
  font-weight: 800;
  min-width: 80px;
}

/* Hover flip cards (auto-apply style) */
.aw-hover-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 240px));
  grid-auto-rows: 320px;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
  align-items: center;
}

.aw-content {
  margin-top: 18px;
  padding: 18px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
  color: #eaf3ff;
}

.aw-content__title {
  margin: 10px 0 8px;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
}

.aw-content__body {
  margin: 6px 0 8px;
  line-height: 1.85;
  color: #d5deef;
}

.aw-content__list {
  margin: 6px 0 0;
  padding-inline-start: 18px;
  color: #d5deef;
  line-height: 1.8;
}

/* Glass cards */
.aw-glass-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.aw-glass {
  position: relative;
  width: 180px;
  height: 200px;
  background: linear-gradient(#ffffff22, transparent);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 10px;
  margin: 0 -45px;
  backdrop-filter: blur(10px);
  transform: rotate(calc(var(--r) * 1deg));
}

.aw-glass__icon {
  font-size: 2.5em;
  color: #fff;
}

.aw-glass::before {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.aw-glass-container:hover .aw-glass {
  transform: rotate(0deg);
  margin: 0 10px;
}

.aw-glass svg {
  font-size: 2.5em;
  fill: #fff;
}
.aw-hover-card {
  position: relative;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 20%, rgba(69, 138, 152, 0.35), rgba(5, 12, 30, 0.95));
  transition: all 0.4s;
  border-radius: 10px;
  box-shadow: 0 15px 36px rgba(0, 0, 0, 0.55), 0 0 30px rgba(63, 209, 143, 0.3), 0 0 0 1px rgba(36, 67, 77, 0.5);
  overflow: hidden;
  cursor: pointer;
  transform-origin: center;
  will-change: transform;
  padding: 6px;
  box-sizing: border-box;
}
.aw-hover-card:hover {
  border-radius: 15px;
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), 0 0 55px rgba(94, 206, 216, 0.75), 0 0 0 1px rgba(93, 196, 204, 0.7);
  background: radial-gradient(circle at 30% 20%, rgba(79, 194, 209, 0.5), rgba(7, 15, 30, 0.95));
  z-index: 2;
}
.aw-hover-card::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(111,226,217,0.25), transparent 55%),
    linear-gradient(300deg, rgba(111,226,217,0.15), transparent 55%);
  filter: blur(20px);
  opacity: 0.4;
  pointer-events: none;
  mix-blend-mode: screen;
}
.aw-hover-card::before,
.aw-hover-card::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 20%;
  background-color: rgba(255,255,255,0.15);
  transition: all 0.5s;
  z-index: 1;
}
.aw-hover-card::before { top: 0; right: 0; border-radius: 0 15px 0 100%; }
.aw-hover-card::after { bottom: 0; left: 0; border-radius: 0 100% 0 15px; }
.aw-hover-card:hover::before,
.aw-hover-card:hover::after {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.aw-hover-card .first-content,
.aw-hover-card .second-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  color: #f5fbff;
  font-weight: 800;
  transition: all 0.4s;
  z-index: 2;
  box-sizing: border-box;
}
.aw-hover-card .first-content {
  opacity: 1;
  font-size: 1rem;
  letter-spacing: 1.2px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: #fcffff;
}
.aw-hover-card .title {
  font-size: 1.4rem;
  font-weight: 900;
  margin: 0;
  color: #f7fbff;
}
.aw-hover-card .desc {
  font-size: 14px;
  font-weight: 600;
  margin: 6px 0 0;
  line-height: 1.5;
  color: rgba(229, 242, 251, 0.86);
  text-align: center;
}
.aw-hover-card:hover .first-content {
  height: 0px;
  opacity: 0;
}
.aw-hover-card .second-content {
  opacity: 0;
  height: 0%;
  transform: rotate(90deg) scale(-1);
  font-size: 0px;
  color: #f5fbff;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  text-align: right;
  position: relative;
}
.aw-hover-card:hover .second-content {
  opacity: 1;
  height: 100%;
  font-size: 1rem;
  transform: rotate(0deg);
  color: #f6fbff;
  padding: 14px;
  justify-content: flex-start;
  align-items: flex-start;
}
.aw-hover-card .card-link {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.15);
  color: #f5fbff;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}
.aw-hover-card .card-link:hover { transform: translateX(-50%) translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.aw-drawer-overlay {
  position: fixed;
  inset: 0;
  background: transparent;
  display: none;
  z-index: 50;
}

.aw-drawer-overlay.is-open {
  display: block;
}

.aw-drawer-overlay[data-pinned="1"] {
  pointer-events: none;
}

.aw-drawer-overlay[data-pinned="1"] .aw-drawer {
  pointer-events: auto;
}

.aw-drawer {
  position: fixed;
  top: 12px;
  bottom: 12px;
  left: 8px;
  width: min(320px, 82vw);
  border-radius: 16px;
  background: rgba(10, 12, 20, 0.9);
  backdrop-filter: blur(10px) saturate(125%);
  color: #f8f9ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.03);
  transform: translateX(-100%);
  transition: transform 0.28s ease, opacity 0.18s ease;
}

.aw-drawer-overlay.is-open .aw-drawer {
  transform: translateX(0);
}

.aw-drawer--end {
  left: auto;
  right: 0;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
  border-inline-end: none;
  transform: translateX(100%);
}

.aw-drawer-overlay.is-open .aw-drawer.aw-drawer--end {
  transform: translateX(0);
}

.aw-drawer__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

.aw-drawer__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.aw-drawer__title--logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aw-drawer__title--logo img {
  height: 38px;
  width: auto;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.3));
}

.aw-drawer__close {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f8f9ff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.aw-drawer__close:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-50%) scale(1.04);
}

.aw-drawer__body {
  padding: 14px 12px 24px;
  overflow-y: auto;
  height: calc(100vh - 68px);
}

.aw-drawer__top {
  margin: 4px 4px 12px;
}

.aw-profile {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.aw-profile__avatar {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  object-fit: cover;
  background: linear-gradient(135deg, #8ff3c4, #6bcfef);
}

.aw-profile__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.aw-profile__subtitle {
  margin: 2px 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
}

.aw-profile-links {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 12px;
}

.aw-profile-links__title {
  margin: 0 0 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.aw-profile-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.aw-profile-links__list a {
  display: block;
  padding: 6px 0;
  color: #f8f9ff;
  font-size: 0.92rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.aw-profile-links__list li:last-child a {
  border-bottom: none;
}

.aw-drawer__cta {
  margin-top: 16px;
}

.aw-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, #8ff3c4, #6bcfef);
  color: #041018;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 18px 30px rgba(107, 207, 239, 0.35);
}

.aw-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.aw-menu > .aw-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.aw-menu > .aw-menu__item:last-child {
  border-bottom: none;
}

.aw-menu__sub .aw-menu__item {
  border-bottom: none;
}

.aw-menu__item {
  border-radius: 10px;
}

.aw-menu__item.is-active > .aw-menu__link {
  background: linear-gradient(135deg, rgba(143, 243, 196, 0.28), rgba(107, 207, 239, 0.24));
  color: #041018;
  box-shadow: 0 12px 24px rgba(107, 207, 239, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.aw-menu__link {
  width: 100%;
  border: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  color: #f1f3ff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 12px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.aw-menu__link:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.aw-menu__chevron {
  margin-inline-start: auto;
  opacity: 0.8;
  transition: transform 0.2s ease;
}

.aw-menu__item.is-open > .aw-menu__link .aw-menu__chevron {
  transform: rotate(180deg);
}

.aw-menu__sub {
  list-style: none;
  margin: 4px 0 0 0;
  padding: 0 0 0 18px;
  display: block;
  max-height: 0;
  overflow: hidden;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
  transition: max-height 0.25s ease, opacity 0.2s ease;
  opacity: 0;
}

.aw-menu__item.is-open > .aw-menu__sub {
  max-height: 500px;
  opacity: 1;
}

.aw-menu__section {
  padding: 10px 6px 4px;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}


@media (max-width: 640px) {
  .aw-drawer {
    width: min(320px, 94vw);
  }
}

.aw-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(90px); display:none;
  opacity: 0;
  z-index: 0;
  
  pointer-events: none;
}

.aw-orb-a {
  width: 380px;
  height: 380px;
  top: -120px;
  left: -100px;
  background: radial-gradient(circle at 30% 30%, rgba(111, 243, 196, 0.28), transparent 60%);
}

.aw-orb-b {
  width: 420px;
  height: 420px;
  bottom: -160px;
  right: -140px;
  background: radial-gradient(circle at 60% 60%, rgba(107, 207, 239, 0.22), transparent 60%);
  animation-duration: 22s;
}

.aw-orb-c {
  width: 380px;
  height: 380px;
  bottom: 6%;
  left: 16%;
  background: radial-gradient(circle at 40% 40%, rgba(158, 247, 255, 0.24), transparent 60%);
  animation-duration: 24s;
}

@keyframes aw-float {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(10px, -10px, 0) scale(1.03);
  }
}
