/* ========================================
   1. HERO SECTION
   ======================================== */

.order-hero-section {
    background-image: url('/content/site/page/new_pages/order/order-media/hero1-landscape.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #000000;
    color: white;
    padding: 0;
    height: 32.5rem;
    position: relative;
    overflow: hidden;
    width: 100vw;
    left: 0;
    right: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    box-sizing: border-box;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}

.order-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.order-hero-left {
    max-width: 40rem;
}

.order-hero-label {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 2.5rem;
    opacity: 1;
    text-transform: none;
    letter-spacing: 0;
}

.order-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-transform: none;
}

.order-hero-title .mobile-break {
    display: none;
}

.order-hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 1;
    font-weight: 300;
}

.order-hero-button {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0.625rem 0.625rem 0.625rem 1.75rem;
    background: #ffffff;
    color: #1a1a1a;
    border: none;
    border-radius: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.order-hero-button:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.order-hero-button-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: #dc143c;
    border-radius: 50%;
    margin-left: 1rem;
    flex-shrink: 0;
}

.order-hero-button-arrow {
    width: 0.75rem;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.order-hero-description {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 1.5rem;
    max-width: 35rem;
    opacity: 0.9;
}

.order-hero-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}

.order-contact-label {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.order-social-icons {
    display: flex;
    gap: 0.75rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: #ffffff;
    border-radius: 1rem;
    color: #000000;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

.social-icon svg {
    width: 1.125rem;
    height: 1.125rem;
}

/* ========================================
   2. SLIDER SECTION
   ======================================== */

.order-slider-section {
    padding: 1.5rem 0;
    background: #f9f9f9;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.order-slider-container {
    width: 80vw;
    margin: 0 auto;
}

.order-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.order-slider-title-wrapper {
    flex: 1;
}

.order-slider-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #1a1a1a;
    text-transform: none;
}

.order-slider-subtitle {
    font-size: 1rem;
    color: #666666;
    margin: 0;
}

.order-slider-subtitle strong {
    color: #1a1a1a;
    font-weight: 400;
}

.order-slider-nav {
    display: flex;
    gap: 1rem;
}

.order-slider-arrow {
    width: 3rem;
    height: 3rem;
    border: 1px solid #333333;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.order-slider-arrow:hover {
    background: #f5f5f5;
    border-color: #000000;
    transform: scale(1.1);
}

.order-slider-arrow svg {
    width: 1.25rem;
    height: 1.25rem;
    color: #1a1a1a;
}

.order-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.order-slider-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s ease;
}

.order-slider-card {
    flex: 0 0 calc(25% - 1.125rem);
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.order-slider-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.order-card-image {
    width: 100%;
    height: 12rem;
    overflow: hidden;
    background: #f5f5f5;
}

.order-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-card-content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.order-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0;
    color: #1a1a1a;
    line-height: 1.3;
}

.order-card-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8125rem;
    color: #1a1a1a;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e0e0e0;
}

.order-card-year,
.order-card-mileage {
    margin: 0;
}

.order-card-description {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
    min-height: 0;
}

.order-card-desc-item {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #4a4a4a;
    margin: 0;
}

.order-card-desc-item strong {
    color: #000000;
    font-weight: 600;
}

.order-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.75rem;
    border-top: 1px solid #e0e0e0;
}

.order-card-price {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.order-card-button {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    background: #dc143c;
    color: #ffffff;
    text-align: center;
    border-radius: 1.25rem;
    font-weight: 600;
    font-size: 0.75rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: default;
}

/* ========================================
   3. PROCESS STEPS SECTION
   ======================================== */

.order-process-section {
    padding: 1.5rem 0;
    background: #f9f9f9;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.order-process-header {
    width: 80vw;
    margin: 0 auto 1rem auto;
    padding: 0;
}

.order-process-container {
    width: 80vw;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    position: relative;
}

.order-process-scrollbar-vertical {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 10;
}

.order-process-scrollbar-track-vertical {
    width: 5px;
    height: 8rem;
    background: #e0e0e0;
    border-radius: 2.5px;
    position: relative;
}

.order-process-scrollbar-thumb-vertical {
    width: 100%;
    background: #dc143c;
    border-radius: 2px;
    transition: height 0.4s ease, top 0.4s ease;
    height: 16.67%;
    position: absolute;
    top: 0;
}

@media (max-width: 1024px) {
    .order-process-scrollbar-vertical {
        display: none !important;
    }
}

.order-process-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    text-transform: none;
}

.order-process-number {
    font-size: 8rem;
    font-weight: 700;
    color: rgba(220, 20, 60, 0.15);
    line-height: 1;
    user-select: none;
    pointer-events: none;
    flex-shrink: 0;
}

