/* ============ White Tiger Group — Modern Premium Theme ============ */

:root {
  --bg: #060608;
  --bg-soft: #0d0d12;
  --bg-card: rgba(255, 255, 255, 0.04);
  --bg-card-hover: rgba(255, 255, 255, 0.07);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);
  --text: #ececf0;
  --text-soft: #a8a8b3;
  --text-muted: #71717a;
  --silver-1: #f4f4f5;
  --silver-2: #d4d4d8;
  --silver-3: #a1a1aa;
  --silver-4: #71717a;
  --accent: linear-gradient(135deg, #f4f4f5 0%, #d4d4d8 35%, #a1a1aa 65%, #f4f4f5 100%);
  --accent-glow: rgba(212, 212, 216, 0.35);
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --shadow-soft: 0 12px 40px rgba(0, 0, 0, 0.4);
  --shadow-strong: 0 22px 60px rgba(0, 0, 0, 0.55);
  --max: 1200px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul { padding-left: 0; list-style: none; margin: 0; }

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

/* ============ Background orbs ============ */
.bg-orbs {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.orb {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: .35;
}
.orb-1 { width: 520px; height: 520px; top: -180px; left: -120px;
  background: radial-gradient(circle, #4a4a55 0%, transparent 65%); }
.orb-2 { width: 680px; height: 680px; top: 40%; right: -260px;
  background: radial-gradient(circle, #6b6b78 0%, transparent 65%); opacity: .25; }
.orb-3 { width: 480px; height: 480px; bottom: -160px; left: 30%;
  background: radial-gradient(circle, #3a3a44 0%, transparent 65%); opacity: .3; }

/* ============ Loader ============ */
.loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--bg);
  display: grid; place-items: center;
  transition: opacity .6s var(--ease), visibility .6s;
}
.loader.hidden { opacity: 0; visibility: hidden; }
.loader-logo img {
  width: 90px; height: 90px; object-fit: contain;
  animation: pulse 1.6s ease-in-out infinite;
  filter: drop-shadow(0 0 25px var(--accent-glow));
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: .85; }
  50% { transform: scale(1.08); opacity: 1; }
}

/* ============ Typography ============ */
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 700; letter-spacing: -0.01em; line-height: 1.15; margin: 0 0 .5em; color: var(--silver-1); }
h1 { font-size: clamp(2.4rem, 5vw, 4.4rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.8rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; color: var(--text-soft); }

.eyebrow {
  display: inline-block;
  font-size: .78rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--silver-3);
  padding: 6px 14px;
  border: 1px solid var(--border-strong);
  border-radius: 100px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
}

.grad-text {
  background: var(--accent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: shimmer 6s linear infinite;
}
@keyframes shimmer {
  to { background-position: 200% center; }
}

.section-title { margin-bottom: 16px; }
.section-lead { max-width: 640px; color: var(--text-soft); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px;
  border-radius: 100px;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  transition: all .35s var(--ease);
  position: relative; overflow: hidden;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
  background: linear-gradient(135deg, #f4f4f5 0%, #d4d4d8 50%, #a1a1aa 100%);
  color: #0a0a0c;
  box-shadow: 0 8px 30px rgba(212, 212, 216, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(212, 212, 216, 0.4); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost {
  border: 1px solid var(--border-strong);
  color: var(--silver-1);
  background: rgba(255, 255, 255, 0.03);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.3); }
.btn-block { width: 100%; }

/* ============ Navbar ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0;
  transition: all .35s var(--ease);
  background: transparent;
}
.nav.scrolled {
  background: rgba(8, 8, 12, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 42px; height: 42px; object-fit: contain; border-radius: 8px; filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.1)); }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-size: .95rem; color: var(--silver-1); letter-spacing: .02em; }
.brand em { font-style: normal; font-size: .7rem; color: var(--text-muted); letter-spacing: .15em; text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 8px 14px;
  font-size: .92rem;
  font-weight: 500;
  color: var(--text-soft);
  border-radius: 100px;
  transition: all .25s var(--ease);
}
.nav-links a:hover, .nav-links a.active {
  color: var(--silver-1);
  background: rgba(255, 255, 255, 0.06);
}
.nav-cta { padding: 10px 20px; font-size: .88rem; }

.nav-toggle {
  display: none; width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 5px; padding: 0;
}
.nav-toggle span { display: block; height: 2px; width: 22px; background: var(--silver-1); margin: 0 auto; transition: all .3s; border-radius: 2px; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============ Hero ============ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 140px 0 80px;
  overflow: hidden;
  z-index: 1;
}
.hero-grid {
  position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 30%, transparent 75%);
}
.hero-inner {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; position: relative; z-index: 2;
}
.hero-title { margin-bottom: 24px; }
.hero-sub { font-size: 1.08rem; color: var(--text-soft); max-width: 540px; margin-bottom: 36px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }

.hero-stats {
  display: flex; gap: 48px; padding-top: 32px; border-top: 1px solid var(--border); flex-wrap: wrap;
}
.hero-stats > div { display: flex; flex-direction: column; }
.hero-stats strong {
  font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700;
  background: var(--accent); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-stats span { font-size: .82rem; color: var(--text-muted); letter-spacing: .08em; text-transform: uppercase; }

.hero-visual { position: relative; display: grid; place-items: center; }
.logo-stage { position: relative; width: 100%; aspect-ratio: 1; max-width: 480px; display: grid; place-items: center; }
.hero-logo {
  width: 70%; height: auto; object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(212, 212, 216, 0.3)) drop-shadow(0 0 30px rgba(212, 212, 216, 0.2));
  animation: float 7s ease-in-out infinite;
  position: relative; z-index: 2;
}
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-18px) rotate(.5deg); }
}
.ring {
  position: absolute; border-radius: 50%; border: 1px solid var(--border-strong);
  inset: 0; animation: spin 30s linear infinite;
}
.ring-1 { inset: 5%; border-style: dashed; border-color: rgba(255, 255, 255, 0.08); }
.ring-2 { inset: 18%; animation-direction: reverse; animation-duration: 22s; border-color: rgba(255, 255, 255, 0.06); }
.ring-3 {
  inset: -8%; border: 0;
  background: conic-gradient(from 0deg, transparent 70%, rgba(212, 212, 216, 0.18) 85%, transparent 100%);
  border-radius: 50%; animation-duration: 14s;
}
@keyframes spin { to { transform: rotate(360deg); } }

.scroll-cue {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  width: 26px; height: 42px; border: 1.5px solid var(--border-strong); border-radius: 100px;
  display: grid; place-items: start center; padding-top: 8px;
}
.scroll-cue span {
  display: block; width: 3px; height: 8px; border-radius: 2px;
  background: var(--silver-2); animation: scrollDot 1.8s var(--ease) infinite;
}
@keyframes scrollDot {
  0% { transform: translateY(0); opacity: 1; }
  60% { transform: translateY(12px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

/* ============ Sections ============ */
.section { position: relative; padding: 110px 0; z-index: 1; }
.section-alt { background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.018), transparent); }
.section-alt::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 70%);
}

.two-col {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.two-col.reverse > div:first-child { order: 2; }

.check-list { margin: 24px 0 0; display: grid; gap: 12px; }
.check-list li {
  position: relative; padding-left: 32px; color: var(--text-soft); font-size: .98rem;
}
.check-list li::before {
  content: ''; position: absolute; left: 0; top: 8px; width: 18px; height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f4f4f5, #a1a1aa);
  box-shadow: 0 0 0 4px rgba(212, 212, 216, 0.08);
}
.check-list li::after {
  content: ''; position: absolute; left: 5px; top: 12px; width: 8px; height: 4px;
  border-left: 2px solid #0a0a0c; border-bottom: 2px solid #0a0a0c;
  transform: rotate(-45deg);
}

/* ============ Glass cards ============ */
.card-glass {
  background: var(--bg-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px;
  transition: all .4s var(--ease);
  position: relative; overflow: hidden;
}
.card-glass::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 40%, transparent 60%, rgba(255, 255, 255, 0.05));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none;
}
.card-glass:hover { background: var(--bg-card-hover); transform: translateY(-4px); }

.about-card { text-align: center; max-width: 380px; margin: 0 auto; }
.about-card img { width: 110px; margin: 0 auto 20px; filter: drop-shadow(0 10px 30px rgba(212, 212, 216, 0.25)); }
.about-card h3 { margin-bottom: 8px; }

/* ============ V-M-V grid ============ */
.vmv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card-icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--border-strong);
  margin-bottom: 20px;
  color: var(--silver-1);
}
.card-icon svg { width: 26px; height: 26px; }
.value-list { margin-top: 16px; display: grid; gap: 10px; }
.value-list li {
  position: relative; padding-left: 22px; color: var(--text-soft); font-size: .95rem;
}
.value-list li::before {
  content: ''; position: absolute; left: 0; top: 9px; width: 8px; height: 8px;
  background: linear-gradient(135deg, #f4f4f5, #a1a1aa); border-radius: 50%;
}

/* ============ Chairman / CEO portrait ============ */
.portrait-wrap { display: grid; place-items: center; }
.portrait {
  position: relative; max-width: 420px; width: 100%;
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-strong);
  transform-style: preserve-3d;
  transition: transform .6s var(--ease);
}
.portrait:hover { transform: translateY(-6px); }
.portrait img { width: 100%; height: auto; display: block; aspect-ratio: 4 / 5; object-fit: cover; }
.portrait-tag {
  position: absolute; left: 20px; right: 20px; bottom: 20px;
  padding: 14px 18px; border-radius: var(--radius-md);
  background: rgba(8, 8, 12, 0.7); backdrop-filter: blur(14px);
  border: 1px solid var(--border-strong);
  display: flex; flex-direction: column; gap: 2px;
}
.portrait-tag strong { color: var(--silver-1); font-size: 1rem; }
.portrait-tag span { color: var(--text-muted); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }

.quote {
  margin: 0; padding: 28px 32px;
  border-left: 3px solid; border-image: linear-gradient(180deg, #f4f4f5, #a1a1aa) 1;
  font-size: 1.03rem; line-height: 1.85; color: var(--text-soft); font-style: italic;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.signoff { margin-top: 24px; }
.signoff strong { display: block; color: var(--silver-1); font-size: 1.05rem; }
.signoff span { color: var(--text-muted); font-size: .85rem; }

/* ============ Group cards ============ */
.group-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.group-card {
  position: relative; overflow: hidden;
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--border);
  transition: all .4s var(--ease);
}
.group-card::after {
  content: ''; position: absolute; left: 0; top: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: translateX(-100%); transition: transform .8s var(--ease);
}
.group-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-strong);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}
.group-card:hover::after { transform: translateX(100%); }
.group-num {
  display: inline-block;
  font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700;
  background: var(--accent); -webkit-background-clip: text; background-clip: text; color: transparent;
  opacity: .55;
  margin-bottom: 8px;
}
.group-card h3 { margin-bottom: 12px; font-size: 1.18rem; }
.group-card p { font-size: .95rem; line-height: 1.7; }
.tag {
  display: inline-block; margin-top: 14px; padding: 4px 12px;
  font-size: .75rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--silver-2); border: 1px solid var(--border-strong); border-radius: 100px;
  background: rgba(255, 255, 255, 0.02);
}

