.elementor-821 .elementor-element.elementor-element-d6405a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-821 .elementor-element.elementor-element-8cebca7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-821 .elementor-element.elementor-element-3b7ed35{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-821 .elementor-element.elementor-element-9aed7a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-821 .elementor-element.elementor-element-9aed7a2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-821 .elementor-element.elementor-element-dc55e4c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-821 .elementor-element.elementor-element-fdc20a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-821 .elementor-element.elementor-element-a1636e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-821 .elementor-element.elementor-element-92686ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-821:not(.elementor-motion-effects-element-type-background), body.elementor-page-821 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-821 .elementor-element.elementor-element-9aed7a2{--width:98.899%;}.elementor-821 .elementor-element.elementor-element-a1636e7{--content-width:1373px;}}/* Start custom CSS for html, class: .elementor-element-554138a */.announcement-bar {
    padding: 40px 20px;
    background-color: #0c; /* Page background */
}

.banner-inner {
    max-width: 1100px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 4px 30px rgba(0,0,0,0.05);
    position: relative;
    min-height: 200px;
}

/* Left Visual Section */
.visual-layers {
    flex: 0 0 35%;
    height: 200px;
    position: relative;
    background: linear-gradient(135deg, #b3e5fc 0%, #ffffff 100%);
    overflow: hidden;
}

.ui-window {
    position: absolute;
    bottom: -10px;
    left: 20px;
    background: white;
    width: 220px;
    height: 140px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    padding: 15px;
}

.ui-title { font-size: 12px; font-weight: bold; margin-bottom: 10px; }

.line-graph {
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #eee;
    background: linear-gradient(90deg, transparent 0%, rgba(36, 161, 222, 0.1) 50%, transparent 100%);
}

.ui-badge {
    position: absolute;
    background: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 5px;
}

.ui-badge.top { top: 30px; right: 20px; border: 1px solid #e0e0e0; }
.ui-badge.bottom { top: 80px; right: 5px; color: #666; }

.dot { height: 6px; width: 6px; background: #2ecc71; border-radius: 50%; }

/* Content Section */
.banner-text {
    flex: 1;
    padding: 0 40px;
}

.banner-text .label {
    color: #24a1de;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 8px;
}

.banner-text h2 {
    font-size: 1.4rem;
    color: #111;
    margin-bottom: 10px;
}

.banner-text p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    max-width: 450px;
}

/* Button Section */
.banner-action {
    padding-right: 40px;
}

.btn-pill {
    background-color: #24a1de;
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: transform 0.2s;
    display: block;
}

.btn-pill:hover {
    background-color: #1a88bd;
    transform: translateY(-2px);
}

/* Responsive */
/* --- Mobile Optimization --- */

@media (max-width: 768px) {
    .announcement-bar {
        padding: 20px 15px;
    }

    .banner-inner {
        flex-direction: column;
        text-align: center;
        padding-bottom: 40px; /* Space for the button at the bottom */
        min-height: auto;
    }

    /* 1. Resize the visual container to act as a header */
    .visual-layers {
        width: 100%;
        flex: none;
        height: 180px; /* Sufficient height to show layers without taking up the whole screen */
    }

    /* 2. Scale down the UI window and badges so they don't look huge */
    .ui-window {
        width: 180px;
        height: 110px;
        left: 50%;
        transform: translateX(-50%); /* Center the "window" on mobile */
        bottom: 10px;
    }

    .ui-badge {
        font-size: 10px;
        padding: 4px 10px;
    }

    .ui-badge.top {
        top: 20px;
        right: 15%;
    }

    .ui-badge.bottom {
        top: 60px;
        right: 10%;
    }

    /* 3. Center and pad the text for readability */
    .banner-text {
        padding: 30px 25px 20px 25px;
        flex: none;
    }

    .banner-text h2 {
        font-size: 1.25rem; /* Slightly smaller for mobile headers */
        line-height: 1.3;
    }

    .banner-text p {
        font-size: 0.85rem;
        margin: 0 auto;
    }

    /* 4. Make the button feel "tappable" and full-width */
    .banner-action {
        padding: 0 25px;
        width: 100%;
    }

    .btn-pill {
        width: 100%; /* Full width button is easier for thumbs to hit */
        text-align: center;
        padding: 16px 0;
        font-size: 12px;
    }
}

/* Fix for very small screens (iPhone SE / Fold) */
@media (max-width: 380px) {
    .ui-badge.top, .ui-badge.bottom {
        display: none; /* Remove badges to prevent clutter on tiny screens */
    }
    .hero-content h1 {
        font-size: 2.5rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87d8a3d */.m2s-hardware {
  padding: 100px 5%;
  background: #f8fafc;
}

.m2s-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* HEADER */
.hardware-header {
  text-align: center;
  margin-bottom: 70px;
}

.hardware-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 15px;
}

.hardware-header p {
  color: #64748b;
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto;
}

/* BASE CARD */
.hardware-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  padding: 30px;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.hardware-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  border-color: #0ea5e9;
}

/* IMAGE GRID */
.hardware-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 25px;
}

.hardware-images img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-radius: 10px;
  background: #f8fafc;
  padding: 12px;
  border: 1px solid #e2e8f0;
}

/* SPLIT LAYOUT */
.hardware-card.split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

/* LARGE IMAGE */
.hardware-image-large {
  background: #f8fafc;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
}

.hardware-image-large img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* CONTENT */
.hardware-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.hardware-content p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.6;
}

/* FEATURES */
.hardware-features {
  margin: 15px 0 25px;
  padding-left: 18px;
}

.hardware-features li {
  margin-bottom: 8px;
  color: #475569;
  font-size: 14px;
}

/* CTA */
.hardware-cta {
  display: inline-block;
  background: #0ea5e9;
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.hardware-cta:hover {
  background: #0369a1;
}

/* MOBILE */
@media (max-width: 900px) {
  .hardware-images {
    display: flex;
    overflow-x: auto;
    gap: 12px;
  }

  .hardware-images img {
    min-width: 80%;
    height: 200px;
  }

  .hardware-card.split {
    grid-template-columns: 1fr;
  }

  .hardware-image-large {
    height: 280px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1fb89e *//* CTA SECTION */
.omni-cta {
  position: relative;
  min-height: 420px;
  background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  overflow: hidden;
  padding: 80px 24px;
}

/* DARK OVERLAY */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(2,6,23,0.72),
    rgba(2,6,23,0.88)
  );
}

/* CONTENT */
.cta-content {
  position: relative;
  max-width: 720px;
  text-align: center;
  z-index: 1;
  animation: fadeUp 0.8s ease both;
}

/* EYEBROW */
.cta-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-bottom: 22px;
  color: #e5e7eb;
}

/* HEADING */
.cta-content h2 {
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 22px;
}

/* TEXT */
.cta-content p {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* BUTTON */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0ea5e9;
  color: #ffffff;
  padding: 15px 38px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(14,165,233,0.45);
}

/* SUBTLE ANIMATION */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE OPTIMISATION */
@media (max-width: 768px) {

  .omni-cta {
    min-height: auto;
    padding: 90px 22px;
  }

  .cta-content h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .cta-content p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 34px;
  }

  .cta-button {
    width: 100%;
    max-width: 320px;
    padding: 15px 0;
  }
}/* End custom CSS */