:root {
  --cp-navy: #0b1739;
  --cp-navy-2: #122451;
  --cp-blue: #2563eb;
  --cp-blue-dark: #1d4ed8;
  --cp-mint: #16a36a;
  --cp-surface: #f6f8fc;
  --cp-border: #e2e8f0;
  --cp-text: #172033;
  --cp-muted: #64748b;
  --cp-radius: 20px;
  --cp-shadow: 0 20px 55px rgba(11, 23, 57, .09);
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cp-text); background: #fff; font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6 { color: var(--cp-navy); font-family: inherit; font-weight: 700; letter-spacing: -.025em; }
p { line-height: 1.75; }
a { color: var(--cp-blue); }
a:hover { color: var(--cp-blue-dark); }
.text-secondary { color: var(--cp-muted) !important; }
.bg-soft { background: var(--cp-surface); }
.section-space { padding: 88px 0; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading.text-center { margin-left: auto; margin-right: auto; }
.section-eyebrow { display: inline-flex; align-items: center; gap: .45rem; margin-bottom: 1rem; color: var(--cp-blue); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.display-title { font-size: clamp(2.4rem, 5vw, 4.75rem); line-height: 1.04; font-weight: 800; }
.lead-copy { color: var(--cp-muted); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.7; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 2000; padding: .75rem 1rem; color: #fff; background: var(--cp-navy); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { color: #fff; transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(37, 99, 235, .45); outline-offset: 3px; }

.site-header { z-index: 1030; background: rgba(255, 255, 255, .93); border-bottom: 1px solid rgba(226, 232, 240, .9); backdrop-filter: blur(16px); }
.site-header .navbar { min-height: 76px; }
.brand-logo { display: block; width: 210px; max-width: 100%; height: 40px; object-fit: contain; object-position: left center; }
.site-header .nav-link { color: #334155 !important; font-size: .94rem; font-weight: 600; border-radius: 9px; }
.site-header .nav-link:hover, .site-header .nav-link.active { color: var(--cp-blue) !important; background: #eff6ff; }
.site-header .dropdown-menu { padding: .65rem; border: 1px solid var(--cp-border); border-radius: 14px; box-shadow: var(--cp-shadow); }
.site-header .dropdown-item { padding: .65rem .8rem; color: #334155; font-weight: 600; border-radius: 9px; }
.site-header .dropdown-item:hover { color: var(--cp-blue); background: #eff6ff; }
.navbar-toggler { border: 0; box-shadow: none !important; }

.btn { border-radius: 11px; font-weight: 700; }
.btn-primary { background: var(--cp-blue); border-color: var(--cp-blue); box-shadow: 0 8px 20px rgba(37, 99, 235, .18); }
.btn-primary:hover { background: var(--cp-blue-dark); border-color: var(--cp-blue-dark); transform: translateY(-1px); }
.btn-outline-primary { color: var(--cp-blue); border-color: #b8cdfd; }
.btn-outline-primary:hover { background: #eff6ff; color: var(--cp-blue-dark); border-color: var(--cp-blue); }
.btn-lg { min-height: 52px; padding: .8rem 1.3rem; }

.hero-public { position: relative; overflow: hidden; padding: 104px 0 96px; background: radial-gradient(circle at 78% 15%, rgba(59, 130, 246, .18), transparent 31%), linear-gradient(145deg, #f8fbff 0%, #fff 52%, #eef4ff 100%); }
.hero-public::before { content: ""; position: absolute; width: 360px; height: 360px; right: -170px; bottom: -200px; border: 70px solid rgba(37, 99, 235, .07); border-radius: 50%; }
.hero-dark { color: #fff; background: radial-gradient(circle at 85% 5%, rgba(37, 99, 235, .52), transparent 35%), linear-gradient(135deg, #071126, var(--cp-navy) 55%, #142d68); }
.hero-dark h1, .hero-dark h2, .hero-dark h3 { color: #fff; }
.hero-dark .lead-copy { color: #cbd5e1; }
.pill { display: inline-flex; align-items: center; gap: .5rem; padding: .55rem .85rem; color: var(--cp-blue); background: #eaf1ff; border: 1px solid #d7e5ff; border-radius: 999px; font-size: .8rem; font-weight: 800; }
.hero-dark .pill { color: #dbeafe; background: rgba(59, 130, 246, .16); border-color: rgba(147, 197, 253, .22); }
.hero-panel { position: relative; padding: 1.4rem; background: rgba(255, 255, 255, .92); border: 1px solid rgba(226, 232, 240, .85); border-radius: 26px; box-shadow: var(--cp-shadow); }
.hero-dark .hero-panel { color: var(--cp-text); }
.hero-video { overflow: hidden; border-radius: 18px; aspect-ratio: 16 / 10; background: #dbeafe; }
.hero-video video, .hero-video img { width: 100%; height: 100%; object-fit: cover; }
.product-console { overflow: hidden; background: #fff; border: 1px solid var(--cp-border); border-radius: 24px; box-shadow: var(--cp-shadow); transform: rotate(1deg); }
.console-head { display: flex; align-items: center; gap: 7px; padding: 15px 18px; background: #f1f5f9; border-bottom: 1px solid var(--cp-border); }
.console-head > span { width: 9px; height: 9px; background: #cbd5e1; border-radius: 50%; }.console-head small { margin-left: auto; color: var(--cp-muted); }
.console-body { padding: 36px; }.product-main-icon { display: grid; place-items: center; width: 82px; height: 82px; margin-bottom: 28px; color: #fff; background: linear-gradient(145deg,var(--cp-blue),#1644a3); border-radius: 22px; font-size: 2.2rem; box-shadow: 0 16px 35px rgba(37,99,235,.25); }
.status-line { display: flex; gap: .7rem; padding: .9rem 0; color: #334155; border-bottom: 1px solid #edf1f7; font-weight: 600; }.status-line:last-child { border: 0; }.status-line i { color: var(--cp-mint); }
.trust-visual { position: relative; min-height: 410px; display: grid; place-items: center; }
.trust-core { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 190px; height: 190px; color: #fff; background: linear-gradient(145deg, var(--cp-blue), #153a82); border: 10px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 24px 60px rgba(37,99,235,.28); }
.trust-core i { margin-bottom: .4rem; font-size: 2.5rem; }.trust-core strong { font-size: 1.15rem; }.trust-core small { color: #dbeafe; }
.trust-orbit { position: absolute; border: 1px dashed #a9c4f8; border-radius: 50%; }.orbit-one { width: 300px; height: 300px; }.orbit-two { width: 390px; height: 390px; opacity: .55; }
.trust-chip { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: .35rem; padding: .58rem .78rem; color: var(--cp-navy); background: rgba(255,255,255,.96); border: 1px solid var(--cp-border); border-radius: 999px; box-shadow: 0 12px 30px rgba(11,23,57,.1); font-size: .76rem; font-weight: 700; white-space: nowrap; }.trust-chip i { color: var(--cp-blue); }.chip-a { top: 42px; left: 12px; }.chip-b { top: 42px; right: 8px; }.chip-c { top: 176px; right: -12px; }.chip-d { right: 22px; bottom: 35px; }.chip-e { bottom: 35px; left: 20px; }.chip-f { top: 176px; left: -18px; }

.modern-card { height: 100%; padding: 28px; background: #fff; border: 1px solid var(--cp-border); border-radius: var(--cp-radius); box-shadow: 0 10px 35px rgba(11, 23, 57, .05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.modern-card:hover { transform: translateY(-4px); border-color: #c7d7fb; box-shadow: var(--cp-shadow); }
.icon-box { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 20px; color: var(--cp-blue); background: #eaf1ff; border-radius: 15px; font-size: 1.45rem; }
.check-list { padding: 0; margin: 0; list-style: none; }
.check-list li { display: flex; gap: .65rem; margin-bottom: .8rem; color: #475569; }
.check-list i { color: var(--cp-mint); }
.metric { padding: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }
.metric strong { display: block; color: #fff; }
.metric small { color: #cbd5e1; }
.pricing-card { display: flex; flex-direction: column; height: 100%; padding: 30px; background: #fff; border: 1px solid var(--cp-border); border-radius: 22px; box-shadow: 0 12px 38px rgba(11, 23, 57, .06); }
.pricing-card.is-featured { border: 2px solid var(--cp-blue); box-shadow: 0 20px 50px rgba(37, 99, 235, .13); }
.price { color: var(--cp-navy); font-size: 2rem; font-weight: 800; }
.page-hero { padding: 74px 0 60px; background: linear-gradient(150deg, #f7faff, #eef4ff); border-bottom: 1px solid var(--cp-border); }
.content-panel { padding: clamp(24px, 4vw, 48px); background: #fff; border: 1px solid var(--cp-border); border-radius: 22px; box-shadow: 0 14px 42px rgba(11, 23, 57, .06); }
.content-panel h2 { margin-top: 2rem; font-size: 1.4rem; }
.content-panel h2:first-child { margin-top: 0; }
.form-control, .form-select { min-height: 48px; border-color: #cbd5e1; border-radius: 10px; }
.form-control:focus, .form-select:focus { border-color: var(--cp-blue); box-shadow: 0 0 0 .2rem rgba(37, 99, 235, .13); }
.cta-panel { padding: clamp(30px, 6vw, 64px); color: #fff; background: linear-gradient(135deg, #08142e, #153a82); border-radius: 28px; }
.cta-panel h2 { color: #fff; }
.table-modern { overflow: hidden; border: 1px solid var(--cp-border); border-radius: 18px; box-shadow: 0 12px 35px rgba(11, 23, 57, .05); }
.table-modern th { color: #fff; background: var(--cp-navy); }

.site-footer { color: #cbd5e1; background: #081126; }
.site-footer .footer-logo { display: block; width: 220px; max-width: 100%; height: auto; filter: none; }
.site-footer h2, .site-footer h3, .site-footer h6 { color: #fff; }
.footer-link { display: inline-block; padding: .25rem 0; color: #aebbd0; text-decoration: none; }
.footer-link:hover { color: #fff; }
.footer-note { border-color: rgba(148, 163, 184, .2) !important; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 1020; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; color: #fff; background: var(--cp-blue); border-radius: 50%; box-shadow: 0 10px 25px rgba(37,99,235,.28); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { color: #fff; background: var(--cp-blue-dark); }

@media (max-width: 1199.98px) {
  .site-header .navbar-collapse { margin-top: .6rem; padding: 1rem; background: #fff; border: 1px solid var(--cp-border); border-radius: 16px; box-shadow: var(--cp-shadow); }
  .site-header .nav-link { padding: .7rem .8rem; }
}
@media (max-width: 767.98px) {
  .brand-logo { width: 172px; height: 34px; }
  .section-space { padding: 64px 0; }
  .hero-public { padding: 72px 0 64px; }
  .page-hero { padding: 54px 0 44px; }
  .mobile-stack .btn { width: 100%; }
  .content-panel { border-radius: 16px; }
  .trust-visual { min-height: 370px; transform: scale(.82); margin: -25px -34px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
