* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f4f6fb;
    color: #172033;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* Header */
.site-header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    text-decoration: none;
    display: block;
    line-height: 1;
}

.brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo {
    width: 190px;
    height: auto;
    display: block;
    object-fit: contain;
}
.main-nav {
    display: flex;
    gap: 34px;
    align-items: center;
}

.main-nav a {
    color: #374151;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

.main-nav a:hover {
    color: #5b4b7a;
}

.nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    height: 82px;
}

.nav-dropdown summary {
    list-style: none;
    cursor: pointer;
    color: #374151;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-dropdown summary::-webkit-details-marker,
.sub-dropdown summary::-webkit-details-marker {
    display: none;
}

.nav-dropdown summary:hover {
    color: #5b4b7a;
}

.dropdown-menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 260px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
    padding: 12px;
    z-index: 999;
}

/* Invisible bridge so menu does not disappear when moving mouse down */
.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 18px;
}

.sub-dropdown summary {
    list-style: none;
    cursor: pointer;
    padding: 12px 14px;
    border-radius: 10px;
    color: #374151;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-dropdown summary:hover {
    background: #f4f1fb;
    color: #5b4b7a;
}

.sub-dropdown-menu {
    margin-top: 8px;
    padding-left: 14px;
    border-left: 3px solid #5b4b7a;
}

.sub-dropdown-menu a {
    display: block;
    padding: 10px 14px;
    color: #172033;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
}

.sub-dropdown-menu a:hover {
    background: #f4f1fb;
    color: #5b4b7a;
}

.nav-dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-menu {
    position: absolute;
    top: 34px;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    padding: 10px;
    display: none;
    z-index: 999;
}

.dropdown-menu a {
    display: block;
    padding: 12px 14px;
    color: #172033;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
}

.dropdown-menu a:hover {
    background: #f4f1fb;
    color: #5b4b7a;
}

.nav-dropdown:hover .dropdown-menu {
    display: block;
}

.header-search {
    display: flex;
    align-items: center;
    width: 280px;
    height: 42px;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    overflow: hidden;
}

.header-search input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 16px;
    font-size: 14px;
    color: #172033;
}

.header-search input::placeholder {
    color: #6b7280;
}

.header-search button {
    height: 100%;
    border: none;
    background: #5b4b7a;
    color: #ffffff;
    padding: 0 18px;
    font-weight: 700;
    cursor: pointer;
}

.header-search button:hover {
    background: #46365f;
}

/* Hero */
/* Hero */
.hero {
    min-height: 680px;
    padding: 110px 0 90px;
    background-image:
        linear-gradient(
            rgba(8, 12, 24, 0.58),
            rgba(8, 12, 24, 0.58)
        ),
        url("/assets/images/marketing-hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-content {
    max-width: 760px;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    padding: 38px;
    backdrop-filter: blur(6px);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    color: #5b4b7a;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.hero-content h1 {
    font-size: 54px;
    line-height: 1.08;
    letter-spacing: -1.8px;
    color: #ffffff;
    margin: 22px 0 20px;
}

.hero-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #f3f4f6;
    max-width: 610px;
    margin-bottom: 32px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 12px;
    font-weight: 800;
}

.btn-primary {
    background: #5b4b7a;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(91, 75, 122, 0.25);
}

.btn-primary:hover {
    background: #46365f;
}

.btn-secondary {
    background: #ffffff;
    color: #172033;
    border: 1px solid #d1d5db;
}

.hero-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
}

.hero-card-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.hero-card-top span {
    color: #6b7280;
    font-weight: 700;
}

.hero-card-top strong {
    color: #5b4b7a;
}

.hero-preview {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 22px;
}

.print-card {
    height: 110px;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    align-items: flex-end;
    box-shadow: inset 0 -60px 80px rgba(0, 0, 0, 0.15);
}

.print-card span {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
}

