/* ====================================================================
   WINGS AI — Stylesheet v2
   Dark AI/security aesthetic · Inter + Space Grotesk + JetBrains Mono
   ==================================================================== */

:root {
  --bg: #0a0e1a;
  --bg-2: #0f1524;
  --bg-3: #141b2e;
  --surface: #161d30;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --text: #e8ecf5;
  --text-muted: #8a94ad;
  --text-dim: #5d6680;
  --accent: #5eead4;            /* teal/cyan AI accent */
  --accent-2: #7dd3fc;           /* sky */
  --accent-3: #a78bfa;           /* violet */
  --accent-grad: linear-gradient(135deg, #5eead4 0%, #7dd3fc 50%, #a78bfa 100%);
  --radius: 14px;
  --radius-lg: 20px;
  --container: 1180px;
  --shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.5);
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --display: 'Space Grotesk', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}

/* ---------- Background effects ---------- */
.grid-bg {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(94, 234, 212, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 234, 212, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse at 50% 0%, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 0%, black 0%, transparent 70%);
}

.glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.glow-1 {
  top: -200px;
  left: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.3), transparent 70%);
}

.glow-2 {
  top: 400px;
  right: -200px;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(125, 211, 252, 0.2), transparent 70%);
}

.glow-3 {
  bottom: -100px;
  right: -80px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(237, 50, 55, 0.2), transparent 70%);
  opacity: 0.4;
}

main, .site-header, .site-footer { position: relative; z-index: 1; }

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children animations */
.what-grid .reveal:nth-child(2) { transition-delay: 0.1s; }
.what-grid .reveal:nth-child(3) { transition-delay: 0.2s; }
.services-grid .reveal:nth-child(2) { transition-delay: 0.08s; }
.services-grid .reveal:nth-child(3) { transition-delay: 0.16s; }
.services-grid .reveal:nth-child(4) { transition-delay: 0.24s; }
.cases-grid .reveal:nth-child(2) { transition-delay: 0.12s; }
.approach-grid .reveal:nth-child(2) { transition-delay: 0.1s; }
.approach-grid .reveal:nth-child(3) { transition-delay: 0.2s; }
.team-pillars .reveal:nth-child(2) { transition-delay: 0.1s; }
.team-pillars .reveal:nth-child(3) { transition-delay: 0.2s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---------- Header ---------- */
.site-header {
  padding: 24px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(10, 14, 26, 0.78);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
}

.brand-mark {
  width: 48px;
  height: 28px;
}

.brand-lockup {
  height: 40px;
  width: auto;
  display: block;
}

.brand-lockup-footer {
  height: 36px;
  width: auto;
  display: block;
  margin-bottom: 8px;
}

.brand-text {
  font-family: var(--display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.brand-accent {
  color: var(--accent);
  margin-left: 4px;
}

/* ---------- Photo blocks ---------- */

/* Section break — full-width atmospheric divider */
.section-break {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-break img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 6;
  object-fit: cover;
  filter: saturate(0.85) brightness(0.7);
}

.section-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,14,26,0.4) 0%, rgba(10,14,26,0) 50%, rgba(10,14,26,0.6) 100%);
  pointer-events: none;
}

/* Team — strategic atmosphere */
.team-image {
  margin: 0 auto 56px;
  max-width: 920px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 40px 100px -30px rgba(0,0,0,0.7);
}

.team-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.92);
}

@media (max-width: 720px) {
  .section-break img { aspect-ratio: 16 / 9; }
  .team-image img { aspect-ratio: 4 / 3; }
  .brand-lockup { height: 32px; }
  .brand-lockup-footer { height: 28px; }
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav a {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
  transition: color 0.2s;
}

.site-nav a:hover { color: var(--accent); }

.lang-switch {
  font-family: var(--mono);
  font-size: 12px !important;
  padding: 6px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  letter-spacing: 0.1em;
  color: var(--text) !important;
}

.lang-switch:hover {
  border-color: var(--accent);
  color: var(--accent) !important;
}

/* ---------- Hero ---------- */
.hero {
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  /* Fallback foto-sloj (aktivan kad video nije dostupan) */
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('photos/wgrc-photo-01-soc-operator-hero_2026-04-28T04-30-26.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(1.15) contrast(1.05) saturate(1.05);
  z-index: 0;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(1.15) contrast(1.05) saturate(1.05);
  z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video { display: none; }
}

@media (max-width: 768px) {
  .hero-video { display: none; }
}

/* Localized scrim — radial darkening only where text sits (WCAG 1.4.3 contrast) */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 900px 700px at 28% 50%,
      rgba(8,11,21,0.97) 0%,
      rgba(8,11,21,0.92) 25%,
      rgba(8,11,21,0.72) 45%,
      rgba(8,11,21,0.35) 65%,
      rgba(8,11,21,0) 85%
    );
  pointer-events: none;
  z-index: 1;
}

