/* ============================================================
   PRODUCT PAGE OVERRIDES — B2B Premium Theme
   ============================================================ */

.sp-prod-wrap {
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    color: #1e293b;
}

/* ---------- Breadcrumbs ---------- */
.breadcrumb-bar {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
}
.breadcrumb-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.85rem;
    color: #64748b;
}
.breadcrumb-inner a {
    color: #003087;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.breadcrumb-inner a:hover {
    color: #f0a500;
}
.breadcrumb-inner .sep {
    color: #94a3b8;
    margin: 0 4px;
    font-size: 0.8rem;
}
.breadcrumb-inner span:last-child {
    color: #64748b;
    font-weight: 400;
}

/* ---------- Page Hero ---------- */
.page-hero {
    background: linear-gradient(135deg, #001f5c 0%, #000c25 100%);
    padding: 72px 0 60px;
    color: #ffffff;
    text-align: center;
    border-bottom: 4px solid #0057d9;
}
.page-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
}
.page-hero-inner .badge {
    display: inline-block;
    background: linear-gradient(135deg, #f0a500 0%, #e8920a 100%);
    color: #001135;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 16px;
    border-radius: 99px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(240, 165, 0, 0.25);
}
.page-hero-inner h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 850;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}
.page-hero-inner h1 em {
    font-style: normal;
    color: #f0a500;
    background: linear-gradient(120deg, #f0a500 0%, #ffc107 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-hero-inner p {
    font-size: 1.1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 700px;
    margin: 0 auto;
}

/* ---------- Sticky Filter Bar ---------- */
.filter-bar {
    position: sticky;
    top: 68px; /* Sticky below header */
    z-index: 999;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    padding: 12px 0;
}
.filter-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    gap: 12px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}
.filter-inner::-webkit-scrollbar {
    display: none;
}
.filter-tab {
    font-family: 'Inter', sans-serif;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 99px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    user-select: none;
}
.filter-tab:hover {
    background: #e2e8f0;
    color: #003087;
    border-color: #94a3b8;
    transform: translateY(-1px);
}
.filter-tab.active {
    background: #003087;
    color: #ffffff;
    border-color: #003087;
    box-shadow: 0 4px 12px rgba(0, 48, 135, 0.25);
}

/* ---------- Category Sections ---------- */
.cat-section {
    padding: 80px 0;
    border-bottom: 1px solid #f1f5f9;
}
.cat-section.alt {
    background-color: #f8fafc;
}
.cat-section .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.cat-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    gap: 24px;
}
.cat-label-pill {
    display: inline-block;
    background: rgba(0, 48, 135, 0.08);
    color: #003087;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.cat-header h2.section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    font-weight: 800;
    color: #001f5c;
    line-height: 1.2;
    margin: 0;
}
.cat-header h2.section-title span {
    color: #f0a500;
    background: linear-gradient(135deg, #f0a500 0%, #e8920a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cat-header .btn-outline {
    font-family: 'Inter', sans-serif;
    border: 2px solid #003087;
    color: #003087;
    background: transparent;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 10px 24px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}
.cat-header .btn-outline:hover {
    background: #003087;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 48, 135, 0.15);
}

/* ---------- Products Grid ---------- */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.product-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 31, 92, 0.08);
}
.prod-img {
    background: #f8fafc;
    position: relative;
    aspect-ratio: 1 / 1;
    padding-top: 0;
    overflow: hidden;
    border-bottom: 1px solid #f1f5f9;
}
.prod-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prod-img img {
    width: auto !important;
    height: auto !important;
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform 0.4s ease;
}
.product-card:hover .prod-img img {
    transform: scale(1.05);
}
.prod-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #003087;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 3px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 48, 135, 0.2);
}
.prod-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.prod-body h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #001f5c;
    margin-bottom: 10px;
    line-height: 1.4;
}
.prod-body p {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 20px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.65rem;
}
.prod-link {
    font-size: 0.88rem;
    font-weight: 700;
    color: #003087;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    margin-top: auto;
}
.prod-link:hover {
    color: #f0a500;
    gap: 10px;
}