.flyer-card {
    background: linear-gradient(135deg, #0ea5e9, #1d4ed8);
}

.trifold-card {
    background: linear-gradient(135deg, #f6c600, #f97316);
}

.hero-card p {
    color: #4b5563;
    line-height: 1.6;
    margin: 0;
}
/* Sections */
.categories-section,
.popular-products {
    padding: 82px 0;
    background: #ffffff;
}

.popular-products {
    background: #f8fafc;
}

.section-heading {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 42px;
}

.section-heading h2 {
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -1px;
    margin: 18px 0 14px;
    color: #111827;
}

.section-heading p {
    color: #6b7280;
    font-size: 17px;
    line-height: 1.7;
}

/* Category Cards */
.category-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 22px;
}

.category-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 26px;
    min-height: 230px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.category-card h3 {
    font-size: 23px;
    margin: 0 0 14px;
    color: #111827;
}

.category-card p {
    color: #5b6473;
    line-height: 1.6;
    margin: 0;
}

.category-card a {
    display: inline-block;
    margin-top: 20px;
    color: #5b4b7a;
    font-weight: 800;
    text-decoration: none;
}

.featured-card {
    background: linear-gradient(135deg, #5b4b7a, #30244a);
    color: #ffffff;
}

.featured-card h3,
.featured-card p,
.featured-card a {
    color: #ffffff;
}

.category-tag {
    display: inline-block;
    background: #f6c600;
    color: #111827;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 18px;
}

/* Product Cards */
.product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.product-card {
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.product-visual {
    height: 300px;
    display: flex;
    align-items: flex-end;
    padding: 28px;
}

.product-visual span {
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
}

.flyer-visual {
    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.20),
            rgba(0, 0, 0, 0.20)
        ),
        url("/assets/images/flyers.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trifold-visual {
    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.20),
            rgba(0, 0, 0, 0.20)
        ),
        url("/assets/images/trifolds.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-body {
    padding: 28px;
}

.product-body h3 {
    margin: 0 0 12px;
    font-size: 28px;
}

.product-body p {
    color: #5b6473;
    line-height: 1.7;
    margin-bottom: 18px;
}

.product-body a {
    color: #5b4b7a;
    text-decoration: none;
    font-weight: 900;
}

/* CTA */
.cta-section {
    padding: 76px 0;
    background: #ffffff;
}

.cta-box {
    background:
        linear-gradient(135deg, #5b4b7a, #30244a);
    color: #ffffff;
    border-radius: 28px;
    padding: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cta-box h2 {
    font-size: 34px;
    margin: 0 0 10px;
}

.cta-box p {
    color: #e5e7eb;
    margin: 0;
    max-width: 720px;
    line-height: 1.6;
}

.cta-box .btn-primary {
    background: #f6c600;
    color: #111827;
}

/* Footer */
.site-footer {
    background: #111827;
    color: #ffffff;
    padding: 34px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.site-footer strong {
    font-size: 20px;
}

.site-footer p {
    color: #d1d5db;
    margin: 6px 0 0;
}

/* Responsive */
@media (max-width: 980px) {
    .header-container {
        height: auto;
        padding: 18px 0;
        flex-direction: column;
        gap: 18px;
        .header-search {
    width: 100%;
    max-width: 360px;
}
    }

    .main-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .hero-grid,
    .product-grid {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: 42px;
    }

    .category-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cta-box,
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .category-grid {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .section-heading h2 {
        font-size: 30px;
    }
}
.page-hero {
    padding: 90px 0;
    background:
        linear-gradient(
            rgba(15, 23, 42, 0.65),
            rgba(15, 23, 42, 0.65)
        ),
        url("/assets/images/marketing-hero.png");
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.page-hero h1 {
    font-size: 48px;
    margin: 20px 0 12px;
    letter-spacing: -1px;
}

.page-hero p {
    font-size: 18px;
    color: #e5e7eb;
    max-width: 680px;
    line-height: 1.7;
}

.product-category {
    display: inline-block;
    color: #5b4b7a;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.default-visual {
    background:
        linear-gradient(135deg, #5b4b7a, #30244a);
}

.empty-message {
    grid-column: 1 / -1;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 40px;
    border-radius: 24px;
    text-align: center;
}
.product-detail-hero {
    min-height: 520px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.flyer-detail {
    background-image:
        linear-gradient(
            rgba(8, 12, 24, 0.62),
            rgba(8, 12, 24, 0.62)
        ),
        url("/assets/images/marketing-hero.png");
}

.product-detail-content {
    max-width: 680px;
    background: rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 28px;
    padding: 38px;
    backdrop-filter: blur(6px);
}

.product-detail-content h1 {
    font-size: 58px;
    line-height: 1.05;
    margin: 22px 0 18px;
    letter-spacing: -1.8px;
}

.product-detail-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #f3f4f6;
    margin-bottom: 32px;
}

.product-info-section {
    padding: 82px 0;
    background: #ffffff;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.info-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.info-card h3 {
    margin: 0 0 12px;
    font-size: 22px;
}

.info-card p {
    color: #5b6473;
    line-height: 1.7;
    margin: 0;
}
.trifold-detail {
    background-image:
        linear-gradient(
            rgba(8, 12, 24, 0.62),
            rgba(8, 12, 24, 0.62)
        ),
        url("/assets/images/marketing-hero.png");
}

.contact-section {
    padding: 90px 0;
    background: #f8fafc;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
    align-items: start;
}

.contact-info {
    background: #ffffff;
    border-radius: 28px;
    padding: 36px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}

.contact-info h2 {
    font-size: 38px;
    line-height: 1.15;
    margin: 20px 0 16px;
    color: #111827;
}

.contact-info p {
    color: #5b6473;
    line-height: 1.7;
    margin-bottom: 26px;
}

.contact-detail {
    padding: 16px 0;
    border-top: 1px solid #e5e7eb;
}

.contact-detail strong {
    display: block;
    color: #111827;
    margin-bottom: 6px;
}

.contact-detail span {
    color: #5b6473;
}

.contact-form-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 36px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 15px;
    font-family: inherit;
    color: #172033;
    background: #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #5b4b7a;
    box-shadow: 0 0 0 4px rgba(91, 75, 122, 0.12);
}

.form-submit {
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

.form-alert {
    padding: 14px 16px;
    border-radius: 14px;
    margin-bottom: 20px;
    font-weight: 700;
}

.form-alert.success {
    background: #dcfce7;
    color: #166534;
}

.form-alert.error {
    background: #fee2e2;
    color: #991b1b;
}

@media (max-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

.quote-alert {
    padding: 16px 20px;
    border-radius: 14px;
    margin-bottom: 24px;
    font-weight: 800;
}

.quote-alert.success {
    background: #dcfce7;
    color: #166534;
}

.quote-alert.error {
    background: #fee2e2;
    color: #991b1b;
}

.field-help {
    display: block;
    margin-top: 8px;
    color: #6b7280;
    font-size: 13px;
}

.option-group textarea {
    width: 100%;
    border: 1px solid #cfd5df;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
    font-family: inherit;
    background: #ffffff;
    color: #172033;
    resize: vertical;
}

.option-group textarea:focus {
    outline: none;
    border-color: #5b4b7a;
    box-shadow: 0 0 0 4px rgba(91, 75, 122, 0.12);
}
.quote-page-section {
    padding: 90px 0;
    background: #f4f6fb;
}

.quote-page-card {
    background: #ffffff;
    border-radius: 30px;
    padding: 46px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: start;
    border: 1px solid #e5e7eb;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.quote-product-preview h1 {
    font-size: 42px;
    margin: 18px 0 22px;
    color: #111827;
}

.quote-product-image {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.quote-product-preview p {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.7;
    color: #4b5563;
}

.quote-form-panel {
    background: #f8fafc;
    border-radius: 26px;
    padding: 34px;
    border: 1px solid #e5e7eb;
}

.quote-form-panel h2 {
    font-size: 36px;
    margin: 0 0 10px;
    color: #111827;
}

.quote-form-intro {
    color: #5b6473;
    line-height: 1.6;
    margin-bottom: 28px;
}

.quote-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.quote-field {
    margin-bottom: 20px;
}

.quote-field label {
    display: block;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

.quote-field input,
.quote-field select,
.quote-field textarea {
    width: 100%;
    border: 1px solid #cfd5df;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 15px;
    font-family: inherit;
    background: #ffffff;
    color: #172033;
}

.quote-field input[type="file"] {
    padding: 12px;
    background: #ffffff;
}

.quote-field textarea {
    resize: vertical;
}

.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus {
    outline: none;
    border-color: #5b4b7a;
    box-shadow: 0 0 0 4px rgba(91, 75, 122, 0.12);
}

.quote-field small {
    display: block;
    margin-top: 8px;
    color: #6b7280;
    font-size: 13px;
}

.quote-submit-btn {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quote-submit-btn:hover {
    background: #5b4b7a;
}

.quote-alert {
    padding: 16px 20px;
    border-radius: 14px;
    margin-bottom: 24px;
    font-weight: 800;
}

.quote-alert.success {
    background: #dcfce7;
    color: #166534;
}

.quote-alert.error {
    background: #fee2e2;
    color: #991b1b;
}

@media (max-width: 900px) {
    .quote-page-card {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .quote-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .quote-product-image {
        height: 260px;
    }
}
.search-results-section {
    padding: 90px 0;
    background: #f8fafc;
}

.about-hero {
    min-height: 520px;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(
            rgba(8, 12, 24, 0.62),
            rgba(8, 12, 24, 0.62)
        ),
        url("/assets/images/marketing-hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.about-hero-content {
    max-width: 780px;
    background: rgba(15, 23, 42, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    padding: 42px;
    backdrop-filter: blur(6px);
}

.about-hero-content h1 {
    font-size: 58px;
    line-height: 1.06;
    letter-spacing: -1.8px;
    margin: 22px 0 18px;
}

.about-hero-content p {
    color: #f3f4f6;
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
}

.about-intro-section {
    padding: 90px 0;
    background: #ffffff;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: start;
}

.about-intro-grid h2 {
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: -1px;
    margin: 20px 0 0;
    color: #111827;
}

.about-intro-grid p {
    font-size: 17px;
    line-height: 1.8;
    color: #4b5563;
    margin: 0 0 18px;
}

.about-services-section {
    padding: 90px 0;
    background: #f8fafc;
}

.about-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.about-service-card h3 {
    font-size: 22px;
    margin: 0 0 14px;
    color: #111827;
}

.about-service-card p {
    color: #5b6473;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 980px) {
    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-service-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-hero-content h1 {
        font-size: 42px;
    }
}

@media (max-width: 640px) {
    .about-service-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-content {
        padding: 28px;
    }

    .about-hero-content h1 {
        font-size: 34px;
    }
}
.quote-process-section {
    padding: 80px 8%;
    background: #f7f9fc;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.section-label {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    color: #1f6fba;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-heading h2 {
    font-size: 36px;
    color: #17233c;
    margin-bottom: 14px;
}

.section-heading p {
    color: #5f6f89;
    font-size: 16px;
    line-height: 1.7;
}

.quote-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.quote-process-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 24px;
    box-shadow: 0 12px 30px rgba(20, 40, 80, 0.08);
    border: 1px solid #e7edf5;
    transition: 0.25s ease;
}

.quote-process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(20, 40, 80, 0.13);
}

.process-number {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #1f6fba;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.quote-process-card h3 {
    font-size: 20px;
    color: #17233c;
    margin-bottom: 10px;
}

.quote-process-card p {
    color: #607087;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .quote-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .quote-process-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2 {
        font-size: 28px;
    }
}
.site-footer {
    background: #17233c;
    color: #ffffff;
    margin-top: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    padding: 55px 0;
}

.footer-logo {
    width: 220px;
    height: auto;
    display: block;
    margin-bottom: 22px;
    background: #ffffff;
    padding: 14px 18px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.footer-brand p {
    color: #cbd5e1;
    line-height: 1.7;
    max-width: 500px;
}

.footer-links h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ffffff;
}

.footer-links a {
    display: block;
    color: #cbd5e1;
    text-decoration: none;
    margin-bottom: 10px;
    transition: 0.2s ease;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 0;
    text-align: center;
}

.footer-bottom p {
    color: #cbd5e1;
    margin: 0;
    font-size: 14px;
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-logo {
        width: 160px;
    }
}
/* ================================
   Professional Buttons Upgrade
================================ */

.btn-primary,
.btn-secondary,
.hero-actions a,
.product-body a,
.category-card a,
.cta-box a,
.quote-submit-btn,
.header-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 13px 24px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Main blue button */
.btn-primary,
.cta-box .btn-primary,
.quote-submit-btn,
.header-search button {
    background: linear-gradient(135deg, #1f6fba, #164f91);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(31, 111, 186, 0.28);
}

.btn-primary:hover,
.cta-box .btn-primary:hover,
.quote-submit-btn:hover,
.header-search button:hover {
    background: linear-gradient(135deg, #247fd4, #1f6fba);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(31, 111, 186, 0.38);
}

/* Secondary outline button */
.btn-secondary {
    background: #ffffff;
    color: #1f6fba;
    border: 2px solid rgba(31, 111, 186, 0.22);
    box-shadow: 0 8px 20px rgba(20, 40, 80, 0.08);
}

.btn-secondary:hover {
    background: #f0f7ff;
    color: #164f91;
    border-color: #1f6fba;
    transform: translateY(-2px);
}

/* Product/card text links */
.product-body a,
.category-card a {
    width: fit-content;
    color: #1f6fba;
    background: #eef6ff;
    padding: 11px 18px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: none;
}

.product-body a:hover,
.category-card a:hover {
    background: #1f6fba;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(31, 111, 186, 0.25);
}

/* Button active feeling */
.btn-primary:active,
.btn-secondary:active,
.quote-submit-btn:active,
.header-search button:active,
.product-body a:active,
.category-card a:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Header search button refinement */
.header-search button {
    min-height: 40px;
    padding: 10px 18px;
    font-size: 14px;
}

/* Mobile button adjustment */
@media (max-width: 576px) {
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary,
    .btn-secondary,
    .hero-actions a,
    .quote-submit-btn {
        width: 100%;
    }
}

/* ================================
   Professional Cards Upgrade
================================ */

/* Category cards */
.category-card,
.product-card,
.quote-process-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(220, 228, 240, 0.9);
    box-shadow: 0 14px 35px rgba(20, 40, 80, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.category-card::before,
.product-card::before,
.quote-process-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #1f6fba, #f2c94c);
    opacity: 0;
    transition: opacity 0.28s ease;
}

.category-card:hover,
.product-card:hover,
.quote-process-card:hover {
    transform: translateY(-8px);
    border-color: rgba(31, 111, 186, 0.25);
    box-shadow: 0 22px 50px rgba(20, 40, 80, 0.16);
}

.category-card:hover::before,
.product-card:hover::before,
.quote-process-card:hover::before {
    opacity: 1;
}

/* Featured category */
.featured-card {
    background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
    border: 1px solid rgba(31, 111, 186, 0.2);
}

.category-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border-radius: 999px;
    background: #1f6fba;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}

/* Product card image refinement */
.product-card {
    display: flex;
    flex-direction: column;
}

.product-visual {
    min-height: 240px;
    border-radius: 22px 22px 0 0;
    position: relative;
    overflow: hidden;
}

.product-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.02),
        rgba(0, 0, 0, 0.20)
    );
}

.product-body {
    padding: 28px;
}

.product-body h3,
.category-card h3,
.quote-process-card h3 {
    font-size: 22px;
    color: #17233c;
    margin-bottom: 12px;
}

.product-body p,
.category-card p,
.quote-process-card p {
    color: #607087;
    line-height: 1.7;
}

/* Product card link spacing */
.product-body a {
    margin-top: 18px;
}

/* Quote process card polish */
.quote-process-card {
    padding: 32px 26px;
}

.process-number {
    box-shadow: 0 10px 22px rgba(31, 111, 186, 0.28);
}

/* Section spacing refinement */
.categories-section,
.popular-products,
.quote-process-section {
    position: relative;
}

.section-heading {
    margin-bottom: 44px;
}

.section-heading h2 {
    letter-spacing: -0.5px;
}

/* Make grids feel more premium */
.category-grid,
.product-grid,
.quote-process-grid {
    align-items: stretch;
}

/* Better responsive spacing */
@media (max-width: 768px) {
    .product-visual {
        min-height: 210px;
    }

    .product-body {
        padding: 24px;
    }

    .category-card,
    .quote-process-card {
        padding: 26px 22px;
    }
}
/* ================================
   Professional Hero Upgrade
================================ */

.hero-pro {
    min-height: 680px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-image:
        linear-gradient(
            90deg,
            rgba(10, 22, 45, 0.72),
            rgba(10, 22, 45, 0.35)
        ),
        url("/assets/images/marketing-hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-pro::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -160px;
    top: -120px;
    background: radial-gradient(circle, rgba(31, 111, 186, 0.35), transparent 65%);
}

.hero-pro::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -120px;
    bottom: -140px;
    background: radial-gradient(circle, rgba(242, 201, 76, 0.22), transparent 65%);
}

.hero-pro .container {
    position: relative;
    z-index: 2;
}

.hero-panel {
    max-width: 820px;
    padding: 56px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.hero-panel .eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 999px;
    background: #eef6ff;
    color: #1f6fba;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
}

.hero-panel h1 {
    font-size: 54px;
    line-height: 1.08;
    letter-spacing: -1.6px;
    color: #17233c;
    margin-bottom: 22px;
}

.hero-panel p {
    max-width: 680px;
    color: #52657d;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 30px;
}

.hero-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid #e5edf7;
}

.hero-trust-item {
    padding: 16px 14px;
    border-radius: 16px;
    background: #f7faff;
    border: 1px solid #e6eef8;
}

.hero-trust-item strong {
    display: block;
    color: #17233c;
    font-size: 17px;
    margin-bottom: 6px;
}

.hero-trust-item span {
    display: block;
    color: #607087;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 992px) {
    .hero-pro {
        min-height: auto;
        padding: 90px 0;
    }

    .hero-panel {
        padding: 42px;
    }

    .hero-panel h1 {
        font-size: 42px;
    }

    .hero-trust-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .hero-panel {
        padding: 30px 24px;
        border-radius: 22px;
    }

    .hero-panel h1 {
        font-size: 34px;
    }

    .hero-panel p {
        font-size: 16px;
    }
}
/* ================================
   About Us Page Colour Upgrade
================================ */

.about-hero {
    background-image:
        linear-gradient(
            135deg,
            rgba(23, 35, 60, 0.88),
            rgba(31, 111, 186, 0.72)
        ),
        url("/assets/images/marketing-hero.png");
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    top: -120px;
    background: radial-gradient(circle, rgba(242, 201, 76, 0.35), transparent 65%);
}

.about-hero::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    left: -120px;
    bottom: -140px;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.28), transparent 65%);
}

.about-hero .container,
.about-hero-content {
    position: relative;
    z-index: 2;
}

.about-hero-content {
    max-width: 850px;
}

.about-hero .eyebrow {
    display: inline-flex;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.about-hero h1 {
    font-size: 56px;
    line-height: 1.08;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
    color: #ffffff;
}

.about-hero p {
    font-size: 19px;
    line-height: 1.75;
    color: #eef6ff;
    max-width: 760px;
}

/* Intro section */
.about-intro-section {
    background:
        radial-gradient(circle at top left, rgba(31, 111, 186, 0.08), transparent 34%),
        radial-gradient(circle at bottom right, rgba(242, 201, 76, 0.15), transparent 30%),
        #f6f9fc;
    padding: 90px 0;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 34px;
    align-items: stretch;
}

.about-intro-card,
.about-highlight-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 38px;
    border: 1px solid #e5edf7;
    box-shadow: 0 18px 45px rgba(20, 40, 80, 0.09);
}

.about-intro-card {
    border-left: 6px solid #1f6fba;
}

.about-highlight-card {
    background: linear-gradient(135deg, #17233c, #1f6fba);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-highlight-card::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -80px;
    bottom: -90px;
    background: radial-gradient(circle, rgba(242, 201, 76, 0.35), transparent 65%);
}

.about-highlight-card * {
    position: relative;
    z-index: 2;
}

.about-intro-card h2,
.about-highlight-card h3 {
    color: inherit;
    margin-bottom: 18px;
}

.about-intro-card p {
    color: #52657d;
    line-height: 1.8;
}

.about-highlight-card p {
    color: #e8f1ff;
    line-height: 1.8;
}

/* Services section */
.about-services-section {
    padding: 95px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.about-services-section .section-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px;
}

.about-services-section .eyebrow {
    display: inline-flex;
    padding: 9px 16px;
    border-radius: 999px;
    background: #fff7d6;
    color: #8a5a00;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-services-section h2 {
    color: #17233c;
    font-size: 42px;
    margin-top: 18px;
}

.about-services-section .section-heading p {
    color: #607087;
    font-size: 17px;
    line-height: 1.75;
}

/* Service cards */
.about-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.about-service-card {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 24px;
    padding: 34px 28px;
    border: 1px solid #e3ebf6;
    box-shadow: 0 16px 40px rgba(20, 40, 80, 0.08);
    transition: 0.28s ease;
}

.about-service-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #1f6fba, #f2c94c, #ec4899);
}

.about-service-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -55px;
    top: -55px;
    border-radius: 50%;
    background: rgba(31, 111, 186, 0.08);
}

.about-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(20, 40, 80, 0.15);
    border-color: rgba(31, 111, 186, 0.25);
}

.about-service-card h3 {
    color: #17233c;
    font-size: 22px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.about-service-card p {
    color: #5f6f89;
    line-height: 1.75;
    position: relative;
    z-index: 2;
}

/* CTA About */
.about-cta-section {
    padding: 80px 0;
    background: #17233c;
}

.about-cta-box {
    background: linear-gradient(135deg, #1f6fba, #17233c);
    border-radius: 28px;
    padding: 50px;
    color: #ffffff;
    box-shadow: 0 22px 55px rgba(20, 40, 80, 0.22);
}

.about-cta-box h2 {
    color: #ffffff;
}

.about-cta-box p {
    color: #e7f0ff;
}

/* Responsive */
@media (max-width: 1100px) {
    .about-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-intro-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .about-hero {
        padding: 80px 0;
    }

    .about-hero h1 {
        font-size: 38px;
    }

    .about-services-section h2 {
        font-size: 32px;
    }

    .about-service-grid {
        grid-template-columns: 1fr;
    }

    .about-intro-card,
    .about-highlight-card,
    .about-service-card {
        padding: 28px 24px;
    }
}

/* ================================
   About Hero Simple Professional Style
================================ */

.about-hero {
    background-image:
        linear-gradient(
            rgba(23, 35, 60, 0.72),
            rgba(23, 35, 60, 0.72)
        ),
        url("/assets/images/marketing-hero.png");
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    color: #ffffff;
}

.about-hero::before,
.about-hero::after {
    display: none;
}

.about-hero-content {
    max-width: 820px;
    background: rgba(23, 35, 60, 0.82);
    padding: 55px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
}

.about-hero .eyebrow {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.about-hero h1 {
    color: #ffffff;
}

.about-hero p {
    color: #eef3fb;
}

/* Make About service area softer */
.about-services-section {
    background: #f6f9fc;
}

.about-service-card::before {
    background: #1f6fba;
}

.about-service-card::after {
    display: none;
}
/* ================================
   Fix Products Dropdown Position
================================ */

.site-header {
    position: relative;
    z-index: 999;
}

.main-nav {
    position: relative;
}

.nav-dropdown,
.dropdown {
    position: relative;
}

.nav-dropdown-menu,
.dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%) translateY(0);
    min-width: 260px;
    background: #ffffff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 18px 45px rgba(20, 40, 80, 0.18);
    border: 1px solid #e6edf7;
    z-index: 9999;
}

/* Invisible bridge so dropdown does not disappear */
.nav-dropdown::after,
.dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10px;
}

/* Dropdown category heading */
.dropdown-category,
.dropdown-title {
    background: #f3eefc;
    color: #4b367c;
    font-weight: 800;
    padding: 12px 16px;
    border-radius: 12px;
    margin-bottom: 8px;
}

/* Dropdown links */
.nav-dropdown-menu a,
.dropdown-menu a {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    color: #17233c;
    text-decoration: none;
    font-weight: 700;
    transition: 0.2s ease;
}

.nav-dropdown-menu a:hover,
.dropdown-menu a:hover {
    background: #eef6ff;
    color: #1f6fba;
    padding-left: 20px;
}

/* ================================
   Special Offers Popup
================================ */

.special-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 18, 35, 0.62);
    backdrop-filter: blur(8px);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
}

.special-popup-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

.special-popup-box {
    width: min(920px, 100%);
    background: #ffffff;
    border-radius: 28px;
    padding: 34px;
    position: relative;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
    transform: translateY(18px) scale(0.96);
    transition: 0.25s ease;
}

.special-popup-overlay.is-visible .special-popup-box {
    transform: translateY(0) scale(1);
}

.special-popup-close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #f1f5f9;
    color: #17233c;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s ease;
}

.special-popup-close:hover {
    background: #17233c;
    color: #ffffff;
}

.special-popup-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 28px;
}

