/**
 * Copper Parts Landing Page Styles
 * Custom CSS for Avada Child Theme
 */

 #main {
    padding: 0 !important;
 }

 #main .fusion-row {
    max-width: 100% !important;
 }
/* Modern Reset & Variables */
.copper-parts-template {
    --primary-color: #264795;
    --primary-hover: #1b336e;
    --secondary-color: #ee7c2b;
    --bg-body: #FAFAFA;
    --bg-surface: #FFFFFF;
    --bg-accent: #F0F4FF;
    --text-main: #111827;
    --text-muted: #4B5563;
    --border-light: #E5E7EB;
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-full: 9999px;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 10px 10px -5px rgba(0, 0, 0, 0.02);
    --shadow-glow: 0 0 40px rgba(38, 71, 149, 0.15);
    --font-main: 'Inter', sans-serif;
}

.copper-parts-template * {
    box-sizing: border-box;
}

.copper-parts-template {
    font-family: var(--font-main);
    line-height: 1.6;
    color: var(--text-main);
    background-color: var(--bg-body);
    -webkit-font-smoothing: antialiased;
}

/* Utilities */
.copper-parts-template .custom-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.copper-parts-template .section-padding {
    padding: 6rem 0;
}

.copper-parts-template .text-center { text-align: center; }
.copper-parts-template .text-muted { color: var(--text-muted); }
.copper-parts-template .mt-4 { margin-top: 1.5rem; }

/* Typography */
.copper-parts-template h1,
.copper-parts-template h2,
.copper-parts-template h3 {
    color: var(--text-main);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.copper-parts-template h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-main);
}

.copper-parts-template .text-gradient {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.copper-parts-template h2 { font-size: 2.25rem; margin-bottom: 1rem; }
.copper-parts-template h3 { font-size: 1.25rem; margin-bottom: 0.75rem; font-weight: 600; }

.copper-parts-template p { margin-bottom: 1rem; color: var(--text-muted); }

/* Buttons (Pill Shaped) */
.copper-parts-template .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 2rem;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid transparent;
}

.copper-parts-template .btn-primary {
    background-color: var(--primary-color);
    color: white;
    box-shadow: 0 4px 14px 0 rgba(38, 71, 149, 0.39);
}

.copper-parts-template .btn-primary:hover {
    transform: translateY(-2px);
    background-color: var(--primary-hover);
    box-shadow: 0 6px 20px rgba(38, 71, 149, 0.23);
}

.copper-parts-template .btn-outline {
    background-color: white;
    border-color: var(--border-light);
    color: var(--text-main);
    box-shadow: var(--shadow-sm);
}

.copper-parts-template .btn-outline:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: var(--bg-surface);
    transform: translateY(-2px);
}

.copper-parts-template .full-width { width: 100%; }

/* Skip Link */
.copper-parts-template .skip-link {
    position: absolute;
    top: -100px;
    left: 1rem;
    background: var(--primary-color);
    color: white;
    padding: 1rem;
    z-index: 9999;
    border-radius: var(--radius-sm);
    transition: top 0.3s;
}
.copper-parts-template .skip-link:focus { top: 1rem; }

