/* FOCUS_ADVENTURES_HOME_V8_3 */

.fa-v83-stats{
    width:min(1180px,calc(100% - 32px));
    margin:4px auto 30px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px
}
.fa-v83-stat{
    background:linear-gradient(145deg,#0b1926,#101f2d);
    border:1px solid #27425d;
    border-radius:16px;
    padding:18px;
    text-align:center;
    box-shadow:0 18px 40px rgba(0,0,0,.18)
}
.fa-v83-stat strong{
    display:block;
    color:#fff;
    font-size:clamp(26px,4vw,42px);
    line-height:1
}
.fa-v83-stat span{
    display:block;
    color:#9eb4c9;
    margin-top:8px;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em
}
.fa-v83-stat small{
    display:block;
    color:#6f879c;
    margin-top:5px;
    font-size:10px
}
.fa-v83-dream{
    width:min(1180px,calc(100% - 32px));
    margin:0 auto 36px;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:18px;
    background:
        radial-gradient(circle at 10% 15%,rgba(255,126,55,.16),transparent 30%),
        linear-gradient(145deg,#0b1723,#101f2d);
    border:1px solid #2c4c68;
    border-radius:22px;
    overflow:hidden
}
.fa-v83-dream-copy,
.fa-v83-contact{
    padding:clamp(20px,4vw,34px)
}
.fa-v83-dream-copy h2{
    margin:5px 0 14px;
    font-size:clamp(28px,4vw,46px);
    line-height:1.02
}
.fa-v83-dream-copy p{
    color:#c6d3df;
    line-height:1.7
}
.fa-v83-dream-copy .dream-car{
    margin-top:18px;
    padding:14px 16px;
    border-left:3px solid #ff7d38;
    background:rgba(255,255,255,.035);
    border-radius:0 12px 12px 0
}
.fa-v83-contact{
    background:rgba(3,10,16,.42);
    border-left:1px solid #27425d
}
.fa-v83-contact form{
    display:grid;
    gap:10px
}
.fa-v83-contact input,
.fa-v83-contact select,
.fa-v83-contact textarea{
    width:100%;
    padding:11px 12px;
    border:1px solid #345572;
    border-radius:10px;
    background:#07131f;
    color:#f4f8fc;
    font:inherit
}
.fa-v83-contact textarea{
    min-height:120px;
    resize:vertical
}
.fa-v83-contact .hp{
    position:absolute;
    left:-99999px;
    width:1px;
    height:1px;
    overflow:hidden
}
.fa-v83-contact-status{
    min-height:20px;
    color:#a8bdd0;
    font-size:12px
}

/* Custom reiscovers: volledige poster tonen, oude overlay verbergen. */
.trip-card--custom-cover-v78 .travel-poster-paper{
    background-size:0 0,contain!important;
    background-repeat:no-repeat!important;
    background-position:center,center!important;
    background-color:#08111a!important
}
.trip-card--custom-cover-v78 .travel-poster-paper>*{
    display:none!important
}
.fa26-card img[src*="/assets/trip-covers-v8-0/"]{
    object-fit:contain!important;
    object-position:center!important;
    background:#08111a!important
}

@media(max-width:850px){
    .fa-v83-stats{
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .fa-v83-dream{
        grid-template-columns:1fr
    }
    .fa-v83-contact{
        border-left:0;
        border-top:1px solid #27425d
    }
}

/* FOCUS_ADVENTURES_ELEGANT_COUNTER_V8_3_3 */
.fa-v83-stats{display:none!important}

.fa-v833-counter{
    width:100%;
    padding:12px 18px;
    background:linear-gradient(90deg,rgba(7,18,28,.97),rgba(12,29,42,.97),rgba(7,18,28,.97));
    border-bottom:1px solid rgba(127,157,181,.22);
    box-shadow:0 12px 30px rgba(0,0,0,.14)
}

.fa-v833-counter-inner{
    width:min(1180px,100%);
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    min-height:48px
}

.fa-v833-counter-item{
    display:flex;
    align-items:baseline;
    justify-content:center;
    gap:6px;
    color:#d9e4ec;
    text-decoration:none;
    white-space:nowrap;
    line-height:1.2
}

.fa-v833-counter-item strong{
    color:#ff8a45;
    font-size:clamp(20px,2.2vw,31px);
    font-weight:900;
    letter-spacing:-.04em
}

.fa-v833-prefix{
    color:#d9e4ec;
    font-size:13px;
    font-weight:800
}

.fa-v833-label{
    color:#aebfcd;
    font-size:12px;
    font-weight:650
}

.fa-v833-divider{
    width:1px;
    height:28px;
    background:linear-gradient(to bottom,transparent,rgba(145,169,188,.32),transparent)
}

.fa-v833-instagram:hover .fa-v833-label{color:#fff}

@media(max-width:980px){
    .fa-v833-counter-inner{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:0
    }
    .fa-v833-counter-item{
        padding:10px 12px;
        white-space:normal;
        text-align:center;
        flex-wrap:wrap
    }
    .fa-v833-divider{display:none}
}

@media(max-width:560px){
    .fa-v833-counter{padding:8px 10px}
    .fa-v833-counter-item{min-height:64px;padding:8px}
    .fa-v833-counter-item strong{font-size:24px}
    .fa-v833-prefix,.fa-v833-label{font-size:11px}
}
