:root {
  --colorsbackgroundslight: rgba(245, 245, 245, 1);
  --wireframescolorstext-legibilityhigh-emphasis: rgba(23, 14, 43, 1);
}

.border-red{
    border: red solid;
  }

  /* 1920x1080 Desktop Layout */
  .responsive-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  
  .banner-image {
    width: 100%;
    height: auto;
    max-height: 870px;
    object-fit: cover;
  }
  
  .hero-section {
    position: relative;
    width: 100%;
  }
  
  /* Scale text for 1920px resolution */
  .hero-title {
    /* font-size: clamp(28px, 3vw, 48px); */
    font-size: clamp(28px, 2vw, 31px)
  }
  
  .hero-subtitle {
    font-size: clamp(16px, 1.5vw, 24px);
  }
  
  .cta-button {
    font-size: clamp(16px, 1.5vw, 20px);
    padding: clamp(15px, 1.5vw, 25px) clamp(30px, 3vw, 150px);
  }
  
  /* Responsive feature cards for 1920px */
  .features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Sempre 3 colunas */
    gap: 40px;
    max-width: 1600px;
    margin: 0 auto;
  }

  .feature-card {
    width: 100%;
    margin: 0 auto;
  }

  .feature-card .relative {
    height: 275px;
  }

  /* Responsive CTA section for 1920px */
  .cta-section {
    max-width: 1600px;
    margin: 0 auto;
  }
  
  .cta-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    min-height: 290px;
  }
  
  .cta-image {
    width: 100%;
    max-width: 715px;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
  }
  
  .cta-text-content {
    flex: 1;
    text-align: left;
    color: white;
  }
  
  .cta-title {
    font-size: clamp(36px, 3vw, 54px);
    font-weight: bold;
    margin-bottom: 30px;
  }
  
  .cta-description {
    font-size: clamp(18px, 1.5vw, 24px);
    margin-bottom: 40px;
    line-height: 1.6;
  }
  
  .cta-button-large {
    background: #f58634;
    color: white;
    padding: 27px 60px;
    border-radius: 18px;
    font-weight: bold;
    font-size: clamp(18px, 1.5vw, 24px);
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
  }

  /* Decorative elements scaled for 1920px */
  .decorative-large {
    width: 232px;
    height: 232px;
    /* top: 1250px;
    left: 90px; */
  }
  
  .decorative-medium {
    width: 187px;
    height: 187px;
    /* top: 1207px;
    right: 110px; */
  }
  
  .decorative-small {
    width: 90px;
    height: 90px;
  }
  
  .decorative-tiny {
    width: 32px;
    height: 32px;
  }
  
  /* Media queries for responsive behavior */
  @media (max-width: 1600px) {
    .features-container {
      gap: 30px;
    }
  }
  
  @media (max-width: 1200px) {
    .cta-text-content {
      text-align: center;
    }
  }
  
  @media (max-width: 1024px) {
    .hero-section{
      padding-top: 74px;
    }
  }
  
  @media (max-width: 980px) {
    .hero-section{
      padding-top: 100px;
    }
  }
  
  @media (max-width: 900px) {   
    .header-right {
      gap: clamp(4px, 1vw, 8px);
    }
    
    .header-buttons-section {
      gap: clamp(4px, 0.8vw, 8px);
    }
    
    .header-buttons {
      gap: clamp(2px, 0.5vw, 6px);
    }
  }
  
  @media (max-width: 659px) {
    .header-content-refactored{
      justify-content: center !important;
    }
    .hero-section{
      padding-top: 100px;
    }
  }

  @media (max-width: 640px) {
    .header-content-refactored {
      padding: 0 10px;
      height: 40px;
    }
    
    .header-logo {
      width: clamp(80px, 15vw, 120px);
      max-height: 40px;
    }
    
    .header-sales-text {
      display: none;
    }
    
    .header-buttons img {
      height: clamp(20px, 4vw, 32px);
    }
  }

  @media (max-width: 620px) {
    .header-div{
      padding-bottom: 103px !important;
    }
  }
  
  @media (max-width: 480px) {
    .header-content-refactored {
      padding: 0 8px;
      height: 37px;
    }
    
    .header-logo {
      width: clamp(70px, 18vw, 100px);
      max-height: 35px;
    }
    
    .header-right {
      gap: 4px;
    }
    
    .header-buttons-section {
      gap: 4px;
    }
    
    .header-buttons {
      gap: 2px;
    }
    
    .header-buttons img {
      height: clamp(18px, 5vw, 28px);
    }
  }

  
  @media (max-width: 480px) {
    .header-container {
      padding: 0 10px;
    }
    
    .header-content {
      gap: 5px;
    }
    
    .header-logo {
      width: clamp(100px, 25vw, 140px);
      height: clamp(28px, 7vw, 39px);
    }
    
    .header-button {
      padding: 8px;
      min-width: 40px;
    }
  }
