:root {
  --bg: #07090d;
  --panel: #0d1117;
  --panel-2: #141922;
  --card: #121820;
  --red: #eb1f2a;
  --red-2: #ff5847;
  --text: #ffffff;
  --muted: #d7d7d7;
  --muted-2: #b8b8b8;
  --line: rgba(255,255,255,0.12);
  --shadow: rgba(0, 0, 0, 0.42);
  --max: 1200px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: radial-gradient(circle at top, #111821, #050708 35%);
  color: var(--text);
}
section[id],
main[id],
footer[id] {
  scroll-margin-top: 110px;
}

#inicio {
  scroll-margin-top: 0;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.page-shell {
  min-height: 100vh;
  background: linear-gradient(180deg, #040506 0%, #090b0e 20%, #050608 100%);
}
.container {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  background: rgba(0, 0, 0, 0.28);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand-icon {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f12711, #f5af19);
  box-shadow: 0 12px 30px rgba(241, 39, 17, 0.32);
  font-size: 2rem;
}
.brand-copy h1,
.brand-copy p {
  margin: 0;
  line-height: 0.9;
}
.brand-copy h1 {
  font-size: clamp(2.1rem, 3vw, 3.8rem);
  letter-spacing: 2px;
  font-weight: 900;
}
.brand-copy p {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  color: var(--muted);
  font-weight: 700;
}
.brand-copy small {
  display: block;
  margin-top: 6px;
  color: var(--muted-2);
  font-weight: 600;
}
.header-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  color: var(--muted);
}
.phone-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.divider { color: rgba(255,255,255,0.5); }
.mail-link,
.location-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 600;
}
.mail-link {
  color: #ffffff;
}
.location-link {
  color: var(--muted-2);
  font-size: 0.9rem;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #050607;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 6, 9, 0.9) 0%, rgba(4, 6, 9, 0.7) 30%, rgba(0,0,0,0.38) 100%),
    url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
  transform: scale(1.06);
  filter: brightness(0.35) saturate(0.9);
}
.hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 420px;
  padding: 40px 0 30px;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hero-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.hero-title-wrap h2 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 10rem);
  line-height: 0.82;
  letter-spacing: -0.06em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0,0,0,0.52);
}
.hero-title-wrap .secondary {
  color: #f4f4f4;
}
.red-tag {
  width: fit-content;
  background: linear-gradient(90deg, var(--red), var(--red-2));
  color: #fff;
  padding: 14px 22px;
  font-size: clamp(1.2rem, 2vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 25px rgba(235, 31, 42, 0.26);
  text-transform: uppercase;
}
.floating-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 18px;
  background: rgba(10, 10, 10, 0.68);
  border: 2px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  min-width: 200px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
.ring-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.2);
  font-size: 2rem;
  color: white;
}
.floating-card p,
.floating-card strong {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.floating-card strong {
  font-size: 1.3rem;
  color: var(--text);
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 26px 0 0;
  transform: translateY(-18px);
}
.service-pill {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(11, 15, 18, 0.92);
  border: 2px solid rgba(235, 31, 42, 0.7);
  padding: 18px 16px;
  border-radius: 12px;
  min-height: 120px;
  box-shadow: 0 18px 35px rgba(0,0,0,0.18);
}
.icon-badge {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.08);
  border: 2px solid #fff;
  color: var(--red);
  font-size: 1.5rem;
  flex-shrink: 0;
}
.icon-badge.accent {
  color: #fff;
}
.service-pill h3,
.service-pill p { margin: 0; }
.service-pill h3 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 800;
}
.service-pill p {
  color: var(--muted-2);
  font-size: 0.95rem;
  line-height: 1.4;
  margin-top: 4px;
}

.services-wrap {
  padding: 24px 0 18px;
}
.services-head {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.services-head h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.services-head .big {
  color: var(--red);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.service-card {
  background: rgba(15, 18, 21, 0.9);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(0,0,0,0.26);
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 50px rgba(0,0,0,0.38);
}
.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) contrast(1.05) brightness(0.9);
}
.service-card:nth-child(5) img {
  filter: saturate(0.75) contrast(1.05) brightness(0.72);
}
.card-info {
  padding: 18px 20px 22px;
}
.card-info h4 {
  margin: 0 0 8px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.card-info p {
  margin: 0;
  color: var(--muted-2);
  line-height: 1.45;
}

.trust-panel {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  padding: 34px 0 40px;
  align-items: center;
}
.trust-visual img {
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  min-height: 400px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.trust-copy {
  padding: 12px 0;
}
.trust-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  text-transform: uppercase;
}
.trust-copy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  color: var(--muted);
  font-size: 1.05rem;
}
.trust-copy li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.trust-copy li i {
  color: #2ae382;
  font-size: 1.2rem;
}
.contact-row {
  margin-top: 26px;
}
.cta-btn, .cta-call {
  appearance: none;
  border: none;
  cursor: pointer;
  background: linear-gradient(135deg, #ef2a2a, #ff654a);
  color: white;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 18px 30px;
  border-radius: 14px;
  box-shadow: 0 18px 30px rgba(239, 42, 42, 0.28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.cta-btn:hover, .cta-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(239, 42, 42, 0.36);
}

.bottom-cta {
  padding: 24px 0 40px;
}
.cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, #f2212d, #d71f2d);
  border-radius: 18px;
  padding: 18px 22px;
  border: 2px solid rgba(255,255,255,0.12);
}
.cta-left {
  display: flex;
  align-items: center;
  gap: 18px;
}
.logo-mini {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.12);
  font-size: 2rem;
}
.cta-left h4 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 2.6rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.cta-left .main-cta {
  font-weight: 900;
}
.cta-call {
  background: #fff;
  color: var(--red);
  padding-left: 28px;
  padding-right: 28px;
}

.site-footer {
  background: rgba(8, 10, 12, 0.96);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0 30px;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.brand-icon.small {
  width: 52px;
  height: 52px;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.footer-brand h5,
.footer-brand p,
.footer-copy p {
  margin: 0;
}
.footer-brand h5 {
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer-brand p,
.footer-copy p {
  color: var(--muted-2);
  font-size: 0.9rem;
}
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
.footer-nav a {
  color: var(--muted);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: color .2s ease;
}
.footer-nav a:hover {
  color: #ffffff;
}
.footer-copy {
  text-align: right;
}

@media (max-width: 960px) {
  .hero-inner,
  .trust-panel,
  .cta-wrap {
    grid-template-columns: 1fr;
    display: grid;
  }
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-info {
    align-items: flex-start;
  }
  .hero-inner {
    padding-top: 32px;
  }
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .value-strip {
    grid-template-columns: 1fr;
    transform: none;
  }
  .cta-wrap {
    text-align: center;
    justify-items: center;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
}

@media (max-width: 650px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .hero-inner {
    min-height: 300px;
  }
  .hero-copy {
    width: 100%;
  }
  .floating-card {
    display: none;
  }
  .phone-row {
    flex-wrap: wrap;
  }
  .cta-left {
    flex-direction: column;
    text-align: center;
  }
  .services-head {
    align-items: center;
  }
}
