:root {
  --blue: #0b5bcb;
  --blue-2: #0f75db;
  --blue-dark: #073b85;
  --sky: #eef7ff;
  --sky-2: #ddecfb;
  --white: #ffffff;
  --cream: #fbf7f1;
  --sand: #e6d8c7;
  --wood: #7b563d;
  --text: #17324d;
  --muted: #67798d;
  --shadow: 0 24px 70px rgba(7, 59, 133, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fff 0%, #f7fbff 46%, #fff 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 6vw;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(11,91,203,.08);
}
.brand img { width: 180px; height: auto; }
.nav { display: flex; align-items: center; gap: 26px; font-weight: 650; color: var(--blue-dark); }
.nav a { transition: .2s ease; }
.nav a:hover { color: var(--blue); }
.nav-cta { padding: 12px 18px; background: var(--blue); color: white !important; border-radius: 999px; box-shadow: 0 10px 26px rgba(11,91,203,.22); }

.section-pad { padding: 90px 6vw; }
.compact { padding-top: 62px; padding-bottom: 62px; }
.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 58px;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: 90px;
  background: radial-gradient(circle, rgba(15,117,219,.16), transparent 64%);
  pointer-events: none;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2.7rem, 6vw, 5.75rem);
  line-height: .94;
  letter-spacing: -0.07em;
  color: var(--blue-dark);
  margin-bottom: 26px;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: var(--blue-dark);
  margin-bottom: 18px;
}
h3 { font-size: 1.35rem; color: var(--blue-dark); margin-bottom: 12px; }
p { line-height: 1.7; color: var(--muted); }
.lead { font-size: 1.22rem; max-width: 680px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  transition: .2s ease;
}
.btn-primary { background: linear-gradient(135deg, var(--blue), var(--blue-2)); color: white; box-shadow: 0 14px 34px rgba(11,91,203,.25); }
.btn-secondary { background: white; color: var(--blue-dark); border: 1px solid rgba(11,91,203,.16); }
.btn:hover { transform: translateY(-2px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.trust-row span { padding: 10px 14px; border-radius: 999px; background: var(--sky); color: var(--blue-dark); font-weight: 700; font-size: .92rem; }
.hero-media { position: relative; }
.hero-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 36px; box-shadow: var(--shadow); }
.floating-card {
  position: absolute;
  left: -26px;
  bottom: 38px;
  width: 245px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 20px 55px rgba(7,59,133,.18);
  backdrop-filter: blur(12px);
}
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { color: var(--blue-dark); margin-bottom: 4px; }
.floating-card span { color: var(--muted); font-size: .9rem; line-height: 1.45; }

.intro {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 44px;
  align-items: end;
  background: var(--white);
}
.intro p:last-child { font-size: 1.1rem; }
.section-title { max-width: 760px; }
.centered { text-align: center; margin-inline: auto; }
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.card {
  padding: 30px;
  background: white;
  border: 1px solid rgba(11,91,203,.08);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(7,59,133,.08);
}
.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: var(--sky);
  color: var(--blue);
  font-weight: 900;
}
.process { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); color: white; }
.process h2, .process .eyebrow, .process p { color: white; }
.process .eyebrow { opacity: .8; }
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.timeline div { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.timeline strong { display: block; margin-bottom: 10px; font-size: 1.1rem; }
.timeline p { opacity: .84; margin-bottom: 0; }
.gallery {
  display: grid;
  grid-template-columns: 1.3fr .85fr .85fr;
  grid-template-rows: 280px 280px;
  gap: 18px;
  margin-top: 44px;
}
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: 0 18px 44px rgba(7,59,133,.1); }
.gallery-main { grid-row: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: .4s ease; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption { position: absolute; left: 16px; bottom: 16px; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.9); color: var(--blue-dark); font-weight: 800; }
.rent { background: var(--cream); }
.rent-card {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 48px;
  align-items: center;
  padding: 44px;
  background: white;
  border-radius: 38px;
  box-shadow: var(--shadow);
}
.rent-card img { height: 520px; width: 100%; object-fit: cover; border-radius: 28px; }
.check-list { list-style: none; padding: 0; margin: 24px 0 30px; display: grid; gap: 12px; }
.check-list li { color: var(--text); font-weight: 700; }
.check-list li:before { content: "✓"; color: var(--blue); font-weight: 900; margin-right: 10px; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; background: white; }
details { border-bottom: 1px solid rgba(11,91,203,.12); padding: 20px 0; }
summary { cursor: pointer; color: var(--blue-dark); font-size: 1.1rem; font-weight: 850; }
details p { margin: 14px 0 0; }
.location-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  padding: 42px;
  border-radius: 38px;
  background: linear-gradient(135deg, var(--sky), white);
  border: 1px solid rgba(11,91,203,.1);
}
.map-embed {
  min-height: 340px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 16px 40px rgba(7,59,133,.12);
  border: 1px solid rgba(11,91,203,.12);
  background: white;
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  display: block;
}
.map-open {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: var(--blue-dark);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(7,59,133,.14);
}
.map-open:hover { transform: translateY(-2px); }
.map-placeholder span { color: var(--blue-dark); font-weight: 900; font-size: 1.3rem; }
.map-placeholder small { color: var(--muted); margin-top: 8px; }
.footer { padding: 36px 6vw; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(11,91,203,.1); background: white; }
.footer img { width: 160px; }
.footer p { margin: 0; font-size: .95rem; }

