/* --- HERO SECTION NUEVO ESTILO --- */
#hero {
  position: relative;
  width: 100vw;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.hero-bg video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  opacity: 0.45;
}
.hero-center {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-main {
  background: rgba(0,0,0,0.72);
  box-shadow: 0 8px 32px rgba(0,0,0,0.32);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border-radius: 32px;
  padding: 32px 32px 24px 32px;
  margin-bottom: 32px;
  text-align: center;
}
.hero-main h1 {
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 16px;
}
.hero-main p {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.hero-value {
  color: #FFD600;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0;
}
.hero-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 24px;
}
.hero-icons div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 12px 16px;
  min-width: 110px;
}
.hero-icons img {
  width: 38px;
  height: 38px;
  margin-bottom: 6px;
}
.hero-icons span {
  color: #fff;
  font-size: 0.98rem;
}
.hero-trusted {
  color: #fff;
  font-size: 1.08rem;
  text-align: center;
  margin-top: 12px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}
/* HERO GLASS EFFECT SOLO TEXTO */
.hero-glass-text {
  position: absolute;
  top: 8%;
  left: 8%;
  height: 80vh;
  max-width: 700px;
  min-height: 340px;
  background: rgba(0,0,0,0.72);
  box-shadow: 0 8px 32px rgba(0,0,0,0.32);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border-radius: 32px;
  z-index: 1;
  padding: 32px 32px 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-content {
  position: relative;
  z-index: 2;
}
/* HERO GLASS EFFECT */
.hero-glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(20, 20, 20, 0.38);
  box-shadow: 0 8px 32px rgba(0,0,0,0.22);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  border-radius: 0 0 32px 32px;
  z-index: 1;
}
/* FINAL VIDEO LAYERED GLASS EFFECT */
.final-video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0 auto;
  height: 520px;
  display: block;
  overflow: hidden;
}
.final-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
  border-radius: 0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  z-index: 1;
}
.final-video-glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.38);
  box-shadow: 0 8px 32px rgba(0,0,0,0.22);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  border-radius: 16px;
  border: 2px solid rgba(255,255,255,0.08);
  z-index: 2;
}
.final-video-text {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 24px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}
/* HERO VIDEO BACKGROUND */
.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  z-index: 0;
  overflow: hidden;
}
.hero-video {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.45;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
.hero {
  position: relative;
  overflow: hidden;
}
/* --- TECHNICAL OVERVIEW GLASSMORPHISM CLEAN VERSION --- */
.tech-overview {
  background: #fff url('images/img06.jpg') center center/cover no-repeat !important;
}
.tech-overview-glass {
  background: rgba(255,255,255,0.38) !important;
  box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  border: 1.5px solid rgba(255,255,255,0.22);
  border-radius: 0;
}
.tech-table th, .tech-table td {
  background: rgba(255,255,255,0.38);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.tech-overview h2 {
  color: #E60000;
  text-shadow: 0 2px 8px #fff8, 0 1px 0 #fff;
  text-align: center;
  width: 100%;
}
.tech-col h3 {
  color: #181818 !important;
}
.tech-col li {
  color: #222 !important;
}
/* TECHNICAL OVERVIEW TABLE STYLES */
.tech-table {
  width: 100%;
  max-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  background: transparent;
  font-size: 1.08rem;
  color: #222;
  border-radius: 18px;
  overflow: hidden;
}
.tech-table th, .tech-table td {
  padding: 18px 16px;
  text-align: left;
  background: rgba(255,255,255,0.92);
  border-bottom: 1.5px solid #eee;
  vertical-align: middle;
}
.tech-table th {
  background: #E60000;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  border-radius: 0;
}
.tech-table tr:last-child td {
  border-bottom: none;
}
.tech-table .tech-check {
  margin-right: 10px;
}
@media (max-width: 700px) {
  .tech-table, .tech-table th, .tech-table td {
    font-size: 0.98rem;
    padding: 10px 6px;
  }
}
/* GLOBAL STYLES */
body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #181818;
  color: #fff;
}

/* MAIN CONTAINER */
.main-container {
  width: 100vw;
  min-height: 100vh;
  background: linear-gradient(120deg, #000 60%, #E60000 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  
}

/* HERO SECTION STYLES */
.hero {
  display: flex;
  flex-direction: row;
  width: 100vw;
  min-height: 60vh;
  align-items: stretch;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-dark {
  background: linear-gradient(120deg, #181818 60%, #E60000 100%);
}
.hero-content {
  flex: 1 1 50%;
  display: flex;
 
  align-items: center;
  justify-content: center;
  
  
}
.hero-title {
  font-size: 3rem;
  font-weight: 800;
  color: #FFCC00;
  letter-spacing: -1px;
  text-shadow: 0 2px 12px #000a;
}
.hero-subtitle {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 1px 8px #0006;
}
.hero-value {
  font-size: 1.1rem;
  color: #E60000;
  font-weight: 700;
  
  letter-spacing: 0.5px;
}
.hero-cta {
  display: flex;
  gap: 1.2rem;
  
}


.trusted-line {
  font-size: 1rem;
  color: #fff;
  opacity: 0.7;
  
  letter-spacing: 0.5px;
}
.hero-icons {
  display: flex;
  gap: 0.7rem;
 
  flex-wrap: wrap;
}
.icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border-radius: 0;
  padding: 0.5rem 0.5rem;
  min-width: 60px;
  box-shadow: none;
  transition: transform 0.2s;
}
.icon-card:hover {
  transform: scale(1.08);
  background: none;
  color: #E60000;
}
.icon-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 0.4rem;
  filter: none;
  box-shadow: none;
  transition: transform 0.2s;
}
.icon-card:hover img {
  transform: scale(1.12);
}
.icon-card span {
  font-size: 0.95rem;
  color: #FFCC00;
  font-weight: 500;
  text-align: center;
  margin-top: 0.1rem;
}
.hero-visual {
  flex: 1 1 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  max-height: 600px;
  overflow: hidden;
}
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 8px 32px #000b;
  opacity: 0.85;
}

/* ABOUT BGS SECTION STYLES */
.about-bgs {
  width: 100vw;
  background: linear-gradient(120deg, #fff 70%, #FFCC00 100%);
  padding: 64px 0 48px 0;
  display: flex;
  justify-content: center;
}
.about-bgs-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
  width: 90vw;
  gap: 48px;
}
.about-bgs-text {
  flex: 1 1 55%;
}
.about-bgs-text h2 {
  font-size: 2.2rem;
  color: #E60000;
  font-weight: 800;
  margin-bottom: 1.2rem;
  letter-spacing: -1px;
}
.about-bgs-text p {
  font-size: 1.15rem;
  color: #222;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.about-bgs-img {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-bgs-img img {
  width: 100%;
  max-width: 420px;
  border-radius: 18px;
  box-shadow: 0 8px 32px #E6000033, 0 2px 12px #FFCC0033;
  object-fit: cover;
}

/* Efecto animado llamativo y oscuro para About BGS */
.about-animated-text {
  font-size: 2.1rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #181818, #23272f, #444857, #181818);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  animation: about-gradient-move 3.5s linear infinite;
  text-align: center;
  margin: 0 0 18px 0;
  letter-spacing: 1px;
  filter: drop-shadow(0 2px 12px #fff8);
}

@keyframes about-gradient-move {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* PAIN POINTS SECTION STYLES */
.pain-points {
  width: 100vw;
  background: linear-gradient(120deg, #181818 70%, #E60000 100%);
  padding: 64px 0 48px 0;
  display: flex;
  justify-content: center;
}
.pain-points-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
  width: 90vw;
  gap: 48px;
}
.pain-points-img {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pain-points-img img {
  width: 100%;
  max-width: 600px;
  border-radius: 18px;
  box-shadow: 0 8px 32px #E6000033, 0 2px 12px #FFCC0033;
  object-fit: cover;
}
.pain-points-list {
  flex: 1 1 55%;
  color: #fff;
}
.pain-points-list h2 {
  font-size: 2.2rem;
  color: #FFCC00;
  font-weight: 800;
  margin-bottom: 1.2rem;
  letter-spacing: -1px;
}
.pain-points-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.pain-points-list li {
  font-size: 1.15rem;
  color: #fff;
  background: rgba(230,0,0,0.10);
  border-left: 4px solid #E60000;
  margin-bottom: 0.8em;
  padding: 0.7em 1em 0.7em 1.2em;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 2px 8px #E6000022;
}
.pain-impact {
  font-size: 1.15rem;
  color: #FFCC00;
  font-weight: 700;
  margin-top: 1.2rem;
  text-shadow: 0 2px 8px #E6000033;
}
.pain-impact span {
  color: #E60000;
  font-weight: 900;
  font-size: 1.1em;
}

/* PILLAR SYSTEM SECTION STYLES */
.pillar-system {
  width: 100vw;
  background: linear-gradient(120deg, #fff 70%, #181818 100%);
  padding: 64px 0 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pillar-system h2 {
  font-size: 2.3rem;
  color: #E60000;
  font-weight: 900;
  margin-bottom: 2.2rem;
  letter-spacing: -1px;
  text-align: center;
}
.pillar-system-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1300px;
  width: 95vw;
  gap: 48px;
  justify-content: center;
}
.pillar-system-img {
  flex: 1 1 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pillar-system-img img {
  width: 100%;
  max-width: 380px;
  border-radius: 18px;
  box-shadow: 0 8px 32px #E6000033, 0 2px 12px #FFCC0033;
  object-fit: cover;
}
.pillar-columns {
  flex: 1 1 65%;
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
}
.pillar-col {
  background: #181818;
  border-radius: 16px;
  box-shadow: 0 2px 12px #E6000022;
  padding: 32px 24px;
  min-width: 220px;
  max-width: 340px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 6px solid #E60000;
  border-bottom: 6px solid #FFCC00;
}
.pillar-col h3 {
  color: #FFCC00;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  letter-spacing: 0.5px;
}
.pillar-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pillar-col li {
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 0.7em;
  padding-left: 0.2em;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}
.pillar-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
}
.pillar-icon.drone {
  background: url('images/icon-drone.svg') no-repeat center center / contain;
}
.pillar-icon.cctv {
  background: url('images/icon-ai-ppe.svg') no-repeat center center / contain;
}
.pillar-icon.safety {
  background: url('images/icon-safety.svg') no-repeat center center / contain;
}
.pillar-img {
  width: 100%;
  max-width: 340px;
  border-radius: 18px;
  box-shadow: 0 8px 32px #E6000033, 0 2px 12px #FFCC0033;
  object-fit: cover;
  object-fit: cover;
  display: block;
}

/* KEY ADVANTAGES SECTION STYLES */
.key-advantages {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex-direction: row;
  align-items: flex-start;
  max-width: 1200px;
  width: 90vw;
  gap: 48px;
  justify-content: center;
}
.adv-cards {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.adv-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px #E6000022;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
  color: #181818;
  font-size: 1.13rem;
  transition: box-shadow 0.2s, background 0.2s;
}
.adv-card:hover {
  box-shadow: 0 8px 32px #FFCC00bb;
  background: #FFCC0022;
}
.adv-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2ecc40;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
  line-height: 32px;
  margin-right: 8px;
  box-shadow: 0 2px 8px #2ecc4066;
}
.adv-icon.check::before {
  content: '\2714'; /* Green check */
  font-size: 1.3rem;
  color: #fff;
}
.adv-icon.ai::before {
  content: '\1F916'; /* Robot emoji */
  font-size: 1.2rem;
}
.adv-icon.worker::before {
  content: '\1F477'; /* Worker emoji */
  font-size: 1.2rem;
}
.adv-icon.doc::before {
  content: '\1F4C4'; /* Document emoji */
  font-size: 1.2rem;
}
.adv-icon.visit::before {
  content: '\1F698'; /* Car emoji */
  font-size: 1.2rem;
}
.adv-icon.comm::before {
  content: '\1F4AC'; /* Speech bubble emoji */
  font-size: 1.2rem;
}
.adv-icon.secure::before {
  content: '\1F512'; /* Lock emoji */
  font-size: 1.2rem;
}
.adv-large-text {
  flex: 1 1 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 900;
  color: #E60000;
  text-align: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px #E6000022;
  padding: 32px 18px;
  margin-left: 12px;
}
.adv-img {
  width: 100%;
  max-width: 340px;
  margin-bottom: 1.2rem;
  border-radius: 16px;
  box-shadow: 0 4px 18px #2ecc4033, 0 1px 8px #E6000033;
  object-fit: cover;
  display: block;
}
.adv-description {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.adv-text {
  font-size: 1.15rem;
  color: #181818;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.8rem;
  margin-bottom: 0;
}
.adv-description-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}
.adv-description-row .adv-img {
  flex: 0 0 auto;
  max-width: 550px;
  width: 100%;
}
.adv-description-row .adv-text {
  flex: 1 1 60%;
  margin-top: 0;
  font-size: 1.25rem;
  text-align: justify;
}
.adv-text-img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.adv-text-img .adv-img {
  margin-top: 1.2rem;
  max-width: 100%;
  width: 100%;
}

/* DELIVERABLES SECTION STYLES */
.deliverables {
  width: 100vw;
  background: linear-gradient(120deg, #fff 70%, #FFCC00 100%);
  padding: 64px 0 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.deliverables h2 {
  font-size: 2rem;
  color: #E60000;
  font-weight: 900;
  margin-bottom: 2.2rem;
  letter-spacing: -1px;
  text-align: center;
}
.deliv-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
}
.deliv-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px #E6000022;
  padding: 22px 32px;
  min-width: 220px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #181818;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: box-shadow 0.2s, background 0.2s;
}
.deliv-card:hover {
  box-shadow: 0 8px 32px #FFCC00bb;
  background: #FFCC0022;
}
.deliv-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2ecc40;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 32px;
  margin-right: 8px;
  box-shadow: 0 2px 8px #2ecc4066;
}

/* IDEAL FOR SECTION STYLES */
.ideal-for {
  width: 100vw;
  background: linear-gradient(120deg, #fff 70%, #FFCC00 100%);
  padding: 64px 0 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* IDEAL FOR ROW LAYOUT */
.ideal-for-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ideal-for-img {
  flex: 0 0 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ideal-for-img img {
  width: 320px;
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 8px 32px #E6000033, 0 2px 12px #FFCC0033;
  object-fit: cover;
}
.ideal-for-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: justify;
  justify-content: center;
}
@media (max-width: 900px) {
  .ideal-for-row {
    flex-direction: column;
    gap: 32px;
  }
  .ideal-for-img {
    flex: unset;
    width: 100%;
    justify-content: center;
  }
  .ideal-for-content {
    align-items: center;
    width: 100%;
  }
}
.ideal-for h2 {
  font-size: 2rem;
  color: #E60000;
  font-weight: 900;
  margin-bottom: 2.2rem;
  letter-spacing: -1px;
  text-align: center;
}
.ideal-icons {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
}
.ideal-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px #E6000022;
  padding: 24px 18px;
  min-width: 160px;
  font-size: 1.08rem;
  font-weight: 700;
  color: #181818;
  transition: box-shadow 0.2s, background 0.2s;
}
.ideal-card:hover {
  box-shadow: 0 8px 32px #FFCC00bb;
  background: #FFCC0022;
}
.ideal-card img {
  width: 54px;
  height: 54px;
  margin-bottom: 1rem;
}
.ideal-card span {
  font-size: 1rem;
  color: #E60000;
  font-weight: 700;
  text-align: center;
  text-align: justify;
  width: 100%;
}

/* TECHNICAL OVERVIEW SECTION STYLES */
.tech-overview {
  width: 100vw;
  background: #181818;
  padding: 64px 0 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tech-overview h2 {
  font-size: 2rem;
  color: #E60000;
  font-weight: 900;
  margin-bottom: 2.2rem;
  letter-spacing: -1px;
  .tech-overview-glass {
    background: rgba(255,255,255,0.38);
    border-radius: 28px;
    box-shadow: 0 8px 32px 0 rgba(31,38,135,0.18);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border: 2px solid rgba(255,255,255,0.38);
    padding: 48px 24px;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tech-overview-glass .tech-columns {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .tech-overview-glass .tech-col {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  }
  @media (max-width: 1000px) {
    .tech-overview-glass {
      padding: 24px 8px;
      max-width: 98vw;
    }
  }
  text-align: center;
}
.tech-columns {
  display: flex;
  gap: 48px;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
}
    padding: 64px 0 48px 0;
    background: #fff url('images/img04b.jpg') center center/cover no-repeat;
    display: flex;
  box-shadow: 0 2px 12px #E6000022;
  padding: 32px 28px;
  min-width: 220px;
  max-width: 400px;
    position: relative;
    padding: 64px 0 48px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }
  .tech-overview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24,24,24,0.68);
    z-index: 0;
  }
  .tech-overview > * {
    position: relative;
    z-index: 1;
  }
}
.tech-col h3 {
  color: #E60000;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  letter-spacing: 0.5px;
}
.tech-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tech-col li {
  font-size: 1.08rem;
  color: #181818;
  margin-bottom: 0.7em;
  padding-left: 0.2em;
  position: relative;
  font-weight: 500;
  line-height: 1.5;
}
.tech-icon {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  filter: drop-shadow(0 2px 6px #E6000033);
}
.tech-check {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2ecc40;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
  box-shadow: 0 2px 8px #2ecc4066;
  vertical-align: middle;
}

/* COMPARISON SECTION STYLES */
.comparison {
  width: 100vw;
  background: linear-gradient(120deg, #181818 70%, #E60000 100%);
  padding: 64px 0 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comparison h2 {
  font-size: 2rem;
  color: #FFCC00;
  font-weight: 900;
  margin-bottom: 2.2rem;
  letter-spacing: -1px;
  text-align: center;
}
.comparison-table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.comparison table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.13rem;
  background: #222;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px #E6000022;
}
.comparison th, .comparison td {
  border: 1px solid #FFCC00;
  padding: 18px;
  text-align: left;
}
.comparison th {
  background: #E60000;
  color: #fff;
  font-weight: 900;
}
.comparison td {
  background: #222;
  color: #fff;
}

/* CASE STUDIES SECTION STYLES */
.case-studies {
  width: 100vw;
  background: linear-gradient(120deg, #181818 70%, #E60000 100%);
  padding: 64px 0 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case-studies h2 {
  font-size: 2rem;
  /* DARK MODE FOR IDEAL FOR SECTION */
  .ideal-for.ideal-dark {
    background: linear-gradient(135deg, #E60000 0%, #181818 100%);
  }
  .ideal-for.ideal-dark h2 {
    color: #fff;
  }
  .ideal-for.ideal-dark .ideal-card {
    background: #232323;
    box-shadow: 0 2px 16px rgba(0,0,0,0.18);
  }
  .ideal-for.ideal-dark .ideal-card span {
    color: #fff;
  }
  .ideal-for.ideal-dark .ideal-card img {
    filter: brightness(0.95) contrast(1.1);
  }
  box-shadow: 0 2px 12px #E6000022;
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
  transition: box-shadow 0.2s;
}
.case-card img {
  width: 120px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.case-card span {
  font-weight: 700;
  color: #E60000;
}
.case-card:hover {
  box-shadow: 0 8px 32px #E60000bb;
}

/* CTA SECTION STYLES */
.cta {
  width: 100vw;
  background: linear-gradient(120deg, #E60000 70%, #FFCC00 100%);
  text-align: center;
  padding: 60px 0 40px 0;
}
.cta h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 900;
}
.cta-buttons {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 2em 0;
}
.cta-contact {
  font-size: 1.1rem;
  color: #181818;
  margin-top: 1em;
  background: #fff;
  border-radius: 12px;
  display: inline-block;
  padding: 18px 32px;
  box-shadow: 0 2px 8px #E6000022;
}

/* RESPONSIVE STYLES */
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    min-height: 80vh;
  }
  .hero-content {
    padding: 2.5rem 1.5rem 2rem 1.5rem;
    align-items: center;
    text-align: center;
  }
  .hero-title {
    font-size: 2.1rem;
  }
  .hero-video {
    border-radius: 0;
    min-height: 220px;
    max-height: 320px;
  }
  .hero-visual {
    min-height: 220px;
    max-height: 320px;
  }
  .about-bgs-content {
    flex-direction: column-reverse;
    gap: 28px;
    width: 96vw;
  }
  .about-bgs-img img {
    max-width: 90vw;
  }
  .about-bgs {
    padding: 40px 0 32px 0;
  }
  .about-bgs-text h2 {
    font-size: 1.5rem;
  }
  .about-bgs-text p {
    font-size: 1rem;
  }
  .pain-points-content {
    flex-direction: column-reverse;
    gap: 28px;
    width: 96vw;
  }
  .pain-points-img img {
    max-width: 90vw;
  }
  .pain-points {
    padding: 40px 0 32px 0;
  }
  .pain-points-list h2 {
    font-size: 1.5rem;
  }
  .pain-points-list li {
    font-size: 1rem;
    padding: 0.6em 0.8em 0.6em 1em;
  }
  .pain-impact {
    font-size: 1rem;
  }
  .pillar-system-content {
    flex-direction: column;
    gap: 32px;
    align-items: center;
  }
  .pillar-columns {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    align-items: center;
  }
  .pillar-col {
    max-width: 95vw;
    width: 100%;
    margin-bottom: 18px;
  }
  .pillar-system-img img {
    max-width: 90vw;
  }
  .key-advantages-content {
    flex-direction: column;
    gap: 28px;
    width: 96vw;
    align-items: center;
  }
  .adv-large-text {
    font-size: 1.3rem;
    padding: 18px 8px;
    margin-left: 0;
    margin-top: 18px;
  }
  .adv-description {
    width: 100%;
    align-items: center;
  }
  .adv-text {
    font-size: 1rem;
    text-align: center;
  }
  .adv-description-row {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .adv-description-row .adv-img {
    max-width: 90vw;
  }
  .adv-description-row .adv-text {
    text-align: center;
  }
  .adv-text-img {
    align-items: center;
  }
  .adv-text-img .adv-img {
    max-width: 90vw;
  }
  .deliv-cards {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .deliv-card {
    min-width: 80vw;
    font-size: 1rem;
    padding: 16px 18px;
  }
  .ideal-icons {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .ideal-card {
    min-width: 80vw;
    font-size: 1rem;
    padding: 16px 12px;
  }
  .ideal-card img {
    width: 40px;
    height: 40px;
    margin-bottom: 0.7rem;
  }
  .tech-columns {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    align-items: center;
  }
  .tech-col {
    max-width: 95vw;
    width: 100%;
    margin-bottom: 18px;
    padding: 20px 10px;
  }
  .comparison-table {
    max-width: 98vw;
  }
  .case-cards {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .case-card {
    min-width: 80vw;
    padding: 16px 12px;
  }
  .case-card img {
    width: 90vw;
    max-width: 220px;
  }
  .cta-buttons {
    flex-direction: column;
    gap: 18px;
  }
  .cta-contact {
    font-size: 1rem;
    padding: 12px 10px;
  }
}
@media (max-width: 600px) {
  .main-container {
    padding: 0;
  }
  .hero-content {
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
  }
  .hero-title {
    font-size: 1.3rem;
  }
  .hero-icons {
    gap: 0.7rem;
  }
  .icon-card {
    min-width: 80px;
    padding: 0.7rem 0.6rem;
  }
  text-align: justify;
}