:root {
  --bg: #090b10;
  --bg-2: #0f131b;
  --panel: rgba(18, 22, 29, 0.82);
  --panel-2: #171c25;
  --text: #edf2f7;
  --muted: #a7b1c2;
  --line: #252d39;
  --line-soft: rgba(255,255,255,.06);
  --accent: #9db9ff;
  --accent-2: #d9e2ff;
  --max: 1160px;
  --radius: 22px;
  --shadow: 0 20px 55px rgba(0,0,0,.22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  color: var(--text);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.narrow { width: min(calc(100% - 40px), 760px); margin: 0 auto; }
.two-col { display:grid; grid-template-columns: .95fr 1.05fr; gap: 44px; align-items: start; }
.center { text-align:center; }
.section { padding: 92px 0; position: relative; }
.muted { background: rgba(255,255,255,.02); }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; margin-bottom: 16px; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap: 24px; margin-bottom: 28px; }
.section-note { max-width: 440px; margin: 0; }
h1,h2,h3 { line-height: 1.06; margin: 0 0 16px; }
h1 { font-size: clamp(2.7rem, 6vw, 5.6rem); letter-spacing: -.055em; max-width: 12ch; }
h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); letter-spacing: -.04em; }
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
p { margin: 0 0 16px; color: var(--muted); }
.site-header {
  position: sticky; top: 0; z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(10,12,16,.32);
  border-bottom: 1px solid rgba(255,255,255,.04);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(10,12,16,.76);
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 10px 30px rgba(0,0,0,.16);
}
.nav { display:flex; align-items:center; justify-content:space-between; min-height:78px; gap:20px; }
.brand { font-weight: 700; letter-spacing: -.02em; display:flex; align-items:center; gap:10px; }
.brand-dot {
  width: 10px; height: 10px; border-radius: 999px;
  background: linear-gradient(135deg, #7aa2ff, #d6b7ff);
  box-shadow: 0 0 24px rgba(138,180,255,.65);
}
.nav nav { display:flex; gap: 22px; flex-wrap: wrap; }
.nav nav a { color: var(--muted); position: relative; }
.nav nav a::after {
  content: ""; position:absolute; left:0; bottom:-6px; width:0; height:1px;
  background: var(--accent-2); transition: width .2s ease;
}
.nav nav a:hover { color: var(--text); }
.nav nav a:hover::after { width:100%; }
.hero {
  overflow: hidden;
  padding-top: 112px;
}
.hero-layout { display:block; }
.hero-copy { position: relative; z-index: 2; }
.lead { font-size: 1.12rem; max-width: 55ch; }
.hero-cta { display:flex; gap: 14px; margin: 28px 0 0; flex-wrap: wrap; }
.btn {
  display:inline-flex; align-items:center; justify-content:center;
  padding: 14px 18px; border-radius: 999px; font-weight: 600;
  border: 1px solid var(--line);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--text); color: #0b0d12; border-color: transparent; }
.btn-secondary { background: transparent; color: var(--text); }
.hero-panel {
  position: relative; z-index: 2;
}
.hero-panel-inner {
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 26px;
  box-shadow: var(--shadow);
}
.hero-panel-label {
  color: var(--text);
  font-weight: 700;
  margin-bottom: 16px;
}
.hero-proof-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hero-proof {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.04);
}
.hero-proof span, .stat span { display:block; font-size: 1.72rem; font-weight: 800; letter-spacing: -.04em; color: var(--text); }
.hero-proof small, .stat small { color: var(--muted); }
.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: .24;
  pointer-events: none;
}
.hero-orb-1 {
  width: 320px; height: 320px; top: 60px; right: 12%;
  background: radial-gradient(circle, rgba(108,140,255,.8), rgba(108,140,255,0));
}
.hero-orb-2 {
  width: 260px; height: 260px; top: 180px; left: 6%;
  background: radial-gradient(circle, rgba(184,118,255,.65), rgba(184,118,255,0));
}
.section-first-after-hero { padding-top: 56px; }
.proof-first { padding-top: 44px; }
.stats-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.stat, .shot, .contact-box { background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02)); border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.stat { padding: 22px; }
.case-block { margin-top: 36px; padding-top: 10px; }
.featured-case { margin-top: 8px; }
.case-top { display:grid; grid-template-columns: 1fr .72fr; gap: 24px; margin-bottom: 18px; }
.case-copy { max-width: 680px; }
.case-label { margin-bottom: 10px; color: var(--accent); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }
.case-points { margin: 16px 0 0; padding-left: 18px; color: var(--muted); }
.case-side-note { padding: 22px; border:1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.02); }
.case-side-note p { color: var(--text); font-weight: 700; margin-bottom: 10px; }
.case-side-note ul { margin: 0; padding-left: 18px; color: var(--muted); }
.scroller-wrap {
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #4b5563 transparent;
}
.scroller-wrap::-webkit-scrollbar { height: 10px; }
.scroller-wrap::-webkit-scrollbar-thumb { background: #3b4350; border-radius: 999px; }
.shot-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 36vw);
  gap: 18px;
  align-items: start;
}
.shot {
  overflow: hidden;
  padding: 0;
}
.shot-open {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  cursor: zoom-in;
}
.shot img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #0b0d12;
}
.shot-open img { transition: transform .18s ease, opacity .18s ease; }
.shot-open:hover img { transform: scale(1.01); opacity: .96; }
.shot figcaption { padding: 14px 16px 18px; color: var(--muted); font-size: .95rem; }
.service-list { display:grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.service-list div { padding-bottom: 8px; border-bottom: 1px solid var(--line-soft); }
.tags { display:flex; flex-wrap: wrap; gap: 12px; }
.tags span { padding: 10px 14px; border-radius: 999px; border:1px solid var(--line); background: rgba(255,255,255,.03); color: var(--text); }
.contact-box { padding: 32px; }
.contact a { color: var(--accent-2); }
.site-footer { border-top: 1px solid rgba(255,255,255,.05); padding: 22px 0 34px; }
.footer-inner { display:flex; justify-content:space-between; gap:18px; color: var(--muted); font-size:.95rem; }
.no-scroll { overflow: hidden; }
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(6,8,12,.9);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  z-index: 1000;
}
.lightbox.is-open { display: flex; }
.lightbox img {
  max-width: min(1200px, 100%);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: white;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 960px) {
  .two-col, .case-top, .service-list, .stats-grid, .hero-proof-grid { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .shot-scroller { grid-auto-columns: minmax(280px, 82vw); }
}
@media (max-width: 640px) {
  .stats-grid,
  .stats-grid-3 { grid-template-columns: 1fr !important; }

  .section { padding: 72px 0; }
  .nav { align-items:flex-start; padding: 14px 0; }
  .nav nav { gap: 14px; font-size: .95rem; }
  .footer-inner { flex-direction: column; }
  .contact-box { padding: 24px; }
  .hero { padding-top: 96px; }
}


.shot-scroller-3 {
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 38vw);
}


.contact-actions {
  display:flex;
  justify-content:center;
  margin: 18px 0 12px;
}
.btn-whatsapp {
  background: #25D366;
  color: #08110b;
  border-color: transparent;
}
.btn-whatsapp:hover {
  background: #34e278;
}
