:root {
  --bg: #070a08;
  --panel: #0b100d;
  --panel-2: #101710;
  --line: rgba(207, 255, 158, 0.13);
  --line-soft: rgba(255,255,255,0.09);
  --text: #f1f4e9;
  --muted: #9aa395;
  --accent: #a9e52e;
  --accent-2: #c4ff5d;
  --dark: #080b07;
  --max: 1140px;
}

.logo_nav {
  width: 100%;
  height: 45px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .23;
  background-image: linear-gradient(rgba(160,255,70,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(160,255,70,.045) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell { position: relative; }
.site-header-container {
  width: 100%;
  margin: 0 auto;
  height: 76px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--panel);
}
.site-header {
  width: min(var(--max), calc(100% - 48px));
  padding: 0;
  margin: 0 auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
}
.brand { display: flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--accent); color: var(--accent); font-size: 12px; }
.brand i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); margin-left: -6px; margin-top: 17px; }
.nav { display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 16px; }
.nav a:hover { color: var(--text); }
.nav-cta { color: var(--text) !important; border: 1px solid var(--line); padding: 9px 13px; border-radius: 6px; font-size: 14px; font-weight: 700; }
.nav-cta span, .button span, .text-link span { color: var(--accent); margin-left: 9px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 1px; background: var(--text); margin: 6px; }

