:root {
  --bg: #07111f;
  --bg2: #0f172a;
  --text: #0f172a;
  --muted: #64748b;
  --line: #e2e8f0;
  --blue: #0ea5e9;
  --blue2: #2563eb;
  --cyan: #22d3ee;
  --white: #fff;
  --soft: #f8fafc;
  --shadow: 0 24px 70px rgba(2, 8, 23, 0.16);
  --radius: 28px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--text);
  background: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 14px 0;
  transition: 0.25s;
}
.site-header.scrolled {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
}
.nav-wrap {
  width: min(1160px, 94vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px);
  border-radius: 999px;
  padding: 10px 14px 10px 18px;
  box-shadow: 0 12px 40px rgba(2, 8, 23, 0.12);
}
.brand img {
  height: 44px;
  width: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
  padding: 11px 14px;
  border-radius: 999px;
}
.nav-links a:hover {
  background: #e0f2fe;
  color: #0369a1;
}
.nav-cta {
  background: #0f172a !important;
  color: #fff !important;
}
.menu-button {
  display: none;
  background: #0f172a;
  border: 0;
  border-radius: 16px;
  padding: 10px;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.menu-button span {
  height: 2px;
  background: #fff;
  border-radius: 999px;
  width: 100%;
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #06101f;
  color: #fff;
  padding: 130px 0 86px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.86), rgba(2, 8, 23, 0.75)),
    url("./img/fondo1.jpg") center/cover;
  filter: saturate(1.05);
}
.hero:after {
  content: "";
  position: absolute;
  right: -20%;
  top: 10%;
  width: 60vw;
  height: 60vw;
  background: radial-gradient(
    circle,
    rgba(14, 165, 233, 0.36),
    transparent 62%
  );
  filter: blur(10px);
}
.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7dd3fc;
}
.eyebrow.dark {
  color: #0369a1;
}
.hero h1 {
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.94;
  margin: 0 0 24px;
  letter-spacing: -0.07em;
}
.hero-text {
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
  color: #cbd5e1;
  margin: 0 0 34px;
  max-width: 660px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  color: #fff;
  box-shadow: 0 16px 35px rgba(37, 99, 235, 0.35);
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}
.btn-card {
  background: #0f172a;
  color: #fff;
  width: 100%;
  margin-top: auto;
}
.full {
  width: 100%;
}
.trust-row {
  margin-top: 34px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.trust-row span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 14px;
  border-radius: 999px;
  color: #e2e8f0;
  font-weight: 700;
}
.hero-card {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.04)
  );
  border-radius: 44px;
  padding: 44px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-card img {
  width: min(390px, 72%);
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.25));
}
.metric-card {
  position: absolute;
  background: #fff;
  color: #0f172a;
  border-radius: 24px;
  padding: 16px 18px;
  box-shadow: var(--shadow);
  min-width: 150px;
}
.metric-card strong {
  display: block;
  font-size: 22px;
}
.metric-card span {
  font-size: 13px;
  color: #64748b;
  font-weight: 700;
}
.metric-card.one {
  left: 20px;
  bottom: 36px;
}
.metric-card.two {
  right: 26px;
  top: 48px;
}
.section {
  padding: 90px 0;
}
.intro-section {
  background: #fff;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.intro-grid h2,
.section-heading h2,
.about h2,
.contact-card h2 {
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin: 0;
}
.intro-grid p:last-child {
  font-size: 19px;
  line-height: 1.75;
  color: #475569;
}
.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px;
}
.section-heading p:last-child {
  color: #64748b;
  line-height: 1.7;
}
.pricing {
  background: #f8fafc;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.price-card.featured {
  border-color: #38bdf8;
  box-shadow: 0 28px 80px rgba(14, 165, 233, 0.22);
  transform: translateY(-12px);
}
.popular {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #0ea5e9;
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
}
.badge {
  display: inline-flex;
  background: #e0f2fe;
  color: #0369a1;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.price-head h3 {
  font-size: 27px;
  margin: 18px 0 8px;
}
.price {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.05em;
  margin: 0;
  color: #0f172a;
}
.price small {
  font-size: 14px;
  color: #ef4444;
  letter-spacing: 0;
}
.price span {
  font-size: 14px;
  color: #2563eb;
  letter-spacing: 0;
}
.price-card ul {
  padding: 0;
  margin: 24px 0;
  list-style: none;
  display: grid;
  gap: 13px;
}
.price-card li {
  color: #475569;
  line-height: 1.45;
  padding-left: 28px;
  position: relative;
}
.price-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0ea5e9;
  font-weight: 900;
}
.add-ons {
  background: #fff;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.soft-card {
  border-radius: var(--radius);
  background: linear-gradient(145deg, #f8fafc, #fff);
  border: 1px solid #e2e8f0;
  padding: 34px;
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.06);
}
.soft-card .icon {
  font-size: 36px;
  color: #0284c7;
}
.soft-card h3 {
  font-size: 28px;
  margin: 14px 0 10px;
}
.soft-card p {
  color: #64748b;
  line-height: 1.7;
}
.services {
  background: #06101f;
  color: #fff;
}
.section-heading.light p:last-child {
  color: #cbd5e1;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-grid article {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  padding: 28px;
  backdrop-filter: blur(12px);
}
.service-grid span {
  font-size: 34px;
}
.service-grid h3 {
  font-size: 22px;
  margin: 16px 0 8px;
}
.service-grid p {
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0;
}
.about {
  background: #fff;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: center;
}
.about p {
  color: #64748b;
  line-height: 1.75;
}
.values-grid {
  display: grid;
  gap: 16px;
}
.values-grid article {
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
}
.values-grid h3 {
  margin: 0 0 8px;
}
.values-grid p {
  margin: 0;
}
.faq {
  background: #f8fafc;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.faq-grid article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}
.faq-grid h3 {
  margin: 0 0 10px;
}
.faq-grid p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}
.contact {
  background: #fff;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}
.contact-visual {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding-top: 20px;
}
.contact-visual img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 34px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}
.contact-note {
  position: relative;
  width: 100%;
  max-width: 380px;
  margin-top: 10px;
  padding: 20px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
  text-align: center;
  z-index: 2;
}
.contact-note strong,
.contact-note span {
  display: block;
}
.contact-note strong {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}
.contact-note span {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}
.contact-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 34px;
  padding: 34px;
  box-shadow: var(--shadow);
}
form {
  display: grid;
  gap: 15px;
  margin-top: 26px;
}
label {
  font-size: 14px;
  font-weight: 800;
  color: #334155;
  display: grid;
  gap: 8px;
}
input,
textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  outline: none;
  background: #fff;
  transition: 0.2s;
}
input:focus,
textarea:focus {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 4px #e0f2fe;
}
textarea {
  resize: vertical;
}
.form-alert {
  padding: 13px 14px;
  border-radius: 16px;
  font-weight: 800;
  text-align: center;
}
.form-alert.success {
  background: #dcfce7;
  color: #15803d;
  border: 1px solid #86efac;
}
.form-alert.error {
  background: #fee2e2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}
.footer {
  background: #06101f;
  color: #cbd5e1;
  padding-top: 60px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 34px;
}
.footer-logo {
  width: 180px;
  margin-bottom: 16px;
  filter: invert(1);
  color: #fff;
}
.footer h3 {
  color: #fff;
  margin: 0 0 12px;
}
.footer p {
  line-height: 1.65;
}
.footer a {
  display: block;
  margin: 8px 0;
  color: #e0f2fe;
  font-weight: 700;
}
.copyright {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px;
  margin-top: 40px;
  color: #94a3b8;
}
@media (max-width: 900px) {
  .contact-visual {
    gap: 36px;
    margin-top: 36px;
    padding-top: 10px;
  }
  .contact-visual img {
    max-width: 280px;
  }
  .contact-note {
    max-width: 320px;
    margin-top: 0;
    padding: 18px 16px;
  }
  .contact-note strong {
    font-size: 17px;
  }
  .contact-note span {
    font-size: 14px;
  }
  .menu-button {
    display: flex;
  }
  .nav-links {
    position: absolute;
    left: 3vw;
    right: 3vw;
    top: 74px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    box-shadow: var(--shadow);
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a {
    text-align: center;
  }
  .hero-content,
  .intro-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-top: 118px;
  }
  .hero-card {
    min-height: 310px;
    order: -1;
  }
  .price-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }
  .price-card.featured {
    transform: none;
  }
  .two-col,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 68px 0;
  }
}
@media (max-width: 560px) {
  .nav-wrap {
    border-radius: 24px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-card {
    display: none;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .price {
    font-size: 38px;
  }
  .contact-card {
    padding: 24px;
  }
  .section-heading {
    text-align: left;
  }
  .trust-row span {
    font-size: 13px;
  }
}