/* Hero Section */
.copper-parts-template .hero-section {
    padding: 8rem 0 6rem;
    background-color: var(--primary-color);
    background-image: radial-gradient(rgba(255,255,255,0.15) 0.5px, transparent 0.5px), radial-gradient(rgba(255,255,255,0.15) 0.5px, var(--primary-color) 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    position: relative;
    overflow: hidden;
    color: white;
}

.copper-parts-template .hero-section::after {
    content: '';
    position: absolute;
    top: -10%; right: -10%;
    width: 50%; height: 80%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.copper-parts-template .hero-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.copper-parts-template .hero-grid > * {
    flex: 1 1 45%;
    min-width: 300px;
}

/* Hero Badge */
.copper-parts-template .hero-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #ee7c2b;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-full);
    color: white;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.copper-parts-template .hero-pill span { margin-right: 0.5rem; }

.copper-parts-template .hero-section h1 {
    color: white;
    font-size: 3rem;
}

.copper-parts-template .hero-section .text-gradient {
    color: #ee7c2b;
    background: none;
    -webkit-text-fill-color: #ee7c2b;
    font-weight: 800;
    filter: drop-shadow(0 0 20px rgba(238, 124, 43, 0.3));
}

.copper-parts-template .hero-sub {
    font-size: 1.25rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    max-width: 90%;
}

.copper-parts-template .hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Hero Button Overrides */
.copper-parts-template .hero-actions .btn {
    padding: 0.875rem 2rem;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.copper-parts-template .hero-actions .btn-primary {
    background-color: #ee7c2b;
    color: #fff;
    border: 1px solid #ee7c2b;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.copper-parts-template .hero-actions .btn-primary:hover {
    background-color: #d66b20;
    border-color: #d66b20;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.copper-parts-template .hero-actions .btn-outline {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 500;
}

.copper-parts-template .hero-actions .btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Hero Image custom-container & Floating Cards */
.copper-parts-template .hero-visual-composition {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    padding: 2rem;
}

.copper-parts-template .hero-img-custom-container {
    width: 100%;
    border-radius: var(--radius-lg);
    overflow: hidden;
    transform: rotateY(-5deg) rotateX(2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
        0 20px 50px -12px rgba(0, 0, 0, 0.5), 
        0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 1;
}

.copper-parts-template .hero-img-custom-container img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(1.02);
}

.copper-parts-template .hero-visual-composition:hover .hero-img-custom-container {
    transform: rotateY(0) rotateX(0) scale(1.02);
    box-shadow: 
        0 30px 60px -12px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* Dark Glass Floating Cards */
.copper-parts-template .glass-card {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-radius: var(--radius-md);
    position: absolute;
    padding: 1rem 1.25rem;
    z-index: 3;
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
    min-width: 140px;
}

.copper-parts-template .card-floating-1 {
    top: 10px;
    right: -10px;
    transform: translateZ(50px);
    animation: float 6s ease-in-out infinite;
}

.copper-parts-template .card-floating-2 {
    bottom: 20px;
    left: -10px;
    transform: translateZ(40px);
    animation: float 8s ease-in-out infinite reverse;
}

.copper-parts-template .stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.copper-parts-template .stat-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
}

.copper-parts-template .stat-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    padding: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes float {
    0% { transform: translateY(0px) translateZ(50px); }
    50% { transform: translateY(-10px) translateZ(50px); }
    100% { transform: translateY(0px) translateZ(50px); }
}

/* Trust Bar */
.copper-parts-template .trust-bar {
    background: white;
    border-bottom: 1px solid var(--border-light);
    padding: 2rem 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.copper-parts-template .trust-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.copper-parts-template .trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-muted);
    padding: 0.5rem 1rem;
    border-radius: var(--radius-sm);
    transition: all 0.3s;
}

.copper-parts-template .trust-item:hover {
    background: var(--bg-accent);
    color: var(--primary-color);
}

.copper-parts-template .trust-icon {
    width: 24px;
    height: 24px;
    color: var(--secondary-color);
    flex-shrink: 0;
}

.copper-parts-template .iso-badge-pill {
    background: var(--primary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 10px rgba(38, 71, 149, 0.3);
}

/* Who We Are Section */
.copper-parts-template .who-we-are-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.copper-parts-template .who-we-are-card {
    background: var(--bg-accent);
    padding: 1.5rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.copper-parts-template .who-we-are-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.copper-parts-template .who-we-are-card .card-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 1rem;
}

.copper-parts-template .who-we-are-card h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.copper-parts-template .who-we-are-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

/* Cards & Grids */
.copper-parts-template .grid-2-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.copper-parts-template .card {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.copper-parts-template .card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.copper-parts-template .error-card { 
    border-left: 4px solid #EF4444; 
}
.copper-parts-template .success-card { 
    border-left: 4px solid var(--primary-color); 
}

/* Lists in cards */
.copper-parts-template .danger-list,
.copper-parts-template .success-list,
.copper-parts-template .feature-bullets {
    list-style: none;
    margin-top: 1.5rem;
    padding: 0;
}

.copper-parts-template .danger-list li,
.copper-parts-template .success-list li,
.copper-parts-template .feature-bullets li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.75rem;
    color: var(--text-muted);
}

.copper-parts-template .danger-list li::before {
    content: "✕";
    position: absolute;
    left: 0;
    color: #EF4444;
    font-weight: bold;
}

.copper-parts-template .success-list li::before,
.copper-parts-template .feature-bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: bold;
}

/* Comparison Table */
.copper-parts-template .table-wrapper {
    background: white;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    border: 1px solid var(--border-light);
}

.copper-parts-template table {
    width: 100%;
    border-collapse: collapse;
}

.copper-parts-template th,
.copper-parts-template td {
    padding: 1.25rem 1.5rem;
    text-align: left;
    border-bottom: 1px solid var(--border-light);
}

.copper-parts-template th {
    background-color: var(--bg-surface);
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

.copper-parts-template tr:last-child td { border-bottom: none; }

/* Tag Cloud */
.copper-parts-template .tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.copper-parts-template .tag-cloud li {
    background: white;
    border: 1px solid var(--border-light);
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    color: var(--text-muted);
    box-shadow: var(--shadow-sm);
}

/* Product Types Grid */
.copper-parts-template .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.copper-parts-template .product-card {
    background: white;
    padding: 1.5rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.copper-parts-template .product-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.copper-parts-template .product-card h4 {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.copper-parts-template .product-card h4::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--secondary-color);
    border-radius: 50%;
    flex-shrink: 0;
}

.copper-parts-template .product-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

/* Why Choose Us Section */
.copper-parts-template .why-choose-section {
    background: linear-gradient(135deg, #1e3a5f 0%, #264795 100%);
    padding: 4rem 0;
}

.copper-parts-template .why-choose-section h2 {
    color: white;
    text-align: center;
    margin-bottom: 2.5rem;
}

.copper-parts-template .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding: 0 4rem;
}

.copper-parts-template .why-choose-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.copper-parts-template .why-choose-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.copper-parts-template .why-choose-card .check-icon {
    width: 20px;
    height: 20px;
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.copper-parts-template .why-choose-card .check-icon::after {
    content: "✓";
    color: var(--secondary-color);
    font-size: 0.7rem;
    font-weight: bold;
}

.copper-parts-template .why-choose-card p {
    color: white;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.4;
}

.copper-parts-template .why-choose-footer {
    text-align: center;
    margin-top: 2rem;
}

.copper-parts-template .why-choose-footer p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0.5rem 0;
}

.copper-parts-template .why-choose-footer .highlight {
    color: var(--secondary-color);
    font-weight: 600;
}

.copper-parts-template .why-choose-footer .subtext {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Standards & Export Section */
.copper-parts-template .standards-section {
    background: var(--bg-body);
    padding: 4rem 0;
    border-bottom: 4px solid var(--primary-color);
}

.copper-parts-template .standards-section h2 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.copper-parts-template .standards-section .section-subheading {
    text-align: center;
    margin-bottom: 2.5rem;
}

.copper-parts-template .standards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.copper-parts-template .standards-card {
    background: white;
    padding: 1.5rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}

.copper-parts-template .standards-card h4 {
    color: var(--text-main);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.copper-parts-template .standards-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.copper-parts-template .standards-tag {
    background: var(--primary-color);
    color: white;
    padding: 0.35rem 0.75rem;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    font-weight: 500;
}

.copper-parts-template .standards-card .note {
    font-size: 0.85rem;
    color: var(--primary-color);
    margin: 0;
}

.copper-parts-template .commercial-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.copper-parts-template .commercial-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-light);
    font-size: 0.9rem;
}

.copper-parts-template .commercial-list li:last-child {
    border-bottom: none;
}

.copper-parts-template .commercial-list .label {
    color: var(--text-muted);
}

.copper-parts-template .commercial-list .value {
    color: var(--primary-color);
    font-weight: 500;
    text-align: right;
}

.copper-parts-template .export-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.copper-parts-template .export-tag {
    background: #FFF7ED;
    color: #EA580C;
    padding: 0.35rem 0.75rem;
    border-radius: var(--radius-sm);
    font-size: 0.8rem;
    font-weight: 500;
}

.copper-parts-template .standards-card .more-text {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
}

/* Industry Cards Grid */
.copper-parts-template .cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.copper-parts-template .industry-card {
    background: white;
    padding: 2rem;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.copper-parts-template .industry-card h3 { 
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.copper-parts-template .benefit {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-light);
    font-size: 0.85rem;
    color: var(--secondary-color);
    font-weight: bold;
}

/* Dark Section */
.copper-parts-template .bg-dark {
    background-color: var(--primary-color);
    color: white;
}

.copper-parts-template .bg-dark h2 { color: white; }
.copper-parts-template .bg-dark p { color: rgba(255,255,255, 0.8); }

.copper-parts-template .check-list-white {
    list-style: none;
    margin-top: 2rem;
    padding: 0;
}

.copper-parts-template .check-list-white li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: rgba(255,255,255, 0.9);
}

.copper-parts-template .check-list-white li::before {
    content: "✓";
    background: rgba(255,255,255, 0.2);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 0.8rem;
}

/* Accordion */
.copper-parts-template .accordion {
    background: white;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-light);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.copper-parts-template .accordion-item {
    border-bottom: 1px solid var(--border-light);
}

.copper-parts-template .accordion-item:last-child { border-bottom: none; }

.copper-parts-template .accordion-header {
    width: 100%;
    padding: 1.5rem;
    background: white;
    border: none;
    text-align: left;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--text-main);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
}

.copper-parts-template .accordion-header:hover { background: var(--bg-body); }

.copper-parts-template .accordion-header .icon {
    color: var(--secondary-color);
    font-size: 1.25rem;
    transition: transform 0.3s;
}

.copper-parts-template .accordion-header[aria-expanded="true"] .icon {
    transform: rotate(45deg);
}

.copper-parts-template .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: var(--bg-body);
}

.copper-parts-template .accordion-content p {
    padding: 1.5rem;
    margin: 0;
    color: var(--text-muted);
}

/* Quote Form */
.copper-parts-template .quote-layout {
    align-items: flex-start;
}

.copper-parts-template .quote-form {
    background: white;
    padding: 3rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--border-light);
}

