
:root{
  --bg:#0b0f14;
  --panel:#111821;
  --panel2:#0f151d;
  --text:#eef2f7;
  --muted:#9aa7b5;
  --line:rgba(255,255,255,.10);
  --green:#34d399;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
}
a{text-decoration:none;color:inherit}
.container{max-width:1180px;margin:0 auto;padding:0 24px}
.header{
  position:sticky;top:0;z-index:50;
  background:rgba(11,15,20,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(255,255,255,.03);
}
.brand img{
  width:212px;
  height:auto;
  max-height:64px;
  display:block;
  object-fit:contain;
  object-position:center;
  border:0;
  border-radius:0;
  background:transparent;
  padding:0;
}
.brand-copy small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.24em;font-size:11px}
.brand-copy span{display:block;margin-top:6px;color:#7f8b98;font-size:14px}
.nav{display:flex;flex-wrap:wrap;gap:8px}
.nav a{
  padding:10px 14px;border-radius:999px;color:#cbd5e1;font-size:14px;
  transition:all .18s ease;border:1px solid transparent;
}
.nav a:hover,.nav a.active{
  background:rgba(52,211,153,.12);
  border-color:rgba(52,211,153,.20);
  color:#fff;
}
.hero{padding:64px 0 48px;border-bottom:1px solid var(--line)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}
.hero-panel,.card{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03));
  border:1px solid var(--line);
  border-radius:26px;
  padding:24px;
  box-shadow:0 16px 34px rgba(0,0,0,.22);
}
.hero-panel{height:100%}
.hero-panel-content{display:flex;flex-direction:column}
.hero-panel-media{
  overflow:hidden;
  padding:0;
}
.hero-panel-media .diagram{
  height:100%;
  border:none;
  border-radius:26px;
  object-fit:cover;
  object-position:top;
}
.hero-image{width:100%;display:block;border-radius:18px;border:1px solid rgba(255,255,255,.08)}
iframe.hero-image{aspect-ratio:16/9;height:auto;background:#000}
.section-media{margin-bottom:20px}
.eyebrow{
  display:inline-block;padding:6px 12px;border-radius:999px;
  border:1px solid rgba(52,211,153,.25);
  background:rgba(52,211,153,.10);
  color:#d1fae5;font-size:12px;text-transform:uppercase;letter-spacing:.22em
}
h1{font-size:54px;line-height:1.05;margin:18px 0 18px}
h2{font-size:36px;line-height:1.15;margin:0 0 12px}
h3{font-size:22px;line-height:1.25;margin:0 0 10px}
p{margin:0 0 14px;color:#c8d1db;line-height:1.78}
.kicker{font-size:12px;color:#86efac;letter-spacing:.20em;text-transform:uppercase;margin-bottom:10px}
.section{padding:60px 0;border-bottom:1px solid var(--line)}
.section.alt{background:#0d1218}
.section-intro{max-width:860px;color:#b9c4cf;line-height:1.8}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.btn{
  display:inline-block;padding:13px 18px;border-radius:16px;
  font-size:14px;font-weight:600
}
.btn-primary{background:#10b981;color:#fff}
.btn-secondary{border:1px solid rgba(255,255,255,.14);color:#dbe4ee}
.quote-strip{
  border-left:3px solid rgba(52,211,153,.55);
  padding-left:16px;color:#dbe7f1;margin-top:12px
}
.soft-panel{
  background:linear-gradient(180deg, rgba(52,211,153,.08), rgba(52,211,153,.03));
  border:1px solid rgba(52,211,153,.16);
  border-radius:24px;padding:22px
}
.list{margin:0;padding-left:20px;color:#cbd5e1}
.list li{margin:8px 0;line-height:1.75}
.diagram{width:100%;display:block;border-radius:18px;border:1px solid rgba(255,255,255,.08)}
.funnel{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}
.funnel-step{
  padding:18px;border-radius:20px;border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.03))
}
.step-no{
  width:32px;height:32px;border-radius:999px;display:flex;align-items:center;justify-content:center;
  background:rgba(52,211,153,.12);border:1px solid rgba(52,211,153,.24);color:#d1fae5;font-size:13px;margin-bottom:10px
}
.footer{padding:38px 0;background:#0a0e13}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px}
.quick-links{display:grid;grid-template-columns:1fr 1fr;gap:6px 18px;font-size:14px;color:#9aa7b5}
.address,.footer p{font-size:14px;color:#9aa7b5;line-height:1.8}
.team-grid{
  margin-top:36px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.team-card{
  display:flex;
  gap:16px;
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
}
.team-headshot{
  width:102px;
  height:102px;
  border-radius:16px;
  flex:0 0 auto;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.12);
}
.team-copy h3{
  font-size:13px;
  margin:0 0 8px;
  line-height:1.6;
  font-weight:600;
}
.team-copy p{
  margin:0 0 10px;
  line-height:1.6;
  font-size:13px;
}
.team-meta{
  color:#9fb0c2;
  font-size:13px;
  line-height:1.6;
}
.about-flow .list{
  margin-top:6px;
}
.approach-grid{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.approach-card{
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
}
.approach-card h3{
  margin:0 0 8px;
  font-size:22px;
}
.approach-card p{
  margin:0;
}
.team-card-single{
  margin-top:20px;
}
.garuda-architecture{
  background:#0b0f1a;
  color:#e6ecf5;
  padding:80px 0;
  text-align:center;
  border-bottom:1px solid var(--line);
}
.garuda-architecture .container{
  max-width:1180px;
}
.garuda-architecture .section-title{
  font-size:36px;
  margin:0 0 12px;
}
.garuda-architecture .section-subtitle{
  font-size:16px;
  color:#aab3c5;
  max-width:700px;
  margin:0 auto 50px;
}
.flow-diagram{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:16px;
}
.flow-diagram .block{
  background:#121829;
  border:1px solid #2a3550;
  border-radius:12px;
  padding:20px;
  width:180px;
}
.flow-diagram .block.highlight{
  border:1px solid #4da3ff;
  box-shadow:0 0 12px rgba(77,163,255,.4);
}
.flow-diagram .label{
  font-size:12px;
  text-transform:uppercase;
  color:#7f8ca8;
  margin-bottom:8px;
}
.flow-diagram .content{
  font-size:14px;
  line-height:1.5;
}
.flow-diagram .arrow{
  font-size:22px;
  color:#5f6c89;
}
.optional-layer{
  margin-top:40px;
}
.layer-box{
  display:inline-block;
  border:1px dashed #3a4663;
  padding:12px 20px;
  border-radius:8px;
  font-size:14px;
  color:#9aa6c2;
}
.architecture-context{
  max-width:900px;
  margin:28px auto 0;
  font-size:17px;
  line-height:1.65;
  color:#d8e2f2;
}
@media (max-width:1024px){
  .hero-grid,.grid-2,.grid-3,.grid-4,.footer-grid,.funnel{grid-template-columns:1fr}
  h1{font-size:42px}
  h2{font-size:30px}
  .approach-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .brand-copy{display:none}
  .brand img{width:172px;height:auto;max-height:52px}
  .nav{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .team-grid{grid-template-columns:1fr}
  .team-card{padding:16px}
  .team-headshot{width:88px;height:88px}
  .team-copy h3{font-size:13px}
  .flow-diagram{
    flex-direction:column;
  }
  .flow-diagram .arrow{
    transform:rotate(90deg);
  }
}
