*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.wc1-body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", system-ui, sans-serif;
  color: #ffffff;
  background: linear-gradient(180deg, #050b5c 0%, #07146e 40%, #081a78 100%);
}
.wc1-skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.wc1-skip:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  background: #1e5bff;
  color: #fff;
  z-index: 10000;
  border-radius: 8px;
}
.wc1-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wc1-shell {
  width: min(1200px, 100% - 32px);
  margin-inline: auto;
}
.wc1-topbar {
  position: sticky;
  top: 0;
  z-index: 900;
  min-height: 72px;
  background: linear-gradient(180deg, #0a0f78 0%, #08105f 100%);
  border-bottom: 1px solid rgba(125, 187, 255, 0.45);
  box-shadow: 0 4px 24px rgba(14, 46, 255, 0.25);
}
.wc1-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  flex-wrap: wrap;
}
.wc1-topbar__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wc1-logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
  transform: skewX(-6deg);
}
.wc1-logo__mark {
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  color: #ffd05a;
  text-shadow: 0 0 12px rgba(243, 178, 46, 0.5);
}
.wc1-logo__sub {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #f3b22e;
}
.wc1-iconbtn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(125, 187, 255, 0.4);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(30, 91, 255, 0.35), rgba(5, 11, 92, 0.8));
  cursor: pointer;
}
.wc1-iconbtn__bar {
  display: block;
  height: 2px;
  width: 20px;
  margin: 0 auto;
  background: #b8d8ff;
  border-radius: 2px;
}
.wc1-nav__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc1-nav__item {
  display: flex;
  align-items: center;
}
.wc1-nav__sep {
  width: 1px;
  height: 28px;
  margin: 0 16px;
  background: linear-gradient(180deg, transparent, #7dbbff, transparent);
  box-shadow: 0 0 8px rgba(125, 187, 255, 0.8);
}
.wc1-nav__item:first-child .wc1-nav__sep {
  display: none;
}
.wc1-nav__link {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 4px;
}
.wc1-nav__link:hover,
.wc1-nav__link:focus-visible {
  color: #b8d8ff;
  outline: none;
}
.wc1-topbar__cta {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.wc1-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 14px;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 6px 18px rgba(0, 0, 0, 0.35);
}
.wc1-btn:focus-visible {
  outline: 2px solid #7dbbff;
  outline-offset: 2px;
}
.wc1-btn--blue {
  color: #fff;
  background: linear-gradient(180deg, #6ec1ff 0%, #1e63ff 100%);
}
.wc1-btn--blue:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 20px rgba(58, 123, 255, 0.65);
}
.wc1-btn--gold {
  color: #050b5c;
  background: linear-gradient(180deg, #ffd66b 0%, #d99211 100%);
}
.wc1-btn--gold:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 22px rgba(243, 178, 46, 0.55);
}
.wc1-btn--hero {
  color: #050b5c;
  background: linear-gradient(180deg, #ffd66b 0%, #d99211 100%);
  padding: 16px 36px;
  font-size: 0.95rem;
  border-radius: 18px;
}
.wc1-strip {
  border-bottom: 1px solid rgba(125, 187, 255, 0.2);
  background: rgba(7, 20, 110, 0.65);
}
.wc1-strip__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}
.wc1-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wc1-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(58, 123, 255, 0.65);
  background: rgba(5, 11, 92, 0.85);
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: inset 0 0 12px rgba(14, 46, 255, 0.15);
}
.wc1-chip:hover,
.wc1-chip:focus-visible {
  border-color: #7dbbff;
  box-shadow: 0 0 14px rgba(30, 91, 255, 0.55);
  outline: none;
}
.wc1-chip__ico {
  font-size: 0.75rem;
  color: #ffd05a;
}
.wc1-search {
  display: flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(58, 123, 255, 0.5);
  background: rgba(5, 11, 92, 0.95);
  overflow: hidden;
  min-width: min(320px, 100%);
}
.wc1-search__input {
  flex: 1;
  border: 0;
  padding: 10px 14px;
  background: transparent;
  color: #c6d0ff;
  font-size: 0.85rem;
}
.wc1-search__input::placeholder {
  color: #a9b4e5;
}
.wc1-search__btn {
  border: 0;
  width: 44px;
  height: 40px;
  background: linear-gradient(180deg, #6ec1ff, #1e63ff);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
}
.wc1-hero__stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(145deg, #07146e 0%, #0e2eff 50%, #081a78 100%);
  height: clamp(220px, 32vw, 400px);
  max-height: 400px;
}
.wc1-hero__stage picture {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.wc1-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.wc1-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 11, 92, 0.72) 0%, rgba(5, 11, 92, 0.38) 48%, rgba(5, 11, 92, 0.1) 100%);
  pointer-events: none;
}
.wc1-hero__center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3vw, 24px);
}
.wc1-hero__glass {
  max-width: 520px;
  width: min(100%, 520px);
  padding: clamp(14px, 3vw, 28px) clamp(16px, 3.5vw, 32px);
  border-radius: 22px;
  background: rgba(5, 11, 92, 0.72);
  border: 1px solid rgba(125, 187, 255, 0.35);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  text-align: center;
  backdrop-filter: blur(8px);
}
.wc1-hero__eyebrow {
  margin: 0 0 10px;
  font-style: italic;
  color: #b8d8ff;
  font-size: 0.95rem;
}
.wc1-hero__title {
  margin: 0 0 clamp(12px, 2vw, 20px);
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: clamp(1.15rem, 3.2vw, 2rem);
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.wc1-hero__arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(125, 187, 255, 0.5);
  background: linear-gradient(145deg, #1e5bff, #0a0f78);
  box-shadow: 0 0 16px rgba(30, 91, 255, 0.55);
  cursor: pointer;
  z-index: 2;
  display: block;
  text-decoration: none;
}
.wc1-hero__arr--prev {
  left: 16px;
}
.wc1-hero__arr--next {
  right: 16px;
}
.wc1-hero__arr::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.wc1-hero__arr--prev::after {
  transform: rotate(-135deg);
  margin-left: 14px;
}
.wc1-hero__arr--next::after {
  transform: rotate(45deg);
  margin-right: 14px;
}
.wc1-hero__dots {
  position: absolute;
  bottom: 20px;
  left: 24px;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.wc1-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #f3b22e;
  background: transparent;
}
.wc1-hero__dot--on {
  background: linear-gradient(180deg, #ffd66b, #d99211);
  border-color: #ffd05a;
}
.wc1-meta {
  padding: 20px 0;
  border-bottom: 1px solid rgba(125, 187, 255, 0.2);
}
.wc1-meta--after-content {
  border-bottom: none;
  border-top: 1px solid rgba(125, 187, 255, 0.2);
  padding: 28px 0 36px;
  margin-top: 8px;
}
.wc1-meta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.wc1-pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  color: #e8ecff;
  background: linear-gradient(180deg, rgba(110, 130, 200, 0.35), rgba(20, 35, 120, 0.85));
  border: 1px solid rgba(169, 180, 229, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.wc1-pill--chat {
  color: #fff;
  border-color: rgba(58, 123, 255, 0.55);
}
.wc1-meta__hint {
  flex: 1 1 100%;
  margin: 0;
  font-size: 0.8rem;
  color: #7dbbff;
}
.wc1-meta__more {
  font-size: 0.8rem;
  color: #7dbbff;
  text-decoration: underline;
}
.wc1-intro {
  padding: 24px 0 8px;
}
.wc1-intro .wc1-lead {
  margin-bottom: 10px;
}
.wc1-intro__note {
  margin: 0;
  font-weight: 600;
  color: #7dbbff;
}
.wc1-main {
  padding: 40px 0 48px;
}
.wc1-block {
  margin-bottom: 40px;
}
.wc1-heading {
  font-family: "Exo 2", sans-serif;
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #ffffff;
}
.wc1-lead {
  color: #c6d0ff;
  line-height: 1.65;
  margin: 0 0 12px;
  font-size: 1rem;
}
.wc1-text {
  color: #a9b4e5;
  line-height: 1.65;
  margin: 0;
  font-size: 0.95rem;
}
.wc1-rich-list {
  list-style: disc;
  margin: 10px 0 16px 22px;
  padding: 0;
  color: #a9b4e5;
}
.wc1-rich-list li {
  margin: 0 0 8px;
  line-height: 1.65;
}
.wc1-tablewrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(125, 187, 255, 0.25);
  background: rgba(7, 20, 110, 0.5);
}
.wc1-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  font-size: 0.9rem;
}
.wc1-table th,
.wc1-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(125, 187, 255, 0.15);
}
.wc1-table th {
  font-family: "Exo 2", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  color: #b8d8ff;
  background: rgba(10, 15, 120, 0.6);
}
.wc1-table td {
  color: #e8ecff;
}
.wc1-table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 640px) {
  .wc1-tablewrap {
    overflow: visible;
  }
  .wc1-table {
    min-width: 0;
  }
  .wc1-table thead {
    display: none;
  }
  .wc1-table tr {
    display: block;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(7, 20, 110, 0.75);
    border: 1px solid rgba(125, 187, 255, 0.2);
  }
  .wc1-table td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border: none;
  }
  .wc1-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #7dbbff;
    flex-shrink: 0;
  }
}
.wc1-footer {
  position: relative;
  padding: 48px 0 32px;
  background: linear-gradient(180deg, #050b5c 0%, #04083f 100%);
  border-top: 1px solid rgba(125, 187, 255, 0.25);
}
.wc1-footer__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 900px) {
  .wc1-footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.wc1-footcol__h {
  margin: 0 0 12px;
  font-family: "Exo 2", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b8d8ff;
}
.wc1-footcol__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc1-footcol__list a {
  display: inline-block;
  padding: 4px 0;
  color: #f3b22e;
  text-decoration: none;
  font-size: 0.88rem;
}
.wc1-footcol__list a:hover,
.wc1-footcol__list a:focus-visible {
  color: #ffd05a;
  outline: none;
}
.wc1-pay {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(125, 187, 255, 0.2);
}
.wc1-pay__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc1-pay__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 44px;
  padding: 8px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(30, 91, 255, 0.35), rgba(5, 11, 92, 0.95));
  border: 1px solid rgba(58, 123, 255, 0.45);
  box-shadow: 0 0 12px rgba(14, 46, 255, 0.25);
}
.wc1-pay__badge img {
  display: block;
  max-height: 28px;
  width: auto;
}
.wc1-footer__wave {
  height: 28px;
  margin-top: 28px;
  background: radial-gradient(120% 100% at 50% 0%, rgba(30, 91, 255, 0.35) 0%, transparent 70%),
    repeating-linear-gradient(90deg, #0a1478 0 18px, #08105f 18px 36px);
  clip-path: polygon(0 40%, 5% 55%, 12% 35%, 20% 60%, 28% 38%, 36% 58%, 44% 32%, 52% 55%, 60% 36%, 68% 58%, 76% 34%, 84% 56%, 92% 38%, 100% 50%, 100% 100%, 0 100%);
  opacity: 0.85;
}
.wc1-legal {
  text-align: center;
  font-size: 0.75rem;
  color: #a9b4e5;
  margin: 16px 0 0;
}
@media (max-width: 900px) {
  .wc1-iconbtn {
    display: inline-flex;
  }
  .wc1-nav {
    display: none;
    width: 100%;
    order: 3;
    flex-basis: 100%;
    padding: 12px 0 0;
    border-top: 1px solid rgba(125, 187, 255, 0.2);
  }
  .wc1-nav.is-open {
    display: block;
  }
  .wc1-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .wc1-nav__sep {
    display: none;
  }
}
@media (max-width: 640px) {
  .wc1-hero__stage {
    height: clamp(180px, 44vw, 280px);
    max-height: 280px;
    border-radius: 0 0 16px 16px;
  }

  .wc1-hero__title {
    font-size: clamp(1rem, 4.5vw, 1.35rem);
  }

  .wc1-hero__arr {
    width: 40px;
    height: 40px;
  }
  .wc1-strip__row {
    flex-direction: column;
    align-items: stretch;
  }
  .wc1-search {
    min-width: 0;
    width: 100%;
  }
}