.copper-parts-template .form-group { margin-bottom: 1.5rem; }

.copper-parts-template .form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--text-main);
}

.copper-parts-template .form-group input,
.copper-parts-template .form-group textarea,
.copper-parts-template .form-group select {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-sm);
    background: var(--bg-body);
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.2s;
}

.copper-parts-template .form-group input:focus,
.copper-parts-template .form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    background: white;
    box-shadow: 0 0 0 3px rgba(38, 71, 149, 0.1);
}

.copper-parts-template .privacy-note {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Mobile Sticky CTA */
.copper-parts-template .mobile-sticky-cta {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    background: white;
    padding: 0.5rem;
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-xl);
    display: none;
    z-index: 1000;
    border: 1px solid var(--border-light);
    justify-content: space-between;
    gap: 0.5rem;
}

.copper-parts-template .mobile-sticky-cta .cta-btn {
    flex: 1;
    text-align: center;
    padding: 0.75rem;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.copper-parts-template .mobile-sticky-cta .secondary { 
    background: var(--bg-body); 
    color: var(--text-main); 
}

.copper-parts-template .mobile-sticky-cta .primary { 
    background: var(--primary-color); 
    color: white; 
}

.copper-parts-template .section-subheading {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

/* ===== ANIMATIONS ===== */

/* Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation utility classes */
.copper-parts-template .animate-on-scroll {
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.copper-parts-template .animate-on-scroll.animated {
    opacity: 1;
}

.copper-parts-template .fade-up {
    transform: translateY(30px);
}

.copper-parts-template .fade-up.animated {
    transform: translateY(0);
}

.copper-parts-template .fade-left {
    transform: translateX(-30px);
}

.copper-parts-template .fade-left.animated {
    transform: translateX(0);
}

.copper-parts-template .fade-right {
    transform: translateX(30px);
}

.copper-parts-template .fade-right.animated {
    transform: translateX(0);
}

.copper-parts-template .scale-in {
    transform: scale(0.9);
}

.copper-parts-template .scale-in.animated {
    transform: scale(1);
}

/* Stagger delays for grid items */
.copper-parts-template .stagger-1 { transition-delay: 0.1s; }
.copper-parts-template .stagger-2 { transition-delay: 0.2s; }
.copper-parts-template .stagger-3 { transition-delay: 0.3s; }
.copper-parts-template .stagger-4 { transition-delay: 0.4s; }
.copper-parts-template .stagger-5 { transition-delay: 0.5s; }
.copper-parts-template .stagger-6 { transition-delay: 0.6s; }
.copper-parts-template .stagger-7 { transition-delay: 0.7s; }
.copper-parts-template .stagger-8 { transition-delay: 0.8s; }

/* Hero animations - immediate on load */
.copper-parts-template .hero-content {
    animation: fadeInUp 0.8s ease forwards;
}

.copper-parts-template .hero-pill {
    animation: scaleIn 0.6s ease 0.2s forwards;
    opacity: 0;
}

.copper-parts-template .hero-section h1 {
    animation: fadeInUp 0.8s ease 0.3s forwards;
    opacity: 0;
}

.copper-parts-template .hero-section p {
    animation: fadeInUp 0.8s ease 0.4s forwards;
    opacity: 0;
}

.copper-parts-template .hero-actions {
    animation: fadeInUp 0.8s ease 0.5s forwards;
    opacity: 0;
}

.copper-parts-template .hero-visual-composition {
    animation: fadeInRight 1s ease 0.4s forwards;
    opacity: 0;
}

/* Trust bar animation */
.copper-parts-template .trust-list {
    animation: fadeIn 0.8s ease 0.6s forwards;
    opacity: 0;
}

/* Card hover animations */
.copper-parts-template .product-card,
.copper-parts-template .why-choose-card,
.copper-parts-template .who-we-are-card,
.copper-parts-template .problem-card,
.copper-parts-template .solution-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.copper-parts-template .product-card:hover,
.copper-parts-template .why-choose-card:hover,
.copper-parts-template .who-we-are-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

/* Button hover animations */
.copper-parts-template .btn {
    transition: all 0.3s ease;
}

.copper-parts-template .btn:hover {
    transform: translateY(-2px);
}

/* Accordion animation */
.copper-parts-template .accordion-content {
    transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
}

/* Table row hover */
.copper-parts-template .data-table tbody tr {
    transition: background-color 0.3s ease;
}

.copper-parts-template .data-table tbody tr:hover {
    background-color: var(--bg-accent);
}

/* Form input focus animations */
.copper-parts-template .quote-form input,
.copper-parts-template .quote-form textarea {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.copper-parts-template .quote-form input:focus,
.copper-parts-template .quote-form textarea:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(38, 71, 149, 0.1);
}

.fusion-page-title-bar {
    display: none !important;
}

/* Pulse animation for CTA */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

.copper-parts-template .quote-form {
    animation: fadeIn 0.8s ease forwards;
}

/* Icon spin on hover */
.copper-parts-template .who-we-are-card:hover .card-icon,
.copper-parts-template .why-choose-card:hover .card-icon {
    animation: pulse 0.6s ease;
}

/* Section visibility animation */
.copper-parts-template section {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.copper-parts-template section.section-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Card stagger animation */
.copper-parts-template .product-card,
.copper-parts-template .why-choose-card,
.copper-parts-template .who-we-are-card,
.copper-parts-template .accordion-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease;
}

.copper-parts-template .product-card.card-animated,
.copper-parts-template .why-choose-card.card-animated,
.copper-parts-template .who-we-are-card.card-animated,
.copper-parts-template .accordion-item.card-animated {
    opacity: 1;
    transform: translateY(0);
}

/* Hero section always visible */
.copper-parts-template .hero-section {
    opacity: 1;
    transform: none;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .copper-parts-template *,
    .copper-parts-template *::before,
    .copper-parts-template *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Responsive */
@media (max-width: 900px) {
    .copper-parts-template h1 { font-size: 2.5rem; }
    .copper-parts-template .hero-grid,
    .copper-parts-template .grid-2-col,
    .copper-parts-template .quote-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    .copper-parts-template .hero-content { text-align: center; }
    .copper-parts-template .hero-pill { margin: 0 auto 1.5rem; }
    .copper-parts-template .hero-actions { justify-content: center; }
    
    /* Hero section mobile - full primary color, reduced padding */
    .copper-parts-template .hero-section {
        padding: 2rem 1rem 2.5rem;
        background: var(--primary-color);
        background-image: none;
    }
    .copper-parts-template .hero-section::after {
        display: none;
    }
    .copper-parts-template .hero-visual-composition { display: none; }
    .copper-parts-template .hero-img-custom-container { display: none; }
    .copper-parts-template .glass-card { display: none; }
    
    .copper-parts-template .trust-list { justify-content: center; gap: 1rem; }
    .copper-parts-template .iso-badge-pill { margin: 1rem auto 0; }
    
    .copper-parts-template .mobile-sticky-cta { display: flex; }
    .copper-parts-template .section-padding { padding: 2.5rem 0; }
    .copper-parts-template .why-choose-section { padding: 2.5rem 0; }
    .copper-parts-template .standards-section { padding: 2.5rem 0; }
    .copper-parts-template .bg-dark { padding: 2.5rem 0; }
    .copper-parts-template .product-grid { grid-template-columns: 1fr; }
    
    .copper-parts-template .why-choose-grid {
        grid-template-columns: 1fr;
        padding: 0;
    }
    
    .copper-parts-template .standards-grid {
        grid-template-columns: 1fr;
    }
    
    /* Problem vs Solution section - reduce padding on mobile */
    .copper-parts-template .problem-solution-grid {
        gap: 1.5rem;
    }
    .copper-parts-template .problem-card,
    .copper-parts-template .solution-card {
        padding: 1.25rem;
    }
    .copper-parts-template .problem-card ul,
    .copper-parts-template .solution-card ul {
        gap: 0.75rem;
    }
    
    /* CTA / Quote section - reduce gap, padding and reverse order */
    .copper-parts-template #quote {
        padding: 1.5rem 0;
    }
    .copper-parts-template .quote-layout {
        gap: 1.5rem;
        display: flex;
        flex-direction: column-reverse;
    }
    .copper-parts-template .quote-text {
        margin-top: 1rem;
        padding: 0 0.5rem;
    }
    .copper-parts-template .quote-form {
        padding: 1.5rem;
    }
    .copper-parts-template .contact-info-box {
        margin-top: 1rem;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .copper-parts-template .product-grid { grid-template-columns: repeat(2, 1fr); }
    .copper-parts-template .why-choose-grid { grid-template-columns: repeat(2, 1fr); }
    .copper-parts-template .standards-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== BRASS SCREWS TAB STYLES ===== */
.brass-screws-template .screw-tabs-container {
    margin-top: 2.5rem;
}

.brass-screws-template .screw-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--border-light);
    padding-bottom: 1rem;
}

.brass-screws-template .screw-tab-btn {
    padding: 0.75rem 1.5rem;
    background: white;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
}

.brass-screws-template .screw-tab-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.brass-screws-template .screw-tab-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 4px 14px rgba(38, 71, 149, 0.3);
}

.brass-screws-template .screw-tabs-content {
    position: relative;
}

.brass-screws-template .screw-tab-panel {
    display: none;
    animation: fadeIn 0.4s ease;
}

.brass-screws-template .screw-tab-panel.active {
    display: block;
}

.brass-screws-template .tab-panel-inner {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 3rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.brass-screws-template .tab-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), #1e3a7a);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
}

.brass-screws-template .tab-panel-inner h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.brass-screws-template .tab-panel-inner p {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.brass-screws-template .tab-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.brass-screws-template .tab-feature {
    background: white;
    border: 1px solid var(--border-light);
    padding: 0.5rem 1rem;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--secondary-color);
}

/* Responsive Tab Styles */
@media (max-width: 768px) {
    .brass-screws-template .screw-tabs-nav {
        flex-direction: column;
        align-items: stretch;
    }
    
    .brass-screws-template .screw-tab-btn {
        text-align: center;
    }
    
    .brass-screws-template .tab-panel-inner {
        padding: 2rem 1.5rem;
    }
    
    .brass-screws-template .tab-icon {
        width: 60px;
        height: 60px;
    }
    
    .brass-screws-template .tab-icon svg {
        width: 32px;
        height: 32px;
    }
}

/* ===== BRASS NUTS TAB STYLES ===== */
.brass-nuts-template .nut-tabs-container {
    margin-top: 2.5rem;
}

.brass-nuts-template .nut-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--border-light);
    padding-bottom: 1rem;
}

