
:root {
  --bg: #f8f9ff;
  --ink: #111827;
  --muted: #5b6475;
  --brand: #5b5df0;
  --brand-2: #00b7ff;
  --surface: #ffffff;
  --line: #e9ecf5;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(1200px 600px at 20% -10%, #e8ebff 0%, transparent 55%),
              radial-gradient(1000px 500px at 100% 0%, #def7ff 0%, transparent 45%),
              var(--bg);
}

.navbar {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid rgba(233, 236, 245, 0.95);
}

.navbar-brand {
  font-weight: 800;
  color: #111 !important;
  letter-spacing: .2px;
}

.site-logo {
  height: 54px;
  width: auto;
  display: block;
}

.hero-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, #0f1630 0%, #19264f 45%, #263b77 100%);
  color: #fff;
  box-shadow: 0 30px 60px rgba(20, 30, 60, 0.25);
}

.hero-wrap::before {
  content: "";
  position: absolute;
  inset: auto -120px -140px auto;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at 30% 30%, rgba(0,183,255,.7), rgba(91,93,240,.5), transparent 70%);
  border-radius: 50%;
}

.hero-chip {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: .85rem;
}

.metric-box {
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 14px;
}

.metric-box .num {
  font-size: 1.3rem;
  font-weight: 700;
}

.section-title {
  font-weight: 800;
  letter-spacing: -0.2px;
}

.glass {
  background: rgba(255,255,255,.72);
  border: 1px solid #ebeffb;
  box-shadow: 0 10px 35px rgba(50, 60, 100, .08);
  border-radius: 18px;
}

.service-card,
.industry-pill,
.article-card,
.step-card,
.cta-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  height: 100%;
}

.service-card {
  padding: 20px;
  position: relative;
}

.service-card .icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(130deg, rgba(91,93,240,.15), rgba(0,183,255,.15));
  color: #2c36b8;
  font-weight: 700;
}

.service-card:hover,
.article-card:hover,
.step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(65,80,140,.10);
  transition: all .2s ease;
}

.industry-pill {
  padding: 12px 14px;
  text-align: center;
  font-weight: 600;
}

.industry-board {
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  border: 1px solid #e7ecf8;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(31, 42, 70, 0.08);
}

.industry-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f8faff;
  border: 1px solid #e6ebf6;
  border-radius: 12px;
  padding: 13px 14px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #1d2b4f;
}

.industry-item:last-child {
  margin-bottom: 0;
}

.industry-check {
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #fff;
  background: linear-gradient(135deg, #2f7cf7 0%, #2a62dd 100%);
  box-shadow: 0 4px 10px rgba(47, 124, 247, 0.35);
}

.timeline {
  border-left: 2px dashed #d9deed;
  padding-left: 18px;
}

.timeline .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 0 0 4px #eef1ff;
}

.cta-banner {
  background: linear-gradient(135deg, #111b3c 0%, #273a79 60%, #3150a2 100%);
  color: #fff;
  border-radius: 20px;
}

.form-panel {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8ecf7;
}

.footer {
  background: #0f1630;
  color: #d2d8ec;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-logo {
  height: 48px;
  width: auto;
  display: block;
  filter: none;
}

.page-head {
  background: linear-gradient(140deg, #151f43 0%, #22356f 55%, #3656a9 100%);
  color: #fff;
  border-radius: 18px;
}

.kv {
  color: var(--muted);
}

.testimonial-card {
  border: 1px solid #e5eaf6;
  background: #fafcff;
  border-radius: 12px;
  padding: 14px 16px;
}

.accordion-item {
  border: 1px solid #e5eaf6;
}

.accordion-button {
  font-weight: 600;
}
