:root {
    --bee-yellow: #f1bc3c;
    --bee-yellow-dark: #d7a127;
    --bee-ink: #182331;
    --bee-ink-soft: #526171;
    --bee-navy: #223b6a;
    --bee-border: rgba(24, 35, 49, 0.1);
    --bee-surface: #ffffff;
    --bee-surface-alt: #f4f1e8;
    --bee-bg: #fbfaf6;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: var(--bee-ink);
    background:
        radial-gradient(circle at top left, rgba(241, 188, 60, 0.14), transparent 22%),
        linear-gradient(180deg, #fefdf8 0%, #fbfaf6 55%, #f6f3ea 100%);
}

.soon-body {
    min-height: 100vh;
}

.soon-main {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.soon-section {
    width: 100%;
}

.soon-card {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(24, 35, 49, 0.08);
    border-radius: 30px;
    padding: clamp(2rem, 4vw, 3.4rem);
    box-shadow: 0 24px 50px rgba(24, 35, 49, 0.08);
}

.soon-logo {
    width: min(100%, 320px);
    height: auto;
    display: block;
    margin: 0 auto 1.5rem;
}

.soon-kicker {
    margin-bottom: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--bee-navy);
}

.soon-title {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    line-height: 1.08;
    font-weight: 800;
    color: var(--bee-ink);
}

.soon-description {
    max-width: 560px;
    margin: 0 auto;
    font-size: 1.02rem;
    line-height: 1.75;
    color: var(--bee-ink-soft);
}

a {
    color: inherit;
}

.site-header {
    backdrop-filter: blur(12px);
    background: rgba(255, 252, 245, 0.9);
    border-bottom: 1px solid rgba(24, 35, 49, 0.08);
}

.navbar-toggler {
    border-color: rgba(24, 35, 49, 0.12);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.18rem rgba(241, 188, 60, 0.28);
}

.brand-title {
    display: inline-flex;
    align-items: center;
}

.brand-logo {
    width: clamp(150px, 18vw, 220px);
    height: auto;
    display: block;
}

.nav-link {
    font-weight: 700;
    color: var(--bee-ink);
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bee-navy);
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(24, 35, 49, 0.08);
    border-radius: 999px;
    padding: 0.2rem;
}

.lang-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 30px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.82rem;
    color: var(--bee-ink);
}

.lang-link.is-active {
    color: var(--bee-ink);
    background: var(--bee-yellow);
}

.lang-link:not(.is-active):hover {
    color: var(--bee-navy);
}