.brass-nuts-template .nut-tab-btn {
    padding: 0.75rem 1.5rem;
    background: white;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
}

.brass-nuts-template .nut-tab-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.brass-nuts-template .nut-tab-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 4px 14px rgba(38, 71, 149, 0.3);
}

.brass-nuts-template .nut-tabs-content {
    position: relative;
}

.brass-nuts-template .nut-tab-panel {
    display: none;
    animation: fadeIn 0.4s ease;
}

.brass-nuts-template .nut-tab-panel.active {
    display: block;
}

.brass-nuts-template .tab-panel-inner {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 3rem;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.brass-nuts-template .tab-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), #1e3a7a);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
}

.brass-nuts-template .tab-panel-inner h3 {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.brass-nuts-template .tab-panel-inner p {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.brass-nuts-template .tab-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.brass-nuts-template .tab-feature {
    background: white;
    border: 1px solid var(--border-light);
    padding: 0.5rem 1rem;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--secondary-color);
}

/* Responsive Nut Tab Styles */
@media (max-width: 768px) {
    .brass-nuts-template .nut-tabs-nav {
        flex-direction: column;
        align-items: stretch;
    }
    
    .brass-nuts-template .nut-tab-btn {
        text-align: center;
    }
    
    .brass-nuts-template .tab-panel-inner {
        padding: 2rem 1.5rem;
    }
    
    .brass-nuts-template .tab-icon {
        width: 60px;
        height: 60px;
    }
    
    .brass-nuts-template .tab-icon svg {
        width: 32px;
        height: 32px;
    }
}

/* ===== BRASS BOLTS TAB STYLES ===== */
.brass-bolts-template .bolt-tabs-container {
    margin-top: 2.5rem;
}

.brass-bolts-template .bolt-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-light);
}

