@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --wc-shell-bg: #07111f;
  --wc-shell-surface: rgba(9, 19, 34, 0.88);
  --wc-shell-card: rgba(11, 24, 43, 0.92);
  --wc-shell-line: rgba(255, 255, 255, 0.12);
  --wc-shell-text: #edf4fb;
  --wc-shell-muted: #9db2c8;
  --wc-shell-accent: #2ea8ff;
  --wc-shell-accent-strong: #0b7fe0;
  --wc-shell-gold: #d6a253;
  --wc-shell-shadow: 0 24px 60px rgba(2, 10, 20, 0.28);
  --wc-shell-radius: 26px;
}

body.wc-page-shell {
  overflow-x: hidden;
  padding-top: 128px;
}

body.wc-home-popup-open {
  overflow: hidden !important;
}

body.wc-page-shell.wc-nav-open {
  overflow: hidden !important;
}

body.wc-page-shell.wc-nav-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1380;
  pointer-events: none;
  background:
    radial-gradient(circle at top center, rgba(46, 168, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(3, 10, 19, 0.18), rgba(3, 10, 19, 0.68));
  backdrop-filter: blur(8px);
}

body.wc-page-shell > header:not(.wc-main-header):not(.wc-navshell),
body.wc-page-shell > .main-header,
body.wc-page-shell > footer:not(.wc-site-footer),
body.wc-page-shell > .main-footer {
  display: none !important;
}

.wc-shell-container {
  width: min(100% - clamp(24px, 4vw, 40px), 1240px);
  margin: 0 auto;
}

.wc-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1400;
  background:
    linear-gradient(180deg, rgba(6, 12, 23, 0.94), rgba(8, 16, 29, 0.88));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 48px rgba(3, 9, 18, 0.18);
  backdrop-filter: blur(16px);
}

.wc-main-header,
.wc-main-header * ,
.wc-site-footer,
.wc-site-footer * {
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

.wc-main-header ul,
.wc-main-header ol,
.wc-site-footer ul,
.wc-site-footer ol {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.wc-main-header li,
.wc-site-footer li {
  list-style: none !important;
}

.wc-main-header li::marker,
.wc-site-footer li::marker {
  content: "" !important;
}

.wc-main-header .wc-shell-nav-menu,
.wc-main-header .wc-shell-nav-menu *,
.wc-site-footer .wc-footer-grid,
.wc-site-footer .wc-footer-grid * {
  list-style: none !important;
  list-style-image: none !important;
}

.wc-main-header .wc-shell-nav-item,
.wc-site-footer li {
  position: relative;
}

.wc-main-header .wc-shell-nav-item::before,
.wc-main-header .wc-shell-nav-item::after,
.wc-site-footer li::before,
.wc-site-footer li::after {
  content: none !important;
  display: none !important;
}

.wc-main-header a:any-link,
.wc-site-footer a:any-link {
  text-decoration: none !important;
}

.wc-header-topline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wc-header-topline-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--wc-shell-muted);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.wc-header-topline-inner p {
  margin: 0;
}

.wc-header-topline-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.wc-header-topline a {
  color: var(--wc-shell-text);
  text-decoration: none;
}

.wc-header-shell {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 0;
}

.wc-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--wc-shell-text) !important;
  text-decoration: none;
}

