/* ==========================================
   SALAIRE WIDGET – EDITORIAL REDESIGN
   Konzept C: Zweispalter-Raster, luxus-editorial,
   ohne wuchtige Box-Optik.
   Preise klar, luftig, elegant – wie ein feines Menü.
   ========================================== */

/* ==========================================
   CSS VARIABLEN
   ========================================== */
:root {
    --sal-gold:        #B8956A;
    --sal-gold-light:  #D4B896;
    --sal-gold-dark:   #8B6F47;
    --sal-cream:       #FDFAF6;
    --sal-warm-white:  #F7F1EA;
    --sal-section-mid: #F7F1EA;
    --sal-brown-dark:  #4A3F35;
    --sal-brown-mid:   #6B5D52;
    --sal-border:      rgba(184, 149, 106, 0.16);
    --sal-border-hover: rgba(184, 149, 106, 0.40);
    --sal-row-hover:   rgba(184, 149, 106, 0.04);
}

/* ==========================================
   FULL-WIDTH BREAKOUT
   Bricht aus dem Elementor-Container heraus
   damit Sektionshintergründe über die volle
   Fensterbreite laufen.
   ========================================== */
.salaire-elegant-section,
.booking-requirements-section,
.travel-cancellation-section,
.faq-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

/* ==========================================
   INTRO SECTION
   ========================================== */
.salaire-intro {
    padding: 80px 20px;
    background: var(--sal-cream);
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.intro-content {
    max-width: 900px;
    margin: 0 auto;
}

.intro-content .script-text-elegant {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
    color: var(--sal-gold);
    font-size: clamp(1.8rem, 2.5vw, 2.2rem);
    line-height: 1.4;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.intro-content .intro-text {
    font-family: 'Questrial', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.9;
    color: var(--sal-brown-mid);
    margin: 0;
}

/* ==========================================
   PRICING SECTION – WRAPPER
   ========================================== */
.salaire-elegant-section {
    padding: 56px 24px 64px;
    background: #FDFAF6;
}

.salaire-elegant-section .container {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 48px;
}

/* ==========================================
   HEADER
   ========================================== */
.salaire-header {
    text-align: center;
    margin-bottom: 24px;
}

.salaire-header .eyebrow {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    color: var(--sal-gold);
    display: block;
    margin-bottom: 4px;
    line-height: 1.3;
}

.salaire-header h2 {
    font-family: 'Cormorant Garamond', 'Lora', serif;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    color: var(--sal-brown-dark);
    margin: 0 0 12px;
    font-weight: 300;
    letter-spacing: 0.03em;
}

.section-line {
    width: 36px;
    height: 1px;
    background: var(--sal-gold);
    margin: 0 auto 14px;
}

.salaire-note {
    font-family: 'Questrial', sans-serif;
    font-size: 0.88rem;
    color: var(--sal-brown-mid);
    font-style: italic;
    letter-spacing: 0.03em;
}

/* ==========================================
   SECTION GROUP LABEL
   ========================================== */
.salaire-group-label {
    font-family: 'Questrial', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sal-gold);
    margin-bottom: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--sal-gold-light);
}

/* ==========================================
   EDITORIAL GRID
   ========================================== */
.salaire-elegant-box {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border-top: none;
    animation: salFadeIn 0.7s ease-out both;
}

.salaire-price-block {
    margin-bottom: 28px;
}

.salaire-price-block:last-child {
    margin-bottom: 0;
}

.salaire-editorial-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--sal-border);
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}

.sal-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 22px;
    border-bottom: 1px solid var(--sal-border);
    border-right: 1px solid var(--sal-border);
    transition: background 0.2s ease;
    background: #ffffff;
}

.sal-row:nth-child(2n) {
    border-right: none;
}

.sal-row:nth-last-child(1) {
    border-bottom: none;
}

.sal-row:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}

.sal-row:hover {
    background: var(--sal-row-hover);
}

