:root {
  --wc-ink: #10233f;
  --wc-muted: #607089;
  --wc-blue: #2563eb;
  --wc-blue-dark: #164ac6;
  --wc-cyan: #06b6d4;
  --wc-violet: #7c3aed;
  --wc-surface: #f5f8ff;
  --wc-white: #fff;
  --wc-line: rgba(16, 35, 63, .12);
  --wc-radius: 24px;
  --wc-shadow: 0 24px 70px rgba(30, 64, 175, .13);
  --cassiopeia-font-family-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --cassiopeia-font-family-headings: Inter, ui-sans-serif, system-ui, sans-serif;
  --cassiopeia-color-primary: var(--wc-blue);
  --cassiopeia-color-link: var(--wc-blue);
}

html { scroll-behavior: smooth; }
body {
  color: var(--wc-ink);
  background: #fff;
  font-size: 1.03rem;
  line-height: 1.72;
}
a { color: var(--wc-blue); }
h1, h2, h3, h4 {
  color: var(--wc-ink);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
}
h1 { font-size: clamp(2.5rem, 6vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }

.container-header {
  background: rgba(255, 255, 255, .93);
  border-bottom: 1px solid var(--wc-line);
  box-shadow: 0 8px 40px rgba(16, 35, 63, .06);
  backdrop-filter: blur(16px);
  color: var(--wc-ink);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto;
  min-height: 82px;
  padding-inline: max(1rem, calc((100vw - 1200px) / 2));
}
.container-header .grid-child {
  width: auto;
  max-width: none;
  padding: 0;
}
.navbar-brand { align-items: center; display: flex; min-height: 82px; }
.brand-logo {
  color: var(--wc-ink) !important;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -.045em;
  text-decoration: none;
}
.brand-logo span::after { color: var(--wc-blue); content: "."; }
.container-nav { align-items: center; display: flex; }
.container-header .mod-menu { align-items: center; display: flex; gap: .25rem; }
.container-header .metismenu > li > a {
  color: var(--wc-ink);
  font-weight: 700;
  padding: .75rem .85rem;
  text-decoration: none;
}
.container-header .metismenu > li:last-child > a {
  background: var(--wc-blue);
  border-radius: 999px;
  color: #fff;
  margin-left: .45rem;
  padding-inline: 1.2rem;
}

.site-grid { display: block; }
.container-component { max-width: 1120px; padding: 4.5rem 1.25rem; }
.itemid-101 .container-component { display: none; }
.container-banner { margin: 0; max-width: none; padding: 0; }
.wc-home { overflow: hidden; }
.wc-section { padding: clamp(4.5rem, 9vw, 8rem) 1.25rem; }
.wc-wrap { margin: 0 auto; max-width: 1160px; }
.wc-kicker {
  color: var(--wc-blue);
  display: inline-block;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .14em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.wc-lead { color: var(--wc-muted); font-size: clamp(1.1rem, 2vw, 1.3rem); max-width: 700px; }
.wc-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.wc-btn {
  align-items: center;
  background: var(--wc-blue);
  border: 2px solid var(--wc-blue);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 800;
  gap: .5rem;
  justify-content: center;
  padding: .92rem 1.45rem;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.wc-btn:hover { background: var(--wc-blue-dark); box-shadow: 0 12px 30px rgba(37, 99, 235, .25); transform: translateY(-2px); }
.wc-btn--ghost { background: transparent; color: var(--wc-ink) !important; }

.wc-hero {
  background:
    radial-gradient(circle at 82% 22%, rgba(6, 182, 212, .21), transparent 27%),
    radial-gradient(circle at 70% 70%, rgba(124, 58, 237, .15), transparent 26%),
    linear-gradient(135deg, #f8fbff 0%, #eef4ff 54%, #fff 100%);
  min-height: 720px;
  padding-top: clamp(5rem, 10vw, 9rem);
  position: relative;
}
.wc-hero-grid { align-items: center; display: grid; gap: 4rem; grid-template-columns: 1.14fr .86fr; }
.wc-hero h1 { margin: 0 0 1.5rem; max-width: 800px; }
.wc-gradient { background: linear-gradient(100deg, var(--wc-blue), var(--wc-violet), var(--wc-cyan)); background-clip: text; color: transparent; }
.wc-trust { color: var(--wc-muted); display: flex; flex-wrap: wrap; font-size: .92rem; gap: 1.3rem; margin-top: 2.2rem; }
.wc-trust span::before { color: var(--wc-blue); content: "✓"; font-weight: 900; margin-right: .4rem; }
.wc-browser {
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 28px;
  box-shadow: var(--wc-shadow);
  padding: .75rem;
  transform: rotate(2deg);
}
.wc-browser-bar { display: flex; gap: .35rem; padding: .4rem .35rem .85rem; }
.wc-browser-bar i { background: #dbe5f5; border-radius: 50%; height: 9px; width: 9px; }
.wc-screen { background: linear-gradient(145deg, #10233f, #1e3a8a); border-radius: 19px; color: #fff; min-height: 390px; padding: 2.5rem; position: relative; overflow: hidden; }
.wc-screen::after { background: var(--wc-cyan); border-radius: 50%; content: ""; filter: blur(2px); height: 170px; opacity: .4; position: absolute; right: -35px; top: 40px; width: 170px; }
.wc-screen small { color: #93c5fd; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wc-screen strong { display: block; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; margin: 1.2rem 0; max-width: 330px; }
.wc-screen p { color: #cbd5e1; max-width: 290px; }

.wc-center { margin-inline: auto; max-width: 760px; text-align: center; }
.wc-grid { display: grid; gap: 1.3rem; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
.wc-card {
  background: #fff;
  border: 1px solid var(--wc-line);
  border-radius: var(--wc-radius);
  box-shadow: 0 14px 50px rgba(16,35,63,.06);
  padding: 2rem;
  transition: transform .2s ease, box-shadow .2s ease;
}
.wc-card:hover { box-shadow: var(--wc-shadow); transform: translateY(-5px); }
.wc-icon {
  align-items: center;
  background: #eaf1ff;
  border-radius: 16px;
  color: var(--wc-blue);
  display: inline-flex;
  font-size: 1.4rem;
  height: 52px;
  justify-content: center;
  margin-bottom: 1.3rem;
  width: 52px;
}
.wc-card p { color: var(--wc-muted); margin-bottom: 0; }
.wc-surface { background: var(--wc-surface); }
.wc-process { counter-reset: step; display: grid; gap: 1.5rem; grid-template-columns: repeat(4, 1fr); margin-top: 3.5rem; }
.wc-step { border-top: 2px solid #cbd9f6; padding-top: 1.5rem; }
.wc-step::before { color: var(--wc-blue); content: "0" counter(step); counter-increment: step; display: block; font-size: .9rem; font-weight: 900; margin-bottom: .8rem; }
.wc-step p { color: var(--wc-muted); font-size: .96rem; }
.wc-cta { background: linear-gradient(135deg, #10233f, #1d4ed8 72%, #06b6d4); border-radius: 34px; color: #fff; padding: clamp(2.5rem, 7vw, 5.5rem); }
.wc-cta h2, .wc-cta p { color: #fff; }
.wc-cta p { max-width: 650px; opacity: .82; }

.com-content-article { max-width: 850px; }
.com-content-article h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); margin-bottom: 2rem; }
.com-content-article h2 { font-size: clamp(1.65rem, 4vw, 2.5rem); margin-top: 3.2rem; }
.wc-page-intro { color: var(--wc-muted); font-size: 1.28rem; }
.wc-list { display: grid; gap: 1rem; list-style: none; margin: 2rem 0; padding: 0; }
.wc-list li { background: var(--wc-surface); border-radius: 16px; padding: 1rem 1.2rem; }
.wc-list li::before { color: var(--wc-blue); content: "✓"; font-weight: 900; margin-right: .65rem; }
.wc-faq details { border-bottom: 1px solid var(--wc-line); padding: 1.2rem 0; }
.wc-faq summary { cursor: pointer; font-size: 1.1rem; font-weight: 800; }
.wc-faq details p { color: var(--wc-muted); }

.container-footer { background: #0b172b; color: #cbd5e1; padding: 3rem 1.25rem; }
.wc-footer { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: space-between; width: 100%; }
.wc-footer strong { color: #fff; font-size: 1.25rem; }
.wc-footer a { color: #bfdbfe; }

@media (max-width: 920px) {
  .container-header { display: block; padding-inline: 1rem; }
  .container-nav { padding-bottom: 1rem !important; }
  .container-header .mod-menu { align-items: flex-start; flex-direction: column; }
  .container-header .metismenu > li:last-child > a { margin-left: 0; }
  .wc-hero-grid { grid-template-columns: 1fr; }
  .wc-browser { max-width: 620px; }
  .wc-grid { grid-template-columns: 1fr 1fr; }
  .wc-process { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .wc-hero { min-height: auto; }
  .wc-grid, .wc-process { grid-template-columns: 1fr; }
  .wc-screen { min-height: 330px; padding: 1.8rem; }
  .wc-actions .wc-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