.wc-brand-sign {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--wc-shell-accent), #6dd3ff);
  color: #04111d;
  box-shadow: 0 18px 34px rgba(46, 168, 255, 0.22);
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.wc-brand-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.wc-brand-copy strong,
.wc-footer-brand strong {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.wc-brand-copy small,
.wc-footer-brand small {
  color: var(--wc-shell-muted);
  display: block;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wc-site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 18px;
  margin-left: auto;
  min-width: 0;
  position: relative;
}

.wc-main-header .wc-shell-nav-menu {
  display: flex !important;
  align-items: center;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.wc-main-header .wc-shell-nav-menu li {
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  float: none !important;
  list-style: none !important;
}

.wc-main-header .wc-shell-nav-link,
.wc-main-header .wc-shell-nav-link:link,
.wc-main-header .wc-shell-nav-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  white-space: nowrap;
  color: var(--wc-shell-text) !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: 0.25s ease;
}

.wc-main-header .wc-shell-nav-link::after {
  display: none !important;
}

.wc-main-header .wc-shell-nav-link:hover,
.wc-main-header .wc-shell-nav-link.is-current,
.wc-main-header .wc-store-link .wc-shell-nav-link {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.wc-main-header .wc-store-link .wc-shell-nav-link {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.wc-header-cta,
.wc-header-cta:link,
.wc-header-cta:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wc-shell-accent), var(--wc-shell-accent-strong));
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 30px rgba(19, 128, 224, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wc-header-cta-mobile,
.wc-header-cta-mobile:link,
.wc-header-cta-mobile:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--wc-shell-accent), var(--wc-shell-accent-strong));
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 16px 30px rgba(19, 128, 224, 0.28);
}

.wc-header-cta:hover,
.wc-footer-primary:hover,
.wc-footer-secondary:hover,
.wc-popup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(19, 128, 224, 0.34);
}

.wc-main-header .wc-shell-nav-toggle {
  display: none;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.wc-shell-nav-cta-item {
  display: none;
}

.wc-main-header .wc-shell-nav-toggle span {
  width: 24px;
  height: 2px;
  margin: 3px 0;
  border-radius: 999px;
  background: #ffffff !important;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.wc-main-header .wc-shell-nav-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.wc-main-header .wc-shell-nav-toggle.active span:nth-child(2) {
  opacity: 0;
}

.wc-main-header .wc-shell-nav-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.wc-site-footer {
  position: relative;
  padding: 54px 0 28px;
  color: var(--wc-shell-text);
}

.wc-footer-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--wc-shell-line);
  background:
    radial-gradient(circle at top right, rgba(214, 162, 83, 0.12), transparent 22%),
    radial-gradient(circle at top left, rgba(46, 168, 255, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(8, 17, 31, 0.97), rgba(6, 12, 23, 1));
  box-shadow: var(--wc-shell-shadow);
}

.wc-footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wc-footer-top-copy p {
  margin: 14px 0 0;
  max-width: 680px;
  color: var(--wc-shell-muted);
  font-size: 16px;
  line-height: 1.75;
}

.wc-footer-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}

.wc-footer-primary,
.wc-footer-secondary,
.wc-popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.wc-footer-primary,
.wc-popup-btn {
  background: linear-gradient(135deg, var(--wc-shell-accent), var(--wc-shell-accent-strong));
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(17, 129, 228, 0.28);
}

.wc-footer-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.wc-footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.12fr;
  gap: 22px;
  padding: 26px 30px;
}

.wc-footer-column h3 {
  margin: 0 0 14px;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #ffffff;
}

.wc-footer-column p {
  margin: 0;
  color: var(--wc-shell-muted);
  line-height: 1.8;
}

.wc-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.wc-footer-column a,
.wc-footer-column a:link,
.wc-footer-column a:visited {
  color: var(--wc-shell-muted);
  text-decoration: none !important;
  font-size: 15px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.wc-footer-column a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.wc-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}

.wc-footer-brand-sign {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--wc-shell-gold), #eac47f);
  color: #07111f;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.wc-footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.wc-footer-socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-footer-contact li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--wc-shell-muted);
  line-height: 1.7;
}

