/** Shopify CDN: Minification failed

Line 698:20 Expected identifier but found whitespace
Line 885:0 Expected "}" to go with "{"

**/
/* Publish by EComposer at 2025-07-02 05:08:57*//**ECOM-INSERT-CSS**/
                .ecom-column {
                    position: relative;
                    /* display: flex; responsive generate display block */
                }
                .ecom-column>.core__column--wrapper {
                    align-items: flex-start; /* fix tam de mn lam layout */
                    display: flex;
                }
                /*.ecom-column:hover {
                    z-index: 1;
                }*/

                .ecom-column__overlay .ecom-overlay {
                    pointer-events: none;
                }

                .ecom-column__overlay > .ecom-overlay, .ecom-column__overlay .ecom-video-background-youtube {
                    position: absolute;
                    inset: 0;
                }

                @media only screen and (min-width: 768px) {
                    .ecom-column>.core__column--wrapper {
                        height: 100%;
                    }
                }
                /*.ecom-parallax-background {
                    background-size: cover;
                    width: 100%;
                    height: 100%;
                    transition: background-position 0.2s linear;
                    background-repeat: inherit !important;
                }*/
                .ecom-use-parallax {
                    background: unset !important;
                }
                .ecom-parallax-background {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    display: flex;
                    overflow: hidden;
                }
                .ecom-parallax-background img {
                    object-fit: cover;
                    width: 100%;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%,0);
                    pointer-events: none;
                }
                .ecom-row {
                    width: 100%;
                    position: relative;
                }
                .ecom-video-background-youtube-wrapper {
                    overflow: hidden
                }
                .ecom-section__overlay > .ecom-overlay, .ecom-section__overlay .ecom-video-background-youtube, .ecom-video-background-youtube-wrapper{
                    position:absolute;
                    top:0;
                    left:0;
                    bottom:0;
                    right:0;
                }
                .ecom-row:not(.ecom-section) {
                    float: left;
                }
                .ecom-row.ecom-section {
                    clear: both;
                }
                .ecom-row:hover {
                    z-index: 1;
                }
                .ecom-row>div.core__row--columns.core__row--full {
                    max-width: 100%;
                }
                @media (min-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { height: 300%; top: -100%; }
                }
                @media (max-aspect-ratio: 16/9) {
                    .ecom-section__overlay .ecom-video-background-youtube  { width: 300%; left: -100%; }
                }
                @supports not (aspect-ratio: 16 / 9) {
                    .ecom-video-background-youtube:before {
                        display: block;
                        content: "";
                        width: 100%;
                        padding-top: 56.25%;
                    }
                    .ecom-video-background-youtube .ecom-video-background {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        left: 0;
                    }
                    .ecom-video-background {
                        -o-object-fit: unset !important;
                        object-fit: unset !important;
                    }
                }
                @media (max-width: 767px) {
                    .ecom-section__video-bg .ecom-video-background-youtube {
                        display: none;
                    }
                }
                
.ecom-core.ecom-qkdnsr5bnw{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-qkdnsr5bnw{width: 100%;}}.ecom-core.ecom-9htdhgixxsu{text-align: left;}.ecom-core.ecom-9htdhgixxsu{padding-bottom: 0 !important;}
.ecom-core.ecom-zoaoj94kil{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-zoaoj94kil{width: 100%;}}.ecom-core.ecom-azqe5iszehs{text-align: left;}
.ecom-core.ecom-55qysipy0wd{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-55qysipy0wd{width: 100%;}}.ecom-core.ecom-trrax3bt2vn{text-align: left;}
.ecom-core.ecom-1fi2tu4fwzy{width: 100%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-1fi2tu4fwzy{width: 100%;}}.ecom-core.ecom-mojl1hiq3t{text-align: left;}.ecom-core.ecom-6dwuoxbx0c8{text-align: left;}
.ecom-core.ecom-shrguj7dtwn{width: 100.00%;}@media screen and (max-width: 767px) and (min-width: 101px){.ecom-core.ecom-shrguj7dtwn{width: 100%;}}.ecom-core.ecom-gpy6yd972y6{text-align: left;}

