:root {
  --ink: #07152e;
  --ink-2: #0b2346;
  --electric: #176bff;
  --cyan: #31d7ff;
  --sky: #e9f5ff;
  --paper: #f7faff;
  --line: #cfe0f5;
  --white: #fff;
  --muted: #52647d;
  --success: #1ad39b;
  --shadow: 0 24px 70px rgba(7, 21, 46, .16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 8% 12%, rgba(49, 215, 255, .13), transparent 24rem),
    radial-gradient(circle at 92% 35%, rgba(23, 107, 255, .10), transparent 30rem),
    var(--paper);
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; background: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--electric); text-transform: uppercase; letter-spacing: .15em; font-size: .77rem; font-weight: 900; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; box-shadow: 10px 0 20px currentColor; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; margin: 0 0 .65em; }
h1 { font-size: clamp(2.65rem, 7vw, 5.7rem); max-width: 15ch; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); max-width: 22ch; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
p { margin: 0 0 1.05em; }
.lead { max-width: 62ch; color: #dcecff; font-size: clamp(1.08rem, 2vw, 1.28rem); }
.muted { color: var(--muted); }
.mini { font-size: .86rem; }
.topline { background: var(--electric); color: white; font-size: .9rem; }
.topline .container { min-height: 42px; display: flex; justify-content: flex-end; align-items: center; gap: 22px; }
.topline a { font-weight: 850; text-decoration: none; }
.topline .wa::before { content: "●"; color: #8affdc; margin-right: 7px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(7, 21, 46, .94); color: white; backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; min-width: 230px; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; margin-right: 11px; }
.brand-copy { line-height: 1.05; }
.brand-copy strong { display: block; font-size: .98rem; letter-spacing: .01em; }
.brand-copy span { color: var(--cyan); font-size: .73rem; letter-spacing: .11em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 25px; }
.main-nav a { color: #e5f2ff; text-decoration: none; font-size: .91rem; font-weight: 750; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--cyan); }
.header-call { display: inline-flex; align-items: center; gap: 9px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; text-decoration: none; font-weight: 900; }
.menu-button { display: none; color: white; border: 1px solid rgba(255,255,255,.25); background: transparent; border-radius: 12px; padding: 9px 12px; font-weight: 800; }
.hero { position: relative; isolation: isolate; min-height: 720px; color: white; display: grid; align-items: center; overflow: hidden; background: var(--ink); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,21,46,.98) 0%, rgba(7,21,46,.88) 42%, rgba(7,21,46,.28) 78%, rgba(7,21,46,.55) 100%), url('/assets/hero-guadalajara.jpg') center/cover no-repeat; }
.hero::before { content: ""; position: absolute; width: 470px; height: 470px; left: -190px; bottom: -230px; z-index: -1; border: 1px solid rgba(49,215,255,.3); border-radius: 50%; box-shadow: 0 0 100px rgba(23,107,255,.28); }
.hero-content { padding: 110px 0 118px; max-width: 760px; }
.hero .eyebrow { color: var(--cyan); }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 12px 20px; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--electric), #4f8dff); color: white; font-weight: 900; text-decoration: none; box-shadow: 0 12px 32px rgba(23,107,255,.32); }
.button:hover { transform: translateY(-2px); }
.button.secondary { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.22); box-shadow: none; }
.button.whatsapp { background: #0faa79; }
.hero-proof { display: grid; grid-template-columns: repeat(3, max-content); gap: 25px; margin-top: 38px; color: #c9dcf5; font-size: .88rem; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: "✓"; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: rgba(49,215,255,.15); color: var(--cyan); font-weight: 900; }
.section { padding: 96px 0; }
.section.compact { padding: 68px 0; }
.section.dark { background: var(--ink); color: white; }
.section.blue { background: linear-gradient(135deg, #0f5cf1, #123e9e); color: white; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-heading p { max-width: 54ch; color: var(--muted); }
.dark .section-heading p, .blue .section-heading p { color: #c9dcf5; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card, .entity-card, .contact-card { position: relative; overflow: hidden; padding: 28px; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 16px 44px rgba(19,57,108,.07); }
.feature-card::before { content: ""; position: absolute; width: 110px; height: 110px; right: -50px; top: -55px; border-radius: 50%; background: rgba(23,107,255,.1); }
.feature-card .number { color: var(--electric); font-weight: 950; font-size: 2.2rem; line-height: 1; margin-bottom: 38px; }
.feature-card p, .entity-card p { color: var(--muted); }
.entity-card { text-decoration: none; transition: .25s ease; }
.entity-card:hover { transform: translateY(-5px); border-color: var(--electric); box-shadow: var(--shadow); }
.entity-card .arrow { color: var(--electric); font-weight: 950; }
.signal-box { padding: 34px; border-radius: var(--radius); background: linear-gradient(145deg, #fff, #eef6ff); border: 1px solid var(--line); box-shadow: var(--shadow); }
.signal-list { display: grid; gap: 14px; margin: 22px 0 0; padding: 0; list-style: none; }
.signal-list li { position: relative; padding: 14px 16px 14px 48px; background: white; border-radius: 15px; border: 1px solid var(--line); }
.signal-list li::before { content: ""; position: absolute; left: 17px; top: 18px; width: 14px; height: 14px; border-radius: 4px; background: var(--electric); box-shadow: 0 0 0 6px rgba(23,107,255,.1); }
.city-art { position: relative; min-height: 370px; display: grid; align-items: end; border-radius: var(--radius); background: linear-gradient(145deg, #07152e, #123e9e); overflow: hidden; box-shadow: var(--shadow); }
.city-art::before { content: "GUADALAJARA"; position: absolute; top: 28px; left: 30px; color: rgba(255,255,255,.08); font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 950; letter-spacing: -.06em; }
.city-art img { position: relative; width: 100%; padding: 25px 25px 0; filter: drop-shadow(0 -12px 30px rgba(49,215,255,.25)); }
.carousel { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow); }
.slides { position: relative; min-height: 560px; }
.slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .55s ease, visibility .55s; }
.slide.active { opacity: 1; visibility: visible; }
.slide img { width: 100%; height: 560px; object-fit: cover; }
.slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,21,46,.92), rgba(7,21,46,.15) 70%); }
.slide-copy { position: absolute; z-index: 2; left: clamp(24px, 7vw, 78px); bottom: clamp(55px, 11vw, 105px); max-width: 530px; color: white; }
.slide-copy p { color: #d8e8fb; }
.slide-copy .pill { display: inline-flex; background: rgba(49,215,255,.14); color: var(--cyan); border: 1px solid rgba(49,215,255,.3); padding: 7px 11px; border-radius: 999px; font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.carousel-controls { position: absolute; z-index: 5; bottom: 22px; right: 22px; display: flex; align-items: center; gap: 8px; }
.carousel-controls button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: white; background: rgba(7,21,46,.72); cursor: pointer; font-size: 1.1rem; }
.dots { position: absolute; z-index: 5; bottom: 33px; left: 28px; display: flex; gap: 8px; }
.dot { width: 28px; height: 4px; border: 0; padding: 0; border-radius: 99px; background: rgba(255,255,255,.35); cursor: pointer; }
.dot.active { background: var(--cyan); }
.comparison { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.15); }
.comparison article { padding: 38px; }
.comparison article:first-child { background: rgba(255,255,255,.06); }
.comparison article:last-child { background: rgba(23,107,255,.25); }
.comparison ul { margin: 0; padding-left: 20px; color: #dbeaff; }
.faq { max-width: 900px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; padding: 24px 50px 24px 0; cursor: pointer; font-weight: 900; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 5px; top: 18px; font-size: 1.75rem; color: var(--electric); }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); padding: 0 45px 22px 0; }
.map-shell { min-height: 430px; border-radius: var(--radius); background: linear-gradient(145deg, #dcecff, #f5fbff); border: 1px solid var(--line); display: grid; place-items: center; overflow: hidden; text-align: center; }
.map-shell iframe { width: 100%; height: 430px; border: 0; }
.map-placeholder { max-width: 470px; padding: 36px; }
.map-placeholder svg { width: 55px; color: var(--electric); }
.map-placeholder button { cursor: pointer; }
.source-list { display: grid; gap: 10px; padding-left: 20px; }
.source-list a { color: var(--electric); font-weight: 800; }
.page-hero { background: linear-gradient(135deg, var(--ink), #0d3a83); color: white; padding: 85px 0 92px; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); max-width: 20ch; }
.page-hero .lead { max-width: 70ch; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; color: #a9c5e8; font-size: .85rem; }
.breadcrumbs a { color: var(--cyan); }
.content { max-width: 850px; }
.content h2 { margin-top: 1.65em; }
.content h3 { margin-top: 1.5em; }
.content ul { padding-left: 22px; }
.notice-box { margin: 28px 0; padding: 24px; border-left: 4px solid var(--electric); border-radius: 0 18px 18px 0; background: var(--sky); }
.inline-cta { margin-top: 40px; padding: 30px; background: var(--ink); color: white; border-radius: 24px; }
.inline-cta p { color: #d3e4fa; }
.site-footer { padding: 65px 0 110px; background: #041024; color: #d8e8fb; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 38px; }
.site-footer h3 { color: white; }
.site-footer a { color: #d8e8fb; text-decoration: none; }
.footer-links { display: grid; gap: 9px; }
.footer-brand { max-width: 430px; }
.footer-brand .brand { color: white; margin-bottom: 20px; }
.legal-line { border-top: 1px solid rgba(255,255,255,.12); margin-top: 42px; padding-top: 24px; color: #90a8c5; font-size: .82rem; }
.mobile-actions { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 980px) {
  .main-nav { position: absolute; display: none; left: 20px; right: 20px; top: 76px; padding: 20px; flex-direction: column; align-items: stretch; background: #07152f; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .menu-button { display: inline-flex; }
  .header-call { display: none; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 15px; }
}

@media (max-width: 720px) {
  body { font-size: 15.5px; }
  .container { width: min(100% - 28px, 1180px); }
  .topline .container { justify-content: space-between; gap: 8px; font-size: .78rem; }
  .topline .label { display: none; }
  .nav-shell { min-height: 72px; }
  .brand { min-width: 0; }
  .brand img { width: 46px; height: 46px; }
  .brand-copy strong { font-size: .87rem; }
  .brand-copy span { font-size: .63rem; }
  .hero { min-height: 690px; }
  .hero::after { background: linear-gradient(90deg, rgba(7,21,46,.97), rgba(7,21,46,.72)), url('/assets/hero-guadalajara.jpg') 65% center/cover no-repeat; }
  .hero-content { padding: 80px 0 100px; }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; }
  .section { padding: 70px 0; }
  .grid-2, .grid-3, .comparison, .footer-grid { grid-template-columns: 1fr; }
  .slides, .slide img { min-height: 520px; height: 520px; }
  .slide-copy { left: 24px; right: 24px; bottom: 85px; }
  .dots { bottom: 30px; }
  .carousel-controls { bottom: 16px; }
  .mobile-actions { position: fixed; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; bottom: 10px; left: 10px; right: 10px; z-index: 40; }
  .mobile-actions a { min-height: 48px; border-radius: 14px; box-shadow: 0 10px 25px rgba(7,21,46,.3); }
  .site-footer { padding-bottom: 120px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