.wc-footer-contact strong {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 30px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wc-footer-bottom p {
  margin: 0;
  color: var(--wc-shell-muted);
  font-size: 14px;
}

.wc-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.wc-footer-bottom-links a,
.wc-footer-bottom-links a:link,
.wc-footer-bottom-links a:visited {
  color: var(--wc-shell-muted);
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.wc-footer-bottom-links a:hover {
  color: #ffffff;
}

.wc-popup-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:
    max(20px, env(safe-area-inset-top))
    max(18px, env(safe-area-inset-right))
    max(20px, env(safe-area-inset-bottom))
    max(18px, env(safe-area-inset-left));
  background:
    radial-gradient(circle at top center, rgba(84, 187, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #03101c 0%, #08203a 42%, #0b4675 100%);
  backdrop-filter: blur(10px);
  z-index: 2100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.wc-popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

.wc-popup-sea,
.wc-sea-glow,
.wc-wave {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.wc-sea-glow {
  opacity: 0.5;
  filter: blur(24px);
}

.wc-sea-glow-left {
  inset: auto auto 26% 8%;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.wc-sea-glow-right {
  inset: 12% 8% auto auto;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: rgba(123, 212, 255, 0.18);
}

.wc-wave {
  inset: auto -12% -4%;
  height: 34%;
  background-repeat: repeat-x;
  background-size: 50% 100%;
  transform-origin: center bottom;
}

.wc-wave::before,
.wc-wave::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: repeat-x;
  background-size: 50% 100%;
}

.wc-wave-back {
  opacity: 0.38;
  background-image:
    radial-gradient(70% 90% at 50% 120%, rgba(255, 255, 255, 0.5) 34%, transparent 36%);
  animation: wcWaveDrift 24s linear infinite;
}

.wc-wave-mid {
  inset: auto -10% -1%;
  height: 28%;
  opacity: 0.55;
  background-image:
    radial-gradient(70% 100% at 50% 120%, rgba(219, 241, 255, 0.76) 34%, transparent 36%);
  animation: wcWaveDriftReverse 18s linear infinite;
}

.wc-wave-front {
  inset: auto -8% -3%;
  height: 22%;
  opacity: 0.95;
  background-image:
    radial-gradient(70% 120% at 50% 120%, rgba(255, 255, 255, 0.94) 34%, transparent 36%);
  animation: wcWaveDrift 14s linear infinite;
}

.wc-popup-card {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
  max-height: min(820px, calc(100dvh - 48px - env(safe-area-inset-top) - env(safe-area-inset-bottom)));
  padding: 32px 34px;
  border-radius: 34px;
  border: 1px solid rgba(155, 222, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(5, 20, 36, 0.9), rgba(8, 31, 54, 0.95));
  backdrop-filter: blur(18px);
  box-shadow: 0 44px 120px rgba(3, 12, 23, 0.44);
  overflow: auto;
  transform: translateY(24px) scale(0.96);
  transition: transform 0.35s ease;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
  gap: 18px 28px;
  align-items: center;
  text-align: left !important;
}

.wc-popup-card::-webkit-scrollbar {
  width: 10px;
}

.wc-popup-card::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(155, 222, 255, 0.22);
}

.wc-popup-card > * {
  position: relative;
  z-index: 1;
}

.wc-popup-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    radial-gradient(circle at top right, rgba(133, 214, 255, 0.12), transparent 24%);
  pointer-events: none;
}

.wc-popup-overlay.active .wc-popup-card {
  transform: translateY(0) scale(1);
}

.wc-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  cursor: pointer;
}

.wc-popup-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(155, 222, 255, 0.16);
  background: rgba(46, 168, 255, 0.12);
  color: #e8f6ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-popup-logo-wrap,
.wc-popup-badge,
.wc-popup-title,
.wc-popup-subtitle,
.wc-divider,
.wc-popup-text,
.wc-popup-points,
.wc-popup-actions,
.wc-popup-location {
  grid-column: 1;
}

.wc-popup-title {
  margin: 0;
  margin-top: -6px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  line-height: 0.95;
  max-width: 10ch;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.wc-popup-subtitle {
  margin: 2px 0 0;
  max-width: 18ch;
  margin-inline: 0;
  color: #9fd9ff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.38;
}

.wc-divider {
  width: 74px;
  height: 4px;
  margin: 6px 0 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(46, 168, 255, 0.15), rgba(46, 168, 255, 0.92), rgba(214, 162, 83, 0.45));
}

.wc-popup-text {
  margin: 0;
  max-width: 56ch;
  margin-inline: 0;
  color: rgba(224, 237, 248, 0.92);
  font-size: 15px;
  line-height: 1.75;
}

.wc-popup-text strong {
  color: #ffffff;
}

.wc-popup-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 12px;
}

.wc-popup-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(155, 222, 255, 0.14);
  color: #f8fbff;
  font-size: 12px;
  font-weight: 700;
}

