    /* ══════════════════════════════════════════
       HERO – CONTACTO
    ══════════════════════════════════════════ */
    .hero-contacto {
      position: relative; height: 420px;
      overflow: hidden;
      display: flex; align-items: flex-end;
      background-image: url("../../img/contacto-banner-1.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .hero-bg {
      position: absolute; inset: 0;
      background: linear-gradient(125deg, #001C33 0%, #002540 45%, #003358 100%);
    }
    .hero-bg::before {
      content: ''; position: absolute; inset: 0;
      background:
        radial-gradient(ellipse at 80% 25%, rgba(36,157,167,0.24) 0%, transparent 55%),
        radial-gradient(ellipse at 15% 85%, rgba(239,72,87,0.13) 0%, transparent 45%);
    }
    .hero-bg::after {
      content: ''; position: absolute; inset: 0;
      background-image: repeating-linear-gradient(
        -48deg, transparent, transparent 60px,
        rgba(255,255,255,0.014) 60px, rgba(255,255,255,0.014) 61px
      );
    }
    
    .hero-content-c {
      position: relative; z-index: 2;
      padding: 0 60px 52px; width: 100%;
    }
    .hero-breadcrumb {
      display: flex; align-items: center; gap: 8px;
      font-size: 0.75rem; color: rgba(255,255,255,0.5);
      font-weight: 500; letter-spacing: 0.06em; margin-bottom: 14px;
    }
    .hero-breadcrumb a { color: var(--teal); }
    .hero-breadcrumb span { color: rgba(255,255,255,0.3); }
    .hero-label {
      font-size: 0.75rem; font-weight: 700; letter-spacing: 0.2em;
      text-transform: uppercase; color: var(--teal); margin-bottom: 8px;
    }
    .hero-title-c {
      font-size: clamp(2.2rem, 5vw, 4rem);
      font-weight: 900; color: var(--white);
      line-height: 0.95;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      padding-left: 60px;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.344);
    }
    .hero-title-c em {
      display: block; color: transparent;
      -webkit-text-stroke: 2px rgb(255, 255, 255);
      font-style: normal;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.344);
    }
    .hero-subtitle-c {
      font-size: 0.95rem; color: rgba(255,255,255,0.55);
      font-weight: 400; line-height: 1.6; margin-top: 16px; max-width: 480px;
    }

    /* ══════════════════════════════════════════
       MAIN SECTION – SPLIT LAYOUT
    ══════════════════════════════════════════ */
    .section-info {
      background: var(--offwhite);
      padding: 80px 60px;
    }

    .section-info-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 420px;
      gap: 60px;
      align-items: start;
    }
    .info-left {
      display: flex;
      flex-direction: column;
      height: 100%;
     }

     .section-info .info-left img {
      width: 100%;
      max-width: 650px;
      height: auto;
      margin-top: auto;
     }

    .section-tag {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--darkblue);
      margin-bottom: 10px;
      display: flex; align-items: center; gap: 8px;
    }
    .section-tag::before {
      content: '';
      display: inline-block;
      width: 24px; height: 2px;
      background: var(--darkblue);
      border-radius: 2px;
    }
    .section-title {
      font-size: clamp(1.7rem, 3vw, 2.5rem);
      font-weight: 400;
      color: var(--darkblue);
      line-height: 1.15;
      margin-bottom: 8px;
      letter-spacing: -0.02em;
    }
    
    .section-title em {
      color: var(--lightblue);
      font-style: normal;
      font-weight: 800;
    }

    .section-subtitle {
      font-size: 0.95rem;
      color: var(--darkblue);
      font-weight: 500;
      margin-bottom: 28px;
    }

    /* Formulario flotante */
    .form-card {
      background: var(--darkblue);
      border-radius: 12px;
      padding: 36px 32px;
      box-shadow: 0 8px 40px rgba(0,28,51,0.12);
      position: sticky;
      top: 90px;
    }
    .form-card h3 {
      font-size: 1.1rem;
      font-weight: 800;
      color: var(--white);
      text-align: center;
      margin-bottom: 24px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }
    .form-card p {
      text-align: center;
      font-size: 0.78rem;
      color: var(--white);
      margin-bottom: 24px;
    }
    .form-group { margin-bottom: 24px; }
    .form-row { display: flex; gap: 10px; }
    .form-row .form-group { flex: 1; }
    .form-group label {
      display: block;
      font-size: 0.72rem;
      font-weight: 600;
      color: var(--white);
      margin-bottom: 5px;
      text-transform: uppercase;
      letter-spacing: 0.06em;
    }
    .form-group input,
    .form-group select {
      width: 100%;
      padding: 11px 14px;
      border: 1.5px solid #e0e4ea;
      border-radius: 6px;
      font-size: 0.85rem;
      color: var(--navy);
      background: var(--offwhite);
      transition: border-color var(--transition);
      outline: none;
    }
    .form-group input:focus,
    .form-group select:focus { border-color: var(--teal); background: var(--white); }
    .phone-row { display: flex; gap: 8px; }
    .phone-prefix {
      width: 68px; min-width: 68px;
      padding: 11px 10px;
      border: 1.5px solid #e0e4ea;
      border-radius: 6px;
      font-size: 0.85rem;
      color: var(--navy);
      background: var(--offwhite);
      text-align: center;
      font-weight: 600;
    }
    .privacy-row {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 16px;
      font-size: 0.75rem;
      color: var(--white);
    }
    .privacy-row input[type="checkbox"] { width: 15px; height: 15px; accent-color: var(--teal); }
    .privacy-row a { color: var(--white); font-weight: 600; }
    .btn-submit {
      width: 100%;
      background: #fff200;
      color: var(--darkblue);
      border: none;
      padding: 14px;
      border-radius: 6px;
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      transition: all var(--transition);
    }
    .btn-submit:hover { background: #00ffff; box-shadow: 0 6px 20px rgba(255, 255, 255, 0.117); transform: translateY(-1px); }

    /* ══════════════════════════════════════════
       SECTION – SEDE PRINCIPAL / MAPA
    ══════════════════════════════════════════ */
    .section-sede {
      background: var(--white);
      padding: 80px 60px;
    }
    .sede-inner { max-width: 1200px; margin: 0 auto; }
    .sede-header { text-align: center; margin-bottom: 50px; }
    .section-tag {
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em;
      text-transform: uppercase; color: var(--red);
      display: flex; align-items: center; justify-content: center; gap: 8px;
      margin-bottom: 10px;
    }
    .section-title {
      font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 900;
      color: var(--darkblue); letter-spacing: -0.02em;
    }
    .section-title em { color: var(--lightblue); font-style: normal; }
    
    .sede-address {
      font-size: 1rem; color: var(--darkblue); font-weight: 500;
      margin-top: 8px; display: flex; align-items: center; justify-content: center; gap: 6px;
    }
    .sede-address svg { width: 16px; height: 16px; fill: var(--teal); }
    .underline-accent {
      width: 50px; height: 3px; border-radius: 2px;
      background: linear-gradient(90deg, var(--red), var(--teal));
      margin: 14px auto 0;
    }

    /* Info + Map grid */
    .sede-grid {
      display: grid; grid-template-columns: 300px 1fr;
      gap: 36px; align-items: start;
    }
    .sede-info-cards { display: flex; flex-direction: column; gap: 14px; }
    
    .info-card {
      background: var(--offwhite); border-radius: 12px;
      padding: 20px 22px; display: flex; align-items: flex-start; gap: 14px;
      border: 1px solid #edf0f4; transition: all var(--t);
    }

    .info-card.reveal.reveal-delay-2 { 
      background-image: url("../../img/contacto-direc.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 300px;
    }

    .info-card:hover {
      background: var(--white);
      box-shadow: 0 6px 24px rgba(0,28,51,0.10);
      transform: translateX(4px);
    }
    .info-card-icon {
      width: 42px; height: 42px; border-radius: 8px;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .info-card-icon svg { width: 20px; height: 20px; fill: var(--white); }
    .info-card-body {}
    .info-card-label {
      font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
      text-transform: uppercase; color: var(--lgray); margin-bottom: 4px;
    }
    .info-card-value { font-size: 0.88rem; font-weight: 700; color: var(--navy); line-height: 1.4; }
    .info-card-sub { font-size: 0.75rem; color: var(--dgray); margin-top: 2px; }

    /* Horario table */
    .horario-card {
      background: var(--navy); border-radius: 12px; padding: 20px 22px;
    }
    .horario-title {
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
      text-transform: uppercase; color: var(--teal); margin-bottom: 14px;
      display: flex; align-items: center; gap: 6px;
    }
    .horario-title svg { width: 14px; height: 14px; fill: var(--teal); }
    .horario-row {
      display: flex; justify-content: space-between;
      font-size: 0.78rem; padding: 7px 0;
      border-bottom: 1px solid rgba(255,255,255,0.07);
    }
    .horario-row:last-child { border-bottom: none; }
    .h-day { color: rgba(255,255,255,0.65); font-weight: 500; }
    .h-time { color: var(--white); font-weight: 700; }
    .h-time.closed { color: var(--red); }

    /* Map */
    .map-container {
      border-radius: 16px; overflow: hidden;
      box-shadow: 0 8px 40px rgba(0,28,51,0.12);
      border: 1px solid #edf0f4;
      height: 100%; min-height: 420px;
      position: relative;
    }
    .map-container iframe {
      width: 100%; height: 100%; min-height: 420px;
      display: block; border: none;
    }
    /* Map overlay badge */
    .map-badge {
      position: absolute; top: 16px; left: 16px; z-index: 5;
      background: var(--navy); color: var(--white);
      padding: 8px 14px; border-radius: 8px;
      font-size: 0.75rem; font-weight: 700;
      display: flex; align-items: center; gap: 6px;
      box-shadow: 0 4px 16px rgba(0,28,51,0.25);
    }
    .map-badge svg { width: 14px; height: 14px; fill: var(--teal); }
    .map-open-btn {
      position: absolute; bottom: 16px; right: 16px; z-index: 5;
      background: var(--teal); color: var(--white);
      padding: 10px 16px; border-radius: 8px;
      font-size: 0.75rem; font-weight: 700;
      display: flex; align-items: center; gap: 6px;
      cursor: pointer; border: none;
      box-shadow: 0 4px 16px rgba(36,157,167,0.35);
      transition: all var(--t);
    }
    .map-open-btn:hover { background: var(--navy); }

    /* ══════════════════════════════════════════
       FAQ STRIP
    ══════════════════════════════════════════ */
    .section-faq {
      background: var(--offwhite); padding: 70px 60px;
    }
    .faq-inner { max-width: 1200px; margin: 0 auto; }
    .faq-header { text-align: center; margin-bottom: 40px; }
    .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; align-items: start; }
    .faq-item {
      background: var(--white); border-radius: 10px;
      border: 1px solid #edf0f4; overflow: hidden;
      box-shadow: 0 2px 12px rgba(0,28,51,0.05);
    }
    .faq-q {
      display: flex; align-items: center; justify-content: space-between;
      padding: 18px 22px; cursor: pointer;
      font-size: 0.88rem; font-weight: 700; color: var(--darkblue);
      transition: background var(--t); user-select: none;
      gap: 14px;
    }
    .faq-q:hover { background: var(--offwhite); }
    .faq-q.open { color: var(--lightblue); }
    .faq-toggle {
      width: 28px; height: 28px; border-radius: 50%;
      background: var(--offwhite); display: flex; align-items: center; justify-content: center;
      font-size: 1rem; flex-shrink: 0; transition: all var(--t);
      color: var(--navy); font-weight: 700;
    }
    .faq-q.open .faq-toggle { background: var(--lightblue); color: var(--white); transform: rotate(45deg); }
    .faq-a {
      max-height: 0; overflow: hidden;
      transition: max-height 0.4s ease, padding 0.3s ease;
      font-size: 0.82rem; color: var(--dgray); line-height: 1.7;
    }
    .faq-a.open {
      max-height: 200px;
      padding: 0 22px 18px;
    }

    /* SECCION: FOOTER PIE DE PAGINA -------------------------------------------------------- */

    footer {
      background: var(--navy);
      padding: 60px 60px 0;
      background-image: url("../../img/footer-bg1.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .footer-top {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 280px 1fr 180px 180px;
      gap: 50px;
      padding-bottom: 50px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .footer-brand {}
    .footer-logo { margin-bottom: 16px; }
    .footer-logo .brand { color: var(--white); }
    .footer-tagline {
      font-size: 0.82rem;
      color: rgba(255,255,255,0.55);
      line-height: 1.65;
      margin-bottom: 22px;
    }
    .footer-social { display: flex; gap: 10px; }
    .social-btn {
      width: 36px; height: 36px;
      border-radius: 6px;
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      display: flex; align-items: center; justify-content: center;
      color: var(--lgray);
      font-size: 0.9rem;
      transition: all var(--transition);
    }
    .social-btn:hover { background: var(--lightblue); border-color: var(--lightblue); color: var(--white); }
    .social-btn svg { width: 16px; height: 16px; fill: currentColor; }

    .footer-col h4 {
      font-size: 0.78rem;
      font-weight: 700;
      color: var(--white);
      text-transform: uppercase;
      letter-spacing: 0.12em;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 2px solid var(--white);
      display: inline-block;
    }
    .footer-contact li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 0.82rem;
      color: rgba(255,255,255,0.6);
      margin-bottom: 12px;
      line-height: 1.5;
    }
    .footer-contact li svg { width: 14px; height: 14px; fill: var(--white); margin-top: 2px; flex-shrink: 0; }
    .footer-links li {
      font-size: 0.82rem;
      color: rgba(255,255,255,0.55);
      margin-bottom: 9px;
      transition: color var(--transition);
      cursor: pointer;
    }
    .footer-links li:hover { color: var(--white); }
    .footer-links li::before { content: '— '; color: var(--white); font-size: 0.65rem; }

    .footer-bottom {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }
    .footer-bottom p {
      font-size: 0.75rem;
      color: rgba(255,255,255,0.35);
    }
    .footer-bottom a { color: rgb(0, 234, 255); }

    /* ══════════════════════════════════════════
       FLOATING WHATSAPP
    ══════════════════════════════════════════ */
    .wa-float {
      position: fixed; bottom: 30px; right: 30px; z-index: 9999;
      display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
    }
    .wa-tooltip {
      background: var(--white); color: var(--navy);
      font-size: 0.8rem; font-weight: 600; padding: 8px 14px;
      border-radius: 8px; box-shadow: 0 4px 20px rgba(0,28,51,0.15);
      white-space: nowrap; opacity: 0; transform: translateX(10px);
      transition: all var(--t); pointer-events: none;
    }
    .wa-float:hover .wa-tooltip { opacity: 1; transform: translateX(0); }
    .wa-btn {
      width: 58px; height: 58px; border-radius: 50%;
      background: var(--green); border: none; color: var(--white);
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 6px 28px rgba(37,211,102,0.45);
      transition: all var(--t); position: relative;
    }
    .wa-btn::before {
      content: ''; position: absolute; inset: -4px; border-radius: 50%;
      border: 2px solid rgba(37,211,102,0.35);
      animation: pulse-wa 2s infinite;
    }
    .wa-btn:hover { transform: scale(1.08); }
    @keyframes pulse-wa {
      0% { transform: scale(1); opacity: 1; }
      100% { transform: scale(1.6); opacity: 0; }
    }

    /* ══════════════════════════════════════════
       MODAL – CONFIRMACIÓN DE ENVÍO
    ══════════════════════════════════════════ */
    .modal-overlay {
      position: fixed; inset: 0;
      background: rgba(0,28,51,0.78);
      z-index: 10000; display: flex; align-items: center; justify-content: center;
      padding: 20px; opacity: 0; pointer-events: none;
      transition: opacity 0.4s ease;
      backdrop-filter: blur(6px);
    }
    .modal-overlay.open { opacity: 1; pointer-events: all; }

    /* Success modal */
    .modal-success {
      background: var(--white); border-radius: 20px;
      max-width: 480px; width: 100%; text-align: center;
      padding: 48px 40px 40px;
      transform: scale(0.9) translateY(20px);
      transition: transform 0.4s var(--ease);
      position: relative;
    }
    .modal-overlay.open .modal-success { transform: scale(1) translateY(0); }
    .modal-close {
      position: absolute; top: 14px; right: 14px;
      width: 44px; height: 44px; border-radius: 50%;
      background: var(--offwhite); border: none;
      color: var(--navy); font-size: 1rem; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: all var(--t);
    }
    .modal-close:hover { background: var(--red); color: var(--white); }
    .success-icon {
      width: 80px; height: 80px; border-radius: 50%;
      background: linear-gradient(135deg, var(--teal), #1a7a84);
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 24px; font-size: 2.2rem;
      box-shadow: 0 8px 30px rgba(36,157,167,0.35);
    }
    .success-title {
      font-size: 1.4rem; font-weight: 800; color: var(--navy);
      margin-bottom: 10px; letter-spacing: -0.02em;
    }
    .success-msg {
      font-size: 0.88rem; color: var(--dgray); line-height: 1.65;
      margin-bottom: 28px;
    }
    .success-name {
      font-weight: 700; color: var(--teal);
    }
    .success-actions { display: flex; flex-direction: column; gap: 10px; }
    .btn-wa-success {
      background: var(--green); color: var(--white);
      border: none; padding: 14px 24px; border-radius: 10px;
      font-size: 0.9rem; font-weight: 700; cursor: pointer;
      display: flex; align-items: center; justify-content: center; gap: 8px;
      transition: all var(--t); width: 100%;
    }
    .btn-wa-success:hover { background: #1da851; box-shadow: 0 6px 20px rgba(37,211,102,0.4); }
    .btn-wa-success svg { width: 20px; height: 20px; fill: var(--white); }
    .btn-close-success {
      background: var(--offwhite); color: var(--navy);
      border: 2px solid #e0e4ea; padding: 12px 24px; border-radius: 10px;
      font-size: 0.88rem; font-weight: 600; cursor: pointer;
      transition: all var(--t); width: 100%;
    }
    .btn-close-success:hover { border-color: var(--navy); }
    .success-timer {
      font-size: 0.72rem; color: var(--lgray); margin-top: 12px;
      display: flex; align-items: center; justify-content: center; gap: 4px;
    }

    /* Hours modal */
    .modal-hours {
      background: var(--white); border-radius: 16px;
      max-width: 400px; width: 100%;
      transform: translateY(20px) scale(0.97);
      transition: transform 0.4s var(--ease);
      overflow: hidden; position: relative;
    }
    .modal-overlay.open .modal-hours { transform: translateY(0) scale(1); }
    .hours-header {
      background: var(--navy); padding: 28px 28px 24px;
    }
    .hours-header h3 {
      font-size: 1.1rem; font-weight: 800; color: var(--white);
      letter-spacing: -0.01em;
    }
    .hours-header p { font-size: 0.78rem; color: rgba(255,255,255,0.5); margin-top: 4px; }
    .hours-body { padding: 24px 28px 28px; }
    .h-row {
      display: flex; justify-content: space-between; align-items: center;
      padding: 10px 0; border-bottom: 1px solid #edf0f4; font-size: 0.85rem;
    }
    .h-row:last-child { border-bottom: none; }
    .h-row .day { font-weight: 600; color: var(--navy); }
    .h-row .time { color: var(--teal); font-weight: 700; }
    .h-row .time.closed { color: var(--red); }
    .h-row.today { background: var(--offwhite); margin: 0 -4px; padding: 10px 4px; border-radius: 6px; }
    .h-row.today .day::after { content: ' (Hoy)'; color: var(--teal); font-size: 0.72rem; }
    .hours-footer {
      padding: 16px 28px 24px;
      text-align: center; font-size: 0.78rem; color: var(--lgray); border-top: 1px solid #edf0f4;
    }

    /* ══════════════════════════════════════════
       REVEAL ANIMATIONS
    ══════════════════════════════════════════ */
    .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }
    .reveal-left { opacity: 0; transform: translateX(-28px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal-left.visible { opacity: 1; transform: translateX(0); }
    .reveal-right { opacity: 0; transform: translateX(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal-right.visible { opacity: 1; transform: translateX(0); }

    /* ══════════════════════════════════════════
       RESPONSIVE
    ══════════════════════════════════════════ */
    @media (max-width: 1024px) {
      .topbar, .navbar, .hero-content-c,
      .channels-strip, .section-contact-main,
      .section-sede, .section-faq, footer { padding-left: 30px; padding-right: 30px; }
      .contact-split { grid-template-columns: 1fr; }
      .sede-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; }
      .faq-grid { grid-template-columns: 1fr; }
      .channels-inner { flex-wrap: wrap; }
      .channel-card { min-width: 45%; border-bottom: 1px solid #edf0f4; }
    }
    @media (max-width: 768px) {
      .topbar { display: none; }
      .navbar { padding: 0 20px; }
      .nav-toggle { display: inline-flex; }
      .hero-contacto { height: 340px; }
      .hero-content-c { padding: 0 20px 32px; }
      .hero-title-c {
        padding-left: 0;
        font-size: clamp(1.9rem, 10vw, 2.8rem);
      }
      .hero-title-c em { -webkit-text-stroke: 1.4px rgb(255, 255, 255); }
      .modal-overlay { padding: 12px; }
      .modal-success { padding: 42px 24px 28px; }
      .modal-hours { max-height: calc(100vh - 24px); overflow-y: auto; }
      .footer-top { grid-template-columns: 1fr; gap: 28px; }
      .channel-card { min-width: 100%; }
      .form-row { flex-direction: column; gap: 0; }
      .success-actions { gap: 10px; }
    }
