<style>
*{margin:0;padding:0;box-sizing:border-box;}

body{
  font-family:'Inter',sans-serif;
  color:white;
  overflow-x:hidden;
  background:#0b0f1a;
}

/* BACKGROUND */
.hero-bg{
  position:fixed;
  inset:0;
  background-image:
    linear-gradient(rgba(10,12,20,0.35), rgba(10,12,20,0.45)),
    url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d");
  background-size:cover;
  background-position:center;
  z-index:-2;
}

/* CAPA PARA ASEGURAR LEGIBILIDAD */
.overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.25);
  z-index:-1;
}

/* NAV */
nav{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:28px 70px;
  position:relative;
  z-index:10;
}

/* LOGO */
.logo{
  display:flex;
  align-items:center;
  gap:12px;
}

.logo span{
  font-size:34px;
  font-weight:800;
}

.logo span strong{
  color:#4ea1ff;
}

.logo-icon{
  width:38px;
  height:38px;
}

/* LINKS */
.nav-links{
  display:flex;
  gap:45px;
  list-style:none;
}

.nav-links a{
  color:#d6e2ff;
  text-decoration:none;
  font-size:18px;
  font-weight:500;
}

/* HERO */
.hero{
  text-align:center;
  padding:150px 20px 80px;
  position:relative;
  z-index:5;
}

.hero h1{
  font-size:62px;
  font-weight:800;
  margin-bottom:18px;
  line-height:1.1;
}

.hero p{
  font-size:20px;
  color:#c8d6f0;
  max-width:800px;
  margin:0 auto;
}

.tagline{
  margin-top:28px;
  display:inline-block;
  padding:10px 22px;
  border:1px solid rgba(255,255,255,0.25);
  border-radius:12px;
  color:#9ec6ff;
}

/* SERVICES */
section{
  padding:90px 70px;
  position:relative;
  z-index:5;
}

.section-title{
  font-size:38px;
  margin-bottom:25px;
}

.cards{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:22px;
}

.card{
  background:rgba(255,255,255,0.06);
  padding:28px;
  border-radius:14px;
  backdrop-filter: blur(8px);
}

/* FOOTER */

.wa-inline{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:10px;
  color:#25D366;
  text-decoration:none;
  font-size:14px;
}

.wa-inline img{
  width:18px;
  height:18px;
}

.footer-line{
  margin-top:30px;
  border-top:1px solid rgba(255,255,255,0.1);
}

.footer-bottom{
  text-align:right;
  font-size:13px;
  color:#8ea0b8;

  /* 👇 ESTO ES LO IMPORTANTE */
  margin-top:80px;
  padding-bottom:25px;
}

footer{
  padding:35px 70px;
  display:flex;
  justify-content:space-between;
  border-top:1px solid rgba(255,255,255,0.12);
  font-size:14px;
  color:#a9b8d6;
  position:relative;
  z-index:5;
padding-bottom:60px;
}

footer a{
  color:#4ea1ff;
  text-decoration:none;
}

/* RESPONSIVE */
@media(max-width:768px){
  nav{padding:20px;}
  .hero h1{font-size:40px;}
  section{padding:60px 20px;}
  footer{flex-direction:column;gap:10px;text-align:center;}
}


.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:40px;
  flex-wrap:wrap;
}

.footer-col h4{
  margin-bottom:12px;
  font-size:14px;
  color:#4ea1ff;
}

.footer-col a{
  display:block;
  color:#cfd8ee;
  text-decoration:none;
  margin-bottom:8px;
  font-size:14px;
}

.footer-col p{
  color:#cfd8ee;
  font-size:14px;
}

.footer img {
width:24px !important;
height:auto;
}

.about .photo-box img {
width:250px;
height:auto;
}

img {
max-width:100%;
height:auto;
}

.about .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}



.about .photo-box img{
  width:100%;
  height:100%;
  object-fit:cover;
mask-image:radial-gradient(circle, black 85%, transparent 100%)
 }
.about .photo-box{
  width:360px;
  height:460px;
  border-radius:18px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.15);
background-color:linear-gradient(135deg, #d1d5db, #e5e7eb);

}


.about .about-text {
  max-width: 500px;
}

.whatsapp-icon {
  width: 24px;
  height: auto;
}
 
.contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
}



.photo-box img {
  width: 380px;
  height: auto;
  border-radius: 12px;
}

.about-text {
  max-width: 550px;
}

.wa-inline img,
.phone-row img{
  width:16px;
  height:16px;
  object-fit:contain;
}

.phone-row,
.wa-inline{
  display:flex;
  align-items:center;
  gap:8px;
}

.container{
  display:flex;
  align-items:center;
  justify-content:flex-start; /* 👈 clave */
  gap:100px;

  max-width:1100px;  /* 👈 crea aire en los costados */
  margin:0 auto;     /* 👈 lo mantiene centrado en pantalla */

  min-height:100vh;
  padding:0 60px;
}

.name{
  font-size:52px;
  font-weight:800;
  margin-bottom:6px;
}

.subtitle{
  font-size:22px;
  font-weight:600;
  color:#4ea1ff;
  margin-bottom:20px;
}

.content p{
  font-size:16.5px;
  line-height:1.7;
  color:#cfd8ee;
  margin-bottom:14px;
}

.contact{
  margin-top:20px;
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:15px;
  color:#cfd8ee;
}


</style>
