:root {
  --ink: #07111f;
  --ink-2: #0d1b2d;
  --paper: #f5f8f7;
  --white: #ffffff;
  --muted: #617083;
  --line: rgba(7, 17, 31, 0.12);
  --mint: #62e5c2;
  --mint-deep: #21a985;
  --blue: #77a7ff;
  --yellow: #f3cf74;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7, 17, 31, 0.13);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--mint); color: var(--ink); }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 10px 16px; background: var(--white); border-radius: 8px; text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(245, 248, 247, .86); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px;
  background: var(--ink); color: var(--mint); font-size: 12px; font-weight: 900; letter-spacing: -.02em;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 15px; letter-spacing: .08em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .25em; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--mint-deep); }
.nav-cta { padding: 10px 17px; color: var(--white); background: var(--ink); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 10px; transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: 820px; padding-top: 164px; position: relative; overflow: hidden; background: linear-gradient(150deg, #f7faf9 0%, #edf5f2 55%, #f8f8f0 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(7,17,31,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(7,17,31,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 380px; height: 380px; top: 90px; right: -100px; background: rgba(98,229,194,.17); }
.hero-glow-two { width: 280px; height: 280px; bottom: 20px; left: -120px; background: rgba(119,167,255,.14); }
.hero-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 68px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .18em; color: var(--mint-deep); }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .outcomes-copy h2, .about-card h2, .contact-card h2 { margin: 0; font-size: clamp(44px, 5.6vw, 76px); line-height: 1.04; letter-spacing: -.055em; }
.hero h1 em { color: var(--mint-deep); font-style: normal; }
.hero-lead { max-width: 640px; margin: 26px 0 0; color: #45566a; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--mint); box-shadow: 0 12px 26px rgba(33,169,133,.2); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.56); }
.tech-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 31px; }
.tech-list span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #526174; background: rgba(255,255,255,.5); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.dashboard-shell { border: 1px solid rgba(255,255,255,.18); border-radius: 27px; background: #0a1626; box-shadow: 0 34px 90px rgba(7,17,31,.24); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); overflow: hidden; }
.dash-topbar { height: 46px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; color: #93a2b7; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.dot { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #314055; }
.dash-content { padding: 18px; }
.kpi-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.kpi-card, .chart-card, .mini-card { border: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.035); border-radius: 15px; }
.kpi-card { padding: 14px; }
.kpi-card small { display: block; color: #8e9cb1; font-size: 10px; }
.kpi-card strong { display: block; margin-top: 4px; color: white; font-size: 21px; letter-spacing: -.04em; }
.kpi-card span { font-size: 9px; font-weight: 800; }
.positive { color: var(--mint); }
.chart-card { margin-top: 10px; padding: 16px; }
.chart-head { display: flex; align-items: center; justify-content: space-between; }
.chart-head small { display: block; color: #7f8ea3; font-size: 9px; }
.chart-head strong { color: white; font-size: 12px; }
.live-pill { padding: 5px 8px; border-radius: 999px; color: var(--mint); background: rgba(98,229,194,.1); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.chart { height: 215px; position: relative; margin-top: 10px; overflow: hidden; }
.chart svg { position: relative; z-index: 2; width: 100%; height: 185px; overflow: visible; }
.area-path { fill: url(#area); }
.line-path { fill: none; stroke: var(--mint); stroke-width: 4; stroke-linecap: round; }
.target-path { fill: none; stroke: rgba(119,167,255,.78); stroke-width: 2; stroke-dasharray: 7 8; }
.grid-line { position: absolute; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.055); }
.line-1 { top: 25%; } .line-2 { top: 52%; } .line-3 { top: 79%; }
.chart-labels { display: flex; justify-content: space-between; color: #64748a; font-size: 8px; }
.mini-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 10px; }
.mini-card { display: flex; align-items: center; gap: 8px; padding: 11px; }
.mini-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: rgba(98,229,194,.1); color: var(--mint); font-size: 12px; font-weight: 900; }
.mini-card strong { display: block; color: white; font-size: 9px; }
.mini-card small { display: block; color: #718198; font-size: 8px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.58); }
.trust-grid { min-height: 82px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-grid span { position: relative; text-align: center; color: #536175; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.trust-grid span:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; width: 1px; height: 18px; background: var(--line); transform: translateY(-50%); }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading h2, .outcomes-copy h2, .about-card h2 { font-size: clamp(38px, 4.7vw, 59px); }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 490px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.78); box-shadow: 0 14px 40px rgba(7,17,31,.055); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-number { position: absolute; top: 28px; right: 28px; color: #a7b0bd; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: var(--ink); color: var(--mint); }
.service-icon svg { width: 25px; fill: currentColor; }
.service-card h3 { margin: 28px 0 12px; font-size: 25px; letter-spacing: -.035em; }
.service-card p { color: var(--muted); }
.service-card ul { list-style: none; padding: 0; margin: 27px 0 0; }
.service-card li { position: relative; padding: 11px 0 11px 24px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.service-card li::before { content: ""; position: absolute; left: 2px; top: 17px; width: 7px; height: 7px; border-radius: 50%; background: var(--mint-deep); }

.outcomes-section { color: white; background: var(--ink); }
.outcomes-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.outcomes-copy > p:not(.eyebrow) { max-width: 650px; color: #a8b5c5; font-size: 17px; }
.outcome-list { margin-top: 40px; }
.outcome-list div { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.11); }
.outcome-list span { color: var(--mint); font-size: 11px; font-weight: 900; }
.outcome-list p { margin: 0; color: #a8b5c5; font-size: 14px; }
.outcome-list strong { color: white; }
.stack-panel { padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: rgba(255,255,255,.035); }
.stack-panel article { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 14px; padding: 18px; border-radius: 15px; }
.stack-panel article + article { border-top: 1px solid rgba(255,255,255,.08); }
.stack-logo { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: white; font-size: 12px; font-weight: 900; }
.snowflake { background: #4ab9e6; } .dbt { background: #f16e50; } .powerbi { background: #e4b727; } .sql { background: #51637b; }
.stack-panel strong, .stack-panel small { display: block; }
.stack-panel small { color: #8f9eb2; font-size: 11px; }
.stack-panel article > span { padding: 5px 8px; border-radius: 999px; color: #93a2b6; background: rgba(255,255,255,.06); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; }
.about-card { padding-right: 20px; }
.about-card > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.company-facts { border-radius: var(--radius); background: #e9f0ed; padding: 13px 30px; }
.company-facts div { padding: 20px 0; border-bottom: 1px solid rgba(7,17,31,.09); }
.company-facts div:last-child { border-bottom: 0; }
.company-facts small, .company-facts strong { display: block; }
.company-facts small { margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.company-facts strong { font-size: 15px; }

.process-section { padding-top: 30px; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { position: relative; padding: 32px 30px 40px; }
.process-grid article:not(:last-child) { border-right: 1px solid var(--line); }
.process-grid span { color: var(--mint-deep); font-size: 11px; font-weight: 900; }
.process-grid h3 { margin: 26px 0 10px; font-size: 23px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-section { padding-top: 70px; }
.contact-card { min-height: 330px; padding: 60px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 50px; border-radius: 30px; color: white; background: linear-gradient(135deg, #0a1727, #102b35); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.contact-card::after { content: ""; position: absolute; width: 340px; height: 340px; right: -120px; bottom: -170px; border-radius: 50%; background: rgba(98,229,194,.18); filter: blur(4px); }
.contact-card h2 { max-width: 700px; font-size: clamp(38px, 5vw, 58px); }
.contact-card p:not(.eyebrow) { color: #aebbc9; }
.eyebrow.light { color: var(--mint); }
.contact-actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.button-light { color: var(--ink); background: var(--white); }
.contact-actions small { color: #9dabb9; font-size: 10px; }

.site-footer { padding: 60px 0 34px; }
.footer-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: end; }
.footer-brand { margin-bottom: 18px; }
.footer-grid > div:first-child > p { max-width: 390px; color: var(--muted); font-size: 13px; }
.legal-copy { text-align: right; color: var(--muted); font-size: 11px; }
.legal-copy p { margin: 4px 0; }

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

@media (max-width: 980px) {
  .section-pad { padding: 88px 0; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero-grid, .outcomes-grid, .about-grid, .contact-card { grid-template-columns: 1fr; }
  .dashboard-shell { transform: none; max-width: 720px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .outcomes-grid { gap: 50px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid article:nth-child(2) { border-right: 0; }
  .process-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .legal-copy { text-align: left; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .site-nav { position: fixed; inset: 0; padding: 120px 30px 30px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 20px; }
  .site-nav .nav-cta { margin-top: 20px; text-align: center; border-bottom: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 118px; }
  .hero h1 { font-size: 47px; }
  .hero-lead { font-size: 17px; }
  .dashboard-shell { border-radius: 19px; }
  .dash-content { padding: 11px; }
  .kpi-card { padding: 10px; }
  .kpi-card strong { font-size: 16px; }
  .chart { height: 170px; }
  .chart svg { height: 145px; }
  .mini-row { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2,1fr); padding: 14px 0; }
  .trust-grid span { padding: 14px 4px; }
  .trust-grid span::after { display: none; }
  .section-heading { margin-bottom: 36px; }
  .service-card { padding: 26px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .contact-card { padding: 38px 27px; min-height: 420px; }
  .stack-panel article { grid-template-columns: 48px 1fr; }
  .stack-panel article > span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
