:root {
    --gold: #B8860B;
    --gold-light: #D4AF37;
    --gold-dark: #8F6809;
    --gold-faint: #D4AF3714;
    --gold-soft: #D4AF3726;
    --gold-border: #D4AF3740;
    --gold-glow: #D4AF3766;
    --navy: #0B1F33;
    --navy-2: #102E4C;
    --navy-3: #1A4468;
    --navy-4: #1E4A75;
    --slate: #24578A;
    --bg: #F7F9FC;
    --bg-2: #EEF2F7;
    --bg-3: #E4EBF2;
    --white: #fff;
    --text-primary: #0B1F33;
    --text-secondary: #5B6875;
    --text-muted: #7E96AA;
    --text-light: #ffffffd9;
    --text-dimmed: #ffffff8c;
    --border: #D9E0E7;
    --border-dark: #0B1F331f;
    --green: #16a34a;
    --red: #dc2626;
    --amber: #d97706;
    --purple: #7c3aed;
    --container: 1280px;
    --px: clamp(16px, 4vw, 48px);
    --r-sm: 8px;
    --r-md: 14px;
    --r-lg: 20px;
    --r-xl: 28px;
    --r-2xl: 40px;
    --shadow-xs: 0 1px 3px #0B1F330f;
    --shadow-sm: 0 2px 12px #0B1F3314;
    --shadow-md: 0 8px 28px #0B1F331f;
    --shadow-lg: 0 20px 56px #0B1F3329;
    --shadow-xl: 0 32px 80px #0B1F3338;
    --shadow-gold: 0 8px 32px #D4AF3747;
    --shadow-gold-lg: 0 16px 48px #D4AF3759;
    --t-fast: 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    --t-mid: 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    --t-slow: 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    --t-spring: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    --t-bounce: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    --font-display: "Playfair Display", Georgia, serif;
    --font-body: "DM Sans", system-ui, sans-serif
}

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    font-size: 16px;
    scroll-behavior: smooth
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #F7F9FC;
    background: var(--bg);
    color: #0B1F33;
    color: var(--text-primary);
    font-family: DM Sans, system-ui, sans-serif;
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden
}

img {
    display: block;
    max-width: 100%;
    object-fit: cover
}

a {
    color: inherit;
    text-decoration: none
}

ol,
ul {
    list-style: none
}

button {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1
}

button,
input,
select,
textarea {
    font-family: inherit
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Playfair Display, Georgia, serif;
    font-family: var(--font-display);
    letter-spacing: -.02em;
    line-height: 1.15
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #102E4C;
    background: var(--navy-2)
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #B8860B, #8F6809);
    background: linear-gradient(to bottom, var(--gold), var(--gold-dark));
    border-radius: 4px
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(.88)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes float {
    0%,
    to {
        transform: translateY(0) rotate(0deg)
    }
    33% {
        transform: translateY(-18px) rotate(2deg)
    }
    66% {
        transform: translateY(-8px) rotate(-1deg)
    }
}

@keyframes floatX {
    0%,
    to {
        transform: translateX(0)
    }
    50% {
        transform: translateX(12px)
    }
}

@keyframes pulse {
    0%,
    to {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .6;
        transform: scale(.95)
    }
}

@keyframes pulseBig {
    0%,
    to {
        box-shadow: 0 0 0 0 #D4AF3766;
        box-shadow: 0 0 0 0 var(--gold-glow);
        transform: scale(1)
    }
    50% {
        box-shadow: 0 0 0 12px #0000;
        transform: scale(1.04)
    }
}

@keyframes shimmer {
    0% {
        background-position: -600px 0
    }
    to {
        background-position: 600px 0
    }
}

@keyframes rotateSlow {
    to {
        transform: rotate(1turn)
    }
}

@keyframes rotateSlowReverse {
    to {
        transform: rotate(-1turn)
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-50%)
    }
}

