/* ============================================================
   Git Compro — Clean Professional Company Profile Theme
   ============================================================ */

:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-soft: #f1f5f9;
  --text: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --primary: #0f766e;
  --primary-dark: #115e59;
  --primary-soft: #ccfbf1;
  --dark: #111827;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 20px 60px rgba(15, 23, 42, .08);
  --shadow-sm: 0 10px 30px rgba(15, 23, 42, .06);
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(226, 232, 240, .85);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  letter-spacing: -.03em;
  font-size: 20px;
}
.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--dark);
  color: #fff;
  font-size: 13px;
  letter-spacing: -.04em;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-nav a {
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
  padding: 10px 13px;
  border-radius: 999px;
}
.site-nav a:hover, .site-nav a.active {
  color: var(--primary-dark);
  background: var(--primary-soft);
}

.section-wrap { padding: 92px 0; }
.section-eyebrow, .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-dark);
  background: var(--primary-soft);
  border: 1px solid rgba(15, 118, 110, .14);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}
h1, h2, h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: -.045em;
}
h1 { font-size: clamp(42px, 6.2vw, 76px); }
h2 { font-size: clamp(30px, 4vw, 52px); }
h3 { font-size: 22px; }
.section-lead, .hero-lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  margin-top: 18px;
}
.section-copy { color: var(--muted); margin-top: 22px; font-size: 16px; }
.section-head {
  max-width: 760px;
  margin-bottom: 38px;
}
.section-head.narrow { max-width: 680px; text-align: center; margin-left: auto; margin-right: auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 12px 28px rgba(15, 118, 110, .22); }
.btn-primary:hover { background: var(--primary-dark); }
.btn-outline { background: #fff; border-color: var(--line); color: var(--text); }
.btn-light { background: #fff; color: var(--primary-dark); }
.btn-ghost-light { border-color: rgba(255,255,255,.3); color: #fff; }
.hero-actions, .section-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero-section {
  padding-top: 110px;
  background:
    radial-gradient(circle at 20% 10%, rgba(15, 118, 110, .12), transparent 34%),
    linear-gradient(180deg, #fff, var(--bg));
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: center;
  gap: 52px;
}
.hero-copy { max-width: 760px; }
.hero-text { color: var(--muted); margin-top: 20px; max-width: 660px; }
.hero-visual {
  min-height: 430px;
  border-radius: 34px;
  background: linear-gradient(145deg, #0f172a, #164e63 45%, #0f766e);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
}
.hero-visual img {
  width: 100%; height: 100%; object-fit: cover;
}
.visual-card {
  position: relative;
  z-index: 2;
  width: min(330px, 82%);
  padding: 34px;
  color: #fff;
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 26px;
  backdrop-filter: blur(12px);
}
.visual-card span { color: var(--primary-soft); font-weight: 800; font-size: 15px; }
.visual-card strong { display: block; font-size: 48px; line-height: 1; letter-spacing: -.07em; margin: 14px 0; }
.visual-card small { color: rgba(255,255,255,.72); font-weight: 700; }

.split-grid {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 54px;
}
.split-reverse .split-grid { grid-template-columns: .9fr 1fr; }
.split-reverse .split-copy { order: 2; }
.split-image, .split-placeholder {
  min-height: 380px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.split-image img { width: 100%; height: 100%; object-fit: cover; }
.split-placeholder {
  padding: 34px;
  background: linear-gradient(145deg, #ecfeff, #f8fafc);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.split-placeholder span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--primary); color: #fff; font-weight: 900; margin-bottom: 22px; }
.split-placeholder strong { font-size: 28px; line-height: 1.15; letter-spacing: -.04em; }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-sm);
}
.card-number {
  display: inline-block;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 34px;
}
.info-card p { color: var(--muted); margin-top: 12px; margin-bottom: 0; }

.stats-section { padding-top: 0; }
.stats-shell {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 38px;
  box-shadow: var(--shadow-sm);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.stat-card {
  border-radius: 22px;
  background: var(--surface-soft);
  padding: 26px 20px;
}
.stat-card strong { display: block; font-size: 42px; line-height: 1; letter-spacing: -.06em; color: var(--primary-dark); }
.stat-card span { display: block; margin-top: 10px; color: var(--muted); font-weight: 700; font-size: 14px; }

.process-list {
  max-width: 820px;
  margin: 40px auto 0;
  display: grid;
  gap: 16px;
}
.process-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.process-item span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-weight: 900;
}
.process-item p { color: var(--muted); margin-top: 8px; margin-bottom: 0; }

.cta-box {
  border-radius: 34px;
  background: linear-gradient(135deg, #0f766e, #0f172a);
  color: #fff;
  padding: 54px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  box-shadow: var(--shadow);
}
.cta-box .section-eyebrow { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.18); }
.cta-box .section-lead, .cta-box .section-copy { color: rgba(255,255,255,.78); }
.cta-actions { margin-top: 0; justify-content: flex-end; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: 34px;
  align-items: start;
}
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow-sm);
}
.contact-row {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.contact-row:last-child { border-bottom: 0; }
.contact-row span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
}
.contact-row strong { font-size: 18px; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery-grid img { width: 100%; height: 240px; object-fit: cover; border-radius: 20px; }

.not-found { min-height: 56vh; display: grid; place-items: center; text-align: center; }
.not-found .btn { margin-top: 18px; }

.site-footer {
  background: #0b1220;
  color: rgba(255,255,255,.78);
  padding-top: 58px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .6fr;
  gap: 32px;
  padding-bottom: 38px;
}
.footer-brand { color: #fff; margin-bottom: 14px; }
.footer-contact, .footer-social { display: flex; flex-direction: column; gap: 10px; }
.footer-social a:hover, .footer-bottom a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}

@media (max-width: 920px) {
  .header-inner { flex-direction: column; align-items: flex-start; padding: 16px 0; }
  .site-nav { flex-wrap: wrap; }
  .hero-grid, .split-grid, .stats-shell, .contact-grid, .cta-box, .footer-grid {
    grid-template-columns: 1fr;
  }
  .split-reverse .split-copy { order: 0; }
  .cards-grid, .stats-grid, .gallery-grid { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .hero-visual { min-height: 320px; }
  .section-wrap { padding: 66px 0; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-nav a { padding: 8px 10px; }
  .hero-section { padding-top: 72px; }
  .hero-actions, .section-actions { flex-direction: column; align-items: stretch; }
  .cta-box { padding: 34px 22px; border-radius: 24px; }
  .stats-shell { padding: 24px; }
  .process-item { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
