/* NADAHO · Su Casa es Mi Casa tour */

.tour-page-body {
   background: #030508;
   min-height: 100vh;
}

.tour-hero-wrap {
   position: relative;
   width: 100%;
   height: 52vh;
   min-height: 320px;
   overflow: hidden;
   display: flex;
   align-items: flex-end;
   margin-top: 3.25rem;
}

.tour-hero-wrap img.hero-img {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center 25%;
   filter: brightness(0.32) saturate(1.4);
}

.tour-hero-wrap::before {
   content: '';
   position: absolute;
   inset: 0;
   background-image:
      linear-gradient(rgba(0, 212, 255, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 212, 255, 0.03) 1px, transparent 1px);
   background-size: 70px 70px;
   z-index: 1;
   pointer-events: none;
}

.tour-hero-wrap .hero-glow {
   position: absolute;
   inset: 0;
   background:
      radial-gradient(ellipse 80% 50% at 50% 100%, rgba(0, 212, 255, 0.08) 0%, transparent 70%),
      radial-gradient(ellipse 50% 40% at 15% 60%, rgba(255, 45, 155, 0.06) 0%, transparent 70%);
   z-index: 2;
   pointer-events: none;
}

.tour-hero-wrap::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 70%;
   background: linear-gradient(to bottom, transparent, #030508);
   z-index: 3;
   pointer-events: none;
}

.tour-hero-text {
   position: relative;
   z-index: 4;
   padding: 0 1.75rem 2.5rem;
   width: 100%;
   max-width: 900px;
   margin: 0 auto;
}

.tour-hero-text .hero-eyebrow {
   font-size: 0.65rem;
   letter-spacing: 0.28em;
   text-transform: uppercase;
   color: #ff2d9b;
   text-shadow: 0 0 8px rgba(255, 45, 155, 0.55);
   margin-bottom: 0.5rem;
   display: block;
}

.tour-hero-text h1 {
   font-family: 'TahoeDisplay', 'Montserrat', sans-serif;
   font-size: clamp(2rem, 7vw, 3.5rem);
   color: #ffffff;
   line-height: 1.05;
   letter-spacing: 0.1em;
   text-shadow:
      0 0 8px rgba(255, 255, 255, 0.5),
      0 0 20px #00d4ff,
      0 0 40px rgba(0, 212, 255, 0.3);
   margin: 0;
}

.tour-hero-kicker {
   display: block;
   font-size: 0.78rem;
   letter-spacing: 0.28em;
   text-transform: uppercase;
   color: #00d4ff;
   text-shadow: 0 0 8px rgba(0, 212, 255, 0.45);
   margin-top: 0.5rem;
}

.tour-main {
   max-width: 720px;
   margin: 0 auto;
   padding: 2rem 1.75rem 5rem;
}

.tour-intro p {
   color: #a8c8d8;
   font-size: 0.92rem;
   line-height: 1.7;
   margin-bottom: 1rem;
}

.tour-section {
   margin-top: 3rem;
   padding-top: 2.5rem;
   border-top: 1px solid rgba(0, 212, 255, 0.12);
}

.tour-section-eyebrow {
   display: block;
   font-size: 0.63rem;
   letter-spacing: 0.3em;
   text-transform: uppercase;
   color: #ff2d9b;
   text-shadow: 0 0 8px rgba(255, 45, 155, 0.4);
   margin-bottom: 0.5rem;
}

.tour-section h2 {
   font-family: 'Montserrat', sans-serif;
   font-size: clamp(1.2rem, 3vw, 1.65rem);
   font-weight: 800;
   letter-spacing: 0.06em;
   color: #00d4ff;
   text-shadow: 0 0 12px rgba(0, 212, 255, 0.25);
   margin-bottom: 0.75rem;
}

.tour-section-lead {
   color: #a8c8d8;
   font-size: 0.9rem;
   line-height: 1.65;
   margin-bottom: 1.5rem;
}

.tour-stops {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   flex-direction: column;
   gap: 1rem;
}

.tour-stop {
   border: 1px solid rgba(0, 212, 255, 0.15);
   background: rgba(8, 18, 32, 0.5);
   padding: 1.1rem 1.25rem;
   transition: border-color 0.3s, box-shadow 0.3s;
}

.tour-stop:hover {
   border-color: rgba(0, 212, 255, 0.35);
   box-shadow: 0 0 20px rgba(0, 212, 255, 0.06);
}

.tour-stop-date {
   font-size: 0.72rem;
   letter-spacing: 0.18em;
   text-transform: uppercase;
   color: rgba(168, 200, 216, 0.85);
   margin-bottom: 0.35rem;
}

.tour-stop-city {
   font-family: 'Montserrat', sans-serif;
   font-size: 1.15rem;
   font-weight: 700;
   color: #e8f4f8;
   letter-spacing: 0.04em;
   margin: 0 0 0.25rem;
}

