/* Grúas Bocan - Landing (Grandes Cuentas) */
:root{
  --bg:#0b0d10;
  --surface:#10141a;
  --surface2:#0f1319;
  --text:#eef2f6;
  --muted:#a9b4c0;
  --line:rgba(255,255,255,.10);
  --accent:#f59e0b; /* naranja */
  --accent2:#f97316;
  --shadow: 0 16px 40px rgba(0,0,0,.35);
  --radius: 18px;
  --container: 1120px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 20% -10%, rgba(245,158,11,.18), transparent 60%),
    radial-gradient(900px 500px at 80% 0%, rgba(249,115,22,.12), transparent 55%),
    linear-gradient(180deg, var(--bg), #07090c 70%);
}

a{color:inherit}
.container{width:min(var(--container), calc(100% - 40px)); margin:0 auto}

.topbar{
  position:sticky; top:0; z-index:50;
  background:rgba(10,12,15,.75);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.topbar__inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:14px}

.brand{display:flex; align-items:center; gap:12px}
.brand__mark{
  width:34px; height:34px; border-radius:12px;
  background:linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 10px 26px rgba(245,158,11,.25);
}
.brand__text{display:flex; flex-direction:column; line-height:1.1}
.brand__text span{color:var(--muted); font-size:12px}

.topnav{display:flex; align-items:center; gap:14px; flex-wrap:wrap}
.topnav a{color:var(--muted); text-decoration:none; font-size:14px}
.topnav a:hover{color:var(--text)}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px; border-radius:14px; border:1px solid transparent;
  background:linear-gradient(135deg, var(--accent), var(--accent2));
  color:#111; font-weight:700; text-decoration:none;
  box-shadow: 0 10px 30px rgba(245,158,11,.20);
  cursor:pointer;
}
.btn--ghost{
  background:transparent; color:var(--text);
  border-color: rgba(245,158,11,.35);
  box-shadow:none;
}
.btn--ghost:hover{border-color: rgba(245,158,11,.60)}
.btn--sm{padding:10px 12px; border-radius:12px; font-size:14px}

.hero{position:relative; min-height:78vh; border-bottom:1px solid var(--line)}
.hero__bg{
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(7,9,12,.35), rgba(7,9,12,.90) 70%),
    url("assets/hero.jpg") center/cover no-repeat;
  filter:saturate(1.02) contrast(1.04);
}
.hero__content{position:relative; padding:66px 0 56px}
.hero__card{
  max-width: 720px;
  background:rgba(10,12,15,.68);
  border:1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  padding:26px 26px 18px;
  box-shadow: var(--shadow);
}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px; border-radius:999px;
  background:rgba(245,158,11,.14);
  border:1px solid rgba(245,158,11,.25);
  color:#ffd79b;
  font-weight:650;
  font-size:13px;
  margin:0 0 14px;
}
h1{margin:0 0 10px; font-size:44px; letter-spacing:-.02em; line-height:1.05}
.accent{color: #ffd08a}
.lead{margin:0 0 18px; color:var(--muted); font-size:16px; line-height:1.55}
.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin: 10px 0 14px}

.hero__meta{
  display:grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap:10px; padding-top: 10px; border-top: 1px solid var(--line);
}
.meta{display:flex; flex-direction:column; gap:3px}
.meta__k{color:var(--muted); font-size:12px}
.meta__v{font-weight:700; font-size:14px}
.meta__v a{color:#ffe2b6}

.hero__stats{
  display:grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
  margin-top: 18px;
  max-width: 720px;
}
.stat{
  background:rgba(10,12,15,.60);
  border:1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding:14px 14px 12px;
}
.stat__n{font-size:22px; font-weight:850}
.stat__t{color:var(--muted); font-size:13px; margin-top:4px}

.section{padding:70px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section__head{display:flex; justify-content:space-between; align-items:flex-end; gap:18px; margin-bottom:22px; flex-wrap:wrap}
.section__head h2{margin:0; font-size:28px; letter-spacing:-.01em}
.section__head p{margin:0; color:var(--muted); max-width: 640px; line-height:1.55}

.grid{display:grid; gap:14px}
.grid--2{grid-template-columns: repeat(2, minmax(0,1fr))}
.grid--3{grid-template-columns: repeat(3, minmax(0,1fr))}
.grid--4{grid-template-columns: repeat(4, minmax(0,1fr))}

.card{
  background:rgba(10,12,15,.52);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
}
.card h3{margin:0 0 8px; font-size:16px}
.card p{margin:0; color:var(--muted); line-height:1.55}
.card--icon{display:flex; gap:14px; align-items:flex-start}
.icon{
  width:38px; height:38px; border-radius:14px;
  background:rgba(245,158,11,.20);
  border:1px solid rgba(245,158,11,.30);
  flex:0 0 auto;
}

.download{
  margin-top: 18px;
  display:flex; justify-content:space-between; align-items:center; gap:14px; flex-wrap:wrap;
  background:rgba(245,158,11,.08);
  border:1px solid rgba(245,158,11,.22);
  border-radius: var(--radius);
  padding:16px;
}
.download__text{display:flex; flex-direction:column; gap:2px}
.download__text span{color:var(--muted); font-size:13px}
.download__actions{display:flex; gap:10px; flex-wrap:wrap}

.note{
  margin-top: 14px;
  padding:14px 16px;
  border-radius: 16px;
  border:1px dashed rgba(255,255,255,.18);
  color: #d8e0ea;
  background:rgba(10,12,15,.40);
}
.note strong{color:#ffe2b6}

.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:12px;
}
.gallery img{
  width:100%;
  height: 260px;
  object-fit: cover;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
}
.gallery img:nth-child(1){grid-column: span 7}
.gallery img:nth-child(2){grid-column: span 5}
.gallery img:nth-child(3){grid-column: span 4}
.gallery img:nth-child(4){grid-column: span 4}
.gallery img:nth-child(5){grid-column: span 4}

.form label{display:flex; flex-direction:column; gap:7px; color:var(--muted); font-size:13px; margin-top: 10px}
input,textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(6,8,11,.55);
  color:var(--text);
  outline:none;
}
input:focus,textarea:focus{border-color: rgba(245,158,11,.55)}
.form button{margin-top: 12px; width: 100%}

.small{font-size:12px; line-height:1.5}
.muted{color:var(--muted)}
.contact-line{margin: 8px 0 0}
.cta-row{display:flex; gap:10px; flex-wrap:wrap; margin-top: 14px}

.footer{
  padding:22px 0;
  border-top:1px solid var(--line);
  background: rgba(8,10,13,.85);
}
.footer__inner{display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap}

@media (max-width: 980px){
  h1{font-size:36px}
  .grid--4{grid-template-columns: repeat(2, minmax(0,1fr))}
  .grid--3{grid-template-columns: repeat(2, minmax(0,1fr))}
  .hero__meta{grid-template-columns: 1fr}
  .hero__stats{grid-template-columns: 1fr}
}
@media (max-width: 640px){
  .topnav{display:none}
  .grid--2,.grid--3{grid-template-columns: 1fr}
  .gallery img{grid-column: span 12 !important; height: 220px}
  .hero__content{padding:54px 0 46px}
}
