.custom-order-section {
    background-color: #0a1629;
    color: white;
    text-align: center;
    padding: 50px 20px;
    font-family: 'Arial Black', Gadget, sans-serif;
}

.main-title {
    font-size: 28px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.text-red {
    color: #e62e2d;
}

.sub-title {
    color: #f1e4bc;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.flex-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto 50px auto;
}

.feature-box {
    border: 1px solid #3d4a5e;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    text-align: left;
    width: 420px;
    background-color: rgba(255, 255, 255, 0.02);
}

.icon-red {
    font-size: 28px;
    margin-right: 20px;
    color: #e62e2d;
}

.feature-box h3 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.feature-box p {
    margin: 5px 0 0 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #b0b8c1;
}

.red-footer {
    background-color: #e62e2d;
    color: white;
    padding: 30px 15px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.phone-number {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 28px;
    margin-top: 5px;
}

nav.sticky {
    z-index: 9999 !important;
    position: sticky;
    top: 0;
}

.page-container {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    min-height: 100vh;
}

#moving-man {
    transition: transform 0.3s ease-out;
}

#lightbox { 
    display: none; 
    position: fixed; 
    inset: 0; 
    background: rgba(10, 22, 40, 0.95); 
    z-index: 10000 !important; 
    align-items: center; 
    justify-content: center; 
    backdrop-filter: blur(10px); 
}

#lightbox-img { 
    max-height: 85vh; 
    max-width: 90vw; 
    object-fit: contain; 
}

section,
.hero,
.slide,
main,
header:not(nav) {
    position: relative;
    z-index: 1;
}

html, body { background: #fff; height: auto; }
.label-wide { letter-spacing: 0.12em; }

.content-left {
    width: 65%;
    padding: 4rem 3rem;
    z-index: 10;
    background: white;
}

.sidebar-fixed-right {
    position: fixed;
    top: 0;
    right: calc(50% - 640px);
    width: 35%; 
    max-width: 448px;
    height: 100vh;
    background: #f1f5f9;
    border-left: 1px solid #e2e8f0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 5;
}

@media (max-width: 1280px) {
    .sidebar-fixed-right { right: 0; }
}

@media (max-width: 1024px) {
    .page-container { flex-direction: column; }
    .content-left { width: 100%; padding: 2rem; }
    .sidebar-fixed-right { position: relative; width: 100%; max-width: none; height: 500px; right: auto; }
}

.model-man { 
    display: block; 
    height: 90%; 
    width: auto; 
    object-fit: contain; 
    object-position: bottom;
    cursor: zoom-in;
    transition: transform 0.3s ease-out;
}

header, footer { position: relative; z-index: 20; background: white; }