.wc-popup-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 14px;
}

.wc-popup-btn {
  min-width: 188px;
  margin-top: 0;
  border: 0;
  cursor: pointer;
}

.wc-popup-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(155, 222, 255, 0.22);
  color: #ffffff;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
}

.wc-popup-logo-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 0 2px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #eef7ff, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(46, 168, 255, 0.16);
}

.wc-popup-logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.wc-logo-pulse {
  position: absolute;
  inset: 7px;
  border-radius: 14px;
  border: 1px solid rgba(46, 168, 255, 0.18);
  animation: wcPulse 2.6s ease-in-out infinite;
}

.wc-popup-metric-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 0;
  grid-column: 2;
  grid-row: 1 / span 9;
  align-self: stretch;
  align-content: center;
}

.wc-popup-metric {
  padding: 18px 20px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(155, 222, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(2, 10, 19, 0.18);
}

.wc-popup-metric:first-child {
  background:
    radial-gradient(circle at top right, rgba(46, 168, 255, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.06));
}

.wc-popup-metric strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 16px;
}

.wc-popup-metric p {
  margin: 0;
  color: rgba(221, 234, 246, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.wc-popup-location {
  margin-top: 0;
  text-align: left;
}

.wc-popup-location span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wc-popup-location small {
  display: block;
  margin-top: 8px;
  color: rgba(234, 244, 251, 0.84);
  line-height: 1.7;
}

@keyframes wcPulse {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes wcWaveDrift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-18%);
  }
}

@keyframes wcWaveDriftReverse {
  from {
    transform: translateX(-12%);
  }

  to {
    transform: translateX(6%);
  }
}