.special-popup-header span {
    display: inline-flex;
    padding: 8px 15px;
    border-radius: 999px;
    background: #eef6ff;
    color: #1f6fba;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 13px;
    margin-bottom: 14px;
}

.special-popup-header h2 {
    font-size: 36px;
    color: #17233c;
    margin-bottom: 10px;
}

.special-popup-header p {
    color: #607087;
    line-height: 1.7;
}

.special-popup-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.special-popup-card {
    position: relative;
    padding: 26px;
    border-radius: 22px;
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    border: 1px solid #e5edf7;
    box-shadow: 0 14px 34px rgba(20, 40, 80, 0.08);
    overflow: hidden;
}

.special-popup-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: linear-gradient(90deg, #1f6fba, #f2c94c);
}

.special-type-badge {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: #17233c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.special-popup-card h3 {
    color: #17233c;
    font-size: 22px;
    margin-bottom: 12px;
}

.special-offer-value {
    font-size: 30px;
    font-weight: 900;
    color: #1f6fba;
    margin-bottom: 12px;
}

.special-popup-card p {
    color: #607087;
    margin-bottom: 8px;
}

.special-popup-card small {
    color: #7b8ba3;
}

.special-popup-actions {
    text-align: center;
    margin-top: 28px;
}

@media (max-width: 768px) {
    .special-popup-box {
        padding: 28px 20px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .special-popup-grid {
        grid-template-columns: 1fr;
    }

    .special-popup-header h2 {
        font-size: 28px;
    }
}
/* ================================
   Cart Page
================================ */

.cart-section {
    padding: 80px 0;
    background: #f6f9fc;
}

.cart-alert {
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 22px;
    font-weight: 700;
}

.cart-alert.success {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.empty-cart-box {
    background: #ffffff;
    border-radius: 26px;
    padding: 55px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(20, 40, 80, 0.08);
    border: 1px solid #e5edf7;
}

.empty-cart-box h2 {
    color: #17233c;
    margin-bottom: 12px;
}

.empty-cart-box p {
    color: #607087;
    margin-bottom: 24px;
}

.cart-layout {
    display: grid;
    grid-template-columns: 1.7fr 0.9fr;
    gap: 28px;
    align-items: start;
}

.cart-items-card,
.cart-summary-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 32px;
    box-shadow: 0 18px 45px rgba(20, 40, 80, 0.08);
    border: 1px solid #e5edf7;
}

.cart-items-card h2,
.cart-summary-card h2,
.cart-summary-card h3 {
    color: #17233c;
    margin-bottom: 22px;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table th {
    text-align: left;
    background: #17233c;
    color: #ffffff;
    padding: 14px;
    font-size: 14px;
}

.cart-table td {
    padding: 16px 14px;
    border-bottom: 1px solid #e5edf7;
    vertical-align: top;
    color: #17233c;
}

.cart-table small {
    color: #607087;
    line-height: 1.7;
}

.cart-remove-btn {
    border: none;
    background: #fff1f2;
    color: #dc2626;
    border: 1px solid #fecdd3;
    border-radius: 10px;
    padding: 9px 13px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s ease;
}

.cart-remove-btn:hover {
    background: #dc2626;
    color: #ffffff;
}

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #e5edf7;
    color: #607087;
}

.summary-row strong {
    color: #17233c;
}

.total-row {
    font-size: 20px;
}

.total-row strong {
    color: #1f6fba;
    font-size: 28px;
}

.summary-note {
    color: #607087;
    font-size: 14px;
    line-height: 1.7;
    margin: 18px 0;
}

.cart-submit-btn {
    width: 100%;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .cart-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .cart-table {
        display: block;
        overflow-x: auto;
    }

    .cart-items-card,
    .cart-summary-card {
        padding: 24px;
    }
}
.quote-note-box {
    margin-top: 22px;
    padding: 18px;
    border-radius: 16px;
    background: #eef6ff;
    border: 1px solid #dbeafe;
}

.quote-note-box strong {
    display: block;
    color: #1f6fba;
    margin-bottom: 8px;
}

.quote-note-box p {
    margin: 0;
    color: #52657d;
    line-height: 1.6;
}

.cart-link-btn {
    margin-top: 14px;
}
.price-preview-box {
    margin: 22px 0;
    padding: 20px;
    border-radius: 18px;
    background: #eef6ff;
    border: 1px solid #dbeafe;
}

.price-preview-box span {
    display: block;
    color: #52657d;
    font-weight: 700;
    margin-bottom: 6px;
}

.price-preview-box strong {
    display: block;
    color: #1f6fba;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 6px;
}

.price-preview-box small {
    color: #607087;
}

.quote-submit-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}
.cart-alert.error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.cart-artwork-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 10px;
    background: #eef6ff;
    color: #1f6fba;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 6px;
}

