:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-soft: #eef4fb;
  --ink: #102030;
  --muted: #627083;
  --line: #dce5ef;
  --primary: #1667ff;
  --primary-dark: #0d45bd;
  --accent: #00c2a8;
  --dark: #071626;
  --dark-soft: #10273e;
  --radius: 24px;
  --shadow: 0 20px 60px rgba(7, 22, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 92px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 248, 251, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220, 229, 239, .75);
}
.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.03em; }
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 10px 25px rgba(22, 103, 255, .25);
}
.brand-text { font-size: 1.2rem; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #314256; font-weight: 650; font-size: .95rem; }
.nav-links a:hover { color: var(--primary); }
.nav-cta {
  padding: 11px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  box-shadow: 0 8px 22px rgba(16, 32, 48, .06);
}
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: white; border-radius: 12px; padding: 10px; box-shadow: 0 8px 20px rgba(16, 32, 48, .08); }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 194, 168, .14), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(22, 103, 255, .17), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; min-height: 660px; }
.eyebrow { margin: 0 0 14px; color: var(--primary); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 850; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.6rem); line-height: .9; letter-spacing: -0.08em; margin-bottom: 28px; max-width: 780px; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -0.06em; margin-bottom: 22px; }
h3 { font-size: 1.25rem; line-height: 1.15; letter-spacing: -0.03em; margin-bottom: 12px; }
p { color: var(--muted); }
.hero-text { font-size: 1.17rem; max-width: 630px; margin-bottom: 34px; }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--primary); box-shadow: 0 14px 30px rgba(22, 103, 255, .24); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary { background: white; border: 1px solid var(--line); color: var(--ink); }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.trust-row span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: #43546a; background: rgba(255,255,255,.72); font-size: .9rem; font-weight: 700; }

.hero-visual { position: relative; min-height: 560px; }
.dashboard-card {
  position: absolute;
  inset: 80px 20px auto 20px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(220, 229, 239, .9);
  border-radius: 34px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}
.main-card { padding: 28px; min-height: 390px; }
.card-topline { height: 12px; width: 44%; border-radius: 999px; background: linear-gradient(90deg, var(--primary), var(--accent)); margin-bottom: 34px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 40px; }
.metric-row div { padding: 18px; border-radius: 20px; background: #f5f8fc; border: 1px solid var(--line); }
.metric-label { display: block; color: var(--muted); font-weight: 750; font-size: .82rem; margin-bottom: 8px; }
.metric-row strong { font-size: 2.2rem; letter-spacing: -0.06em; }
.chart-bars { height: 160px; display: flex; align-items: end; gap: 16px; padding: 20px; border-radius: 24px; background: linear-gradient(180deg, #f6f8fb, #eef4fb); border: 1px solid var(--line); }
.chart-bars span { flex: 1; border-radius: 999px 999px 6px 6px; background: linear-gradient(180deg, var(--accent), var(--primary)); opacity: .9; }
.floating-card { position: absolute; z-index: 2; padding: 16px 20px; border-radius: 999px; background: var(--dark); color: white; font-weight: 800; box-shadow: 0 18px 40px rgba(7, 22, 38, .24); }
.card-one { top: 38px; right: 10px; }
.card-two { bottom: 70px; left: 0; background: white; color: var(--ink); border: 1px solid var(--line); }
.orb { position: absolute; border-radius: 999px; filter: blur(2px); opacity: .75; }
.orb-one { width: 160px; height: 160px; background: rgba(0, 194, 168, .24); top: 10px; left: 20px; }
.orb-two { width: 120px; height: 120px; background: rgba(22, 103, 255, .2); bottom: 28px; right: 34px; }

.soft-bg { background: var(--surface-soft); }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.three-card-grid, .case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card, .case-card, .expertise-item, .outcome-card, .timeline-step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 10px 34px rgba(16, 32, 48, .05);
}
.service-card { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; }
.service-card p { flex: 1; }
.service-card a { color: var(--primary); font-weight: 850; }
.icon-bubble { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; background: var(--dark); color: white; font-weight: 900; margin-bottom: 24px; }

.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.expertise-item { min-height: 230px; }
.line-icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 22px; color: var(--primary); background: #edf4ff; font-size: 1.6rem; font-weight: 900; }

.dark-section { background: var(--dark); color: white; }
.dark-section p { color: #a9b8c9; }
.dark-section .eyebrow { color: var(--accent); }
.outcomes-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; }
.outcome-list { display: grid; gap: 16px; }
.outcome-card { background: var(--dark-soft); border-color: rgba(255,255,255,.1); }
.outcome-card h3 { color: white; }

.tech-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: center; background: white; border: 1px solid var(--line); border-radius: 34px; padding: 48px; box-shadow: var(--shadow); }
.tech-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.tech-cloud span { padding: 12px 16px; background: #f3f7fc; border: 1px solid var(--line); border-radius: 999px; font-weight: 800; color: #32455c; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.timeline-step span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--primary); color: white; font-weight: 900; margin-bottom: 22px; }
.case-tag { display: inline-flex; margin-bottom: 18px; color: var(--primary); font-weight: 900; background: #edf4ff; border-radius: 999px; padding: 6px 12px; }

.cta-section { padding-top: 30px; }
.cta-card { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; color: white; background: linear-gradient(135deg, #08203a, #143d73 55%, #0b8d80); border-radius: 38px; padding: 56px; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.cta-card p { color: #d6e5f5; }
.cta-card .eyebrow { color: #81fff0; }
.cta-card .btn-secondary { background: rgba(255,255,255,.12); color: white; border-color: rgba(255,255,255,.24); }

.footer { background: #06111f; color: white; padding: 56px 0 30px; }
.footer p, .footer a, .footer-bottom { color: #9eafc2; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 34px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer h4 { margin: 0 0 14px; }
.footer a { display: block; margin: 9px 0; }
.footer-brand { color: white; margin-bottom: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; font-size: .92rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: white;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 14px; }
  .hero-grid, .outcomes-grid, .tech-wrap, .cta-card { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; gap: 20px; }
  .hero-visual { min-height: 500px; }
  .three-card-grid, .expertise-grid, .case-grid, .timeline, .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1120px); }
  .section-pad { padding: 64px 0; }
  h1 { font-size: 3.4rem; }
  .hero-text { font-size: 1rem; }
  .three-card-grid, .expertise-grid, .case-grid, .timeline, .footer-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .dashboard-card { inset: 58px 0 auto 0; }
  .main-card { padding: 20px; min-height: 330px; }
  .metric-row { grid-template-columns: 1fr; margin-bottom: 20px; }
  .chart-bars { height: 120px; gap: 10px; }
  .card-one { right: 0; top: 20px; }
  .card-two { bottom: 24px; left: 0; }
  .tech-wrap, .cta-card { padding: 30px; border-radius: 26px; }
  .footer-bottom { flex-direction: column; }
}

address {
  font-style: normal;
  color: #9eafc2;
  line-height: 1.7;
  margin-top: 10px;
}