@media (max-width: 1080px) {
  body.wc-page-shell {
    padding-top: 96px;
  }

  .wc-header-topline {
    display: none;
  }

  .wc-header-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 72px;
    padding: 10px 0;
  }

  .wc-main-header .wc-shell-nav-toggle {
    display: flex;
  }

  .wc-site-nav {
    position: static;
    margin-left: 0;
    flex: 0 0 auto;
    gap: 12px;
  }

  .wc-main-header .wc-shell-nav-menu {
    position: fixed;
    top: calc(78px + env(safe-area-inset-top));
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    display: grid !important;
    flex-direction: unset !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    gap: 10px;
    padding: 14px;
    max-height: calc(100dvh - 96px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    overflow-y: auto;
    border-radius: 22px;
    border: 1px solid rgba(167, 223, 255, 0.12);
    background:
      linear-gradient(180deg, rgba(7, 16, 29, 0.985), rgba(5, 12, 22, 0.985));
    box-shadow:
      0 28px 70px rgba(3, 8, 16, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.98);
    transform-origin: top center;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .wc-main-header .wc-shell-nav-menu::before {
    content: none;
  }

  .wc-main-header .wc-shell-nav-menu::after {
    content: none;
  }

  .wc-main-header .wc-shell-nav-menu li {
    display: block !important;
    width: 100% !important;
  }

  .wc-main-header .wc-shell-nav-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .wc-main-header .wc-shell-nav-menu a,
  .wc-main-header .wc-store-link .wc-shell-nav-link {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 12px;
    width: 100% !important;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
      rgba(255, 255, 255, 0.015);
    box-shadow: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  }

  .wc-main-header .wc-shell-nav-link:hover,
  .wc-main-header .wc-shell-nav-link.is-current,
  .wc-main-header .wc-store-link .wc-shell-nav-link {
    background:
      linear-gradient(135deg, rgba(46, 168, 255, 0.14), rgba(255, 255, 255, 0.03)),
      rgba(255, 255, 255, 0.02);
    border-color: rgba(162, 220, 255, 0.18);
    transform: translateY(-1px);
  }

  .wc-main-header .wc-shell-nav-link::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(125, 212, 255, 0.74);
    box-shadow: 0 0 0 5px rgba(125, 212, 255, 0.06);
    flex-shrink: 0;
  }

  .wc-main-header .wc-shell-nav-link::after {
    content: "";
    display: inline-block !important;
    margin-left: auto;
    width: 9px;
    height: 9px;
    border-top: 2px solid rgba(227, 239, 248, 0.66);
    border-right: 2px solid rgba(227, 239, 248, 0.66);
    transform: rotate(45deg);
  }

  .wc-main-header .wc-store-link .wc-shell-nav-link {
    background:
      linear-gradient(135deg, rgba(214, 162, 83, 0.12), rgba(255, 255, 255, 0.03)),
      rgba(255, 255, 255, 0.02);
    border-color: rgba(214, 162, 83, 0.18);
  }

  .wc-shell-nav-cta-item {
    display: block;
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .wc-header-cta-mobile,
  .wc-header-cta-mobile:link,
  .wc-header-cta-mobile:visited {
    justify-content: center !important;
    min-height: 54px;
    border-radius: 16px;
    box-shadow: 0 18px 34px rgba(19, 128, 224, 0.24);
  }

  .wc-header-cta {
    display: none !important;
  }

  .wc-footer-top {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wc-footer-top-actions {
    justify-content: flex-start;
  }

  .wc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wc-popup-card {
    width: min(100%, 1040px);
    padding: 28px 24px 24px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.92fr);
    gap: 16px 20px;
  }
}

@media (max-width: 920px) {
  .wc-footer-grid {
    grid-template-columns: 1fr;
  }

  .wc-popup-card {
    width: min(100%, 880px);
    grid-template-columns: 1fr;
    text-align: center !important;
  }

  .wc-popup-logo-wrap,
  .wc-popup-badge,
  .wc-popup-title,
  .wc-popup-subtitle,
  .wc-divider,
  .wc-popup-text,
  .wc-popup-points,
  .wc-popup-actions,
  .wc-popup-location,
  .wc-popup-metric-grid {
    grid-column: auto;
    grid-row: auto;
  }

  .wc-popup-logo-wrap {
    margin: 0 auto 8px;
  }

  .wc-popup-badge {
    margin-inline: auto;
  }

  .wc-popup-title,
  .wc-popup-subtitle,
  .wc-popup-text {
    max-width: 720px;
    margin-inline: auto;
  }

  .wc-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .wc-popup-metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: auto;
    grid-row: auto;
  }

  .wc-popup-points,
  .wc-popup-actions {
    justify-content: center;
  }

  .wc-popup-location {
    text-align: center;
  }
}