@keyframes borderPulse {
    0%,
    to {
        opacity: 1
    }
    50% {
        opacity: .7
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes particleDrift {
    0% {
        opacity: 0;
        transform: translateY(0) translateX(0) scale(1)
    }
    10% {
        opacity: 1
    }
    90% {
        opacity: .6
    }
    to {
        opacity: 0;
        transform: translateY(-120px) translateX(40px) scale(.5)
    }
}

@keyframes orbitSpin {
    0% {
        transform: rotate(0deg) translateX(60px) rotate(0deg)
    }
    to {
        transform: rotate(1turn) translateX(60px) rotate(-1turn)
    }
}

@keyframes glowPulse {
    0%,
    to {
        box-shadow: 0 0 20px #D4AF3733, 0 0 40px #D4AF371a
    }
    50% {
        box-shadow: 0 0 40px #D4AF3780, 0 0 80px #D4AF3740
    }
}

@keyframes textGlow {
    0%,
    to {
        text-shadow: 0 0 20px #D4AF374d
    }
    50% {
        text-shadow: 0 0 40px #D4AF37b3, 0 0 80px #D4AF374d
    }
}

@keyframes lineGrow {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes countUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes ripple {
    0% {
        opacity: .6;
        transform: scale(0)
    }
    to {
        opacity: 0;
        transform: scale(4)
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes morphBlob {
    0%,
    to {
        border-radius: 60% 40% 30% 70%/60% 30% 70% 40%
    }
    25% {
        border-radius: 30% 60% 70% 40%/50% 60% 30% 60%
    }
    50% {
        border-radius: 50% 60% 30% 60%/30% 60% 70% 40%
    }
    75% {
        border-radius: 60% 40% 60% 30%/70% 30% 60% 40%
    }
}

@keyframes scanLine {
    0% {
        top: -10%
    }
    to {
        top: 110%
    }
}

@keyframes typewriter {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes blink {
    0%,
    to {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.anim-fade-up {
    animation: fadeUp .7s cubic-bezier(.4, 0, .2, 1) .32s both;
    animation: fadeUp .7s var(--t-mid) both
}

.anim-fade-in {
    animation: fadeIn .6s cubic-bezier(.4, 0, .2, 1) .32s both;
    animation: fadeIn .6s var(--t-mid) both
}

.anim-fade-left {
    animation: fadeLeft .7s cubic-bezier(.4, 0, .2, 1) .32s both;
    animation: fadeLeft .7s var(--t-mid) both
}

.anim-fade-right {
    animation: fadeRight .7s cubic-bezier(.4, 0, .2, 1) .32s both;
    animation: fadeRight .7s var(--t-mid) both
}

.anim-scale {
    animation: scaleIn .6s cubic-bezier(.34, 1.56, .64, 1) .5s both;
    animation: scaleIn .6s var(--t-spring) both
}

.anim-float {
    animation: float 5s ease-in-out infinite
}

.anim-glow {
    animation: glowPulse 3s ease-in-out infinite
}

.d-1 {
    animation-delay: .08s
}

.d-2 {
    animation-delay: .16s
}

.d-3 {
    animation-delay: .24s
}

.d-4 {
    animation-delay: .32s
}

.d-5 {
    animation-delay: .42s
}

.d-6 {
    animation-delay: .52s
}

.d-7 {
    animation-delay: .62s
}

.d-8 {
    animation-delay: .72s
}

.container {
    margin-inline: auto;
    max-width: 1280px;
    max-width: var(--container);
    padding-inline: clamp(16px, 4vw, 48px);
    padding-inline: var(--px);
    width: 100%
}

.section {
    padding-block: clamp(56px, 8vw, 100px)
}

.section--dark {
    background: #0B1F33;
    background: var(--navy)
}

.section--mid {
    background: #EEF2F7;
    background: var(--bg-2)
}

.btn {
    align-items: center;
    border-radius: 50px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    letter-spacing: .3px;
    overflow: hidden;
    padding: 13px 26px;
    position: relative;
    transition: all .32s cubic-bezier(.4, 0, .2, 1);
    transition: all var(--t-mid);
    white-space: nowrap
}

.btn:after {
    background: #ffffff1f;
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .18s cubic-bezier(.4, 0, .2, 1);
    transition: opacity var(--t-fast)
}

.btn:hover:after {
    opacity: 1
}

.btn-gold {
    background: linear-gradient(135deg, #B8860B, #D4AF37 50%, #B8860B);
    background: linear-gradient(135deg, var(--gold) 0, var(--gold-light) 50%, var(--gold) 100%);
    box-shadow: 0 8px 32px #D4AF3747;
    box-shadow: var(--shadow-gold);
    color: #0B1F33;
    color: var(--navy)
}

.btn-gold:hover {
    box-shadow: 0 16px 48px #D4AF3759;
    box-shadow: var(--shadow-gold-lg);
    transform: translateY(-3px)
}

.btn-gold:active {
    transform: translateY(0)
}

.btn-dark {
    background: #0B1F33;
    background: var(--navy);
    border: 1px solid #ffffff14;
    box-shadow: 0 8px 28px #0B1F331f;
    box-shadow: var(--shadow-md);
    color: #fff;
    color: var(--white)
}

.btn-dark:hover {
    background: #1A4468;
    background: var(--navy-3);
    transform: translateY(-2px)
}

.btn-outline {
    background: #0000;
    border: 1.5px solid #D9E0E7;
    border: 1.5px solid var(--border);
    color: #0B1F33;
    color: var(--navy)
}

.btn-outline:hover {
    border-color: #B8860B;
    border-color: var(--gold);
    color: #B8860B;
    color: var(--gold);
    transform: translateY(-1px)
}

.btn-outline-light {
    background: #0000;
    border: 1.5px solid #ffffff4d;
    color: #fff;
    color: var(--white)
}

.btn-outline-light:hover {
    background: #D4AF3714;
    border-color: #B8860B;
    border-color: var(--gold);
    color: #B8860B;
    color: var(--gold)
}

.btn-sm {
    font-size: 13px;
    padding: 9px 18px
}

.btn-lg {
    font-size: 16px;
    padding: 15px 34px
}

.btn-full {
    justify-content: center;
    width: 100%
}

.sec-tag {
    align-items: center;
    animation: borderPulse 3s ease-in-out infinite;
    background: #D4AF3714;
    background: var(--gold-faint);
    border: 1px solid #D4AF3740;
    border: 1px solid var(--gold-border);
    border-radius: 50px;
    color: #8F6809;
    color: var(--gold-dark);
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 8px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    padding: 6px 16px;
    text-transform: uppercase
}

.sec-tag:before {
    animation: pulse 2s infinite;
    background: #B8860B;
    background: var(--gold);
    border-radius: 50%;
    content: "";
    flex-shrink: 0;
    height: 6px;
    width: 6px
}

.sec-title {
    color: #0B1F33;
    color: var(--text-primary);
    font-size: clamp(26px, 4vw, 52px);
    font-weight: 700;
    margin-bottom: 14px
}

.sec-title .hi {
    color: #B8860B;
    color: var(--gold);
    font-style: italic
}

.sec-title--light {
    color: #fff;
    color: var(--white)
}

.sec-sub {
    color: #5B6875;
    color: var(--text-secondary);
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.75;
    max-width: 540px
}

.sec-sub--light {
    color: #ffffff8c;
    color: var(--text-dimmed)
}

.pill {
    align-items: center;
    border-radius: 50px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 5px;
    letter-spacing: .5px;
    padding: 4px 12px;
    text-transform: uppercase
}

.pill-gold {
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: #0B1F33;
    color: var(--navy)
}

.pill-navy {
    background: #0B1F33;
    background: var(--navy);
    color: #fff;
    color: var(--white)
}

.pill-green {
    background: #16a34a1f;
    border: 1px solid #16a34a40;
    color: #16a34a;
    color: var(--green)
}

.pill-red {
    background: #dc26261a;
    border: 1px solid #dc262633;
    color: #dc2626;
    color: var(--red)
}

.pill-amber {
    background: #d977061a;
    border: 1px solid #d9770633;
    color: #d97706;
    color: var(--amber)
}

.pill-purple {
    background: #7c3aed1a;
    border: 1px solid #7c3aed33;
    color: #7c3aed;
    color: var(--purple)
}

.pill-outline {
    background: #0000;
    border: 1.5px solid #D9E0E7;
    border: 1.5px solid var(--border);
    color: #5B6875;
    color: var(--text-secondary)
}

.skeleton {
    animation: shimmer 1.8s ease-in-out infinite;
    background: linear-gradient(90deg, #EEF2F7 25%, #E4EBF2 50%, #EEF2F7 75%);
    background: linear-gradient(90deg, var(--bg-2) 25%, var(--bg-3) 50%, var(--bg-2) 75%);
    background-size: 400% 100%;
    border-radius: 14px;
    border-radius: var(--r-md)
}

.divider {
    background: #D9E0E7;
    background: var(--border);
    height: 1px;
    margin-block: 24px
}

.divider--gold {
    background: linear-gradient(90deg, #0000, #B8860B, #0000);
    background: linear-gradient(90deg, #0000, var(--gold), #0000)
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.form-label {
    color: #5B6875;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase
}

.form-input {
    background: #fff;
    background: var(--white);
    border: 1.5px solid #D9E0E7;
    border: 1.5px solid var(--border);
    border-radius: 14px;
    border-radius: var(--r-md);
    color: #0B1F33;
    color: var(--text-primary);
    font-size: 15px;
    outline: none;
    padding: 13px 16px;
    transition: border-color .18s cubic-bezier(.4, 0, .2, 1), box-shadow .18s cubic-bezier(.4, 0, .2, 1), transform .18s cubic-bezier(.4, 0, .2, 1);
    transition: border-color var(--t-fast), box-shadow var(--t-fast), transform var(--t-fast);
    width: 100%
}

.form-input:focus {
    border-color: #B8860B;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px #D4AF371f;
    transform: translateY(-1px)
}

.form-input::placeholder {
    color: #7E96AA;
    color: var(--text-muted)
}

.card {
    background: #fff;
    background: var(--white);
    border: 1px solid #D9E0E7;
    border: 1px solid var(--border);
    border-radius: 20px;
    border-radius: var(--r-lg);
    box-shadow: 0 2px 12px #0B1F3314;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: transform .32s cubic-bezier(.4, 0, .2, 1), box-shadow .32s cubic-bezier(.4, 0, .2, 1), border-color .32s cubic-bezier(.4, 0, .2, 1);
    transition: transform var(--t-mid), box-shadow var(--t-mid), border-color var(--t-mid)
}

.card:hover {
    border-color: #D4AF3740;
    border-color: var(--gold-border);
    box-shadow: 0 20px 56px #0B1F3329;
    box-shadow: var(--shadow-lg);
    transform: translateY(-8px)
}

.grid-2 {
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr)
}

.grid-2,
.grid-3 {
    display: grid;
    gap: 24px
}

.grid-3 {
    grid-gap: 24px;
    grid-template-columns: repeat(3, 1fr)
}

.grid-4 {
    grid-gap: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr)
}

.grid-auto {
    grid-gap: 24px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
}

@media (max-width:1024px) {
    .grid-3,
    .grid-4 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .grid-2,
    .grid-3 {
        grid-template-columns: 1fr
    }
    .grid-4 {
        grid-template-columns: repeat(2, 1fr)
    }
    .btn {
        font-size: 13px;
        padding: 11px 20px
    }
    .sec-title {
        font-size: clamp(22px, 6vw, 36px)
    }
}

@media (max-width:480px) {
    .grid-4 {
        grid-template-columns: 1fr
    }
    :root {
        --px: 16px
    }
}

@media (max-width:360px) {
    :root {
        --px: 12px
    }
}

@media (prefers-reduced-motion:reduce) {
    *,
    :after,
    :before {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }
}

#root {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.auth-overlay {
    align-items: center;
    animation: authOverlayIn .2s ease both;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: #08182Ab8;
    display: flex;
    inset: 0;
    justify-content: center;
    overflow-y: auto;
    padding: 16px;
    position: fixed;
    z-index: 9000
}

@keyframes authOverlayIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.auth-modal {
    animation: authModalIn .25s cubic-bezier(.34, 1.2, .64, 1) both;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 24px 60px #08182A59, 0 4px 16px #08182A26;
    margin: auto;
    max-width: 440px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@keyframes authModalIn {
    0% {
        opacity: 0;
        transform: scale(.94) translateY(12px)
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

.auth-modal__header {
    background: linear-gradient(135deg, #163A5F, #1E4A75);
    padding: 24px 24px 20px;
    position: relative;
    text-align: center
}

.auth-modal__logo {
    gap: 8px;
    margin-bottom: 12px
}

.auth-modal__logo,
.auth-modal__logo-icon {
    align-items: center;
    display: flex;
    justify-content: center
}

.auth-modal__logo-icon {
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    border-radius: 9px;
    color: #163A5F;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 900;
    height: 32px;
    letter-spacing: -1px;
    width: 32px
}

.auth-modal__logo-text {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.5px
}

.auth-modal__logo-accent {
    color: #B8860B
}

.auth-modal__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.auth-modal__sub {
    color: #fff9;
    font-size: 13px;
    line-height: 1.5;
    margin: 4px 0 0
}

.auth-modal__close {
    align-items: center;
    background: #ffffff1a;
    border: 1px solid #fff3;
    border-radius: 8px;
    color: #ffffffbf;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: background .15s;
    width: 30px
}

.auth-modal__close:hover {
    background: #fff3;
    color: #fff
}

.auth-tabs {
    background: #F7F9FC;
    border-bottom: 1px solid #E4EBF2;
    display: flex
}

.auth-tab {
    background: none;
    border: none;
    border-bottom: 2px solid #0000;
    color: #5B6875;
    cursor: pointer;
    flex: 1 1;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    text-align: center;
    transition: all .18s
}

.auth-tab.active {
    background: #fff;
    border-bottom: 2px solid #B8860B;
    color: #163A5F
}

.auth-tab:hover:not(.active) {
    background: #fff9;
    color: #163A5F
}

.auth-modal__body {
    max-height: calc(100vh - 260px);
    overflow-y: auto;
    padding: 20px 24px 24px
}

.auth-form {
    gap: 0
}

.auth-field,
.auth-form {
    display: flex;
    flex-direction: column
}

.auth-field {
    gap: 6px;
    margin-bottom: 14px
}

.auth-label {
    color: #5B6875;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase
}

.auth-input-wrap {
    position: relative
}

.auth-input-icon {
    color: #9AA8B6;
    font-size: 14px;
    left: 12px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.auth-input {
    background: #F7F9FC;
    border: 1.5px solid #D9E0E7;
    border-radius: 10px;
    box-sizing: border-box;
    color: #163A5F;
    font-size: 14px;
    height: 44px;
    outline: none;
    padding: 0 14px 0 38px;
    transition: border-color .15s, box-shadow .15s, background .15s;
    width: 100%
}

.auth-input:focus {
    background: #fff;
    border-color: #B8860B;
    box-shadow: 0 0 0 3px #D4AF3726
}

.auth-input::placeholder {
    color: #B3BEC9
}

.auth-input.has-error {
    border-color: #e53e3e
}

.auth-input-phone {
    align-items: center;
    background: #F7F9FC;
    border: 1.5px solid #D9E0E7;
    border-radius: 10px;
    display: flex;
    gap: 0;
    overflow: hidden;
    transition: border-color .15s, box-shadow .15s
}

.auth-input-phone:focus-within {
    background: #fff;
    border-color: #B8860B;
    box-shadow: 0 0 0 3px #D4AF3726
}

.auth-phone-prefix {
    align-items: center;
    background: #163A5F0d;
    border-right: 1.5px solid #D9E0E7;
    color: #5B6875;
    display: flex;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    gap: 5px;
    height: 44px;
    padding: 0 10px 0 12px;
    white-space: nowrap
}

.auth-input-phone input {
    background: #0000;
    border: none;
    color: #163A5F;
    flex: 1 1;
    font-size: 14px;
    height: 42px;
    min-width: 0;
    outline: none;
    padding: 0 14px
}

.auth-input-phone input::placeholder {
    color: #B3BEC9
}

.auth-pass-toggle {
    align-items: center;
    background: none;
    border: none;
    color: #9AA8B6;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition: color .15s
}

.auth-pass-toggle:hover {
    color: #163A5F
}

.auth-error {
    align-items: flex-start;
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-radius: 8px;
    color: #c53030;
    display: flex;
    font-size: 13px;
    gap: 7px;
    line-height: 1.5;
    margin-bottom: 14px;
    padding: 10px 12px
}

.auth-submit {
    align-items: center;
    background: linear-gradient(135deg, #B8860B, #C9992B);
    border: none;
    border-radius: 12px;
    color: #163A5F;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    gap: 8px;
    height: 46px;
    justify-content: center;
    letter-spacing: .2px;
    margin-top: 4px;
    transition: opacity .15s, transform .15s;
    width: 100%
}

.auth-submit:hover:not(:disabled) {
    opacity: .92;
    transform: translateY(-1px)
}

.auth-submit:active:not(:disabled) {
    transform: translateY(0)
}

.auth-submit:disabled {
    cursor: not-allowed;
    opacity: .65
}

.auth-spinner {
    animation: spin .7s linear infinite;
    border: 2.5px solid #163A5F40;
    border-radius: 50%;
    border-top-color: #163A5F;
    flex-shrink: 0;
    height: 18px;
    width: 18px
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.auth-divider {
    align-items: center;
    display: flex;
    gap: 10px;
    margin: 16px 0 12px
}

.auth-divider:after,
.auth-divider:before {
    background: #E4EBF2;
    content: "";
    flex: 1 1;
    height: 1px
}

.auth-divider-text {
    color: #9AA8B6;
    font-size: 12px;
    font-weight: 600
}

.auth-switch {
    color: #5B6875;
    font-size: 13px;
    margin-top: 16px;
    text-align: center
}

.auth-switch button {
    background: none;
    border: none;
    color: #B8860B;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: #D4AF3766;
    text-decoration-color: #D4AF3766;
    transition: color .15s
}

.auth-switch button:hover {
    color: #8F6809
}

.auth-forgot {
    margin-bottom: 14px;
    margin-top: -6px;
    text-align: right
}

.auth-forgot button {
    background: none;
    border: none;
    color: #B8860B;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 0
}

.auth-trust {
    border-top: 1px solid #F0F4F9;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 16px;
    padding-top: 14px
}

.auth-trust-item {
    align-items: center;
    color: #8894A2;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    gap: 5px
}

.auth-trust-dot {
    background: #22c55e;
    border-radius: 50%;
    flex-shrink: 0;
    height: 6px;
    width: 6px
}

.auth-terms {
    color: #9AA8B6;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center
}

.auth-terms a {
    color: #B8860B;
    text-decoration: none
}

.auth-name-row {
    grid-gap: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr
}

.auth-success {
    padding: 24px 0 8px;
    text-align: center
}

.auth-success-icon {
    align-items: center;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    display: flex;
    font-size: 26px;
    height: 60px;
    justify-content: center;
    margin: 0 auto 14px;
    width: 60px
}

.auth-success-title {
    color: #163A5F;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 8px
}

.auth-success-sub {
    color: #5B6875;
    font-size: 14px;
    line-height: 1.6
}

@media (max-width:480px) {
    .auth-overlay {
        align-items: flex-end;
        padding: 12px
    }
    .auth-modal {
        border-radius: 20px 20px 16px 16px;
        max-width: 100%
    }
    .auth-modal__header {
        padding: 20px 20px 16px
    }
    .auth-modal__body {
        max-height: calc(100vh - 220px);
        padding: 16px 18px 20px
    }
    .auth-trust {
        gap: 8px
    }
    .auth-trust-item {
        font-size: 10px
    }
    .auth-name-row {
        grid-template-columns: 1fr
    }
}

@media (max-width:360px) {
    .auth-modal__logo-text {
        font-size: 18px
    }
    .auth-modal__title {
        font-size: 15px
    }
    .auth-submit {
        font-size: 14px
    }
}

@media (prefers-color-scheme:dark) {
    .auth-modal {
        background: #0A2036
    }
    .auth-tabs {
        background: #08182A;
        border-color: #173C62
    }
    .auth-tab.active {
        background: #0A2036;
        color: #F3E8C6
    }
    .auth-tab:not(.active) {
        color: #5B6875
    }
    .auth-label {
        color: #8894A2
    }
    .auth-input {
        border-color: #173C62;
        color: #E4EBF2
    }
    .auth-input,
    .auth-input-phone,
    .auth-input:focus {
        background: #08182A
    }
    .auth-input-phone {
        border-color: #173C62
    }
    .auth-input-phone input {
        color: #E4EBF2
    }
    .auth-phone-prefix {
        background: #ffffff0d;
        border-color: #173C62;
        color: #8894A2
    }
    .auth-divider:after,
    .auth-divider:before {
        background: #173C62
    }
    .auth-switch {
        color: #8894A2
    }
    .auth-trust {
        border-color: #173C62
    }
    .auth-terms,
    .auth-trust-item {
        color: #5B6875
    }
    .auth-success-title {
        color: #F3E8C6
    }
    .auth-success-sub {
        color: #8894A2
    }
}

.navbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background .4s ease, box-shadow .4s ease, padding .3s ease;
    z-index: 1000
}

.navbar--glass {
    background: #0000;
    padding: 20px 0
}

.navbar--glass .navbar__link {
    color: #ffffffd9
}

.navbar--glass .navbar__link.active,
.navbar--glass .navbar__link:hover {
    color: var(--gold-light)
}

.navbar--glass .navbar__link.active:after {
    background: var(--gold-light)
}

.navbar--glass .navbar__logo-text {
    color: var(--white)
}

.navbar--glass .navbar__burger-bar {
    background: var(--white)
}

.navbar--solid {
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    background: #06111Ceb;
    box-shadow: 0 2px 32px #0000004d, 0 1px 0 #D4AF371a;
    padding: 12px 0
}

.navbar--solid .navbar__link {
    color: #ffffffbf
}

.navbar--solid .navbar__link.active,
.navbar--solid .navbar__link:hover {
    color: var(--gold-light)
}

.navbar--solid .navbar__logo-text {
    color: var(--white)
}

.navbar--solid .navbar__burger-bar {
    background: var(--white)
}

.navbar__inner {
    flex-wrap: nowrap;
    gap: 32px
}

.navbar__inner,
.navbar__logo {
    align-items: center;
    display: flex
}

.navbar__logo {
    flex-shrink: 0;
    font-family: var(--font-display);
    gap: 9px;
    text-decoration: none
}

.navbar__logo-icon {
    color: var(--gold);
    font-size: 20px
}

.navbar__logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
    transition: color .3s
}

.navbar__logo-line1 {
    font-weight: 800;
    letter-spacing: 1.5px
}

.navbar__logo-line2 {
    color: var(--gold);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 2px;
    opacity: .75
}

.navbar__logo-accent {
    color: var(--gold)
}

.navbar__logo-textblock {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1
}

.navbar__logo-line1 {
    color: #fff;
    font-size: 17px;
    letter-spacing: 3px
}

.navbar__logo-line1,
.navbar__logo-line2 {
    font-weight: 900;
    text-transform: uppercase
}

.navbar__logo-line2 {
    color: #B8860B;
    font-size: 13px;
    letter-spacing: 2.6px;
    text-align: center
}

.navbar__logo-accent {
    color: #B8860B
}

@media (max-width:480px) {
    .navbar__logo-line1 {
        font-size: 13px;
        letter-spacing: 1.8px
    }
    .navbar__logo-line2 {
        font-size: 10px;
        letter-spacing: 1.6px
    }
    .navbar__logo-img {
        height: 36px
    }
    .navbar__logo {
        gap: 7px
    }
}

@media (max-width:380px) {
    .navbar__logo-line1 {
        font-size: 12px;
        letter-spacing: 1.5px
    }
    .navbar__logo-line2 {
        font-size: 9px;
        letter-spacing: 1.4px
    }
    .navbar__logo-img {
        height: 32px
    }
}

.navbar__logo-img {
    border-radius: 6px;
    height: 44px
}

.navbar__logo-img,
.navbar__logo-title-img {
    flex-shrink: 0;
    object-fit: contain;
    width: auto
}

.navbar__logo-title-img {
    height: 32px
}

.navbar--solid .navbar__logo-img,
.navbar--solid .navbar__logo-title-img {
    filter: brightness(1)
}

.navbar--glass .navbar__logo-img,
.navbar--glass .navbar__logo-title-img {
    filter: brightness(1.05)
}

.navbar__nav {
    align-items: center;
    display: flex;
    gap: 28px;
    margin-left: auto
}

.navbar__link {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 3px;
    position: relative;
    transition: color .2s
}

.navbar__link:after {
    background: var(--gold);
    border-radius: 1px;
    bottom: -2px;
    content: "";
    height: 1.5px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease
}

.navbar__link.active:after,
.navbar__link:hover:after {
    transform: scaleX(1)
}

.navbar__actions {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 14px
}

.navbar__burger {
    align-items: center;
    background: #D4AF371a;
    border: 1.5px solid #D4AF374d;
    border-radius: var(--r-sm);
    flex-direction: column;
    flex-shrink: 0;
    gap: 5px;
    height: 40px;
    justify-content: center;
    transition: background .2s;
    width: 40px
}

.navbar__burger:hover {
    background: #D4AF3733
}

.navbar__burger-bar {
    background: #fff;
    border-radius: 2px;
    display: block;
    height: 2px;
    transition: all .3s;
    width: 22px
}

.navbar__burger.open .navbar__burger-bar:first-child {
    transform: translateY(7px) rotate(45deg)
}

.navbar__burger.open .navbar__burger-bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0)
}

.navbar__burger.open .navbar__burger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.navbar__drawer-link {
    border-bottom: 1px solid #ffffff0f;
    color: #ffffffb3;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 0;
    text-decoration: none;
    transition: color .2s, padding-left .2s
}

.navbar__drawer-link:last-of-type {
    border-bottom: none
}

.navbar__drawer-link.active,
.navbar__drawer-link:hover {
    color: var(--gold-light);
    padding-left: 6px
}

.navbar__drawer-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px
}

@media (max-width:768px) {
    .navbar--glass {
        padding: 14px 0
    }
    .navbar--solid {
        padding: 10px 0
    }
    .navbar__logo-line1 {
        font-size: 14px;
        letter-spacing: 2px
    }
    .navbar__logo-line2 {
        font-size: 11px;
        letter-spacing: 1.8px
    }
    .navbar__logo-icon {
        font-size: 17px
    }
    .navbar__logo-img {
        height: 38px
    }
    .navbar__inner {
        gap: 0
    }
}

@media (max-width:380px) {
    .navbar__logo-line1 {
        font-size: 12px;
        letter-spacing: 1.5px
    }
    .navbar__logo-line2 {
        font-size: 9px;
        letter-spacing: 1.4px
    }
    .navbar__logo-icon {
        font-size: 15px
    }
    .navbar__logo-img {
        height: 34px
    }
}

.pp-auth-row {
    align-items: center;
    display: flex;
    gap: 8px
}

.pp-btn-signin {
    background: #0000;
    border: 1.5px solid #D4AF378c;
    border-radius: 9px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    height: 38px;
    padding: 0 16px;
    transition: all .18s;
    white-space: nowrap
}

.navbar--solid .pp-btn-signin {
    border-color: #D4AF3766;
    color: #ffffffd9
}

.pp-btn-signin:hover {
    background: #D4AF371f;
    border-color: #B8860B;
    color: #B8860B
}

.pp-user-wrap {
    position: relative
}

.pp-pill {
    align-items: center;
    background: #0000;
    border: 1.5px solid #D4AF3766;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: flex;
    gap: 8px;
    height: 40px;
    padding: 0 12px 0 5px;
    transition: all .18s
}

.navbar--solid .pp-pill {
    color: #ffffffd9
}

.pp-pill:hover,
.pp-pill[aria-expanded=true] {
    background: #D4AF371a;
    border-color: #B8860B
}

.pp-pill__av {
    align-items: center;
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 30px;
    justify-content: center;
    overflow: hidden;
    width: 30px
}

.pp-pill__img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.pp-pill__initials {
    color: #163A5F;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: -.5px
}

.pp-pill__name {
    font-size: 13px;
    font-weight: 700;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pp-pill__caret {
    flex-shrink: 0;
    opacity: .65;
    transition: transform .2s
}

.pp-pill__caret.open {
    transform: rotate(180deg)
}

.pp-menu {
    animation: ppMenuIn .2s cubic-bezier(.16, 1, .3, 1) both;
    background: #fff;
    border: 1px solid #163A5F1a;
    border-radius: 18px;
    box-shadow: 0 20px 60px #08182A33, 0 4px 16px #08182A1a;
    min-width: 252px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 5000
}

@keyframes ppMenuIn {
    0% {
        opacity: 0;
        transform: translateY(-10px) scale(.96)
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.pp-menu__head {
    align-items: flex-start;
    background: linear-gradient(135deg, #163A5F, #1E4A75);
    display: flex;
    gap: 12px;
    padding: 18px 16px 16px
}

.pp-menu__head-av {
    align-items: center;
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    border: 2px solid #D4AF3766;
    border-radius: 13px;
    color: #163A5F;
    display: flex;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 900;
    height: 50px;
    justify-content: center;
    overflow: hidden;
    width: 50px
}

.pp-menu__head-info {
    flex: 1 1;
    min-width: 0
}

.pp-menu__head-name {
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.pp-menu__head-email,
.pp-menu__head-name {
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pp-menu__head-email {
    color: #ffffff80;
    font-size: 12px
}

.pp-menu__head-phone {
    color: #fff6;
    font-size: 11px;
    margin-bottom: 8px
}

.pp-menu__role {
    align-items: center;
    border-radius: 50px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 4px;
    padding: 3px 10px
}

.pp-menu__role--user {
    background: #3b82f633;
    color: #93c5fd
}

.pp-menu__role--admin {
    background: #f59e0b33;
    color: #D4AF37
}

.pp-menu__role--superadmin {
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    color: #163A5F
}

.pp-menu__div {
    background: #F1F5FA;
    height: 1px;
    margin: 4px 0
}

.pp-menu__item {
    align-items: center;
    background: none;
    border: none;
    color: #5B6875;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 10px;
    padding: 12px 16px;
    text-align: left;
    text-decoration: none;
    transition: background .12s;
    width: 100%
}

.pp-menu__item:hover {
    background: #F7F9FC;
    color: #163A5F
}

.pp-menu__ico {
    flex-shrink: 0;
    font-size: 15px;
    text-align: center;
    width: 22px
}

.pp-menu__count {
    background: #eff6ff;
    border-radius: 50px;
    color: #1d4ed8;
    font-size: 10px;
    font-weight: 700;
    margin-left: auto;
    min-width: 18px;
    padding: 1px 7px;
    text-align: center
}

.pp-menu__item--logout {
    color: #ef4444
}

.pp-menu__item--logout:hover {
    background: #fef2f2;
    color: #dc2626
}

.pp-drawer-user {
    border-bottom: 1px solid #ffffff1f;
    gap: 12px;
    margin-bottom: 14px;
    padding: 14px 0 16px
}

.pp-drawer-av,
.pp-drawer-user {
    align-items: center;
    display: flex
}

.pp-drawer-av {
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    border: 2px solid #D4AF3766;
    border-radius: 50%;
    color: #163A5F;
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 900;
    height: 46px;
    justify-content: center;
    overflow: hidden;
    width: 46px
}

@media (max-width:480px) {
    .pp-menu {
        max-width: 340px;
        min-width: calc(100vw - 32px);
        right: -8px
    }
}

.scroll-top-btn {
    align-items: center;
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    border: none;
    border-radius: 50%;
    bottom: 96px;
    box-shadow: 0 6px 24px #D4AF3773;
    color: var(--navy);
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 28px;
    transform: translateY(20px) scale(.85);
    transition: opacity .35s ease, transform .35s ease, box-shadow .2s;
    width: 44px;
    z-index: 800
}

.scroll-top-btn.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1)
}

.scroll-top-btn:hover {
    box-shadow: 0 12px 32px #D4AF378c;
    transform: translateY(-4px) scale(1.08)
}

.scroll-top-btn:active {
    transform: translateY(0) scale(.96)
}

@keyframes footerFadeUp {
    0% {
        opacity: 0;
        transform: translateY(36px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes footerFadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-40px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes footerFadeRight {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes particleFloat {
    0%,
    to {
        opacity: .4;
        transform: translateY(0) rotate(0deg)
    }
    50% {
        opacity: .8;
        transform: translateY(-20px) rotate(180deg)
    }
}

.footer-anim-up {
    animation: footerFadeUp .7s cubic-bezier(.4, 0, .2, 1) both
}

.footer-anim-left {
    animation: footerFadeLeft .7s cubic-bezier(.4, 0, .2, 1) both
}

.footer-anim-right {
    animation: footerFadeRight .7s cubic-bezier(.4, 0, .2, 1) both
}

.footer {
    background: var(--navy);
    overflow: hidden
}

.footer__cta {
    background: linear-gradient(135deg, #0E2E4E 0, var(--navy-3) 50%, #163A5F 100%);
    border-bottom: 1px solid #D4AF372e;
    overflow: hidden;
    padding: clamp(48px, 6vw, 80px) 0;
    position: relative
}

.footer__cta-particles {
    inset: 0;
    pointer-events: none;
    position: absolute
}

.footer__cta-particle {
    animation: particleFloat calc(3s + var(--i)*.8s) ease-in-out infinite;
    background: var(--gold);
    border-radius: 50%;
    height: 6px;
    left: calc(10% + var(--i)*15%);
    opacity: .3;
    position: absolute;
    top: calc(20% + var(--i)*10%);
    width: 6px
}

.footer__cta-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

.footer__cta-tag {
    align-items: center;
    background: #D4AF3726;
    border: 1px solid #D4AF374d;
    border-radius: 50px;
    color: var(--gold-light);
    display: inline-flex;
    display: block;
    font-size: 11px;
    font-weight: 700;
    gap: 6px;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
    padding: 5px 14px;
    text-transform: uppercase
}

.footer__cta-title {
    color: var(--white);
    font-size: clamp(22px, 3.5vw, 40px);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 10px
}

.footer__cta-gold {
    color: var(--gold);
    font-style: italic
}

.footer__cta-sub {
    color: #ffffffa6;
    font-size: clamp(14px, 1.5vw, 16px);
    line-height: 1.6
}

.footer__cta-actions {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 14px
}

.footer__cta-btn {
    align-items: center;
    border-radius: 50px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    padding: 14px 28px;
    transition: all .25s ease
}

.footer__cta-btn:hover {
    transform: translateY(-3px)
}

.footer__main {
    padding: clamp(48px, 6vw, 80px) 0
}

.footer__grid {
    grid-gap: 48px;
    display: grid;
    gap: 48px;
    grid-template-columns: 1.8fr 1fr 1.2fr 1.5fr
}

.footer__logo {
    align-items: center;
    color: var(--white);
    display: flex;
    font-family: var(--font-display);
    font-weight: 800;
    gap: 10px;
    margin-bottom: 16px
}

.footer__logo-icon {
    color: var(--gold);
    flex-shrink: 0;
    font-size: 22px
}

.footer__logo-gold {
    color: var(--gold)
}

.footer__logo-textblock {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1
}

.footer__logo-line1 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px
}

.footer__logo-line1,
.footer__logo-line2 {
    font-weight: 900;
    text-transform: uppercase
}

.footer__logo-line2 {
    color: #B8860B;
    font-size: 15px;
    letter-spacing: 2.6px;
    text-align: center
}

.footer__logo-img {
    border-radius: 6px;
    flex-shrink: 0;
    height: 52px;
    object-fit: contain;
    width: auto
}

.footer__brand-desc {
    color: var(--text-dimmed);
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
    max-width: 280px
}

.footer__follow-label {
    color: #fff6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase
}

.footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px
}

.footer__social {
    align-items: center;
    background: #ffffff0f;
    border: 1px solid #ffffff14;
    border-radius: 10px;
    color: #ffffff8c;
    display: flex;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: all .25s cubic-bezier(.34, 1.56, .64, 1);
    width: 40px
}

.footer__social:before {
    background: var(--gold);
    background: var(--social-color, var(--gold));
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease
}

.footer__social svg {
    position: relative;
    transition: transform .25s ease;
    z-index: 1
}

.footer__social:hover {
    border-color: #0000;
    box-shadow: 0 8px 20px #0000004d;
    color: #fff;
    transform: translateY(-4px) scale(1.1)
}

.footer__social:hover:before {
    opacity: 1
}

.footer__social:hover svg {
    transform: scale(1.15)
}

.footer__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.footer__trust-pill {
    background: #D4AF371a;
    border: 1px solid var(--gold-border);
    border-radius: 50px;
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    transition: background .2s
}

.footer__trust-pill:hover {
    background: #D4AF372e
}

.footer__col-title {
    border-bottom: 1px solid #ffffff14;
    color: var(--white);
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative
}

.footer__col-title:after {
    background: var(--gold);
    border-radius: 1px;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32px
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer__link {
    align-items: center;
    color: var(--text-dimmed);
    display: flex;
    font-size: 14px;
    gap: 6px;
    transition: color .2s, gap .2s
}

.footer__link-arrow {
    color: var(--gold);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: transform .2s
}

.footer__link:hover {
    color: var(--gold-light);
    gap: 10px
}

.footer__link:hover .footer__link-arrow {
    transform: translateX(3px)
}

.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px
}

.footer__contact li {
    align-items: flex-start;
    color: var(--text-dimmed);
    display: flex;
    font-size: 13px;
    gap: 12px;
    line-height: 1.6
}

.footer__contact-icon {
    align-items: center;
    color: var(--gold);
    display: flex;
    flex-shrink: 0;
    margin-top: 2px;
    opacity: .8
}

.footer__contact a {
    color: var(--text-dimmed);
    transition: color .2s
}

.footer__contact a:hover {
    color: var(--gold-light)
}

.footer__newsletter-label {
    align-items: center;
    color: #ffffff80;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    gap: 6px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.footer__newsletter-form {
    border: 1px solid #ffffff1f;
    border-radius: var(--r-md);
    display: flex;
    gap: 0;
    overflow: hidden;
    transition: border-color .2s
}

.footer__newsletter-form:focus-within {
    border-color: #D4AF3780
}

.footer__newsletter-input {
    background: #ffffff0f;
    border: none;
    color: var(--white);
    flex: 1 1;
    font-family: var(--font-body);
    font-size: 13px;
    min-width: 0;
    outline: none;
    padding: 12px 14px
}

.footer__newsletter-input::placeholder {
    color: #ffffff4d
}

.footer__newsletter-btn {
    align-items: center;
    background: var(--gold);
    color: var(--navy);
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    padding: 12px 16px;
    transition: background .2s, transform .2s
}

.footer__newsletter-btn:hover {
    background: var(--gold-light);
    transform: scale(1.05)
}

.footer__newsletter-success {
    align-items: center;
    animation: footerFadeUp .4s ease both;
    background: #22c55e1f;
    border: 1px solid #22c55e4d;
    border-radius: var(--r-md);
    color: #4ade80;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    padding: 12px 14px
}

.footer__bottom {
    background: #00000026;
    border-top: 1px solid #ffffff0f;
    padding: 20px 0
}

.footer__bottom-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between
}

.footer__bottom-inner p {
    color: #ffffff4d;
    font-size: 12px
}

.footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.footer__legal a {
    color: #ffffff4d;
    font-size: 12px;
    position: relative;
    transition: color .2s
}

.footer__legal a:after {
    background: var(--gold);
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s
}

.footer__legal a:hover {
    color: var(--gold)
}

.footer__legal a:hover:after {
    transform: scaleX(1)
}

@media (max-width:1200px) {
    .footer__grid {
        gap: 36px;
        grid-template-columns: 1.5fr 1fr 1fr 1.3fr
    }
}

@media (max-width:1024px) {
    .footer__grid {
        gap: 40px;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:768px) {
    .footer__grid {
        gap: 32px;
        grid-template-columns: 1fr
    }
    .footer__cta-inner {
        align-items: center;
        flex-direction: column;
        text-align: center
    }
    .footer__cta-text {
        text-align: center
    }
    .footer__cta-tag {
        display: inline-block
    }
    .footer__cta-actions {
        justify-content: center;
        width: 100%
    }
    .footer__cta-actions .footer__cta-btn {
        flex: 1 1;
        justify-content: center;
        min-width: 140px
    }
    .footer__bottom-inner {
        flex-direction: column;
        gap: 14px;
        text-align: center
    }
    .footer__legal {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center
    }
    .footer__newsletter-form {
        flex-direction: row
    }
    .footer__brand-desc {
        max-width: 100%
    }
    .scroll-top-btn {
        bottom: 78px;
        height: 40px;
        right: 16px;
        width: 40px
    }
    .footer__logo {
        gap: 9px
    }
    .footer__logo-img {
        height: 38px
    }
    .footer__logo-line1 {
        font-size: 14px;
        letter-spacing: 2px
    }
    .footer__logo-line2 {
        font-size: 11px;
        letter-spacing: 1.8px
    }
}

@media (max-width:480px) {
    .footer__cta-actions {
        flex-direction: column
    }
    .footer__cta-actions .footer__cta-btn {
        width: 100%
    }
    .footer__socials {
        gap: 8px
    }
    .footer__social {
        height: 38px;
        width: 38px
    }
    .footer__logo-line1 {
        font-size: 13px;
        letter-spacing: 1.8px
    }
    .footer__logo-line2 {
        font-size: 10px;
        letter-spacing: 1.6px
    }
    .footer__logo-img {
        height: 36px
    }
}

@media (max-width:380px) {
    .footer__logo-line1 {
        font-size: 12px;
        letter-spacing: 1.5px
    }
    .footer__logo-line2 {
        font-size: 9px;
        letter-spacing: 1.4px
    }
    .footer__logo-img {
        height: 34px
    }
}

.cbot-fab {
    align-items: center;
    animation: cbotFabIn .5s ease .6s both, cbotFabShift 6s ease infinite;
    background: linear-gradient(135deg, #B8860B, #D4AF37 55%, #B8860B);
    background-size: 200% 200%;
    border: none;
    border-radius: 999px;
    bottom: 24px;
    box-shadow: 0 14px 32px #D4AF3773, 0 4px 14px #0003;
    color: #0B1F33;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: .3px;
    padding: 14px 20px 14px 16px;
    position: fixed;
    right: 24px;
    transition: transform .25s ease, box-shadow .25s ease, padding .25s ease;
    z-index: 8500
}

.cbot-fab:hover {
    box-shadow: 0 22px 42px #D4AF378c, 0 6px 18px #00000040;
    transform: translateY(-3px)
}

.cbot-fab--open {
    animation: cbotFabIn .3s ease both;
    background: #163A5F;
    color: #fff;
    padding: 14px
}

.cbot-fab--open:hover {
    background: #1E4A75
}

.cbot-fab__label {
    white-space: nowrap
}

.cbot-fab--open .cbot-fab__label {
    display: none
}

.cbot-fab__dot {
    animation: cbotDotPulse 1.6s ease infinite;
    background: #ef4444;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 10px
}

.cbot-fab--pulse {
    animation: cbotFabIn .5s ease both, cbotFabShift 6s ease infinite, cbotFabPulse 2.2s ease infinite
}

@keyframes cbotFabIn {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(.85)
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@keyframes cbotFabShift {
    0%,
    to {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
}

@keyframes cbotFabPulse {
    0%,
    to {
        box-shadow: 0 14px 32px #D4AF3773, 0 4px 14px #0003, 0 0 0 0 #D4AF3780
    }
    60% {
        box-shadow: 0 14px 32px #D4AF3773, 0 4px 14px #0003, 0 0 0 18px #D4AF3700
    }
}

@keyframes cbotDotPulse {
    0%,
    to {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .6;
        transform: scale(1.3)
    }
}

.cbot-window {
    background: #fff;
    border-radius: 22px;
    bottom: 92px;
    box-shadow: 0 24px 80px #00000052, 0 8px 24px #0000002e;
    display: flex;
    flex-direction: column;
    height: 600px;
    max-height: calc(100vh - 120px);
    max-width: calc(100vw - 32px);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    right: 24px;
    transform: translateY(20px) scale(.95);
    transform-origin: bottom right;
    transition: opacity .28s ease, transform .28s cubic-bezier(.22, 1, .36, 1);
    width: 380px;
    z-index: 8400
}

.cbot-window--open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1)
}

.cbot-head {
    align-items: center;
    background: linear-gradient(135deg, #163A5F, #0B1F33);
    color: #fff;
    display: flex;
    gap: 12px;
    padding: 16px 18px;
    position: relative
}

.cbot-head:after {
    background: linear-gradient(90deg, #0000, #D4AF3799, #0000);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0
}

.cbot-head__av {
    align-items: center;
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    border-radius: 50%;
    box-shadow: 0 4px 12px #D4AF374d;
    color: #0B1F33;
    display: flex;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    letter-spacing: .5px;
    width: 38px
}

.cbot-head__txt {
    flex: 1 1;
    min-width: 0
}

.cbot-head__title {
    font-family: Playfair Display, serif;
    font-family: var(--font-display, "Playfair Display", serif);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .3px
}

.cbot-head__sub {
    align-items: center;
    color: #ffffff9e;
    display: inline-flex;
    font-size: 11.5px;
    gap: 6px;
    margin-top: 2px
}

.cbot-head__dot {
    animation: cbotOnline 1.8s ease infinite;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #22c55e99;
    height: 7px;
    width: 7px
}

@keyframes cbotOnline {
    0%,
    to {
        box-shadow: 0 0 0 0 #22c55e99
    }
    60% {
        box-shadow: 0 0 0 6px #22c55e00
    }
}

.cbot-head__close {
    align-items: center;
    background: #ffffff14;
    border: 1px solid #ffffff1f;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    transition: background .2s ease, transform .2s ease;
    width: 32px
}

.cbot-head__close:hover {
    background: #ffffff2e;
    transform: rotate(90deg)
}

.cbot-body {
    background: linear-gradient(180deg, #F7F9FC, #fff 200px);
    display: flex;
    flex: 1 1;
    flex-direction: column;
    gap: 14px;
    overflow-y: auto;
    padding: 16px 14px;
    scroll-behavior: smooth
}

.cbot-body::-webkit-scrollbar {
    width: 6px
}

.cbot-body::-webkit-scrollbar-thumb {
    background: #0000001f;
    border-radius: 6px
}

.cbot-body::-webkit-scrollbar-thumb:hover {
    background: #0003
}

.cbot-row {
    align-items: flex-end;
    animation: cbotMsgIn .3s ease both;
    display: flex;
    gap: 8px
}

.cbot-row--user {
    justify-content: flex-end
}

@keyframes cbotMsgIn {
    0% {
        opacity: 0;
        transform: translateY(8px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.cbot-av {
    align-items: center;
    align-self: flex-end;
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    border-radius: 50%;
    color: #0B1F33;
    display: flex;
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    width: 28px
}

.cbot-msg {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 78%
}

.cbot-row--user .cbot-msg {
    align-items: flex-end
}

.cbot-bubble {
    word-wrap: break-word;
    border-radius: 16px;
    font-size: 13.5px;
    line-height: 1.55;
    padding: 10px 14px
}

.cbot-bubble--bot {
    background: #fff;
    border: 1px solid #D9E0E7;
    border-bottom-left-radius: 4px;
    box-shadow: 0 1px 2px #00000008;
    color: #163A5F
}

.cbot-bubble--user {
    background: linear-gradient(135deg, #163A5F, #1E4A75);
    border-bottom-right-radius: 4px;
    color: #fff
}

.cbot-bubble strong {
    color: inherit;
    font-weight: 700
}

.cbot-bubble--typing {
    align-items: center;
    display: inline-flex;
    gap: 4px;
    padding: 14px 16px
}

.cbot-bubble--typing span {
    animation: cbotDot 1s ease infinite;
    background: #B8860B;
    border-radius: 50%;
    height: 7px;
    width: 7px
}

.cbot-bubble--typing span:nth-child(2) {
    animation-delay: .15s
}

.cbot-bubble--typing span:nth-child(3) {
    animation-delay: .3s
}

@keyframes cbotDot {
    0%,
    80%,
    to {
        opacity: .45;
        transform: translateY(0)
    }
    40% {
        opacity: 1;
        transform: translateY(-4px)
    }
}

.cbot-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.cbot-chip {
    align-items: center;
    background: #D4AF371a;
    border: 1px solid #D4AF3752;
    border-radius: 99px;
    color: #163A5F;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 13px;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease, color .2s ease;
    white-space: nowrap
}

.cbot-chip:hover {
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    border-color: #0000;
    color: #0B1F33;
    transform: translateY(-1px)
}

.cbot-suggest {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.cbot-suggest__btn {
    background: #fff;
    border: 1px dashed #163A5F40;
    border-radius: 99px;
    color: #5B6875;
    cursor: pointer;
    font-size: 11.5px;
    font-weight: 600;
    padding: 6px 12px;
    transition: all .2s ease
}

.cbot-suggest__btn:hover {
    background: #163A5F;
    border-color: #163A5F;
    color: #fff
}

.cbot-quickrow {
    background: #F7F9FC;
    border-top: 1px solid #D9E0E7;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 14px 8px
}

.cbot-quickrow__btn {
    background: #fff;
    border: 1px solid #D9E0E7;
    border-radius: 99px;
    color: #163A5F;
    cursor: pointer;
    font-size: 11.5px;
    font-weight: 600;
    padding: 6px 12px;
    transition: all .2s ease
}

.cbot-quickrow__btn:hover {
    background: #D4AF371f;
    border-color: #D4AF3773;
    color: #163A5F
}

.cbot-input {
    align-items: center;
    background: #fff;
    border-top: 1px solid #D9E0E7;
    display: flex;
    gap: 8px;
    padding: 10px 12px 6px
}

.cbot-input input {
    background: #F7F9FC;
    border: 1.5px solid #D9E0E7;
    border-radius: 99px;
    color: #163A5F;
    flex: 1 1;
    font-size: 13.5px;
    min-width: 0;
    outline: none;
    padding: 10px 16px;
    transition: border-color .2s ease, background .2s ease
}

.cbot-input input::placeholder {
    color: #8894A2
}

.cbot-input input:focus {
    background: #fff;
    border-color: #B8860B
}

.cbot-input__send {
    align-items: center;
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    border: none;
    border-radius: 50%;
    box-shadow: 0 6px 18px #D4AF3766;
    color: #0B1F33;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 40px;
    justify-content: center;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
    width: 40px
}

.cbot-input__send:hover {
    transform: scale(1.05)
}

.cbot-input__send:disabled {
    background: #C7D2DC;
    box-shadow: none;
    color: #5B6875;
    cursor: not-allowed;
    opacity: .45
}

.cbot-foot {
    background: #fff;
    color: #8894A2;
    font-size: 10.5px;
    letter-spacing: .2px;
    padding: 4px 12px 10px;
    text-align: center
}

@media (max-width:480px) {
    .cbot-fab {
        bottom: 16px;
        font-size: 13px;
        padding: 12px 16px 12px 14px;
        right: 16px
    }
    .cbot-fab--open {
        padding: 12px
    }
    .cbot-window {
        border-radius: 18px;
        bottom: 76px;
        height: 78vh;
        left: 8px;
        max-height: calc(100vh - 100px);
        right: 8px;
        width: auto
    }
    .cbot-head {
        padding: 14px 16px
    }
    .cbot-head__title {
        font-size: 15px
    }
    .cbot-body {
        gap: 12px;
        padding: 12px
    }
    .cbot-bubble {
        font-size: 13px;
        padding: 9px 13px
    }
    .cbot-msg {
        max-width: 84%
    }
}

.prop-popup {
    background: #0B1F33;
    border-radius: 14px;
    bottom: 24px;
    box-shadow: 0 12px 40px #08182A8c, 0 0 0 1px #D4AF3738;
    display: flex;
    flex-direction: column;
    left: 16px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    transform: translateY(120%) scale(.94);
    transition: transform .46s cubic-bezier(.34, 1.46, .64, 1), opacity .3s ease;
    width: 330px;
    z-index: 9999
}

.prop-popup--visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1)
}

.prop-popup__header {
    align-items: center;
    background: linear-gradient(90deg, #163A5F, #1E4A75);
    border-bottom: 1px solid #D4AF3726;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 7px 10px 7px 12px
}

.prop-popup__live {
    align-items: center;
    display: flex;
    gap: 6px
}

.prop-popup__dot {
    animation: pp-pulse 1.8s ease-in-out infinite;
    background: #B8860B;
    border-radius: 50%;
    flex-shrink: 0;
    height: 7px;
    width: 7px
}

@keyframes pp-pulse {
    0%,
    to {
        box-shadow: 0 0 0 0 #D4AF3799;
        transform: scale(1)
    }
    50% {
        box-shadow: 0 0 0 5px #D4AF3700;
        transform: scale(1.3)
    }
}

.prop-popup__live-text {
    color: #B8860B;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.prop-popup__close {
    align-items: center;
    background: #ffffff14;
    border: 1px solid #ffffff26;
    border-radius: 50%;
    color: #ffffffb3;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    height: 22px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    transition: background .2s, color .2s;
    width: 22px
}

.prop-popup__close:hover {
    background: #D4AF3740;
    border-color: #D4AF3766;
    color: #B8860B
}

.prop-popup__body {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    gap: 12px;
    padding: 11px 12px;
    text-decoration: none
}

.prop-popup__img-wrap {
    background: #163A5F;
    border: 1.5px solid #D4AF3740;
    border-radius: 10px;
    flex-shrink: 0;
    height: 72px;
    overflow: hidden;
    position: relative;
    width: 72px
}

.prop-popup__img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.prop-popup__img-placeholder {
    align-items: center;
    display: flex;
    font-size: 28px;
    height: 100%;
    justify-content: center;
    width: 100%
}

.prop-popup__badge {
    background: linear-gradient(135deg, #B8860B, #D4AF37);
    border-radius: 4px;
    bottom: 4px;
    color: #163A5F;
    font-size: 8.5px;
    font-weight: 800;
    left: 4px;
    letter-spacing: .4px;
    line-height: 1.5;
    padding: 1px 6px;
    position: absolute;
    text-transform: uppercase
}

.prop-popup__info {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    gap: 2px;
    min-width: 0
}

.prop-popup__price {
    color: #B8860B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2
}

.prop-popup__title {
    color: #fff;
    font-size: 12.5px;
    font-weight: 700
}

.prop-popup__loc,
.prop-popup__title {
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.prop-popup__loc {
    color: #ffffff80;
    font-size: 11px
}

.prop-popup__type {
    align-self: flex-start;
    background: #D4AF371f;
    border: 1px solid #D4AF3747;
    border-radius: 50px;
    display: inline-flex;
    font-size: 9.5px;
    letter-spacing: .4px;
    margin-top: 3px;
    padding: 2px 8px;
    text-transform: uppercase
}

.prop-popup__type,
.prop-popup__view {
    align-items: center;
    color: #B8860B;
    font-weight: 700
}

.prop-popup__view {
    display: flex;
    font-size: 10.5px;
    gap: 3px;
    letter-spacing: .3px;
    margin-top: 2px;
    opacity: .85;
    text-decoration: none;
    transition: opacity .2s
}

.prop-popup__view:hover {
    opacity: 1
}

.prop-popup__progress {
    background: #ffffff12;
    flex-shrink: 0;
    height: 3px
}

.prop-popup__progress-bar {
    background: linear-gradient(90deg, #163A5F, #B8860B, #D4AF37);
    height: 100%;
    transition: width .12s linear
}

@media (max-width:768px) {
    .prop-popup {
        bottom: 20px;
        left: 12px;
        width: 300px
    }
    .prop-popup__img-wrap {
        height: 64px;
        width: 64px
    }
    .prop-popup__price {
        font-size: 15px
    }
}

@media (max-width:480px) {
    .prop-popup {
        bottom: 14px;
        left: 12px;
        max-width: 340px;
        width: calc(100vw - 24px)
    }
    .prop-popup__img-wrap {
        height: 60px;
        width: 60px
    }
    .prop-popup__price {
        font-size: 14px
    }
    .prop-popup__title {
        font-size: 12px
    }
}

@media (max-width:360px) {
    .prop-popup {
        left: 10px;
        width: calc(100vw - 20px)
    }
}

.app-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.app-main {
    flex: 1 1
}

.page-section-dark {
    background: linear-gradient(135deg, #06111C, #0B1F33 50%, #0E2E4E);
    overflow: hidden;
    position: relative
}

.page-section-dark>*,
.page-section-dark>.container {
    position: relative;
    z-index: 1
}

.gradient-text {
    -webkit-text-fill-color: #0000;
    animation: gradientShift 4s ease infinite;
    background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold));
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 200%
}

.glow-card {
    position: relative;
    transition: all .3s ease
}

.glow-card:before {
    background: linear-gradient(135deg, var(--gold-border), #0000, var(--gold-border));
    border-radius: inherit;
    content: "";
    inset: -1px;
    opacity: 0;
    position: absolute;
    transition: opacity .3s ease;
    z-index: -1
}

.glow-card:hover:before {
    opacity: 1
}

.glow-card:hover {
    box-shadow: var(--shadow-gold-lg)
}

@keyframes revealUp {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.reveal {
    animation: revealUp .7s cubic-bezier(.4, 0, .2, 1) both
}

/*# sourceMappingURL=main.0a88b758.css.map*/