/* ==========================================================================
   WebPez Custom Stylesheet
   ========================================================================== */

/* Base & Typography */
body {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #f8f9ff;
    color: #1a1a2e;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #1a1a2e;
}

h1 {
    font-size: 3rem;
    margin-top: 30px;
    margin-bottom: 25px;
}

h2 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 25px;
}

h3 {
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 20px;
}

/* Links */
a {
    color: #111827 !important;
    text-decoration: none;
    transition: color 0.25s ease;
}

a:hover {
    color: #2563eb !important;
    text-decoration: none;
}

/* Accent Color Utilities */
.blue {
    color: #5a67d8 !important;
}

.darkgold {
    color: #ed8936 !important;
}

.pink {
    color: #d53f8c !important;
}

/* Header & Main Nav */
header {
    margin: 15px 3%;
    width: 94%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

header ul,
header ul>li>ul {
    border-radius: 20px;
}

header>.container>ul>li {
    font-weight: 600;
}

header>.container>ul>li>ul>li {
    font-weight: 400;
}

header>.container>ul.right-menu {
    margin-left: auto;
}

/* Header Action Buttons & Icons */
header>.container>btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 9px 4px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    color: #1a1a2e;
    border-radius: 12px;
    cursor: pointer;
    float: right;
    background: rgba(90, 103, 216, 0.05);
    border: 1px solid rgba(90, 103, 216, 0.1);
    transition: all 0.25s ease;
    box-sizing: border-box;
}

/* Hide mobile toggle on desktop */
header>.container>btn#menu-toggle-button,
header>.container>btn.hidden-large,
.hidden-large {
    display: none !important;
}

header>.container>btn:hover {
    color: #4f46e5;
    background: rgba(90, 103, 216, 0.12);
    border-color: rgba(90, 103, 216, 0.25);
    transform: translateY(-1px);
}

header>.container>btn>i.bi,
header>.container>btn>.bi {
    font-size: 22px !important;
    line-height: 1 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

/* Footer Styles */
footer {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    color: #475569;
    padding: 40px 0 20px 0;
    font-size: 14px;
}

footer h4 {
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 700;
}

footer table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    font-size: 13px;
}

footer table td {
    padding: 10px 12px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
    color: #334155;
    line-height: 1.5;
}

footer table tr:last-child td {
    border-bottom: none;
}

footer table td i.bi {
    color: #5a67d8;
    font-size: 16px;
}

footer table hr {
    margin: 6px 0;
    border-color: #f1f5f9;
}

footer .footer-icon {
    max-height: 36px;
    max-width: 46px;
    width: auto;
    height: auto;
    margin: 6px 10px 6px 0;
    vertical-align: middle;
    display: inline-block;
    object-fit: contain;
    transition: transform 0.2s ease;
}

footer .footer-icon:hover {
    transform: scale(1.1);
}

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

.language-data>a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 3px 6px 3px 0;
    font-size: 13px;
    color: #475569;
}

.language-data>a:hover {
    color: #2563eb;
}