@media (max-width: 767px) {
  body.wc-page-shell {
    padding-top: 84px;
  }

  .wc-header-shell {
    gap: 12px;
  }

  .wc-brand-sign {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 20px;
  }

  .wc-brand-copy strong {
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .wc-brand-copy small {
    font-size: 9px;
    letter-spacing: 0.1em;
  }

  .wc-main-header .wc-shell-nav-menu {
    top: calc(72px + env(safe-area-inset-top));
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    padding: 12px;
    border-radius: 20px;
  }

  .wc-main-header .wc-shell-nav-link,
  .wc-main-header .wc-store-link .wc-shell-nav-link,
  .wc-header-cta-mobile {
    min-height: 50px;
    padding: 0 14px;
    font-size: 14px;
  }

  .wc-site-footer {
    padding: 36px 0 20px;
  }

  .wc-footer-panel {
    border-radius: 24px;
  }

  .wc-footer-top,
  .wc-footer-grid {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .wc-footer-top-actions {
    width: 100%;
  }

  .wc-footer-top-actions .wc-footer-primary,
  .wc-footer-top-actions .wc-footer-secondary {
    width: 100%;
  }

  .wc-footer-contact li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .wc-footer-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 18px 18px 20px;
  }

  .wc-footer-bottom p {
    text-align: center;
    font-size: 13px;
  }

  .wc-footer-bottom-links {
    justify-content: center;
    gap: 12px 16px;
  }

  .wc-popup-overlay {
    align-items: flex-start;
    padding:
      max(12px, env(safe-area-inset-top))
      max(10px, env(safe-area-inset-right))
      max(12px, env(safe-area-inset-bottom))
      max(10px, env(safe-area-inset-left));
  }

  .wc-popup-close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .wc-popup-card {
    padding: 22px 18px 20px;
    border-radius: 24px;
    max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }

  .wc-popup-logo-wrap {
    width: 64px;
    height: 64px;
  }

  .wc-popup-logo {
    width: 42px;
    height: 42px;
  }

  .wc-popup-title {
    padding-right: 40px;
    font-size: clamp(30px, 10vw, 44px);
    max-width: none;
  }

  .wc-popup-subtitle {
    max-width: 20ch;
    font-size: 16px;
  }

  .wc-popup-text {
    font-size: 14px;
    line-height: 1.7;
  }

  .wc-popup-points {
    gap: 8px;
  }

  .wc-popup-points span {
    flex: 1 1 calc(50% - 4px);
    justify-content: center;
  }

  .wc-popup-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .wc-popup-btn,
  .wc-popup-link {
    width: 100%;
    min-width: 0;
  }

  .wc-popup-metric-grid {
    grid-template-columns: 1fr;
  }

  .wc-popup-metric {
    padding: 16px;
  }
}

@media (max-width: 560px) {
  body.wc-page-shell {
    padding-top: 80px;
  }

  .wc-brand-copy small {
    display: none;
  }

  .wc-main-header .wc-shell-nav-toggle {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .wc-main-header .wc-shell-nav-menu {
    padding: 16px 12px 12px;
  }

  .wc-main-header .wc-shell-nav-menu a,
  .wc-main-header .wc-store-link .wc-shell-nav-link,
  .wc-header-cta-mobile {
    min-height: 48px;
    padding: 0 14px;
    border-radius: 18px;
  }

  .wc-popup-card {
    gap: 14px;
  }

  .wc-popup-points span {
    flex-basis: 100%;
  }
}

@media (max-width: 1080px) {
  .wc-brand-mark,
  .wc-main-header .wc-shell-nav-toggle {
    position: relative;
    z-index: 1460;
  }

  .wc-main-header .wc-shell-nav-toggle {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    border-color: rgba(255, 255, 255, 0.14);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
      rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 30px rgba(3, 10, 18, 0.24);
  }

  .wc-header-cta {
    display: none !important;
  }

  .wc-site-nav {
    justify-content: flex-end;
  }

  .wc-main-header .wc-shell-nav-menu {
    position: fixed;
    inset: 0;
    z-index: 1450;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 10px;
    padding:
      calc(94px + env(safe-area-inset-top))
      18px
      calc(24px + env(safe-area-inset-bottom))
      18px;
    max-height: none;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background:
      radial-gradient(circle at top center, rgba(46, 168, 255, 0.08), transparent 26%),
      linear-gradient(180deg, rgba(5, 13, 24, 0.985), rgba(3, 9, 17, 0.995));
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-14px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .wc-main-header .wc-shell-nav-menu::before,
  .wc-main-header .wc-shell-nav-menu::after,
  .wc-main-header .wc-shell-nav-link::before,
  .wc-main-header .wc-shell-nav-link::after {
    content: none !important;
    display: none !important;
  }

  .wc-main-header .wc-shell-nav-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .wc-main-header .wc-shell-nav-menu li {
    width: 100% !important;
    display: block !important;
  }

  .wc-main-header .wc-shell-nav-menu a,
  .wc-main-header .wc-store-link .wc-shell-nav-link {
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    width: 100% !important;
    min-height: 56px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
      rgba(255, 255, 255, 0.015);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    color: #f7fbff !important;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-align: left !important;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  }

  .wc-main-header .wc-shell-nav-link:hover,
  .wc-main-header .wc-shell-nav-link.is-current {
    background:
      linear-gradient(135deg, rgba(46, 168, 255, 0.18), rgba(255, 255, 255, 0.05)),
      rgba(255, 255, 255, 0.02);
    border-color: rgba(162, 220, 255, 0.2);
    transform: translateY(-1px);
  }

  .wc-main-header .wc-store-link .wc-shell-nav-link {
    background:
      linear-gradient(135deg, rgba(214, 162, 83, 0.14), rgba(255, 255, 255, 0.03)),
      rgba(255, 255, 255, 0.015);
    border-color: rgba(214, 162, 83, 0.18);
  }

  .wc-shell-nav-cta-item {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .wc-header-cta-mobile,
  .wc-header-cta-mobile:link,
  .wc-header-cta-mobile:visited {
    justify-content: center !important;
    min-height: 58px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--wc-shell-accent), var(--wc-shell-accent-strong));
    box-shadow: 0 18px 34px rgba(19, 128, 224, 0.24);
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .wc-main-header .wc-shell-nav-menu {
    padding:
      calc(86px + env(safe-area-inset-top))
      14px
      calc(20px + env(safe-area-inset-bottom))
      14px;
  }

  .wc-main-header .wc-shell-nav-menu a,
  .wc-main-header .wc-store-link .wc-shell-nav-link,
  .wc-header-cta-mobile {
    min-height: 52px;
    padding: 0 15px;
    border-radius: 16px;
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .wc-main-header .wc-shell-nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .wc-main-header .wc-shell-nav-menu {
    padding:
      calc(82px + env(safe-area-inset-top))
      12px
      calc(18px + env(safe-area-inset-bottom))
      12px;
  }
}

@media (max-width: 1080px) {
  body.wc-page-shell {
    padding-top: 88px;
  }

  .wc-header-topline {
    display: none !important;
  }

  .wc-main-header {
    background:
      linear-gradient(180deg, rgba(9, 17, 31, 0.98), rgba(11, 21, 38, 0.94)),
      rgba(8, 16, 28, 0.96);
    backdrop-filter: blur(18px);
  }

  .wc-header-shell {
    min-height: 88px;
    gap: 14px;
  }

  .wc-brand-mark {
    gap: 12px;
    min-width: 0;
    padding: 10px 14px 10px 10px;
    border-radius: 22px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
      rgba(255, 255, 255, 0.02);
    box-shadow: 0 12px 24px rgba(4, 11, 20, 0.22);
  }

  .wc-brand-copy strong {
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  .wc-brand-copy small {
    font-size: 10.5px;
    letter-spacing: 0.12em;
    opacity: 0.72;
  }

  .wc-site-nav {
    margin-left: auto;
  }

  .wc-header-cta {
    display: none !important;
  }

  .wc-main-header .wc-shell-nav-toggle {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
      rgba(255, 255, 255, 0.02);
    box-shadow: 0 16px 30px rgba(3, 10, 18, 0.22);
  }

  .wc-main-header .wc-shell-nav-menu {
    top: calc(88px + env(safe-area-inset-top));
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    max-height: none;
    padding:
      16px
      16px
      calc(22px + env(safe-area-inset-bottom))
      16px;
    gap: 10px;
    border-radius: 26px 26px 0 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
    background:
      linear-gradient(180deg, rgba(8, 16, 29, 0.98), rgba(7, 15, 27, 0.96)),
      radial-gradient(circle at top right, rgba(57, 162, 255, 0.2), transparent 34%);
    box-shadow: 0 -24px 48px rgba(2, 7, 15, 0.36);
    transform: translateY(14px);
    overscroll-behavior: contain;
    backdrop-filter: blur(20px);
  }

  .wc-main-header .wc-shell-nav-menu.active {
    transform: translateY(0);
  }

  .wc-shell-nav-meta {
    display: grid;
    gap: 6px;
    margin-bottom: 6px;
    padding: 16px 16px 18px;
    border-radius: 22px;
    border: 1px solid rgba(115, 191, 255, 0.16);
    background:
      linear-gradient(135deg, rgba(43, 145, 233, 0.18), rgba(255, 255, 255, 0.04)),
      rgba(255, 255, 255, 0.03);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    list-style: none !important;
  }

  .wc-shell-nav-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0 10px;
    min-height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(233, 244, 255, 0.88);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .wc-shell-nav-meta strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .wc-shell-nav-meta small {
    color: rgba(221, 233, 244, 0.78);
    font-size: 13px;
    line-height: 1.55;
  }

  .wc-main-header .wc-shell-nav-menu li {
    width: 100% !important;
    display: block !important;
    list-style: none !important;
  }

  .wc-main-header .wc-shell-nav-menu a,
  .wc-main-header .wc-store-link .wc-shell-nav-link {
    min-height: 56px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
      rgba(255, 255, 255, 0.015);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 12px 24px rgba(2, 8, 15, 0.18);
    color: #f7fbff !important;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-align: left !important;
  }

  .wc-main-header .wc-shell-nav-link:hover,
  .wc-main-header .wc-shell-nav-link.is-current {
    background:
      linear-gradient(135deg, rgba(46, 168, 255, 0.2), rgba(255, 255, 255, 0.06)),
      rgba(255, 255, 255, 0.02);
    border-color: rgba(162, 220, 255, 0.22);
  }

  .wc-main-header .wc-store-link .wc-shell-nav-link {
    background:
      linear-gradient(135deg, rgba(214, 162, 83, 0.16), rgba(255, 255, 255, 0.04)),
      rgba(255, 255, 255, 0.015);
    border-color: rgba(214, 162, 83, 0.18);
  }

  .wc-shell-nav-cta-item {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .wc-header-cta-mobile,
  .wc-header-cta-mobile:link,
  .wc-header-cta-mobile:visited {
    min-height: 58px;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 18px 34px rgba(19, 128, 224, 0.24);
  }
}

@media (max-width: 560px) {
  body.wc-page-shell {
    padding-top: 82px;
  }

  .wc-header-shell {
    min-height: 82px;
  }

  .wc-brand-copy small {
    display: none;
  }

  .wc-main-header .wc-shell-nav-toggle {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .wc-main-header .wc-shell-nav-menu {
    top: calc(82px + env(safe-area-inset-top));
    padding:
      14px
      12px
      calc(18px + env(safe-area-inset-bottom))
      12px;
    border-radius: 22px 22px 0 0;
  }

  .wc-shell-nav-meta {
    padding: 14px;
    border-radius: 18px;
  }

  .wc-shell-nav-meta strong {
    font-size: 17px;
  }

  .wc-shell-nav-meta small {
    font-size: 12px;
  }

  .wc-main-header .wc-shell-nav-menu a,
  .wc-main-header .wc-store-link .wc-shell-nav-link,
  .wc-header-cta-mobile {
    min-height: 52px;
    padding: 0 15px;
    border-radius: 16px;
    font-size: 15px;
  }
}