/* ============ Services ============ */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  padding: 30px 28px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  transition: all .4s var(--ease);
}
.service-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--border-strong);
  transform: translateY(-4px);
}
.service-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, #f4f4f5, #a1a1aa);
  color: #0a0a0c;
  display: grid; place-items: center;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px rgba(212, 212, 216, 0.2);
}
.service-icon svg { width: 24px; height: 24px; }
.service-card h3 { font-size: 1.1rem; margin-bottom: 10px; line-height: 1.3; }
.service-card p { font-size: .92rem; margin: 0; }

/* ============ Counters ============ */
.counters {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  margin-bottom: 64px;
}
.counter {
  text-align: center; padding: 32px 20px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
}
.counter strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 3.2rem; font-weight: 700; line-height: 1;
  background: var(--accent); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 10px;
}
.counter span { color: var(--text-muted); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }

.timeline {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px;
  position: relative;
}
.timeline::before {
  content: ''; position: absolute; top: 9px; left: 5%; right: 5%;
  height: 1px; background: linear-gradient(90deg, transparent, var(--border-strong) 15%, var(--border-strong) 85%, transparent);
}
.t-item { position: relative; padding-top: 32px; }
.t-dot {
  position: absolute; top: 0; left: 0;
  width: 18px; height: 18px; border-radius: 50%;
  background: linear-gradient(135deg, #f4f4f5, #a1a1aa);
  box-shadow: 0 0 0 4px rgba(8, 8, 12, 1), 0 0 0 5px var(--border-strong), 0 0 20px var(--accent-glow);
}
.t-item h4 { font-size: 1.05rem; margin: 0 0 6px; color: var(--silver-1); font-family: 'Inter', sans-serif; font-weight: 600; }
.t-item p { font-size: .9rem; margin: 0; }

/* ============ Pillars ============ */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 56px; }
.pillar {
  position: relative;
  padding: 36px 30px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  transition: all .4s var(--ease);
}
.pillar:hover { transform: translateY(-4px); border-color: var(--border-strong); }
.pillar-no {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 700; line-height: 1;
  background: var(--accent); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 14px;
}
.pillar h3 { font-family: 'Inter', sans-serif; font-size: 1.2rem; font-weight: 600; }
.leadership-note {
  text-align: center; max-width: 760px; margin: 0 auto;
  padding: 24px 32px; border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.02); border: 1px solid var(--border);
}
.leadership-note strong { color: var(--silver-1); }

