/*
|--------------------------------------------------------------------------
| TPC Custom Overrides
|--------------------------------------------------------------------------
| This file is loaded after Bootstrap and after the original TourismPro style.
| It keeps the landing page aligned to the marketplace product direction.
*/

:root {
    --tpc-terra: #d66b2d;
    --tpc-ink: #132238;
    --tpc-forest: #0e3b2e;
    --tpc-gold: #d6a531;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.market-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-weight: 600;
    backdrop-filter: blur(12px);
}

.market-note span {
    color: #ffd37a;
}

.typeopt.selected,
.typeopt.active {
    outline: 2px solid var(--tpc-terra);
    box-shadow: 0 14px 40px rgba(214,107,45,0.18);
}

.req {
    color: #d66b2d;
    font-weight: 700;
}

#toast {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    max-width: 360px;
    display: none;
    align-items: center;
    gap: 14px;
    background: #132238;
    color: #fff;
    padding: 14px 16px;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,.25);
}

#toast.show {
    display: flex;
}

#toast button {
    border: 0;
    border-radius: 999px;
    background: #d66b2d;
    color: #fff;
    padding: 6px 14px;
    font-weight: 700;
}