.hero > .container {
  position: relative;
  z-index: 2;
}

/* Text-shadow — multi-layer (tight crisp edge + wider diffuse halo) for readability on photo */
.hero .eyebrow {
  text-shadow:
    0 1px 2px rgba(0,0,0,0.6),
    0 2px 8px rgba(0,0,0,0.4);
}

.hero-title {
  text-shadow:
    0 2px 4px rgba(0,0,0,0.7),
    0 4px 20px rgba(0,0,0,0.5);
}

.hero-sub {
  text-shadow:
    0 1px 3px rgba(0,0,0,0.7),
    0 2px 10px rgba(0,0,0,0.5);
}

.hero-stats .stat-num,
.hero-stats .stat-label {
  text-shadow:
    0 1px 3px rgba(0,0,0,0.7),
    0 2px 8px rgba(0,0,0,0.4);
}

@media (max-width: 720px) {
  .hero::after {
    background: linear-gradient(
      180deg,
      rgba(8,11,21,0.85) 0%,
      rgba(8,11,21,0.7) 60%,
      rgba(8,11,21,0.5) 100%
    );
  }
}

/* ---------- Brand emblem placements ---------- */
.hero-emblem {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  width: 300px;
  height: auto;
  opacity: 0.06;
  pointer-events: none;
  z-index: 2;
  border-radius: 8px;
}

@media (max-width: 960px) {
  .hero-emblem { display: none; }
}

.contact-emblem {
  display: block;
  width: 34px;
  height: auto;
  margin-bottom: 14px;
  border-radius: 4px;
  opacity: 0.85;
}

/* ---------- Eyebrow pill ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(94, 234, 212, 0.08);
  border: 1px solid rgba(94, 234, 212, 0.2);
  border-radius: 999px;
  font-size: 13px;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 32px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.hero-title {
  font-family: var(--display);
  font-size: clamp(40px, 6.5vw, 78px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 900px;
  margin-bottom: 28px;
}

.grad {
  background: var(--accent-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Reset shadow bleed kroz transparent fill — koristi filter: drop-shadow nad alpha-rendered shape umjesto */
  text-shadow: none;
  filter:
    drop-shadow(0 2px 4px rgba(0,0,0,0.55))
    drop-shadow(0 4px 16px rgba(0,0,0,0.4));
}

.hero-sub {
  font-size: 19px;
  color: var(--text-muted);
  max-width: 680px;
  line-height: 1.65;
  margin-bottom: 44px;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.25s;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.btn-primary {
  background: var(--accent);
  color: #0a0e1a;
}

.btn-primary:hover {
  background: #7df3dd;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -10px rgba(94, 234, 212, 0.5);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border-strong);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--accent);
  color: var(--accent);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}

.stat-num {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 6px;
}

.stat-label {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ---------- Trusted strip ---------- */
.trusted {
  padding: 60px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-2);
}

.trusted-label {
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-dim);
  text-align: center;
  margin-bottom: 32px;
}

.trusted-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.tlogo {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  opacity: 0.6;
  transition: all 0.3s;
  white-space: nowrap;
}

.tlogo:hover {
  opacity: 1;
  color: var(--text);
}

/* ---------- Sections ---------- */
.section {
  padding: 120px 0;
}

.section-dark {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-head {
  margin-bottom: 64px;
  max-width: 720px;
}

.section-label {
  display: inline-block;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 18px;
}

.section-head h2 {
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 700;
}

/* ---------- What we do ---------- */
.what-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.what-card {
  padding: 36px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.3s, transform 0.3s;
}

.what-card:hover {
  border-color: rgba(94, 234, 212, 0.3);
  transform: translateY(-4px);
}

.what-icon {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.what-card h3 {
  font-family: var(--display);
  font-size: 22px;
  margin-bottom: 14px;
  line-height: 1.3;
}

.what-card p {
  color: var(--text-muted);
  font-size: 15px;
}

/* ---------- Architecture diagram ---------- */
.section-diagram {
  padding: 100px 0 120px;
}

.diagram {
  background: linear-gradient(180deg, var(--bg-2), var(--bg-3));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 48px 32px;
  overflow: hidden;
  position: relative;
}

.diagram::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(94, 234, 212, 0.05), transparent 70%);
  pointer-events: none;
}

.diagram svg {
  width: 100%;
  height: auto;
  max-height: 340px;
  display: block;
  position: relative;
  z-index: 1;
}

.diagram-caption {
  margin-top: 24px;
  text-align: center;
  color: var(--text-muted);
  font-size: 14px;
  font-style: italic;
}

