:root {
  --vc42-primary: #0000cd;
  --vc42-primary-soft: #4682b4;
  --vc42-accent: #ffb3ba;
  --vc42-bg: #080a2c;
  --vc42-surface: #191970;
  --vc42-surface-soft: #20255b;
  --vc42-text: #f7f8ff;
  --vc42-muted: #c8cee8;
  --vc42-border: rgba(255, 179, 186, 0.26);
  --vc42-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.28);
  --vc42-radius: 1.6rem;
}

* { box-sizing: border-box; }
html { font-size: 62.5%; scroll-behavior: smooth; scroll-padding-top: 8.2rem; }
body { margin: 0; overflow-x: hidden; background: radial-gradient(circle at 50% 0, #20236b 0, var(--vc42-bg) 44rem); color: var(--vc42-text); font-family: Inter, Arial, sans-serif; font-size: 1.6rem; line-height: 1.5rem; }
body.vc42-menu-lock { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.vc42-container { width: min(100% - 2.4rem, 118rem); margin-inline: auto; }
.vc42-wrapper { padding-block: 2.4rem; }
.vc42-skip { position: fixed; top: -8rem; left: 1rem; z-index: 10001; padding: 1rem 1.4rem; background: var(--vc42-accent); color: #11143d; font-weight: 800; border-radius: 0 0 1rem 1rem; }
.vc42-skip:focus { top: 0; }

.vc42-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 7rem; border-bottom: .1rem solid var(--vc42-border); background: rgba(8, 10, 44, .96); backdrop-filter: blur(1.4rem); }
.vc42-header-inner { height: 100%; display: flex; align-items: center; gap: .8rem; }
.vc42-brand { display: inline-flex; align-items: center; gap: .8rem; min-width: 0; margin-right: auto; font-size: 2rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.vc42-logo { width: 3.2rem; height: 3.2rem; object-fit: contain; border-radius: .8rem; }
.vc42-actions { display: flex; gap: .6rem; }
.vc42-btn { min-height: 4.4rem; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: .1rem solid transparent; border-radius: 1.2rem; padding: .8rem 1.4rem; cursor: pointer; font-weight: 800; transition: transform .18s ease, filter .18s ease, background .18s ease; }
.vc42-btn:hover, .vc42-btn:focus-visible { transform: translateY(-.2rem); filter: brightness(1.12); }
.vc42-btn-primary { background: linear-gradient(135deg, var(--vc42-accent), #fff0f2); color: #171940; box-shadow: 0 .6rem 1.5rem rgba(255, 179, 186, .25); }
.vc42-btn-outline { border-color: #7eb7ed; background: rgba(70, 130, 180, .16); color: #fff; }
.vc42-menu-button { width: 4.4rem; min-width: 4.4rem; padding: 0; color: #fff; background: var(--vc42-surface-soft); border-color: var(--vc42-border); }

.vc42-desktop-nav { display: none; gap: 2rem; margin-right: 1.5rem; }
.vc42-desktop-nav a { padding: 1rem 0; color: var(--vc42-muted); font-weight: 700; }
.vc42-desktop-nav a:hover { color: var(--vc42-accent); }
.vc42-mobile-menu { position: fixed; top: 7rem; right: 0; z-index: 9999; width: min(88vw, 34rem); height: calc(100dvh - 7rem); padding: 2rem; transform: translateX(104%); visibility: hidden; background: #11144a; border-left: .1rem solid var(--vc42-border); box-shadow: var(--vc42-shadow); transition: transform .25s ease, visibility .25s; }
.vc42-mobile-menu.vc42-menu-open { transform: translateX(0); visibility: visible; }
.vc42-menu-links { display: grid; gap: 1rem; }
.vc42-menu-links a, .vc42-menu-promo { min-height: 4.8rem; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border-radius: 1rem; background: rgba(255, 255, 255, .06); color: var(--vc42-text); font-weight: 700; }
.vc42-menu-promo { width: 100%; border: .1rem solid var(--vc42-accent); margin-top: 1.4rem; cursor: pointer; }

.vc42-main { padding-top: 7rem; }
.vc42-hero { padding: 1.6rem 0 0; }
.vc42-carousel { position: relative; min-height: 27rem; overflow: hidden; border: .1rem solid var(--vc42-border); border-radius: 2rem; background: #13164c; box-shadow: var(--vc42-shadow); }
.vc42-slide { position: absolute; inset: 0; display: grid; opacity: 0; visibility: hidden; transition: opacity .45s ease; }
.vc42-slide.vc42-slide-active { opacity: 1; visibility: visible; }
.vc42-slide-image { width: 100%; height: 100%; min-height: 27rem; object-fit: cover; filter: brightness(.55) saturate(1.2); }
.vc42-slide-copy { position: absolute; inset: auto 1.8rem 2.8rem; max-width: 58rem; text-shadow: 0 .2rem .5rem #000; }
.vc42-kicker { display: inline-flex; align-items: center; gap: .6rem; padding: .6rem 1rem; border-radius: 99rem; background: rgba(255, 179, 186, .95); color: #16183e; font-size: 1.2rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.vc42-slide-copy h1, .vc42-slide-copy h2 { margin: 1rem 0 .8rem; font-size: clamp(2.6rem, 7.2vw, 4.8rem); line-height: 1.06; }
.vc42-slide-copy p { margin: 0; max-width: 58rem; line-height: 2.2rem; color: #f0f2ff; }
.vc42-carousel-control { position: absolute; z-index: 3; top: 50%; width: 4.4rem; height: 4.4rem; border: 0; border-radius: 50%; background: rgba(8, 10, 44, .76); color: #fff; cursor: pointer; transform: translateY(-50%); }
.vc42-carousel-prev { left: .8rem; }
.vc42-carousel-next { right: .8rem; }
.vc42-dots { position: absolute; z-index: 4; bottom: 1rem; left: 50%; display: flex; gap: .7rem; transform: translateX(-50%); }
.vc42-dot { width: 1rem; height: 1rem; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; }
.vc42-dot.vc42-dot-active { width: 2.4rem; border-radius: 2rem; background: var(--vc42-accent); }

.vc42-intro { margin-top: 1.8rem; padding: 2rem; border: .1rem solid var(--vc42-border); border-radius: var(--vc42-radius); background: linear-gradient(145deg, rgba(25,25,112,.94), rgba(32,37,91,.84)); }
.vc42-intro h1 { margin: 0 0 1rem; font-size: clamp(2.6rem, 7vw, 4.4rem); line-height: 1.08; }
.vc42-intro p { margin: .8rem 0; color: var(--vc42-muted); line-height: 2.4rem; }
.vc42-cta-row { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.5rem; }

.vc42-section { padding: 2.6rem 0; }
.vc42-section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.4rem; }
.vc42-section h2 { margin: 0; font-size: clamp(2.3rem, 6vw, 3.4rem); line-height: 1.15; }
.vc42-section-lead { margin: .6rem 0 0; max-width: 70rem; color: var(--vc42-muted); line-height: 2.3rem; }
.vc42-category { margin-top: 2.8rem; }
.vc42-category-title { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.2rem; color: #fff; font-size: 2rem; line-height: 1.2; }
.vc42-category-title i, .vc42-category-title span { color: var(--vc42-accent); }
.vc42-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.vc42-card { position: relative; min-width: 0; overflow: hidden; border: .1rem solid rgba(126,183,237,.24); border-radius: 1.2rem; background: #171a51; box-shadow: 0 .6rem 1.6rem rgba(0,0,0,.18); cursor: pointer; transition: transform .2s ease, border-color .2s ease; }
.vc42-card:hover, .vc42-card:focus-visible { transform: translateY(-.3rem); border-color: var(--vc42-accent); outline: none; }
.vc42-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #0c0e38; }
.vc42-card-name { min-height: 4.8rem; display: flex; align-items: center; justify-content: center; padding: .8rem .5rem; text-align: center; font-size: 1.25rem; line-height: 1.5rem; font-weight: 800; }

.vc42-content-grid { display: grid; gap: 1.2rem; }
.vc42-panel { padding: 1.8rem; border: .1rem solid var(--vc42-border); border-radius: var(--vc42-radius); background: rgba(25, 25, 112, .72); }
.vc42-panel h3 { margin: 0 0 .8rem; font-size: 2rem; line-height: 1.25; }
.vc42-panel p, .vc42-panel li { color: var(--vc42-muted); line-height: 2.3rem; }
.vc42-panel ul, .vc42-panel ol { margin: .8rem 0 0; padding-left: 2rem; }
.vc42-feature-icon { width: 4.6rem; height: 4.6rem; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 1.3rem; background: linear-gradient(135deg, var(--vc42-primary-soft), var(--vc42-primary)); color: #fff; font-size: 2.4rem; }
.vc42-promo-link { display: inline; border: 0; padding: 0; background: transparent; color: var(--vc42-accent); cursor: pointer; font-weight: 900; text-decoration: underline; text-underline-offset: .3rem; }
.vc42-promo-band { display: grid; gap: 1.5rem; padding: 2.2rem; border-radius: 2rem; background: linear-gradient(135deg, #0000a8, #314d8d 58%, #6a405f); box-shadow: var(--vc42-shadow); }
.vc42-promo-band h2 { margin: 0; }
.vc42-promo-band p { margin: .7rem 0 0; line-height: 2.3rem; color: #e9ebff; }
.vc42-payments { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
.vc42-payment { min-height: 4.4rem; display: inline-flex; align-items: center; gap: .7rem; padding: .8rem 1.1rem; border: .1rem solid rgba(255,255,255,.16); border-radius: 1rem; background: rgba(255,255,255,.07); font-weight: 800; }
.vc42-faq details { border-bottom: .1rem solid var(--vc42-border); }
.vc42-faq summary { min-height: 5.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-weight: 800; }
.vc42-faq details p { padding-bottom: 1.4rem; }

.vc42-footer { border-top: .1rem solid var(--vc42-border); margin-top: 2rem; padding: 3rem 0 8.4rem; background: #060823; }
.vc42-footer-grid { display: grid; gap: 2rem; }
.vc42-footer h2, .vc42-footer h3 { margin: 0 0 1rem; }
.vc42-footer p { color: var(--vc42-muted); line-height: 2.3rem; }
.vc42-footer-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.vc42-footer-links a { min-height: 4.4rem; display: inline-flex; align-items: center; padding: .8rem 1.1rem; border-radius: .9rem; background: rgba(255,255,255,.06); color: var(--vc42-muted); font-weight: 700; }
.vc42-footer-links a:hover { color: var(--vc42-accent); }
.vc42-footer-actions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .8rem; }
.vc42-copyright { margin-top: 2rem; padding-top: 1.6rem; border-top: .1rem solid rgba(255,255,255,.1); font-size: 1.3rem; }

.vc42-bottom-nav { position: fixed; inset: auto 0 0; z-index: 1000; height: 6.2rem; display: flex; justify-content: space-around; align-items: stretch; border-top: .1rem solid rgba(255,179,186,.38); background: #11144a; box-shadow: 0 -1rem 2.2rem rgba(0,0,0,.3); }
.vc42-bottom-item { min-width: 6rem; min-height: 6rem; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; border: 0; background: transparent; color: #bfc5e3; cursor: pointer; font-size: 1.05rem; transition: transform .16s ease, color .16s ease, background .16s ease; }
.vc42-bottom-item i, .vc42-bottom-item ion-icon, .vc42-bottom-item .material-icons { font-size: 2.3rem; line-height: 1; }
.vc42-bottom-item:hover, .vc42-bottom-item:active { transform: scale(.94); color: #fff; background: rgba(255,255,255,.06); }
.vc42-bottom-active { color: var(--vc42-accent); }
.vc42-bottom-featured { position: relative; color: #fff; }
.vc42-bottom-featured::before { content: ''; position: absolute; top: .5rem; width: 4.2rem; height: 4.2rem; z-index: -1; border-radius: 50%; background: #0000cd; box-shadow: 0 0 1.5rem rgba(70,130,180,.8); }

@media (max-width: 430px) {
  .vc42-container { width: min(100% - 1.6rem, 43rem); }
  .vc42-header { height: 6.6rem; }
  .vc42-main { padding-top: 6.6rem; padding-bottom: 8rem; }
  .vc42-brand { font-size: 1.65rem; }
  .vc42-logo { width: 2.8rem; height: 2.8rem; }
  .vc42-actions .vc42-btn { min-height: 4.4rem; padding: .7rem .9rem; font-size: 1.25rem; }
  .vc42-carousel, .vc42-slide-image { min-height: 25.5rem; }
  .vc42-slide-copy { inset: auto 1.4rem 2.6rem; }
  .vc42-slide-copy p { font-size: 1.4rem; line-height: 2rem; }
  .vc42-carousel-control { top: 40%; }
  .vc42-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; }
  .vc42-card-name { min-height: 4.4rem; padding: .6rem .35rem; font-size: 1.15rem; line-height: 1.35rem; }
  .vc42-footer-actions { grid-template-columns: 1fr; }
}

@media (min-width: 560px) {
  .vc42-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .vc42-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vc42-promo-band { grid-template-columns: 1fr auto; align-items: center; }
}

@media (min-width: 769px) {
  body { line-height: 1.6rem; }
  .vc42-main { padding-bottom: 0; }
  .vc42-bottom-nav { display: none; }
  .vc42-menu-button, .vc42-mobile-menu { display: none; }
  .vc42-desktop-nav { display: flex; }
  .vc42-carousel, .vc42-slide-image { min-height: 42rem; }
  .vc42-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.2rem; }
  .vc42-content-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vc42-footer { padding-bottom: 3rem; }
  .vc42-footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }
}

@media (min-width: 1040px) {
  .vc42-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
