 body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        color: #333;
        background: #fff;
        text-align: center;
    }

    h1, h2, h3 {
        font-weight: 600;
    }
    
    h4 {
        font-weight: 150;
        text-align: left;
    }

    .logo {
        margin-top: 50px;
        font-size: 22px;
        color: #e10000;
        font-weight: bold;

    }
    
    .legal {
        width: 100%;
        max-width: 100%;
        margin: auto;
        
    }
    .legal p{
        width: 100%;
        font-size:10pt;
        text-align: left;
        margin: auto;
        
    }
    .contain {
        width: 100%;
        margin: auto;
        background: #f5f5f7;
    }
    .contain p {
        width: 60%;
        margin: auto;
    }
    .container {
        width: 70%;
        max-width: 90%;
        margin: auto;
    }
    .logo-image {
        width: 8%;
        margin: 20px auto;
    }
    .glass-image {
        width: 27%;
        margin: 20px auto;
    }
    .robo-image {
        width: 24%;
        margin: 20px auto;
    }
    .heroe-image {
        width: 400px;
        margin: 20px auto;
    }
    .elevated-image {
        width: 65px;
        margin: 20px auto;
    }
    
    .he-image {
        width: 260px;
        margin: 20px auto;
    }
    
    .iphone-image {
        height: 200px;
        margin: 20px auto 0;
    }
    .mac-image {
        height: 200px;
        margin: 20px auto 0;
    }
    .gota-image {
        width: 65px;
        margin: 20px auto;
    }
    .bateria-image {
        width: 27%;
        margin: 40px auto;
    }
    .mensaje-image {
        width: 12%;
        margin: 40px auto;
    }
    
    .cartas {
        display: inline-grid;    
        grid-template-columns: 1fr 1fr; /* dos columnas iguales */    
        gap: 3rem;
        margin-bottom: 30px;
    }
    .carts {   
        gap: 3rem;
        margin-bottom: 30px;
    }
    .cards {
        display: grid;    
        grid-template-columns: 1fr 1fr;    
        gap: 3rem;
        margin-top: 3%;
        margin-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1000px;
    }
   .car {
        padding: 25px;
        border-radius: 12px;
        transition: 0.3s;
    }
    .card {
        padding: 25px;
        border-radius: 12px;
        background: #f5f5f5;
        transition: 0.3s;
    }

    .card:hover {
        background: #eaeaea;
    }

    .card-icon {
        font-size: 40px;
        margin-bottom: 10px;
        color: #d60000;
    }

    button {
        padding: 12px 25px;
        margin-top: 20px;
        background: #f5f5f5;
        color: #666;
        border-radius: 24px;
        font-size: 16px;
        cursor: pointer;
        border: 1px solid #000;
    }

    button:hover {
        background:  #eaeaea;
    }

    .footer-text {
        font-size: 12px;
        color: #666;
        margin: 40px 0;
        line-height: 1.5;
        text-align: left;
    }
   .conte {
      background: #f5f5f7;
      border-radius: 20px;
      padding: 30px;
      align-items: center;
      justify-content: space-between;
      max-width: 1000px;
      margin: auto;
    }
       
   .contenedor {
      background: #f5f5f7;
      border-radius: 20px;
      padding: 30px;
      max-width: 1000px;
      margin: auto;
      position: relative;  
      min-height: 300px;
    }

    .texto {
      width: 55%;
      text-align: left;
    }

    .texto h2 {
      margin-top: 0;
      font-size: 28px;
      color: #1d1d1f;
    }

    .texto p {
      color: #6e6e73;
      line-height: 1.5;
      font-size: 16px;
    }

    .boton {
      display: inline-block;
      margin-top: 16px;
      padding: 10px 18px;
      border: 1px solid #ccc;
      border-radius: 20px;
      text-decoration: none;
      color: #000;
      font-size: 14px;
      background: #fff;
        
    }

    .imagen {
      width: 40%;
      position: absolute;  
      bottom: 0;           
      right: 8%;


    }

    .imagen img {
      width: 180px;
    }

    .watch {
      position: absolute;  
      bottom: 0;           
      right: 0;


    }

    .watch img {
      width: 300px;
    }

    .mactv {
      width: 40%;
      position: absolute;  
      bottom: 40px;           
      right: 8%;


    }

    .mactv img {
      width: 250px;
    }
    
    .airpods {
      width: 40%;
      position: absolute;  
      bottom: 0;           
      right: 8%;


    }

    .airpods img {
      width: 180px;
    }


    .espacio {
     padding: 40px;
    }
    
    .faq_cont h2 {
        text-align: center;
        margin: 60px auto 0px;
    }
    .faq {
        column-count: 2;
        column-gap: 100px;
        column-rule: 2px outset #ccc;
        text-align: left;
    }


/* ---------- RESPONSIVE ---------- */
 @media (max-width: 768px) {
    .contenedor {
      min-height: 650px;
    }

    .texto {
      width: 100%;
    }
    
    .mac-image {
        height: 100px;
        margin: 20px auto 0;
    }
    
    .imagen {
      right: 60%;
      transform: translateX(50%); /* centrado horizontal */
      bottom: 0;
    }
     
    .imagen img {
      width: 100px;
    }

    .watch{
      right: 0;
      bottom: 0;
    }
    .watch img {
      width: 180px;
    }

    .mactv {
      right: 70%;
      transform: translateX(46%); /* centrado horizontal */
      bottom: 7%;
    }
    .mactv img {
      width: 150px;
    }
     
    .airpods {
      right: 60%;
      transform: translateX(50%); /* centrado horizontal */
      bottom: 0;
    }
    .airpods img {
      width: 140px;
    }

     .logo-image {
       width: 30%;
       margin: 20px auto;
    }
     .cartas {
       display: initial;
       grid-template-columns: 1fr;
       margin-top: 20px;
       margin-bottom: 30px;
     }
     .mensaje-image {
        width: 40%;
        margin: 40px auto;
    }
     .cards {
       grid-template-columns: 1fr;
       gap: 1rem;
       margin-top: 3%;
       margin-bottom: 5%;
    }
     .faq {
            column-count: 1;
    }
}