    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --azul: #1a3a6b; --azul-dark: #0f2850;
      --dorado: #f0b429; --dorado-dark: #c9922a;
      --gris: #6b7280; --borde: #e5e7eb;
      --font: "Segoe UI", system-ui, -apple-system, sans-serif;
    }
    html { scroll-behavior: smooth; }
    body { font-family: var(--font); background: #eef1f6; color: #111827; }
    header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; height: 68px; background: rgba(255,255,255,0.97); box-shadow: 0 1px 0 rgba(0,0,0,0.08); }
    .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
    .logo-icon { width: 40px; height: 40px; background: var(--azul); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; font-weight: 800; }
    .logo-nombre { font-size: 16px; font-weight: 700; color: var(--azul); line-height: 1.1; }
    .logo-sub { font-size: 11px; font-weight: 600; color: var(--dorado-dark); letter-spacing: 1.5px; text-transform: uppercase; }
    nav { display: flex; align-items: center; gap: 4px; }
    nav a { font-size: 14px; font-weight: 500; color: #374151; text-decoration: none; padding: 7px 14px; border-radius: 6px; transition: background .15s; }
    nav a:hover, nav a.active { background: #e8f0fb; color: var(--azul); }
    .nav-cta { margin-left: 8px; background: var(--azul); color: #fff; border: none; padding: 10px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: var(--font); text-decoration: none; transition: background .15s; }
    .nav-cta:hover { background: var(--azul-dark); }
    .hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; flex-direction: column; gap: 5px; }
    .hamburger span { display: block; width: 22px; height: 2px; background: #374151; border-radius: 2px; }
    .hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; overflow: hidden; }
    .hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
    .hero-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(10,24,54,0.93) 0%, rgba(15,35,75,0.88) 100%); }
    .hero-body { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 100px 20px 48px; }
    .hero h1 { font-size: clamp(34px, 5vw, 62px); font-weight: 800; color: #fff; line-height: 1.05; letter-spacing: -2px; max-width: 800px; margin-bottom: 16px; animation: fu .6s ease both; }
    .hero-sub { font-size: clamp(15px, 1.8vw, 18px); font-weight: 300; color: rgba(255,255,255,0.80); max-width: 520px; line-height: 1.65; margin-bottom: 16px; animation: fu .6s .1s ease both; }
    #banner-descuento { display:none; animation: fu .4s ease both; margin-bottom: 14px; }
    .descuento-pill { display:inline-flex; align-items:center; gap:10px; background: linear-gradient(135deg, #16a34a, #15803d); color:#fff; font-size:15px; font-weight:700; padding:12px 24px; border-radius:50px; box-shadow: 0 4px 20px rgba(22,163,74,0.4); }
    .descuento-pill span.pct { font-size:22px; font-weight:900; }
    .hero-aviso { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(201,146,42,0.6); background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.92); font-size: 14px; font-weight: 500; padding: 12px 24px; border-radius: 8px; margin-bottom: 20px; animation: fu .6s .2s ease both; }
    .hero-aviso-icon { color: var(--dorado); }
    .form-glass { background: rgba(255,255,255,0.13); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.22); border-radius: 16px; padding: 28px; width: 100%; max-width: 560px; animation: fu .6s .3s ease both; position: relative; overflow: hidden; }
    .form-glass::before { content: ""; position: absolute; top: -20%; left: -20%; right: -20%; bottom: -20%; background: url("/logo-parking.webp") center/cover no-repeat; opacity: 0.15; mix-blend-mode: screen; pointer-events: none; z-index: 0; }
    .form-glass > * { position: relative; z-index: 1; }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
    .form-field { display: flex; flex-direction: column; gap: 6px; position: relative; }
    .form-field label { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: .4px; }
    .form-field input[type="date"] { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); border-radius: 8px; padding: 11px 14px; font-size: 14px; color: #fff; font-family: var(--font); outline: none; width: 100%; cursor: pointer; }
    .form-field input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(1) opacity(.7); cursor: pointer; position: absolute; left:0; top:0; width:100%; height:100%; opacity:0; } .form-field input[type="date"] { position:relative; }
    .hora-display { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); border-radius: 8px; padding: 11px 14px; font-size: 14px; color: #fff; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; -webkit-tap-highlight-color: rgba(255,255,255,0.1); min-height: 44px; }
    .hora-display:hover { background: rgba(255,255,255,0.18); }
    .hora-display:active { background: rgba(255,255,255,0.25); }
    .hora-backdrop { display:none; position:fixed; top:0;left:0;right:0;bottom:0; z-index:9998; background:rgba(0,0,0,0.5); }
    .hora-modal { display:none; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); z-index:9999; background:#fff; border-radius:14px; padding:22px; width:290px; max-width:95vw; box-shadow:0 20px 60px rgba(0,0,0,0.3); }
    .hora-modal-title { font-size:15px; font-weight:700; color:#1a3a6b; text-align:center; margin-bottom:16px; }
    .hora-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:5px; margin-bottom:12px; }
    .hora-grid button, .min-grid button { border-radius:7px; font-size:13px; font-weight:600; cursor:pointer; border:1.5px solid #e5e7eb; background:#fff; color:#374151; padding:9px 2px; }
    .hora-grid button.sel, .min-grid button.sel { background:#1a3a6b; border-color:#1a3a6b; color:#fff; }
    .min-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:6px; margin-bottom:16px; }
    .min-grid button { padding:12px 4px; font-size:15px; }
    .hora-confirmar { width:100%; padding:13px; background:#1a3a6b; color:#fff; border:none; border-radius:9px; font-size:15px; font-weight:700; cursor:pointer; }
    .form-divider { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: .5px; margin: 14px 0 8px; }
    .form-radio-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px; }
    .radio-opt input { display: none; }
    .radio-box { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.18); border-radius: 8px; padding: 10px 12px; cursor: pointer; transition: all .15s; }
    .radio-opt input:checked + .radio-box { border-color: var(--dorado); background: rgba(240,180,41,0.15); }
    .radio-box svg { width: 18px; height: 18px; stroke: rgba(255,255,255,0.6); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
    .radio-opt input:checked + .radio-box svg { stroke: var(--dorado); }
    .radio-name { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85); }
    .radio-sub { font-size: 11px; color: rgba(255,255,255,0.45); }
    .radio-opt input:checked + .radio-box .radio-name { color: var(--dorado); }
    .form-btn { width: 100%; background: var(--azul); color: #fff; border: none; padding: 14px; border-radius: 10px; font-size: 15px; font-weight: 600; font-family: var(--font); cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background .15s; }
    .form-btn:hover { background: var(--azul-dark); }
    .form-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
    .hero-btns { display: flex; justify-content: center; gap: 12px; margin-top: 20px; animation: fu .6s .4s ease both; }
    .btn-outline { background: rgba(255,255,255,0.10); color: #fff; border: 1px solid rgba(255,255,255,0.30); padding: 12px 26px; border-radius: 10px; font-size: 14px; font-weight: 500; font-family: var(--font); text-decoration: none; }
    .btn-outline:hover { background: rgba(255,255,255,0.18); }
    .stats-bar { position: relative; z-index: 2; display: flex; justify-content: center; border-top: 1px solid rgba(255,255,255,0.10); background: rgba(0,0,0,0.30); backdrop-filter: blur(8px); padding: 20px 40px; flex-wrap: wrap; }
    .stat { flex: 1; min-width: 100px; text-align: center; padding: 8px 20px; border-right: 1px solid rgba(255,255,255,0.10); }
    .stat:last-child { border-right: none; }
    .stat-num { font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -1px; }
    .stat-num em { font-style: normal; color: var(--dorado); }
    .stat-label { font-size: 11px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: .5px; margin-top: 3px; }
    .section { padding: 72px 20px; }
    .section.gris { background: #e4e9f2; }
    .section.blanco { background: #f0f4f9; }
    .sec-inner { max-width: 1100px; margin: 0 auto; }
    .sec-title { text-align: center; font-size: clamp(24px, 3vw, 36px); font-weight: 700; letter-spacing: -1px; margin-bottom: 10px; }
    .sec-sub { text-align: center; font-size: 16px; color: var(--gris); max-width: 500px; margin: 0 auto 48px; line-height: 1.6; }
    .features-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
    .feature-card { background: #fff; border: 1px solid var(--borde); border-radius: 14px; padding: 28px 24px; transition: box-shadow .2s; }
    .feature-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.07); }
    .ficon { width: 52px; height: 52px; background: rgba(240,180,41,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
    .ficon svg { width: 26px; height: 26px; stroke: var(--dorado-dark); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .feature-card h3 { font-size: 17px; font-weight: 600; margin-bottom: 8px; }
    .feature-card p { font-size: 14px; color: var(--gris); line-height: 1.65; }
    .services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
    .service-card { background: #fff; border: 1px solid var(--borde); border-radius: 14px; padding: 22px 18px; transition: box-shadow .2s, transform .2s; display: flex; flex-direction: column; }
    .service-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.08); transform: translateY(-2px); }
    .sicon { width: 44px; height: 44px; background: rgba(26,58,107,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
    .sicon svg { width: 22px; height: 22px; stroke: var(--azul); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .service-card h3 { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
    .service-card p { font-size: 13px; color: var(--gris); line-height: 1.6; margin-bottom: 12px; flex: 1; }
    .service-badge { display: inline-block; font-size: 10px; font-weight: 600; background: #e8f0fb; color: var(--azul); padding: 2px 8px; border-radius: 20px; margin-bottom: 6px; }
    .service-price { font-size: 18px; font-weight: 700; color: var(--azul); margin-top: auto; }
    .service-price span { font-size: 12px; font-weight: 400; color: var(--gris); }
    .sec-cta { text-align: center; margin-top: 40px; }
    .btn-primary { background: var(--azul); color: #fff; border: none; padding: 13px 30px; border-radius: 10px; font-size: 15px; font-weight: 600; font-family: var(--font); text-decoration: none; display: inline-block; transition: background .15s; }
    .btn-primary:hover { background: var(--azul-dark); }
    footer { background: #111827; color: rgba(255,255,255,0.55); padding: 48px 40px 28px; }
    .footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 32px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,0.08); }
    .footer-brand .logo-nombre { color: #fff; font-size: 17px; }
    .footer-brand .logo-sub { color: var(--dorado); }
    .footer-brand p { font-size: 13px; margin-top: 12px; max-width: 240px; line-height: 1.6; }
    .footer-col h4 { font-size: 12px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 14px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .footer-col a { font-size: 14px; color: rgba(255,255,255,0.50); text-decoration: none; transition: color .15s; }
    .footer-col a:hover { color: #fff; }
    .footer-bottom { max-width: 1100px; margin: 20px auto 0; font-size: 12px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
    .footer-bottom a { color: rgba(255,255,255,0.35); text-decoration: none; margin-left: 14px; }
    @keyframes fu { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
    @media (max-width: 1100px) { .services-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 900px) { .features-grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 800px) {
      .page { grid-template-columns: 1fr; padding: 16px 12px 80px; }
      .col-left { order: 1; }
      .col-right { order: 2; }
      header { padding: 0 16px; }
      nav { display: none; position: fixed; top: 68px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 12px 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 99; }
      nav.open { display: flex; }
      .nav-cta { display: none; }
      .hamburger { display: flex; }
      footer { padding: 40px 16px 24px; }
    }
    @media (max-width: 600px) {
      .features-grid, .services-grid { grid-template-columns: 1fr; }
      .form-grid, .form-radio-row { grid-template-columns: 1fr; }
      .stats-bar { padding: 12px 16px; }
      .stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); min-width: 50%; }
      .stat:last-child { border-bottom: none; }
    }
  
    .form-field input[type="date"] { width:100%; cursor:pointer; }
    .form-field { position:relative; cursor:pointer; }
    .field input[type="date"] { width:100%; cursor:pointer; }

  .faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
  .faq-item { background: #fff; border: 1px solid var(--borde); border-radius: 12px; overflow: hidden; transition: box-shadow .15s; }
  .faq-item[open] { box-shadow: 0 4px 18px rgba(15,35,75,0.08); }
  .faq-q { cursor: pointer; list-style: none; padding: 18px 22px; font-size: 16px; font-weight: 600; color: var(--azul); display: flex; justify-content: space-between; align-items: center; gap: 14px; }
  .faq-q::-webkit-details-marker { display: none; }
  .faq-q::after { content: "+"; font-size: 24px; font-weight: 700; color: var(--dorado-dark); line-height: 1; flex-shrink: 0; }
  .faq-item[open] .faq-q::after { content: "\2212"; }
  .faq-a { padding: 0 22px 20px; color: #374151; font-size: 15px; line-height: 1.7; }
  .faq-a p { margin: 0; }