/*   
  .footer-container {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 40;
    background: #005DAC;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-image-logo {
    max-height: 50px;
    height: auto;
    width: auto;
    object-fit: contain;
    align-self: flex-start;
  }


  .footer-image-ra {
    max-height: 100px;
    height: auto;
    width: auto;
    object-fit: contain;
  }

  .footer-container-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 250px;
    background: #0E4275;
    color: white;
    flex-wrap: wrap;
  }

  .footer-container-2 ul {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    align-items: center;
  }

  .footer-container-2 .footer-left a {
    font-weight: bold;
    text-decoration: underline;
  }
  .footer-container-2 a {
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 14px;
  }
  .footer-container-2 img {
    height: 24px;
    width: auto;
    object-fit: contain;
  }

  /* Responsividade (opcional) */
  /* @media (max-width: 768px) {
    .footer-container-2 {
      flex-direction: column;
      align-items: center;
      gap: 10px;
      padding: 20px;
      text-align: center;
    }

    .footer-container-2 ul {
      justify-content: center;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 600px) {
    .footer-container {
      flex-direction: column;
      gap: 10px;
      text-align: center;
    } 
  } */



  /* ==== FOOTER DESKTOP (lg e acima) ==== */
@media (min-width: 768px) {
  .footer-container {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 40;
    background: #005DAC;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 100px; /* ajusta padding para desktop */
  }

  .footer-image-logo {
    max-height: 50px;
    height: auto;
    width: auto;
    object-fit: contain;
    align-self: flex-start;
  }

  .footer-image-ra {
    max-height: 100px;
    height: auto;
    width: auto;
    object-fit: contain;
  }

  .footer-container-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 250px;
    background: #0E4275;
    color: white;
    flex-wrap: wrap;
  }

  .footer-container-2 ul {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    align-items: center;
  }

  .footer-container-2 .footer-left a {
    font-weight: bold;
    text-decoration: underline;
  }

  .footer-container-2 a {
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 14px;
  }

  .footer-container-2 img {
    height: 24px;
    width: auto;
    object-fit: contain;
  }
}

/* ==== FOOTER MOBILE (até 1023px) ==== */
@media (max-width: 768px) {
  .hughesnet_logo{
    max-height: 50px;
    padding: 4px 0px;
  }
  .footer-container {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 40;
    background: #005DAC;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    padding: 14px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-left-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-image-logo {
    max-height: 40px;
    height: auto;
    width: auto;
    object-fit: contain;
    align-self: flex-start;
  }

  .footer-image-ra {
    max-height: 80px;
    height: auto;
    width: auto;
    object-fit: contain;
    align-self: flex-start;
  }

  .footer-scroll-arrow {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
  }

  .footer-container-2 {
    background: #0E4275;
    color: white;
    padding: 20px;
  }

  .mobile-footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: center;
  }

  .footer-line-1 {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .follow-text {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 14px;
    color: white;
  }

  .social-link {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
  }

  .social-link:hover {
    transform: scale(1.1);
  }

  .social-link img {
    height: 24px;
    width: auto;
    object-fit: contain;
  }

  .footer-line-2 {
    display: flex;
    justify-content: center;
  }

  .copyright-text {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    text-align: center;
  }

  .footer-line-3 {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .policy-link {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
  }

  /* Ajustes para telas muito pequenas */
  @media (max-width: 320px) {
    .footer-line-1 {
      flex-direction: column;
      gap: 8px;
    }
    
    .footer-line-3 {
      flex-direction: column;
      gap: 8px;
    }
    
    .copyright-text {
      font-size: 10px;
    }
    
    .policy-link {
      font-size: 11px;
    }
  }
}

  
  /* Custom breakpoint for very small screens */
  @media (min-width: 480px) {
    .xs\:inline {
      display: inline !important;
    }
  }