.order-process-number-mobile {
    display: none;
}

.order-process-scroll-container {
    padding: 1rem;
    position: relative;
    height: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-process-main {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex: 1;
}

.order-process-content {
    flex: 1;
}

.order-process-step {
    display: none;
    padding: 0;
}

.order-process-step.active {
    display: block;
}

.order-process-preview {
    display: flex;
    align-items: center;
}

.order-process-preview-prev {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.order-process-preview-next {
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.order-process-preview-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    opacity: 0.25;
    margin: 0;
    max-width: 50rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-process-step-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
    max-width: 70rem;
}

.order-process-step-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
    max-width: 70rem;
}

/* ========================================
   4. BUYING STEPS SECTION
   ======================================== */

.order-buying-section {
    padding: 1.5rem 0;
    background: #f9f9f9;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.order-buying-container {
    width: 80vw;
    margin: 0 auto;
}

.order-buying-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
    text-transform: none;
}

.order-buying-subtitle {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.6;
}

.order-buying-content {
    display: flex;
    gap: 2rem;
}

.order-buying-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.order-buying-card {
    background: #ebebeb;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    min-height: 8rem;
    display: flex;
    align-items: center;
    margin: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.order-buying-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    background: #f5f5f5;
}

.order-buying-card-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: lowercase;
    background: #ffffff;
    padding: 0.5rem 2rem;
    border-radius: 1rem;
}

.order-buying-card-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    width: 100%;
}

.order-buying-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.order-buying-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ========================================
   6. REVIEWS SECTION
   ======================================== */

.order-reviews-section {
    padding: 1.5rem 0;
    background: #f9f9f9;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.order-reviews-container {
    width: 80vw;
    margin: 0 auto;
}

.order-reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.order-reviews-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    text-transform: none;
}

.order-reviews-nav {
    display: flex;
    gap: 0.5rem;
}

