:root {
  --bg: #0b1320;
  --bg-soft: #101a2b;
  --surface: rgba(255,255,255,0.08);
  --surface-strong: rgba(255,255,255,0.12);
  --card: #f7f9fc;
  --text: #e8eef7;
  --muted: #b6c2d3;
  --heading: #0d1f3a;
  --body: #2e3b4f;
  --navy: #112c57;
  --navy-2: #183969;
  --teal: #2ec4b6;
  --teal-2: #78e3dc;
  --border: rgba(255,255,255,0.12);
  --shadow: 0 18px 50px rgba(3, 12, 28, 0.18);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top right, rgba(46,196,182,0.22), transparent 24%),
    radial-gradient(circle at top left, rgba(120,227,220,0.12), transparent 22%),
    linear-gradient(180deg, #0b1320 0%, #10192b 36%, #f3f7fb 36%, #f3f7fb 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-shell { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0 20px;
}
.brand-mini {
  font-weight: 800;
  letter-spacing: 0.04em;
  color: white;
}
.nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}
.nav a:hover { color: white; }

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 34px 0 56px;
}
.eyebrow,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(46,196,182,0.14);
  color: var(--teal-2);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.7rem);
  line-height: 0.98;
  margin: 18px 0 18px;
  max-width: 10.5ch;
}
.lead {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 60ch;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin: 28px 0 24px;
  flex-wrap: wrap;
}
.btn {
  padding: 14px 20px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 0.18s ease, background 0.18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--teal), #2d8cff);
  color: #07111d;
}
.btn-secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.hero-points {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-points span,
.pill {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #dce6f5;
  font-size: 0.9rem;
}
.pill.outline {
  background: transparent;
  border: 1px solid #c9d9ea;
  color: #40627d;
}
.card {
  background: white;
  color: var(--body);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}
.glass {
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.06));
  border: 1px solid var(--border);
  box-shadow: none;
  color: var(--text);
}
.hero-logo {
  width: 100%;
  border-radius: 18px;
  background: rgba(255,255,255,0.95);
  padding: 14px;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.stat-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}
.stat-card.accent {
  background: rgba(46,196,182,0.14);
}
.stat-label {
  color: #c4d2e6;
  font-size: 0.82rem;
  margin-bottom: 8px;
}
.stat-value {
  font-weight: 700;
  line-height: 1.4;
}

.credibility-grid,
.contact-grid,
.split-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
}
.credential-card h2,
.section h2,
.split-copy h2,
.callout-band h2 {
  color: var(--heading);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin: 16px 0 16px;
  line-height: 1.1;
}
.credential-card p,
.section-header p,
.service-card p,
.split-copy p,
.mini-case p,
.project-card p,
.contact-card p,
.callout-band p,
.image-drop-card p {
  color: var(--body);
  line-height: 1.8;
}
.image-drop-card {
  background: linear-gradient(180deg, #ffffff, #eef8f8);
}
.drop-zone,
.image-box,
.placeholder-graphic {
  margin-top: 18px;
  border: 2px dashed #9cced0;
  border-radius: 18px;
  min-height: 180px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #4f6b75;
  background: linear-gradient(135deg, rgba(46,196,182,0.12), rgba(17,44,87,0.05));
  padding: 18px;
}
.placeholder-graphic {
  min-height: 220px;
}
.section {
  padding: 84px 0 0;
}
.section-header {
  max-width: 760px;
  margin-bottom: 28px;
}
.service-grid,
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card,
.project-card,
.contact-card,
.mini-case {
  border: 1px solid #e2eaf3;
}
.service-card h3,
.project-card h3,
.mini-case h3,
.contact-card h3,
.image-drop-card h3 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 12px;
}
.feature-list {
  padding-left: 18px;
  color: var(--body);
  line-height: 1.9;
}
.mini-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 140px;
  margin-top: 20px;
}
.mini-bars span {
  display: block;
  flex: 1;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(180deg, var(--teal), var(--navy));
}
.mini-bars span:nth-child(1) { height: 40%; }
.mini-bars span:nth-child(2) { height: 68%; }
.mini-bars span:nth-child(3) { height: 92%; }
.mini-bars span:nth-child(4) { height: 62%; }
.mini-bars span:nth-child(5) { height: 28%; }
.project-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.project-card.highlight {
  background: linear-gradient(180deg, #ffffff, #eff7ff);
}
.callout-band {
  margin-top: 84px;
  background: linear-gradient(135deg, var(--navy), #0d1d36);
  color: white;
  border-radius: 30px;
  padding: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.callout-band p,
.callout-band h2 { color: white; }
.contact-grid {
  grid-template-columns: repeat(3, 1fr);
}
.contact-card a {
  color: var(--navy-2);
  font-weight: 700;
}
.footer {
  padding: 36px 0 52px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #58708f;
  font-size: 0.94rem;
}

@media (max-width: 980px) {
  .hero,
  .credibility-grid,
  .split-section,
  .callout-band,
  .contact-grid,
  .service-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }
  .hero h1 { max-width: 12ch; }
}

@media (max-width: 760px) {
  .site-shell { width: min(var(--max), calc(100% - 20px)); }
  .topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .nav {
    flex-wrap: wrap;
    gap: 14px;
  }
  .hero { padding-top: 12px; }
  .card, .callout-band { padding: 22px; }
  .footer {
    flex-direction: column;
    padding-bottom: 34px;
  }
}