/* ---------- Features Band (Why Steelpallet) ---------- */
.features-band {
    background: linear-gradient(135deg, #001f5c 0%, #000c25 100%);
    padding: 88px 0;
    color: #ffffff;
    border-top: 4px solid #0057d9;
    border-bottom: 4px solid #003087;
}
.features-band .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.features-band .section-tag {
    color: #f0a500;
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.features-band h2.section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 56px;
    text-align: center;
}
.features-band h2.section-title span {
    color: #f0a500;
    background: linear-gradient(135deg, #f0a500 0%, #ffc107 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.feat-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 36px 28px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.feat-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(240, 165, 0, 0.6);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.feat-icon {
    font-size: 2.2rem;
    margin-bottom: 20px;
    display: block;
}
.feat-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}
.feat-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

/* ---------- Contact/Quote Section ---------- */
.contact-band {
    background-color: #f8fafc;
    padding: 96px 0;
}
.contact-band .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.contact-inner {
    max-width: 720px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 56px 48px;
    box-shadow: 0 24px 64px rgba(0, 31, 92, 0.06);
    border: 1px solid #e2e8f0;
}
.contact-inner .section-tag {
    color: #f0a500;
    font-size: 0.8rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}
.contact-inner h2.section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    font-weight: 800;
    color: #001f5c;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 14px;
}
.contact-inner h2.section-title span {
    color: #f0a500;
    background: linear-gradient(135deg, #f0a500 0%, #e8920a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-inner p {
    text-align: center;
    color: #475569;
    font-size: 1rem;
    margin-bottom: 36px;
}
.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wpcf7-form p {
    text-align: left;
    margin: 0;
    width: 100%;
}
.wpcf7-form label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
    width: 100%;
}
.wpcf7-form label span.required {
    color: #ef4444;
    font-weight: bold;
    margin-left: 2px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #cbd5e1;
    border-radius: 6px;
    background-color: #ffffff;
    color: #0f172a;
    transition: all 0.2s ease;
    outline: none;
}
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form textarea::placeholder {
    color: #94a3b8;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
    border-color: #003087;
    box-shadow: 0 0 0 3px rgba(0, 48, 135, 0.12);
    background-color: #ffffff;
}
.wpcf7-form textarea {
    resize: vertical;
    min-height: 120px;
}
.wpcf7-submit {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #001135 !important;
    background: linear-gradient(135deg, #f0a500 0%, #e8920a 100%) !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 14px 28px !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 12px rgba(240, 165, 0, 0.25) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}
.wpcf7-submit:hover {
    background: linear-gradient(135deg, #ffc107 0%, #f0a500 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(240, 165, 0, 0.35) !important;
}
.wpcf7-submit:active {
    transform: translateY(0) !important;
}

/* ---------- RESPONSIVE OVERRIDES ---------- */
@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .filter-bar {
        top: 68px; /* Sticky below header */
    }
    .cat-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 32px;
    }
    .cat-header .btn-outline {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .page-hero {
        padding: 56px 0;
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .contact-inner {
        padding: 36px 24px;
    }
    .features-band {
        padding: 64px 0;
    }
    .contact-band {
        padding: 64px 0;
    }
    .breadcrumb-inner, .hero-inner, .spr-content-container, .spr-quote-form, .sp-solution-article {
        padding-left: 83.2px !important;
    }
}

@media (max-width: 576px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .page-hero-inner h1 {
        font-size: 1.85rem;
    }
    .page-hero-inner p {
        font-size: 0.95rem;
    }
}

/* ============================================================
   SINGLE PRODUCT PAGE STYLES — Professional B2B Details
   ============================================================ */

/* --- Dual Column Page Hero --- */
.page-hero-inner {
    max-width: 1280px !important;
    margin: 0 auto;
    padding: 0 24px;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
    text-align: left;
}

.hero-content {
    color: #ffffff;
}

.hero-content .badge {
    display: inline-block;
    background: linear-gradient(135deg, #f0a500 0%, #e8920a 100%);
    color: #001135;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 16px;
    border-radius: 99px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(240, 165, 0, 0.25);
}

.hero-content h1 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 850;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

.hero-content h1 em {
    font-style: normal;
    color: #f0a500;
    background: linear-gradient(120deg, #f0a500 0%, #ffc107 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content p {
    font-size: 1.1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 600px;
    margin-bottom: 32px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
}

.hero-actions .btn {
    padding: 12px 28px;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 6px;
}

.hero-actions .btn-primary {
    background: linear-gradient(135deg, #f0a500 0%, #e8920a 100%);
    color: #001135;
    box-shadow: 0 4px 12px rgba(240, 165, 0, 0.25);
}

.hero-actions .btn-white {
    background: #ffffff;
    color: #003087;
}

.hero-actions .btn-white:hover {
    background: #f8fafc;
}

/* Stats Ribbon in Hero */
.hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 24px;
}

.hero-stats .stat-item {
    display: flex;
    flex-direction: column;
}

.hero-stats .stat-num {
    font-size: 2.25rem;
    font-weight: 850;
    color: #f0a500;
    line-height: 1;
    margin-bottom: 4px;
}

.hero-stats .stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Hero Media Image Box */
.hero-media {
    position: relative;
    width: 100%;
}

.hero-img-wrap {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
    aspect-ratio: 4 / 3;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    mix-blend-mode: normal !important;
}

.hero-badge-float {
    position: absolute;
    bottom: 20px;
    left: -20px;
    background: linear-gradient(135deg, #f0a500 0%, #e8920a 100%);
    color: #001135;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(240, 165, 0, 0.3);
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.hero-badge-float strong {
    font-size: 1.5rem;
    font-weight: 850;
    line-height: 1.1;
}

.hero-badge-float span {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* --- Specs Band Under Hero --- */
.specs-band {
    background: #f8fafc;
    border-bottom: 1.5px solid #e2e8f0;
    padding: 24px 0;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

.specs-grid .spec-item {
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.specs-grid .spec-icon {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.specs-grid .spec-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: #001f5c;
    margin-bottom: 2px;
}

.specs-grid .spec-label {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

/* --- Overview Section --- */
.overview-section {
    padding: clamp(60px, 8vw, 100px) 0;
    background: #ffffff;
}

.overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.overview-content .section-tag {
    display: inline-block;
    background: rgba(0, 48, 135, 0.08);
    color: #003087;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.overview-content h2.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #001f5c;
    line-height: 1.2;
    margin-bottom: 18px;
}

.overview-content h2.section-title span {
    color: #f0a500;
}

.overview-content p.lead {
    font-size: 1.15rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 16px;
}

.overview-content p {
    font-size: 0.98rem;
    color: #64748b;
    line-height: 1.65;
    margin-bottom: 24px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-list li {
    font-size: 0.95rem;
    color: #1e293b;
    font-weight: 500;
    position: relative;
    padding-left: 28px;
}

.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    background: rgba(0, 48, 135, 0.08);
    color: #003087;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
}

.overview-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.overview-gallery .main-img {
    grid-column: 1 / 3;
    border-radius: 12px;
    overflow: hidden;
    border: 1.5px solid #e2e8f0;
    aspect-ratio: 4 / 3;
    background: #f8fafc;
}

.overview-gallery .main-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

.overview-gallery .thumb {
    border-radius: 8px;
    overflow: hidden;
    border: 1.5px solid #e2e8f0;
    aspect-ratio: 4 / 3;
    background: #f8fafc;
}

.overview-gallery .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

/* --- Variants Section --- */
.variants-section {
    padding: clamp(60px, 8vw, 100px) 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.variants-section .section-tag {
    display: inline-block;
    background: rgba(0, 48, 135, 0.08);
    color: #003087;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.variants-section h2.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #001f5c;
    line-height: 1.2;
    margin-bottom: 36px;
}

.variants-section h2.section-title span {
    color: #f0a500;
}

.variants-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.variant-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 48, 135, 0.03);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.variant-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 48, 135, 0.2);
    box-shadow: 0 16px 36px rgba(0, 48, 135, 0.08);
}

.variant-img {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #f8fafc;
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
}

.variant-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
}

.variant-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #003087;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 10px;
    border-radius: 4px;
}

.variant-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.variant-body h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #001f5c;
    margin-bottom: 8px;
}

.variant-body p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

.variant-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.spec-pill {
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    background: #f1f5f9;
    padding: 4px 12px;
    border-radius: 99px;
    border: 1px solid #e2e8f0;
}

.variant-link {
    font-size: 0.9rem;
    font-weight: 700;
    color: #003087;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
    margin-top: auto;
}

.variant-link:hover {
    color: #f0a500;
    gap: 10px;
}

/* --- Why Choose Us (Single Product) --- */
.why-section {
    background: linear-gradient(135deg, #001f5c 0%, #000c25 100%);
    padding: clamp(60px, 8vw, 100px) 0;
    color: #ffffff;
}

.why-section .section-tag {
    color: #f0a500;
}

.why-section h2.section-title {
    color: #ffffff;
    margin-bottom: 40px;
}

.why-section h2.section-title span {
    color: #f0a500;
}

.why-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

.why-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1.5px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 32px 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(240, 165, 0, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.why-icon {
    font-size: 2.2rem;
    margin-bottom: 16px;
    display: block;
}

.why-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

/* --- Order Process --- */
.process-section {
    padding: clamp(60px, 8vw, 100px) 0;
    background: #ffffff;
}

.process-section .section-tag {
    display: inline-block;
    background: rgba(0, 48, 135, 0.08);
    color: #003087;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.process-section h2.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #001f5c;
    line-height: 1.2;
    margin-bottom: 48px;
}

.process-section h2.section-title span {
    color: #f0a500;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.step-item {
    position: relative;
    padding: 24px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
}

.step-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #003087;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: 0 4px 10px rgba(0, 48, 135, 0.25);
}

.step-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #001f5c;
    margin-bottom: 8px;
}

.step-item p {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #64748b;
    margin: 0;
}

/* --- FAQ Section --- */
.faq-section {
    padding: clamp(60px, 8vw, 100px) 0;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.faq-section .section-tag {
    display: inline-block;
    background: rgba(0, 48, 135, 0.08);
    color: #003087;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.faq-section h2.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 800;
    color: #001f5c;
    line-height: 1.2;
    margin-bottom: 48px;
}

.faq-section h2.section-title span {
    color: #f0a500;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.faq-item {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 24px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(0, 48, 135, 0.15);
    box-shadow: 0 6px 18px rgba(0, 48, 135, 0.03);
}

.faq-q {
    font-size: 1.05rem;
    font-weight: 700;
    color: #001f5c;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-a {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.6;
}

/* --- Responsive Media Queries for Single Product --- */
@media (max-width: 1200px) {
    .variants-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .why-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .hero-inner {
        grid-template-columns: 1.1fr 0.9fr;
        gap: 32px;
    }
    .overview-grid {
        gap: 40px;
    }
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    .hero-content p {
        margin-inline: auto;
    }
    .hero-actions {
        justify-content: center;
    }
    .hero-stats {
        justify-content: center;
    }
    .hero-img-wrap {
        max-width: 500px;
        margin: 0 auto;
    }
    .hero-badge-float {
        left: 20px;
    }
    .specs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .overview-grid {
        grid-template-columns: 1fr;
    }
    .overview-gallery {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .variants-grid {
        grid-template-columns: 1fr;
    }
    .why-grid {
        grid-template-columns: 1fr !important;
    }
    .process-steps {
        grid-template-columns: 1fr;
    }
    .hero-stats {
        flex-direction: column;
        gap: 16px;
    }
    }
}
/* ==========================================================================
   SteelPallet Premium B2B Styling Components (Antigravity Global Fallback)
   ========================================================================== */
.spr-pain-box {
    background: #fffdf6;
    border-left: 5px solid #d99b00;
    padding: 1.8rem 2rem;
    margin: 2.2rem 0;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 4px 15px rgba(217,155,0,0.06);
    transition: all 0.3s cubic-bezier(0.165,0.84,0.44,1);
}
.spr-pain-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(217,155,0,0.12);
}
.spr-pain-box strong {
    color: #b07d00;
    font-size: 1.25rem;
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
}
.spr-pain-box p {
    margin: 0;
    line-height: 1.7;
    color: #4a4a4a;
    font-size: 1.05rem;
}

.spr-expert-block {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-left: 5px solid #5c6370;
    padding: 1.8rem 2rem 1.8rem 2.8rem;
    margin: 2.2rem 0;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.spr-expert-block p {
    margin: 0;
    line-height: 1.7;
    color: #4f5d75;
    font-size: 1.05rem;
}
.spr-expert-block strong {
    color: #2c3e50;
    font-size: 1.15rem;
}
.spr-expert-block::before {
    content: '"';
    font-size: 5.5rem;
    color: #5c6370;
    position: absolute;
    top: -8px;
    left: 8px;
    line-height: 1;
    font-family: Georgia, serif;
    opacity: 0.12;
    pointer-events: none;
}

.spr-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 2.5rem 0;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
    position: relative;
}
.spr-table-wrapper::after {
    content: "↔ Swipe horizontally to view full metrics";
    display: block;
    text-align: right;
    font-size: 0.8rem;
    color: #a0aec0;
    padding: 8px 12px 0 0;
    font-style: italic;
}
@media (min-width: 769px) {
    .spr-table-wrapper::after {
        display: none;
    }
}
.spr-data-table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 0 !important;
    font-size: 1.02rem;
    overflow: hidden;
}
.spr-data-table th {
    background: #d99b00;
    color: #ffffff;
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 1.08rem;
    white-space: nowrap;
    text-transform: uppercase;
}
.spr-data-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #dee2e6;
    color: #4a4a4a;
    transition: background-color 0.2s ease;
}
.spr-data-table tr:last-child td {
    border-bottom: none;
}
.spr-data-table tr:nth-child(even) {
    background: #fffdf9;
}
.spr-data-table tr:hover td {
    background-color: #fffaf0;
}

.spr-cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ff5722 0%, #e64a19 100%);
    color: #ffffff !important;
    padding: 15px 38px;
    text-decoration: none !important;
    font-weight: 700;
    border-radius: 35px;
    margin: 1.8rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 6px 16px rgba(255, 87, 34, 0.3);
    border: none;
    text-align: center;
    font-size: 1.02rem;
}
.spr-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(255, 87, 34, 0.48);
    color: #ffffff !important;
}

.spr-grid {
    display: flex;
    gap: 2.5rem;
    margin: 2.5rem 0;
    align-items: center;
}
.spr-grid-reverse {
    display: flex;
    gap: 2.5rem;
    margin: 2.5rem 0;
    align-items: center;
    flex-direction: row-reverse;
}
.spr-col {
    flex: 1;
    min-width: 0;
}
.spr-col img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: block;
    transition: transform 0.3s ease;
}
.spr-col img:hover {
    transform: scale(1.02);
}
.spr-grid > p, .spr-grid-reverse > p {
    display: none !important;
}
@media (max-width: 768px) {
    .spr-grid, .spr-grid-reverse {
        flex-direction: column !important;
    }
}

.spr-faq-item {
    border-bottom: 1px solid #edf2f7;
    padding: 1.25rem 0;
}
.spr-faq-item:last-child {
    border-bottom: none;
}
.spr-faq-question {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}
.spr-faq-answer {
    color: #4a5568;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Redundant .spr-quote-form removed to prevent styling conflicts with global.css */

/* ==========================================================================
   B2B Product Detail Page (PDP) Tabs & Funnel Premium Styling
   ========================================================================== */

/* ── PDP Specifications Tabs ────────────────────────────────────────────── */
.sp-pdp-tabs {
    margin-top: 48px;
    margin-bottom: 60px;
}

.sp-pdp-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    border-bottom: 2px solid #e2e8f0;
    margin-bottom: 32px;
    padding-bottom: 0;
}

.sp-pdp-tabs__btn {
    background: none !important;
    border: none !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #4a5568 !important;
    cursor: pointer;
    padding: 12px 24px !important;
    border-bottom: 3px solid transparent !important;
    margin-bottom: -2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    outline: none !important;
    position: relative;
}

.sp-pdp-tabs__btn::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f0a500;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.sp-pdp-tabs__btn:hover {
    color: #f0a500 !important;
}

.sp-pdp-tabs__btn:hover::after {
    transform: scaleX(0.5);
}

.sp-pdp-tabs__btn.is-active {
    color: #1a202c !important;
    font-weight: 800 !important;
}

.sp-pdp-tabs__btn.is-active::after {
    transform: scaleX(1);
    background-color: #f0a500;
}

.sp-pdp-tabs__panel {
    display: none;
    animation: fadeIn 0.4s ease forwards;
}

.sp-pdp-tabs__panel.is-active {
    display: block !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Technical Data Tables ──────────────────────────────────────────────── */
.sp-pdp-tabs__panel table,
.spr-content-container table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    margin: 24px 0 32px !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
}

.sp-pdp-tabs__panel th,
.spr-content-container th {
    background-color: #1a202c !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 14px 20px !important;
    font-size: 0.95rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-bottom: 2px solid #f0a500 !important;
    text-align: left !important;
}

.sp-pdp-tabs__panel td,
.spr-content-container td {
    padding: 14px 20px !important;
    border-bottom: 1px solid #edf2f7 !important;
    border-right: 1px solid #edf2f7 !important;
    color: #4a5568 !important;
    font-size: 0.98rem !important;
    background-color: #ffffff;
    transition: background-color 0.2s ease;
}

.sp-pdp-tabs__panel td:last-child,
.spr-content-container td:last-child {
    border-right: none !important;
}

.sp-pdp-tabs__panel tr:last-child td,
.spr-content-container tr:last-child td {
    border-bottom: none !important;
}

.sp-pdp-tabs__panel tr:nth-child(even) td,
.spr-content-container tr:nth-child(even) td {
    background-color: #f8fafc;
}

.sp-pdp-tabs__panel tr:hover td,
.spr-content-container tr:hover td {
    background-color: rgba(240, 165, 0, 0.04) !important;
}

/* ── Content Image CLS Correction & Styling ───────────────────────────── */
.spr-content-container img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 24px auto !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #e2e8f0 !important;
    transition: transform 0.3s ease !important;
}

