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

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

p {
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 1rem;
}

ul, ol {
    font-size: 1.02rem;
    line-height: 1.7;
}

.table-padded td,
.table-padded th {
    padding: 10px 14px;
    font-size: 1.02rem;
    vertical-align: middle;
}

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: 15px;
}

footer h4 {
    color: #0f172a;
    font-size: 1.15rem;
    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: 14.5px;
}

footer table td {
    padding: 11px 14px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
    color: #334155;
    line-height: 1.6;
}

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

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

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: 14px;
    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>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>.bi,
.linkbar a>i.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: radial-gradient(circle at 15% 15%, rgba(99, 102, 241, 0.35) 0%, transparent 45%),
                radial-gradient(circle at 85% 25%, rgba(236, 72, 153, 0.3) 0%, transparent 45%),
                radial-gradient(circle at 50% 90%, rgba(14, 165, 233, 0.25) 0%, transparent 50%),
                linear-gradient(135deg, #0b1329 0%, #1e1b4b 35%, #1e3a8a 70%, #064e3b 100%);
    background-size: 200% 200%;
    animation: gradientShift 10s ease infinite;
    padding: 120px 10px 40px 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.18;
    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;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.cover-background {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 15% 15%, rgba(99, 102, 241, 0.35) 0%, transparent 45%),
                radial-gradient(circle at 85% 25%, rgba(236, 72, 153, 0.3) 0%, transparent 45%),
                radial-gradient(circle at 50% 90%, rgba(14, 165, 233, 0.25) 0%, transparent 50%),
                linear-gradient(135deg, #0b1329 0%, #1e1b4b 35%, #1e3a8a 70%, #064e3b 100%);
    background-size: 200% 200%;
    animation: gradientShift 10s 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: 14.5px;
    margin-bottom: 15px;
}

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

.wide-cart-table th {
    color: #64748b;
    font-weight: 600;
    font-size: 13px;
    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 styling is handled by lynx-primary.css floating action dock */

/* 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: 14px;
    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: 5px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
    background: rgba(90, 103, 216, 0.1);
    color: #5a67d8;
}

.stage-card .stage-time {
    color: #64748b;
    font-size: 14px;
    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: 14.5px;
    line-height: 1.65;
    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.85rem;
    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.85rem;
    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;
    }
}



/* ==========================================================================
   Small Bottom-Docked Cookies & Alert Bar
   ========================================================================== */
.pop-alert {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 9px 20px !important;
    background: #0f172a !important;
    border: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3) !important;
    z-index: 99999 !important;
    display: none;
    box-sizing: border-box !important;
}

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

@keyframes popAlertSlideUp {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cookies-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.cookies-text {
    font-size: 12px !important;
    color: #e2e8f0 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    flex: 1;
    min-width: 240px;
}

.cookies-text a {
    color: #60a5fa !important;
    text-decoration: underline !important;
    font-weight: 500;
}

.cookies-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.btn-cookie-accept {
    background: #2563eb !important;
    color: #ffffff !important;
    border: none !important;
    padding: 4px 14px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    transition: background 0.2s ease;
}
.btn-cookie-accept:hover {
    background: #1d4ed8 !important;
}

.btn-cookie-close {
    background: transparent !important;
    color: #94a3b8 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 3px 10px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.btn-cookie-close:hover {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.4) !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: 14.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;
    }
}

/* ==========================================================================
   Vibrant UI & Promo System (WELCOME30 & Aesthetic Upgrade)
   ========================================================================== */

/* Top Announcement Banner */
.top-promo-bar {
    background: linear-gradient(90deg, #4f46e5 0%, #7c3aed 35%, #ec4899 70%, #f59e0b 100%);
    background-size: 300% 300%;
    animation: gradientShift 6s ease infinite;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    padding: 9px 15px;
    text-align: center;
    position: relative;
    z-index: 100;
    box-shadow: 0 4px 15px rgba(124, 58, 237, 0.25);
    letter-spacing: 0.2px;
}

.top-promo-bar a {
    color: #ffffff !important;
    text-decoration: underline;
    font-weight: 700;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.top-promo-bar a:hover {
    opacity: 0.92;
    transform: translateX(3px);
}

.top-promo-bar .promo-pill {
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    padding: 2px 9px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 8px;
    display: inline-block;
}

/* Vibrant Hero Badge */
.vibrant-hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 6px 16px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 22px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    animation: fadeInDown 0.6s ease;
}

.vibrant-hero-pill .pulse-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulseGlow 1.8s infinite;
}

@keyframes pulseGlow {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

/* Vibrant Promo Feature Card */
.promo-banner-card {
    background: radial-gradient(circle at 10% 20%, rgba(99, 102, 241, 0.12) 0%, transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(236, 72, 153, 0.12) 0%, transparent 40%),
                linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    border: 1.5px solid rgba(99, 102, 241, 0.25);
    border-radius: 20px;
    padding: 36px 30px;
    box-shadow: 0 20px 45px -10px rgba(99, 102, 241, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.8) inset;
    margin: 30px 0 45px 0;
    position: relative;
    overflow: hidden;
}

.promo-banner-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.18) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Interactive Coupon Copy Pill */
.coupon-copy-widget {
    display: inline-flex;
    align-items: center;
    background: #0f172a;
    color: #ffffff;
    padding: 5px 6px 5px 16px;
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25);
    gap: 12px;
    font-family: 'Courier New', Courier, monospace;
}