.section, .hero { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 110px 0; border-bottom: 1px solid var(--line); }
.section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; }
.hero { min-height: 610px; align-items: center; padding: 105px 0 115px; border-bottom: 1px solid var(--line); }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .08em; font-family: "DM Mono", monospace; font-size: 16px; line-height: 1.5; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-right: 7px; box-shadow: 0 0 13px rgba(169,229,46,.65); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 5.2vw, 70px); line-height: 1.04; letter-spacing: -.065em; max-width: 620px; margin: 19px 0 25px; }
h2 { font-size: clamp(34px, 4vw, 51px); line-height: 1.06; letter-spacing: -.06em; margin: 16px 0 0; }
h3 { letter-spacing: -.035em; line-height: 1.2; }
.hero-text, .section-intro p { color: var(--muted); max-width: 450px; font-size: 16px; }
.hero-text { max-width: 420px; }
.hero-actions { display: flex; gap: 9px; margin: 30px 0 27px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; min-height: 38px; padding: 0 15px; border: 1px solid var(--line); font-size: 14px; font-weight: 700; transition: .25s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--accent); }
.button-primary { background: var(--accent); color: var(--dark); border-color: var(--accent); }
.button-ghost { background: rgba(255,255,255,.02); }
.button-dark { background: var(--dark); color: white; border-color: var(--dark); min-width: 150px; }
.hero-meta { color: #6d7668; font-family: "DM Mono", monospace; font-size: 14px; text-transform: uppercase; display: flex; gap: 10px; flex-wrap: wrap; }
.hero-meta b { color: #384331; font-weight: 400; }

.hero-visual { position: relative; min-height: 390px; display: grid; place-items: center; }
.visual-window { width: min(100%, 510px); border: 1px solid var(--line); background: #090d0a; box-shadow: 0 30px 80px rgba(0,0,0,.25); transform: rotate(-1.2deg); }
.window-top, .preview-browser { height: 31px; display: flex; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid var(--line); color: #64705c; font-family: "DM Mono", monospace; font-size: 8px; }
.window-top span, .preview-browser span { width: 5px; height: 5px; border: 1px solid #47563b; border-radius: 50%; }
.window-top small { margin-left: auto; font-size: 7px; }
.window-body { display: flex; min-height: 315px; }
.mini-sidebar { width: 104px; border-right: 1px solid var(--line); padding: 17px 12px; display: flex; flex-direction: column; gap: 17px; color: #5c6855; font-family: "DM Mono", monospace; font-size: 8px; }
.mini-sidebar strong { color: var(--text); font-family: "Manrope"; font-size: 11px; letter-spacing: -.06em; margin-bottom: 13px; }
.mini-sidebar strong span { color: var(--accent); }
.mini-sidebar em { font-style: normal; }
.mini-sidebar em:first-of-type { color: var(--accent); }
.mini-main { padding: 20px; flex: 1; }
.mini-heading { display: flex; justify-content: space-between; font-size: 10px; margin-bottom: 18px; }
.mini-heading b { font: 7px "DM Mono"; color: #65705d; }
.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.mini-stats > div { border: 1px solid var(--line); padding: 10px; }
.mini-stats small { display: block; color: #66715e; font: 7px "DM Mono"; margin-bottom: 6px; }
.mini-stats strong { font-size: 14px; letter-spacing: -.05em; }
.mini-stats i { display: block; width: 20px; height: 2px; background: var(--accent); margin-top: 8px; }
.mini-chart { height: 125px; border: 1px solid var(--line); margin-top: 12px; position: relative; padding: 18px 14px; }
.chart-bars { height: 100%; display: flex; align-items: end; gap: 8px; }
.chart-bars i, .mock-bars i { flex: 1; background: var(--accent); opacity: .8; min-width: 5px; }
.chart-line { position: absolute; left: 13px; right: 13px; top: 47%; border-top: 1px dashed rgba(169,229,46,.35); }
.mini-code { font: 8px "DM Mono"; color: #63705b; margin-top: 16px; line-height: 1.9; }
.mini-code span { color: var(--accent); }
.mini-code b { color: #d4e7b7; font-weight: 400; }
.floating-note { position: absolute; right: -12px; bottom: 23px; display: flex; gap: 10px; align-items: center; padding: 13px 16px; background: #101710; border: 1px solid var(--line); font-size: 10px; }
.floating-note b, .floating-note small { display: block; }
.floating-note small { color: var(--muted); font-size: 8px; margin-top: 2px; }

.section-heading-row { align-items: end; margin-bottom: 45px; }
.section-heading h2 { max-width: 610px; }
.section-intro { align-self: end; }
.team-grid { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.team-card, .service-card, .strength-grid article { border: 1px solid var(--line); background: rgba(10,15,11,.72); }
.team-card { padding: 20px 22px 23px; }
.card-top, .project-label { display: flex; justify-content: space-between; color: #65715d; font: 12px "DM Mono"; text-transform: uppercase; }
.number { color: var(--accent); font-size:14px; }
.person-icon { color: var(--accent); font: 15px "DM Mono"; margin: 25px 0 19px; }
.team-card h3 { font-size: 32px; margin-bottom: 9px; }
.team-card p { color: var(--muted); font-size: 16px; max-width: 360px; margin-bottom: 19px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-list span { border: 1px solid var(--line); color: #a0ad91; padding: 5px 8px; font: 16px "DM Mono"; }
.work { padding-top: 115px; }
.projects { display: flex; flex-direction: column; gap: 12px; }
.project-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 355px; border: 1px solid var(--line); background: rgba(10,15,11,.72); }
.project-preview { min-height: 355px; border-right: 1px solid var(--line); background: #0c120d; position: relative; overflow: hidden; }
.project-reverse .project-preview { order: 2; border-right: 0; border-left: 1px solid var(--line); }
.project-content { padding: 32px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.project-label { width: 100%; margin-bottom: 24px; font-size: 14px; }
.project-label span { text-align: right; max-width: 170px; }
.project-content h3 { font-size: 23px; margin-bottom: 13px; }
.project-content p { color: var(--muted); font-size: 14px; max-width: 410px; margin-bottom: 19px; }
.project-content .tag-list { margin-bottom: 24px; }
.text-link { font-size: 12px; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.preview-browser { position: absolute; left: 12px; right: 12px; top: 12px; border: 1px solid var(--line); background: #0d140e; }
.preview-browser small { margin-left: auto; font: 12px "DM Mono"; color: #62705a; }
.dashboard-mock { position: absolute; top: 74px; left: 38px; right: 38px; bottom: 36px; border: 1px solid var(--line); padding: 2px; background: #101811;border-radius: 4px; }
.platform-preview-1 { width: 100%; height: 100%; object-fit: fill; border-radius: 2px; }
.platform-preview { width: 100%; height: 100%; object-fit: cover; border-radius: 2px; }
.mock-stat { display: inline-flex; flex-direction: column; width: 31%; border: 1px solid var(--line); padding: 10px; margin-right: 1%; }
.mock-stat small { color: #67735e; font: 7px "DM Mono"; }
.mock-stat b { font-size: 16px; margin-top: 4px; }
.mock-bars { height: 135px; margin-top: 23px; display: flex; align-items: end; gap: 11px; border-bottom: 1px solid var(--line); }
.mock-bars i { display: block; }
.learning-mock { position: absolute; inset: 74px 46px 34px; border: 1px solid var(--line); padding: 22px; background: #101811; }
.play-symbol { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--accent); color: var(--accent); font-size: 22px; margin-bottom: 24px; }
.mock-lines i { display: block; height: 7px; background: #293426; margin-bottom: 9px; width: 70%; }
.mock-lines i:nth-child(2) { width: 92%; }
.mock-lines i:nth-child(3) { width: 48%; }
.learning-cards { display: flex; gap: 8px; margin-top: 28px; }
.learning-cards span { flex: 1; height: 65px; border: 1px solid var(--line); }
.mobile-preview { display: grid; place-items: center; background-image: linear-gradient(rgba(169,229,46,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(169,229,46,.04) 1px, transparent 1px); background-size: 34px 34px; }
.phone-mock { width: 150px; height: 300px; border: 1px solid #53634a; border-radius: 12px; transform: rotate(-8deg); padding: 0px; background: #152016; box-shadow: 0 20px 50px rgba(0,0,0,.35); overflow:hidden; }
.phone-notch { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 48px; height: 7px; border-radius: 10px; background: #293426; }
.phone-mock small { font: 8px "DM Mono"; color: var(--accent); }
.phone-mock strong { display: block; font-size: 21px; line-height: 1.15; letter-spacing: -.06em; margin-top: 18px; }
.phone-button { height: 28px; background: var(--accent); margin-top: 38px; border-radius: 6px; }

.person-photo-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.person-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 10px;
}

.services { padding-bottom: 75px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.service-card { padding: 20px 22px 24px; min-height: 220px; position: relative; }
.service-card:nth-child(-n+3) { border-bottom: 0; }
.service-card:nth-child(3n+2), .service-card:nth-child(3n+3) { border-left: 0; }
.service-number { position: absolute; right: 18px; top: 18px; color: #526049; font: 8px "DM Mono"; }
.service-icon { color: var(--accent); font: 24px "DM Mono"; margin-bottom: 44px; }
.outer-link { color: var(--accent); font-size: 28px; margin-left: 8px;}
.service-card h3 { font-size: 18px; margin-bottom: 10px; }
.service-card p, .strength-grid p, .process-grid p { color: var(--muted); font-size: 14px; margin: 0; }
.stack { padding: 42px 0; }
.stack-inner { display: flex; align-items: center; gap: 35px; }
.stack-list { display: flex; flex-wrap: wrap; gap: 27px; color: #a6b09a; font: 14px "DM Mono"; }
.stack-list span::before { content: "◆"; color: var(--accent); font-size: 6px; margin-right: 8px; }
.strengths { padding-top: 90px; }
.strength-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.strength-grid article { padding: 20px; min-height: 165px; }
.strength-grid article + article { border-left: 0; }
.strength-grid span { color: var(--accent); font: 13px "DM Mono"; }
.strength-grid h3 { font-size: 18px; margin: 28px 0 9px; }
.process { padding-bottom: 105px; }
.process-grid { display: grid; grid-template-columns: repeat(5,1fr); position: relative; }
.process-grid::before { content: ""; position: absolute; left: 0; right: 0; top: 15px; border-top: 1px solid var(--line); }
.process-grid article { position: relative; padding-right: 20px; }
.process-grid article span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--accent); color: var(--accent); background: var(--bg); font: 12px "DM Mono"; margin-bottom: 35px; }
.process-grid h3 { font-size: 20px; margin-bottom: 10px; }
.contact { width: 100%; padding: 0; border: 0; background: var(--accent); color: var(--dark); }
.contact-inner { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 75px 0 40px; }
.contact .eyebrow { color: #53751a; }
.contact-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 20px 0 50px; }
.contact h2 { font-size: clamp(43px, 5.7vw, 74px); color: var(--dark); }
.contact p { max-width: 410px; font-size: 16px; color: #4c671e; margin-top: 24px; }
.contact-links { display: flex; gap: 22px; flex-wrap: wrap; border-top: 1px solid rgba(8,11,7,.2); padding-top: 18px; font: 16px "DM Mono"; color: #4d681b; font-weight: 500; }
.contact-links a:hover { color: var(--dark); }
.footer { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; min-height: 54px; display: flex; align-items: center; justify-content: space-between; color: #626c5a; font: 14px "DM Mono"; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }

@media (max-width: 900px) {
  .section-grid { gap: 35px; }
  .hero { padding: 75px 0; }
  .hero-visual { min-height: 330px; }
  .visual-window { transform: none; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .service-card:nth-child(2n+1) { border-left: 1px solid var(--line); }
  .service-card:nth-child(2n+2) { border-left: 0; }
  .service-card:nth-child(3n+2), .service-card:nth-child(3n+3) { border-left: 0; }
  .strength-grid { grid-template-columns: repeat(3,1fr); }
  .strength-grid article:nth-child(4), .strength-grid article:nth-child(5) { border-top: 0; }
  .process-grid { grid-template-columns: repeat(5, minmax(125px,1fr)); overflow-x: auto; padding-bottom: 10px; }
  .process-grid::before { width: 700px; }
}
@media (max-width: 700px) {
  .site-header, .section, .hero, .contact-inner, .footer { width: min(100% - 32px, var(--max)); }
  .site-header { height: 65px; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; z-index: 10; top: 65px; left: 16px; right: 16px; background: #0b100d; border: 1px solid var(--line); padding: 18px; flex-direction: column; align-items: stretch; gap: 0; }
  .nav.open { display: flex; }
  .nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .nav .nav-cta { margin-top: 10px; text-align: center; border-bottom: 1px solid var(--line); }
  .section-grid, .project-card { grid-template-columns: 1fr; }
  .hero { padding: 75px 0 85px; min-height: auto; }
  h1 { font-size: clamp(42px, 12vw, 58px); }
  h2 { font-size: clamp(34px, 10vw, 47px); }
  .hero-visual { margin-top: 20px; min-height: 300px; }
  .mini-sidebar { width: 78px; padding: 14px 9px; }
  .mini-main { padding: 13px; }
  .mini-stats > div { padding: 7px; }
  .mini-stats strong { font-size: 11px; }
  .floating-note { right: -5px; bottom: 5px; }
  .section { padding: 75px 0; }
  .section-heading-row { margin-bottom: 30px; }
  .section-intro { margin-top: 15px; }
  .team-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 0; }
  .project-preview, .project-reverse .project-preview { min-height: 310px; border: 0; border-bottom: 1px solid var(--line); order: 0; }
  .project-reverse .project-content { order: 1; }
  .project-content { padding: 25px 20px 30px; }
  .project-label { margin-bottom: 18px; }
  .dashboard-mock { left: 22px; right: 22px; }
  .learning-mock { left: 28px; right: 28px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(n) { border: 1px solid var(--line); border-bottom: 0; }
  .service-card:last-child { border-bottom: 1px solid var(--line); }
  .service-card { min-height: 190px; }
  .stack-inner { align-items: flex-start; flex-direction: column; gap: 22px; }
  .stack-list { gap: 15px 22px; }
  .strength-grid { grid-template-columns: 1fr 1fr; }
  .strength-grid article, .strength-grid article + article { border: 1px solid var(--line); border-bottom: 0; border-right: 0; }
  .strength-grid article:nth-child(2n+1) { border-left: 1px solid var(--line); }
  .strength-grid article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .strength-grid article:last-child { grid-column: 1 / -1; }
  .contact-row { flex-direction: column; align-items: flex-start; margin-bottom: 40px; }
  .contact h2 { font-size: clamp(43px, 13vw, 65px); }
  .footer { padding: 18px 0; align-items: flex-start; gap: 12px; flex-direction: column; }
}
