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

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

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

.tour-hero {
   padding: 7rem 0 2.5rem;
   text-align: center;
}

.tour-hero-kicker {
   display: block;
   font-size: 0.78rem;
   letter-spacing: 0.28em;
   text-transform: uppercase;
   color: var(--zap-ember, #ff5f1f);
   text-shadow: 0 0 10px rgba(255, 95, 31, 0.35);
   margin-top: 0.5rem;
}

.tour-intro p {
   color: var(--zap-text, #b7a490);
   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(194, 169, 108, 0.14);
}

.tour-section-eyebrow {
   display: block;
   font-size: 0.68rem;
   letter-spacing: 0.22em;
   text-transform: uppercase;
   color: var(--zap-flesh, #d4936a);
   margin-bottom: 0.5rem;
}

.tour-section h2 {
   font-family: var(--font-display, 'Begosta', 'Montserrat', sans-serif);
   font-size: clamp(1.2rem, 3vw, 1.65rem);
   letter-spacing: 0.06em;
   color: var(--zap-sand, #c2a96c);
   text-shadow: 0 0 12px rgba(194, 169, 108, 0.25);
   margin-bottom: 0.75rem;
}

.tour-section-lead {
   color: var(--zap-text, #b7a490);
   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(194, 169, 108, 0.18);
   background: rgba(28, 16, 8, 0.55);
   padding: 1.1rem 1.25rem;
   transition: border-color 0.3s, box-shadow 0.3s;
}

.tour-stop:hover {
   border-color: rgba(194, 169, 108, 0.38);
   box-shadow: 0 0 20px rgba(232, 160, 80, 0.08);
}

.tour-stop-date {
   font-size: 0.72rem;
   letter-spacing: 0.18em;
   text-transform: uppercase;
   color: var(--zap-flesh, #d4936a);
   margin-bottom: 0.35rem;
}

.tour-stop-city {
   font-family: var(--font-display, 'Begosta', 'Montserrat', sans-serif);
   font-size: 1.15rem;
   color: #e8dcc8;
   letter-spacing: 0.04em;
   margin: 0 0 0.25rem;
}

.tour-stop-venue {
   font-size: 0.82rem;
   color: var(--zap-text, #b7a490);
   margin: 0;
}

.tour-stop-note {
   font-size: 0.8rem;
   color: rgba(183, 164, 144, 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(176, 90, 58, 0.45);
   color: var(--zap-terra, #b05a3a);
}

.tour-stop-status--past {
   border-color: rgba(183, 164, 144, 0.3);
   color: rgba(183, 164, 144, 0.6);
}

.tour-empty {
   text-align: center;
   padding: 2rem 1rem;
   border: 1px dashed rgba(194, 169, 108, 0.22);
   color: var(--zap-text, #b7a490);
   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: var(--zap-text, #b7a490);
   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: #e8dcc8;
   background: rgba(11, 6, 4, 0.75);
   border: 1px solid rgba(194, 169, 108, 0.24);
   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(194, 169, 108, 0.55);
   box-shadow: 0 0 12px rgba(232, 160, 80, 0.12);
}

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

.tour-privacy {
   font-size: 0.78rem;
   color: rgba(183, 164, 144, 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(194, 169, 108, 0.45);
   color: var(--zap-sand, #c2a96c);
   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(194, 169, 108, 0.08);
   box-shadow: 0 0 16px rgba(232, 160, 80, 0.18);
}

.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: var(--zap-amber, #e8a050);
   border: 1px solid rgba(232, 160, 80, 0.35);
   background: rgba(232, 160, 80, 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(176, 90, 58, 0.3);
   color: var(--zap-text, #b7a490);
   font-size: 0.9rem;
}
