:root{
  --navy:#415977;
  --navy-deep:#233142;
  --steel:#6f8197;
  --light:#f5f7fa;
  --gold:#f3c63b;
  --text:#22303d;
  --white:#ffffff;
  --shadow:0 1rem 2.5rem rgba(15,23,42,.16);
  --radius:1.5rem;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:"Inter",system-ui,sans-serif;
  color:var(--text);
  background:#fff;
}
h1,h2,h3,h4,.navbar-brand,.eyebrow,.hero-title{
  font-family:"Barlow Condensed",sans-serif;
  letter-spacing:.02em;
}
a{color:inherit;text-decoration:none}
#mainNav{
  background:rgba(16,22,29,.28);
  backdrop-filter:blur(12px);
  box-shadow:none;
  transition:background .25s ease,box-shadow .25s ease;
}
#mainNav.scrolled{
  background:rgba(16,22,29,.82);
  box-shadow:0 .5rem 1.5rem rgba(0,0,0,.16);
}
#mainNav .nav-link{
  color:rgba(255,255,255,.88);
  font-weight:600;
}
#mainNav .nav-link.active,
#mainNav .nav-link:hover{color:#fff}
.brand-word{font-family:"Barlow Condensed",sans-serif;font-weight:800;font-size:2rem;line-height:1;color:#fff}
.brand-mark{display:inline-flex;gap:.2rem;align-items:center}
.brand-mark span{width:.75rem;height:1.5rem;display:block;clip-path:polygon(0 0,100% 50%,0 100%,20% 50%)}
.brand-mark span:nth-child(1){background:#14b84a}
.brand-mark span:nth-child(2){background:#fff}
.brand-mark span:nth-child(3){background:#e63946}
.section-block{padding:6rem 0;position:relative}
.section-overlay{
  position:relative;
  background-image:linear-gradient(rgba(30,44,60,.78),rgba(30,44,60,.78)),var(--bg);
  background-size:cover;
  background-position:center;
}
.hero-section{
  min-height:100vh;
  background-image:linear-gradient(rgba(20,26,32,.68),rgba(20,26,32,.68)),url('../img/hero-grua.jpeg');
  background-size:cover;
  background-position:center 42%;
  color:#fff;
}
.eyebrow{
  display:inline-block;
  margin-bottom:.75rem;
  font-size:1rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:700;
  color:var(--gold);
}
.hero-title{
  font-size:clamp(5.2rem,12vw,9.5rem);
  line-height:.82;
  font-weight:800;
  letter-spacing:.01em;
  text-shadow:0 .65rem 1.4rem rgba(0,0,0,.24);
}
.hero-service{
  font-size:clamp(1.85rem,3.1vw,3rem);
  line-height:1.05;
  font-weight:800;
  color:rgba(255,255,255,.98);
  text-shadow:0 .35rem 1rem rgba(0,0,0,.28);
}
.hero-tagline{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.5rem,2.8vw,2.65rem);
  line-height:1.15;
  font-weight:700;
  color:rgba(255,255,255,.96);
  text-shadow:0 .35rem 1rem rgba(0,0,0,.3);
}
.hero-subtitle{font-size:clamp(1.25rem,2.2vw,2rem);max-width:42rem;color:rgba(255,255,255,.95)}
.contact-strip{
  display:grid;
  gap:1rem;
  padding:1.25rem;
  max-width:48rem;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
  border-radius:1.25rem;
}
.contact-strip small{display:block;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.25rem}
.contact-strip strong,.contact-strip a{color:#fff;font-weight:700}
.section-heading{max-width:48rem;margin-bottom:3rem}
.section-heading h2{font-size:clamp(2.25rem,4vw,4rem);line-height:.95;margin-bottom:1rem;font-weight:700}
.section-heading p{font-size:1.05rem;color:#516171}
.content-panel,
.info-card,
.light-panel,
.fleet-card,
.coverage-panel,
.contact-card,
.clients-panel,
.sector-card{
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.content-panel{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(10px);
  padding:2rem;
}
.content-panel-lg{max-width:62rem}
.content-panel p{font-size:1.08rem;line-height:1.85}
.info-card{
  background:#fff;
  padding:2rem 1.5rem;
  border:1px solid rgba(65,89,119,.08);
  text-align:center;
}
.card-title-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:10rem;
  padding:.7rem 1.5rem;
  border-radius:999px;
  background:var(--navy);
  color:#fff;
  font-size:2rem;
  font-weight:700;
  margin-bottom:1.25rem;
}
.values-card ul li{padding:.4rem 0;font-weight:500}
.bg-dark{background:linear-gradient(180deg,#243345,#182431)!important}
.light-panel,
.fleet-card{
  background:#fff;
  color:var(--text);
  padding:1.75rem;
}
.equipment-copy h3,.fleet-card h3,.sector-card h3{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--navy)}
.equipment-copy ul,
.fleet-card ul,
.service-list{padding-left:1.2rem;margin-bottom:0}
.equipment-copy li,
.fleet-card li,
.service-list li{margin-bottom:.75rem;line-height:1.65}
.feature-list{list-style:none;padding-left:0;margin:0}
.feature-list li{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1rem;font-weight:600}
.feature-list i{color:var(--gold);font-size:1.1rem;transform:translateY(.2rem)}
.coverage-panel,
.contact-card{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(12px);
  padding:2.5rem;
}
.coverage-panel h2,
.contact-card h2{font-size:clamp(2.25rem,4vw,4.5rem);line-height:.95;margin-bottom:1rem}
.coverage-panel p,
.contact-card p{font-size:1.1rem;line-height:1.8;color:rgba(255,255,255,.92)}
.sector-card{
  background:#fff;
  border:1px solid rgba(65,89,119,.08);
  padding:1.75rem;
  height:100%;
}
.sector-card h3{font-size:1.75rem;margin-bottom:.75rem}
.clients-panel{padding:1rem;background:#fff}
.dark-card{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.12)}
.dark-card .service-list li{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.7rem}
.dark-card .service-list li:last-child{border-bottom:none;padding-bottom:0}
.contact-pills .contact-pill{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.75rem;
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:1rem 1.2rem;
  min-height:100%;
  font-weight:700;
}
.contact-pills .contact-pill i{font-size:1.2rem;color:var(--gold)}
.site-footer{
  background:#101923;
  color:rgba(255,255,255,.72);
  padding:1.5rem 0;
}
.site-footer a{color:#fff}
.whatsapp-float{
  position:fixed;
  right:1.25rem;
  bottom:1.25rem;
  z-index:1030;
  width:3.75rem;
  height:3.75rem;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  font-size:1.8rem;
  box-shadow:0 1rem 2rem rgba(37,211,102,.35);
}
img{display:block;width:100%;height:auto}
.rounded-4{border-radius:1.35rem!important}
@media (max-width: 991.98px){
  .section-block{padding:5rem 0}
  .contact-strip{padding:1rem}
  .contact-pills .contact-pill{border-radius:1rem}
}
@media (max-width: 575.98px){
  .hero-title{font-size:4.6rem}
  .hero-service{font-size:1.7rem}
  .hero-tagline{font-size:1.35rem}
  .section-heading h2,.coverage-panel h2,.contact-card h2{font-size:2.6rem}
  .card-title-pill{font-size:1.6rem;min-width:auto;padding:.7rem 1rem}
  .coverage-panel,.contact-card,.content-panel,.info-card,.light-panel,.fleet-card,.sector-card{padding:1.35rem}
}
