/* ===========================================================
   Skyline Voice AI — Premium Dark/Gold Theme
   =========================================================== */

:root {
  --bg-0: #07080c;
  --bg-1: #0b0d14;
  --bg-2: #11141d;
  --bg-3: #161a25;
  --line: rgba(245, 194, 75, 0.22);
  --line-soft: rgba(255, 255, 255, 0.07);
  --text: #ECEDEE;
  --muted: #a3a8b3;
  --gold-1: #FFE9A8;
  --gold-2: #F5C24B;
  --gold-3: #C68A1A;
  --gold-glow: 0 0 28px rgba(245, 194, 75, 0.45);
  --gold-grad: linear-gradient(135deg, #FFE9A8 0%, #F5C24B 50%, #C68A1A 100%);
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono-display: 'Sora', 'Space Grotesk', system-ui, sans-serif;
  --radius: 16px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg-0);
  color: var(--text);
  line-height: 1.65;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

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

/* ---------- Background fx ---------- */
.bg-grid {
  position: fixed; inset: 0; z-index: -3; pointer-events: none;
  background-image:
    linear-gradient(rgba(245,194,75,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,194,75,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 30%, #000 35%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 30%, #000 35%, transparent 75%);
}
.bg-orb {
  position: fixed; z-index: -2; pointer-events: none;
  width: 720px; height: 720px; border-radius: 50%;
  filter: blur(120px); opacity: 0.55;
}
.bg-orb-1 {
  top: -260px; left: -180px;
  background: radial-gradient(circle, rgba(245,194,75,0.35), transparent 60%);
}
.bg-orb-2 {
  bottom: -300px; right: -220px;
  background: radial-gradient(circle, rgba(184,134,11,0.30), transparent 60%);
}
#particles {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  margin: 0 0 14px;
  color: #ffffff;
}
h1 {
  font-size: clamp(2.6rem, 5.6vw, 4.4rem);
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.08;
}
h2 {
  font-size: clamp(2rem, 3.7vw, 3.1rem);
  font-weight: 700;
  letter-spacing: 0.3px;
}
h3 { font-size: 1.4rem; font-weight: 600; letter-spacing: 0.2px; }
h4 { font-weight: 600; letter-spacing: 0.2px; font-family: var(--font-display); }
p  { color: var(--muted); margin: 0 0 14px; font-weight: 400; }

.gold {
  background: linear-gradient(135deg, #FFF4C4 0%, #F5C24B 45%, #E5A823 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 24px rgba(245,194,75,0.35));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 3px;
  font-weight: 600;
  color: var(--gold-2);
  text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(245, 194, 75, 0.06);
  margin-bottom: 22px;
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 10px var(--gold-2);
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%     { opacity: 0.5; transform: scale(1.3); }
}

.lead { font-size: 1.12rem; color: #c8ccd5; max-width: 580px; line-height: 1.7; font-weight: 400; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.94rem;
  letter-spacing: -0.005em;
  border: 1px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }
.btn-block { width: 100%; }

.btn-gold {
  background: linear-gradient(135deg, #FFE9A8 0%, #F5C24B 50%, #C68A1A 100%);
  color: #0a0c12;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
  box-shadow:
    0 8px 30px rgba(245,194,75,0.35),
    inset 0 1px 0 rgba(255,255,255,0.4),
    inset 0 -1px 0 rgba(0,0,0,0.15);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow:
    0 12px 40px rgba(245,194,75,0.55),
    inset 0 1px 0 rgba(255,255,255,0.5),
    inset 0 -1px 0 rgba(0,0,0,0.2);
}
.btn-gold svg { color: #0a0c12; }

.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid var(--line);
}
.btn-ghost:hover {
  border-color: var(--gold-2);
  color: var(--gold-1);
  box-shadow: var(--gold-glow);
}

/* ---------- Glass / cards ---------- */
.glass {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(7,8,12,0.65);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  line-height: 1;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  filter: drop-shadow(0 0 14px rgba(245,194,75,0.4));
  transition: filter .25s ease, transform .25s ease;
}
.brand-mark svg { display: block; }
.brand:hover .brand-mark {
  filter: drop-shadow(0 0 22px rgba(245,194,75,0.65));
  transform: rotate(-4deg);
}
.brand-word {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  gap: 5px;
}
.brand-name {
  font-family: var(--font-mono-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.22em;
  background: linear-gradient(135deg, #FFF4C4 0%, #F5C24B 50%, #C68A1A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(245,194,75,0.25));
}
.brand-sub {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.6rem;
  letter-spacing: 0.45em;
  color: #c8cbd2;
}
.brand-footer { margin-bottom: 4px; }
.nav-links { display: flex; gap: 28px; }
.nav-links a {
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: #c8cbd2;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  transition: color .25s ease;
}
.nav-links a:hover { color: var(--gold-1); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 1px; background: var(--gold-grad);
  transition: width .25s ease;
}
.nav-links a:hover::after { width: 100%; }

.nav-toggle {
  display: none;
  background: none; border: none; padding: 8px;
  flex-direction: column; gap: 5px;
}
.nav-toggle span {
  width: 24px; height: 2px; background: var(--gold-2); border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}
.mobile-menu {
  display: none;
  flex-direction: column; gap: 16px;
  padding: 18px 24px 24px;
  border-top: 1px solid var(--line-soft);
  background: rgba(11,13,20,0.96);
}
.mobile-menu a { color: #d7d9de; font-weight: 500; }
.mobile-menu .btn { margin-top: 6px; }

/* ---------- HERO ---------- */
.hero { padding: 80px 0 60px; position: relative; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero h1 { margin-top: 8px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin: 28px 0 36px; }
.hero-stats {
  display: flex; gap: 36px; flex-wrap: wrap;
  padding-top: 24px; border-top: 1px solid var(--line-soft);
}
.hero-stats > div { display: flex; flex-direction: column; gap: 2px; }
.hero-stats strong { font-family: var(--font-mono-display); font-size: 1.7rem; font-weight: 700; letter-spacing: -0.01em; }
.hero-stats span { font-size: 0.8rem; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; }

/* Voice orb */
.hero-visual { position: relative; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.orb-stage {
  position: relative;
  width: 320px; height: 320px;
  display: flex; align-items: center; justify-content: center;
}
.orb-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(245,194,75,0.35);
  animation: ringPulse 4s ease-in-out infinite;
}
.orb-ring.r1 { width: 100%; height: 100%; }
.orb-ring.r2 { width: 78%;  height: 78%;  animation-delay: 0.6s; border-color: rgba(245,194,75,0.5); }
.orb-ring.r3 { width: 56%;  height: 56%;  animation-delay: 1.2s; border-color: rgba(245,194,75,0.7); }
@keyframes ringPulse {
  0%,100% { transform: scale(1);   opacity: 0.85; box-shadow: 0 0 0 rgba(245,194,75,0); }
  50%     { transform: scale(1.05); opacity: 1;    box-shadow: 0 0 60px rgba(245,194,75,0.35); }
}
.orb-core {
  width: 38%; height: 38%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff5d2 0%, var(--gold-2) 35%, #5a3f08 100%);
  box-shadow:
    0 0 60px rgba(245,194,75,0.55),
    inset 0 0 30px rgba(255,255,255,0.35);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px;
}
.orb-wave { display: flex; align-items: center; gap: 3px; height: 28px; }
.orb-wave span {
  width: 3px; background: #1a1407; border-radius: 2px;
  animation: wave 1.1s ease-in-out infinite;
}
.orb-wave span:nth-child(1){animation-delay:0.0s; height: 30%}
.orb-wave span:nth-child(2){animation-delay:0.1s; height: 60%}
.orb-wave span:nth-child(3){animation-delay:0.2s; height: 90%}
.orb-wave span:nth-child(4){animation-delay:0.3s; height: 70%}
.orb-wave span:nth-child(5){animation-delay:0.4s; height: 100%}
.orb-wave span:nth-child(6){animation-delay:0.5s; height: 60%}
.orb-wave span:nth-child(7){animation-delay:0.6s; height: 80%}
.orb-wave span:nth-child(8){animation-delay:0.7s; height: 40%}
.orb-wave span:nth-child(9){animation-delay:0.8s; height: 70%}
.orb-wave span:nth-child(10){animation-delay:0.9s; height: 30%}
@keyframes wave {
  0%,100% { transform: scaleY(0.4); }
  50%     { transform: scaleY(1); }
}
.orb-label {
  font-size: 0.6rem; letter-spacing: 3px; color: #1a1407; font-weight: 700;
}

/* Call card */
.call-card {
  width: min(420px, 95%);
  padding: 18px 18px 16px;
}
.call-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--gold-grad);
  color: #1a1407;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.85rem;
  box-shadow: 0 0 18px rgba(245,194,75,0.4);
}
.call-name { font-weight: 600; color: #fff; font-size: 0.95rem; }
.call-meta { font-size: 0.78rem; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.call-meta .pulse {
  width: 7px; height: 7px; background: #5fe26b; border-radius: 50%;
  box-shadow: 0 0 10px #5fe26b;
  animation: pulse 1.3s ease-in-out infinite;
}
.transcript p {
  font-size: 0.88rem; color: #d6d8de; margin: 8px 0;
  padding: 8px 12px;
  background: rgba(255,255,255,0.03);
  border-left: 2px solid var(--gold-2);
  border-radius: 6px;
}
.transcript .typing {
  position: relative;
  border-left-color: var(--gold-2);
}
.transcript .typing::after {
  content: "▍"; color: var(--gold-2);
  animation: blink 1s step-end infinite;
}
@keyframes blink { 50% { opacity: 0; } }

/* ---------- TRUST / MARQUEE ---------- */
.trust { padding: 30px 0 50px; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.trust-label {
  text-align: center; color: var(--muted); letter-spacing: 3px;
  font-size: 0.78rem; text-transform: uppercase; margin-bottom: 22px;
}
.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex; gap: 28px; white-space: nowrap;
  animation: scroll 40s linear infinite;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: 0.3px;
  color: #d3d6dd;
}
.marquee-track span:nth-child(odd) { color: var(--gold-2); }
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- Sections ---------- */
.section { padding: 90px 0; position: relative; }
.section-alt { background: linear-gradient(180deg, rgba(245,194,75,0.02), transparent 60%); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 50px; }
.section-head p { font-size: 1.05rem; }

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

.card {
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 0%), rgba(245,194,75,0.10), transparent 50%);
  opacity: 0; transition: opacity .3s ease;
  pointer-events: none;
}
.card:hover { transform: translateY(-6px); border-color: rgba(245,194,75,0.35); box-shadow: 0 20px 60px rgba(0,0,0,0.45), 0 0 30px rgba(245,194,75,0.12); }
.card:hover::before { opacity: 1; }

.card-icon {
  width: 54px; height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(245,194,75,0.18), rgba(245,194,75,0.04));
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  color: var(--gold-1);
  box-shadow: inset 0 0 18px rgba(245,194,75,0.15);
}
.card h3 { color: #fff; }
.card p { font-size: 0.95rem; }
.check { list-style: none; padding: 0; margin: 14px 0 0; }
.check li {
  position: relative;
  padding-left: 24px;
  font-size: 0.9rem;
  color: #c8cbd2;
  margin: 8px 0;
}
.check li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 12px; height: 6px;
  border-left: 2px solid var(--gold-2);
  border-bottom: 2px solid var(--gold-2);
  transform: rotate(-45deg);
}

/* ---------- Industries ---------- */
.industry-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px;
}
.industry {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 22px 14px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
  transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.industry:hover {
  border-color: var(--gold-2);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.5), 0 0 22px rgba(245,194,75,0.12);
}
.industry .ico { font-size: 1.8rem; filter: grayscale(0.2); }
.industry h4 { margin: 0; font-size: 0.95rem; font-family: var(--font-body); font-weight: 500; color: #d8dae0; letter-spacing: 0; }

/* ---------- Process ---------- */
.process {
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.process-line {
  position: absolute; top: 36px; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,194,75,0.5), transparent);
}
.step {
  position: relative; padding: 28px 22px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
  transition: border-color .3s ease, transform .3s ease;
}
.step:hover { border-color: rgba(245,194,75,0.4); transform: translateY(-4px); }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--gold-grad);
  color: #0a0c12;
  font-family: var(--font-mono-display);
  font-weight: 800; font-size: 1.15rem;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  box-shadow: 0 0 30px rgba(245,194,75,0.45);
}
.step h3 { font-size: 1.15rem; }
.step p  { font-size: 0.92rem; }

/* ---------- Why us ---------- */
.why-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center;
}
.why-points { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.why-card { padding: 22px; }
.why-card h4 { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; margin-bottom: 8px; letter-spacing: 0.2px; }
.why-card p  { font-size: 0.9rem; margin: 0; }

/* ---------- Testimonials ---------- */
.testimonial { padding: 26px; }
.testimonial .stars { color: var(--gold-2); letter-spacing: 4px; margin-bottom: 12px; text-shadow: 0 0 12px rgba(245,194,75,0.4); }
.testimonial p { color: #d8dae0; font-size: 0.98rem; margin-bottom: 18px; }
.who { display: flex; align-items: center; gap: 12px; }
.who strong { display: block; color: #fff; font-size: 0.92rem; }
.who span { font-size: 0.78rem; color: var(--muted); }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.about-card { padding: 22px; }
.ac-header {
  display: flex; align-items: center; gap: 10px;
  padding-bottom: 14px; margin-bottom: 14px;
  border-bottom: 1px dashed var(--line);
}
.dotline {
  width: 50px; height: 6px;
  background:
    radial-gradient(circle, #ff6b6b 1.5px, transparent 2.5px) 0 0/14px 6px,
    radial-gradient(circle, #ffd76b 1.5px, transparent 2.5px) 14px 0/14px 6px,
    radial-gradient(circle, #6bff8c 1.5px, transparent 2.5px) 28px 0/14px 6px;
  background-repeat: no-repeat;
}
.ac-header span { font-family: 'JetBrains Mono', monospace; font-size: 0.78rem; color: var(--muted); }
.ac-line {
  font-size: 0.95rem; color: #d8dae0; padding: 10px 0;
  border-bottom: 1px dashed var(--line-soft);
}
.ac-line:last-child { border-bottom: none; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 24px 0 0; }
.contact-list li {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 0; color: #d8dae0; font-size: 0.95rem;
  border-bottom: 1px solid var(--line-soft);
}
.contact-list svg { color: var(--gold-2); }

.contact-form { padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.contact-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label.full { grid-column: 1 / -1; }
.contact-form label { display: flex; flex-direction: column; gap: 6px; }
.contact-form span {
  font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase;
  color: var(--muted); font-weight: 500;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--line-soft);
  color: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(245,194,75,0.15);
}
.contact-form textarea { resize: vertical; min-height: 100px; }
.contact-form select option { background: #11141d; color: #fff; }
.form-note {
  margin: 6px 0 0; padding: 10px 14px;
  background: rgba(95,226,107,0.08);
  border: 1px solid rgba(95,226,107,0.4);
  border-radius: 10px;
  color: #b6f3bc; font-size: 0.9rem;
}

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line-soft); padding: 60px 0 24px; background: linear-gradient(180deg, transparent, rgba(245,194,75,0.03)); }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
}
.footer h5 { font-family: var(--font-body); font-weight: 600; font-size: 0.78rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-2); margin-bottom: 14px; }
.footer a { display: block; padding: 5px 0; color: #c5c8d0; font-size: 0.92rem; transition: color .25s ease; }
.footer a:hover { color: var(--gold-1); }
.footer-tag { color: var(--muted); font-size: 0.92rem; margin-top: 16px; max-width: 320px; }
.socials { display: flex; gap: 10px; margin-top: 14px; }
.socials a {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); color: var(--gold-2); padding: 0;
  transition: all .25s ease;
}
.socials a:hover { background: var(--gold-grad); color: #1a1407; box-shadow: var(--gold-glow); border-color: transparent; }
.footer-bottom {
  max-width: var(--container); margin: 40px auto 0; padding: 18px 24px 0;
  border-top: 1px solid var(--line-soft);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  color: var(--muted); font-size: 0.82rem;
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(4, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .process-line { display: none; }
  .why-grid, .about-grid, .contact-grid, .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-points { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner > .btn { display: none; }
  .mobile-menu.open { display: flex; }

  .grid-3 { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: 1fr; }
  .why-points { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-form .row { grid-template-columns: 1fr; }

  .orb-stage { width: 260px; height: 260px; }
  .hero { padding: 50px 0 30px; }
  .section { padding: 60px 0; }
  .hero-stats { gap: 22px; }
}
