
/* SHARED VERTICAL CSS */
.v-hero {
    background: linear-gradient(135deg, #0f172a 0%, #020617 100%);
    padding: 180px 0 80px 0;
    position: relative;
    color: white;
}
.v-hero::before {
    content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: url('../img/Home/slider.png') center/cover no-repeat;
    opacity: 0.1; z-index: 0; pointer-events: none;
}
.v-hero-container {
    display: flex; align-items: center; justify-content: space-between; gap: 50px;
    position: relative; z-index: 1;
}
.v-hero-img { flex: 1; text-align: center; }
.v-hero-img img { max-height: 400px; border-radius: 12px; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5)) saturate(0.7) contrast(1.1) brightness(0.95); transform: scale(1.05); }
.v-hero-text { flex: 1; }
.v-hero-text .cat-label {
    font-size: var(--text-sm); font-weight: 700; color: var(--secondary); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; display: block;
}
.v-hero-text h1 {
    font-family: var(--font-heading); font-size: var(--text-5xl); text-transform: uppercase; line-height: 1; margin-bottom: 20px;
    text-shadow: 0 4px 10px rgba(0,0,0,0.4); color: white;
}
.v-hero-text p { font-size: var(--text-lg); color: #cbd5e1; line-height: 1.6; }
.v-stripe { background: var(--secondary); padding: 15px 0; text-align: center; color: white; }
.v-stripe h2 { font-family: var(--font-heading); font-size: var(--text-2xl); margin: 0; letter-spacing: 1px; color: white; }
.v-split { background: white; padding: 100px 0; border-bottom: 1px solid #e2e8f0; }
.v-split-container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.v-split-text h3 { font-family: var(--font-heading); font-size: var(--text-3xl); color: var(--primary-dark); margin-bottom: 20px; }
.v-split-text p { color: #475569; line-height: 1.7; font-size: var(--text-base); margin-bottom: 30px; }
.v-key-box { background: var(--bg-gray); padding: 30px; border-left: 5px solid var(--secondary); border-radius: 4px; }
.v-key-box h4 { font-family: var(--font-heading); font-size: var(--text-xl); color: var(--primary-dark); margin-bottom: 15px; }
.v-key-box ul { list-style: none; padding: 0; margin: 0; }
.v-key-box li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-weight: 500; color: #1e293b; }
.v-key-box li svg { width: 20px; height: 20px; color: var(--accent); flex-shrink: 0; }
.v-split-img img { width: 100%; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.v-icons { background: #f1f5f9; padding: 80px 0; }
.v-icons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.v-icon-card { background: white; padding: 40px; text-align: center; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.v-icon-card .icon-circle {
    width: 80px; height: 80px; border-radius: 50%; background: #fff7ed; border: 2px solid var(--secondary);
    display: flex; align-items: center; justify-content: center; margin: 0 auto 20px auto; color: var(--secondary);
}
.v-icon-card .icon-circle svg { width: 40px; height: 40px; }
.v-icon-card h4 { font-family: var(--font-heading); font-size: var(--text-2xl); color: var(--primary-dark); margin-bottom: 10px; }
.v-icon-card p { color: #64748b; font-size: var(--text-sm); line-height: 1.6; }
.v-table-sec { padding: 80px 0; background: white; }
.v-table-title { font-family: var(--font-heading); font-size: var(--text-3xl); color: var(--primary-dark); margin-bottom: 30px; text-transform: uppercase; }
.v-table { width: 100%; border-collapse: collapse; }
.v-table th, .v-table td { padding: 15px 20px; text-align: left; border-bottom: 1px solid #e2e8f0; }
.v-table th { background: #0f172a; color: white; font-family: var(--font-heading); font-size: var(--text-sm); text-transform: uppercase; }
.v-table tr:hover { background: #f8fafc; }
.v-table td { font-weight: 600; color: #1e293b; font-size: var(--text-sm); }
.v-btn-sm { background: var(--secondary); color: white; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; text-decoration: none; }
.v-btn-sm:hover { background: #ea580c; color: white; }
.v-cta { background: #020617; padding: 80px 0; text-align: center; color: white; }
.v-cta h2 { font-family: var(--font-heading); font-size: var(--text-4xl); margin-bottom: 20px; color: white; }
.v-cta p { color: #94a3b8; margin-bottom: 30px; max-width: 600px; margin-left: auto; margin-right: auto; }
.v-cta .btn-quote { background: var(--secondary); color: white; padding: 15px 30px; border-radius: 30px; font-weight: 700; text-decoration: none; font-size: var(--text-lg); display: inline-block; }
.v-cta .btn-quote:hover { background: #ea580c; color: white; }

.category-hero {
    position: relative; padding: 180px 0 100px 0; background: var(--primary-dark);
    display: flex; align-items: center; min-height: 600px;
    background-image: linear-gradient(135deg, var(--primary-dark) 0%, #0f172a 100%);
    overflow: visible;
}
.category-hero::after {
    content: ''; position: absolute; bottom: 0; right: 0; width: 60%; height: 100%;
    background: linear-gradient(-45deg, rgba(255,255,255,0.03) 0%, transparent 50%);
    pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 40px; align-items: center; position: relative; z-index: 5;}
.hero-image-col { text-align: right; padding-right: 20px; position: relative; }
.hero-image-col img { 
    max-height: 550px; width: 100%; object-fit: cover; border-radius: 12px;
    filter: drop-shadow(0 30px 40px rgba(0,0,0,0.6)); 
    transform: translateY(40px) scale(1.05); 
    position: relative; z-index: 10;
}
.hero-text-col { color: var(--white); position: relative; padding-left: 20px; }
.hero-badges { display: flex; gap: 15px; margin-bottom: 30px; }
.h-badge { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 4px; padding: 8px 12px; display: flex; align-items: center; gap: 8px; font-size: var(--text-xs); font-weight: 700; letter-spacing: 1px; color: white; backdrop-filter: blur(5px); }
.h-badge svg { width: 16px; height: 16px; stroke: var(--secondary); fill: none; }
.hero-text-col h1 { 
    font-size: var(--text-5xl); font-family: var(--font-heading); margin-bottom: 15px; text-transform: uppercase; 
    border-bottom: 3px solid rgba(255,255,255,0.1); padding-bottom: 15px; color: var(--white);
    line-height: 0.95; letter-spacing: -1px; text-shadow: 0 10px 20px rgba(0,0,0,0.5);
}
.hero-text-col p { font-size: var(--text-lg); color: #cbd5e1; max-width: 550px; line-height: 1.6; font-weight: 500;}
.orange-arrow-strip {
    background: var(--secondary); height: 45px; display: flex; align-items: center; justify-content: center; color: white; position: relative; z-index: 4;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.3);
}
.orange-arrow-strip svg { width: 28px; height: 28px; animation: bounce 2s infinite; }
.features-split { display: grid; grid-template-columns: 1fr 1fr; background: white; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }
.features-text { padding: 80px 40px 80px 10%; display: flex; align-items: center;}
.features-text-inner h3 { font-family: var(--font-heading); font-size: var(--text-3xl); margin-bottom: 20px; color: var(--primary-dark); line-height: 1.3;}
.features-text-inner p { color: #475569; font-size: var(--text-base); line-height: 1.6; }
.features-box-container { position: relative; background-position: center; background-size: cover; background-repeat: no-repeat; display: flex; align-items: center; padding: 40px; justify-content: center; }
.features-box-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(15, 23, 42, 0.7); }
.key-features-box { position: relative; z-index: 2; background: var(--primary); color: white; padding: 40px; border-radius: 4px; width: 85%; max-width: 450px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.key-features-box h4 { font-family: var(--font-heading); font-size: var(--text-2xl); margin-bottom: 20px; color: white; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; }
.key-features-box ul { list-style: none; padding: 0; margin: 0; }
.key-features-box li { display: flex; align-items: flex-start; margin-bottom: 15px; font-size: var(--text-sm); color: #e2e8f0; font-weight: 500;}
.key-features-box li svg { width: 18px; height: 18px; color: var(--accent); margin-right: 12px; flex-shrink: 0; margin-top: 1px; }
.orange-banner { background: var(--accent); padding: 25px 0; text-align: center; color: white; }
.orange-banner h2 { font-family: var(--font-heading); font-size: var(--text-2xl); margin: 0; text-transform: uppercase; letter-spacing: 1px; color: var(--primary-dark);}
.table-container { padding: 60px 0 100px 0; background: #f8fafc; }
.selection-header { margin-bottom: 20px; }
.selection-header h3 { font-family: var(--font-heading); font-size: var(--text-2xl); color: var(--primary-dark); margin: 0; text-transform: uppercase;}
.selection-header p { font-family: var(--font-heading); font-size: var(--text-xl); color: var(--secondary); margin: 0; text-transform: uppercase; font-weight: 700;}
.filters { display: flex; gap: 20px; margin-bottom: 20px; background: white; padding: 15px; border-radius: 6px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
.filters select { padding: 10px 15px; border: 1px solid #e2e8f0; font-family: var(--font-body); font-size: var(--text-sm); outline: none; background: white; border-radius: 4px; color: var(--primary-dark); }
.product-table { width: 100%; border-collapse: collapse; background: white; border-radius: 6px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.product-table th, .product-table td { padding: 18px 25px; text-align: left; border-bottom: 1px solid #e2e8f0; }
.product-table th { background: var(--primary-dark); color: white; font-family: var(--font-heading); font-size: var(--text-sm); font-weight: 600; text-transform: uppercase; }
.product-table tr:hover { background: #f8fafc; }
.product-table td { font-size: var(--text-sm); font-weight: 600; color: var(--primary-dark); }
.btn-quote-sm { background: var(--secondary); color: white; padding: 8px 18px; border-radius: 20px; text-decoration: none; font-weight: 700; font-size: var(--text-sm); display: inline-block; transition: background 0.2s; }
.btn-quote-sm:hover { background: #ea580c; color: white; }

@media (max-width: 768px) {
    .v-layout { flex-direction: column; gap: 30px; padding: 30px 20px; }
    .v-sidebar { width: 100%; }
    .v-content { width: 100%; overflow-x: hidden; }
    .v-hero-container { flex-direction: column; text-align: center; }
    .v-hero { padding: 120px 20px 40px 20px; }
    .v-hero-text h1 { font-size: 2.2rem; word-wrap: break-word; hyphens: auto; }
    .v-hero-text .cat-label { font-size: 0.8rem; }
    .v-split { flex-direction: column; }
    .v-split-text, .v-split-img { width: 100%; padding: 0; }
    .v-split-img { margin-top: 20px; }
    .v-table-wrap { overflow-x: auto; display: block; width: 100%; }
    .v-table td, .v-table th { padding: 10px; font-size: 12px; }
    .v-icons-grid { grid-template-columns: 1fr; gap: 20px; }
    .v-cta { padding: 40px 20px; }
    
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-image-col { padding-right: 0; }
    .hero-text-col { padding-left: 0; }
    .hero-badges { justify-content: center; }
    .features-split { grid-template-columns: 1fr; }
    .features-text { padding: 40px 20px; text-align: center; }
    .product-table { display: block; overflow-x: auto; white-space: nowrap; }
}
