/* SOT Booking / Promo UI */

.site-promo-bar {
    background: linear-gradient(90deg, var(--sot-blue-dark), var(--sot-blue));
    color: rgba(255,255,255,.95);
    font-size: .82rem;
    text-align: center;
    padding: .45rem 1rem;
}
.site-promo-bar span { opacity: .85; margin: 0 .35rem; }

/* Hero landing */
.hero-landing {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(135deg, #001a33 0%, var(--sot-blue-dark) 35%, var(--sot-blue) 70%, #1565c0 100%);
}
.hero-landing::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 80%, rgba(41,182,246,.35), transparent 45%),
        radial-gradient(circle at 85% 20%, rgba(255,255,255,.12), transparent 40%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-landing .container { position: relative; z-index: 1; padding: 4rem 1rem; }
.hero-landing--split .container { padding: 3.5rem 1rem; }
.hero-brand-line { font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; opacity: .85; font-weight: 600; }
.hero-cap-list { display: inline-block; margin-top: .35rem; opacity: .95; }
.hero-product-showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .35rem .5rem;
    padding: 1rem;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 16px;
    backdrop-filter: blur(6px);
}
.hero-showcase-item { margin: 0; text-align: center; flex: 1 1 28%; min-width: 90px; max-width: 140px; }
.hero-showcase-item img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,.25);
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
    background: #fff;
}
.hero-showcase-item figcaption { font-size: .72rem; margin-top: .4rem; opacity: .9; font-weight: 600; }
.hero-showcase-plus { font-size: 1.25rem; font-weight: 700; opacity: .7; line-height: 1; }
.hero-landing h1 {
    font-size: clamp(1.85rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    max-width: 720px;
}
.hero-landing .hero-sub {
    font-size: clamp(1rem, 2vw, 1.15rem);
    opacity: .92;
    max-width: 640px;
    line-height: 1.75;
    margin-bottom: 2rem;
}
.hero-landing .hero-cta { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
    font-size: .85rem;
    opacity: .88;
}
.hero-trust span { display: inline-flex; align-items: center; gap: .35rem; }

.bk-section { padding: 3.5rem 0; }
.bk-section--alt { background: #fff; }
.bk-section-title { font-size: 1.65rem; font-weight: 800; color: var(--sot-blue-dark); margin-bottom: .5rem; }
.bk-section-desc { color: var(--sot-muted); margin-bottom: 2rem; max-width: 640px; }

.bk-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}
.bk-step-item {
    background: #fff;
    border: 1px solid var(--sot-border);
    border-radius: var(--sot-radius);
    padding: 1.25rem 1rem;
    text-align: center;
    box-shadow: var(--sot-shadow);
}
.bk-step-num {
    width: 36px; height: 36px; line-height: 36px;
    border-radius: 50%;
    background: var(--sot-blue);
    color: #fff;
    font-weight: 700;
    margin: 0 auto .75rem;
}
.bk-step-item h3 { font-size: .95rem; margin: 0 0 .35rem; color: var(--sot-blue); }
.bk-step-item p { font-size: .82rem; color: var(--sot-muted); margin: 0; }

.bk-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}
.bk-info-card {
    background: linear-gradient(145deg, #fff, #f8fbff);
    border: 1px solid var(--sot-border);
    border-radius: var(--sot-radius);
    padding: 1.5rem;
    box-shadow: var(--sot-shadow);
}
.bk-info-card .ico { font-size: 2rem; margin-bottom: .75rem; }
.bk-info-card h3 { font-size: 1.05rem; color: var(--sot-blue); margin-bottom: .5rem; }
.bk-info-card p { font-size: .9rem; color: var(--sot-muted); margin: 0; }

.bk-reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; }
.bk-review {
    background: #fff;
    border-radius: var(--sot-radius);
    padding: 1.25rem;
    border: 1px solid var(--sot-border);
    box-shadow: var(--sot-shadow);
}
.bk-review-stars { color: #ffb300; letter-spacing: .1em; margin-bottom: .5rem; }
.bk-review-text { font-size: .92rem; color: var(--sot-text); margin-bottom: .75rem; line-height: 1.6; }
.bk-review-author { font-size: .8rem; color: var(--sot-muted); }

.bk-faq .accordion-item { border: 1px solid var(--sot-border); border-radius: 8px !important; margin-bottom: .5rem; overflow: hidden; }
.bk-faq .accordion-button { font-weight: 600; font-size: .95rem; }
.bk-faq .accordion-button:not(.collapsed) { background: #e3f2fd; color: var(--sot-blue); }

/* Product cards */
.bk-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.25rem;
}
.bk-product-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--sot-border);
    box-shadow: var(--sot-shadow);
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}
.bk-product-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(13,71,161,.12); }
.bk-product-visual {
    height: 140px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bk-product-icon { font-size: 3rem; filter: drop-shadow(0 4px 12px rgba(0,0,0,.15)); }
.bk-product-badge {
    position: absolute;
    top: .75rem; left: .75rem;
    background: rgba(255,255,255,.95);
    color: var(--sot-blue);
    font-size: .72rem;
    font-weight: 700;
    padding: .25rem .55rem;
    border-radius: 999px;
}
.bk-v-admission { background: linear-gradient(135deg, #0d47a1, #42a5f5); }
.bk-v-freepass { background: linear-gradient(135deg, #1565c0, #29b6f6); }
.bk-v-experience { background: linear-gradient(135deg, #6a1b9a, #ce93d8); }
.bk-v-season { background: linear-gradient(135deg, #004d40, #26a69a); }
.bk-v-water { background: linear-gradient(135deg, #0277bd, #4fc3f7); }
.bk-v-tour { background: linear-gradient(135deg, #2e7d32, #81c784); }
.bk-v-spa { background: linear-gradient(135deg, #4a148c, #ba68c8); }
.bk-v-sports { background: linear-gradient(135deg, #e65100, #ffb74d); }
.bk-v-exhibit { background: linear-gradient(135deg, #37474f, #90a4ae); }

.bk-product-body { padding: 1.15rem 1.25rem 1.35rem; flex: 1; display: flex; flex-direction: column; }
.bk-product-name { font-size: 1.05rem; font-weight: 700; margin: 0 0 .35rem; color: var(--sot-text); }
.bk-product-desc { font-size: .85rem; color: var(--sot-muted); margin: 0 0 .5rem; flex: 1; }
.bk-product-time { font-size: .8rem; color: var(--sot-muted); margin: 0 0 .75rem; }
.bk-product-prices { display: flex; align-items: baseline; flex-wrap: wrap; gap: .35rem .5rem; margin-bottom: 1rem; }
.bk-list-price { font-size: .85rem; color: #999; text-decoration: line-through; }
.bk-discount { font-size: .75rem; font-weight: 700; color: #e53935; background: #ffebee; padding: .1rem .4rem; border-radius: 4px; }
.bk-sale-price { font-size: 1.25rem; font-weight: 800; color: var(--sot-blue); }
.bk-btn-reserve {
    display: block;
    text-align: center;
    background: var(--sot-blue);
    color: #fff !important;
    text-decoration: none;
    padding: .65rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: .92rem;
    transition: background .2s;
}
.bk-btn-reserve:hover { background: var(--sot-blue-dark); color: #fff; }

/* Reserve wizard */
.bk-wizard-wrap { max-width: 720px; margin: 0 auto; }
.bk-wizard-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: .25rem;
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .5rem;
}
.bk-wizard-progress .step {
    flex: 1;
    min-width: 64px;
    text-align: center;
    font-size: .72rem;
    color: var(--sot-muted);
    position: relative;
}
.bk-wizard-progress .step span {
    display: block;
    width: 28px; height: 28px; line-height: 28px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    font-weight: 700;
    margin: 0 auto .35rem;
    font-size: .8rem;
}
.bk-wizard-progress .step.active { color: var(--sot-blue); font-weight: 600; }
.bk-wizard-progress .step.active span { background: var(--sot-blue); color: #fff; }
.bk-wizard-progress .step.done span { background: #43a047; color: #fff; }

.bk-wizard-panel {
    background: #fff;
    border-radius: var(--sot-radius);
    padding: 1.75rem;
    border: 1px solid var(--sot-border);
    box-shadow: var(--sot-shadow);
}
.bk-wizard-panel h2 { font-size: 1.25rem; font-weight: 700; margin-bottom: 1.25rem; color: var(--sot-blue-dark); }
.bk-wizard-actions { display: flex; gap: .75rem; margin-top: 1.5rem; justify-content: flex-end; }
.bk-product-pick {
    display: grid;
    gap: .75rem;
}
.bk-product-pick label {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 2px solid var(--sot-border);
    border-radius: 12px;
    cursor: pointer;
    transition: border-color .2s;
}
.bk-product-pick label:has(input:checked) { border-color: var(--sot-blue); background: #e3f2fd; }
.bk-product-pick input { accent-color: var(--sot-blue); }
.bk-summary-grid { display: grid; grid-template-columns: 120px 1fr; gap: .5rem .75rem; font-size: .95rem; }
.bk-summary-grid dt { color: var(--sot-muted); }
.bk-summary-grid dd { margin: 0; font-weight: 600; }

.bk-complete {
    text-align: center;
    padding: 1rem 0;
}
.bk-complete-icon {
    width: 72px; height: 72px; line-height: 72px;
    border-radius: 50%;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 2rem;
    margin: 0 auto 1rem;
}
.bk-res-no {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--sot-blue);
    letter-spacing: .02em;
    margin: .5rem 0 1rem;
}
.bk-complete-actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; margin-top: 1.5rem; }

/* Search result */
.bk-search-result {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--sot-border);
    box-shadow: var(--sot-shadow);
    overflow: hidden;
    margin-top: 1.5rem;
}
.bk-search-head {
    background: linear-gradient(90deg, var(--sot-blue), var(--sot-blue-light));
    color: #fff;
    padding: 1.25rem 1.5rem;
}
.bk-search-head h3 { margin: 0; font-size: 1.1rem; }
.bk-search-body { padding: 1.5rem; }
.bk-status-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.25rem; }
.bk-status-badge {
    padding: .35rem .75rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
}
.bk-status-ok { background: #e8f5e9; color: #2e7d32; }
.bk-status-wait { background: #fff8e1; color: #f57f17; }
.bk-status-muted { background: #eceff1; color: #546e7a; }
.bk-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.bk-detail-item label { display: block; font-size: .75rem; color: var(--sot-muted); margin-bottom: .2rem; }
.bk-detail-item strong { font-size: .95rem; }
.bk-search-actions { display: flex; flex-wrap: wrap; gap: .5rem; }

/* Mobile ticket */
.bk-ticket-page { max-width: 420px; margin: 0 auto; }
.bk-mticket {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(13,71,161,.15);
    border: 1px solid var(--sot-border);
    margin-bottom: 1.5rem;
}
.bk-mticket-brand {
    background: linear-gradient(135deg, var(--sot-blue-dark), var(--sot-blue));
    color: #fff;
    padding: 1.25rem 1.5rem;
    text-align: center;
}
.bk-mticket-brand h2 { font-size: 1rem; margin: 0 0 .25rem; font-weight: 700; }
.bk-mticket-brand p { margin: 0; font-size: .85rem; opacity: .9; }
.bk-mticket-body { padding: 1.25rem 1.5rem; }
.bk-mticket-meta { margin-bottom: 1rem; }
.bk-mticket-meta dt { font-size: .72rem; color: var(--sot-muted); margin: 0; }
.bk-mticket-meta dd { font-size: .95rem; font-weight: 600; margin: 0 0 .65rem; }
.bk-mticket-perforation {
    position: relative;
    margin: 1rem -1.5rem;
    border-top: 2px dashed #cfd8dc;
}
.bk-mticket-perforation::before,
.bk-mticket-perforation::after {
    content: '';
    position: absolute;
    top: -10px;
    width: 20px; height: 20px;
    background: var(--sot-bg);
    border-radius: 50%;
}
.bk-mticket-perforation::before { left: -10px; }
.bk-mticket-perforation::after { right: -10px; }
.bk-mticket-qr { text-align: center; padding: 1rem 0; }
.bk-mticket-qr canvas { border-radius: 8px; }
.bk-mticket-note { font-size: .78rem; color: var(--sot-muted); line-height: 1.5; margin-top: 1rem; }
.bk-mticket-status {
    display: inline-block;
    margin-top: .5rem;
    padding: .3rem .65rem;
    border-radius: 6px;
    font-size: .75rem;
    font-weight: 700;
}

/* Demo industry */
.demo-hero-enhanced {
    position: relative;
    padding: 3.5rem 0;
    color: #fff;
    overflow: hidden;
}
.demo-hero-enhanced::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--demo-primary, #0d47a1), var(--demo-accent, #29b6f6));
    opacity: .95;
}
.demo-hero-enhanced.has-hero-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--demo-hero-bg);
    background-size: cover;
    background-position: center;
    opacity: .35;
}
.demo-hero-enhanced.has-hero-image::before {
    opacity: .88;
}
.demo-hero-enhanced .container { position: relative; z-index: 1; }
.demo-highlight-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}
.demo-highlight-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 12px;
    padding: 1rem;
    backdrop-filter: blur(4px);
}
.demo-highlight-card strong { display: block; margin-bottom: .25rem; }

@media (max-width: 768px) {
    .hero-landing { min-height: auto; }
    .hero-landing .container { padding: 2.5rem 1rem; }
    .hero-product-showcase { margin-top: .5rem; }
    .hero-showcase-item { max-width: 100%; min-width: 0; }
    .hero-showcase-plus { display: none; }
    .hero-cta .btn-sot { width: 100%; min-height: 44px; justify-content: center; }
    .bk-wizard-progress .step { font-size: .65rem; min-width: 52px; }
    .bk-summary-grid { grid-template-columns: 1fr; }
    .bk-product-grid { grid-template-columns: 1fr; }
}
