@import url('https://fonts.googleapis.com/css2?family=Syne:wght@500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #0d0818;
  --purple: #1a1033;
  --violet: #7c3aed;
  --violet-light: #a78bfa;
  --amber: #f59e0b;
  --amber-light: #fbbf24;
  --slate: #94a3b8;
  --light: #e2e8f0;
  --white: #ffffff;
  --line: #2e1f4a;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--light);
  background: var(--ink);
  line-height: 1.65;
  font-size: 16px;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }

.wrap { width: min(var(--max), 92vw); margin: 0 auto; }

.topline {
  background: var(--purple);
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  padding: 0.55rem 0;
  color: var(--slate);
}

.topline .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.topline a { color: var(--amber-light); font-weight: 600; }

.header {
  background: rgba(13,8,24,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.brand img { width: 46px; height: 46px; }

.brand .name {
  font-family: 'Syne', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.1;
}

.brand .name span { color: var(--amber); }

.brand .tag {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--violet-light);
  font-weight: 600;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.nav a {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--slate);
  transition: color 0.2s;
}

.nav a:hover, .nav a.active { color: var(--white); }

.nav .cta {
  background: linear-gradient(135deg, var(--violet), #5b21b6);
  color: var(--white);
  padding: 0.55rem 1.1rem;
  border-radius: 6px;
  font-weight: 700;
}

.nav .cta:hover { filter: brightness(1.1); }

.menu-btn {
  display: none;
  background: none;
  border: 1px solid var(--line);
  padding: 0.45rem 0.75rem;
  font: inherit;
  font-weight: 600;
  color: var(--white);
  border-radius: 6px;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(13,8,24,0.92) 40%, rgba(26,16,51,0.75) 70%, rgba(124,58,237,0.25) 100%);
}

.hero .wrap {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}

.hero .kicker {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 700;
  margin-bottom: 1rem;
  border: 1px solid rgba(245,158,11,0.3);
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
}

.hero h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.05;
  max-width: 640px;
  margin-bottom: 1rem;
}

.hero .lead {
  color: #cbd5e1;
  font-size: 1.08rem;
  max-width: 520px;
  margin-bottom: 0.85rem;
}

.hero .email-line {
  font-size: 0.92rem;
  margin-bottom: 1.75rem;
}

.hero .email-line a {
  color: var(--amber-light);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  font-size: 0.88rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, filter 0.2s;
}

.btn-amber {
  background: var(--amber);
  color: var(--ink);
}

.btn-amber:hover { filter: brightness(1.08); transform: translateY(-1px); }

.btn-ghost {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255,255,255,0.25);
}

.btn-ghost:hover { border-color: var(--violet-light); color: var(--violet-light); }

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  margin-top: -1px;
}

.stats div {
  background: var(--purple);
  padding: 1.4rem 1rem;
  text-align: center;
}

.stats strong {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: 1.2rem;
  color: var(--amber);
}

.stats span {
  font-size: 0.72rem;
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section { padding: 4.5rem 0; }
.section-dark { background: var(--purple); }

.head { margin-bottom: 2.5rem; max-width: 620px; }
.head.center { text-align: center; margin-left: auto; margin-right: auto; }

.head h2 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.head p { color: var(--slate); }

.svc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.svc article {
  background: var(--purple);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}

.svc article:hover {
  border-color: var(--violet);
  transform: translateY(-3px);
}

.svc img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.svc .body { padding: 1.35rem; }

.svc h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.svc p { font-size: 0.86rem; color: var(--slate); }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.split img {
  border-radius: 10px;
  height: 340px;
  object-fit: cover;
  width: 100%;
  border: 1px solid var(--line);
}

.split h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.split p { color: var(--slate); margin-bottom: 0.85rem; }
.split a { color: var(--amber-light); font-weight: 600; }

.profile {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2rem;
  align-items: start;
  background: var(--purple);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 2rem;
}

.profile img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.profile h3 {
  font-family: 'Syne', sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.profile .role {
  color: var(--amber);
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.85rem;
}

.profile p { color: var(--slate); margin-bottom: 0.75rem; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.info-panel {
  background: var(--purple);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 2.25rem;
}

.info-panel h2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.info-panel p { color: var(--slate); margin-bottom: 1.25rem; }

.info-panel li {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.info-panel li:last-child { border-bottom: 0; }

.info-panel strong {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--violet-light);
  margin-bottom: 0.3rem;
}

.info-panel a { color: var(--amber-light); word-break: break-all; font-weight: 600; }

.form-panel {
  background: var(--ink);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 2.25rem;
}

.field { margin-bottom: 1rem; }

.field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--slate);
  margin-bottom: 0.35rem;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 0.75rem 0.85rem;
  font: inherit;
  background: var(--purple);
  color: var(--white);
  border-radius: 6px;
}

.field textarea { min-height: 120px; resize: vertical; }

.field input:focus,
.field textarea:focus {
  outline: 2px solid var(--violet);
  outline-offset: 1px;
}

.hint { font-size: 0.82rem; color: var(--slate); margin-top: 0.75rem; }

.map { margin-top: 1.25rem; border-radius: 8px; overflow: hidden; }
.map iframe { width: 100%; height: 220px; border: 0; display: block; }

.footer {
  background: var(--ink);
  border-top: 1px solid var(--line);
  padding: 2.5rem 0 1.25rem;
  margin-top: 2rem;
}

.footer-cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1.5rem;
}

.footer-cols h4 {
  font-family: 'Syne', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.footer-cols a { color: var(--amber-light); }

.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
  font-size: 0.85rem;
  color: var(--slate);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}

.footer-bottom a { color: var(--amber-light); }

.head a, .profile a { color: var(--amber-light); font-weight: 600; }

@media (max-width: 960px) {
  .split, .contact-grid, .footer-cols, .profile { grid-template-columns: 1fr; }
  .svc { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .menu-btn { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--ink);
    flex-direction: column;
    padding: 1rem;
    border-bottom: 1px solid var(--line);
  }
  .nav.open { display: flex; }
  .header .wrap { position: relative; }
  .svc, .stats { grid-template-columns: 1fr; }
  .hero { min-height: 480px; }
}
