@charset "UTF8";

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    
}
/* Para navegadores Webkit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    display: none;
}

/* Para Firefox */
* {
    scrollbar-width: none; /* remove a barra */
}
html{
   background-color: #2c2c2c;
}

body{
    font-family: Arial, Helvetica, sans-serif;
}


.headerconteiner img{
   width: 100px;
   height: auto;

}
.headerconteiner{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;

}

.logo {
   width: 100px;
   transition: transform 0.3s ease;
 }

 .logo:hover {
   transform: scale(1.2);
 }
.navbar{
   
    background-color: #2c2c2c;
    padding: 1rem;
    position: sticky;
    top: 0;
    box-shadow: 0px 10px rgba(58, 57, 57, 0.086);
    z-index: 99;
}
.navbar>.headerconteiner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.navbar ul{
    display: flex;
    list-style: none;
    align-items: center;

}
.navicon{
    display: flex;
    align-items: center;

}
.navicon2{
   display: none;
}
.navicon img{
    width: 30px;
    cursor: pointer;
}
.navicon img:first-child{
    margin-right: 1rem;
}

 nav ul li{
    color: white;
    margin-right: 1.9rem;
    cursor: pointer ;
    transition: all 0.6s;
 }
 nav ul li:hover{
    transform: translateY(-3px);
    transition: all 0.4s;
    
    
 }
 nav ul li a{
   text-decoration: none;
   color: white;
 }
 .menu-button{
    display: none;
 }
 header{
    background-image: radial-gradient(#fff,#c7c7c7);
 }
 .header-bottom-side{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
 }
 .header-bottom-side-left h2{
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    max-width: 500px;
 }
.header-bottom-side-left p{
    line-height: 1.5rem;
    margin-bottom: 1.5rem;

}
.header-bottom-side-left button{
    background-color: #0084ff;
    border: none;
    padding: 0.8rem 3.8rem;
    border-radius: 99999px;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    transition: all .2s;
}
.header-bottom-side-left button:hover{
    background-color:#004c94;
}

 .header-bottom-side-left{
    height: 100%;
    flex-basis: 50%;

    
 }
 .header-bottom-side-right{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 50%;
 }
 .header-bottom-side-right img{
    width: 100%;
 }
 
 main{
    background-color: #ebebeb;
 }
 .cor-de-fundo{
    background-color: #2c2c2c;
 }
 .page-inner-content{
    max-width: 1280px;
    margin: 0 auto;
 }
 .cols{
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 4rem 4rem;
 }
 .cols3{
  
    display: flex;
    
 }
 .cols3 img{
    width: 100%;

 }
 .cols4 img{
    width: 99.5%;

 }
 .cols>img{
    width: 215px;
    height: 200px;
 }
 .cols4{
    grid-template-columns: repeat(4,1fr);
 }
 .cols>*{
    cursor: pointer;
    transition: all 0.2s;
 }
 .cols>*:hover{
    transform: translateY(-5px);
 }
 .selection-titulo{
    text-align: center;
    margin-top:4rem;
    font-size: 1.8rem;

 }
 .subtitulo{
    width: 100px;
    height: 5px;
    background-color: #0084ff;
    border-radius: 9999px;
    margin: 8px auto 0 auto;
 }
 .produto{
    color: #2c2c2c;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;

 }
 .produto-name{
    font-weight: 600;
    margin-top: .4rem;
 }
 .rate{
    color: #0084ff;
    font-size: 1.3rem;
 }
 .preço span{
    font-weight:600 ;
 }
 .exclusive{
   color: #fff;
   flex-direction: row-reverse;
   padding: 5rem 1rem;
 }
 .exclusive img{
   min-width: 450px;

 }

 

   .testemunhos{
      display: flex;
      padding: 4rem 1rem;
      justify-content: space-evenly;

 }
 .testemunho{
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   flex-basis: 30%;
   text-align: center;
   box-shadow: 0 0 15px #afafaf;
   padding: 1rem;
   border-radius: 1rem;
   cursor: pointer;
   transition: all 0.2s;
 }
 .testemunho:hover{
   transform: translateY(-5px);
 }
 .testemunho p{
   margin: 5px 0;
 }
 .testemunho p:first-child{
   font-weight: bold;
   font-size: 5rem;
   color: #0084ff;
   margin-top: 3rem;
   line-height: 2rem;
   
 }
 .testemunho p:last-child{
   font-weight: bold;
 }

 
 footer{
   background-color: #2c2c2c; 
 }
 .footer-content{
   display: flex;
   align-items: center;
   color: #8f8f8f;
   padding: 4rem 1rem;
   gap: 2rem;
 }
 .download-options>*{
   margin: 1rem 0;
 }
 .download-options p:first-child{
   font-weight: bold;
   color: #fff;
 }
 .download-options>div{
   display: flex;
 }
 .download-options>div img{
   width: 180px;
 }
 .logo-footer{
   text-align: center;
   max-width: 578px;

 }
 .logo-footer1{
   width: 200px;
 }

 

 .links-footer h3{
   color: #fff;
   margin-bottom: 0.3rem;
 }
 .links-footer ul{
   list-style: none;
  

 }
 .links-footer ul li{
   margin-bottom: 0.5rem;
   cursor: pointer;
   
 }
 .links-footer ul a{
   margin-bottom: 0.5rem;
   cursor: pointer;
   color: white;
   text-decoration: none;
 }
 .links-footer ul a:hover{
   color: rgb(185, 180, 180);
   text-decoration: underline;
 }
 .copyright{
   color: #fff;
   padding: 2rem 0;
   text-align: center;
 }

 /* destaque */





.container {
   text-align: center;
   max-width: 348px;
   margin: auto;
   padding: 20px;
   background-color: #8f8b8b61;
   border-radius: 10px;
   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
   margin-top: 50px;
   margin-bottom: 50px;
}
.container h2{
   color: white;
}
.carousel {
   display: flex;
   overflow: hidden;
   width: 100%;
   position: relative;
   border-radius: 10px;
}
.slides {
   display: flex;
   width: 500%;
   transition: transform 0.5s ease-in-out;
}
.slide {
   min-width: 100%;
   height: 300px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 24px;
   color: white;
   font-weight: bold;
   transition: 0.5s;
   position: relative;
}
.slide img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
   border-radius: 10px;
}
.slide .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 10px;
   font-size: 28px;
   font-weight: bold;
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.buttons {
   margin-top: 15px;
}
.cor-de-fundo button {
   padding: 12px 20px;
   cursor: pointer;
   border: none;
   background-color: #333;
   color: white;
   font-size: 16px;
   margin: 5px;
   border-radius: 5px;
   transition: 0.3s;
   width: 115px;
}

