body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.container-black{
    background-color: black;
    color: white;   
    width: 100vm;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    box-sizing: border-box;
}

.container-black h1, h1, .container-grey h1 {
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    font-weight: bold;
}

.container-black .titulo {
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 90px;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    font-weight: bold;
}

.container-black .titulo2 {
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 170px;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    font-weight: bold;
}

.container-black p, p {
    color: #b0b0b0;
    font-size: 20px;
    text-align: center;
    margin: -10px auto 30px auto;
    max-width: 690px;
}

.container-black .p2 {
    color: #b0b0b0;
    font-size: 20px;
    text-align: center;
    margin: -10px auto 30px auto;
    max-width: 820px;
}

.container-black img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.container-grey {
    background-color: #f2f2f2;
    color: black;   
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2px 10px 140px 10px;
    box-sizing: border-box;
}


.container-grey p {
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin: -10px auto 30px auto;
    max-width: 620px;
}

.container-grey2 {
    background-color: #fafafa;
    color: black;   
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 40px 10px;
    box-sizing: border-box;
}

.container-grey2 h1 {
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -10px;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    font-weight: bold;
}

.container-grey2 .p2 {
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin: -10px auto 30px auto;
    max-width: 710px;
}

.container-grey .p3 {
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin: -10px auto 30px auto;
    max-width: 690px;
}


.topnav{
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height:  var(--nav-h);

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  gap: 16px;
  
  padding: 20px;
  border-bottom: 1px solid var(--glass-bd);

   background: rgba(255, 255, 255, 0.60); /* ajusta 0.60 a lo que quieras */
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  
  border-bottom: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 2px 12px rgba(163, 163, 163, 0.3);
  box-sizing: border-box;
 
  padding: 20px;
 
}

.topnav .brand{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;

    max-width: 150px; 
    margin: auto;

}

.topnav .menu {
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 0;
    margin: auto;
    flex-wrap: nowrap;        /* Mantiene todo en una línea */
    overflow-x: auto;        /* Permite desplazamiento horizontal si no cabe */
    scrollbar-width: none;    /* Oculta scrollbar en Firefox */
    
}



.img_hero {
    width: 100%;
    margin: 46px auto 130px;
    text-align: center;
}

.description {
    font-size: 20px;
    text-align: center;
}

.ordena {
    max-width: 750px;
    margin: 40px auto 30px auto;
}
.buy {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 20px;
    height: 20px;
    padding: 0 12px;
    background-color: #ff3333;
    color: hsl(0, 0%, 100%);
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px;
    margin: 0 auto 120px auto;
    gap: 8px;
    transition: all 0.3 ease;
}
.buy:hover {
    
    background-color: rgba(255, 51, 51, 0.616);
    color: hsl(0, 0%, 100%);
    cursor: pointer;
}

.buy_now {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 141px;
    height: 40px;
    padding: 0 12px;
    background-color: #ffffff;
    color: #ff4169;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #ff4169;
    border-radius: 30px;
    margin: 0 auto 120px auto;
    gap: 8px;
    transition: all 0.3 ease;
}

.buy_now:hover {
    background-color:  #ff4169;
    color: #ffffff;
    cursor: pointer;
}

.appstore-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: all 0.3 ease;
}

.contenedor {
    box-sizing: border-box;
    width: 100%;
    max-width: 1360px;
    margin: -5px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.cards {
    display: flex;
    flex-direction: column;
    background-color: #1b1b1d;
    width: 520px;
    min-height: 460px;
    border-radius: 20px;
    padding: 40px 60px 0 60px;
    box-sizing: border-box;
    color: #ffffff;
}

.cards h2 {
    color: #f5f5f7;
    font-size: 25px;
    font-weight: bold;
}

.cards p {
    color: #c3c2c5;
    margin-top: -15px;
    margin-bottom: 80px;
    font-size: 20.5px;
    text-align: left;
}

.card2 {
    padding-bottom: 35px;
}

.img1 {
    width: 360px;
    height: auto;
    left: -20px;
    display: block;
    position: relative;
}

.img2{
    width: 90px;
    height: auto;
    display: block;
    position: relative;
    left: -150px;
    top: -30px;
    margin-bottom: 0px;
}

.img3 {
    position: absolute;
    top: 0x;
    bottom: 0;
    right: 0;
    width: 550px;
    height: 100%;
    border-radius: 0 20px 80px 0;
}
.cards2 {
    display: flex;
    flex-direction: row;
    background-color: #1b1b1d;
    width: 1080px;
    min-height: 413px;
    border-radius: 20px;
    padding: 40px 60px 40px 60px;
    box-sizing: border-box;
    color: #ffffff;
    gap: 0;
    margin-top: 40px;
    position: relative;
    padding-right: 460px;
}
.cards3 {
    display: flex;
    flex-direction: row;
    background-color: lab(92.7% 0 -0.01);
    width: 1080px;
    min-height: 413px;
    border-radius: 20px;
    padding: 40px 60px 40px 60px;
    box-sizing: border-box;
    color: #ffffff;
    gap: 0;
    margin-top: 40px;
    position: relative;
    padding-right: 460px;
}
.cards2-texto, .cads3-texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}
.cards2 h2 {
    color: #f5f5f7;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cards3 h2 {
    color: hsl(0, 0%, 0%);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cards2 p {
    color: #c3c2c5;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20.5px;
    margin-left: -2px;
    max-width: 400px;
    text-align: left;
}

.cards3 p {
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20.5px;
    margin-left: -2px;
    max-width: 400px;
    text-align: left;
}
.cards2 video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 550px;
    height: 100%;
    border-radius: 0 20px 80px 0;
}