.order-reviews-prev,
.order-reviews-next {
    width: 3rem;
    height: 3rem;
    border: 1px solid #333333;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.order-reviews-prev:hover,
.order-reviews-next:hover {
    background: #f5f5f5;
    border-color: #000000;
    transform: scale(1.1);
}


.order-reviews-slider-wrapper {
    overflow: hidden;
}

.order-reviews-slider {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.3s ease;
}

.order-review-card {
    flex: 0 0 calc(25% - 1.125rem);
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.order-review-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    background: #f5f5f5;
}

.order-review-header {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.order-review-avatar {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.order-review-info {
    flex: 1;
}

.order-review-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.25rem 0;
}

.order-review-car {
    font-size: 0.75rem;
    color: #666666;
    margin: 0;
    line-height: 1.3;
}

.order-review-text {
    font-size: 0.875rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.order-review-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.order-review-stars {
    display: flex;
    gap: 0.25rem;
}

.order-review-stars .star {
    color: #ffd700;
    font-size: 1.25rem;
}

.order-review-score {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

/* ========================================
   7. FORM SECTION
   ======================================== */

.order-form-section {
    width: 80vw;
    margin: 0 auto;
    padding: 0;
}

/* ========================================
   8. SECOND HERO SECTION
   ======================================== */

.order-hero2-section {
    background-image: url('/content/site/page/new_pages/order/order-media/hero2-landscape.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #000000;
    color: white;
    padding: 0;
    height: 32.5rem;
    position: relative;
    overflow: hidden;
    width: 100vw;
    left: 0;
    right: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: -1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-hero2-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
}

.order-hero2-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.order-hero2-left {
    max-width: 70rem;
}

.order-hero2-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-transform: none;
}

.order-hero2-title .mobile-break {
    display: none;
}

.order-hero2-description {
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 1.5rem;
    max-width: 35rem;
    opacity: 0.9;
}

.order-hero2-button {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0.625rem 0.625rem 0.625rem 1.75rem;
    background: #ffffff;
    color: #1a1a1a;
    border: none;
    border-radius: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    text-decoration: none;
}

.order-hero2-button:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.order-hero2-button-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: #dc143c;
    border-radius: 50%;
    margin-left: 1rem;
    flex-shrink: 0;
}

.order-hero2-button-arrow {
    width: 0.75rem;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

/* ========================================
   RESPONSIVE - HERO SECTION 1
   ======================================== */

/* Tablet Portrait (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .order-hero-section {
        height: 32.5rem;
        padding: 3rem 0;
        background-image: url('/content/site/page/new_pages/order/order-media/hero1-portrait-m.jpg');
        background-size: cover;
        background-position: center center;
    }
    
    .order-hero-section::before {
        background: rgba(0, 0, 0, 0.35);
    }
    
    .order-hero-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 2rem;
        gap: 2rem;
        justify-content: center;
    }
    
    .order-hero-left {
        max-width: 100%;
        padding-top: 0;
    }
    
    .order-hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 1rem;
        margin-top: 0;
        padding-top: 0;
    }
    
    .order-hero-button {
        padding: 0.5rem 0.5rem 0.5rem 1.25rem;
        font-size: 1rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .order-hero-button-circle {
        width: 1.75rem;
        height: 1.75rem;
    }
    
    .order-hero-description {
        font-size: 1rem;
        line-height: 1.6;
        max-width: 100%;
        margin-top: 1rem;
    }
    
    .order-hero-contact {
        align-items: flex-start;
        margin-left: 0;
        width: 100%;
    }
    
    .order-contact-label {
        font-size: 1.1rem;
    }
    
    .social-icon {
        width: 2.75rem;
        height: 2.75rem;
    }
}

/* Tablet Landscape (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .order-hero-section {
        height: auto;
        min-height: 70vh;
        padding: 2rem 0;
        background-image: url('/content/site/page/new_pages/order/order-media/hero1-landscape.jpg');
        background-size: cover;
        background-position: center center;
    }
    
    .order-hero-section::before {
        background: rgba(0, 0, 0, 0.35);
    }
    
    .order-hero-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 2rem;
        gap: 1.5rem;
        justify-content: center;
    }
    
    .order-hero-left {
        max-width: 100%;
        padding-top: 0;
    }
    
    .order-hero-title {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
        margin-top: 0;
        padding-top: 0;
    }
    
    .order-hero-button {
        padding: 0.5rem 0.5rem 0.5rem 1.25rem;
        font-size: 0.95rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .order-hero-button-circle {
        width: 1.75rem;
        height: 1.75rem;
    }
    
    .order-hero-description {
        font-size: 0.95rem;
        line-height: 1.6;
        max-width: 100%;
        margin-top: 0.75rem;
    }
    
    .order-hero-contact {
        align-items: flex-start;
        margin-left: 0;
        width: 100%;
    }
    
    .order-contact-label {
        font-size: 1rem;
    }
    
    .social-icon {
        width: 2.5rem;
        height: 2.5rem;
    }
}

/* Mobile Portrait (up to 767px) */
@media (max-width: 767px) and (orientation: portrait) {
    .order-hero-section {
        height: 32.5rem;
        padding: 3rem 0;
        background-image: url('/content/site/page/new_pages/order/order-media/hero1-portrait-m.jpg');
        background-size: cover;
        background-position: center center;
    }
    
    .order-hero-section::before {
        background: rgba(0, 0, 0, 0.35);
    }
    
    .order-hero-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1.5rem;
        gap: 2rem;
        justify-content: center;
    }
    
    .order-hero-left {
        max-width: 100%;
        padding-top: 0;
    }
    
    .order-hero-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
        margin-top: 0;
        padding-top: 0;
    }
    
    .order-hero-title .mobile-break {
        display: block;
    }
    
    .order-hero-button {
        padding: 0.5rem 0.5rem 0.5rem 1.25rem;
        font-size: 0.9rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .order-hero-button-circle {
        width: 1.75rem;
        height: 1.75rem;
    }
    
    .order-hero-description {
        font-size: 0.9rem;
        line-height: 1.6;
        max-width: 100%;
        margin-top: 1rem;
    }
    
    .order-hero-contact {
        align-items: flex-start;
        margin-left: 0;
        width: 100%;
    }
    
    .order-contact-label {
        font-size: 1rem;
    }
    
    .social-icon {
        width: 2.5rem;
        height: 2.5rem;
    }
}

/* Mobile Landscape (up to 767px) */
@media (max-width: 767px) and (orientation: landscape) {
    .order-hero-section {
        height: auto;
        min-height: 100vh;
        padding: 2rem 0;
        background-image: url('/content/site/page/new_pages/order/order-media/hero1-landscape.jpg');
        background-size: cover;
        background-position: center center;
    }
    
    .order-hero-section::before {
        background: rgba(0, 0, 0, 0.35);
    }
    
    .order-hero-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1.5rem;
        gap: 1.5rem;
        justify-content: center;
    }
    
    .order-hero-left {
        max-width: 100%;
        padding-top: 0;
    }
    
    .order-hero-title {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 0.75rem;
        margin-top: 0;
        padding-top: 0;
    }
    
    .order-hero-title .mobile-break {
        display: block;
    }
    
    .order-hero-button {
        padding: 0.5rem 0.5rem 0.5rem 1.25rem;
        font-size: 0.85rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .order-hero-button-circle {
        width: 1.5rem;
        height: 1.5rem;
    }
    
    .order-hero-description {
        font-size: 0.85rem;
        line-height: 1.5;
        max-width: 100%;
        margin-top: 0.75rem;
    }
    
    .order-hero-contact {
        align-items: flex-start;
        margin-left: 0;
        width: 100%;
    }
    
    .order-contact-label {
        font-size: 0.9rem;
    }
    
    .social-icon {
        width: 2.25rem;
        height: 2.25rem;
    }
}

/* ========================================
   RESPONSIVE - SLIDER SECTION 2
   ======================================== */

/* Tablet Portrait (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .order-slider-section {
        padding: 2rem 0;
        position: relative;
    }
    
    .order-slider-container {
        padding: 0 2rem;
    }
    
    .order-slider-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 2rem;
    }
    
    .order-slider-title {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .order-slider-subtitle {
        font-size: 0.95rem;
    }
    
    .order-slider-nav {
        position: absolute;
        bottom: -2rem;
        right: 2rem;
        gap: 0.75rem;
        z-index: 10;
    }
    
    .order-slider-arrow {
        width: 2.5rem;
        height: 2.5rem;
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
    
    .order-slider-arrow:focus {
        outline: none;
    }
    
    .order-slider-arrow svg {
        width: 1rem;
        height: 1rem;
    }
    
    .order-slider-card {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: calc(50% - 0.75rem);
    }
    
    .order-card-image {
        height: 14rem;
    }
}

/* Tablet Landscape (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .order-slider-section {
        padding: 2rem 0;
        position: relative;
    }
    
    .order-slider-container {
        padding: 0 2rem;
    }
    
    .order-slider-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 2rem;
    }
    
    .order-slider-title {
        font-size: 2rem;
    }
    
    .order-slider-subtitle {
        font-size: 0.95rem;
    }
    
    .order-slider-nav {
        position: absolute;
        bottom: -2rem;
        right: 2rem;
        gap: 0.75rem;
        z-index: 10;
    }
    
    .order-slider-arrow {
        width: 2.5rem;
        height: 2.5rem;
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
    
    .order-slider-arrow:focus {
        outline: none;
    }
    
    .order-slider-arrow svg {
        width: 1rem;
        height: 1rem;
    }
    
    .order-slider-card {
        flex: 0 0 48%;
        min-width: 48%;
        max-width: 48%;
    }
    
    .order-card-image {
        height: 12rem;
    }
}

/* Mobile Portrait (up to 767px) */
@media (max-width: 767px) and (orientation: portrait) {
    .order-slider-section {
        padding: 2rem 0;
        position: relative;
    }
    
    .order-slider-container {
        padding: 0 1rem;
    }
    
    .order-slider-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 1.5rem;
    }
    
    .order-slider-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .order-slider-subtitle {
        font-size: 0.85rem;
    }
    
    .order-slider-nav {
        position: absolute;
        bottom: -2rem;
        right: 1rem;
        gap: 0.75rem;
        z-index: 10;
    }
    
    .order-slider-arrow {
        width: 2.5rem;
        height: 2.5rem;
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
    
    .order-slider-arrow:focus {
        outline: none;
    }
    
    .order-slider-arrow svg {
        width: 1rem;
        height: 1rem;
    }
    
    .order-slider-card {
        flex: 0 0 100%;
        min-width: 280px;
        max-width: 400px;
    }
    
    .order-card-image {
        height: 16rem;
    }
    
    .order-card-title {
        font-size: 1.25rem;
    }
    
    .order-card-meta {
        font-size: 0.85rem;
    }
    
    .order-card-desc-item {
        font-size: 0.85rem;
    }
    
    .order-card-price {
        font-size: 1.5rem;
    }
    
    .order-card-button {
        font-size: 0.9rem;
        padding: 0.75rem 1.5rem;
    }
}

/* Mobile Landscape (up to 767px) */
@media (max-width: 767px) and (orientation: landscape) {
    .order-slider-section {
        padding: 1.5rem 0;
        position: relative;
    }
    
    .order-slider-container {
        padding: 0 1.5rem;
    }
    
    .order-slider-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 1.5rem;
    }
    
    .order-slider-title {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
    
    .order-slider-subtitle {
        font-size: 0.8rem;
    }
    
    .order-slider-nav {
        position: absolute;
        bottom: -2rem;
        right: 1.5rem;
        gap: 0.75rem;
        z-index: 10;
    }
    
    .order-slider-arrow {
        width: 2.5rem;
        height: 2.5rem;
        background: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
    
    .order-slider-arrow:focus {
        outline: none;
    }
    
    .order-slider-arrow svg {
        width: 1rem;
        height: 1rem;
    }
    
    .order-slider-card {
        flex: 0 0 calc(50% - 0.75rem);
        min-width: calc(50% - 0.75rem);
    }
    
    .order-card-image {
        height: 10rem;
    }
    
    .order-card-title {
        font-size: 1.1rem;
    }
    
    .order-card-meta {
        font-size: 0.8rem;
    }
    
    .order-card-desc-item {
        font-size: 0.8rem;
    }
    
    .order-card-price {
        font-size: 1.3rem;
    }
    
    .order-card-button {
        font-size: 0.85rem;
        padding: 0.6rem 1.25rem;
    }
}

/* ========================================
   RESPONSIVE - PROCESS STEPS SECTION 3
   ======================================== */

/* Tablet Portrait (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .order-process-section {
        padding: 2rem 0;
    }

    .order-process-header {
        padding: 0 2rem;
        margin-bottom: 1.5rem;
        max-width: none;
        width: 100%;
        box-sizing: border-box;
    }

    .order-process-container {
        margin: 0;
        max-width: none;
        display: block;
        padding: 0 2rem;
        max-height: none;
        overflow-y: visible;
        border-left: none;
        border-right: none;
        box-sizing: border-box;
    }
    
    .order-process-title {
        font-size: 2rem;
        margin-bottom: 0;
    }
    
    .order-process-scroll-container {
        display: block !important;
        height: auto !important;
        padding: 0 !important;
    }
    
    .order-process-main {
        display: block !important;
    }
    
    .order-process-content {
        display: block !important;
    }
    
    .order-process-preview {
        display: none !important;
    }
    
    .order-process-step {
        display: block !important;
        padding: 1rem 0.75rem;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        min-height: 120px;
    }
    
    .order-process-step:first-child {
        padding-top: 1.25rem;
    }
    
    .order-process-step:last-child {
        border-bottom: none;
    }
    
    .order-process-number-mobile {
        display: block !important;
        font-size: 4.5rem;
        position: absolute;
        top: 0.25rem;
        right: 0.25rem;
        color: rgba(220, 20, 60, 0.15) !important;
        font-weight: 700;
        line-height: 1;
        pointer-events: none;
        user-select: none;
        z-index: 1;
    }
    
    .order-process-main > .order-process-number:not(.order-process-number-mobile) {
        display: none !important;
    }
    
    .order-process-step-title {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        padding-right: 4.5rem;
        line-height: 1.3;
        position: relative;
        z-index: 2;
    }
    
    .order-process-step-text {
        font-size: 0.85rem;
        line-height: 1.6;
        color: #666666;
        padding-right: 4rem;
        position: relative;
        z-index: 2;
    }
}

/* Tablet Landscape (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .order-process-section {
        padding: 2rem 0;
    }

    .order-process-header {
        padding: 0 2rem;
        margin-bottom: 1.5rem;
        max-width: none;
        width: 100%;
        box-sizing: border-box;
    }

    .order-process-container {
        margin: 0;
        max-width: none;
        display: block;
        padding: 0 2rem;
        max-height: none;
        overflow-y: visible;
        border-left: none;
        border-right: none;
        box-sizing: border-box;
    }
    
    .order-process-title {
        font-size: 2rem;
        margin-bottom: 0;
    }
    
    .order-process-scroll-container {
        display: block !important;
        height: auto !important;
        padding: 0 !important;
    }
    
    .order-process-main {
        display: block !important;
    }
    
    .order-process-content {
        display: block !important;
    }
    
    .order-process-preview {
        display: none !important;
    }
    
    .order-process-step {
        display: block !important;
        padding: 1rem 0.75rem;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        min-height: 120px;
    }
    
    .order-process-step:first-child {
        padding-top: 1.25rem;
    }
    
    .order-process-step:last-child {
        border-bottom: none;
    }
    
    .order-process-number-mobile {
        display: block !important;
        font-size: 4.5rem;
        position: absolute;
        top: 0.25rem;
        right: 0.25rem;
        color: rgba(220, 20, 60, 0.15) !important;
        font-weight: 700;
        line-height: 1;
        pointer-events: none;
        user-select: none;
        z-index: 1;
    }
    
    .order-process-main > .order-process-number:not(.order-process-number-mobile) {
        display: none !important;
    }
    
    .order-process-step-title {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        padding-right: 4.5rem;
        line-height: 1.3;
        position: relative;
        z-index: 2;
    }
    
    .order-process-step-text {
        font-size: 0.85rem;
        line-height: 1.6;
        color: #666666;
        padding-right: 4rem;
        position: relative;
        z-index: 2;
    }
}

/* Mobile Portrait (up to 767px) */
@media (max-width: 767px) and (orientation: portrait) {
    .order-process-section {
        padding: 2rem 0;
    }

    .order-process-header {
        padding: 0;
        margin-bottom: 1.5rem;
        margin-left: auto;
        margin-right: auto;
        width: calc(100% - 2rem);
        box-sizing: border-box;
    }

    .order-process-container {
        margin: 0 auto;
        width: calc(100% - 2rem);
        max-width: none;
        display: block;
        padding: 0;
        max-height: none;
        overflow-y: visible;
        border-left: none;
        border-right: none;
        box-sizing: border-box;
    }

    .order-process-title {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    
    .order-process-scroll-container {
        display: block !important;
        height: auto !important;
        padding: 0 !important;
    }
    
    .order-process-main {
        display: block !important;
    }
    
    .order-process-content {
        display: block !important;
    }
    
    .order-process-preview {
        display: none !important;
    }
    
    .order-process-step {
        display: block !important;
        padding: 1rem 0.75rem;
        border-bottom: 1px solid #e0e0e0;
        position: relative;
        min-height: 120px;
    }
    
    .order-process-step:first-child {
        padding-top: 1.25rem;
    }
    
    .order-process-step:last-child {
        border-bottom: none;
    }
    
    .order-process-number-mobile {
        display: block !important;
        font-size: 4.5rem;
        position: absolute;
        top: 0.25rem;
        right: 0.25rem;
        color: rgba(220, 20, 60, 0.15) !important;
        font-weight: 700;
        line-height: 1;
        pointer-events: none;
        user-select: none;
        z-index: 1;
    }
    
    .order-process-main > .order-process-number:not(.order-process-number-mobile) {
        display: none !important;
    }
    
    .order-process-step-title {
        font-size: 1.1rem;
        font-weight: 700;
        margin-bottom: 0.75rem;
        padding-right: 4.5rem;
        line-height: 1.3;
        position: relative;
        z-index: 2;
    }
    
    .order-process-step-text {
        font-size: 0.85rem;
        line-height: 1.6;
        color: #666666;
        padding-right: 4rem;
        position: relative;
        z-index: 2;
    }
}

/* Mobile Landscape (up to 767px) */
@media (max-width: 767px) and (orientation: landscape) {
    .order-process-section {
        padding: 1.5rem 0;
    }
    
    .order-process-header {
        padding: 0 1.5rem;
        margin-bottom: 1rem;
    }
    
    .order-process-container {
        margin: 0 1.5rem;
    }
    
    .order-process-title {
        font-size: 1.4rem;
    }
    
    .order-process-number {
        font-size: 5rem;
    }
    
    .order-process-scroll-container {
        height: auto;
        min-height: 10rem;
        padding: 1rem;
    }
    
    .order-process-main {
        gap: 1.5rem;
    }
    
    .order-process-step-title {
        font-size: 1.1rem;
    }
    
    .order-process-step-text {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    
    .order-process-preview-title {
        font-size: 1rem;
    }
}

/* ========================================
   RESPONSIVE - BUYING STEPS SECTION 4
   ======================================== */

/* Tablet Portrait (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .order-buying-section {
        padding: 2rem 0;
    }
    
    .order-buying-container {
        padding: 0 2rem;
    }
    
    .order-buying-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .order-buying-subtitle {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }
    
    .order-buying-content {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .order-buying-cards {
        gap: 1rem;
    }
    
    .order-buying-card {
        padding: 1.5rem 1rem;
        min-height: auto;
    }
    
    .order-buying-card-number {
        font-size: 0.75rem;
        padding: 0.4rem 1.5rem;
        top: 0.75rem;
        right: 0.75rem;
    }
    
    .order-buying-card-text {
        font-size: 1.1rem;
        padding-right: 5rem;
    }
    
    .order-buying-image {
        width: 100%;
        height: 300px;
        border-radius: 1rem;
    }
    
    .order-buying-image img {
        position: relative;
    }
}

/* Tablet Landscape (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .order-buying-section {
        padding: 2rem 0;
    }
    
    .order-buying-container {
        padding: 0 2rem;
    }
    
    .order-buying-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .order-buying-subtitle {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }
    
    .order-buying-content {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .order-buying-cards {
        gap: 1rem;
    }
    
    .order-buying-card {
        padding: 1.5rem 1rem;
        min-height: auto;
    }
    
    .order-buying-card-number {
        font-size: 0.75rem;
        padding: 0.4rem 1.5rem;
        top: 0.75rem;
        right: 0.75rem;
    }
    
    .order-buying-card-text {
        font-size: 1.1rem;
        padding-right: 5rem;
    }
    
    .order-buying-image {
        width: 100%;
        height: 300px;
        border-radius: 1rem;
    }
    
    .order-buying-image img {
        position: relative;
    }
}

/* Mobile Portrait (up to 767px) */
@media (max-width: 767px) and (orientation: portrait) {
    .order-buying-section {
        padding: 2rem 0;
    }
    
    .order-buying-container {
        padding: 0 1rem;
    }
    
    .order-buying-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .order-buying-subtitle {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }
    
    .order-buying-content {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .order-buying-cards {
        gap: 1rem;
    }
    
    .order-buying-card {
        padding: 1.5rem 1rem;
        min-height: auto;
    }
    
    .order-buying-card-number {
        font-size: 0.75rem;
        padding: 0.4rem 1.5rem;
        top: 0.75rem;
        right: 0.75rem;
    }
    
    .order-buying-card-text {
        font-size: 1.1rem;
        padding-right: 5rem;
    }
    
    .order-buying-image {
        width: 100%;
        height: 250px;
        border-radius: 1rem;
    }
    
    .order-buying-image img {
        position: relative;
    }
}

/* Mobile Landscape (up to 767px) */
@media (max-width: 767px) and (orientation: landscape) {
    .order-buying-section {
        padding: 2rem 0;
    }
    
    .order-buying-container {
        padding: 0 1.5rem;
    }
    
    .order-buying-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    .order-buying-subtitle {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }
    
    .order-buying-content {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .order-buying-cards {
        gap: 1rem;
    }
    
    .order-buying-card {
        padding: 1.5rem 1rem;
        min-height: auto;
    }
    
    .order-buying-card-number {
        font-size: 0.75rem;
        padding: 0.4rem 1.5rem;
        top: 0.75rem;
        right: 0.75rem;
    }
    
    .order-buying-card-text {
        font-size: 1.1rem;
        padding-right: 5rem;
    }
    
    .order-buying-image {
        width: 100%;
        height: 250px;
        border-radius: 1rem;
    }
    
    .order-buying-image img {
        position: relative;
    }
}

/* ========================================
   RESPONSIVE - REVIEWS SECTION 6
   ======================================== */

/* Tablet Portrait (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .order-reviews-section {
        padding: 2rem 0;
    }
    
    .order-reviews-container {
        padding: 0 2rem;
    }
    
    .order-reviews-header {
        margin-bottom: 1.5rem;
    }
    
    .order-reviews-title {
        font-size: 1.5rem;
    }
    
    .order-reviews-prev,
    .order-reviews-next {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
    
    .order-reviews-prev:focus,
    .order-reviews-next:focus {
        outline: none;
    }
    
    .order-review-card {
        flex: 0 0 80%;
        min-width: 80%;
    }
    
    .order-review-avatar {
        width: 3rem;
        height: 3rem;
    }
    
    .order-review-name {
        font-size: 1rem;
    }
    
    .order-review-car {
        font-size: 0.7rem;
    }
    
    .order-review-text {
        font-size: 0.85rem;
    }
}

/* Tablet Landscape (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .order-reviews-section {
        padding: 2rem 0;
    }
    
    .order-reviews-container {
        padding: 0 2rem;
    }
    
    .order-reviews-header {
        margin-bottom: 1.5rem;
    }
    
    .order-reviews-title {
        font-size: 1.5rem;
    }
    
    .order-reviews-prev,
    .order-reviews-next {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
    
    .order-reviews-prev:focus,
    .order-reviews-next:focus {
        outline: none;
    }
    
    .order-review-card {
        flex: 0 0 45%;
        min-width: 45%;
    }
    
    .order-review-avatar {
        width: 3rem;
        height: 3rem;
    }
    
    .order-review-name {
        font-size: 1rem;
    }
    
    .order-review-car {
        font-size: 0.7rem;
    }
    
    .order-review-text {
        font-size: 0.85rem;
    }
}

/* Mobile Portrait (up to 767px) */
@media (max-width: 767px) and (orientation: portrait) {
    .order-reviews-section {
        padding: 2rem 0;
    }
    
    .order-reviews-container {
        padding: 0 1rem;
    }
    
    .order-reviews-header {
        margin-bottom: 1.5rem;
    }
    
    .order-reviews-title {
        font-size: 1.5rem;
    }
    
    .order-reviews-prev,
    .order-reviews-next {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
    
    .order-reviews-prev:focus,
    .order-reviews-next:focus {
        outline: none;
    }
    
    .order-review-card {
        flex: 0 0 80%;
        min-width: 80%;
    }
    
    .order-review-avatar {
        width: 3rem;
        height: 3rem;
    }
    
    .order-review-name {
        font-size: 1rem;
    }
    
    .order-review-car {
        font-size: 0.7rem;
    }
    
    .order-review-text {
        font-size: 0.85rem;
    }
}

/* Mobile Landscape (up to 767px) */
@media (max-width: 767px) and (orientation: landscape) {
    .order-reviews-section {
        padding: 2rem 0;
    }
    
    .order-reviews-container {
        padding: 0 1.5rem;
    }
    
    .order-reviews-header {
        margin-bottom: 1.5rem;
    }
    
    .order-reviews-title {
        font-size: 1.5rem;
    }
    
    .order-reviews-prev,
    .order-reviews-next {
        width: 2.5rem;
        height: 2.5rem;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
    
    .order-reviews-prev:focus,
    .order-reviews-next:focus {
        outline: none;
    }
    
    .order-review-card {
        flex: 0 0 45%;
        min-width: 45%;
    }
    
    .order-review-avatar {
        width: 3rem;
        height: 3rem;
    }
    
    .order-review-name {
        font-size: 1rem;
    }
    
    .order-review-car {
        font-size: 0.7rem;
    }
    
    .order-review-text {
        font-size: 0.85rem;
    }
}

/* ========================================
   RESPONSIVE - SECOND HERO SECTION 8
   ======================================== */

/* Tablet Portrait (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .order-hero2-section {
        height: 32.5rem;
        padding: 3rem 0;
        background-image: url('/content/site/page/new_pages/order/order-media/hero2-portrait-m.jpg');
        background-size: cover;
        background-position: center center;
    }
    
    .order-hero2-content {
        padding: 0 2rem;
    }
    
    .order-hero2-title {
        font-size: 2.5rem;
    }
    
    .order-hero2-description {
        font-size: 0.95rem;
        margin-top: 1.25rem;
    }
    
    .order-hero2-button {
        padding: 0.5rem 0.5rem 0.5rem 1.5rem;
        font-size: 0.95rem;
        margin-top: 1.75rem;
    }
    
    .order-hero2-button-circle {
        width: 2rem;
        height: 2rem;
    }
}

/* Tablet Landscape (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .order-hero2-section {
        height: auto;
        min-height: 80vh;
        padding: 2.5rem 0;
        background-image: url('/content/site/page/new_pages/order/order-media/hero2-landscape.jpg');
        background-size: cover;
        background-position: center center;
    }
    
    .order-hero2-content {
        padding: 0 2rem;
    }
    
    .order-hero2-title {
        font-size: 2.75rem;
    }
    
    .order-hero2-description {
        font-size: 0.95rem;
        margin-top: 1.25rem;
    }
    
    .order-hero2-button {
        padding: 0.5rem 0.5rem 0.5rem 1.5rem;
        font-size: 0.95rem;
        margin-top: 1.75rem;
    }
    
    .order-hero2-button-circle {
        width: 2rem;
        height: 2rem;
    }
}

/* Mobile Portrait (up to 767px) */
@media (max-width: 767px) and (orientation: portrait) {
    .order-hero2-section {
        height: 32.5rem;
        padding: 3rem 0;
        background-image: url('/content/site/page/new_pages/order/order-media/hero2-portrait-m.jpg');
        background-size: cover;
        background-position: center center;
    }
    
    .order-hero2-content {
        padding: 0 1.5rem;
    }
    
    .order-hero2-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .order-hero2-title .mobile-break {
        display: block;
    }
    
    .order-hero2-description {
        font-size: 0.9rem;
        margin-top: 1rem;
        max-width: 100%;
    }
    
    .order-hero2-button {
        padding: 0.5rem 0.5rem 0.5rem 1.25rem;
        font-size: 0.9rem;
        margin-top: 1.5rem;
    }
    
    .order-hero2-button-circle {
        width: 1.75rem;
        height: 1.75rem;
    }
}

/* Mobile Landscape (up to 767px) */
@media (max-width: 767px) and (orientation: landscape) {
    .order-hero2-section {
        height: auto;
        min-height: 100vh;
        padding: 2rem 0;
        background-image: url('/content/site/page/new_pages/order/order-media/hero2-landscape.jpg');
        background-size: cover;
        background-position: center center;
    }
    
    .order-hero2-content {
        padding: 0 1.5rem;
    }
    
    .order-hero2-title {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    
    .order-hero2-title .mobile-break {
        display: block;
    }
    
    .order-hero2-description {
        font-size: 0.85rem;
        margin-top: 0.75rem;
        max-width: 100%;
    }
    
    .order-hero2-button {
        padding: 0.5rem 0.5rem 0.5rem 1.25rem;
        font-size: 0.85rem;
        margin-top: 1rem;
    }
    
    .order-hero2-button-circle {
        width: 1.5rem;
        height: 1.5rem;
    }
}

/* ========================================
   RESPONSIVE - CONTAINER WIDTH FIX
   ======================================== */

@media (max-width: 1024px) {
    .order-slider-container,
    .order-buying-container,
    .order-reviews-container,
    .order-form-section {
        width: 100%;
        box-sizing: border-box;
    }

    .order-process-header,
    .order-process-container {
        width: calc(100% - 2rem);
        margin: 0 auto;
        box-sizing: border-box;
    }
}