/* ============ Map / expansion ============ */
.map-card {
  position: relative;
  aspect-ratio: 1.05;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 30% 40%, rgba(212, 212, 216, 0.08), transparent 60%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--border);
  padding: 36px;
  overflow: hidden;
  display: flex; align-items: flex-end;
}
.map-glow {
  position: absolute; inset: -20%;
  background: radial-gradient(circle, rgba(212, 212, 216, 0.15), transparent 60%);
  animation: pulseGlow 4s ease-in-out infinite;
}
@keyframes pulseGlow { 50% { transform: scale(1.1); opacity: .7; } }
.map-targets { position: relative; z-index: 1; display: grid; gap: 14px; width: 100%; }
.map-targets li {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 18px; border-radius: 100px;
  background: rgba(8, 8, 12, 0.55); backdrop-filter: blur(12px);
  border: 1px solid var(--border-strong);
  font-weight: 500; color: var(--silver-1);
}
.map-targets small { margin-left: auto; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--text-muted); font-weight: 400; }
.ping {
  width: 10px; height: 10px; border-radius: 50%;
  background: linear-gradient(135deg, #f4f4f5, #a1a1aa);
  position: relative;
}
.ping::before {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  background: rgba(212, 212, 216, 0.4);
  animation: pingAnim 1.8s ease-out infinite;
}
@keyframes pingAnim { from { transform: scale(.8); opacity: .8; } to { transform: scale(2.2); opacity: 0; } }

/* ============ Contact ============ */
.contact-grid {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px;
}
.contact-info { display: grid; gap: 14px; align-content: start; }
.info-card {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 22px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  transition: all .35s var(--ease);
}
.info-card:hover:not(.info-static) {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--border-strong);
  transform: translateX(4px);
}
.info-icon {
  flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #f4f4f5, #a1a1aa);
  color: #0a0a0c;
}
.info-icon svg { width: 22px; height: 22px; }
.info-card small { display: block; font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: var(--text-muted); }
.info-card strong { color: var(--silver-1); font-size: .98rem; font-weight: 500; }