.brass-bolts-template .bolt-tab-btn {
    padding: 1rem 2rem;
    background: white;
    border: 2px solid var(--border-light);
    border-radius: var(--radius-md);
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.brass-bolts-template .bolt-tab-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 71, 149, 0.15);
}

.brass-bolts-template .bolt-tab-btn.active {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 6px 20px rgba(38, 71, 149, 0.3);
}

.brass-bolts-template .bolt-tabs-content {
    position: relative;
}

.brass-bolts-template .bolt-tab-panel {
    display: none;
    animation: fadeInTab 0.4s ease;
}

.brass-bolts-template .bolt-tab-panel.active {
    display: block;
}

@keyframes fadeInTab {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.brass-bolts-template .tab-panel-inner {
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.brass-bolts-template .tab-panel-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.brass-bolts-template .tab-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 30px rgba(38, 71, 149, 0.25);
}

.brass-bolts-template .tab-icon svg {
    width: 44px;
    height: 44px;
    stroke: white;
}

.brass-bolts-template .tab-panel-inner h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.brass-bolts-template .tab-panel-inner p {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 1.5rem;
    line-height: 1.7;
}

.brass-bolts-template .tab-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.brass-bolts-template .tab-feature {
    background: white;
    border: 1px solid var(--border-light);
    padding: 0.6rem 1.25rem;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

.brass-bolts-template .tab-feature:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* Responsive Bolt Tab Styles */
@media (max-width: 768px) {
    .brass-bolts-template .bolt-tabs-nav {
        flex-direction: column;
        align-items: stretch;
    }
    
    .brass-bolts-template .bolt-tab-btn {
        text-align: center;
        justify-content: center;
    }
    
    .brass-bolts-template .tab-panel-inner {
        padding: 2rem 1.5rem;
    }
    
    .brass-bolts-template .tab-icon {
        width: 70px;
        height: 70px;
    }
    
    .brass-bolts-template .tab-icon svg {
        width: 36px;
        height: 36px;
    }
    
    .brass-bolts-template .tab-panel-inner h3 {
        font-size: 1.25rem;
    }
}

/* ===== BRASS BOLTS RELATED PRODUCTS ===== */
.brass-bolts-template .related-product-link:hover {
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 71, 149, 0.15);
}

.brass-bolts-template .related-product-link:hover span:last-child {
    color: var(--primary-color);
}

@media (max-width: 480px) {
    .brass-bolts-template .related-products-box > div {
        grid-template-columns: 1fr;
    }
}

/* ===== BRASS WASHERS TAB STYLES ===== */
.brass-washers-template .washer-tabs-container {
    margin-top: 2.5rem;
}

.brass-washers-template .washer-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-light);
}