.coupon-copy-widget .coupon-text {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #38bdf8;
}

.coupon-copy-widget button {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #ffffff !important;
    border: none;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    transition: transform 0.15s ease, background 0.2s ease;
}

.coupon-copy-widget button:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    transform: scale(1.04);
}

.coupon-copy-widget button.copied {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

/* Discount Badge Pop */
.discount-badge-pop {
    display: inline-block;
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(255, 65, 108, 0.35);
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

/* Plan Card with 30% Promo Highlight */
.plan-card-promo {
    position: relative;
    border-radius: 20px !important;
    border: 2px solid rgba(99, 102, 241, 0.3) !important;
    box-shadow: 0 16px 36px -10px rgba(99, 102, 241, 0.18) !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%) !important;
    overflow: hidden;
}

.plan-card-promo:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 24px 50px -12px rgba(99, 102, 241, 0.28) !important;
    border-color: #6366f1 !important;
}

.plan-card-promo.featured {
    border: 2px solid #8b5cf6 !important;
    box-shadow: 0 20px 45px -10px rgba(139, 92, 246, 0.3) !important;
}

.plan-card-promo .corner-ribbon {
    position: absolute;
    top: 18px;
    right: -32px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 34px;
    transform: rotate(45deg);
    box-shadow: 0 2px 10px rgba(239, 68, 68, 0.3);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.price-discount-box {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.06) 0%, rgba(236, 72, 153, 0.06) 100%);
    border: 1px solid rgba(99, 102, 241, 0.15);
    border-radius: 12px;
    padding: 12px 14px;
    margin: 14px 0;
}

.price-discount-box .price-current {
    font-size: 2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.price-discount-box .price-old {
    font-size: 1.15rem;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 500;
    margin-left: 6px;
}

.price-discount-box .savings-tag {
    font-size: 12.5px;
    font-weight: 700;
    color: #059669;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Vibrant CTA Button */
.vibrant-cta-btn {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #db2777 100%);
    background-size: 200% 200%;
    animation: gradientShift 4s ease infinite;
    color: #ffffff !important;
    border: none;
    padding: 12px 22px;
    font-weight: 700;
    font-size: 14.5px;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(124, 58, 237, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}

.vibrant-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px -6px rgba(124, 58, 237, 0.55);
}

.vibrant-cta-btn:active {
    transform: translateY(0);
}

/* Gradient Text */
.gradient-text {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.gradient-text-gold {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* ==========================================================================
   Cart Loading Overlay & Micro-Animations
   ========================================================================== */
.cart-container-relative {
    position: relative !important;
    min-height: 100px;
}

.cart-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 60;
    border-radius: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}

.cart-loading-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.cart-spinner {
    width: 36px;
    height: 36px;
    border: 3.5px solid rgba(37, 99, 235, 0.15);
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: cartSpinnerSpin 0.7s linear infinite;
    margin-bottom: 8px;
}

.cart-loading-text {
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0.2px;
    animation: cartPulse 1.4s ease-in-out infinite;
}

@keyframes cartSpinnerSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes cartPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.55; }
}

.spin {
    display: inline-block;
    animation: cartSpinnerSpin 0.7s linear infinite;
}

.cart-btn-loading {
    pointer-events: none !important;
    opacity: 0.8 !important;
}