.spr-content-container img:hover {
    transform: scale(1.01);
}

/* ── Legacy Page Builder (Gdlr Core) Overrides ─────────────────────────── */
.spr-content-container .gdlr-core-portfolio-item-holder {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 32px !important;
    margin: 40px 0 !important;
    padding: 0 !important;
}

.spr-content-container .gdlr-core-item-list {
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #e2e8f0 !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 0 !important;
}

.spr-content-container .gdlr-core-item-list:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 30px rgba(240, 165, 0, 0.12) !important;
    border-color: #f0a500 !important;
}

/* Force consistent layout rendering: Image on top, Content on bottom */
.spr-content-container .gdlr-core-portfolio-thumbnail-wrap {
    order: 1 !important;
}

.spr-content-container .gdlr-content-container .gdlr-core-portfolio-content-wrap,
.spr-content-container .gdlr-core-portfolio-content-wrap {
    order: 2 !important;
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    box-sizing: border-box !important;
}

.spr-content-container .gdlr-core-portfolio-content {
    color: #475569 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
}

.spr-content-container .gdlr-core-item-list img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    border-bottom: 3px solid #f0a500 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    order: 1 !important;
}

/* ── Hero B2B Actions (Add to Quote & CAD Buttons) styling updates ────── */
.sp-rfq-qty-selector button {
    transition: background-color 0.2s, color 0.2s;
}
.sp-rfq-qty-selector button:hover {
    background-color: #f1f5f9;
    color: #f0a500;
}

#sp-rfq-add-to-quote-btn:hover {
    background-color: #f0a500 !important;
    color: #1a202c !important;
    box-shadow: 0 4px 14px rgba(240, 165, 0, 0.35);
}

.sp-cad-download-trigger:hover {
    border-color: #f0a500 !important;
    color: #f0a500 !important;
    background-color: rgba(240, 165, 0, 0.02) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* ── Product Gallery Layout Override ── */
.spr-content-container .product-gallery {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 320px)) !important;
    gap: 20px !important;
    justify-content: center !important;
    margin: 30px 0 !important;
}

.spr-content-container .gallery-item {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.spr-content-container .gallery-item:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
}

.spr-content-container .gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}


