@import url('globals.css');

* {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    background-color: rgba(22, 22, 23, .88);
    height: 50px;
}


.topo {
    display: flex;
    align-items: center;
}

.nav-menu ul {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 40px;
}

.nav-menu li {
    list-style: none;
}

.nav-menu a {
    text-decoration: none;
    color: #979797;
    font-size: 12px;
}

.nav-menu a:hover {
    color: #e4e4e4;
}

.icones .logo,
a {
    font-size: 15px;
    color: white
}

.fa-magnifying-glass,
.fa-bag-shopping {
    padding-left: 30px;
    font-size: 14px;
    color: #979797;
}

.fa-apple {
    font-size: 18px;
    color: #979797;
}

.fa-bag-shopping:hover {
    color: #e4e4e4;
}

.fa-magnifying-glass:hover {
    color: #e4e4e4;
}

.fa-apple:hover {
    color: #e4e4e4;
}


/* ===== ESTILOS DE ALINHAMENTO DAS SEÇÕES ===== */

.grid-container {
    display: flex;
    gap: 15px;
    margin: 15px 10px 20px 10px;
}

.iphone-17-pro {
    height: 600px;
    display: flex;
    padding: 30px;
    background-image: url('./assets/hero-iphone-17-pro-larga.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.iphone-air {
    height: 600px;
    display: flex;
    padding: 30px;
    margin: 15px 0 20px 0;
    background-image: url('assets/hero_iphone_air-larga.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.iphone-17 {
    height: 600px;
    display: flex;
    padding: 30px;
    margin: 15px 0 20px 0;
    background-image: url('assets/hero-iphone-17-larga.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.airpods {
    width: 50%;
    height: 650px;
    padding: 0;
    background-image: url('assets/air-pods-pro-3/promo_airpodspro_3_preorder__en.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smartwatch-11 {
    width: 50%;
    height: 650px;
    padding: 0;
    background-image: url('assets/apple-watch-series/promo_apple_watch_series_11_preo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smartwatch-se-3 {
    width: 50%;
    height: 650px;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    background-image: url('assets/apple-watch-se/promo_apple_watch_se_3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smartwatch-ultra-3 {
    width: 50%;
    height: 650px;
    padding: 40px;
    background-image: url('assets/apple-watch-ultra/promo_apple_watch_ultra3_preorde.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ipad-air {
    width: 50%;
    height: 650px;
    padding: 40px;
    background-image: url('assets/ipad-air/promo_ipad_air__bfbxzvw65c02_medi.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ipad-pro {
    width: 50%;
    height: 650px;
    padding: 40px;
    background-image: url('assets/ipad-pro/promo_ipadpro_avail__s271j89g8k.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.iphone-17-pro-info,
.iphone-17-info,
.iphone-air-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
}


/* ===== ESTILOS DE TIPOGRAFIA DAS SEÇÕES ===== */

.airpods-info,
.smartwatch-11-info,
.smartwatch-se-3-info,
.smartwatch-ultra-3-info,
.ipad-air-info,
.ipad-pro-info {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.airpods-info h1,
.smartwatch-11-info h1,
.smartwatch-se-3-info h1,
.ipad-air-info h1 {
    color: #000000;
    font-size: 36px;
    font-weight: 600;
    margin: 0%;
    padding: 0%;
    margin-top: 20px;
    text-align: center;
}

.smartwatch-ultra-3-info h2 {
    color: white;
    font-weight: lighter;
    font-size: 22px;
    width: 80%;
}

.airpods-info h2,
.smartwatch-11-info h2,
.smartwatch-se-3-info h2 {
    color: #242424;
    font-weight: lighter;
    font-size: 22px;
    width: 80%;
}

.ipad-pro-info h1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    margin: 0%;
    padding: 0%;
}

.ipad-pro h2 {
    color: #ffffff;
    font-size: 22px;
    width: 80%;
}

.ipad-air-info h2 {
    color: #242424;
    font-weight: bolder;
    font-size: 22px;
    width: 80%;
}

.adicionais-infos span a {
    font-size: 16px;
    font-weight: bold;
    font-weight: lighter;
    color: #838383;
    text-decoration: none;
    margin: 0% auto;
    padding: 0%
}

.adicionais-infos-ipad-pro span a {
    font-size: 16px;
    font-weight: bold;
    font-weight: lighter;
    color: #929292;
    text-decoration: none;
}

.adicionais-infos-ultra-3 span a {
    font-size: 16px;
    font-weight: bold;
    font-weight: lighter;
    color: #cfcfcf;
    text-decoration: none;
    margin: 0% auto;
    padding: 0%
}

.botoes-airpods,
.botoes-smartwatch-11,
.botoes-smartwatch-se-3,
.botoes-smartwatch-ultra-3,
.botoes-ipad-air,
.botoes-ipad-pro {
    display: flex;
    gap: 30px;
    margin-top: 15px;
    padding: 20px;
}

.airpods-btn-saiba-mais a,
.smartwatch-11-btn-saiba-mais a,
.smartwatch-se-3-btn-saiba-mais a,
.smartwatch-ultra-3-btn-saiba-mais a,
.ipad-air-btn-saiba-mais a,
.ipad-pro-btn-saiba-mais a {
    padding: 15px 30px 15px 30px;
    color: white;
    font-size: 16px;
    font-weight: lighter;
    border: none;
    background-color: rgb(19, 92, 252);
    border-radius: 30px;
    text-decoration: none;
}

.airpods-btn-comprar a,
.smartwatch-11-btn-comprar a,
.smartwatch-se-3-btn-comprar a,
.smartwatch-ultra-3-btn-comprar a,
.ipad-air-btn-comprar a,
.ipad-pro-btn-comprar a {
    padding: 15px 30px 15px 30px;
    color: rgb(19, 92, 252);
    font-size: 16px;
    font-weight: lighter;
    border: 1px solid rgb(19, 92, 252);
    border-radius: 30px;
    text-decoration: none;
}


.iphone-17-info h1 {
    color: #ffff;
    font-size: 56px;
    font-weight: bold;
    margin: 0%;
    padding: 0%;
    margin-top: 20px;
    text-align: center;
}

.iphone-air-info h1,
.iphone-17-pro-info h1 {
    color: #000000;
    font-size: 56px;
    font-weight: bold;
    margin: 0%;
    padding: 0%;
    margin-top: 20px;
    text-align: center;
}

.iphone-17-info h2 {
    color: #cfcfcf;
    font-size: 28px;
    font-weight: lighter;
    margin: 0%;
    padding: 0%;
    text-align: center;
}

.iphone-air-info h2,
.iphone-17-pro-info h2 {
    color: #222020;
    font-size: 28px;
    font-weight: lighter;
    margin: 0%;
    padding: 0%;
    text-align: center;
}

.smartwatch-11 img {
    padding: 20px;
    margin: 6px;
}


/* ===== ESTILOS DOS BOTÕES ===== */

.iphone-17-info a {
    color: #e4e4e4;
    border: 1px solid white;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: flex;
}

.iphone-air-info a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
    gap: 10px;
}

.btn-saiba-mais a,
.btn-row2-saiba a,
.btn-row3-saiba a {
    padding: 15px 30px 15px 30px;
    color: white;
    font-size: 16px;
    font-weight: lighter;
    border: none;
    background-color: rgb(19, 92, 252);
    border-radius: 30px;
    text-decoration: none;
}

.btn-comprar a,
.btn-row2-comprar a,
.btn-row3-comprar a {
    padding: 15px 30px 15px 30px;
    color: rgb(19, 92, 252);
    font-size: 16px;
    font-weight: lighter;
    border: 1px solid rgb(19, 92, 252);
    border-radius: 30px;
    text-decoration: none;
}

.iphone-17-info .botoes,
.botoes2,
.botoes3 {
    display: flex;
    gap: 30px;
    margin-top: 15px;
}

.btn-comprar a:hover,
.btn-row2-comprar a:hover,
.btn-row3-comprar a:hover,
.airpods-btn-comprar a:hover,
.smartwatch-11-btn-comprar a:hover,
.smartwatch-se-3-btn-comprar a:hover,
.smartwatch-ultra-3-btn-comprar a:hover,
.ipad-air-btn-comprar a:hover,
.ipad-pro-btn-comprar a:hover {
    background-color: rgb(19, 92, 252);
    color: white;
    font-weight: lighter;
}

.ipad-air {
    height: 650px;
    position: relative; 
}

 .ipad-pro .texto-efeito {
    height: 650px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 30px;
    bottom: auto;
 }

.texto-efeito {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}


.texto-efeito h2 {
  font-size: 16px;
  font-weight: lighter;
  background: linear-gradient(94deg,
    rgb(0, 144, 247),
    rgb(186, 98, 252),
    rgb(242, 65, 107),
    rgb(245, 86, 0)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.texto-efeito p {
  font-size: 12px;
  color: #555;
  margin-top: 5px;
}

/* ===== ESTILOS DO RODAPÉ ===== */

footer {
    background-color: #f5f5f7;
    color: #6e6e73;
    font-size: 12px;
    padding: 20px 0 0;
    line-height: 1.3;
}

.footer-container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 22px;
}

.footer-notes {
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d7;
}

.footer-notes p {
    margin-bottom: 1em;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.footer-nav-column h3 {
    font-size: 12px;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0 0 0.8em;
}

.footer-nav-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-column li {
    margin-bottom: 0.8em;
}

.footer-nav-column a {
    color: #424245;
    text-decoration: none;
    font-size: 12px;
}

.footer-nav-column a:hover {
    text-decoration: underline;
}

.footer-legal {
    padding: 15px 0;
    border-top: 1px solid #d2d2d7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    margin-right: 30px;
}

.footer-country {
    color: #424245;
    text-decoration: none;
}

.footer-country:hover {
    text-decoration: underline;
}