.brass-washers-template .washer-tab-btn {
    padding: 1rem 1.75rem;
    background: white;
    border: 2px solid var(--border-light);
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.brass-washers-template .washer-tab-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 71, 149, 0.15);
}

.brass-washers-template .washer-tab-btn.active {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 6px 20px rgba(38, 71, 149, 0.3);
}

.brass-washers-template .washer-tabs-content {
    position: relative;
}

.brass-washers-template .washer-tab-panel {
    display: none;
    animation: fadeInTab 0.4s ease;
}

.brass-washers-template .washer-tab-panel.active {
    display: block;
}

.brass-washers-template .tab-panel-inner {
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.brass-washers-template .tab-panel-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.brass-washers-template .tab-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 30px rgba(38, 71, 149, 0.25);
}

.brass-washers-template .tab-icon svg {
    width: 44px;
    height: 44px;
    stroke: white;
}

.brass-washers-template .tab-panel-inner h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.brass-washers-template .tab-panel-inner p {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 1.5rem;
    line-height: 1.7;
}

.brass-washers-template .tab-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.brass-washers-template .tab-feature {
    background: white;
    border: 1px solid var(--border-light);
    padding: 0.6rem 1.25rem;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

.brass-washers-template .tab-feature:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* Responsive Washer Tab Styles */
@media (max-width: 768px) {
    .brass-washers-template .washer-tabs-nav {
        flex-direction: column;
        align-items: stretch;
    }
    
    .brass-washers-template .washer-tab-btn {
        text-align: center;
        justify-content: center;
    }
    
    .brass-washers-template .tab-panel-inner {
        padding: 2rem 1.5rem;
    }
    
    .brass-washers-template .tab-icon {
        width: 70px;
        height: 70px;
    }
    
    .brass-washers-template .tab-icon svg {
        width: 36px;
        height: 36px;
    }
    
    .brass-washers-template .tab-panel-inner h3 {
        font-size: 1.25rem;
    }
}

/* ===== BRASS INSERTS TAB STYLES ===== */
.brass-inserts-template .insert-tabs-container {
    margin-top: 2.5rem;
}

.brass-inserts-template .insert-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-light);
}

