/* Pearl QR Menu - Modern Landing Redesign */
:root {
    --ps-primary: #5667e8;
    --ps-secondary: #7b4fe8;
    --ps-dark: #101828;
    --ps-muted: #667085;
    --ps-soft: #f6f8ff;
    --ps-border: rgba(86, 103, 232, 0.14);
    --ps-shadow: 0 22px 60px rgba(16, 24, 40, 0.12);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ps-dark);
}

.ps-front-navbar {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(86, 103, 232, 0.10);
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
}

.ps-front-navbar .nav-link {
    color: #344054 !important;
    font-weight: 700;
    font-size: 14px;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.ps-front-navbar .nav-link:hover {
    color: var(--ps-primary) !important;
}

.ps-front-navbar .navbar-brand img {
    max-height: 42px;
}

.ps-front-login {
    border-radius: 999px !important;
    border: 1px solid var(--ps-border) !important;
    color: var(--ps-primary) !important;
    background: #fff !important;
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.06);
}

.ps-front-register,
.ps-hero-btn-primary {
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--ps-primary) 0%, var(--ps-secondary) 100%) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(86, 103, 232, 0.28);
}

.ps-front-register:hover,
.ps-hero-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(86, 103, 232, 0.36);
}

.ps-hero {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 95px;
    background:
        radial-gradient(circle at 12% 12%, rgba(86, 103, 232, 0.18), transparent 32%),
        radial-gradient(circle at 92% 10%, rgba(123, 79, 232, 0.20), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
}

.ps-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(86, 103, 232, .16), rgba(123, 79, 232, .12));
    filter: blur(2px);
}

.ps-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--ps-border);
    color: var(--ps-primary);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(16, 24, 40, 0.06);
}

.ps-hero-title {
    font-size: 58px;
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -2px;
    color: var(--ps-dark);
}

.ps-hero-title span {
    background: linear-gradient(135deg, var(--ps-primary), var(--ps-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ps-hero-lead {
    color: var(--ps-muted);
    font-size: 19px;
    line-height: 1.75;
}

.ps-hero-card {
    position: relative;
    border: 1px solid var(--ps-border);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(18px);
    padding: 20px;
    box-shadow: var(--ps-shadow);
}

.ps-hero-card img {
    border-radius: 24px;
    width: 100%;
}

.ps-hero-floating {
    position: absolute;
    left: -26px;
    bottom: 46px;
    background: #fff;
    border-radius: 18px;
    padding: 14px 16px;
    box-shadow: 0 16px 35px rgba(16, 24, 40, 0.14);
    border: 1px solid rgba(16, 24, 40, 0.06);
}

.ps-hero-floating strong {
    display: block;
    color: var(--ps-dark);
    font-size: 14px;
}

.ps-hero-floating span {
    color: var(--ps-muted);
    font-size: 12px;
}

.ps-hero-form {
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 18px 45px rgba(16, 24, 40, 0.10);
}

.ps-hero-form .form-control {
    height: 52px;
    border-radius: 14px;
    border: 1px solid #e4e7ec;
    font-size: 14px;
}

.ps-hero-form .form-control:focus {
    border-color: var(--ps-primary);
    box-shadow: 0 0 0 0.12rem rgba(86, 103, 232, 0.16);
}

.ps-hero-stats {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.ps-hero-stat {
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.06);
    border-radius: 18px;
    padding: 12px 16px;
    min-width: 130px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.06);
}

.ps-hero-stat strong {
    display: block;
    color: var(--ps-dark);
    font-size: 20px;
    line-height: 1;
}

.ps-hero-stat span {
    color: var(--ps-muted);
    font-size: 12px;
}

@media(max-width: 991px) {
    .ps-hero {
        padding-top: 115px;
        padding-bottom: 70px;
    }

    .ps-hero-title {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .ps-hero-lead {
        font-size: 16px;
    }

    .ps-hero-card {
        margin-top: 34px;
    }

    .ps-hero-floating {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 14px;
    }
}

@media(max-width: 575px) {
    .ps-hero-title {
        font-size: 34px;
    }

    .ps-hero-form {
        padding: 14px;
    }

    .ps-hero-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}