body.ps-landing {
    font-family: "Jost", sans-serif;
    color: #16315c;
    background: #ffffff;
}

.ps-header {
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.92);
}

.ps-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.ps-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3554d1 0%, #4f7cff 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 16px 40px rgba(53, 84, 209, 0.28);
}

.ps-hero-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ps-search-input {
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #16315c;
}

.ps-search-input::placeholder {
    color: #8b97ae;
}

.ps-search-input:focus {
    outline: none;
}

.ps-hero-stats {
    position: relative;
    z-index: 6;
    margin-top: -64px;
    padding-bottom: 20px;
}

.ps-stat-card {
    height: 100%;
    padding: 28px 30px;
}

.ps-service-card {
    height: 100%;
    padding: 16px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 30px 60px rgba(20, 42, 90, 0.08);
}

.ps-cta-copy {
    max-width: 420px;
}

.ps-journey-card {
    height: 100%;
    padding: 32px 30px;
}

.ps-destination-card {
    height: 100%;
    padding: 28px 30px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ps-destination-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(20, 42, 90, 0.12);
}

.ps-destination-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ps-destination-card__type {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(53, 84, 209, 0.08);
    color: #3554d1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .ps-hero-stats {
        margin-top: 0;
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .ps-brand-link {
        gap: 10px;
    }

    .ps-brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }

    .ps-stat-card,
    .ps-journey-card {
        padding: 24px 22px;
    }
}
