:root {
  --red: #e31b23;
  --red-dark: #b80f16;
  --ink: #101214;
  --graphite: #17191c;
  --muted: #697078;
  --line: #e5e7e9;
  --soft: #f4f5f6;
  --white: #fff;
  --radius: 18px;
  --container: 1200px;
  --shadow: 0 18px 50px rgba(16, 18, 20, .10);
  /* Logo sizing */
  --logo-width: 130px;
  --logo-height: 70px;
  /* default height, can be overridden */
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6
}

a {
  text-decoration: none;
  color: inherit
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: auto
}

.topbar {
  background: #0d0f11;
  color: #bfc3c7;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase
}

.topbar-inner {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  transition: .25s
}

.header.scrolled {
  box-shadow: 0 8px 30px rgba(0, 0, 0, .07)
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  font-size: 20px
}

.logo small {
  display: block;
  font-size: 7px;
  letter-spacing: .18em;
  color: #7a8086;
  font-weight: 700
}

.logo-mark {
  width: 32px;
  height: 32px;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  transform: skew(-10deg);
  font-weight: 800
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 700
}

.nav-links a:not(.nav-cta) {
  color: #363b40
}

.nav-links a:hover {
  color: var(--red)
}

.nav-cta {
  background: var(--red);
  color: #fff !important;
  padding: 12px 19px;
  border-radius: 8px
}

.menu-toggle {
  display: none;
  border: 0;
  background: none;
  font-size: 25px
}

.logo-image {
  width: var(--logo-width);
  height: var(--logo-height);
}


.hero {
  min-height: 690px;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0
}

.hero-bg {
  background-image: url("https://images.unsplash.com/photo-1544197150-b99a580bb7a8?auto=format&fit=crop&w=2200&q=85");
  background-size: cover;
  background-position: center
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(8, 10, 12, .94) 0%, rgba(8, 10, 12, .78) 42%, rgba(8, 10, 12, .22) 100%), linear-gradient(0deg, rgba(8, 10, 12, .45), transparent 45%)
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 100px 0
}

.hero-copy {
  max-width: 760px
}

.eyebrow {
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 800;
  color: var(--red);
  display: block;
  margin-bottom: 14px
}

.eyebrow.light {
  color: #ff4b50
}

.hero h1 {
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.02;
  letter-spacing: -.055em;
  margin: 0 0 24px;
  font-weight: 700
}

.hero h1 strong {
  font-weight: 800
}

.hero p {
  font-size: 17px;
  line-height: 1.75;
  color: #d5d8db;
  max-width: 680px;
  margin: 0 0 32px
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 15px 22px;
  border-radius: 9px;
  font-weight: 800;
  font-size: 13px;
  transition: .2s;
  border: 1px solid transparent
}

.btn:hover {
  transform: translateY(-2px)
}

.btn-red {
  background: var(--red);
  color: #fff
}

.btn-red:hover {
  background: var(--red-dark)
}

.btn-ghost {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
  background: rgba(255, 255, 255, .06)
}

.hero-proof {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 36px;
  color: #bfc4c8;
  font-size: 12px
}

.hero-proof b {
  color: #ff454b;
  margin-right: 5px
}

.hero-scroll {
  position: absolute;
  bottom: 28px;
  right: 48px;
  font-size: 10px;
  letter-spacing: .18em;
  color: #aaa;
  z-index: 2
}

.hero-scroll span {
  color: #fff;
  margin-left: 8px
}

.section {
  padding: 105px 0
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 42px
}

.section-head h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.045em;
  margin: 0;
  max-width: 720px
}

.section-head>p {
  max-width: 360px;
  color: var(--muted);
  margin: 0
}

.text-link {
  font-weight: 800;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px
}

.solution-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-auto-rows: 300px;
  gap: 14px
}

.solution-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  color: #fff;
  min-height: 300px
}

.solution-card.tall {
  grid-row: span 2
}

.card-image,
.product-photo,
.industry-img,
.project-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .6s
}

.solution-card:hover .card-image {
  transform: scale(1.04)
}

.card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .05) 75%)
}

.solution-content {
  position: absolute;
  inset: auto 25px 24px
}

.solution-content .number {
  font-size: 10px;
  letter-spacing: .15em;
  color: #ff6267;
  font-weight: 800
}

