:root {
    --ink: #111827;
    --muted: #64748b;
    --gold: #ffc107;
    --paper: #f6f7fb;
    --cyan: #00b8ff;
    --magenta: #ff3d8b;
    --sun: #ffd23f;
    --green: #22c55e;
}

body {
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 209, 59, .22), transparent 24%),
        radial-gradient(circle at 92% 8%, rgba(0, 168, 255, .18), transparent 26%),
        radial-gradient(circle at 70% 92%, rgba(255, 47, 125, .14), transparent 28%),
        linear-gradient(180deg, #fffaf0 0%, #eef7ff 48%, #fff4fa 100%);
    color: var(--ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.topbar {
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid #e5e7eb;
    backdrop-filter: blur(12px);
}

body > .topbar .container-fluid,
body > .topbar .navbar-collapse,
body > .topbar .navbar-nav,
body > .topbar .d-flex {
    align-items: center;
}

.navbar-brand {
    align-items: center;
    color: #111827;
    display: inline-flex;
    font-size: 1.35rem;
    gap: 8px;
    line-height: 1;
    margin: 0;
    min-height: 42px;
    white-space: nowrap;
}

.site-brand i {
    align-items: center;
    background: linear-gradient(135deg, var(--cyan), var(--magenta), var(--sun));
    border-radius: 8px;
    color: #111827;
    display: inline-flex;
    font-size: 1rem;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.navbar-brand span {
    color: var(--magenta);
}

.navbar-brand:hover {
    color: #111827;
}

.topbar .nav-link {
    align-items: center;
    display: inline-flex;
    min-height: 42px;
}

.fw-black {
    font-weight: 900;
}

.hero {
    background:
        linear-gradient(90deg, rgba(8, 13, 23, .96), rgba(17, 24, 39, .80)),
        radial-gradient(circle at 86% 20%, rgba(255, 210, 63, .95) 0, transparent 20%),
        radial-gradient(circle at 70% 72%, rgba(255, 61, 139, .7) 0, transparent 22%),
        radial-gradient(circle at 94% 80%, rgba(0, 184, 255, .7) 0, transparent 20%),
        #111827;
    color: #fff;
    padding: 92px 0;
    position: relative;
    overflow: hidden;
}

.website-hero {
    background: #0f172a;
    color: #fff;
}

.hero-slide {
    min-height: 620px;
    overflow: hidden;
    padding: 96px 0 78px;
    position: relative;
}

.hero-slide::before {
    background:
        linear-gradient(90deg, rgba(15, 23, 42, .96), rgba(15, 23, 42, .70)),
        linear-gradient(120deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: auto, 28px 28px;
    content: "";
    inset: 0;
    position: absolute;
}

.hero-slide::after {
    background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--sun));
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
}

.hero-slide-digital {
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 193, 7, .35), transparent 22%),
        radial-gradient(circle at 70% 78%, rgba(0, 184, 255, .28), transparent 24%),
        url("https://images.splitshire.com/full/The-Digital-Printing-Machine_rrDAq.png") center right / cover no-repeat,
        #111827;
}

.hero-slide-offset {
    background:
        radial-gradient(circle at 78% 20%, rgba(34, 197, 94, .30), transparent 24%),
        radial-gradient(circle at 72% 80%, rgba(255, 210, 63, .30), transparent 25%),
        url("https://mekes.com/app/uploads/2025/10/18175-Heidelberg-XL-106-6LX-offset-printing-press-01.jpg") center right / cover no-repeat,
        #101827;
}

.hero-slide-branding {
    background:
        radial-gradient(circle at 80% 22%, rgba(255, 61, 139, .32), transparent 24%),
        radial-gradient(circle at 72% 74%, rgba(0, 184, 255, .28), transparent 25%),
        #111827;
}

.hero-slide .container {
    position: relative;
    z-index: 1;
}