.indicators {
   margin-top: 10px;
}
.dot {
   height: 12px;
   width: 12px;
   margin: 0 5px;
   background-color: #bbb;
   border-radius: 50%;
   display: inline-block;
   transition: background-color 0.3s ease;
}
.active {
   background-color: #333;
}

.cor-de-fundo{
   padding: 1px;
}

  
/* =====================================================
   LEFT
===================================================== */

.header-bottom-side-left {
    width: 52%;
    max-width: 700px;
    position: relative;
    z-index: 5;
}


/* Pequeno badge */

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 8px 15px;
    margin-bottom: 20px;

    border-radius: 50px;

    background: rgba(0, 132, 255, 0.08);
    border: 1px solid rgba(0, 132, 255, 0.18);

    color: #0084ff;
    font-size: 14px;
    font-weight: 600;

    box-shadow: 0 5px 20px rgba(0, 132, 255, 0.08);
}


/* Título */

.header-bottom-side-left h2 {
    margin: 0;

    font-size: clamp(45px, 5vw, 76px);
    line-height: 1.02;

    font-weight: 800;
    letter-spacing: -3px;

    color: #111;
}


.header-bottom-side-left h2 span {
    display: block;

    color: #0084ff !important;

    text-shadow:
        0 5px 25px rgba(0, 132, 255, 0.15);
}


/* Subtítulo */

.header-bottom-side-left h3 {
    margin: 25px 0 12px;

    font-size: 21px;
    font-weight: 700;

    color: #181818;
}


/* Descrição */

.hero-description {
    max-width: 650px;

    margin: 0;

    color: #555;

    font-size: 16px;
    line-height: 1.75;
}


/* =====================================================
   BENEFÍCIOS
===================================================== */

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

    margin-top: 25px;
}


.benefit {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 11px 14px;

    background: rgba(255, 255, 255, 0.75);

    border: 1px solid rgba(0, 0, 0, 0.07);

    border-radius: 13px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.05);

    transition: 0.3s ease;
}


.benefit:hover {
    transform: translateY(-4px);

    border-color: rgba(0, 132, 255, 0.25);

    box-shadow:
        0 12px 30px rgba(0, 132, 255, 0.1);
}


.benefit > span {
    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #f0f7ff;

    font-size: 17px;
}


.benefit strong {
    display: block;

    color: #222;
    font-size: 12px;
}


.benefit small {
    display: block;

    margin-top: 2px;

    color: #888;
    font-size: 10px;
}


/* =====================================================
   BOTÕES
===================================================== */

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 25px;

    margin-top: 30px;
}


.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding: 15px 27px;

    border-radius: 12px;

    background: linear-gradient(
        135deg,
        #0084ff,
        #006fe6
    );

    color: white;
    text-decoration: none;

    font-size: 15px;
    font-weight: 700;

    box-shadow:
        0 10px 25px rgba(0, 132, 255, 0.25);

    transition: 0.3s ease;
}


