/* ==========================================================================
   Contacto / Centro de tickets — Air Nubeiro (09/2026)
   Só afecta ás clases .nbv-c-*; a cabeceira e o pé seguen en nicepage.css
   ========================================================================== */

/* Cabeceira azul da páxina */
.nbv-c-hero { padding: 0; }
.nbv-c-hero .u-sheet-1 { min-height: 300px; display: flex; align-items: center; }
.nbv-c-hero-in { max-width: 760px; padding: 60px 0; }
.nbv-c-eixo { margin: 0; color: #ffffff; font-size: .8rem; font-weight: 700; letter-spacing: .22em; opacity: .85; }
.nbv-c-titulo { margin: 14px 0 0; color: #ffffff; font-family: Raleway, sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; line-height: 1.15; }
.nbv-c-sub { margin: 16px 0 0; color: #ffffff; font-size: 1.05rem; font-weight: 300; line-height: 1.6; opacity: .92; }

/* Reixa xeral */
.nbv-c { padding: 60px 0 90px; background-color: #ffffff; }
.nbv-c-sheet::before, .nbv-c-sheet::after { content: none; }
.nbv-c-sheet { max-width: 1140px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 50px; align-items: start; }

/* Pasos do formulario */
.nbv-c-form { margin: 0; }
.nbv-c-paso { border: 0; margin: 0 0 40px; padding: 0; }
.nbv-c-paso legend { display: flex; align-items: center; gap: 12px; padding: 0; margin-bottom: 10px; font-family: Raleway, sans-serif; font-size: 1.25rem; font-weight: 700; color: #1c2630; }
.nbv-c-num { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #0070cb; color: #ffffff; font-size: .95rem; font-weight: 700; flex: none; }
.nbv-c-axuda { margin: 0 0 18px; color: #56616d; font-weight: 300; }

/* Tarxetas de departamento */
.nbv-c-deps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 12px; }
.nbv-c-dep { display: block; cursor: pointer; }
.nbv-c-dep input { position: absolute; opacity: 0; width: 0; height: 0; }
.nbv-c-dep-in { display: flex; gap: 14px; height: 100%; padding: 16px; border: 1px solid #dce2e8; background: #ffffff; transition: border-color .15s, box-shadow .15s, background-color .15s; }
.nbv-c-dep-ico { width: 40px; height: 40px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #f2f8fd; color: #0070cb; }
.nbv-c-dep-ico svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.nbv-c-dep-txt { display: block; font-size: .88rem; color: #56616d; font-weight: 300; line-height: 1.5; }
.nbv-c-dep-txt b { display: block; margin-bottom: 2px; color: #1c2630; font-size: .98rem; font-weight: 700; }
@media (hover: hover) { .nbv-c-dep:hover .nbv-c-dep-in { border-color: #9ec6e8; } }
.nbv-c-dep input:focus-visible + .nbv-c-dep-in { outline: 2px solid #0070cb; outline-offset: 2px; }
.nbv-c-dep input:checked + .nbv-c-dep-in { border-color: #0070cb; box-shadow: inset 0 0 0 1px #0070cb; background: #f7fbff; }
.nbv-c-dep input:checked + .nbv-c-dep-in .nbv-c-dep-ico { background: #0070cb; color: #ffffff; }

/* Campos */
.nbv-c-campos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 20px; align-items: start; }
.nbv-c-campo { margin: 0; display: flex; flex-direction: column; position: relative; }
.nbv-c-campo label { margin-bottom: 6px; font-size: .88rem; font-weight: 700; color: #1c2630; }
.nbv-c-opc { font-weight: 300; color: #7b8794; }
.nbv-c-campo input, .nbv-c-campo textarea { width: 100%; padding: 12px 14px; border: 1px solid #c9d2db; background: #ffffff; font-family: Raleway, sans-serif; font-size: 1rem; color: #1c2630; }
.nbv-c-campo textarea { resize: vertical; min-height: 160px; line-height: 1.6; }
.nbv-c-campo input:focus, .nbv-c-campo textarea:focus { outline: 0; border-color: #0070cb; box-shadow: 0 0 0 3px rgba(0, 112, 203, .15); }
.nbv-c-campo input:user-invalid, .nbv-c-campo textarea:user-invalid { border-color: #e71818; }
.nbv-c-conta { align-self: flex-end; margin-top: 6px; font-size: .8rem; color: #7b8794; }
.nbv-c-conta b { color: #56616d; font-weight: 700; }

.nbv-c-consent { display: flex; align-items: flex-start; gap: 10px; margin: 22px 0 0; font-size: .9rem; color: #56616d; font-weight: 300; }
.nbv-c-consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: #0070cb; flex: none; }
.nbv-c-consent a { color: #0070cb; }

.nbv-c-erro { margin: 12px 0 0; color: #e71818; font-size: .9rem; font-weight: 700; }
.nbv-c-mel { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Envío */
.nbv-c-enviar { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 26px; }
.nbv-c-btn { display: inline-block; padding: 14px 34px; border: 0; background: #0070cb; color: #ffffff; font-family: Raleway, sans-serif; font-size: .8rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background-color .15s; }
@media (hover: hover) { .nbv-c-btn:hover { background: #ffb600; color: #ffffff; } }
.nbv-c-btn:focus-visible { outline: 2px solid #0070cb; outline-offset: 3px; }
.nbv-c-btn:disabled { background: #9ec6e8; cursor: progress; }
.nbv-c-estado { font-size: .9rem; color: #56616d; }
.nbv-c-estado.is-erro { color: #e71818; font-weight: 700; }

/* Confirmación */
.nbv-c-feito { padding: 36px 34px; border: 1px solid #dce2e8; border-top: 3px solid #1fa600; background: #ffffff; outline: none; }
.nbv-c-feito h3 { margin: 6px 0 14px; font-family: Raleway, sans-serif; font-size: 1.6rem; font-weight: 700; color: #1c2630; }
.nbv-c-feito p { margin: 0 0 12px; color: #56616d; font-weight: 300; line-height: 1.65; }
.nbv-c-feito-ref { font-size: .85rem; letter-spacing: .06em; color: #7b8794 !important; text-transform: uppercase; }
.nbv-c-feito-ref b { display: inline-block; margin-left: 8px; padding: 4px 12px; background: #f2f8fd; border: 1px solid #cfe0f1; color: #0070cb; font-size: 1.05rem; letter-spacing: .12em; text-transform: none; }
.nbv-c-btn-fondo { margin-top: 12px; }

/* Columna lateral */
.nbv-c-lado { position: sticky; top: 20px; display: grid; gap: 20px; }
.nbv-c-bloque { padding: 22px 24px; border: 1px solid #dce2e8; border-top: 3px solid #0070cb; }
.nbv-c-bloque h3 { margin: 0 0 10px; font-family: Raleway, sans-serif; font-size: 1.05rem; font-weight: 700; color: #0070cb; }
.nbv-c-bloque p { margin: 0 0 10px; color: #56616d; font-size: .9rem; font-weight: 300; line-height: 1.6; }
.nbv-c-bloque ul { list-style: none; margin: 0; padding: 0; }
.nbv-c-bloque li { padding: 6px 0; border-top: 1px solid #f2f5f8; }
.nbv-c-bloque a { color: #0070cb; font-size: .9rem; font-weight: 700; text-decoration: none; }
@media (hover: hover) { .nbv-c-bloque a:hover { text-decoration: underline; } }
.nbv-c-bloque-nota { border-top-color: #ffb600; background: #fffaf0; }
.nbv-c-bloque-nota p { margin: 0; font-size: .85rem; }

@media (max-width: 991px) {
  .nbv-c-sheet { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .nbv-c-lado { position: static; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
}
@media (max-width: 575px) {
  .nbv-c { padding: 40px 0 70px; }
  .nbv-c-hero-in { padding: 40px 0; }
  .nbv-c-campos { grid-template-columns: minmax(0, 1fr); }
  .nbv-c-feito { padding: 26px 20px; }
}