.hero-slide h1 {
    font-size: clamp(2.3rem, 5vw, 4.8rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: .96;
}

.hero-slide p {
    color: #dbe4ef;
    font-size: 1.12rem;
    margin: 20px 0 28px;
    max-width: 680px;
}

.website-hero .carousel-indicators {
    bottom: 18px;
}

.website-hero .carousel-indicators [data-bs-target] {
    background-color: var(--gold);
    border-radius: 999px;
    height: 7px;
    width: 28px;
}

.hero-showcase {
    min-height: 360px;
    position: relative;
}

.machine-caption {
    align-items: center;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(0,0,0,.20);
    color: #111827;
    display: inline-flex;
    font-size: .9rem;
    font-weight: 900;
    gap: 10px;
    padding: 10px 14px;
    position: relative;
    z-index: 2;
}

.machine-caption i {
    color: var(--magenta);
}

.machine-caption-offset {
    margin-bottom: 16px;
}

.print-piece {
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 8px;
    box-shadow: 0 22px 40px rgba(0,0,0,.28);
    color: #fff;
    display: grid;
    font-weight: 900;
    min-height: 104px;
    padding: 18px;
    place-items: end start;
    position: absolute;
    width: 190px;
}

.piece-card { background: linear-gradient(135deg, #111827, #334155); left: 8%; top: 4%; transform: rotate(-8deg); }
.piece-flyer { background: linear-gradient(135deg, #00b8ff, #2563eb); left: 38%; top: 0; transform: rotate(5deg); }
.piece-book { background: linear-gradient(135deg, #ff3d8b, #be123c); left: 18%; top: 38%; transform: rotate(8deg); }
.piece-pack { background: linear-gradient(135deg, #ffc107, #f97316); color: #111827; left: 54%; top: 34%; transform: rotate(-6deg); }

.hero-device {
    background: rgba(255,255,255,.94);
    border-radius: 8px;
    bottom: 8px;
    box-shadow: 0 24px 52px rgba(0,0,0,.28);
    color: #111827;
    display: grid;
    gap: 3px;
    left: 20%;
    padding: 18px;
    position: absolute;
    width: 260px;
}

.hero-device i {
    color: var(--magenta);
    font-size: 2rem;
}

.hero-device small {
    color: var(--muted);
}

.hero-stats {
    display: grid;
    gap: 18px;
}

.hero-stats div,
.hero-checklist span {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 8px;
    backdrop-filter: blur(12px);
}

.hero-stats div {
    padding: 22px;
}

.hero-stats b {
    color: var(--gold);
    display: block;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1;
}

.hero-stats span {
    color: #e2e8f0;
    font-weight: 750;
}

.hero-checklist {
    display: grid;
    gap: 14px;
}

.hero-checklist span {
    align-items: center;
    display: flex;
    font-weight: 850;
    gap: 12px;
    padding: 18px;
}

.hero-checklist i {
    color: var(--gold);
}

.website-home {
    background: #fff;
}

.website-page {
    background: #fff;
}

.page-hero {
    color: #fff;
    overflow: hidden;
    padding: 92px 0;
    position: relative;
}

.page-hero::before {
    background:
        linear-gradient(90deg, rgba(15, 23, 42, .94), rgba(15, 23, 42, .70)),
        linear-gradient(120deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: auto, 28px 28px;
    content: "";
    inset: 0;
    position: absolute;
}

.page-hero::after {
    background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--sun));
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    font-size: clamp(2.1rem, 4vw, 4rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    max-width: 850px;
}

.page-hero p {
    color: #dbe4ef;
    font-size: 1.1rem;
    max-width: 700px;
}

.page-hero-about {
    background:
        radial-gradient(circle at 84% 20%, rgba(255, 193, 7, .28), transparent 24%),
        #111827;
}

.page-hero-services {
    background:
        radial-gradient(circle at 84% 20%, rgba(0, 184, 255, .28), transparent 24%),
        #111827;
}

.page-hero-gallery {
    background:
        radial-gradient(circle at 84% 20%, rgba(255, 61, 139, .28), transparent 24%),
        #111827;
}

.about-metric {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, .06);
    min-height: 130px;
    padding: 22px;
}

.about-metric b {
    display: block;
    font-size: 1.55rem;
    font-weight: 900;
}

.about-metric span {
    color: var(--muted);
}

.website-trust {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
    padding: 18px 0;
}

.website-trust div div div {
    align-items: center;
    display: flex;
    gap: 12px;
}

.website-trust i {
    align-items: center;
    background: #111827;
    border-radius: 8px;
    color: var(--gold);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.website-trust b,
.website-trust span {
    display: block;
}

.website-trust span {
    color: var(--muted);
    font-size: .86rem;
}

.creative-strip {
    background:
        linear-gradient(135deg, #fff7ed, #eff6ff),
        radial-gradient(circle at 12% 40%, rgba(255, 193, 7, .20), transparent 24%);
    padding: 34px 0;
}

.creative-strip-inner {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 26px;
}

.creative-strip h2 {
    font-size: clamp(1.4rem, 2.4vw, 2.3rem);
    font-weight: 900;
    line-height: 1.05;
    margin: 0;
    max-width: 700px;
}

.creative-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.creative-tags span {
    background: #111827;
    border-radius: 8px;
    color: #fff;
    font-weight: 900;
    padding: 10px 13px;
}

.website-section {
    padding: 72px 0;
}

.website-step {
    background:
        linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, .06);
    height: 100%;
    padding: 24px;
    transition: transform .16s ease, box-shadow .16s ease;
}

.website-step:hover {
    box-shadow: 0 24px 48px rgba(15, 23, 42, .10);
    transform: translateY(-3px);
}

.website-step i {
    align-items: center;
    background: linear-gradient(135deg, var(--cyan), var(--magenta));
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    margin-bottom: 18px;
    width: 46px;
}

.website-step b,
.website-step span {
    display: block;
}

.website-step b {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.website-step span {
    color: var(--muted);
}

.website-portfolio {
    background:
        radial-gradient(circle at 12% 18%, rgba(0,184,255,.14), transparent 22%),
        radial-gradient(circle at 92% 12%, rgba(255,61,139,.14), transparent 24%),
        #f8fbff;
}

.portfolio-tile {
    border-radius: 8px;
    color: #111827;
    min-height: 230px;
    padding: 28px;
    position: relative;
    overflow: hidden;
}

.portfolio-tile::after {
    background: rgba(255,255,255,.36);
    border-radius: 999px;
    content: "";
    height: 120px;
    position: absolute;
    right: -38px;
    top: -34px;
    width: 120px;
}

.portfolio-tile span,
.portfolio-tile b,
.portfolio-tile small {
    display: block;
    position: relative;
    z-index: 1;
}

.portfolio-tile span {
    font-size: .8rem;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.portfolio-tile b {
    font-size: 1.55rem;
    line-height: 1.12;
}

.portfolio-tile small {
    color: rgba(17,24,39,.72);
    font-weight: 750;
    margin-top: 18px;
}

.tile-yellow { background: linear-gradient(135deg, #fff7d6, #ffd23f); }
.tile-blue { background: linear-gradient(135deg, #dff8ff, #7dd3fc); }
.tile-pink { background: linear-gradient(135deg, #ffe4ef, #f9a8d4); }

.portal-strip {
    background: #111827;
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}

.portal-strip span {
    align-items: center;
    background: rgba(255,255,255,.08);
    display: flex;
    font-weight: 850;
    gap: 10px;
    justify-content: center;
    min-height: 92px;
}

.portal-strip i {
    color: var(--gold);
}

.ink-lab-section {
    background:
        radial-gradient(circle at 14% 16%, rgba(0,184,255,.15), transparent 25%),
        radial-gradient(circle at 90% 15%, rgba(255,61,139,.14), transparent 25%),
        linear-gradient(180deg, #ffffff, #f8fbff);
    padding: 72px 0;
}

.ink-lab-card {
    background: #111827;
    border-radius: 8px;
    color: #fff;
    min-height: 330px;
    overflow: hidden;
    padding: 32px;
    position: relative;
}

.ink-lab-card h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 900;
    line-height: .98;
    margin: 110px 0 16px;
    max-width: 540px;
}

.ink-lab-card p {
    color: #dbe4ef;
    max-width: 620px;
}

.ink-dot {
    border-radius: 999px;
    box-shadow: 0 18px 34px rgba(0,0,0,.24);
    height: 92px;
    position: absolute;
    top: 28px;
    width: 92px;
}

.ink-dot.cyan { background: #00b8ff; left: 30px; }
.ink-dot.magenta { background: #ff3d8b; left: 98px; }
.ink-dot.yellow { background: #ffd23f; left: 166px; }
.ink-dot.black { background: #020617; border: 1px solid rgba(255,255,255,.20); left: 234px; }

.print-check-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.print-check-grid span {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, .06);
    display: flex;
    font-weight: 850;
    gap: 12px;
    min-height: 96px;
    padding: 20px;
}

.print-check-grid i {
    color: var(--green);
}

.website-cta {
    background:
        linear-gradient(90deg, rgba(17, 24, 39, .96), rgba(17, 24, 39, .82)),
        radial-gradient(circle at 86% 18%, rgba(255,193,7,.26), transparent 24%),
        #111827;
    color: #fff;
    padding: 60px 0;
}

.website-cta .container {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.website-cta h2 {
    font-weight: 900;
}

.website-cta p {
    color: #d1d5db;
    margin: 0;
}

@media (max-width: 991.98px) {
    .hero-slide {
        min-height: auto;
        padding: 72px 0 64px;
    }

    .hero-showcase {
        min-height: 320px;
    }

    .portal-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .creative-strip-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .creative-tags {
        justify-content: flex-start;
    }

    .print-check-grid {
        grid-template-columns: 1fr;
    }

    .website-cta .container {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .hero-slide h1 {
        font-size: 2.25rem;
    }

    .print-piece {
        min-height: 88px;
        width: 150px;
    }

    .piece-card { left: 0; }
    .piece-flyer { left: 42%; }
    .piece-book { left: 4%; top: 36%; }
    .piece-pack { left: 46%; top: 36%; }

    .hero-device {
        left: 4%;
        width: 92%;
    }

    .website-trust div div div {
        align-items: flex-start;
    }

    .portal-strip {
        grid-template-columns: 1fr;
    }

    .ink-lab-card h2 {
        margin-top: 92px;
    }

    .ink-dot {
        height: 70px;
        width: 70px;
    }

    .ink-dot.cyan { left: 22px; }
    .ink-dot.magenta { left: 74px; }
    .ink-dot.yellow { left: 126px; }
    .ink-dot.black { left: 178px; }
}

.hero::after {
    background-image:
        linear-gradient(45deg, rgba(255,255,255,.06) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255,255,255,.06) 25%, transparent 25%);
    background-size: 34px 34px;
    content: "";
    inset: 0;
    opacity: .5;
    pointer-events: none;
    position: absolute;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: clamp(2.25rem, 5vw, 4.8rem);
    font-weight: 900;
    line-height: .95;
    letter-spacing: 0;
}

.hero p {
    color: #d1d5db;
    font-size: 1.12rem;
    max-width: 650px;
}

.eyebrow {
    color: var(--gold);
    display: inline-block;
    font-weight: 800;
    letter-spacing: .08em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.hero-panel {
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    min-height: 420px;
    padding: 28px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.05)),
        linear-gradient(120deg, rgba(0,184,255,.18), rgba(255,61,139,.18));
    position: relative;
    overflow: hidden;
}

.print-graphic::before {
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,.13) 0 12px, transparent 12px 24px);
    border-radius: 8px;
    content: "";
    height: 90px;
    left: 22px;
    position: absolute;
    right: 22px;
    top: 160px;
    transform: rotate(-4deg);
}

.print-sheets {
    height: 160px;
    margin-top: 42px;
    position: relative;
}

.sheet {
    border-radius: 8px;
    box-shadow: 0 22px 42px rgba(0,0,0,.28);
    display: block;
    height: 112px;
    position: absolute;
    width: 180px;
}

.sheet-c { background: linear-gradient(135deg, #00b8ff, #7dd3fc); left: 8%; top: 12px; transform: rotate(-12deg); }
.sheet-m { background: linear-gradient(135deg, #ff3d8b, #f9a8d4); left: 26%; top: 0; transform: rotate(-4deg); }
.sheet-y { background: linear-gradient(135deg, #ffd23f, #fde68a); left: 44%; top: 15px; transform: rotate(6deg); }
.sheet-k { background: linear-gradient(135deg, #111827, #475569); left: 62%; top: 28px; transform: rotate(14deg); }
}

.hero-chip {
    background: rgba(255,255,255,.94);
    border-radius: 8px;
    color: #111827;
    display: inline-flex;
    font-weight: 800;
    margin: 8px;
    padding: 14px 18px;
}

.press-card {
    align-items: center;
    background: linear-gradient(135deg, #ffc107, #ff7a00);
    border-radius: 8px;
    color: #111827;
    display: flex;
    gap: 18px;
    margin-top: 80px;
    padding: 22px;
}

.color-band {
    position: relative;
}

.band-products {
    background:
        radial-gradient(circle at 8% 12%, rgba(0,184,255,.20), transparent 28%),
        radial-gradient(circle at 90% 0%, rgba(255,61,139,.18), transparent 25%),
        linear-gradient(180deg, #ffffff, #f8fbff);
}

.press-card i {
    font-size: 2.5rem;
}

.press-card span {
    display: block;
}

.section-title {
    margin-bottom: 28px;
}

.section-title h2 {
    font-weight: 900;
}

.section-title p {
    color: var(--muted);
}

.product-card,
.panel-card,
.contact-card,
.auth-card,
.quote-box {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 16px 35px rgba(15, 23, 42, .06);
    overflow: hidden;
}

.product-card i {
    background: linear-gradient(135deg, #111827, #334155);
    border-radius: 8px;
    color: var(--gold);
    font-size: 1.6rem;
    margin-bottom: 18px;
    padding: 16px;
}

.product-card {
    position: relative;
}

.product-card::before {
    background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--sun));
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.product-card h5 {
    font-weight: 900;
}

.product-card p {
    color: var(--muted);
}

.auth-wrap {
    background:
        radial-gradient(circle at 18% 20%, rgba(0,184,255,.23), transparent 26%),
        radial-gradient(circle at 82% 30%, rgba(255,61,139,.20), transparent 24%),
        linear-gradient(135deg, #fff7ed, #eff6ff);
    display: grid;
    min-height: calc(100vh - 62px);
    place-items: center;
    padding: 36px 16px;
}

.auth-card {
    background: #fff;
    max-width: 520px;
    padding: 32px;
    width: 100%;
}

.demo-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
}

.admin-surface {
    background: #f5f7fb;
    min-height: calc(100vh - 62px);
    width: 100%;
}

.admin-hero {
    align-items: center;
    background: #fff;
    border: 1px solid #dee2e6;
    border-left: 5px solid #0d6efd;
    border-radius: 8px;
    box-shadow: none;
    color: #212529;
    display: flex;
    justify-content: space-between;
    min-height: 118px;
    overflow: hidden;
    padding: 20px 22px;
    position: relative;
}

.admin-hero::before {
    display: none;
}

.admin-hero > * {
    position: relative;
    z-index: 1;
}

.admin-hero h2 {
    font-size: clamp(1.5rem, 2vw, 2.1rem);
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
}

.admin-hero p {
    color: #6c757d;
    margin: 6px 0 0;
    max-width: 680px;
}

.eyebrow-dark {
    color: #0d6efd;
    display: inline-block;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .11em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.admin-hero-art {
    height: 160px;
    min-width: 260px;
    position: relative;
}

.admin-hero-art span {
    border-radius: 8px;
    box-shadow: 0 18px 35px rgba(0,0,0,.25);
    display: block;
    height: 96px;
    position: absolute;
    width: 145px;
}

.admin-hero-art span:nth-child(1) {
    background: linear-gradient(135deg, var(--cyan), #7dd3fc);
    left: 0;
    top: 30px;
    transform: rotate(-12deg);
}

.admin-hero-art span:nth-child(2) {
    background: linear-gradient(135deg, var(--magenta), #f9a8d4);
    left: 58px;
    top: 12px;
    transform: rotate(2deg);
}

.admin-hero-art span:nth-child(3) {
    background: linear-gradient(135deg, var(--sun), #fef3c7);
    left: 118px;
    top: 40px;
    transform: rotate(13deg);
}

.admin-hero-art i {
    align-items: center;
    background: #111827;
    border: 4px solid #fff;
    border-radius: 999px;
    bottom: 6px;
    box-shadow: 0 16px 30px rgba(0,0,0,.25);
    color: var(--gold);
    display: flex;
    font-size: 2.4rem;
    height: 92px;
    justify-content: center;
    position: absolute;
    right: 8px;
    width: 92px;
}

.side-panel {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: none;
    color: #111827;
    padding: 16px;
    position: sticky;
    top: 84px;
}

.side-panel h5 {
    font-weight: 900;
    margin: 6px 10px 14px;
}

.side-panel a {
    border-radius: 8px;
    color: #495057;
    display: flex;
    font-weight: 600;
    gap: 10px;
    padding: 9px 10px;
    text-decoration: none;
}

.side-panel a:hover,
.side-panel a.active {
    background: #e7f1ff;
    color: #0d6efd;
}

.side-panel a i {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 18px;
}

.sidebar-brand {
    align-items: center;
    border-bottom: 1px solid #eef2f7;
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
    padding: 4px 6px 14px;
}

.sidebar-brand b,
.sidebar-brand small {
    display: block;
}

.sidebar-brand small {
    color: var(--muted);
    font-size: .78rem;
}

.brand-mark {
    align-items: center;
    background: #e0f2fe;
    border-radius: 8px;
    color: #0284c7;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.menu-group {
    margin-top: 12px;
}

.menu-group-title {
    color: #94a3b8;
    font-size: .68rem;
    font-weight: 900;
    padding: 0 10px 6px;
    text-transform: uppercase;
}

.metric {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: none;
    min-height: 138px;
    padding: 18px;
    position: relative;
}

.metric::before {
    display: none;
}

.metric i {
    align-items: center;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    margin-bottom: 14px;
    width: 38px;
}

.metric-blue i { background: #0d6efd; }
.metric-pink i { background: #dc3545; }
.metric-yellow i { background: #ffc107; color: #111827; }
.metric-green i { background: #198754; }

.metric-blue::before { background: linear-gradient(180deg, #0284c7, #22d3ee); }
.metric-pink::before { background: linear-gradient(180deg, #db2777, #fb7185); }
.metric-yellow::before { background: linear-gradient(180deg, #f59e0b, #facc15); }
.metric-green::before { background: linear-gradient(180deg, #16a34a, #86efac); }

.admin-module-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-module-grid a {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: none;
    color: #111827;
    display: block;
    min-height: 138px;
    padding: 20px;
    position: relative;
    text-decoration: none;
}

.admin-module-grid a::after {
    background: linear-gradient(90deg, var(--cyan), var(--magenta), var(--sun));
    border-radius: 0 0 8px 8px;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

.admin-module-grid i {
    color: var(--magenta);
    font-size: 1.7rem;
    margin-bottom: 16px;
}

.admin-module-grid b,
.admin-module-grid span {
    display: block;
}

.admin-module-grid span {
    color: var(--muted);
    font-size: .9rem;
    margin-top: 4px;
}

.panel-card .card-body {
    position: relative;
}

.panel-card .card-body::before {
    display: none;
}

.panel-card table thead th {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.panel-card table tbody tr:hover {
    background: #f8f9fa;
}

.admin-surface .panel-card,
.admin-surface .card,
.admin-surface .quote-box {
    border: 1px solid #dee2e6;
    box-shadow: none;
}

.admin-surface .table {
    margin-bottom: 0;
}

.admin-surface > .row {
    margin-left: 0;
    margin-right: 0;
}

.crud-actions {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: flex-end;
}

.icon-btn {
    align-items: center;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
}

.icon-command {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 38px;
}

.order-product-icon {
    align-items: center;
    background: linear-gradient(135deg, #111827, #334155);
    border-radius: 8px;
    color: var(--gold);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.7rem;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.product-ui,
.admin-product-ui {
    display: none;
}

.product-ui.is-active,
.admin-product-ui.is-active {
    display: block;
}

.calc-section {
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,255,255,.9)),
        radial-gradient(circle at 100% 0%, rgba(255,210,63,.24), transparent 35%);
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px;
}

.calc-section-title {
    align-items: center;
    color: var(--brand-blue);
    display: flex;
    font-weight: 900;
    gap: 10px;
    margin-bottom: 14px;
}

.calc-section-title i {
    align-items: center;
    background: transparent;
    border-radius: 0;
    color: var(--brand-pink);
    display: inline-flex;
    height: auto;
    justify-content: center;
    width: auto;
}

.sticky-estimate {
    position: sticky;
    top: 92px;
}

.estimate-line {
    align-items: center;
    border-bottom: 1px solid #edf0f5;
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
}

.estimate-line:last-child {
    border-bottom: 0;
}

.estimate-line span {
    color: var(--muted);
}

.estimate-line b {
    color: #111827;
}

@media (max-width: 1199.98px) {
    .admin-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .admin-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-hero-art {
        min-width: 100%;
    }

    .admin-module-grid {
        grid-template-columns: 1fr;
    }
}

.metric span {
    color: var(--muted);
    display: block;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.metric b {
    display: block;
    font-size: 1.45rem;
    margin-top: 8px;
}

.metric small {
    color: var(--muted);
    display: block;
    font-size: .8rem;
    margin-top: 5px;
}

.zoho-hero {
    min-height: 150px;
}

.quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.dashboard-header .quick-actions .btn {
    min-width: 108px;
}

.cash-chart {
    align-items: end;
    background: #f8f9fa;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(7, 1fr);
    height: 220px;
    padding: 20px;
}

.cash-chart span {
    background: #0d6efd;
    border-radius: 8px 8px 0 0;
    display: block;
    min-height: 28px;
}

.workflow-step {
    align-items: center;
    border-bottom: 1px solid #edf0f5;
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
}

.workflow-step:last-child {
    border-bottom: 0;
}

.workflow-step span {
    color: #475569;
    font-weight: 750;
}

.workflow-step b {
    align-items: center;
    background: #fff7ed;
    border-radius: 999px;
    color: #c2410c;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    width: 44px;
}

.stock-row {
    align-items: center;
    border-bottom: 1px solid #edf0f5;
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
}

.stock-row:last-child {
    border-bottom: 0;
}

.quote-box,
.contact-card {
    background: #fff;
    padding: 28px;
}

.table th {
    color: #64748b;
    font-size: .75rem;
    text-transform: uppercase;
}

/* Modern admin refresh */
:root {
    --admin-bg: #eef4fb;
    --admin-panel: rgba(255, 255, 255, .96);
    --admin-border: #d9e4f0;
    --admin-primary: #2563eb;
    --admin-primary-2: #06b6d4;
    --admin-accent: #f59e0b;
    --admin-text: #0f172a;
    --admin-shadow: 0 16px 38px rgba(15, 23, 42, .09);
}

.admin-surface {
    background:
        radial-gradient(circle at 0% 0%, rgba(37, 99, 235, .16), transparent 30%),
        radial-gradient(circle at 92% 10%, rgba(6, 182, 212, .15), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, var(--admin-bg) 100%);
}

.admin-surface .row.g-3 > [class*="col-"] {
    min-width: 0;
}

.side-panel {
    background: var(--admin-panel);
    border-color: var(--admin-border);
    box-shadow: var(--admin-shadow);
    backdrop-filter: blur(16px);
}

.sidebar-brand {
    background: linear-gradient(135deg, #f8fbff, #eef6ff);
    border: 1px solid #e7edf6;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 12px;
}

.brand-mark {
    background: linear-gradient(135deg, var(--admin-primary), var(--admin-primary-2));
    box-shadow: 0 10px 22px rgba(37, 99, 235, .24);
    color: #fff;
}

.side-panel h5,
.sidebar-brand b {
    color: var(--admin-text);
}

.menu-group-title {
    color: #7c8da3;
    letter-spacing: .09em;
}

.side-panel a {
    align-items: center;
    min-height: 40px;
    position: relative;
    transition: background .16s ease, color .16s ease, transform .16s ease;
}

.side-panel a:hover,
.side-panel a.active {
    background: linear-gradient(90deg, #dbeafe, #f8fbff);
    color: var(--admin-primary);
    transform: translateX(2px);
}

.side-panel a.active::before {
    background: var(--admin-primary);
    border-radius: 999px;
    bottom: 9px;
    content: "";
    left: 0;
    position: absolute;
    top: 9px;
    width: 3px;
}

.admin-hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,251,255,.96)),
        radial-gradient(circle at 94% 20%, rgba(245, 158, 11, .20), transparent 28%);
    border-color: var(--admin-border);
    border-left-color: var(--admin-primary);
    box-shadow: var(--admin-shadow);
}

.admin-hero::after {
    background:
        linear-gradient(90deg, rgba(37, 99, 235, .08) 1px, transparent 1px),
        linear-gradient(180deg, rgba(37, 99, 235, .08) 1px, transparent 1px);
    background-size: 22px 22px;
    content: "";
    inset: 0;
    opacity: .45;
    pointer-events: none;
    position: absolute;
}

.admin-hero h2 {
    color: var(--admin-text);
}

.eyebrow-dark {
    color: var(--admin-primary);
}

.metric,
.admin-module-grid a,
.admin-surface .panel-card,
.admin-surface .card,
.admin-surface .quote-box {
    background: var(--admin-panel);
    border-color: var(--admin-border);
    box-shadow: var(--admin-shadow);
}

.metric {
    overflow: hidden;
    transition: transform .16s ease, box-shadow .16s ease;
}

.metric::after {
    background: linear-gradient(135deg, rgba(37,99,235,.10), rgba(6,182,212,.10));
    border-radius: 999px;
    content: "";
    height: 86px;
    position: absolute;
    right: -28px;
    top: -30px;
    width: 86px;
}

.metric:hover {
    box-shadow: 0 20px 44px rgba(15, 23, 42, .13);
    transform: translateY(-2px);
}

.metric i {
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .14);
}

.metric-blue i { background: linear-gradient(135deg, #2563eb, #38bdf8); }
.metric-pink i { background: linear-gradient(135deg, #e11d48, #fb7185); }
.metric-yellow i { background: linear-gradient(135deg, #f59e0b, #facc15); color: #111827; }
.metric-green i { background: linear-gradient(135deg, #16a34a, #86efac); }

.metric span,
.metric small,
.admin-module-grid span {
    color: #64748b;
}

.metric b {
    color: var(--admin-text);
}

.panel-card,
.admin-surface .card {
    border-radius: 10px;
    overflow: hidden;
}

.panel-card .card-header,
.admin-surface .card-header {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border-bottom-color: var(--admin-border);
}

.panel-card table thead th,
.admin-surface .table thead th {
    background: #f1f5f9;
    color: #475569;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.panel-card table tbody tr,
.admin-surface .table tbody tr {
    transition: background .14s ease;
}

.panel-card table tbody tr:hover,
.admin-surface .table tbody tr:hover {
    background: #eff6ff;
}

.admin-module-grid a {
    overflow: hidden;
    transition: transform .16s ease, box-shadow .16s ease;
}

.admin-module-grid a:hover {
    box-shadow: 0 20px 44px rgba(15, 23, 42, .13);
    transform: translateY(-2px);
}

.admin-module-grid i {
    background: linear-gradient(135deg, #dbeafe, #ecfeff);
    border-radius: 12px;
    color: var(--admin-primary);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    line-height: 44px;
    margin-bottom: 14px;
    width: 44px;
}

.cash-chart {
    background: linear-gradient(180deg, #f8fbff, #eef6ff);
    border-color: var(--admin-border);
}

.cash-chart span {
    background: linear-gradient(180deg, var(--admin-primary), var(--admin-primary-2));
    box-shadow: inset 0 -10px 18px rgba(15, 23, 42, .13);
}

.workflow-step b {
    background: #dbeafe;
    color: #1d4ed8;
}

.production-job-details .workflow-step {
    align-items: flex-start;
    display: grid;
    gap: 14px;
    grid-template-columns: 132px minmax(0, 1fr);
    justify-content: stretch;
}

.production-job-details .workflow-step span {
    line-height: 1.35;
    padding-top: 7px;
}

.production-job-details .workflow-step b {
    background: #f8fbff;
    border: 1px solid #d9e4f0;
    border-radius: 8px;
    color: #0f172a;
    display: block;
    font-size: .95rem;
    height: auto;
    line-height: 1.35;
    min-height: 36px;
    overflow-wrap: anywhere;
    padding: 8px 10px;
    text-align: right;
    width: 100%;
}

.stock-row,
.workflow-step,
.estimate-line {
    border-bottom-color: #e5edf6;
}

.crud-actions .btn,
.icon-btn {
    border-radius: 8px;
    transition: transform .14s ease, box-shadow .14s ease;
}

.crud-actions .btn:hover,
.icon-btn:hover {
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
    transform: translateY(-1px);
}

.admin-surface .btn-primary {
    background: linear-gradient(135deg, var(--admin-primary), #1d4ed8);
    border-color: #1d4ed8;
}

.admin-surface .btn-warning {
    background: linear-gradient(135deg, #f59e0b, #facc15);
    border-color: #f59e0b;
    color: #111827;
}

.admin-surface .badge {
    border-radius: 999px;
    padding: .42rem .62rem;
}

.admin-surface .form-control,
.admin-surface .form-select {
    border-color: #d7e1ee;
    border-radius: 8px;
}

.admin-surface .form-control:focus,
.admin-surface .form-select:focus {
    border-color: var(--admin-primary);
    box-shadow: 0 0 0 .22rem rgba(37, 99, 235, .14);
}

/* Full application creative skin */
:root {
    --brand-ink: #10131f;
    --brand-paper: #f7f8fc;
    --brand-line: #dde5f1;
    --brand-cyan: #00a8ff;
    --brand-pink: #ff2f7d;
    --brand-yellow: #ffd13b;
    --brand-blue: #275efe;
    --brand-shadow: 0 18px 45px rgba(16, 19, 31, .10);
}

body {
    background:
        radial-gradient(circle at 8% 10%, rgba(255, 209, 59, .22), transparent 24%),
        radial-gradient(circle at 92% 8%, rgba(0, 168, 255, .18), transparent 26%),
        radial-gradient(circle at 70% 92%, rgba(255, 47, 125, .14), transparent 28%),
        linear-gradient(180deg, #fffaf0 0%, #eef7ff 48%, #fff4fa 100%);
}

.topbar {
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--brand-line);
    box-shadow: 0 10px 30px rgba(16, 19, 31, .06);
}

.site-brand i {
    background:
        conic-gradient(from 20deg, var(--brand-cyan), var(--brand-pink), var(--brand-yellow), var(--brand-cyan));
    color: #111827;
}

.navbar-brand {
    color: var(--brand-ink);
}

.navbar-brand span {
    color: var(--brand-pink);
}

.topbar .nav-link {
    border-radius: 8px;
    color: #334155;
    font-weight: 750;
    padding-inline: 12px;
}

.topbar .nav-link:hover,
.topbar .nav-link.active {
    background: #f1f5ff;
    color: var(--brand-blue);
}

.btn {
    border-radius: 8px;
    font-weight: 750;
}

.btn-warning {
    background: linear-gradient(135deg, var(--brand-yellow), #ffad1f);
    border-color: #ffbd2e;
    color: #111827;
    box-shadow: 0 12px 24px rgba(255, 177, 31, .20);
}

.btn-dark {
    background: var(--brand-ink);
    border-color: var(--brand-ink);
}

.btn-outline-dark,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-light {
    border-width: 1.5px;
}

.hero-slide {
    min-height: 650px;
}

.hero-slide::before {
    background:
        linear-gradient(90deg, rgba(10, 15, 30, .95), rgba(10, 15, 30, .62)),
        radial-gradient(circle at 14% 22%, rgba(255,255,255,.10), transparent 22%);
}

.hero-slide h1,
.page-hero h1 {
    text-wrap: balance;
}

.machine-caption,
.hero-device,
.hero-stats div,
.hero-checklist span {
    box-shadow: var(--brand-shadow);
}

.website-trust {
    background:
        linear-gradient(180deg, #ffffff, #f9fbff);
    border-bottom: 1px solid var(--brand-line);
}

.creative-strip-inner,
.website-step,
.about-metric,
.product-card,
.panel-card,
.contact-card,
.auth-card,
.quote-box,
.print-check-grid span {
    border-color: var(--brand-line);
    box-shadow: var(--brand-shadow);
}

.product-card,
.website-step,
.about-metric {
    transition: transform .16s ease, box-shadow .16s ease;
}

.product-card:hover,
.website-step:hover,
.about-metric:hover {
    box-shadow: 0 24px 55px rgba(16, 19, 31, .13);
    transform: translateY(-3px);
}

.product-card i {
    background:
        linear-gradient(135deg, var(--brand-ink), #27324a);
    color: var(--brand-yellow);
}

.product-card::before {
    background: linear-gradient(90deg, var(--brand-cyan), var(--brand-pink), var(--brand-yellow));
}

.calc-section {
    background:
        linear-gradient(180deg, #ffffff, #f8fbff);
    border-color: var(--brand-line);
    box-shadow: 0 14px 34px rgba(16, 19, 31, .06);
}

.calc-section-title i {
    background: transparent;
    color: var(--brand-pink);
}

.logic-section-label {
    align-items: center;
    color: var(--brand-blue);
    display: flex;
    font-size: .86rem;
    font-weight: 900;
    gap: 10px;
    letter-spacing: 0;
    padding: 2px 0;
    text-transform: uppercase;
}

.logic-section-label::after {
    content: none;
}

.form-control,
.form-select {
    border-color: #d8e1ee;
    border-radius: 8px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 .22rem rgba(39, 94, 254, .13);
}

.table {
    --bs-table-hover-bg: #f3f7ff;
}

.table th {
    background: #f3f6fb;
    color: #475569;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .05em;
}

.badge {
    border-radius: 999px;
    font-weight: 850;
}

.auth-wrap {
    background:
        radial-gradient(circle at 18% 20%, rgba(0,168,255,.20), transparent 28%),
        radial-gradient(circle at 82% 24%, rgba(255,47,125,.18), transparent 26%),
        linear-gradient(135deg, #ffffff, #f0f6ff);
}

.auth-card {
    border: 1px solid var(--brand-line);
}

.side-panel {
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.98));
}

.side-panel a.active,
.side-panel a:hover {
    background: linear-gradient(90deg, #e8f0ff, #fff7fb);
    color: var(--brand-blue);
}

.masters-right-panel {
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.98));
    border: 1px solid #8fa0b8;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(15, 23, 42, .12);
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    padding: 12px;
    position: fixed;
    right: 12px;
    top: 16px;
    width: 236px;
    z-index: 1030;
}

.masters-right-title {
    align-items: center;
    background: linear-gradient(135deg, #111827, #2563eb);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-weight: 900;
    gap: 9px;
    margin-bottom: 4px;
    padding: 10px 12px;
}

.masters-right-panel a {
    align-items: center;
    border-radius: 8px;
    color: #334155;
    display: flex;
    font-size: .88rem;
    font-weight: 700;
    gap: 9px;
    min-height: 38px;
    padding: 8px 10px;
    text-decoration: none;
}

.masters-right-panel a:hover,
.masters-right-panel a.active {
    background: linear-gradient(90deg, #e8f0ff, #fff7fb);
    color: var(--brand-blue);
}

.masters-right-panel a i {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    width: 18px;
}

.admin-surface {
    background:
        radial-gradient(circle at 0% 0%, rgba(0,168,255,.12), transparent 32%),
        radial-gradient(circle at 100% 0%, rgba(255,47,125,.10), transparent 28%),
        linear-gradient(180deg, #f9fbff 0%, #eef4fb 100%);
    padding-right: 260px !important;
}

.metric::after {
    background: linear-gradient(135deg, rgba(0,168,255,.12), rgba(255,47,125,.10));
}

.admin-module-grid a::after {
    background: linear-gradient(90deg, var(--brand-cyan), var(--brand-pink), var(--brand-yellow));
}

.modal-content {
    border: 1px solid var(--brand-line);
    border-radius: 10px;
    box-shadow: 0 28px 80px rgba(16, 19, 31, .22);
}

.modal-header,
.modal-footer {
    background: #f8fbff;
    border-color: var(--brand-line);
}

/* Stronger control outlines */
.form-control,
.form-select,
textarea.form-control,
.btn,
.card,
.panel-card,
.product-card,
.contact-card,
.auth-card,
.quote-box,
.calc-section,
.modal-content,
.table,
.side-panel,
.metric,
.admin-module-grid a,
.website-step,
.about-metric,
.portfolio-tile,
.creative-strip-inner,
.portal-strip,
.print-check-grid span {
    border-color: #8fa0b8;
}

@media (max-width: 1199px) {
    .admin-surface {
        padding-right: .5rem !important;
    }

    .masters-right-panel {
        margin: 0 0 12px;
        max-height: none;
        position: static;
        width: 100%;
    }
}

.form-control,
.form-select,
textarea.form-control {
    border-width: 1.5px;
}

.btn {
    border-width: 1.5px;
}

.table th,
.table td {
    border-color: #9aabc1;
}

.modal-header,
.modal-footer,
.card-header {
    border-color: #8fa0b8;
}

.form-control:hover,
.form-select:hover,
textarea.form-control:hover {
    border-color: #5f7088;
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
    border-color: #334155;
    box-shadow: 0 0 0 .22rem rgba(51, 65, 85, .16);
}

/* Match right-side admin menu with left menu styling */
.masters-right-title {
    background: transparent;
    border-radius: 0;
    color: #94a3b8;
    display: block;
    font-size: .68rem;
    font-weight: 900;
    gap: 0;
    margin: 12px 0 0;
    padding: 0 10px 6px;
    text-transform: uppercase;
}

.masters-right-title:first-child {
    margin-top: 0;
}

.masters-right-title i {
    display: none;
}

.masters-right-panel a {
    border-radius: 8px;
    color: #495057;
    font-size: 1rem;
    font-weight: 600;
    gap: 10px;
    min-height: auto;
    padding: 9px 10px;
}

.masters-right-panel a:hover,
.masters-right-panel a.active {
    background: linear-gradient(90deg, #e8f0ff, #fff7fb);
    color: var(--brand-blue);
}

/* Public website refresh */
:root {
    --store-ink: #12151f;
    --store-line: #dde4ef;
    --store-muted: #667085;
    --store-yellow: #ffc928;
    --store-cyan: #0ea5e9;
    --store-rose: #e11d48;
    --store-paper: #fffaf0;
}

body {
    background: #f3f5f9;
}

.site-topline {
    background: #12151f;
    color: #eef2f7;
    font-size: .86rem;
    font-weight: 750;
    padding: 8px 0;
}

.site-topline span {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.site-topline i {
    color: var(--store-yellow);
}

.topbar {
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid var(--store-line);
    box-shadow: 0 12px 28px rgba(18, 21, 31, .08);
}

.navbar-brand {
    font-size: 1.45rem;
}

.site-brand i {
    background: var(--store-yellow);
    border: 1px solid #e7ad14;
    color: var(--store-ink);
}

.navbar-brand span {
    color: var(--store-ink);
}

.topbar .nav-link {
    color: #283244;
    font-size: .94rem;
    font-weight: 850;
    min-height: 38px;
    padding: 8px 11px;
}

.topbar .nav-link:hover,
.topbar .nav-link.active {
    background: #fff7d6;
    color: #111827;
}

.printstore-hero {
    background:
        radial-gradient(circle at 16% 22%, rgba(255, 201, 40, .22), transparent 26%),
        linear-gradient(180deg, #fffaf0 0%, #f3f6fb 72%, #eef2f7 100%);
    padding: 26px 0 34px;
}

.printstore-shell {
    display: grid;
    gap: 20px;
    grid-template-columns: 260px minmax(0, 1fr);
    position: relative;
}

.hero-product-menu,
.hero-order-card,
.printstore-main-banner {
    border: 1px solid var(--store-line);
    border-radius: 18px;
    box-shadow: 0 22px 48px rgba(18, 21, 31, .12);
    overflow: hidden;
}

.hero-product-menu {
    background: #fff;
    min-height: 100%;
    padding-bottom: 8px;
}

.hero-product-menu-title {
    align-items: center;
    background: #111827;
    color: var(--store-ink);
    display: flex;
    font-weight: 900;
    gap: 10px;
    padding: 16px 18px;
}

.hero-product-menu-title i,
.hero-product-menu-title span {
    color: #fff;
}

.hero-product-menu a {
    align-items: center;
    border: 0;
    border-radius: 12px;
    color: #263244;
    display: flex;
    font-weight: 750;
    gap: 12px;
    min-height: 48px;
    margin: 8px 10px 0;
    padding: 10px 12px;
    text-decoration: none;
}

.hero-product-menu a:hover {
    background: #fff7d6;
    color: #111827;
    transform: translateX(2px);
}

.hero-product-menu a i {
    align-items: center;
    background: #f1f5f9;
    border-radius: 8px;
    color: #111827;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.hero-product-menu .view-all {
    color: var(--store-rose);
    font-weight: 900;
}

.printstore-main-banner {
    background:
        linear-gradient(90deg, rgba(8, 12, 20, .96) 0%, rgba(8, 12, 20, .88) 38%, rgba(8, 12, 20, .35) 68%, rgba(8, 12, 20, .08) 100%),
        url("assets/vasavi-print-hero.png") center right / cover no-repeat;
    color: #fff;
    min-height: 510px;
    padding: 64px 330px 46px 54px;
    position: relative;
}

.printstore-main-banner::after {
    background:
        linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .34) 100%),
        repeating-linear-gradient(135deg, rgba(255,255,255,.10) 0 1px, transparent 1px 18px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.printstore-main-banner > * {
    max-width: 620px;
    position: relative;
    z-index: 1;
}

.printstore-main-banner .eyebrow,
.page-hero .eyebrow {
    background: rgba(255, 201, 40, .14);
    border: 1px solid rgba(255, 201, 40, .45);
    border-radius: 8px;
    color: var(--store-yellow);
    display: inline-flex;
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .08em;
    padding: 8px 10px;
    text-transform: uppercase;
}

.printstore-main-banner h1 {
    font-size: clamp(2.25rem, 4vw, 4.55rem);
    font-weight: 950;
    line-height: 1;
    margin: 18px 0;
}

.printstore-main-banner p {
    color: #dbe5f2;
    font-size: 1.08rem;
    line-height: 1.7;
    margin-bottom: 26px;
}

.banner-actions,
.banner-proof-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.banner-proof-row {
    margin-top: 28px;
}

.banner-proof-row span {
    align-items: center;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 8px;
    color: #f7fbff;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    padding: 9px 12px;
}

.banner-proof-row i {
    color: var(--store-yellow);
}

.hero-order-card {
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(14px);
    color: var(--store-ink);
    position: absolute;
    right: 24px;
    bottom: 24px;
    padding: 18px;
    width: 265px;
    z-index: 3;
}

.mini-print-stack {
    height: 150px;
    margin-bottom: 18px;
    position: relative;
}

.mini-sheet {
    align-items: flex-end;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 12px;
    box-shadow: 0 16px 26px rgba(18, 21, 31, .18);
    color: #fff;
    display: flex;
    font-weight: 900;
    height: 92px;
    left: 28px;
    padding: 14px;
    position: absolute;
    top: 26px;
    width: 150px;
}

.sheet-one {
    background: linear-gradient(135deg, #12151f, #334155);
    transform: rotate(-9deg);
}

.sheet-two {
    background: linear-gradient(135deg, var(--store-cyan), #2563eb);
    left: 56px;
    top: 18px;
    transform: rotate(5deg);
}

.sheet-three {
    background: linear-gradient(135deg, var(--store-rose), #f97316);
    left: 82px;
    top: 42px;
    transform: rotate(12deg);
}

.hero-order-card h3 {
    font-size: 1.2rem;
    font-weight: 900;
}

.press-mini-stat {
    align-items: center;
    border-bottom: 1px solid #edf0f5;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.press-mini-stat span {
    color: var(--store-muted);
    font-weight: 750;
}

.press-mini-stat b {
    font-size: 1.35rem;
}

.hero-order-card .btn {
    margin-top: 16px;
}

.website-trust {
    background: #fff;
    border-bottom: 1px solid var(--store-line);
    padding: 18px 0;
}

.website-trust div div div {
    background: #f8fafc;
    border: 1px solid var(--store-line);
    box-shadow: none;
}

.creative-strip,
.website-section,
.ink-lab-section,
.band-products {
    background: #f3f5f9;
}

.creative-strip-inner,
.ink-lab-card,
.product-card,
.website-step,
.portfolio-tile,
.quote-box,
.panel-card,
.contact-card,
.auth-card {
    border: 1px solid var(--store-line);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(18, 21, 31, .08);
}

.creative-strip-inner {
    background: #fff;
}

.product-card {
    background: #fff;
}

.product-card::before {
    background: var(--store-yellow);
    height: 5px;
}

.product-card i {
    background: #12151f;
    color: var(--store-yellow);
}

.product-card h5 {
    color: #151b28;
}

.product-card p,
.section-title p {
    color: var(--store-muted);
}

.page-hero {
    background:
        linear-gradient(115deg, rgba(18, 21, 31, .96), rgba(18, 21, 31, .72)),
        url("assets/vasavi-print-hero.png") center right / cover no-repeat;
    min-height: 330px;
}

.page-hero::before,
.page-hero::after {
    display: none;
}

.page-hero h1 {
    font-size: clamp(2rem, 4vw, 3.7rem);
    line-height: 1.05;
}

.color-band.band-products {
    padding-top: 42px !important;
}

.order-calculator .panel-card,
.order-calculator .quote-box {
    background: #fff;
}

.calc-section {
    background: #f9fbff;
}

.auth-wrap {
    background: #eef2f7;
}

.auth-card {
    background: #fff;
}

@media (max-width: 1199.98px) {
    .printstore-shell {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .printstore-main-banner {
        padding-right: 290px;
    }
}

@media (max-width: 991.98px) {
    .site-topline .container {
        justify-content: center !important;
    }

    .printstore-shell {
        grid-template-columns: 1fr;
    }

    .printstore-main-banner {
        min-height: auto;
        padding: 42px 28px;
    }

    .hero-product-menu {
        order: 2;
    }

    .hero-order-card {
        order: 3;
        position: static;
        width: auto;
    }
}

@media (max-width: 575.98px) {
    .site-topline {
        display: none;
    }

    .printstore-hero,
    .printstore-hero .container,
    .printstore-shell,
    .printstore-main-banner {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .navbar-brand {
        font-size: 1.08rem;
    }

    .printstore-hero {
        padding: 14px 0 24px;
    }

    .printstore-main-banner {
        background-position: center right;
        padding: 30px 18px;
    }

    .printstore-main-banner > * {
        max-width: calc(100vw - 60px);
        width: 100%;
    }

    .printstore-main-banner h1 {
        font-size: 1.48rem;
        line-height: 1.08;
        max-width: min(100%, 285px);
        overflow-wrap: break-word;
        text-wrap: wrap;
    }

    .printstore-main-banner p {
        max-width: min(100%, 285px);
    }

    .banner-actions .btn,
    .hero-order-card .btn {
        width: 100%;
    }

    .hero-product-menu a {
        min-height: 44px;
    }
}
