/* ============ AURENG SYSTEMS — design tokens ============ */
:root{
  --bg: #fdfcf9;
  --bg-soft: #f6f1e6;
  --bg-card: #ffffff;
  --line: rgba(28,24,18,.10);
  --line-soft: rgba(28,24,18,.06);
  --text: #201c16;
  --text-dim: #5c5648;
  --text-faint: #8b836f;

  /* dorado grisáceo sobre blanco — bronce apagado, no dorado chillón */
  --gold: #8a6529;
  --gold-bright: #c9973f;
  --gold-dim: #6b4f22;
  --gold-deep: #4a3718;

  --grad-gold: linear-gradient(135deg, #e4c377 0%, #b98a3a 55%, #8a6a2c 100%);
  --grad-gold-soft: linear-gradient(180deg, rgba(201,151,63,.16), rgba(201,151,63,0));

  --radius: 18px;
  --radius-sm: 12px;
  --ease: cubic-bezier(.16,.8,.24,1);
  --font-display: "Bricolage Grotesque", serif;
  --font-body: "Manrope", sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; scroll-padding-top:96px; }
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{ font-family:var(--font-display); font-weight:700; margin:0; letter-spacing:-.02em; }
p{ margin:0; }
ul{ list-style:none; margin:0; padding:0; }
button{ font-family:inherit; }

/* keyboard accessibility */
a:focus-visible, button:focus-visible, summary:focus-visible{
  outline:2px solid var(--gold-bright);
  outline-offset:3px;
  border-radius:4px;
}

/* respect reduced-motion preferences */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
    scroll-behavior:auto !important;
  }
  .reveal{ opacity:1 !important; transform:none !important; }
}

.section-inner{
  max-width:1240px;
  margin:0 auto;
  padding:0 32px;
}