@media (max-width: 1040px) {
  .hero, .intro, .rent-card, .faq, .location-card { grid-template-columns: 1fr; }
  .cards-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: auto; }
  .floating-card { left: 22px; }
}
@media (max-width: 720px) {
  .site-header { align-items: flex-start; }
  .brand img { width: 145px; }
  .nav { display: none; }
  .section-pad { padding: 64px 5vw; }
  h1 { font-size: 3rem; }
  .cards-grid, .timeline, .gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery figure, .gallery-main { height: 310px; grid-row: auto; }
  .rent-card, .location-card { padding: 24px; border-radius: 28px; }
  .rent-card img { height: 340px; }
  .footer { flex-direction: column; align-items: flex-start; }
}

.rent-address {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--blue);
  background: rgba(18, 104, 216, 0.07);
  border-radius: 0 16px 16px 0;
}

.rent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.map-link {
  text-decoration: none;
  color: inherit;
}

.map-link:hover {
  transform: translateY(-2px);
}

/* Información comercial de renta */
.rent-card-expanded {
  align-items: stretch;
}

.specialties-box {
  margin-top: 28px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(11,91,203,.07), rgba(123,86,61,.06));
  border: 1px solid rgba(11,91,203,.10);
}

.specialties-box h3 {
  margin-bottom: 16px;
}

.specialties-grid,
.amenities-grid {
  display: grid;
  gap: 12px;
}

.specialties-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.specialties-grid span,
.amenities-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 750;
  line-height: 1.35;
}

.specialties-grid span:before,
.amenities-grid span:before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  box-shadow: 0 0 0 5px rgba(11,91,203,.08);
}

.rent-photo-stack {
  display: grid;
  gap: 16px;
}

.rent-photo-stack > img {
  height: 360px;
}

.rent-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rent-mini-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(7,59,133,.10);
}

.amenities-card {
  margin-top: 28px;
  padding: 38px;
  border-radius: 38px;
  background: white;
  box-shadow: var(--shadow);
  border: 1px solid rgba(11,91,203,.08);
}

.amenities-title {
  max-width: 780px;
  margin-bottom: 28px;
}

.amenities-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: 8px;
}

.rent-note {
  margin: 28px 0 0;
  padding: 16px 18px;
  border-radius: 999px;
  background: var(--sky);
  color: var(--blue-dark);
}

.rent-address {
  border-left-color: var(--blue);
}

@media (max-width: 1040px) {
  .amenities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .specialties-grid,
  .amenities-grid,
  .rent-mini-grid { grid-template-columns: 1fr; }
  .amenities-card { padding: 24px; border-radius: 28px; }
  .rent-photo-stack > img,
  .rent-mini-grid img { height: 260px; }
  .rent-note { border-radius: 22px; }
}