.contenerito {
    max-width: 900;
    margin: 120px auto 100 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 120px;
    justify-content: center;
}

.card3 {
    width: 370px;
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}

.card3-solo {
    width: 360px;
    padding-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 80px;
    margin-left: -480px;
}

.card3 h2, .card3-solo h2, .card4 h2 {
    color: #f5f5f7;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
}

.card3 p, .card3-solo p {
    color: #c3c2c5;
    font-size: 20px;
    margin: 0;
    text-align: left;
    width: 350px;
}

.raw-link {
    color: #026fc9;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    padding-right: 15px;
    position: relative;
}

.raw-link:hover {
    color: #358cd4;
    cursor: pointer;
}

.card3 img, .card3-solo img, .card4 img {
    width: 36px;
    height: 36px;
    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 15px;
}

.url {
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
}

.contenerito2 {
    max-width: 12000px;
    margin: 80px auto auto auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.card4 {
    width: 150px;
    min-height: 250px;
    margin-right: 120px;
    padding: 30px;
    box-sizing: 30px;
    position: relative;
    text-align: left;
}

.card4 p {
    color: #c3c2c5;
    font-size: 17px;
    margin: 0;
    text-align: left;
    width: 270px;
}

.contenerito3 {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 290px;
    justify-content: center;
    align-items: flex-start;
}

.card5 {
    width: 180px;
    min-height: 280px;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -230px;
}

.card5 .p2 {
    color: #000000;
    font-size: 17px;
    margin: 0;
    text-align: center;
    width: 220px;
    font-weight: bold;
}

.card5 .p3 {
    color: #000000;
    font-size: 17px;
    margin: 0;
    text-align: center;
    width: 170px;
    font-weight: bold;
}


.card5 img {
    width: 130px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

h1 .yellow {
    color: #ffcc00;
}

.contenerito4 {
    max-width: 1200px;
    margin: 15px auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.card6 {
    width: 320px;
    height: auto;
    padding: 15px 25px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #ededed;
    border-radius: 20px;
}

.card6 h2 {
    color: #000000;
    font-size: 19px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
}
.card6 p {
    color: #0f0f0f;
    font-size: 17px;
    margin: 0;
    text-align: center;
    width: 230px;
}


.card6 img {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.card6-1 {
    padding-bottom: 30px;
}

.contenerito5 {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 170px;
    align-items: flex-start;
    margin-top: 50px;
    padding: 0 40px;
}

.contenerito5 .izquierda {
    width: 55%;
    position: relative;
    overflow: visible;
}

.contenerito5 .izquierda img {
    width: 240%;
    height: auto;
    display: block;
    margin-left: -120%;
}

.contenerito5 .derecha {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 25px
}

.card7 {
    margin-top: 25px;
    background-color: #ffffff;
    padding: 40px 98px 40px 40px;
    border-radius: 20px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.card8 {
    background-color: #ec96b9;
    padding: 40px 40px 0px 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 370px;
}

.card8 img {
    margin-top: auto;
    margin-left: -30px;
    margin-bottom: 0;
}

.card7 h2, .card8 h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
}

.card7 p, .card8 p {
    font-size: 16px;
    margin-top: 1.5px;
    margin-bottom: 10px;
    text-align: left;
}

.card7 {
    width: 400px;
}
.card8 p {
    color: #fdf4f8;
    width: 430px;
}

.card8 h2 {
    color: #ffffff
}

.contenerito6 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1000px;
    margin: 40px auto 30px auto;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 30px;
}

.item {
    flex: 1;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.item img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
    display: block;
}

.item p {
   color: #000000;
   font-size: 16px;
   font-weight: bold;
   margin: 0; 
   width: 200px;


}

.link {
    color: #026fc9;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: -110px;
}

.link:hover {
    color: #358cd4;
}

.footerr {
    background-color: #f2f2f2;
    color: #333333;
    padding: 80px 40px;
    font-size: 14px;
}

.footer-links {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 40px 50px 40px;
}

.footer-colum {
    display: flex;
    flex-direction: column;
    min-width: 150px
}

.footer-colum h4 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    color: #0f0f0f;
}

.footer-colum a {
    text-decoration: none;
    color: #333333;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 10px;
}

.footer-colum a:hover {
    color: #575656;
}

.footer-legal {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 40px 0 40px;
    border-top: 1px solid #d0d0d0;
}

.footer-legal p {
    margin: 0 0 5px 0;
    color: #86868b;
    font-size: 12px;
}
/* --- Sección final tipo Pixelmator --- */
.buy-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 100px 20px;
  margin-top: 60px;
}

.buy-logo {
  width: 100px;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-bottom: 20px;
}

.buy-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 8px;
}

.buy-text {
  font-size: 16px;
  text-align: center;
  color: #444;
  margin-bottom: 30px;
}

/* --- Sección Pixelmator: Diseño principal --- */
.design-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin: 80px auto;
  max-width: 1200px;
  text-align: center;
}

/* Tarjetas base */
.design-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background-color: #111;
  color: #fff;
  border-radius: 12px;
  padding: 40px;
  width: 100%;
}

/* --- The Arrange tool (imagen ocupa toda la card) --- */
.design-card--full {
  flex-direction: column;
}

.design-card--full img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 20px;
}

/* --- Layer Styles (imagen centrada arriba del texto) --- */
.design-card--center {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.design-card--center img {
  width: 80%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* --- Layer-Based Editing (imagen a la derecha del texto) --- */
.design-card--side {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.design-card--side .design-card__text {
  flex: 1;
  text-align: left;
  padding-right: 20px;
}

.design-card--side img {
  width: 45%;
  height: auto;
  border-radius: 10px;
}
