:root {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --ink: #0b1020;
  --muted: #667085;
  --line: #e7eaf0;
  --primary: #6d5dfc;
  --primary-dark: #5143d9;
  --accent: #34d4b3;
  --dark: #0b1020;
  --dark-2: #11182c;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(22, 30, 55, 0.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.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; position: relative; }
.page-glow { position: fixed; width: 460px; height: 460px; border-radius: 50%; filter: blur(130px); opacity: .13; pointer-events: none; z-index: -1; }
.glow-one { background: var(--primary); top: -150px; right: -120px; }
.glow-two { background: var(--accent); left: -180px; top: 45%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(246,248,252,.82);
  border-bottom: 1px solid rgba(231,234,240,.8);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 43px; height: 43px; display: grid; place-items: center;
  color: white; font-family: "Space Grotesk"; font-weight: 700;
  background: linear-gradient(135deg, var(--primary), #9d64ff 65%, var(--accent));
  border-radius: 13px; box-shadow: 0 10px 25px rgba(109,93,252,.3);
}
.brand strong { display: block; font: 700 20px/1 "Space Grotesk"; }
.brand small { display: block; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { font-size: 14px; font-weight: 600; color: #424b60; }
.site-nav a:hover { color: var(--primary); }
.nav-cta { padding: 12px 18px; color: white !important; border-radius: 12px; background: var(--dark); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { padding-top: 105px; min-height: 760px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); margin-bottom: 20px; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #a99fff; }
.hero h1, .section h2 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -.045em; line-height: 1.04; margin: 0;
}
.hero h1 { font-size: clamp(3rem, 6vw, 5.6rem); max-width: 780px; }
.hero-text { font-size: 18px; max-width: 690px; color: var(--muted); margin: 28px 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 24px; border-radius: 14px; font-weight: 700; border: 1px solid transparent; cursor: pointer; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), #8d5cff); color: white; box-shadow: 0 14px 30px rgba(109,93,252,.28); }
.btn-secondary { background: white; border-color: var(--line); box-shadow: 0 8px 30px rgba(20,27,45,.05); }
.hero-trust { display: flex; gap: 36px; margin-top: 42px; }
.hero-trust div { display: grid; }
.hero-trust strong { font-size: 18px; }
.hero-trust span { color: var(--muted); font-size: 12px; }

.hero-visual { position: relative; }
.dashboard-card {
  background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.9);
  box-shadow: var(--shadow); border-radius: 30px; padding: 28px; transform: rotate(1deg);
}
.dashboard-top { display: flex; justify-content: space-between; gap: 20px; align-items: start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.dashboard-top small { color: var(--muted); }
.dashboard-top h3 { margin: 3px 0 0; font: 700 23px "Space Grotesk"; }
.live-dot { font-size: 12px; font-weight: 700; color: #13866d; background: #e0faf4; padding: 7px 11px; border-radius: 999px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 20px 0; }
.metric { padding: 18px; border-radius: 18px; background: #f7f8fc; }
.metric span, .metric small { display: block; color: var(--muted); font-size: 12px; }
.metric strong { font: 700 32px "Space Grotesk"; display: block; margin: 4px 0; }
.automation-flow { background: var(--dark); color: white; border-radius: 22px; padding: 18px; }
.flow-item { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; }
.flow-item div { display: grid; }
.flow-item small { color: #9ca6bd; }
.flow-item b { color: var(--accent); }
.flow-icon { width: 38px; height: 38px; display: grid; place-items: center; background: #202a44; border-radius: 11px; font-size: 12px; }
.flow-line { width: 1px; height: 26px; background: #38435d; margin-left: 19px; }
.flow-item.active .flow-icon { background: var(--primary); }
.floating-card { position: absolute; padding: 12px 16px; border-radius: 13px; background: white; box-shadow: 0 16px 40px rgba(23,30,55,.16); font-size: 13px; font-weight: 700; }
.card-a { top: -24px; right: -30px; }
.card-b { bottom: -22px; left: -30px; }

.logo-strip { padding: 28px 0; border-block: 1px solid var(--line); background: rgba(255,255,255,.58); }
.logo-strip p { text-align: center; color: var(--muted); font-size: 13px; }
.industry-list { display: flex; justify-content: center; gap: 34px; flex-wrap: wrap; font-weight: 700; color: #8a93a7; }

.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section h2 { font-size: clamp(2.5rem, 5vw, 4.2rem); }
.section-heading p { color: var(--muted); font-size: 17px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: var(--surface); border: 1px solid var(--line); padding: 30px; border-radius: var(--radius); transition: .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card.featured { background: linear-gradient(145deg, #10182c, #1b2440); color: white; border-color: transparent; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #efedff; color: var(--primary); font-size: 21px; }
.featured .service-icon { background: rgba(255,255,255,.1); color: var(--accent); }
.service-card h3 { font: 700 22px "Space Grotesk"; margin: 20px 0 10px; }
.service-card p { color: var(--muted); }
.featured p { color: #b7bfd1; }
.service-card ul { list-style: none; padding: 0; margin: 20px 0 0; }
.service-card li { padding: 7px 0 7px 22px; position: relative; color: #495268; font-size: 14px; }
.featured li { color: #d3d8e3; }
.service-card li:before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 800; }
.featured li:before { color: var(--accent); }

.dark-section { background: linear-gradient(135deg, #090e1b, #111a31); color: white; }
.split-layout { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 75px; }
.lead-light { color: #aeb6c7; max-width: 650px; font-size: 17px; }
.solution-points { margin-top: 38px; display: grid; gap: 22px; }
.solution-points > div { display: grid; grid-template-columns: 44px 1fr; gap: 16px; }
.solution-points > div > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #34405a; border-radius: 12px; color: var(--accent); font-size: 12px; font-weight: 700; }
.solution-points h4 { margin: 0 0 4px; font: 700 18px "Space Grotesk"; }
.solution-points p { margin: 0; color: #99a3b8; }
.roi-card { padding: 34px; border-radius: 28px; background: linear-gradient(160deg, #fff, #f2f3ff); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.roi-label { display: inline-block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: var(--primary); }
.roi-card h3 { font: 700 30px/1.15 "Space Grotesk"; }
.roi-flow { display: grid; gap: 10px; margin: 26px 0; }
.roi-flow span { padding: 13px 15px; background: white; border: 1px solid var(--line); border-radius: 12px; font-weight: 700; }
.roi-flow b { text-align: center; color: var(--primary); }
.roi-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 25px 0; }
.roi-stats div { background: #eceafe; padding: 18px; border-radius: 14px; }
.roi-stats strong, .roi-stats span { display: block; }
.roi-stats span { font-size: 12px; color: var(--muted); }
.roi-card > a { color: var(--primary); font-weight: 800; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid article { padding: 28px; border-radius: var(--radius); background: white; border: 1px solid var(--line); }
.process-grid article > span { color: var(--primary); font: 700 13px "Space Grotesk"; }
.process-grid h3 { font: 700 22px "Space Grotesk"; margin: 18px 0 8px; }
.process-grid p { color: var(--muted); margin: 0; font-size: 14px; }

.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.about-panel { min-height: 470px; border-radius: 32px; background: linear-gradient(135deg, #ece9ff, #dff9f2); padding: 34px; position: relative; overflow: hidden; }
.about-panel:before { content:""; position:absolute; width:280px; height:280px; background:var(--primary); filter:blur(90px); opacity:.25; border-radius:50%; right:-80px; top:-60px; }
.mini-panel { position: absolute; background: rgba(255,255,255,.92); box-shadow: var(--shadow); border-radius: 20px; padding: 24px; }
.mini-panel.one { width: 55%; left: 9%; top: 12%; }
.mini-panel.one span { width: 52px; height: 52px; display: grid; place-items: center; background: var(--dark); color:white; border-radius: 15px; font-weight: 800; margin-bottom: 40px; }
.mini-panel.one strong { font: 700 21px "Space Grotesk"; }
.mini-panel.two { width: 62%; right: 7%; bottom: 11%; }
.mini-panel.two strong { font: 700 19px "Space Grotesk"; }
.bar { height: 9px; background: #e9ebf2; border-radius: 999px; margin: 22px 0 12px; }
.bar i { display: block; width: 78%; height: 100%; border-radius: 999px; background: linear-gradient(90deg,var(--primary),var(--accent)); }
.mini-panel.two small { color: var(--muted); }
.about-copy p { color: var(--muted); font-size: 17px; }
.about-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.about-checks span { font-weight: 600; font-size: 14px; }

.contact-section { background: linear-gradient(135deg, #0b1020, #17213a); color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: start; }
.contact-copy > p { color: #aeb6c7; font-size: 17px; }
.contact-details { display: grid; gap: 20px; margin-top: 38px; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: #7f8aa2; margin-bottom: 4px; }
.contact-form { background: white; color: var(--ink); padding: 32px; border-radius: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 700; margin-bottom: 16px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; border: 1px solid #dfe3eb; border-radius: 12px; padding: 13px 14px; color: var(--ink); background: #fbfcfe; outline: none;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(109,93,252,.1); }
.full { width: 100%; border: 0; }
.form-note { color: var(--muted); font-size: 11px; margin: 12px 0 0; }

footer { background: #070b14; color: white; padding: 72px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1.1fr; gap: 50px; }
.footer-brand small { color: #7f8aa2; }
footer p { color: #8f99ae; font-size: 14px; }
footer h4 { font: 700 15px "Space Grotesk"; margin-top: 0; }
footer .footer-grid > div > a:not(.brand):not(.footer-cta) { display: block; color: #98a2b6; font-size: 14px; margin: 9px 0; }
.footer-cta { color: #b6adff; font-weight: 700; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid #1c2434; display: flex; justify-content: space-between; gap: 20px; color: #69748a; font-size: 12px; }

@media (max-width: 980px) {
  .site-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; background: white; padding: 22px; border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .split-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-visual { max-width: 680px; margin: 20px auto 0; width: 100%; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 26px, 1180px); }
  .section { padding: 78px 0; }
  .hero h1 { font-size: 3rem; }
  .services-grid, .process-grid, .form-row, .about-checks, .footer-grid { grid-template-columns: 1fr; }
  .hero-trust { gap: 18px; flex-wrap: wrap; }
  .dashboard-card { padding: 18px; }
  .metric-row { grid-template-columns: 1fr; }
  .floating-card { display: none; }
  .about-panel { min-height: 390px; }
  .mini-panel.one { width: 70%; }
  .mini-panel.two { width: 76%; }
  .footer-bottom { flex-direction: column; }
}