/* ---------- Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.service:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 234, 212, 0.25);
  box-shadow: var(--shadow);
}

.service:hover::before { opacity: 1; }

.service-num {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}

.service h3 {
  font-family: var(--display);
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.25;
}

.service-tag {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px !important;
  font-weight: 500;
}

.service > p {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 20px;
}

.service ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
}

.service li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 2px;
  background: var(--accent);
}

/* ---------- Case studies ---------- */
.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.case-card {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s;
}

.case-card:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 234, 212, 0.25);
}

.case-head {
  padding: 36px 36px 24px;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(94, 234, 212, 0.04), transparent);
}

.case-tag {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 14px;
}

.case-head h3 {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.case-client {
  font-size: 13px;
  color: var(--text-dim);
}

.case-body {
  padding: 28px 36px 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.case-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.case-label {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--text-dim);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.case-block p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 8px;
}

.metric {
  padding: 16px 12px;
  background: rgba(94, 234, 212, 0.04);
  border: 1px solid rgba(94, 234, 212, 0.15);
  border-radius: 10px;
  text-align: center;
}

.metric-val {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 4px;
}

.metric-key {
  font-size: 11px;
  color: var(--text-muted);
  line-height: 1.3;
}

/* ---------- Approach ---------- */
.approach-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}

.approach-card {
  padding: 40px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: transform 0.3s;
}

.approach-card:hover { transform: translateY(-4px); }

.approach-card.featured {
  background: linear-gradient(155deg, rgba(94, 234, 212, 0.08), rgba(125, 211, 252, 0.04) 50%, transparent);
  border-color: rgba(94, 234, 212, 0.3);
}

.approach-step {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--accent);
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.approach-card h3 {
  font-family: var(--display);
  font-size: 22px;
  margin-bottom: 8px;
}

.approach-meta {
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 20px !important;
  font-weight: 500;
}

.approach-card p {
  color: var(--text-muted);
  font-size: 14.5px;
  margin-bottom: 16px;
}

.approach-why {
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-size: 13.5px !important;
}

.approach-why strong { color: var(--accent); font-weight: 600; }

/* ---------- Team ---------- */
.team-copy {
  max-width: 900px;
}

.team-copy > p {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 48px;
  line-height: 1.7;
}

.team-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pillar {
  padding: 28px;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  border-left: 3px solid var(--accent);
}

.pillar-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--text);
}

.pillar-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
}

/* ---------- Contact ---------- */
.contact-card {
  background: linear-gradient(155deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: 72px 60px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

.contact-left h2 {
  font-family: var(--display);
  font-size: 38px;
  line-height: 1.15;
  margin: 12px 0 20px;
}

.contact-left p {
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.65;
}

.contact-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: all 0.2s;
}

a.contact-item:hover {
  border-color: var(--accent);
  background: rgba(94, 234, 212, 0.05);
}

.contact-label {
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-dim);
  font-weight: 600;
}

.contact-value {
  font-size: 16px;
  color: var(--text);
  font-weight: 500;
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 56px 0 48px;
  background: var(--bg-2);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-tag {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 8px;
}

.footer-meta {
  text-align: right;
  font-size: 13px;
  color: var(--text-dim);
  max-width: 420px;
}

.footer-note {
  margin-top: 6px;
  color: var(--text-dim);
  font-style: italic;
}

.footer-disclaimer {
  margin-top: 10px;
  font-size: 11px;
  color: var(--text-dim);
  opacity: 0.7;
  line-height: 1.5;
}

/* ====================================================================
   RESPONSIVE
   ==================================================================== */

@media (max-width: 1024px) {
  .services-grid { grid-template-columns: 1fr; }
  .cases-grid { grid-template-columns: 1fr; }
  .approach-grid { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  .hero { padding: 80px 0 60px; }
  .hero-stats { grid-template-columns: 1fr; gap: 24px; }
  .what-grid { grid-template-columns: 1fr; }
  .team-pillars { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; padding: 48px 32px; gap: 36px; }
  .section { padding: 80px 0; }
  .section-diagram { padding: 60px 0 80px; }
  .trusted-logos { gap: 24px; }
  .diagram { padding: 24px 12px; }
  .footer-meta { text-align: left; }
}

@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .site-nav {
    gap: 16px;
  }
  .site-nav a:not(.lang-switch) { display: none; }
  .hero-title { font-size: 40px; }
  .hero-sub { font-size: 16px; }
  .service { padding: 32px 26px; }
  .case-head, .case-body { padding-left: 24px; padding-right: 24px; }
  .metrics { grid-template-columns: 1fr; }
  .contact-card { padding: 40px 24px; }
  .contact-left h2 { font-size: 28px; }
  .section-head h2 { font-size: 28px; }
  .btn { padding: 14px 22px; font-size: 14px; }
  .tlogo { font-size: 13px; }
  .trusted-logos { gap: 18px; }
}