/* ===== INSTANTANEOUS HWS LANDING PAGE STYLES ===== */

/* Hero Section */
.hero-landing.instantaneous {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 80px 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-text h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 30px;
    opacity: 0.95;
    line-height: 1.4;
}

.hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.hero-benefits .benefit {
    background: rgba(255, 255, 255, 0.15);
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1.1rem;
}

.hero-cta {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.cta-primary {
    background: #10b981;
    color: white;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-primary:hover {
    background: #059669;
    transform: translateY(-2px);
}

.cta-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 16px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-secondary:hover {
    background: white;
    color: #1e3a8a;
}

.trust-indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 1rem;
    opacity: 0.9;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Problem/Solution Section */
.problem-solution {
    padding: 80px 0;
    background: #f8fafc;
}

.problem-solution h2 {
    text-align: center;
    font-size: 2.8rem;
    color: #1e3a8a;
    margin-bottom: 60px;
    font-weight: 700;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.problem-card {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-5px);
}

.problem-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.problem-card h3 {
    font-size: 1.4rem;
    color: #1e3a8a;
    margin-bottom: 15px;
    font-weight: 600;
}

.problem-card p {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.5;
}

.solution-highlight {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
}

.solution-highlight h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.solution-highlight p {
    font-size: 1.3rem;
    opacity: 0.95;
    line-height: 1.5;
}

/* Why Sarros Section */
.why-sarros {
    padding: 80px 0;
    background: white;
}

.why-sarros h2 {
    text-align: center;
    font-size: 2.8rem;
    color: #1e3a8a;
    margin-bottom: 60px;
    font-weight: 700;
}

.sarros-advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.advantage {
    text-align: center;
    padding: 30px;
}

.advantage-icon {
    font-size: 4rem;
    margin-bottom: 20px;
}

.advantage h3 {
    font-size: 1.6rem;
    color: #1e3a8a;
    margin-bottom: 15px;
    font-weight: 600;
}

.advantage p {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Product Showcase */
.product-showcase {
    padding: 80px 0;
    background: #f8fafc;
}

.product-showcase h2 {
    text-align: center;
    font-size: 2.8rem;
    color: #1e3a8a;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-subtitle {
    text-align: center;
    font-size: 1.3rem;
    color: #64748b;
    margin-bottom: 60px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.product-card {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-8px);
}

.product-card.compact {
    border-top: 4px solid #3b82f6;
}

.product-card.popular {
    border-top: 4px solid #10b981;
    transform: scale(1.05);
}

.product-card.premium {
    border-top: 4px solid #f59e0b;
}

.product-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #3b82f6;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.popular-badge {
    background: #10b981 !important;
}

.product-card h3 {
    font-size: 1.8rem;
    color: #1e3a8a;
    margin: 20px 0 15px 0;
    font-weight: 700;
}

.product-price {
    font-size: 2.2rem;
    color: #10b981;
    font-weight: 800;
    margin-bottom: 8px;
}

.product-finance {
    color: #64748b;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.product-features li {
    padding: 8px 0;
    color: #64748b;
    font-size: 1.1rem;
    position: relative;
    padding-left: 25px;
}

.product-features li:before {
    content: "✅";
    position: absolute;
    left: 0;
}

.product-cta {
    background: #1e3a8a;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 20px;
}

.product-cta:hover {
    background: #1e40af;
    transform: translateY(-2px);
}

.size-helper {
    text-align: center;
    margin-top: 40px;
}

.size-helper p {
    font-size: 1.2rem;
    color: #64748b;
}

.size-helper a {
    color: #10b981;
    font-weight: 600;
    text-decoration: none;
}

/* Testimonials */
.testimonials {
    padding: 80px 0;
    background: white;
}

.testimonials h2 {
    text-align: center;
    font-size: 2.8rem;
    color: #1e3a8a;
    margin-bottom: 60px;
    font-weight: 700;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.testimonial {
    background: #f8fafc;
    padding: 40px 30px;
    border-radius: 12px;
    border-left: 4px solid #10b981;
}

.stars {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.testimonial p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 20px;
    font-style: italic;
}

.customer {
    font-weight: 600;
    color: #1e3a8a;
    font-size: 1.1rem;
}

/* Pricing & Finance */
.pricing-finance {
    padding: 80px 0;
    background: #f8fafc;
}

.pricing-finance h2 {
    text-align: center;
    font-size: 2.8rem;
    color: #1e3a8a;
    margin-bottom: 60px;
    font-weight: 700;
}

.pricing-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.pricing-point {
    text-align: center;
    padding: 30px;
}

.pricing-point h3 {
    font-size: 1.6rem;
    color: #1e3a8a;
    margin-bottom: 15px;
    font-weight: 600;
}

.pricing-point p {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.6;
}

.finance-options {
    text-align: center;
    background: white;
    padding: 40px;
    border-radius: 12px;
}

.finance-options h3 {
    font-size: 1.8rem;
    color: #1e3a8a;
    margin-bottom: 30px;
    font-weight: 600;
}

.payment-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.payment-logos span {
    background: #f8fafc;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    color: #64748b;
    border: 2px solid #e2e8f0;
}

/* Final CTA */
.final-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
}

.final-cta h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-subtitle {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 60px;
    opacity: 0.95;
}

.cta-options {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.cta-option {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.cta-option.primary {
    background: rgba(255, 255, 255, 0.15);
}

.cta-option h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-option p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.quote-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quote-form input,
.quote-form select {
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    background: white;
    color: #374151;
}

.quote-form button {
    background: #10b981;
    color: white;
    padding: 18px;
    border: none;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quote-form button:hover {
    background: #059669;
    transform: translateY(-2px);
}

.phone-cta {
    display: block;
    background: #10b981;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-decoration:
.phone-cta {
    display: block;
    background: #10b981;
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    transition: all 0.3s ease;
}

.phone-cta:hover {
    background: #059669;
    transform: translateY(-2px);
}

.hours {
    font-size: 1rem;
    opacity: 0.8;
    text-align: center;
    margin-top: 15px;
}

.final-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-text h1 {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-benefits {
        justify-content: center;
    }
    
    .hero-cta {
        justify-content: center;
    }
    
    .problems-grid {
        grid-template-columns: 1fr;
    }
    
    .sarros-advantages {
        grid-template-columns: 1fr;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
    
    .product-card.popular {
        transform: none;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .pricing-benefits {
        grid-template-columns: 1fr;
    }
    
    .cta-options {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .final-trust {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .trust-indicators {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .payment-logos {
        gap: 10px;
    }
    
    .payment-logos span {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero-text h1 {
        font-size: 2rem;
    }
    
    .final-cta h2 {
        font-size: 2.2rem;
    }
    
    .problem-solution h2,
    .why-sarros h2,
    .product-showcase h2,
    .testimonials h2,
    .pricing-finance h2 {
        font-size: 2.2rem;
    }
    
    .cta-primary,
    .cta-secondary {
        padding: 15px 25px;
        font-size: 1.1rem;
    }
    
    .phone-cta {
        font-size: 1.6rem;
        padding: 15px;
    }
}

/* Print Styles */
@media print {
    .hero-landing,
    .final-cta {
        background: white !important;
        color: black !important;
    }
    
    .cta-primary,
    .cta-secondary,
    .product-cta,
    .phone-cta {
        background: white !important;
        color: black !important;
        border: 2px solid black !important;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .problem-card,
    .product-card,
    .testimonial {
        border: 2px solid #000;
    }
    
    .hero-benefits .benefit {
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
}