.tour-stop-venue {
   font-size: 0.82rem;
   color: #a8c8d8;
   margin: 0;
}

.tour-stop-note {
   font-size: 0.8rem;
   color: rgba(168, 200, 216, 0.75);
   margin: 0.5rem 0 0;
   line-height: 1.5;
}

.tour-stop-status {
   display: inline-block;
   margin-top: 0.6rem;
   font-size: 0.62rem;
   letter-spacing: 0.14em;
   text-transform: uppercase;
   padding: 0.12rem 0.45rem;
   border-radius: 1px;
   border: 1px solid rgba(255, 45, 155, 0.35);
   color: #ff2d9b;
}

.tour-stop-status--past {
   border-color: rgba(168, 200, 216, 0.3);
   color: rgba(168, 200, 216, 0.6);
}

.tour-empty {
   text-align: center;
   padding: 2rem 1rem;
   border: 1px dashed rgba(0, 212, 255, 0.2);
   color: #a8c8d8;
   font-size: 0.9rem;
   line-height: 1.6;
}

.tour-apply-form {
   display: flex;
   flex-direction: column;
   gap: 1.25rem;
}

.tour-field label {
   display: block;
   font-size: 0.68rem;
   font-weight: 600;
   letter-spacing: 0.14em;
   text-transform: uppercase;
   color: #a8c8d8;
   margin-bottom: 0.45rem;
}

.tour-field input,
.tour-field select,
.tour-field textarea {
   width: 100%;
   font-family: 'Montserrat', sans-serif;
   font-size: 0.9rem;
   color: #e8f4f8;
   background: rgba(3, 5, 8, 0.7);
   border: 1px solid rgba(0, 212, 255, 0.22);
   border-radius: 1px;
   padding: 0.65rem 0.85rem;
   transition: border-color 0.25s, box-shadow 0.25s;
}

.tour-field input:focus,
.tour-field select:focus,
.tour-field textarea:focus {
   outline: none;
   border-color: rgba(0, 212, 255, 0.55);
   box-shadow: 0 0 12px rgba(0, 212, 255, 0.12);
}

.tour-field textarea {
   min-height: 7rem;
   resize: vertical;
}

.tour-privacy {
   font-size: 0.78rem;
   color: rgba(168, 200, 216, 0.65);
   line-height: 1.55;
   margin: 0;
}

.tour-submit {
   align-self: flex-start;
   font-family: 'Montserrat', sans-serif;
   font-size: 0.72rem;
   font-weight: 600;
   letter-spacing: 0.16em;
   text-transform: uppercase;
   padding: 0.7rem 1.5rem;
   border: 1px solid rgba(0, 212, 255, 0.45);
   color: #00d4ff;
   background: transparent;
   cursor: pointer;
   border-radius: 1px;
   transition: background 0.25s, box-shadow 0.25s, color 0.25s;
}

.tour-submit:hover:not(:disabled) {
   background: rgba(0, 212, 255, 0.08);
   box-shadow: 0 0 16px rgba(0, 212, 255, 0.2);
}

.tour-submit:disabled {
   opacity: 0.5;
   cursor: not-allowed;
}

.tour-form-alert {
   font-size: 0.88rem;
   line-height: 1.55;
   margin: 0 0 1.25rem;
   padding: 0.75rem 1rem;
   border-radius: 1px;
   font-weight: 600;
}

.tour-form-alert--success {
   color: #00d4ff;
   border: 1px solid rgba(0, 212, 255, 0.35);
   background: rgba(0, 212, 255, 0.06);
}

.tour-form-alert--error {
   color: #ff2d9b;
   border: 1px solid rgba(255, 45, 155, 0.35);
   background: rgba(255, 45, 155, 0.06);
}

.tour-field-error {
   display: block;
   font-size: 0.75rem;
   color: #ff2d9b;
   margin-top: 0.35rem;
}

.tour-closed {
   text-align: center;
   padding: 1.5rem;
   border: 1px solid rgba(255, 45, 155, 0.25);
   color: #a8c8d8;
   font-size: 0.9rem;
}

.tour-footer {
   max-width: 900px;
   margin: 0 auto;
   padding: 0 1.75rem 3rem;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   gap: 1rem;
   border-top: 1px solid rgba(0, 212, 255, 0.1);
   padding-top: 2rem;
}

.tour-footer small {
   font-size: 0.65rem;
   letter-spacing: 0.07em;
   color: rgba(168, 200, 216, 0.35);
}

.tour-footer-links {
   list-style: none;
   display: flex;
   gap: 1.25rem;
   margin: 0;
   padding: 0;
}

.tour-footer-links a {
   font-size: 0.65rem;
   letter-spacing: 0.07em;
   color: rgba(168, 200, 216, 0.28);
   transition: color 0.3s;
}

.tour-footer-links a:hover {
   color: #00d4ff;
}