.hero-button span {
    font-size: 20px;

    transition: 0.3s ease;
}


.hero-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 35px rgba(0, 132, 255, 0.35);
}


.hero-button:hover span {
    transform: translateX(5px);
}


.hero-link {
    color: #333;
    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    transition: 0.3s ease;
}


.hero-link span {
    color: #0084ff;
    margin-left: 5px;
}


.hero-link:hover {
    color: #0084ff;
}


/* =====================================================
   RIGHT / MACBOOK
===================================================== */

.header-bottom-side-right {
    width: 48%;
    height: 500px;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* Glow */

.product-glow {
    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    background: rgba(0, 132, 255, 0.13);

    filter: blur(70px);

    z-index: 0;
}


/* Círculos decorativos */

.product-circle {
    position: absolute;

    border: 1px solid rgba(0, 132, 255, 0.12);

    border-radius: 50%;
}


.circle-1 {
    width: 430px;
    height: 430px;
}


.circle-2 {
    width: 320px;
    height: 320px;

    border-color: rgba(0, 132, 255, 0.08);
}


/* Produto */

.product-image {
    position: relative;

    width: 95%;

    z-index: 2;

    animation: macFloat 5s ease-in-out infinite;
}


.product-image img {
    width: 100%;
    height: auto;

    display: block;

    object-fit: contain;

    filter:
        drop-shadow(0 30px 25px rgba(0, 0, 0, 0.20))
        drop-shadow(0 10px 40px rgba(0, 132, 255, 0.12));
}


@keyframes macFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(-1deg);
    }
}


/* =====================================================
   CARD FLUTUANTE
===================================================== */

.floating-card {
    position: absolute;

    right: 5%;
    bottom: 45px;

    z-index: 5;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 11px 15px;

    background: rgba(255, 255, 255, 0.9);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, 0.8);

    border-radius: 14px;

    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.12);

    animation: cardFloat 4s ease-in-out infinite;
}


.floating-card > span {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #111;

    color: white;

    font-size: 17px;
}


.floating-card strong {
    display: block;

    color: #222;

    font-size: 12px;
}


.floating-card small {
    display: block;

    color: #888;

    font-size: 10px;

    margin-top: 2px;
}


@keyframes cardFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}


/* =====================================================
   RESPONSIVO
===================================================== */

@media (max-width: 1000px) {

    .header-bottom-side {
        padding: 60px 5%;
    }

    .header-bottom-side-left {
        width: 55%;
    }

    .header-bottom-side-right {
        width: 45%;
    }

    .product-image {
        width: 110%;
    }

    .header-bottom-side-left h2 {
        font-size: 48px;
    }

    .hero-benefits {
        gap: 8px;
    }

    .benefit {
        padding: 9px;
    }
}


@media (max-width: 750px) {

    .header-bottom-side {
        min-height: auto;

        flex-direction: column;

        padding: 55px 20px 70px;

        text-align: center;
    }

    .header-bottom-side-left {
        width: 100%;
        max-width: 600px;
    }

    .hero-badge {
        margin-bottom: 18px;
    }

    .header-bottom-side-left h2 {
        font-size: clamp(40px, 10vw, 58px);

        letter-spacing: -2px;
    }

    .header-bottom-side-left h2 span {
        margin-top: 5px;
    }

    .header-bottom-side-left h3 {
        font-size: 18px;
    }

    .hero-description {
        font-size: 14px;
        line-height: 1.7;
    }

    .hero-benefits {
        justify-content: center;
    }

    .hero-buttons {
        justify-content: center;
    }

    .header-bottom-side-right {
        width: 100%;
        height: 370px;

        margin-top: 20px;
    }

    .product-image {
        width: 100%;
    }

    .product-circle.circle-1 {
        width: 320px;
        height: 320px;
    }

    .product-circle.circle-2 {
        width: 250px;
        height: 250px;
    }

    .floating-card {
        right: 8%;
        bottom: 20px;
    }
}


@media (max-width: 480px) {

    .header-bottom-side {
        padding: 45px 16px 55px;
    }

    .header-bottom-side-left h2 {
        font-size: 39px;
    }

    .header-bottom-side-left h3 {
        font-size: 16px;
    }

    .hero-description {
        font-size: 13px;
    }

    .hero-benefits {
        display: grid;
        grid-template-columns: 1fr;

        text-align: left;
    }

    .benefit {
        width: 100%;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .hero-button {
        width: 100%;
    }

    .header-bottom-side-right {
        height: 300px;
    }

    .product-image {
        width: 115%;
    }

    .floating-card {
        right: 3%;
        bottom: 10px;
    }
}

#hero-product-image {
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
}

#hero-product-image.image-changing {
    opacity: 0;
    transform: scale(0.94);
}