.contact-form { padding: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.contact-form label { display: block; margin-bottom: 16px; }
.contact-form span {
  display: block; font-size: .82rem; font-weight: 500;
  color: var(--silver-2); margin-bottom: 6px; letter-spacing: .03em;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  color: var(--text);
  font: inherit; font-size: .95rem;
  transition: all .25s var(--ease);
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--silver-2);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 4px rgba(212, 212, 216, 0.08);
}
.contact-form textarea { resize: vertical; min-height: 120px; font-family: inherit; }

.form-alert {
  padding: 14px 18px; border-radius: var(--radius-sm); margin-bottom: 20px;
  font-size: .92rem;
}
.form-alert.success { background: rgba(34, 197, 94, 0.1); border: 1px solid rgba(34, 197, 94, 0.3); color: #86efac; }
.form-alert.error { background: rgba(239, 68, 68, 0.1); border: 1px solid rgba(239, 68, 68, 0.3); color: #fca5a5; }

/* ============ Footer ============ */
.footer {
  position: relative; z-index: 1;
  padding: 48px 0 28px;
  border-top: 1px solid var(--border);
  background: rgba(8, 8, 12, 0.6);
}
.footer-inner {
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
}
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 44px; height: 44px; object-fit: contain; }
.footer-brand strong { display: block; color: var(--silver-1); font-size: .98rem; }
.footer-brand span { color: var(--text-muted); font-size: .85rem; }
.footer-links { display: flex; gap: 6px; flex-wrap: wrap; }
.footer-links a { padding: 6px 14px; font-size: .9rem; color: var(--text-soft); border-radius: 100px; transition: all .25s; }
.footer-links a:hover { color: var(--silver-1); background: rgba(255, 255, 255, 0.05); }
.footer-meta {
  grid-column: 1 / -1; padding-top: 24px; margin-top: 8px;
  border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: .82rem; color: var(--text-muted); letter-spacing: .03em;
}

/* ============ To-top button ============ */
.to-top {
  position: fixed; bottom: 24px; right: 24px; z-index: 50;
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #f4f4f5, #a1a1aa);
  color: #0a0a0c;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 212, 216, 0.15);
  opacity: 0; pointer-events: none;
  transform: translateY(12px);
  transition: all .35s var(--ease);
}
.to-top svg { width: 22px; height: 22px; }
.to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.to-top:hover { transform: translateY(-3px); }

/* ============ Reveal animations ============ */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }

/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .hero-inner, .two-col { grid-template-columns: 1fr; gap: 48px; }
  .two-col.reverse > div:first-child { order: 0; }
  .vmv-grid, .group-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .counters { grid-template-columns: repeat(2, 1fr); }
  .timeline { grid-template-columns: repeat(2, 1fr); gap: 36px; }
  .timeline::before { display: none; }
  .pillars { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; align-items: stretch; gap: 4px;
    position: absolute; top: 100%; left: 16px; right: 16px;
    padding: 16px;
    background: rgba(8, 8, 12, 0.95); backdrop-filter: blur(20px);
    border: 1px solid var(--border); border-radius: var(--radius-md);
    box-shadow: var(--shadow-strong);
  }
  .nav.open .nav-links a { padding: 12px 16px; }
}

@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .section { padding: 80px 0; }
  .hero { padding: 130px 0 60px; min-height: auto; }
  .hero-stats { gap: 28px; }
  .hero-stats strong { font-size: 1.7rem; }
  .vmv-grid, .group-grid, .service-grid { grid-template-columns: 1fr; }
  .counters { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .counter { padding: 22px 14px; }
  .counter strong { font-size: 2.4rem; }
  .timeline { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-links { justify-content: center; }
  .footer-meta { justify-content: center; text-align: center; }
  .card-glass, .group-card, .service-card, .pillar { padding: 24px 20px; }
  .quote { padding: 20px 22px; font-size: .98rem; }
  .brand em { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
}
