*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: #fff;
  background: linear-gradient(180deg, #050b5c, #081a78);
}
.ac2-app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.ac2-skip {
  position: absolute;
  left: -9999px;
}
.ac2-skip:focus {
  left: 12px;
  top: 12px;
  z-index: 9999;
  padding: 10px 14px;
  background: #1e5bff;
  color: #fff;
  border-radius: 8px;
}
.ac2-vh {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.ac2-wrap {
  width: min(1180px, 100% - 32px);
  margin-inline: auto;
}
.ac2-mast {
  position: sticky;
  top: 0;
  z-index: 800;
  min-height: 80px;
  background: linear-gradient(180deg, #0a0f78, #08105f);
  border-bottom: 1px solid rgba(125, 187, 255, 0.45);
  box-shadow: 0 6px 28px rgba(14, 46, 255, 0.22);
}
.ac2-mast__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
}
.ac2-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  text-decoration: none;
  transform: skewX(-5deg);
}
.ac2-brand__t {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #ffd05a;
  text-shadow: 0 0 14px rgba(243, 178, 46, 0.45);
}
.ac2-burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(125, 187, 255, 0.45);
  background: rgba(8, 26, 120, 0.9);
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0;
  cursor: pointer;
}
.ac2-burger span {
  display: block;
  height: 2px;
  width: 20px;
  margin: 0 auto;
  background: #b8d8ff;
  border-radius: 2px;
}
.ac2-primary__ul {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.ac2-primary__ul a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.ac2-primary__ul a:hover,
.ac2-primary__ul a:focus-visible {
  border-bottom-color: #7dbbff;
  outline: none;
}
.ac2-mast__cta {
  display: flex;
  gap: 10px;
}
.ac2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 22px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ac2-btn:focus-visible {
  outline: 2px solid #7dbbff;
  outline-offset: 2px;
}
.ac2-btn--navy {
  color: #fff;
  background: linear-gradient(180deg, #6ec1ff, #1e63ff);
}
.ac2-btn--navy:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 20px rgba(58, 123, 255, 0.55);
}
.ac2-btn--sun {
  color: #050b5c;
  background: linear-gradient(180deg, #ffd66b, #d99211);
}
.ac2-btn--sun:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 22px rgba(243, 178, 46, 0.5);
}
.ac2-btn--xl {
  padding: 16px 36px;
  font-size: 0.88rem;
  border-radius: 18px;
}
.ac2-ribbon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(125, 187, 255, 0.2);
  background: rgba(7, 20, 110, 0.55);
}
.ac2-ribbon__scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ac2-pill {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(58, 123, 255, 0.55);
  background: rgba(5, 11, 92, 0.85);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}
