/* Lil' ITH · Su Casa es Mi Casa tour. Uses blog-nav / blog-hero from blog-page.css */

.tour-page-body {
   background: var(--ith-black, #030508);
   min-height: 100vh;
}

.tour-main {
   max-width: 720px;
   margin: 0 auto;
   padding: 0 1.25rem 4rem;
}

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

.tour-intro p {
   color: #9eb8c8;
   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, 255, 160, 0.12);
}

.tour-section-eyebrow {
   display: block;
   font-size: 0.68rem;
   letter-spacing: 0.22em;
   text-transform: uppercase;
   color: rgba(154, 160, 0, 0.95);
   margin-bottom: 0.5rem;
}

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

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

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

.tour-stop {
   border: 1px solid rgba(0, 255, 160, 0.15);
   background: rgba(10, 22, 40, 0.45);
   padding: 1.1rem 1.25rem;
   transition: border-color 0.3s, box-shadow 0.3s;
}

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

.tour-stop-date {
   font-size: 0.72rem;
   letter-spacing: 0.18em;
   text-transform: uppercase;
   color: rgba(154, 160, 0, 0.9);
   margin-bottom: 0.35rem;
}

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

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

.tour-stop-note {
   font-size: 0.8rem;
   color: rgba(158, 184, 200, 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, 120, 0.35);
   color: #ff2d78;
}

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

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

/* ── Application form ── */
.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: #9eb8c8;
   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: #e8f4f0;
   background: rgba(3, 5, 8, 0.7);
   border: 1px solid rgba(0, 255, 160, 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, 255, 160, 0.55);
   box-shadow: 0 0 12px rgba(0, 255, 160, 0.12);
}

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

.tour-privacy {
   font-size: 0.78rem;
   color: rgba(158, 184, 200, 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, 255, 160, 0.45);
   color: #00ffa0;
   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, 255, 160, 0.08);
   box-shadow: 0 0 16px rgba(0, 255, 160, 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: #00ffcc;
   border: 1px solid rgba(0, 255, 204, 0.35);
   background: rgba(0, 255, 204, 0.06);
}

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

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

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