.brass-inserts-template .insert-tab-btn {
    padding: 1rem 1.75rem;
    background: white;
    border: 2px solid var(--border-light);
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.brass-inserts-template .insert-tab-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 71, 149, 0.15);
}

.brass-inserts-template .insert-tab-btn.active {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 6px 20px rgba(38, 71, 149, 0.3);
}

.brass-inserts-template .insert-tabs-content {
    position: relative;
}

.brass-inserts-template .insert-tab-panel {
    display: none;
    animation: fadeInTab 0.4s ease;
}

.brass-inserts-template .insert-tab-panel.active {
    display: block;
}

.brass-inserts-template .tab-panel-inner {
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.brass-inserts-template .tab-panel-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.brass-inserts-template .tab-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 30px rgba(38, 71, 149, 0.25);
}

.brass-inserts-template .tab-icon svg {
    width: 44px;
    height: 44px;
    stroke: white;
}

.brass-inserts-template .tab-panel-inner h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.brass-inserts-template .tab-panel-inner p {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 1.5rem;
    line-height: 1.7;
}

.brass-inserts-template .tab-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.brass-inserts-template .tab-feature {
    background: white;
    border: 1px solid var(--border-light);
    padding: 0.6rem 1.25rem;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

.brass-inserts-template .tab-feature:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

@media (max-width: 768px) {
    .brass-inserts-template .insert-tabs-nav {
        flex-direction: column;
        align-items: stretch;
    }
    
    .brass-inserts-template .insert-tab-btn {
        text-align: center;
        justify-content: center;
    }
    
    .brass-inserts-template .tab-panel-inner {
        padding: 2rem 1.5rem;
    }
    
    .brass-inserts-template .tab-icon {
        width: 70px;
        height: 70px;
    }
    
    .brass-inserts-template .tab-icon svg {
        width: 36px;
        height: 36px;
    }
    
    .brass-inserts-template .tab-panel-inner h3 {
        font-size: 1.25rem;
    }
}

/* ===== BRASS INSERTS CARD ICON STYLES ===== */
.brass-inserts-template .who-we-are-card .card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.brass-inserts-template .who-we-are-card .card-icon svg {
    width: 28px;
    height: 28px;
    stroke: white;
}

/* ===== BRASS INSERTS FAQ STYLES ===== */
.brass-inserts-template .faq-section {
    padding: 4rem 0;
}

.brass-inserts-template .faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.brass-inserts-template .accordion-item {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.brass-inserts-template .accordion-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: white;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.brass-inserts-template .accordion-trigger:hover {
    background: var(--bg-body);
    color: var(--primary-color);
}

.brass-inserts-template .accordion-trigger span {
    flex: 1;
    padding-right: 1rem;
}

.brass-inserts-template .accordion-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    stroke: var(--text-muted);
    transition: transform 0.3s ease;
}

.brass-inserts-template .accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.brass-inserts-template .accordion-item.active .accordion-trigger {
    background: var(--bg-body);
    color: var(--primary-color);
}

.brass-inserts-template .accordion-content {
    display: none;
    padding: 0 1.5rem 1.25rem;
    background: var(--bg-body);
}

.brass-inserts-template .accordion-item.active .accordion-content {
    display: block;
}

.brass-inserts-template .accordion-content p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ===== BRASS INSERTS QUOTE SECTION STYLES ===== */
.brass-inserts-template .quote-section {
    background: linear-gradient(135deg, #f8faff 0%, #eef2f9 100%) !important;
    padding: 4rem 0;
}

.brass-inserts-template .quote-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.brass-inserts-template .quote-info h2 {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.brass-inserts-template .quote-info > p {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.brass-inserts-template .quote-form {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border: 1px solid var(--border-light);
}

.brass-inserts-template .quote-form h3 {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    text-align: center;
}

.brass-inserts-template .quote-form .form-group {
    margin-bottom: 1.25rem;
}

.brass-inserts-template .quote-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.brass-inserts-template .quote-form input[type="text"],
.brass-inserts-template .quote-form input[type="email"],
.brass-inserts-template .quote-form textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.brass-inserts-template .quote-form input:focus,
.brass-inserts-template .quote-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(38, 71, 149, 0.1);
}

.brass-inserts-template .quote-form .btn.full-width {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
}

.brass-inserts-template .quote-form .privacy-note {
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 1rem;
}

.brass-inserts-template .related-products-box {
    background: white !important;
    border-radius: var(--radius-lg) !important;
    padding: 1.5rem !important;
    border: 1px solid var(--border-light) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.brass-inserts-template .related-products-box h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.brass-inserts-template .related-products-box ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-light);
}

.brass-inserts-template .related-products-box ul li:last-child {
    border-bottom: none;
}

.brass-inserts-template .related-products-box ul li a:hover {
    color: var(--secondary-color) !important;
}

@media (max-width: 768px) {
    .brass-inserts-template .quote-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .brass-inserts-template .quote-form {
        padding: 1.5rem;
    }
    
    .brass-inserts-template .quote-info h2 {
        font-size: 1.5rem;
    }
}

/* ===== BRASS HIGH TENSILE STYLES ===== */
.brass-high-tensile-template .who-we-are-card .card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.brass-high-tensile-template .who-we-are-card .card-icon svg {
    width: 28px;
    height: 28px;
    stroke: white;
}

/* High Tensile Tab Styles */
.brass-high-tensile-template .tensile-tabs-container {
    margin-top: 2.5rem;
}

.brass-high-tensile-template .tensile-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-light);
}

