*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #0d0d0d; color: #f0ede6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }

/* NAV */
nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 68px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0d0d0d; position: sticky; top: 0; z-index: 100;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-name { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.15rem; letter-spacing: -0.02em; }
.logo-name span { color: #f5c518; }
.nav-right { display: flex; align-items: center; gap: 2rem; }
.nav-right a { font-size: 0.85rem; color: rgba(240,237,230,0.45); transition: color 0.2s; }
.nav-right a:hover { color: #f0ede6; }
.nav-btn { background: #f5c518 !important; color: #0d0d0d !important; padding: 0.5rem 1.3rem; border-radius: 100px; font-weight: 500; font-size: 0.85rem !important; }
.nav-btn:hover { background: #ffd93d !important; }

/* STAT BAR */
.stat-bar { background: #f5c518; padding: 0.8rem 5%; display: flex; align-items: center; justify-content: center; }
.stat-bar p { font-size: 0.82rem; color: #0d0d0d; font-weight: 400; text-align: center; line-height: 1.6; }
.stat-bar strong { font-weight: 600; }

/* HERO */
.hero { padding: 7rem 5% 5rem; max-width: 1100px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,197,24,0.08); border: 1px solid rgba(245,197,24,0.2);
  color: #f5c518; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 2.5rem;
}
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #f5c518; animation: blink 2s ease-in-out infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }
.hero h1 {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700;
  font-size: clamp(3rem, 5.5vw, 5rem); line-height: 1.08; letter-spacing: -0.03em;
  margin-bottom: 1.5rem; max-width: 700px;
}
.hero h1 em { color: #f5c518; font-style: normal; }
.hero p {
  font-size: clamp(1rem, 1.5vw, 1.15rem); font-weight: 300; color: rgba(240,237,230,0.55);
  line-height: 1.75; max-width: 520px; margin-bottom: 3rem;
}
.hero-btns { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.btn-y { background: #f5c518; color: #0d0d0d; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 0.92rem; padding: 0.85rem 2rem; border-radius: 100px; transition: background 0.2s; display: inline-block; }
.btn-y:hover { background: #ffd93d; }
.btn-ghost { font-size: 0.9rem; color: rgba(240,237,230,0.4); transition: color 0.2s; }
.btn-ghost:hover { color: #f0ede6; }

/* STATS ROW */
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); }
.stat-item { padding: 2.5rem 5%; border-right: 1px solid rgba(255,255,255,0.07); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 2.8rem; color: #f5c518; letter-spacing: -0.03em; line-height: 1; margin-bottom: 0.5rem; }
.stat-desc { font-size: 0.82rem; color: rgba(240,237,230,0.4); line-height: 1.5; max-width: 180px; }

/* SECTIONS */
.section { padding: 5rem 5%; max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(240,237,230,0.3); margin-bottom: 1.8rem; }
.section h2 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(1.6rem, 3vw, 2.5rem); letter-spacing: -0.02em; line-height: 1.2; margin-bottom: 3rem; max-width: 500px; }

/* SERVICES */
.svc-list { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,0.07); }
.svc { display: flex; align-items: flex-start; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.svc-num { font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700; color: #f5c518; letter-spacing: 0.05em; min-width: 24px; padding-top: 4px; }
.svc-tag { display: inline-block; font-size: 0.62rem; color: rgba(245,197,24,0.6); background: rgba(245,197,24,0.06); border: 1px solid rgba(245,197,24,0.15); padding: 2px 8px; border-radius: 4px; margin-bottom: 0.45rem; }
.svc h3 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 1.05rem; margin-bottom: 0.4rem; color: #f0ede6; }
.svc p { font-size: 0.88rem; color: rgba(240,237,230,0.45); line-height: 1.75; max-width: 540px; }

/* PORTFOLIO */
.port-grid { display: flex; flex-direction: column; gap: 1px; background: rgba(255,255,255,0.07); border-radius: 16px; overflow: hidden; }
.port-card { background: #0d0d0d; padding: 2.5rem; display: flex; flex-direction: column; gap: 1.4rem; transition: background 0.2s; }
.port-card:hover { background: #111; }
.port-tag { display: inline-flex; align-items: center; background: rgba(245,197,24,0.08); border: 1px solid rgba(245,197,24,0.18); color: #f5c518; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; border-radius: 4px; width: fit-content; }
.port-name { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.15rem; color: #f5c518; letter-spacing: -0.01em; }
.port-badge { display: inline-flex; align-items: center; background: rgba(245,197,24,0.06); border: 1px solid rgba(245,197,24,0.14); color: rgba(245,197,24,0.5); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 2px 8px; border-radius: 4px; margin-left: 8px; vertical-align: middle; }
.port-sub { font-size: 0.88rem; color: rgba(240,237,230,0.5); margin-top: 4px; line-height: 1.5; }
.port-desc { font-size: 0.88rem; color: rgba(240,237,230,0.45); line-height: 1.85; max-width: 760px; }
.port-impact { display: flex; gap: 2.5rem; flex-wrap: wrap; }
.impact-num { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.5rem; color: #f5c518; letter-spacing: -0.02em; line-height: 1; }
.impact-label { font-size: 0.75rem; color: rgba(240,237,230,0.32); line-height: 1.4; max-width: 130px; margin-top: 3px; }
.flow-label { font-size: 0.65rem; color: rgba(240,237,230,0.22); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.6rem; }
.flow-stages { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; }
.flow-step { font-size: 0.75rem; color: rgba(240,237,230,0.5); background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 5px 12px; border-radius: 4px; white-space: nowrap; }
.flow-arrow { font-size: 0.65rem; color: rgba(240,237,230,0.15); }
.modules-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 6px; margin-top: 0.5rem; }
.module { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 8px; padding: 0.75rem 1rem; }
.module-name { font-family: 'Space Grotesk', sans-serif; font-size: 0.8rem; font-weight: 600; color: rgba(240,237,230,0.65); margin-bottom: 3px; }
.module-desc { font-size: 0.72rem; color: rgba(240,237,230,0.3); line-height: 1.55; }
.chips { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.chip { font-size: 0.72rem; color: rgba(240,237,230,0.35); background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); padding: 3px 10px; border-radius: 4px; }
.more-card { background: transparent; border: 1px dashed rgba(255,255,255,0.07); display: flex; align-items: center; justify-content: center; padding: 2rem; min-height: 90px; }

/* ABOUT */
.about-wrap { border-top: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.about-metrics { display: flex; flex-direction: column; gap: 0; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,0.07); }
.metric { padding: 1.4rem 0; border-bottom: 1px solid rgba(255,255,255,0.07); display: flex; flex-direction: column; gap: 0.3rem; }
.metric-value { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.8rem; color: #f5c518; letter-spacing: -0.02em; line-height: 1; }
.metric-label { font-size: 0.82rem; color: rgba(240,237,230,0.4); line-height: 1.5; }
.about-right p { font-size: 0.95rem; color: rgba(240,237,230,0.55); line-height: 1.85; margin-bottom: 1.2rem; }
.about-right p:last-of-type { margin-bottom: 2rem; }
.about-btns { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.btn-linkedin { display: inline-flex; align-items: center; gap: 0.6rem; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(240,237,230,0.7); font-size: 0.85rem; font-family: 'Inter', sans-serif; padding: 0.7rem 1.3rem; border-radius: 100px; transition: all 0.2s; }
.btn-linkedin:hover { background: rgba(255,255,255,0.1); color: #f0ede6; border-color: rgba(255,255,255,0.2); }
.tag-list { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 2rem; }
.tag { font-size: 0.75rem; color: rgba(240,237,230,0.4); background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 0.3rem 0.8rem; border-radius: 100px; font-family: 'Inter', sans-serif; }

/* HOW */
.how-wrap { background: #0a0a0a; border-top: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); }
.steps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.07); border-radius: 12px; overflow: hidden; margin-top: 2.5rem; }
.step { background: #0a0a0a; padding: 2.2rem; transition: background 0.2s; }
.step:hover { background: #0f1100; }
.step-n { font-family: 'Space Grotesk', sans-serif; font-size: 0.7rem; font-weight: 700; color: #f5c518; letter-spacing: 0.06em; margin-bottom: 1rem; }
.step h4 { font-family: 'Space Grotesk', sans-serif; font-weight: 600; font-size: 1rem; margin-bottom: 0.5rem; color: #f0ede6; }
.step p { font-size: 0.85rem; color: rgba(240,237,230,0.4); line-height: 1.7; }

/* CTA */
.cta-wrap { padding: 5rem 5%; }
.cta-box { background: #f5c518; border-radius: 20px; padding: 4rem 3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; max-width: 1100px; margin: 0 auto; }
.cta-box h3 { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(1.5rem, 3vw, 2.2rem); color: #0d0d0d; letter-spacing: -0.02em; line-height: 1.2; max-width: 420px; }
.cta-box p { font-size: 0.9rem; color: rgba(13,13,13,0.55); margin-top: 0.5rem; font-weight: 300; }
.btn-dark { background: #0d0d0d; color: #f5c518; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 0.92rem; padding: 0.9rem 2.2rem; border-radius: 100px; white-space: nowrap; transition: background 0.2s; }
.btn-dark:hover { background: #1a1a00; }

/* FOOTER */
footer { border-top: 1px solid rgba(255,255,255,0.07); }
.footer-inner {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr;
  gap: 3rem; padding: 4rem 5%;
  max-width: 1100px; margin: 0 auto;
}
.footer-brand { display: flex; flex-direction: column; gap: 1.2rem; }
.footer-tagline { font-size: 0.85rem; color: rgba(240,237,230,0.35); line-height: 1.7; }
.footer-nav { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-nav-label { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(240,237,230,0.2); margin-bottom: 0.3rem; }
.footer-nav a { font-size: 0.85rem; color: rgba(240,237,230,0.45); transition: color 0.2s; width: fit-content; }
.footer-nav a:hover { color: #f0ede6; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 1.4rem 5%; display: flex; align-items: center;
  justify-content: space-between; max-width: 1100px; margin: 0 auto;
}
.footer-bottom p { font-size: 0.75rem; color: rgba(240,237,230,0.2); }

/* RESPONSIVE */
@media (max-width: 768px) {
  nav { padding: 0 1.5rem; }
  .nav-right a:not(.nav-btn) { display: none; }
  .hero { padding: 4.5rem 1.5rem 3.5rem; }
  .stats-row { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); padding: 1.8rem 1.5rem; }
  .stat-item:last-child { border-bottom: none; }
  .section { padding: 3.5rem 1.5rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .cta-wrap { padding: 3rem 1.5rem; }
  .cta-box { padding: 2.5rem 2rem; flex-direction: column; align-items: flex-start; }
  footer { padding: 0; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 1.5rem; }
  .footer-bottom { padding: 1.2rem 1.5rem; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .port-card { padding: 1.8rem 1.5rem; }
  .port-impact { gap: 1.5rem; }
  .about-btns { flex-direction: column; }
}
.port-link {
  display: inline-flex; align-items: center;
  font-size: 0.72rem; color: #f5c518;
  background: rgba(245,197,24,0.08); border: 1px solid rgba(245,197,24,0.2);
  padding: 2px 10px; border-radius: 4px; margin-left: 10px;
  vertical-align: middle; transition: background 0.2s;
}
.port-link:hover { background: rgba(245,197,24,0.15); }