.solution-content h3 {
  font-size: 27px;
  margin: 3px 0 4px;
  letter-spacing: -.03em
}

.solution-content p {
  font-size: 12px;
  color: #d8dcdf;
  margin: 0 0 12px
}

.arrow {
  font-size: 11px;
  font-weight: 800
}

.dark-section {
  background: var(--graphite);
  color: #fff
}

.light-head h2 {
  color: #fff
}

.light-head .text-link {
  color: #fff;
  border-color: #5b6065
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.product-card {
  background: #222529;
  border: 1px solid #2e3236;
  border-radius: 16px;
  overflow: hidden;
  transition: .25s
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: #454b51
}

.product-photo {
  position: relative;
  height: 250px
}

.product-body {
  padding: 25px
}

.product-body .tag {
  font-size: 9px;
  color: #ff555a;
  font-weight: 800;
  letter-spacing: .15em
}

.product-body h3 {
  font-size: 21px;
  margin: 7px 0
}

.product-body p {
  font-size: 12px;
  color: #aeb4b9;
  min-height: 48px
}

.product-body a {
  font-size: 12px;
  font-weight: 800;
  color: #fff
}

.industries {
  background: var(--soft)
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px
}

.industry-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #e6e8ea
}

.industry-img {
  position: relative;
  height: 235px
}

.industry-card>div:last-child {
  position: relative;
  padding: 22px
}

.industry-card span {
  font-size: 10px;
  color: var(--red);
  font-weight: 800
}

.industry-card h3 {
  font-size: 19px;
  margin: 4px 0
}

.industry-card p {
  font-size: 11px;
  color: var(--muted);
  margin: 0
}

.help-section {
  background: #111315;
  color: #fff;
  padding: 85px 0
}

.help-wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: center
}

.help-copy h2 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -.05em;
  margin: 0 0 18px
}

.help-copy p {
  color: #b8bdc1;
  max-width: 580px;
  margin-bottom: 28px
}

.help-steps {
  border-left: 1px solid #3b3e42
}

.help-steps div {
  padding: 22px 0 22px 28px;
  border-bottom: 1px solid #2b2e32;
  display: flex;
  align-items: center;
  gap: 22px
}

.help-steps b {
  font-size: 11px;
  color: #ff4b51
}

.help-steps span {
  font-weight: 700
}

.projects {
  background: #fff
}

.project-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 15px
}

.project {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff
}

.project-large {
  grid-row: span 2
}

.project-img {
  background-position: center
}

.project:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 70%)
}

.project-caption {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 25px
}

.project-caption span {
  font-size: 9px;
  letter-spacing: .15em;
  color: #ff6065;
  font-weight: 800
}

.project-caption h3 {
  font-size: 23px;
  margin: 5px 0
}

.project-caption p {
  font-size: 11px;
  margin: 0;
  color: #d0d4d7
}

.why {
  background: #f7f7f6
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 90px
}

.why h2 {
  font-size: clamp(35px, 4vw, 55px);
  line-height: 1.08;
  letter-spacing: -.05em;
  margin: 0 0 20px
}

.why p {
  color: var(--muted)
}

.benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid #d9dcde
}

.benefits div {
  padding: 25px;
  border-bottom: 1px solid #d9dcde
}

.benefits div:nth-child(odd) {
  border-right: 1px solid #d9dcde
}

.benefits b {
  color: var(--red);
  font-size: 10px
}

.benefits h3 {
  margin: 7px 0 2px;
  font-size: 19px
}

.benefits p {
  font-size: 11px;
  margin: 0
}

.quote {
  background: var(--red);
  padding: 75px 0
}

.quote-box {
  background: #111315;
  color: #fff;
  border-radius: 20px;
  padding: 55px 60px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center
}

.quote h2 {
  font-size: clamp(35px, 4vw, 52px);
  margin: 0 0 10px;
  letter-spacing: -.045em
}

.quote p {
  color: #b9bec2;
  margin: 0;
  max-width: 580px
}

.quote-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  min-width: 270px
}

.btn-large {
  padding: 18px 26px
}

.phone-link {
  font-size: 12px;
  color: #bfc4c8
}