.btn-bee,
.btn-outline-bee {
    border-radius: 999px;
    padding: 0.78rem 1.35rem;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-bee {
    border: 0;
    background: linear-gradient(135deg, #ffd769 0%, #f1bc3c 100%);
    color: #3b2d08;
    box-shadow: 0 14px 26px rgba(180, 130, 18, 0.22);
}

.btn-outline-bee {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(24, 35, 49, 0.12);
    background: rgba(255, 255, 255, 0.75);
    color: var(--bee-ink);
    text-decoration: none;
}

.btn-bee:hover,
.btn-bee:focus,
.btn-outline-bee:hover,
.btn-outline-bee:focus {
    transform: translateY(-1px);
}

guidap-reserve-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    min-height: 46px;
}

.guidap-reserve {
    display: inline-flex;
}

.navbar .guidap-reserve {
    white-space: nowrap;
}

.text-center .guidap-reserve {
    margin-left: auto;
    margin-right: auto;
}

.hero-section {
    padding: 2rem 0 1.25rem;
}

.hero-shell {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(24, 35, 49, 0.08);
    border-radius: 30px;
    padding: clamp(1.5rem, 3vw, 3rem);
    box-shadow: 0 24px 50px rgba(24, 35, 49, 0.08);
    text-align: center;
}

.hero-logo-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.hero-logo {
    width: min(100%, 360px);
    height: auto;
    display: block;
}

.hero-kicker,
.section-kicker,
.schedule-label,
.info-card-title,
.access-card-title {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 800;
}

.hero-kicker,
.section-kicker,
.schedule-label {
    color: var(--bee-navy);
}

.hero-title {
    max-width: 900px;
    margin: 0 auto 1rem;
    font-size: clamp(2rem, 3.6vw, 4rem);
    line-height: 1.08;
    font-weight: 800;
}

.hero-intro,
.hero-intro-note,
.lead-copy,
.content-card p,
.info-card-text,
.price-label,
.accordion-body,
.footer-lead,
.footer-list li {
    color: var(--bee-ink-soft);
}

.hero-intro,
.hero-intro-note {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

.hero-intro-note {
    font-weight: 700;
    color: var(--bee-ink);
}

.hero-actions {
    display: flex;
    gap: 0.9rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.4rem;
}

.hero-highlights {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.hero-pill {
    background: rgba(241, 188, 60, 0.12);
    color: var(--bee-ink);
    border: 1px solid rgba(241, 188, 60, 0.34);
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 0.48rem 0.9rem;
}

.section-heading {
    margin-bottom: 1.4rem;
}

.section-title {
    margin: 0;
    font-size: clamp(1.55rem, 2vw, 2.4rem);
    line-height: 1.18;
    font-weight: 800;
    color: var(--bee-ink);
}

.info-card,
.content-card,
.schedule-card,
.access-card,
.price-card,
.faq-item,
.review-card {
    background: var(--bee-surface);
    border: 1px solid var(--bee-border);
    border-radius: 22px;
    box-shadow: 0 18px 34px rgba(24, 35, 49, 0.06);
}

.info-card,
.schedule-card,
.access-card,
.price-card {
    padding: 1.35rem;
}

.content-card {
    padding: clamp(1.35rem, 2vw, 2.15rem);
}

.info-card-title {
    color: var(--bee-ink);
    margin-bottom: 0.55rem;
}

.info-card-text {
    line-height: 1.65;
    margin-bottom: 0;
}

.lead-copy {
    font-size: 1.04rem;
    line-height: 1.7;
}

.content-note {
    margin-top: 1.1rem;
    line-height: 1.7;
    color: var(--bee-ink);
    font-weight: 600;
}

.bee-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bee-list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.8rem;
    line-height: 1.65;
}

.bee-list li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--bee-yellow);
    position: absolute;
    left: 0;
    top: 0.65rem;
}

.schedule-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 245, 232, 0.96) 100%);
}

.schedule-name {
    font-size: 1.55rem;
    margin-bottom: 1rem;
    font-weight: 800;
    color: var(--bee-ink);
}

.schedule-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.schedule-list li {
    padding: 0.8rem 0;
    border-top: 1px solid rgba(24, 35, 49, 0.08);
    color: var(--bee-ink-soft);
    font-weight: 600;
}

.schedule-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

.price-card {
    height: 100%;
    text-align: center;
    background: linear-gradient(180deg, #fffdf7 0%, #f9f5e7 100%);
}

.price-value {
    font-size: clamp(1.8rem, 2.6vw, 2.5rem);
    font-weight: 800;
    color: var(--bee-ink);
    margin-bottom: 0.35rem;
}

.price-label {
    font-weight: 700;
    line-height: 1.55;
}

.pricing-note {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: 18px;
    background: rgba(241, 188, 60, 0.12);
    border: 1px solid rgba(241, 188, 60, 0.28);
}

.pricing-note p {
    color: var(--bee-ink);
    line-height: 1.65;
}

.pricing-cta {
    display: flex;
    justify-content: center;
    margin-top: 1.35rem;
}

.pricing-availability {
    margin-top: 1.1rem;
    margin-bottom: 0;
}

.access-card-title {
    margin-bottom: 0.85rem;
    color: var(--bee-ink);
}

.map-wrap {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--bee-border);
    box-shadow: 0 18px 34px rgba(24, 35, 49, 0.06);
}

.map-wrap iframe {
    width: 100%;
    height: 340px;
    border: 0;
}

.faq-toolbar {
    margin: 0 auto 1rem;
    max-width: 760px;
}

