/*
Theme Name: Mi Tema Personalizado
Author: Ariana
Version: 1.0
*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #111827;
}

a {
  text-decoration: none;
}

.hero-pro {
  min-height: 100vh;
  background:
    radial-gradient(circle at 70% 35%, rgba(123, 92, 255, 0.45), transparent 35%),
    linear-gradient(135deg, #050712 0%, #101323 50%, #050712 100%);
  color: white;
  padding: 24px 5% 80px;
}

.nav-pro {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 28px;
  font-weight: 800;
}

.logo span {
  color: #8b5cf6;
}

.menu {
  display: flex;
  gap: 36px;
}

.menu a {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
}

.nav-btn {
  background: linear-gradient(135deg, #7c3aed, #5b7cfa);
  color: white;
  padding: 15px 28px;
  border-radius: 12px;
  font-weight: 700;
}

.hero-grid {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 40px;
  align-items: center;
  padding-top: 80px;
}

.badge {
  display: inline-block;
  color: #c4b5fd;
  border: 1px solid rgba(139, 92, 246, 0.7);
  padding: 9px 16px;
  border-radius: 10px;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

.hero-text h1 {
  font-size: 64px;
  line-height: 1.05;
  margin: 0 0 25px;
  max-width: 720px;
}

.hero-text p {
  font-size: 21px;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  max-width: 620px;
}

.hero-actions {
  display: flex;
  gap: 18px;
  margin: 36px 0 55px;
}

.btn-primary,
.btn-secondary {
  padding: 17px 30px;
  border-radius: 12px;
  font-weight: 800;
  color: white;
}

.btn-primary {
  background: linear-gradient(135deg, #7c3aed, #4f7cff);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.35);
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.features strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.features p {
  font-size: 14px;
  margin: 0;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.mockup {
  background: linear-gradient(145deg, #111827, #1f1447);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 40px 100px rgba(0,0,0,0.45);
}

.laptop {
  width: 82%;
  min-height: 360px;
  margin-left: auto;
  border-radius: 26px;
  padding: 42px;
  transform: rotate(-3deg);
}

.mockup-header {
  height: 16px;
  background: rgba(255,255,255,0.12);
  border-radius: 50px;
  margin-bottom: 70px;
}

.laptop h3 {
  font-size: 38px;
  max-width: 430px;
  margin-bottom: 18px;
}

.laptop p {
  color: rgba(255,255,255,0.72);
}

.laptop a {
  display: inline-block;
  background: #6d5dfc;
  color: white;
  padding: 12px 18px;
  border-radius: 8px;
  margin-top: 20px;
}

.mobile {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 190px;
  min-height: 300px;
  border-radius: 30px;
  padding: 28px 20px;
}

.mobile h4 {
  font-size: 24px;
}

.mobile p {
  color: rgba(255,255,255,0.7);
}

.section {
  padding: 90px 7%;
  text-align: center;
}

.section-label {
  color: #5b35ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.section h2 {
  font-size: 42px;
  margin: 16px 0 12px;
}

.section-text {
  color: #667085;
  font-size: 18px;
  margin-bottom: 55px;
}

.cards {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 28px;
  text-align: left;
}

.card {
  background: white;
  border: 1px solid #edf0f5;
  box-shadow: 0 25px 70px rgba(16, 24, 40, 0.08);
  padding: 38px;
  border-radius: 24px;
}

.icon {
  width: 70px;
  height: 70px;
  background: #ede9fe;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 28px;
  margin-bottom: 32px;
}

.icon.pink {
  background: #fce7f3;
}

.icon.green {
  background: #dcfce7;
}

.card h3 {
  font-size: 24px;
}

.card p {
  color: #667085;
  line-height: 1.7;
}

.card a {
  color: #4f46e5;
  font-weight: 800;
}

.proyectos {
  background: #fafafa;
}

.project-grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 28px;
  text-align: left;
}

.project-img {
  height: 230px;
  border-radius: 18px;
  padding: 34px;
  color: white;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #111827, #6d28d9);
}

.project-img h3 {
  font-size: 30px;
  max-width: 300px;
}

.project-card h4 {
  font-size: 20px;
  margin: 18px 0 5px;
}

.project-card p {
  color: #4f46e5;
  font-weight: 700;
  margin: 0;
}

.arquitectura .project-img {
  background: linear-gradient(135deg, #111827, #92400e);
}

.fitness .project-img {
  background: linear-gradient(135deg, #f4f4f5, #e11d48);
  color: #111827;
}

.stats {
  background: #050712;
  color: white;
  padding: 55px 7%;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  text-align: center;
}

.stats strong {
  font-size: 42px;
}

.stats p {
  color: rgba(255,255,255,0.7);
}

@media (max-width: 900px) {
  .menu {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 100%;
  }

  .hero-text h1 {
    font-size: 44px;
  }

  .features,
  .cards,
  .project-grid,
  .stats {
    grid-template-columns: 100%;
  }

  .hero-visual {
    min-height: 420px;
  }

  .laptop {
    width: 100%;
  }

  .mobile {
    right: 20px;
  }
}