.brass-high-tensile-template .tensile-tab-btn {
    padding: 1rem 1.75rem;
    background: white;
    border: 2px solid var(--border-light);
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.brass-high-tensile-template .tensile-tab-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(38, 71, 149, 0.15);
}

.brass-high-tensile-template .tensile-tab-btn.active {
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 6px 20px rgba(38, 71, 149, 0.3);
}

.brass-high-tensile-template .tensile-tab-panel {
    display: none;
    animation: fadeInTab 0.4s ease;
}

.brass-high-tensile-template .tensile-tab-panel.active {
    display: block;
}

.brass-high-tensile-template .tab-panel-inner {
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-lg);
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
}

.brass-high-tensile-template .tab-panel-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.brass-high-tensile-template .tab-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e3a7a 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 30px rgba(38, 71, 149, 0.25);
}

.brass-high-tensile-template .tab-icon svg {
    width: 44px;
    height: 44px;
    stroke: white;
}

.brass-high-tensile-template .tab-panel-inner h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.brass-high-tensile-template .tab-panel-inner p {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto 1.5rem;
    line-height: 1.7;
}

.brass-high-tensile-template .tab-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.brass-high-tensile-template .tab-feature {
    background: white;
    border: 1px solid var(--border-light);
    padding: 0.6rem 1.25rem;
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

.brass-high-tensile-template .tab-feature:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* High Tensile FAQ Styles */
.brass-high-tensile-template .faq-section {
    padding: 4rem 0;
}

.brass-high-tensile-template .faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.brass-high-tensile-template .accordion-item {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.brass-high-tensile-template .accordion-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: white;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.brass-high-tensile-template .accordion-trigger:hover {
    background: var(--bg-body);
    color: var(--primary-color);
}

.brass-high-tensile-template .accordion-trigger span {
    flex: 1;
    padding-right: 1rem;
}

.brass-high-tensile-template .accordion-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    stroke: var(--text-muted);
    transition: transform 0.3s ease;
}

.brass-high-tensile-template .accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.brass-high-tensile-template .accordion-item.active .accordion-trigger {
    background: var(--bg-body);
    color: var(--primary-color);
}

.brass-high-tensile-template .accordion-content {
    display: none;
    padding: 0 1.5rem 1.25rem;
    background: var(--bg-body);
}

.brass-high-tensile-template .accordion-item.active .accordion-content {
    display: block;
}

.brass-high-tensile-template .accordion-content p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* High Tensile Quote Section */
.brass-high-tensile-template .quote-section {
    background: linear-gradient(135deg, #f8faff 0%, #eef2f9 100%) !important;
    padding: 4rem 0;
}

.brass-high-tensile-template .quote-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.brass-high-tensile-template .quote-info h2 {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.brass-high-tensile-template .quote-info > p {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.brass-high-tensile-template .quote-form {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius-lg);
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border: 1px solid var(--border-light);
}

.brass-high-tensile-template .quote-form h3 {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    text-align: center;
}

.brass-high-tensile-template .quote-form .form-group {
    margin-bottom: 1.25rem;
}

.brass-high-tensile-template .quote-form label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.brass-high-tensile-template .quote-form input[type="text"],
.brass-high-tensile-template .quote-form input[type="email"],
.brass-high-tensile-template .quote-form textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.brass-high-tensile-template .quote-form input:focus,
.brass-high-tensile-template .quote-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(38, 71, 149, 0.1);
}

.brass-high-tensile-template .quote-form .btn.full-width {
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
}

.brass-high-tensile-template .quote-form .privacy-note {
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 1rem;
}

.brass-high-tensile-template .related-products-box {
    background: white !important;
    border-radius: var(--radius-lg) !important;
    padding: 1.5rem !important;
    border: 1px solid var(--border-light) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.brass-high-tensile-template .related-products-box h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.brass-high-tensile-template .related-products-box ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-light);
}

.brass-high-tensile-template .related-products-box ul li:last-child {
    border-bottom: none;
}

.brass-high-tensile-template .related-products-box ul li a:hover {
    color: var(--secondary-color) !important;
}

@media (max-width: 768px) {
    .brass-high-tensile-template .tensile-tabs-nav {
        flex-direction: column;
        align-items: stretch;
    }
    
    .brass-high-tensile-template .tensile-tab-btn {
        text-align: center;
        justify-content: center;
    }
    
    .brass-high-tensile-template .tab-panel-inner {
        padding: 2rem 1.5rem;
    }
    
    .brass-high-tensile-template .tab-icon {
        width: 70px;
        height: 70px;
    }
    
    .brass-high-tensile-template .tab-icon svg {
        width: 36px;
        height: 36px;
    }
    
    .brass-high-tensile-template .tab-panel-inner h3 {
        font-size: 1.25rem;
    }
    
    .brass-high-tensile-template .quote-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .brass-high-tensile-template .quote-form {
        padding: 1.5rem;
    }
    
    .brass-high-tensile-template .quote-info h2 {
        font-size: 1.5rem;
    }
}