.faq-search {
    width: 100%;
    border: 1px solid rgba(24, 35, 49, 0.12);
    border-radius: 999px;
    padding: 0.9rem 1rem;
    font-weight: 700;
    color: var(--bee-ink);
    background: rgba(255, 255, 255, 0.88);
}

.faq-search:focus {
    outline: none;
    border-color: rgba(241, 188, 60, 0.8);
    box-shadow: 0 0 0 3px rgba(241, 188, 60, 0.18);
}

.faq-empty {
    text-align: center;
    font-weight: 700;
    color: var(--bee-ink-soft);
    margin-bottom: 1rem;
}

.faq-panel {
    max-width: 980px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 0.8rem;
    overflow: hidden;
}

.faq-item .accordion-button {
    font-weight: 800;
    color: var(--bee-ink);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: none;
    padding: 1.1rem 1.25rem;
}

.faq-item .accordion-button:not(.collapsed) {
    background: rgba(241, 188, 60, 0.1);
    color: var(--bee-ink);
}

.faq-item .accordion-collapse {
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(24, 35, 49, 0.06);
}

.faq-item .accordion-button:focus {
    box-shadow: none;
}

.faq-item .accordion-body {
    line-height: 1.7;
    padding: 0.95rem 1.25rem 1.2rem;
}

.site-footer {
    background: #f3e3aa;
    border-top: 1px solid rgba(24, 35, 49, 0.08);
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--bee-ink);
    margin-bottom: 0.8rem;
}

.footer-lead,
.footer-list li {
    line-height: 1.7;
}

.footer-link {
    color: var(--bee-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 700;
}

.footer-link:hover {
    color: var(--bee-navy);
}

.footer-link-btn {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.contact-modal {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #fffdf7 0%, #ffffff 60%);
    box-shadow: 0 30px 46px rgba(24, 35, 49, 0.18);
}

.contact-modal .modal-title {
    color: var(--bee-ink);
    font-size: 1.45rem;
    font-weight: 800;
}

.contact-modal-intro {
    color: var(--bee-ink-soft);
    font-weight: 600;
    margin-bottom: 1rem;
}

.contact-form .contact-label {
    font-weight: 700;
    color: var(--bee-ink);
    margin-bottom: 0.35rem;
}

.contact-input {
    border-radius: 14px;
    border: 1px solid rgba(24, 35, 49, 0.12);
    padding: 0.72rem 0.9rem;
    box-shadow: none;
}

.contact-input:focus {
    border-color: rgba(241, 188, 60, 0.8);
    box-shadow: 0 0 0 3px rgba(241, 188, 60, 0.18);
}

.contact-textarea {
    min-height: 130px;
    resize: vertical;
}

.contact-feedback {
    margin-top: 0.9rem;
    border-radius: 14px;
    padding: 0.7rem 0.85rem;
    font-weight: 700;
}

.contact-feedback.success {
    background: #e6f8ee;
    color: #1f7445;
    border: 1px solid #ace2c3;
}

.contact-feedback.error {
    background: #fff1ef;
    color: #a4372b;
    border: 1px solid #f2c3bd;
}

.contact-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.reveal-item {
    opacity: 0;
    transform: translateY(20px);
}

@media (max-width: 991.98px) {
    .navbar-nav {
        gap: 0.45rem;
        padding-top: 0.6rem;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .lang-switch {
        display: flex;
        width: 100%;
    }

    .lang-link {
        flex: 1;
    }

    .navbar-nav .guidap-reserve {
        display: block;
        width: 100%;
        text-align: center;
    }

    .brand-logo {
        width: 170px;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding-top: 1.2rem;
    }

    .hero-shell,
    .content-card,
    .schedule-card,
    .access-card,
    .price-card,
    .info-card {
        border-radius: 18px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn-outline-bee,
    .hero-actions .guidap-reserve,
    .contact-actions .btn {
        width: 100%;
    }

    .map-wrap iframe {
        height: 280px;
    }

    .contact-actions {
        justify-content: stretch;
    }
}