.sal-row.span2 {
    grid-column: 1 / -1;
    border-right: none;
    background: rgba(184, 149, 106, 0.03);
}

.sal-row.span2:last-child {
    border-bottom: none;
}

.sal-left {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.sal-dur {
    font-family: 'Questrial', sans-serif;
    font-size: 0.88rem;
    color: var(--sal-brown-dark);
    line-height: 1.2;
}

.sal-hint {
    font-family: 'Questrial', sans-serif;
    font-size: 0.72rem;
    color: var(--sal-brown-mid);
    font-style: italic;
}

.sal-price {
    font-family: 'Cormorant Garamond', 'Lora', serif;
    font-size: clamp(1.1rem, 1.4vw, 1.3rem);
    font-weight: 300;
    color: var(--sal-gold-dark);
    letter-spacing: 0.02em;
    white-space: nowrap;
    margin-left: 12px;
}

/* ==========================================
   DINNER DATE / SPECIAL OFFER
   ========================================== */
.salaire-special-offer {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 22px;
    border: 1px solid var(--sal-border-hover);
    border-radius: 8px;
    background: #ffffff;
    gap: 16px;
    transition: background 0.2s ease;
    box-shadow: none;
}

.salaire-special-offer::before {
    display: none;
}

.salaire-special-offer:hover {
    background: var(--sal-row-hover);
}

.special-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border: 1px solid var(--sal-border-hover);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sal-gold);
    font-size: 0.75rem;
    background: transparent;
    box-shadow: none;
    background: linear-gradient(135deg, transparent, transparent);
}

.special-icon svg {
    width: 16px;
    height: 16px;
    stroke: var(--sal-gold);
    fill: none;
}