/* film grain overlay */
.grain{
  position:fixed; inset:0; z-index:200; pointer-events:none;
  opacity:.045; mix-blend-mode:multiply;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cursor-glow{
  position:fixed; top:0; left:0; width:520px; height:520px; z-index:1;
  pointer-events:none; border-radius:50%;
  background:radial-gradient(circle, rgba(201,151,63,.14) 0%, rgba(201,151,63,0) 70%);
  transform:translate(-50%,-50%);
  transition:opacity .3s;
  will-change:transform;
}

/* ============ Buttons ============ */
.btn{
  display:inline-flex; align-items:center; gap:8px;
  padding:14px 24px; border-radius:999px;
  font-size:14px; font-weight:600; letter-spacing:.01em;
  white-space:nowrap; transition:transform .35s var(--ease), box-shadow .35s var(--ease), background .35s;
}
.btn .arrow{ transition:transform .3s var(--ease); display:inline-block; }
.btn:hover .arrow{ transform:translateX(4px); }
.btn-gold{
  background:var(--grad-gold);
  color:#241c0e;
  box-shadow:0 8px 22px -8px rgba(138,101,41,.45), inset 0 1px 0 rgba(255,255,255,.45);
}
.btn-gold:hover{ transform:translateY(-2px); box-shadow:0 14px 30px -10px rgba(138,101,41,.55), inset 0 1px 0 rgba(255,255,255,.5); }
.btn-outline{
  background:transparent; color:var(--text);
  border:1px solid var(--line);
}
.btn-outline:hover{ border-color:var(--gold); background:rgba(201,151,63,.08); }
.btn-sm{ padding:10px 20px; font-size:13px; }

.link-arrow{
  display:inline-flex; align-items:center; gap:6px;
  font-size:13px; font-weight:700; letter-spacing:.03em; text-transform:uppercase;
  color:var(--gold);
}
.link-arrow .arrow{ transition:transform .3s var(--ease); }
.link-arrow:hover .arrow{ transform:translateX(4px); }

.eyebrow{
  display:block; font-size:12px; font-weight:700; letter-spacing:.12em;
  text-transform:uppercase; color:var(--gold); margin-bottom:14px;
}

/* ============ Nav ============ */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:100;
  padding:22px 0;
  transition:background .4s var(--ease), padding .4s var(--ease), border-color .4s;
  border-bottom:1px solid transparent;
}
.nav.scrolled{
  background:rgba(253,252,249,.85);
  backdrop-filter:blur(14px) saturate(140%);
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.nav-inner{
  max-width:1240px; margin:0 auto; padding:0 32px;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.brand{ display:flex; flex-direction:column; line-height:1; }
.brand-name{ font-family:var(--font-display); font-weight:800; font-size:19px; letter-spacing:.04em; }
.brand-sub{ font-size:9px; letter-spacing:.42em; color:var(--gold); margin-top:4px; }
.nav-links{ display:flex; gap:36px; margin:0 auto; }
.nav-links a{
  font-size:14px; color:var(--text-dim); font-weight:500;
  position:relative; transition:color .25s;
}
.nav-links a::after{
  content:""; position:absolute; left:0; bottom:-6px; width:0; height:1px;
  background:var(--gold); transition:width .3s var(--ease);
}
.nav-links a:hover{ color:var(--text); }
.nav-links a:hover::after{ width:100%; }
.nav-highlight, .footer-highlight{ display:inline-flex !important; align-items:center; gap:7px; color:var(--gold) !important; }
.tag-new{
  font-size:9px; font-weight:800; letter-spacing:.06em;
  padding:2px 7px; border-radius:999px;
  background:var(--grad-gold); color:#241c0e;
}
.nav-burger{ display:none; background:none; border:none; width:32px; height:22px; flex-direction:column; justify-content:space-between; cursor:pointer; padding:0; }
.nav-burger span{ height:1.5px; width:100%; background:var(--text); border-radius:2px; transition:transform .3s var(--ease), opacity .3s; }
.nav-burger.open span:nth-child(1){ transform:translateY(9.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2){ opacity:0; }
.nav-burger.open span:nth-child(3){ transform:translateY(-9.5px) rotate(-45deg); }

/* mobile dropdown menu (light theme) */
.nav-links.open{
  display:flex; flex-direction:column; gap:4px;
  position:fixed; top:62px; left:12px; right:12px;
  background:rgba(253,252,249,.98);
  backdrop-filter:blur(16px) saturate(140%);
  padding:14px 18px; margin:0;
  border:1px solid var(--line); border-radius:16px;
  box-shadow:0 24px 48px -20px rgba(74,55,24,.28);
}
.nav-links.open a{ font-size:16px; padding:12px 6px; border-bottom:1px solid var(--line-soft); }
.nav-links.open a:last-child{ border-bottom:none; }

/* ============ Hero ============ */
.hero{ position:relative; padding:168px 0 0; }
.hero-inner{
  max-width:1240px; margin:0 auto; padding:0 32px;
  display:grid; grid-template-columns:1.05fr 1fr; gap:48px; align-items:center;
}
.reveal{
  opacity:0; transform:translateY(28px);
  animation:reveal .9s var(--ease) forwards;
}
@keyframes reveal{ to{ opacity:1; transform:translateY(0); } }

.badge{
  display:inline-flex; align-items:center; gap:9px;
  padding:8px 16px; border-radius:999px;
  border:1px solid rgba(201,151,63,.4);
  background:rgba(201,151,63,.09);
  font-size:12px; font-weight:700; letter-spacing:.08em;
  color:var(--gold); margin-bottom:26px;
}
.badge .dot{ width:6px; height:6px; border-radius:50%; background:var(--gold-bright); box-shadow:0 0 10px 2px rgba(201,151,63,.55); }

.hero-title{
  font-size:clamp(38px, 4.6vw, 60px);
  line-height:1.06;
  margin-bottom:24px;
}
.gold-text{
  background:var(--grad-gold);
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.hero-desc{ max-width:460px; color:var(--text-dim); font-size:17px; margin-bottom:36px; }
.hero-actions{ display:flex; gap:14px; flex-wrap:wrap; margin-bottom:44px; }

.hero-social-proof{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.avatar-stack{ display:flex; }
.avatar{
  width:34px; height:34px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(160deg,#f2e6c8,#e6d3a0);
  border:2px solid var(--bg);
  font-size:12px; font-weight:700; color:var(--gold-dim);
  margin-left:-10px;
}
.avatar:first-child{ margin-left:0; }
.stars{ color:var(--gold); letter-spacing:2px; font-size:14px; }
.proof-text{ font-size:13px; color:var(--text-faint); }

/* --- hero visual: 3D dashboard mockup --- */
.hero-visual{
  position:relative; height:460px;
  background:radial-gradient(ellipse 60% 55% at 55% 45%, rgba(230,196,120,.28), transparent 70%);
}
.dash-scene{
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  perspective:1600px;
}
.glow-orb{
  position:absolute; top:18%; left:30%; width:260px; height:260px; border-radius:50%;
  background:radial-gradient(circle, rgba(230,196,120,.45), rgba(230,196,120,0) 70%);
  filter:blur(10px); animation:pulse 6s ease-in-out infinite;
}
@keyframes pulse{ 0%,100%{ opacity:.6; transform:scale(1);} 50%{ opacity:1; transform:scale(1.08);} }

.dash-waves{
  position:absolute; inset:-10% -5%; width:110%; height:120%;
  fill:none; stroke:rgba(150,111,42,.35); stroke-width:1.4;
  animation:wavesDrift 14s ease-in-out infinite;
}
@keyframes wavesDrift{
  0%,100%{ transform:translateX(0) translateY(0); }
  50%{ transform:translateX(-14px) translateY(8px); }
}

@keyframes float{
  0%,100%{ translate:0 0; }
  50%{ translate:0 -16px; }
}

.dash-card{
  position:relative; z-index:2;
  width:420px; max-width:92%; display:flex; border-radius:22px; overflow:hidden;
  background:var(--bg-card);
  border:1px solid rgba(150,111,42,.22);
  box-shadow:0 60px 90px -40px rgba(74,55,24,.35), 0 20px 40px -20px rgba(32,28,22,.15);
  transform:rotateY(-10deg) rotateX(5deg) rotateZ(-1deg);
  animation:float 7s ease-in-out infinite;
}
.dash-sidebar{
  width:56px; flex-shrink:0;
  background:linear-gradient(180deg,#241f18,#17140f);
  display:flex; flex-direction:column; align-items:center;
  padding:18px 0; gap:30px;
}
.dash-logo{
  font-family:var(--font-display); font-weight:800; font-size:20px;
  color:var(--gold-bright);
}
.dash-nav{ display:flex; flex-direction:column; gap:20px; }
.dash-navicon{
  width:30px; height:30px; border-radius:9px;
  display:flex; align-items:center; justify-content:center;
  color:#8a8371;
}
.dash-navicon svg{ width:16px; height:16px; stroke-width:1.8; }
.dash-navicon.active{ background:rgba(201,151,63,.18); color:var(--gold-bright); }

.dash-main{ flex:1; padding:22px 24px 20px; min-width:0; }
.dash-header{ display:flex; align-items:center; justify-content:space-between; margin-bottom:16px; }
.dash-header h3{ font-size:17px; }
.dash-pill{
  display:inline-flex; align-items:center; gap:4px;
  font-size:10.5px; font-weight:600; color:var(--text-dim);
  border:1px solid var(--line); border-radius:999px; padding:5px 10px;
}
.dash-pill svg{ width:11px; height:11px; }

.dash-stats{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:18px; }
.dash-stat{
  background:var(--bg-soft); border:1px solid var(--line-soft); border-radius:12px;
  padding:10px 11px;
}
.dash-stat-label{ display:block; font-size:9.5px; color:var(--text-faint); margin-bottom:6px; line-height:1.2; }
.dash-stat-row{ display:flex; align-items:baseline; gap:6px; }
.dash-stat-value{ font-family:var(--font-display); font-weight:800; font-size:17px; }
.dash-stat-delta{ font-size:10px; font-weight:700; color:#3f8a5b; }

.dash-panels{ display:grid; grid-template-columns:1.3fr 1fr; gap:12px; margin-bottom:16px; }
.dash-chart, .dash-list{
  background:var(--bg-soft); border:1px solid var(--line-soft); border-radius:12px;
  padding:12px 14px;
}
.dash-chart h4, .dash-list h4{ font-size:11px; font-weight:700; margin-bottom:8px; color:var(--text-dim); }
.chart-svg{ width:100%; height:70px; overflow:visible; }
.chart-line{ fill:none; stroke:var(--gold-bright); stroke-width:2.4; stroke-linecap:round; stroke-linejoin:round; }
.chart-dot{ fill:var(--bg-card); stroke:var(--gold-bright); stroke-width:2.2; }
.chart-labels{ display:flex; justify-content:space-between; margin-top:4px; }
.chart-labels span{ font-size:8.5px; color:var(--text-faint); }

.dash-list-item{ margin-bottom:9px; }
.dash-list-item:last-child{ margin-bottom:0; }
.dash-list-top{ display:flex; justify-content:space-between; font-size:10px; margin-bottom:5px; color:var(--text-dim); }
.dash-list-top b{ color:var(--text); }
.dash-bar{ height:4px; border-radius:99px; background:var(--line); overflow:hidden; }
.dash-bar i{ display:block; height:100%; border-radius:99px; background:var(--grad-gold); }

.dash-toast{
  display:flex; align-items:center; gap:10px;
  background:linear-gradient(135deg, rgba(201,151,63,.12), rgba(201,151,63,.03));
  border:1px solid rgba(201,151,63,.3); border-radius:12px;
  padding:10px 14px;
}
.dash-toast-icon{
  width:26px; height:26px; border-radius:50%; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  background:var(--grad-gold); color:#241c0e;
}
.dash-toast-icon svg{ width:14px; height:14px; }
.dash-toast-copy strong{ display:block; font-size:11.5px; }
.dash-toast-copy p{ font-size:10px; color:var(--text-dim); margin-top:1px; }
.dash-toast-sparkle{ width:16px; height:16px; color:var(--gold); margin-left:auto; }

/* ============ Logos strip ============ */
.logos-strip{
  margin-top:96px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:var(--bg-soft);
  padding:32px 0;
}
.logos-label{
  text-align:center; font-size:11px; font-weight:700; letter-spacing:.16em;
  color:var(--text-faint); margin-bottom:22px;
}
.logos-row{
  max-width:1100px; margin:0 auto; padding:0 32px;
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:28px;
}
.logo-item{
  display:flex; align-items:center; gap:8px;
  font-family:var(--font-display); font-weight:700; font-size:16px;
  color:var(--text-faint); letter-spacing:.02em;
  transition:color .3s;
}
.logo-item:hover{ color:var(--gold); }
.logo-script{ font-family:"Bricolage Grotesque", serif; font-style:italic; font-weight:500; }

/* ============ Servicios ============ */
.servicios{ padding:120px 0; }
.services-head{ max-width:640px; margin-bottom:50px; }
.services-head h2{ font-size:clamp(26px,2.6vw,34px); margin:10px 0 18px; line-height:1.15; }
.services-head p{ color:var(--text-dim); margin-bottom:22px; font-size:15px; }

.services-grid{
  display:grid; grid-template-columns:repeat(5,1fr); gap:20px;
}
.service-card{
  background:var(--bg-card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px 26px;
  transition:transform .4s var(--ease), border-color .4s, background .4s, box-shadow .4s;
}
.service-card:hover{
  transform:translateY(-6px);
  border-color:rgba(201,151,63,.45);
  background:linear-gradient(180deg, rgba(201,151,63,.06), var(--bg-card));
  box-shadow:0 20px 40px -24px rgba(74,55,24,.25);
}
.service-icon{
  width:46px; height:46px; border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  background:var(--grad-gold-soft);
  border:1px solid rgba(201,151,63,.35);
  color:var(--gold);
  margin-bottom:22px;
}
.service-icon svg{ width:22px; height:22px; stroke-width:1.6; }
.service-card h3{ font-size:17px; margin-bottom:10px; }
.service-card p{ color:var(--text-dim); font-size:14px; margin-bottom:20px; }

/* ============ Section head (shared) ============ */
.section-head{
  display:flex; align-items:flex-end; justify-content:space-between;
  margin-bottom:52px; gap:24px; flex-wrap:wrap;
}
.section-head h2{ font-size:clamp(26px,2.8vw,36px); line-height:1.15; }

/* ============ Casos de éxito ============ */
.casos{ padding:110px 0; background:var(--bg-soft); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.cases-grid{ display:grid; grid-template-columns:1fr 1fr; gap:26px; }
.case-card{
  border-radius:var(--radius); overflow:hidden;
  background:var(--bg-card); border:1px solid var(--line);
  transition:transform .4s var(--ease), border-color .4s, box-shadow .4s;
}
.case-card:hover{ transform:translateY(-8px); border-color:rgba(201,151,63,.45); box-shadow:0 24px 48px -28px rgba(74,55,24,.3); }
.case-thumb{
  height:210px; position:relative;
  display:flex; align-items:flex-start; padding:18px;
}
.thumb-1{ background:
  radial-gradient(circle at 75% 20%, rgba(230,196,120,.5), transparent 55%),
  linear-gradient(155deg,#faf3e1,#fffdf9 70%); }
.thumb-2{ background:
  radial-gradient(circle at 25% 75%, rgba(230,196,120,.45), transparent 55%),
  linear-gradient(200deg,#f7efdb,#fffdf9 65%); }
.thumb-3{ background:
  radial-gradient(circle at 60% 30%, rgba(230,196,120,.48), transparent 55%),
  linear-gradient(160deg,#f9f1de,#fffdf9 70%); }
.thumb-4{ background:
  radial-gradient(circle at 40% 65%, rgba(230,196,120,.46), transparent 55%),
  linear-gradient(170deg,#f8f0dd,#fffdf9 70%); }
.case-thumb::after{
  content:""; position:absolute; inset:0;
  background-image:linear-gradient(rgba(150,111,42,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(150,111,42,.12) 1px, transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(180deg, black, transparent 85%);
}
.case-tag{
  position:relative; z-index:1;
  font-size:10px; font-weight:700; letter-spacing:.1em;
  padding:6px 12px; border-radius:999px;
  background:rgba(255,255,255,.82); border:1px solid rgba(150,111,42,.4);
  color:var(--gold-dim);
  box-shadow:0 2px 6px rgba(74,55,24,.06);
}
.case-body{ padding:24px 26px 28px; }
.case-body h3{ font-size:19px; margin-bottom:10px; }
.case-body p{ color:var(--text-dim); font-size:14px; margin-bottom:18px; }

/* ============ Proceso ============ */
.proceso{ padding:120px 0; }
.process-row{ display:grid; grid-template-columns:repeat(4,1fr); gap:32px; position:relative; }
.process-row::before{
  content:""; position:absolute; top:22px; left:6%; right:6%; height:1px;
  background:repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);
  z-index:0;
}
.process-step{ position:relative; z-index:1; }
.step-num{
  width:44px; height:44px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(201,151,63,.5);
  background:var(--bg-card);
  color:var(--gold-dim); font-weight:700; font-family:var(--font-display);
  margin-bottom:22px;
  box-shadow:0 6px 16px -10px rgba(74,55,24,.25);
}
.step-icon{ color:var(--gold); margin-bottom:14px; }
.step-icon svg{ width:24px; height:24px; stroke-width:1.6; }
.process-step h3{ font-size:18px; margin-bottom:10px; }
.process-step p{ color:var(--text-dim); font-size:14px; max-width:250px; }

/* ============ CTA banner ============ */
.cta-banner{ padding:0 32px 120px; }
.cta-inner{
  position:relative; overflow:hidden;
  border-radius:28px;
  padding:64px 56px;
  display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap;
  background:
    radial-gradient(circle at 85% 20%, rgba(230,196,120,.4), transparent 55%),
    radial-gradient(circle at 10% 90%, rgba(201,151,63,.22), transparent 50%),
    linear-gradient(160deg,#fbf6ea,#ffffff 70%);
  border:1px solid rgba(201,151,63,.3);
}
.cta-inner h2{ font-size:clamp(24px,2.8vw,32px); line-height:1.2; margin-bottom:14px; }
.cta-inner p{ color:var(--text-dim); max-width:420px; }
.cta-action{ display:flex; flex-direction:column; align-items:flex-start; gap:12px; }
.cta-note{ font-size:12px; color:var(--text-faint); }

/* ============ Recursos / blog ============ */
.recursos{ padding:110px 0 130px; }
.posts-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.post-card{ display:block; transition:transform .4s var(--ease); }
.post-card:hover{ transform:translateY(-6px); }
.post-card:hover .post-body h3{ color:var(--gold-dim); }
.post-body h3{ transition:color .3s; }
.post-thumb{
  border-radius:var(--radius); height:170px; position:relative;
  padding:16px; margin-bottom:20px;
  border:1px solid var(--line);
}
.thumb-a{ background:linear-gradient(150deg,#f8f0dc,#fffdf9 70%), radial-gradient(circle at 70% 30%, rgba(230,196,120,.4), transparent 60%); }
.thumb-b{ background:linear-gradient(150deg,#f5edd8,#fffdf9 70%), radial-gradient(circle at 30% 70%, rgba(230,196,120,.42), transparent 60%); }
.thumb-c{ background:linear-gradient(150deg,#f7efdb,#fffdf9 70%), radial-gradient(circle at 60% 60%, rgba(230,196,120,.38), transparent 60%); }
.post-tag{
  font-size:10px; font-weight:700; letter-spacing:.1em;
  padding:6px 12px; border-radius:999px;
  background:rgba(255,255,255,.82); border:1px solid rgba(150,111,42,.4);
  color:var(--gold-dim);
  box-shadow:0 2px 6px rgba(74,55,24,.06);
}
.post-date{ font-size:12px; color:var(--text-faint); }
.post-body h3{ font-size:17px; line-height:1.3; margin:10px 0 14px; }

/* ============ Footer ============ */
.footer{ border-top:1px solid var(--line); padding:80px 0 0; background:var(--bg-soft); }
.footer-grid{
  display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:40px;
  padding-bottom:56px;
}
.footer-brand p{ color:var(--text-dim); font-size:14px; margin:18px 0 22px; max-width:280px; }
.footer-cta{ margin-top:2px; }
.socials{ display:flex; gap:12px; }
.socials a{
  width:34px; height:34px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  border:1px solid var(--line); color:var(--text-dim);
  transition:color .3s, border-color .3s;
}
.socials a svg{ width:16px; height:16px; stroke-width:1.6; }
.socials a:hover{ color:var(--gold); border-color:var(--gold); }
.footer-col h4{ font-size:13px; letter-spacing:.06em; text-transform:uppercase; color:var(--text); margin-bottom:18px; }
.footer-col{ display:flex; flex-direction:column; gap:12px; font-size:14px; color:var(--text-dim); }
.footer-col a:hover{ color:var(--gold); }
.footer-bottom{
  border-top:1px solid var(--line);
  padding:24px 32px;
  max-width:1240px; margin:0 auto;
  display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px;
  font-size:13px; color:var(--text-faint);
}
.footer-legal{ display:flex; gap:22px; }
.footer-legal a:hover{ color:var(--gold); }

/* ============ Responsive ============ */
@media (max-width:1080px){
  .services-grid{ grid-template-columns:1fr 1fr 1fr; }
  .posts-grid{ grid-template-columns:1fr 1fr; }
  .process-row{ grid-template-columns:1fr 1fr; row-gap:44px; }
  .process-row::before{ display:none; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
}

@media (max-width:860px){
  .hero{ padding-top:130px; }
  .hero-inner{ grid-template-columns:1fr; }
  .hero-visual{ height:320px; order:-1; }
  .dash-card{ transform:rotateY(-6deg) rotateX(4deg) scale(.82); }
  .nav-links{ display:none; }
  .nav-burger{ display:flex; }
}

@media (max-width:480px){
  .dash-stats{ grid-template-columns:1fr 1fr 1fr; gap:6px; }
  .dash-stat{ padding:8px; }
  .dash-panels{ grid-template-columns:1fr; }
  .dash-card{ transform:rotateY(-4deg) rotateX(3deg) scale(.72); }
}

@media (max-width:640px){
  .section-inner{ padding:0 20px; }
  .services-grid{ grid-template-columns:1fr; }
  .cases-grid{ grid-template-columns:1fr; }
  .posts-grid{ grid-template-columns:1fr; }
  .process-row{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; }
  .cta-inner{ padding:44px 28px; }
  .cta-action{ align-items:flex-start; }
  .logos-row{ justify-content:center; }
  .cursor-glow{ display:none; }
}