.language-data>a>img,
.language-data img {
    height: 14px;
    width: 20px;
    border-radius: 2px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Linkbar Icons & Images */
.linkbar>a>img,
.linkbar img {
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.linkbar>a>.bi,
.linkbar>a>i.bi,
.linkbar .bi,
.linkbar i {
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

/* Cards & Content Containers */
.whitepaper {
    padding: 30px;
    margin: 20px 0;
    border: 1px solid rgba(90, 103, 216, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 255, 0.95) 100%);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(90, 103, 216, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

article {
    margin: 20px 0 30px 0;
    padding: 30px;
    border: 1px solid rgba(90, 103, 216, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(248, 249, 255, 0.85) 100%);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(90, 103, 216, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

article:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(90, 103, 216, 0.12);
    border-color: rgba(90, 103, 216, 0.2);
}

/* Hero Section & Backgrounds */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.heading {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1a436d 0%, #23686d 100%);
    background-size: 400% 400%;
    animation: gradientShift 8s ease infinite;
    padding: 120px 10px 30px 10px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.heading::before,
.cover-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/backgrounds/title-cover.webp");
    background-position: center center;
    background-size: cover;
    opacity: 0.2;
    mix-blend-mode: overlay;
    pointer-events: none;
    z-index: 1;
}

.heading>*,
.cover-background>* {
    position: relative;
    z-index: 2;
}

.heading h1 {
    animation: slideDown 0.8s ease;
    color: #ffffff;
}

.cover-background {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1a436d 0%, #23686d 100%);
    background-size: 400% 400%;
    animation: gradientShift 8s ease infinite;
}

/* ==========================================================================
   Button System
   ========================================================================== */

/* Base Button */
button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    margin: 5px;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 12px;
    border: 1px solid transparent;
    cursor: pointer;
    letter-spacing: 0.3px;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none !important;
    vertical-align: middle;
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

/* Anchor Wrapped Buttons */
a:has(> button),
a.button-link {
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    vertical-align: middle;
}

a>button {
    pointer-events: none;
    vertical-align: middle;
}

a:hover {
    text-decoration: none !important;
}

/* Button Sizing */
.big-button {
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 14px;
}

.btn-xs {
    padding: 6px 14px;
    font-size: 0.82rem;
    border-radius: 8px;
}

.wide-button {
    width: 100%;
}

.right-button {
    float: right !important;
}

.flex-grow-1 {
    flex-grow: 1;
}

/* Button Variants */
.dark-button,
.dark-button *,
.dark-button span,
.dark-button i,
.dark-button .blue,
.dark-button .darkgold,
.dark-button .pink {
    color: #ffffff !important;
}

.dark-button {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
}

.dark-button:hover,
a:hover>.dark-button {
    background: linear-gradient(135deg, #4338ca 0%, #6d28d9 100%);
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.5);
    transform: translateY(-2px);
}

.blue-button,
.blue-button *,
.blue-button span,
.blue-button i,
.blue-button .blue,
.blue-button .darkgold,
.blue-button .pink {
    color: #ffffff !important;
}

.blue-button {
    background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.blue-button:hover,
a:hover>.blue-button {
    background: linear-gradient(135deg, #1d4ed8 0%, #4338ca 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.5);
    transform: translateY(-2px);
}

.frosted-button {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.frosted-button:hover,
a:hover>.frosted-button {
    background: rgba(255, 255, 255, 0.32);
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

.white-button {
    background: #ffffff;
    color: #1e293b !important;
    border: 1px solid rgba(90, 103, 216, 0.2);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.white-button:hover,
a:hover>.white-button {
    background: #ffffff;
    color: #4338ca !important;
    border-color: rgba(90, 103, 216, 0.4);
    box-shadow: 0 6px 20px rgba(90, 103, 216, 0.16);
    transform: translateY(-2px);
}

.black-button {
    background: #0f172a;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.3);
}

.black-button:hover,
a:hover>.black-button {
    background: #1e293b;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.4);
    transform: translateY(-2px);
}

.red-button,
.redbutton {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35);
}

.red-button:hover,
.redbutton:hover,
a:hover>.red-button,
a:hover>.redbutton {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.45);
    transform: translateY(-2px);
}

.green-button {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.35);
}

.green-button:hover,
a:hover>.green-button {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.45);
    transform: translateY(-2px);
}

/* Pop Pages & Modal Dialog System */
.pop-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 999;
    overflow-y: auto;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.pop-page.active {
    display: flex !important;
}

.pop-dialog {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.1);
    max-width: 520px;
    width: 100%;
    margin: auto;
    position: relative;
    padding: 28px;
    box-sizing: border-box;
    animation: popModalScale 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes popModalScale {
    from {
        opacity: 0;
        transform: scale(0.94) translateY(12px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.pop-close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.pop-close-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg);
}

/* Cart Table and Quantity Controls */
.wide-cart-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    margin-bottom: 15px;
}

.wide-cart-table th,
.wide-cart-table td {
    padding: 8px 10px;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
}

.wide-cart-table th {
    color: #64748b;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.cart-qty-control {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 2px 4px;
}

.cart-qty-control .cart-qty-btn {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}

.cart-qty-control .cart-qty-value {
    font-weight: 600;
    padding: 0 4px;
    font-size: 13px;
}

/* Linkbar */
.linkbar {
    border-radius: 30px;
    padding: 6px 12px;
    color: #5a67d8;
    margin: 15px 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(90, 103, 216, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.linkbar a {
    color: #5a67d8;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.linkbar a:hover {
    color: #4c51bf;
    transform: scale(1.15);
}

/* Typography Helpers */
.huge-text {
    font-size: 160% !important;
    font-weight: 700;
}

.huge-text button {
    padding: 12px 20px;
}

/* Icons */
.material-icons,
.bi,
i.bi {
    vertical-align: middle !important;
    display: inline-block;
}

.material-icons.huge-text,
.bi.huge-text,
i.bi.huge-text {
    font-size: 44px !important;
    font-weight: 700;
    vertical-align: middle !important;
    line-height: 1;
}

/* Icon Box */
.icon-box {
    padding: 40px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 12px;
    background: rgba(90, 103, 216, 0.03);
    border: 1px solid rgba(90, 103, 216, 0.08);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.icon-box:hover {
    background: rgba(90, 103, 216, 0.08);
    border-color: rgba(90, 103, 216, 0.15);
    transform: translateY(-4px);
}

.icon-box .material-icons,
.icon-box .bi,
.icon-box i.bi {
    color: #5a67d8;
    margin-bottom: 15px;
}

/* Tech Grid for About & Showcase Pages */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 15px 0;
}

.tech-card {
    background: #ffffff;
    border: 1px solid rgba(90, 103, 216, 0.1);
    border-radius: 12px;
    padding: 16px 10px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.tech-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(90, 103, 216, 0.12);
    border-color: rgba(90, 103, 216, 0.25);
}

.tech-card img {
    height: 40px;
    width: auto;
    max-width: 48px;
    object-fit: contain;
    margin-bottom: 8px;
    display: inline-block;
}

.tech-card span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
}

/* Stage Cards for Development Timeline */
.stage-card {
    background: #ffffff;
    border: 1px solid rgba(90, 103, 216, 0.1);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.stage-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(90, 103, 216, 0.1);
    border-color: rgba(90, 103, 216, 0.25);
}

.stage-card .stage-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
    background: rgba(90, 103, 216, 0.1);
    color: #5a67d8;
}

.stage-card .stage-time {
    color: #64748b;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

/* Portfolio Cards */
.portfolio-card {
    background: #ffffff;
    border: 1px solid rgba(90, 103, 216, 0.1);
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.portfolio-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(90, 103, 216, 0.12);
    border-color: rgba(90, 103, 216, 0.25);
}

.portfolio-card .portfolio-logo {
    height: 48px;
    max-width: 140px;
    object-fit: contain;
    margin-bottom: 14px;
    display: block;
}

.portfolio-card h4 {
    margin: 0 0 8px 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.portfolio-card p {
    color: #475569;
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 18px;
    flex-grow: 1;
}

/* Hero Inclusions Mini Strip */
.hero-inclusions {
    margin-top: 35px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    animation: fadeIn 1.2s ease;
}

.hero-inclusions-title {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hero-inclusions-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.hero-inclusion-item {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 10px 6px;
    text-align: center;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.hero-inclusion-item:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px);
}

.hero-inclusion-item i.bi {
    font-size: 1.25rem !important;
    color: #38bdf8;
    margin-bottom: 4px;
    display: block;
}

.hero-inclusion-item span {
    display: block;
    font-size: 0.78rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
}

/* Responsive Media Queries */
@media screen and (max-width: 1080px) {
    header>.container>ul {
        border-radius: 20px;
    }

    header>.container>btn#menu-toggle-button,
    header>.container>btn.hidden-large {
        display: inline-flex !important;
    }

    h1 {
        font-size: 2.5rem;
    }

    .heading h1 {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 992px) {
    .hero-inclusions-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media screen and (min-width: 768px) {
    .hero-mobile-only {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .heading h1 {
        font-size: 1.8rem;
    }

    .whitepaper,
    article {
        padding: 20px;
    }
}

@media screen and (max-width: 576px) {
    .hero-inclusions {
        padding: 14px 12px;
        margin-top: 25px;
    }

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

    .hero-inclusion-item {
        padding: 8px 4px;
    }

    .hero-inclusion-item i.bi {
        font-size: 1.1rem !important;
    }

    .hero-inclusion-item span {
        font-size: 0.72rem;
    }
}

/* ── Mobile Bottom Linkbar ───────────────────────────────────── */
@media screen and (max-width: 1080px) {
    .linkbar {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 62px !important;
        margin: 0 !important;
        padding: 0 8px !important;
        border-radius: 0 !important;
        border-top: 1px solid rgba(90, 103, 216, 0.18) !important;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
        background: rgba(255, 255, 255, 0.98) !important;
        backdrop-filter: blur(14px) !important;
        -webkit-backdrop-filter: blur(14px) !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-around !important;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08) !important;
        z-index: 999 !important;
    }

    .linkbar>a {
        flex: 1 1 0 !important;
        height: 100% !important;
        width: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        color: #4a5568 !important;
    }

    .linkbar>a:hover,
    .linkbar>a:active {
        color: #5a67d8 !important;
        transform: scale(1.1) !important;
    }

    .linkbar>a>img,
    .linkbar img {
        width: 28px !important;
        height: 28px !important;
        max-width: 28px !important;
        max-height: 28px !important;
        object-fit: contain !important;
        display: block !important;
        margin: 0 auto !important;
        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.08));
    }

    .linkbar>a>.bi,
    .linkbar>a>i.bi,
    .linkbar .bi,
    .linkbar i {
        font-size: 27px !important;
        line-height: 1 !important;
        width: 28px !important;
        height: 28px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        vertical-align: middle !important;
    }
}

/* ==========================================================================
   Floating Cookies & Pop-Alert Notification Modal
   ========================================================================== */
.pop-alert {
    position: fixed !important;
    bottom: 24px !important;
    left: 24px !important;
    right: auto !important;
    top: auto !important;
    width: 440px !important;
    max-width: calc(100vw - 48px) !important;
    padding: 24px 28px !important;
    background: #ffffff !important;
    border: 1px solid rgba(90, 103, 216, 0.18) !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.16) !important;
    z-index: 99999 !important;
    display: none;
    box-sizing: border-box !important;
}

.pop-page.pop-alert.active,
.pop-alert.active {
    display: block !important;
    animation: popAlertSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes popAlertSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.pop-alert .whitepaper {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.pop-alert h3,
.pop-alert h4 {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    color: #1a1a2e !important;
}

.pop-alert p {
    font-size: 13.5px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
    margin-bottom: 16px !important;
}

.pop-alert p a {
    color: #5a67d8 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}

.pop-alert .close-button {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    width: 30px !important;
    height: 30px !important;
    border: none !important;
    background: transparent !important;
    color: #94a3b8 !important;
    box-shadow: none !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    padding: 0 !important;
    font-size: 16px !important;
    border-radius: 50% !important;
}

.pop-alert .close-button:hover {
    background: #f1f5f9 !important;
    color: #ef4444 !important;
    transform: rotate(90deg) !important;
}

.pop-alert button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 9px 20px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin-right: 8px !important;
}

@media screen and (max-width: 1080px) {
    .pop-alert {
        left: 12px !important;
        right: 12px !important;
        bottom: 74px !important;
        width: auto !important;
        max-width: calc(100vw - 24px) !important;
        padding: 20px 22px !important;
    }
}