.ac2-pill:hover,
.ac2-pill:focus-visible {
  box-shadow: 0 0 14px rgba(30, 91, 255, 0.55);
  outline: none;
}
.ac2-spotlight {
  margin: 0;
}
.ac2-spotlight__fig {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(145deg, #07146e 0%, #0e2eff 50%, #081a78 100%);
}
.ac2-spotlight__pic {
  width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}
.ac2-spotlight__dim {
  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;
}
.ac2-spotlight__cap {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}
.ac2-spotlight__box {
  max-width: 520px;
  width: 100%;
  padding: 28px 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);
  backdrop-filter: blur(8px);
}
.ac2-spotlight__eyebrow {
  margin: 0 0 10px;
  font-style: italic;
  color: #b8d8ff;
}
.ac2-spotlight__h {
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  line-height: 1.15;
  text-transform: uppercase;
  max-width: 520px;
}
.ac2-spotlight__nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ac2-spotlight__chev {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  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);
}
.ac2-spotlight__chev--l {
  left: 14px;
}
.ac2-spotlight__chev--r {
  right: 14px;
}
.ac2-spotlight__dots {
  position: absolute;
  bottom: 18px;
  left: 22px;
  display: flex;
  gap: 10px;
}
.ac2-spotlight__dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #f3b22e;
  background: transparent;
}
.ac2-spotlight__dots .is-on {
  background: linear-gradient(180deg, #ffd66b, #d99211);
}
.ac2-toolbar {
  padding: 18px 0;
  border-bottom: 1px solid rgba(125, 187, 255, 0.2);
}
.ac2-toolbar__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.ac2-chip {
  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);
}
.ac2-chip--hot {
  border-color: rgba(58, 123, 255, 0.55);
  color: #fff;
}
.ac2-toolbar__note {
  flex: 1 1 100%;
  margin: 0;
  font-size: 0.8rem;
  color: #7dbbff;
}
.ac2-toolbar__link {
  font-size: 0.8rem;
  color: #7dbbff;
  text-decoration: underline;
}
.ac2-page {
  flex: 1;
  padding: 40px 0 48px;
}
.ac2-block {
  margin-bottom: 36px;
}
.ac2-h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(1.35rem, 3.4vw, 1.85rem);
  letter-spacing: 0.04em;
  text-transform: none;
  margin: 0 0 16px;
  color: #f2f5ff;
  line-height: 1.25;
}
.ac2-h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.ac2-h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  letter-spacing: 0.05em;
  text-transform: none;
  margin: 22px 0 10px;
  color: #e0e8ff;
}
.ac2-content-list {
  margin: 0 0 14px;
  padding-left: 1.35em;
  line-height: 1.65;
  color: #c6d0ff;
  font-size: 0.98rem;
}
.ac2-content-list li {
  margin-bottom: 8px;
}
.ac2-content-list--ol {
  list-style: decimal;
}
.ac2-p {
  margin: 0 0 12px;
  line-height: 1.65;
  color: #c6d0ff;
  font-size: 0.98rem;
}
.ac2-p--muted {
  color: #a9b4e5;
  font-size: 0.92rem;
}
.ac2-popular {
  margin-bottom: 40px;
}
.ac2-popular__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  justify-items: center;
}
@media (min-width: 768px) {
  .ac2-popular__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
.ac2-tile {
  margin: 0;
  border-radius: 16px;
  overflow: visible;
  border: 1px solid rgba(125, 187, 255, 0.25);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  background: rgba(7, 20, 110, 0.35);
}
.ac2-tile__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px;
  text-decoration: none;
}
.ac2-tile__link img {
  width: 2cm;
  height: 2cm;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 10px;
  background: #07146e;
}
.ac2-tile__go {
  position: static;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(180deg, #6ec1ff, #1e63ff);
  color: #fff;
}
.ac2-scroll {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(125, 187, 255, 0.25);
  background: rgba(7, 20, 110, 0.5);
}
.ac2-matrix {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  font-size: 0.9rem;
}
.ac2-matrix th,
.ac2-matrix td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(125, 187, 255, 0.15);
}
.ac2-matrix th {
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #b8d8ff;
  background: rgba(10, 15, 120, 0.6);
}
.ac2-matrix td {
  color: #e8ecff;
}
.ac2-matrix tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 640px) {
  .ac2-scroll {
    overflow: visible;
  }
  .ac2-matrix {
    min-width: 0;
  }
  .ac2-matrix thead {
    display: none;
  }
  .ac2-matrix 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);
  }
  .ac2-matrix td {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border: none;
  }
  .ac2-matrix td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #7dbbff;
  }
}
.ac2-endcap {
  padding: 44px 0 28px;
  background: linear-gradient(180deg, #050b5c, #04083f);
  border-top: 1px solid rgba(125, 187, 255, 0.25);
}
.ac2-endcap__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (min-width: 900px) {
  .ac2-endcap__cols {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ac2-col__h {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b8d8ff;
}
.ac2-col__ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ac2-col__ul a {
  color: #f3b22e;
  text-decoration: none;
  font-size: 0.86rem;
}
.ac2-col__ul a:hover,
.ac2-col__ul a:focus-visible {
  color: #ffd05a;
  outline: none;
}
.ac2-payline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(125, 187, 255, 0.2);
}
.ac2-payline a {
  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);
}
.ac2-payline img {
  max-height: 28px;
  width: auto;
}
.ac2-wave {
  height: 26px;
  margin-top: 24px;
  background: 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;
}
.ac2-small {
  text-align: center;
  font-size: 0.75rem;
  color: #a9b4e5;
  margin: 14px 0 0;
}
@media (max-width: 900px) {
  .ac2-burger {
    display: inline-flex;
  }
  .ac2-primary {
    display: none;
    width: 100%;
    order: 4;
    flex-basis: 100%;
    padding-top: 12px;
    border-top: 1px solid rgba(125, 187, 255, 0.2);
  }
  .ac2-primary.is-open {
    display: block;
  }
  .ac2-primary__ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

