:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --ink: #122033;
  --muted: #637083;
  --brand: #4f7cff;
  --brand-2: #22c5a3;
  --dark: #0d1726;
  --dark-2: #132238;
  --line: #dfe5ef;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(20, 38, 68, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(13, 23, 38, .96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
}
.logo-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  font-weight: 900;
}
.logo strong { display: block; font-family: "Space Grotesk"; font-size: 1.12rem; line-height: 1.1; }
.logo small { display: block; color: #aeb9c8; font-size: .7rem; margin-top: 3px; }

.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #e6edf5; font-weight: 600; font-size: .94rem; }
.main-nav a:hover { color: #8fb0ff; }
.nav-cta { padding: 11px 16px; border-radius: 10px; background: var(--brand); color: white !important; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: white; margin: 5px 0; }

.hero {
  color: white;
  background:
    radial-gradient(circle at 80% 10%, rgba(79,124,255,.22), transparent 32%),
    linear-gradient(135deg, #0d1726 0%, #12213a 62%, #102a2f 100%);
  padding: 100px 0 94px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 56px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  color: #79e2cb;
  font-size: .76rem;
  letter-spacing: .18em;
  font-weight: 800;
}
.eyebrow.dark { color: #315dd6; }
.hero h1, .section h2 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.05;
  letter-spacing: -.03em;
}
.hero h1 { font-size: clamp(2.25rem, 4.5vw, 4rem); margin: 15px 0 24px; }
.hero-copy > p { max-width: 760px; color: #cbd5e2; font-size: 1rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 800;
}
.btn-primary { background: var(--brand); color: white; }
.btn-primary:hover { background: #3d68e0; }
.btn-secondary { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #aeb9c8; font-size: .9rem; }

.hero-panel {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 20px 70px rgba(0,0,0,.22);
}
.panel-label { font-size: .72rem; letter-spacing: .17em; color: #90a0b4; font-weight: 800; }
.capability { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.capability:last-child { border-bottom: 0; }
.capability strong { display: block; font-size: 1.05rem; }
.capability span { color: #b7c2d0; font-size: .9rem; }

.metrics { background: white; border-bottom: 1px solid var(--line); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metrics-grid div { padding: 26px; text-align: center; border-right: 1px solid var(--line); }
.metrics-grid div:last-child { border-right: 0; }
.metrics strong { display: block; font-size: 1.4rem; font-family: "Space Grotesk"; }
.metrics span { display: block; color: var(--muted); font-size: .84rem; }

.section { padding: 94px 0; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 48px; }
.section h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); margin: 10px 0 18px; }
.section-heading p { color: var(--muted); }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.service-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 245px;
  background: white;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px rgba(20, 38, 68, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  opacity: 0;
  transition: opacity .2s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(79,124,255,.35);
}

.service-card:hover::before { opacity: 1; }

.icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  font-size: 1.8rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(79,124,255,.12), rgba(34,197,163,.14));
  border: 1px solid rgba(79,124,255,.12);
}

.service-card h3 {
  margin: 18px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.18rem;
  line-height: 1.25;
}

.service-card p {
  color: var(--muted);
  margin: 0;
  font-size: .95rem;
}

/* Highlights the newly added End User Support card (currently the final service). */
.service-card:last-child {
  background: linear-gradient(145deg, #ffffff 0%, #f4f8ff 100%);
  border-color: rgba(79,124,255,.28);
}

/* With seven service cards, keep the final card centered on desktop. */
.service-card:last-child:nth-child(3n + 1) {
  grid-column: 2;
}


.reporting-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.reporting-group {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 8px 24px rgba(20, 38, 68, .06);
}

.reporting-group-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-size: 1.7rem;
  background: linear-gradient(135deg, rgba(79,124,255,.12), rgba(34,197,163,.14));
  border: 1px solid rgba(79,124,255,.12);
}

.reporting-group h3 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.16rem;
}

.reporting-group p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: .94rem;
}

.reporting-group ul {
  margin: 0;
  padding-left: 20px;
  color: var(--ink);
}

.reporting-group li {
  margin: 7px 0;
  font-size: .92rem;
}


.reporting-tools {
  margin-top: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 28px;
  box-shadow: 0 8px 24px rgba(20, 38, 68, .05);
  text-align: center;
}

.reporting-tools h3 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.12rem;
}

.reporting-tools p {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
}

.reporting-support {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
  padding: 20px 24px;
  background: #f7f9fd;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.reporting-support strong {
  white-space: nowrap;
  color: var(--brand);
}

.reporting-support span {
  color: var(--muted);
  font-size: .92rem;
}

.reporting-actions {
  justify-content: center;
  margin-top: 30px;
}

.dark-section { background: var(--dark); color: white; }
.industry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.dark-section p { color: #bcc7d4; }
.industry-list { display: grid; gap: 15px; }
.industry-list div {
  background: var(--dark-2);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 21px;
}
.industry-list strong { display: block; margin-bottom: 4px; }
.industry-list span { color: #aeb9c8; font-size: .9rem; }

.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.solution-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
}
.solution-number { color: var(--brand); font-weight: 900; font-size: .82rem; }
.solution-card p { color: var(--muted); }

.alt-section { background: #edf2f9; }
.about-grid { display: block; }
.about-card {
  background: white;
  padding: 34px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding-left: 28px; margin: 12px 0; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--brand-2); font-weight: 900; }
.tag-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.tag-grid span {
  padding: 11px;
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 9px;
  text-align: center;
  font-size: .85rem;
  font-weight: 700;
}

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card {
  position: relative;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
}
.price-card.featured { border: 2px solid var(--brand); box-shadow: var(--shadow); transform: translateY(-8px); }
.badge {
  position: absolute;
  top: -14px;
  right: 22px;
  background: var(--brand);
  color: white;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
}
.price-label { display: block; color: var(--muted); font-weight: 800; }
.price-card strong { display: block; font-size: 1.7rem; font-family: "Space Grotesk"; margin: 8px 0; }
.price-card p { color: var(--muted); }

.contact-section { background: linear-gradient(135deg, #0d1726, #132b3f); color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; }
.contact-section p { color: #c2ccd7; }
.contact-details { display: grid; gap: 14px; margin-top: 28px; }
.contact-form { background: white; color: var(--ink); padding: 30px; border-radius: var(--radius); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; margin-bottom: 14px; font-weight: 700; font-size: .86rem; }
input, select, textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(79,124,255,.15); }
.form-note { margin: 10px 0 0; color: #1c9f7d !important; font-size: .86rem; }

footer { background: #08111d; color: #b6c0cc; padding: 34px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.footer-grid strong { color: white; }
.small { color: #8490a0; font-size: .78rem; }


.vendor-note {
  max-width: 860px;
  margin: 26px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: .82rem;
}

@media (max-width: 900px) {
  .main-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    padding: 24px;
    background: var(--dark);
  }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .industry-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .reporting-groups { grid-template-columns: 1fr; }
  .reporting-support { align-items: flex-start; flex-direction: column; }
  .service-card:last-child:nth-child(3n + 1) { grid-column: auto; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { transform: none; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1160px); }
  .hero { padding-top: 66px; }
  .hero h1 { font-size: 2.25rem; }
  .metrics-grid, .service-grid, .solution-grid, .pricing-grid, .form-row, .reporting-groups { grid-template-columns: 1fr; }
  .reporting-group { grid-template-columns: 1fr; }
  .reporting-support { flex-direction: column; align-items: flex-start; }
  .service-card { min-height: auto; padding: 24px; }
  .metrics-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-grid { flex-direction: column; }
}
