:root{
  --bg:#070607;
  --bg2:#0c0b0d;
  --text:#f2efe8;
  --muted:#b7ad9c;
  --line:rgba(242,239,232,.10);

  /* CyberCuts signature */
  --gold:#d4b060;
  --gold2:#f1d38a;
  --goldDeep:#a47b24;

  --card: rgba(255,255,255,.03);
  --shadow: 0 24px 70px rgba(0,0,0,.70);
  --radius: 20px;
  --max: 1140px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--text);
  line-height:1.6;

  /* Nada de “tech blue/purple” */
  background:
    radial-gradient(900px 520px at 18% 12%, rgba(212,176,96,.18), transparent 60%),
    radial-gradient(760px 520px at 85% 18%, rgba(241,211,138,.08), transparent 60%),
    radial-gradient(900px 620px at 35% 75%, rgba(212,176,96,.07), transparent 62%),
    linear-gradient(180deg, var(--bg), #050405 72%, #030203);
}

a{color:inherit;text-decoration:none}
.container{width:min(var(--max), calc(100% - 48px)); margin-inline:auto}
.muted{color:var(--muted)}
.micro{font-size:.9rem}

/* TOP BAR */
.top{
  position:sticky; top:0; z-index:50;
  background: rgba(7,6,7,.72);
  backdrop-filter: blur(12px);
  border-bottom:1px solid var(--line);
}
.top-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0; gap:14px;
}

.brand{display:flex; align-items:center; gap:12px}
.brand strong{letter-spacing:.3px}
.brand .title{display:flex; flex-direction:column; gap:2px}
.brand .title span{color:var(--muted); font-size:.9rem}

/* NAV PILLS */
.nav{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.nav a{
  padding:10px 12px;
  border-radius:999px;
  border:1px solid rgba(242,239,232,.12);
  background: rgba(255,255,255,.02);
  color:var(--muted);
  font-size:.92rem;
  transition: transform .18s var(--ease), border-color .18s var(--ease), color .18s var(--ease);
}
.nav a:hover{
  transform: translateY(-1px);
  border-color: rgba(212,176,96,.40);
  color: var(--text);
}
.nav a.active{
  border-color: rgba(212,176,96,.65);
  color: var(--text);
  box-shadow: 0 0 0 4px rgba(212,176,96,.10);
}

/* HERO */
.hero{padding:56px 0 18px}
.pill{
  display:inline-flex; padding:8px 12px;
  border:1px solid rgba(242,239,232,.14);
  border-radius:999px;
  background: rgba(255,255,255,.02);
  color:var(--muted);
  font-size:.92rem;
}

h1,h2,h3{line-height:1.12}
h1{
  margin:14px 0 10px;
  font-size: clamp(2.2rem, 3.8vw, 3.1rem);
  letter-spacing: -.35px;
}
h2{
  margin:0 0 10px;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
}
h3{margin:0; font-size:1.08rem}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  background: linear-gradient(135deg, var(--goldDeep), var(--gold), var(--gold2));
  color:#1a1205;
  font-weight:900;
  border:0;
  box-shadow: 0 16px 34px rgba(212,176,96,.16);
  transition: transform .18s var(--ease), filter .18s var(--ease);
}
.btn:hover{transform: translateY(-1px); filter:brightness(1.03)}
.btn--ghost{
  background: transparent;
  color: var(--text);
  border:1px solid rgba(242,239,232,.14);
  box-shadow:none;
}

/* Cards / blocks */
.card{
  border-radius: var(--radius);
  border: 1px solid rgba(242,239,232,.10);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
  overflow:hidden;
  transition: transform .22s var(--ease), border-color .22s var(--ease);
}
.card:hover{
  transform: translateY(-2px);
  border-color: rgba(212,176,96,.28);
}

/* Generic “media” placeholder */
.thumb{
  height: 230px;
  background:
    radial-gradient(900px 260px at 30% 20%, rgba(212,176,96,.22), transparent 60%),
    radial-gradient(900px 260px at 75% 25%, rgba(241,211,138,.12), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
  background-size: cover;
  background-position: center;
}

/* Grid blocks */
.grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:16px;
  padding: 18px 0 34px;
}
@media (max-width: 980px){ .grid{grid-template-columns:1fr} }

/* Feature mini cards */
.feature-row{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
@media (max-width: 980px){ .feature-row{grid-template-columns:1fr} }
.feature{
  border:1px solid rgba(242,239,232,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.02);
  padding:14px;
}
.feature strong{display:block; font-size:1.1rem}
.feature span{display:block; color:var(--muted); margin-top:4px}

/* Section */
.section{padding:54px 0}
.section--soft{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-top:1px solid rgba(242,239,232,.06);
  border-bottom:1px solid rgba(242,239,232,.06);
}

/* Footer */
.footer{
  border-top:1px solid rgba(242,239,232,.10);
  padding:18px 0 26px;
}
.footer-inner{
  display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;
  color:var(--muted);
}
.footer a{color: var(--gold2)}