.special-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.special-duration {
    font-family: 'Questrial', sans-serif;
    font-size: 0.88rem;
    color: var(--sal-brown-dark);
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.special-duration small {
    font-size: 0.72rem;
    color: var(--sal-brown-mid);
    font-style: italic;
    font-weight: 400;
}

.special-price {
    font-family: 'Cormorant Garamond', 'Lora', serif;
    font-size: clamp(1.1rem, 1.4vw, 1.3rem);
    font-weight: 300;
    color: var(--sal-gold-dark);
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-shadow: none;
}

/* ==========================================
   BOOKING REQUIREMENTS SECTION
   ========================================== */
.booking-requirements-section {
    padding: 56px 24px 64px;
    background: #F7F1EA;
}

.booking-requirements-section .container {
    max-width: 900px;
    margin: 0 auto;
}

.requirements-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.requirements-box {
    background: #ffffff;
    padding: 36px 32px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    border-top: 1px solid var(--sal-border-hover);
    transition: box-shadow 0.3s ease;
}

.requirements-box:hover {
    box-shadow: 0 4px 30px rgba(184, 149, 106, 0.10);
    transform: none;
}

.requirements-header {
    margin-bottom: 28px;
}

.requirements-header h2 {
    font-family: 'Cormorant Garamond', 'Lora', serif;
    font-size: clamp(1.5rem, 2.2vw, 1.85rem);
    color: var(--sal-brown-dark);
    margin: 0 0 14px;
    font-weight: 300;
    letter-spacing: 0.03em;
}

.section-line-small {
    width: 30px;
    height: 1px;
    background: var(--sal-gold);
    margin-bottom: 10px;
}

.requirements-list {
    display: grid;
    gap: 1px;
    background: var(--sal-border);
    border: 1px solid var(--sal-border);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.requirement-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #ffffff;
    border-left: none;
    transition: background 0.2s ease;
}

.requirement-item:hover {
    background: var(--sal-row-hover);
    transform: none;
}

.requirement-location {
    font-family: 'Questrial', sans-serif;
    font-size: 0.96rem;
    color: var(--sal-brown-dark);
}

.requirement-duration {
    font-family: 'Cormorant Garamond', 'Lora', serif;
    font-size: 1.1rem;
    color: var(--sal-gold-dark);
    font-weight: 400;
}

.requirements-footer {
    font-family: 'Questrial', sans-serif;
    font-size: 0.88rem;
    color: var(--sal-brown-mid);
    padding: 14px 18px;
    background: rgba(184, 149, 106, 0.04);
    border-radius: 7px;
    border: 1px solid var(--sal-border);
    border-left: 2px solid var(--sal-gold-light);
    line-height: 1.7;
}

.requirements-footer strong {
    color: var(--sal-gold-dark);
}

.payment-info {
    font-family: 'Questrial', sans-serif;
    font-size: 0.96rem;
    line-height: 1.85;
    color: var(--sal-brown-mid);
}

.payment-info p {
    margin-bottom: 14px;
}

.payment-info strong {
    color: var(--sal-gold-dark);
    font-weight: 600;
}

.payment-info .payment-highlight {
    background: rgba(184, 149, 106, 0.04);
    padding: 14px 18px;
    border-radius: 7px;
    border: 1px solid var(--sal-border);
    border-left: 2px solid var(--sal-gold-light);
    font-style: italic;
    color: var(--sal-brown-dark);
    margin-top: 18px;
    font-size: 0.88rem;
}

/* ==========================================
   TRAVEL & CANCELLATION SECTION
   ========================================== */
.travel-cancellation-section {
    padding: 56px 24px 64px;
    background: #FDFAF6;
}

.travel-cancellation-section .container {
    max-width: 900px;
    margin: 0 auto;
}

.travel-cancellation-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.info-box {
    background: #ffffff;
    padding: 36px 32px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
    border-top: 1px solid var(--sal-border-hover);
    transition: box-shadow 0.3s ease;
}

.info-box:hover {
    box-shadow: 0 4px 30px rgba(184, 149, 106, 0.10);
    transform: none;
}

.info-header {
    margin-bottom: 28px;
}

.info-header h2 {
    font-family: 'Cormorant Garamond', 'Lora', serif;
    font-size: clamp(1.5rem, 2.2vw, 1.85rem);
    color: var(--sal-brown-dark);
    margin: 0 0 14px;
    font-weight: 300;
    letter-spacing: 0.03em;
}

.info-content {
    font-family: 'Questrial', sans-serif;
    font-size: 0.96rem;
    line-height: 1.85;
    color: var(--sal-brown-mid);
}

.info-content p {
    margin-bottom: 14px;
}

.info-content strong {
    color: var(--sal-gold-dark);
    font-weight: 600;
}

.travel-note,
.cancellation-highlight {
    background: rgba(184, 149, 106, 0.04);
    padding: 14px 18px;
    border-radius: 7px;
    border: 1px solid var(--sal-border);
    border-left: 2px solid var(--sal-gold-light);
    font-style: italic;
    color: var(--sal-brown-dark);
    margin-top: 18px;
    font-size: 0.88rem;
    line-height: 1.7;
}

/* ==========================================
   FAQ SECTION
   ========================================== */
.faq-section {
    padding: 56px 24px 72px;
    background: #FDFAF6;
}

.faq-section .container {
    max-width: 760px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 36px;
}

.section-header h2 {
    font-family: 'Cormorant Garamond', 'Lora', serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    color: var(--sal-brown-dark);
    margin: 0 0 12px;
    font-weight: 300;
    letter-spacing: 0.04em;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
}

.faq-item {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(184, 149, 106, 0.18);
    transition: background 0.2s ease;
}

.faq-item:first-child {
    border-top: 1px solid rgba(184, 149, 106, 0.18);
}

.faq-item:hover {
    box-shadow: none;
}

.faq-question {
    padding: 16px 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: transparent;
    border-bottom: none;
    transition: background 0.2s ease;
}

.faq-question:hover {
    background: transparent;
}

.faq-item.active .faq-question {
    background: transparent;
}

.faq-question h3 {
    font-family: 'Questrial', sans-serif;
    font-size: clamp(0.9rem, 1.4vw, 1rem);
    color: var(--sal-brown-dark);
    margin: 0;
    font-weight: 400;
    flex: 1;
    letter-spacing: 0.01em;
}

.faq-toggle {
    font-size: 1.2rem;
    color: var(--sal-gold-light);
    font-weight: 300;
    line-height: 1;
    transition: transform 0.3s ease, color 0.2s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: var(--sal-gold);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: 600px;
    padding: 0 4px 20px;
    border-top: none;
}

.faq-answer p {
    font-family: 'Questrial', sans-serif;
    font-size: 0.92rem;
    line-height: 1.85;
    color: var(--sal-brown-mid);
    margin: 0;
    padding-top: 0;
}

/* ==========================================
   ANIMATIONS
   ========================================== */
@keyframes salFadeIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================
   RESPONSIVE – TABLET  (max 968px)
   ========================================== */
@media (max-width: 968px) {

    .salaire-intro,
    .salaire-elegant-section,
    .booking-requirements-section,
    .travel-cancellation-section,
    .faq-section {
        padding-top: 44px;
        padding-bottom: 52px;
    }

    .salaire-elegant-section .container {
        gap: 36px;
    }

    .salaire-editorial-grid {
        grid-template-columns: 1fr 1fr;
    }

    .requirements-wrapper,
    .travel-cancellation-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

/* ==========================================
   RESPONSIVE – MOBILE  (max 640px)
   ========================================== */
@media (max-width: 640px) {

    .salaire-intro,
    .salaire-elegant-section,
    .booking-requirements-section,
    .travel-cancellation-section,
    .faq-section {
        padding: 48px 16px 56px;
    }

    .salaire-header {
        margin-bottom: 28px;
    }

    /* Single column grid on mobile */
    .salaire-editorial-grid {
        grid-template-columns: 1fr;
    }

    .sal-row {
        border-right: none;
        padding: 16px 20px;
    }

    .sal-row:nth-child(2n) {
        border-right: none;
    }

    /* Restore bottom border for all except last */
    .sal-row:nth-last-child(2):nth-child(odd) {
        border-bottom: 1px solid var(--sal-border);
    }

    .sal-row:last-child {
        border-bottom: none;
    }

    .sal-price {
        font-size: 1.3rem;
    }

    .salaire-special-offer {
        padding: 16px 20px;
        gap: 14px;
    }

    .special-content {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .special-price {
        font-size: 1.3rem;
    }

    .requirements-box,
    .info-box {
        padding: 28px 22px;
    }

    .requirement-item {
        padding: 14px 18px;
    }

    .requirements-wrapper,
    .travel-cancellation-wrapper {
        grid-template-columns: 1fr;
    }

    .faq-question {
        padding: 18px 20px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px;
    }

    .faq-question h3 {
        font-size: 0.92rem;
    }

    .faq-toggle {
        font-size: 1.2rem;
    }
}

/* ==========================================
   EXTRA SMALL  (max 400px)
   ========================================== */
@media (max-width: 400px) {

    .sal-row {
        padding: 14px 16px;
    }

    .sal-dur {
        font-size: 0.88rem;
    }

    .sal-price {
        font-size: 1.2rem;
    }

    .salaire-special-offer {
        padding: 14px 16px;
    }

    .special-price {
        font-size: 1.2rem;
    }
}

/* ==========================================
   ELEMENTOR EDITOR
   ========================================== */
.elementor-editor-active .faq-item {
    margin-bottom: 0;
}

.elementor-editor-active .faq-answer {
    max-height: none;
    padding: 0 4px 20px;
    border-top: none;
}

/* ==========================================
   PRINT
   ========================================== */
@media print {

    .faq-answer {
        max-height: none !important;
        padding: 0 28px 24px !important;
    }

    .salaire-editorial-grid,
    .requirements-box,
    .info-box {
        box-shadow: none;
        border: 1px solid var(--sal-gold-light);
        page-break-inside: avoid;
    }
}
