/* ── DESIGN TOKENS ── */
:root {
  --g: #1A7D1A;
  --a: #F5A800;
  --b: #3A7FD5;
  --r: #B03010;

  --bg:      #09090b;
  --bg2:     #111113;
  --bg3:     #18181b;
  --surface: #1c1c1f;

  --border:  rgba(255, 255, 255, 0.08);
  --border2: rgba(255, 255, 255, 0.13);

  --text:   #fafaf9;
  --muted:  #a1a1aa;
  --muted2: #71717a;

  --ff-d: "Google Sans", "Outfit", system-ui, -apple-system, sans-serif;
  --ff-b: "Google Sans Text", "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --ff-m: "Google Sans Code", "JetBrains Mono", "SF Mono", monospace;
}

/* ── RESET ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--ff-b);
  background:
    radial-gradient(ellipse 70% 40% at 10% 100%, rgba(12, 22, 90, 0.35) 0%, transparent 60%),
    radial-gradient(ellipse 70% 40% at 90% 100%, rgba(12, 22, 90, 0.35) 0%, transparent 60%),
    #09090b;
  background-attachment: fixed;
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.5;
  letter-spacing: -0.011em;
}

a { text-decoration: none; color: inherit }

::-webkit-scrollbar { width: 4px }
::-webkit-scrollbar-track { background: var(--bg) }
::-webkit-scrollbar-thumb { background: var(--border2); border-radius: 2px }

/* ── LAYOUT ── */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

section {
  padding: 120px 40px;
  position: relative;
}

/* ── TYPOGRAPHY UTILITIES ── */
.eyebrow {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: var(--ff-m);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted2);
  margin-bottom: 20px;
}
.eyebrow::before,
.eyebrow::after {
  content: '';
  flex: 1 1 0;
  height: 1px;
  background: var(--border2);
  max-width: 160px;
  min-width: 20px;
}

h2.display {
  font-family: var(--ff-d);
  font-size: clamp(34px, 4.5vw, 64px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
h2.display em { font-style: italic; color: var(--muted) }

.lead {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  font-weight: 300;
  max-width: 580px;
}

/* ── TAGS ── */
.tech-tag, .pill {
  font-family: var(--ff-m);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border2);
  color: var(--muted2);
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
}

/* Technology tag colors by type */
.tech-tag[data-tech="dotnet"] { background: rgba(58, 127, 213, 0.2); border-color: #3A7FD5; color: #7EC8FF; }
.tech-tag[data-tech="nextjs"] { background: rgba(26, 125, 26, 0.2); border-color: #1A7D1A; color: #4FD84F; }
.tech-tag[data-tech="nodemailer"],
.tech-tag[data-tech="nodejs"] { background: rgba(26, 125, 26, 0.2); border-color: #1A7D1A; color: #4FD84F; }
.tech-tag[data-tech="azure"] { background: rgba(26, 165, 245, 0.2); border-color: #1AA5F5; color: #5BC0FF; }
.tech-tag[data-tech="aws"] { background: rgba(255, 153, 0, 0.2); border-color: #FF9900; color: #FFB833; }
.tech-tag[data-tech="gcp"] { background: rgba(66, 133, 244, 0.2); border-color: #4285F4; color: #7DA3F5; }
.tech-tag[data-tech="flutter"] { background: rgba(58, 127, 213, 0.2); border-color: #3A7FD5; color: #7EC8FF; }
.tech-tag[data-tech="react-native"] { background: rgba(97, 218, 251, 0.2); border-color: #61DAFB; color: #8FE5FF; }
.tech-tag[data-tech="ios"] { background: rgba(150, 150, 150, 0.2); border-color: #969696; color: #C0C0C0; }
.tech-tag[data-tech="android"] { background: rgba(61, 220, 132, 0.2); border-color: #3DDC84; color: #7FEDA8; }
.tech-tag[data-tech="openai"] { background: rgba(16, 163, 127, 0.2); border-color: #10A37F; color: #4DB8A0; }
.tech-tag[data-tech="anthropic"] { background: rgba(155, 93, 229, 0.2); border-color: #9B5DE5; color: #C99FFF; }
.tech-tag[data-tech="gemini"] { background: rgba(66, 133, 244, 0.2); border-color: #4285F4; color: #7DA3F5; }
.tech-tag[data-tech="llm"] { background: rgba(155, 93, 229, 0.2); border-color: #9B5DE5; color: #C99FFF; }
.tech-tag[data-tech="graphql"] { background: rgba(233, 16, 152, 0.2); border-color: #E91098; color: #FF4DB8; }
.tech-tag[data-tech="rest"] { background: rgba(255, 153, 0, 0.2); border-color: #FF9900; color: #FFB833; }
.tech-tag[data-tech="soap"] { background: rgba(58, 127, 213, 0.2); border-color: #3A7FD5; color: #7EC8FF; }
.tech-tag[data-tech="webhooks"] { background: rgba(150, 150, 150, 0.2); border-color: #969696; color: #C0C0C0; }
.tech-tag[data-tech="mcp"] { background: rgba(155, 93, 229, 0.2); border-color: #9B5DE5; color: #C99FFF; }
.tech-tag[data-tech="erp"] { background: rgba(26, 125, 26, 0.2); border-color: #1A7D1A; color: #4FD84F; }
.tech-tag[data-tech="mrp"] { background: rgba(255, 220, 0, 0.2); border-color: #FFDC00; color: #FFEB4D; }
.tech-tag[data-tech="supply-chain"] { background: rgba(58, 127, 213, 0.2); border-color: #3A7FD5; color: #7EC8FF; }
.tech-tag[data-tech="xml"] { background: rgba(26, 125, 26, 0.2); border-color: #1A7D1A; color: #4FD84F; }
.tech-tag[data-tech="nfe"],
.tech-tag[data-tech="nfce"],
.tech-tag[data-tech="nfse"] { background: rgba(255, 153, 0, 0.2); border-color: #FF9900; color: #FFB833; }
.tech-tag[data-tech="danfe"] { background: rgba(176, 48, 16, 0.2); border-color: #B03010; color: #E74C3C; }

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* ── GLOBAL GLOW BLOBS ── */
.global-glows {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.glow-blob {
  position: absolute;
  width: 80vw;
  height: 80vw;
  max-width: 800px;
  max-height: 800px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.22;
  mix-blend-mode: screen;
  will-change: transform, background;
  transition: background 25s ease-in-out, transform 12s ease-in-out;
}
.blob-1 { top: -10%;  left: -10%;  background: rgba(99,  102, 241, 0.5) }
.blob-2 { top:  45%;  right: -10%; background: rgba(6,   182, 212, 0.5) }
.blob-3 { bottom: -10%; left: 15%; background: rgba(245, 168, 0,   0.5) }

/* ── COLOR HELPERS ── */
.c-g { color: var(--g) }
.c-a { color: var(--a) }
.c-b { color: var(--b) }
.c-r { color: var(--r) }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  section { padding: 80px 20px }
}
@media (max-width: 600px) {
  section { padding: 60px 20px }
}