.cart-artwork-link:hover {
    background: #1f6fba;
    color: #ffffff;
}

.cart-artwork-name {
    color: #607087;
    line-height: 1.5;
}

/* ================================
   Header Cart Link
================================ */

.cart-nav-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
}

.cart-count {
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: #1f6fba;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-nav-link:hover .cart-count {
    background: #17233c;
}
/* ================================
   Cart Special Promotion
================================ */

.cart-special-box {
    margin: 22px 0;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid #dbeafe;
}

.cart-special-box.available {
    background: #ecfdf5;
    border-color: #bbf7d0;
}

.cart-special-box.locked {
    background: #fff7ed;
    border-color: #fed7aa;
}

.special-label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #1f6fba;
}

.cart-special-box h3 {
    margin: 0 0 8px;
    color: #17233c;
    font-size: 18px;
}

.cart-special-box p {
    margin: 0 0 8px;
    color: #40546d;
    line-height: 1.5;
}

.cart-special-box small {
    color: #166534;
    font-weight: 700;
}

.special-checkbox-box {
    background: #f8fbff;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 18px;
}

.special-checkbox-box label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 700;
    color: #17233c;
    cursor: pointer;
}

.special-checkbox-box input {
    margin-top: 4px;
}

.special-checkbox-box small {
    display: block;
    margin-top: 8px;
    color: #607087;
    line-height: 1.5;
}