.footer {
  background: #0a0b0d;
  color: #aeb3b8;
  padding: 65px 0 22px
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 50px
}

.footer .logo {
  color: #fff
}

.footer-logo {
  margin-bottom: 18px
}

.footer p,
.footer a {
  font-size: 12px
}

.footer-grid h4 {
  font-size: 11px;
  letter-spacing: .14em;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px
}

.footer-grid>div:not(:first-child) a {
  display: block;
  margin: 8px 0
}

.footer-grid a:hover {
  color: #fff
}

.footer-bottom {
  border-top: 1px solid #24272a;
  margin-top: 50px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #777d82
}

.floating-wa {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  padding: 13px 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .25);
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer
}

.floating-wa:first-letter {
  font-size: 18px
}

.tower-img,
.project-tower {
  background-image: url("../img/torre1.jpeg")
}

.solar-img,
.project-solar {
  background-image: url("../img/solar1.jpg")
}

.camera-img,
.project-cctv {
  background-image: url("https://images.unsplash.com/photo-1557597774-9d273605dfa9?auto=format&fit=crop&w=1200&q=85")
}

.lightning-img {
  background-image: url("../img/para2.jpg")
}

.network-img {
  background-image: url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1200&q=85")
}

.ground-img {
  background-image: url("../img/electro.jpg")
}

.custom-img {
  background-image: url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1200&q=85")
}

.finca-img {
  background-image: url("https://images.unsplash.com/photo-1500382017468-9049fed747ef?auto=format&fit=crop&w=900&q=85")
}

.industrial-img {
  background-image: url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=900&q=85")
}

.business-img {
  background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=900&q=85")
}

.telecom-img {
  background-image: url("https://images.unsplash.com/photo-1516321165247-4aa89a48be28?auto=format&fit=crop&w=900&q=85")
}

@media(max-width:980px) {
  .nav-links {
    gap: 16px
  }

  .solution-grid {
    grid-template-columns: 1fr 1fr
  }

  .solution-card.tall {
    grid-row: span 1
  }

  .product-grid {
    grid-template-columns: 1fr 1fr
  }

  .industry-grid {
    grid-template-columns: 1fr 1fr
  }

  .why-grid {
    gap: 40px
  }

  .help-wrap {
    gap: 40px
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr
  }
}

@media(max-width:760px) {
  .container {
    width: min(var(--container), calc(100% - 30px))
  }

  .topbar {
    display: none
  }

  .nav {
    height: 68px
  }

  .menu-toggle {
    display: block
  }

  .nav-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    flex-direction: column;
    align-items: stretch;
    gap: 4px
  }

  .nav-links.open {
    display: flex
  }

  .nav-links a {
    padding: 12px
  }

  .nav-cta {
    text-align: center
  }

  .hero {
    min-height: 670px
  }

  .hero-content {
    padding: 70px 0
  }

  .hero h1 {
    font-size: 48px
  }

  .hero p {
    font-size: 14px
  }

  .hero-proof {
    gap: 8px;
    flex-direction: column
  }

  .hero-scroll {
    display: none
  }

  .section {
    padding: 75px 0
  }

  .section-head {
    display: block;
    margin-bottom: 30px
  }

  .section-head>p {
    margin-top: 15px
  }

  .solution-grid,
  .product-grid,
  .industry-grid {
    grid-template-columns: 1fr
  }

  .solution-grid {
    grid-auto-rows: 290px
  }

  .product-photo {
    height: 220px
  }

  .help-wrap,
  .why-grid {
    grid-template-columns: 1fr
  }

  .help-section {
    padding: 70px 0
  }

  .help-steps {
    margin-top: 20px
  }

  .project-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 280px 280px 280px
  }

  .project-large {
    grid-row: span 1
  }

  .quote-box {
    padding: 38px 25px;
    display: block
  }

  .quote-actions {
    margin-top: 28px
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1
  }

  .footer-bottom {
    display: block
  }

  .footer-bottom span {
    display: block;
    margin: 7px 0
  }

  .floating-wa {
    right: 14px;
    bottom: 14px
  }

  .floating-wa span {
    font-size: 11px
  }

  .benefits {
    grid-template-columns: 1fr
  }

  .benefits div:nth-child(odd) {
    border-right: 0
  }
}