/* LaceLink Web Platform - Exact App Theme Match */
* { margin: 0; padding: 0; box-sizing: border-box; }

body { 
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; 
    line-height: 1.6; 
    color: #1A1A1A; 
    background-color: #FAFAFA; 
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

.navbar { 
    background-color: #FFFFFF; 
    padding: 16px 0; 
    position: sticky; 
    top: 0; 
    z-index: 100; 
    border-bottom: 1px solid #E0E0E0; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.nav-container { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 32px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.nav-brand { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
}

.nav-logo { 
    height: 96px; 
    width: auto; 
}

.nav-title { 
    font-size: 24px; 
    font-weight: 300; 
    letter-spacing: 4px; 
    color: #1A1A1A; 
    text-transform: uppercase;
}

.nav-links { 
    display: flex; 
    gap: 32px; 
    align-items: center; 
}

.nav-link { 
    color: #1A1A1A; 
    text-decoration: none; 
    font-weight: 400; 
    letter-spacing: 1px; 
    font-size: 11px;
    text-transform: uppercase;
    transition: color 0.3s; 
}

.nav-link:hover { 
    color: #D4AF37; 
}
.hero { 
    background: #FFFFFF; 
    color: #1A1A1A; 
    padding: 0; 
}

.hero-banner {
    width: 100%;
    display: block;
    position: relative;
}

.hero-banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-banner-overlay {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.hero-banner-title {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #FFFFFF;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.hero-search-overlay {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-search-box {
    background: #FFFFFF;
    padding: 25px 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #E0E0E0;
    max-width: 450px;
    width: 100%;
}

.search-section-title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 12px;
    color: #1A1A1A;
}

.search-section-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #666666;
    max-width: 100%;
    margin: 0 auto 20px auto;
}

.hero-text { 
    text-align: left; 
}

.hero-image { 
    position: relative; 
    text-align: center; 
}

.hero-img { 
    width: 100%; 
    height: 400px; 
    object-fit: cover; 
    border-radius: 0;
    border: 1px solid #E0E0E0;
}

.hero-image-overlay { 
    position: absolute; 
    top: 20px; 
    right: 20px; 
    background: rgba(255, 255, 255, 0.95); 
    padding: 16px; 
    border: 1px solid #E0E0E0;
    backdrop-filter: blur(10px);
}

.app-preview { 
    width: 200px; 
}

.app-screen { 
    background: #FFFFFF; 
    border: 1px solid #E0E0E0; 
    border-radius: 0;
    overflow: hidden;
}

.app-header { 
    background: #1A1A1A; 
    color: #FFFFFF; 
    padding: 12px 16px; 
    font-size: 11px; 
    font-weight: 400; 
    letter-spacing: 2px; 
    text-transform: uppercase;
}

.app-search { 
    padding: 12px 16px; 
    background: #FAFAFA; 
    border-bottom: 1px solid #E0E0E0; 
    font-size: 12px; 
    color: #999999;
}

.app-client { 
    padding: 16px; 
}

.client-info { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 12px;
}

.client-name { 
    font-size: 12px; 
    font-weight: 400; 
    color: #1A1A1A;
    letter-spacing: 0.5px;
}

.client-date { 
    font-size: 10px; 
    color: #666666;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.client-amount { 
    font-size: 12px; 
    font-weight: 400; 
    color: #D4AF37;
    letter-spacing: 0.5px;
}

.app-actions { 
    display: flex; 
    gap: 8px; 
    margin-bottom: 16px;
}

.app-btn { 
    background: transparent; 
    border: 1px solid #E0E0E0; 
    padding: 6px 8px; 
    font-size: 9px; 
    font-weight: 400; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    color: #1A1A1A;
    cursor: pointer;
}

.app-btn:hover { 
    background: #F5F5F5; 
}

.app-nav { 
    display: flex; 
    border-top: 1px solid #E0E0E0;
}

.nav-item { 
    flex: 1; 
    padding: 8px; 
    text-align: center; 
    font-size: 9px; 
    font-weight: 400; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    color: #666666;
    border-right: 1px solid #E0E0E0;
}

.nav-item:last-child { 
    border-right: none; 
}

.nav-item.active { 
    background: #D4AF37; 
    color: #FFFFFF; 
}

.hero-title { 
    font-size: 36px; 
    font-weight: 300; 
    letter-spacing: 4px; 
    margin-bottom: 24px; 
    line-height: 44px;
    text-transform: uppercase;
}

.hero-subtitle { 
    font-size: 18px; 
    font-weight: 400; 
    color: #666666; 
    margin-bottom: 48px; 
    letter-spacing: 1.5px;
    line-height: 26px;
}

.search-container { 
    margin-bottom: 48px; 
}

.search-box { 
    display: flex; 
    max-width: 600px; 
    margin: 0 auto; 
    background: #FFFFFF; 
    border: 1px solid #E0E0E0;
    border-radius: 0;
    overflow: hidden; 
    box-shadow: none;
}

.search-input { 
    flex: 1; 
    padding: 16px 20px; 
    border: none; 
    font-size: 14px; 
    color: #1A1A1A; 
    background: transparent; 
    font-weight: 400;
    letter-spacing: 0.5px;
}

.search-input::placeholder { 
    color: #999999; 
}

.search-input:focus { 
    outline: none; 
}

.search-btn { 
    background: #1A1A1A; 
    border: none; 
    padding: 16px 20px; 
    color: #FFFFFF; 
    cursor: pointer; 
    transition: opacity 0.3s;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.search-btn:hover { 
    opacity: 0.8; 
}

.hero-actions { 
    display: flex; 
    gap: 20px; 
    justify-content: center; 
    flex-wrap: wrap; 
}

.btn { 
    display: inline-block; 
    padding: 16px 32px; 
    text-decoration: none; 
    font-weight: 400; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    font-size: 11px; 
    border-radius: 0;
    transition: all 0.3s; 
    cursor: pointer; 
    border: 1px solid #E0E0E0;
    line-height: 16px;
}

.btn-primary { 
    background-color: #1A1A1A; 
    color: #FFFFFF; 
    border-color: #1A1A1A;
}

.btn-primary:hover { 
    opacity: 0.8; 
}

.btn-secondary { 
    background-color: transparent; 
    color: #1A1A1A; 
    border: 1px solid #E0E0E0; 
}

.btn-secondary:hover { 
    background-color: #F5F5F5; 
}
.section-title { 
    font-size: 24px; 
    font-weight: 400; 
    letter-spacing: 2px; 
    text-align: center; 
    margin-bottom: 60px; 
    color: #1A1A1A;
    line-height: 32px;
    text-transform: uppercase;
}

.features { 
    padding: 80px 0; 
    background: #FFFFFF; 
    border-bottom: 1px solid #E0E0E0;
}

.features-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
    gap: 40px; 
}

.feature-card { 
    text-align: center; 
    padding: 40px 32px; 
    background: #FAFAFA; 
    border-radius: 0;
    border-left: 1px solid #D4AF37; 
    transition: opacity 0.3s;
}

.feature-card:hover { 
    opacity: 0.8; 
}

.feature-icon { 
    font-size: 3rem; 
    margin-bottom: 20px; 
    color: #D4AF37;
}

.feature-card h3 { 
    font-size: 18px; 
    font-weight: 400; 
    margin-bottom: 16px; 
    color: #1A1A1A; 
    letter-spacing: 1.5px;
    line-height: 26px;
    text-transform: uppercase;
}

.feature-card p { 
    color: #666666; 
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Professional Showcase */
.professional-showcase { 
    margin-top: 80px; 
    padding-top: 60px; 
    border-top: 1px solid #E0E0E0;
}

.showcase-content { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 60px; 
    align-items: center;
}

.showcase-text h3 { 
    font-size: 24px; 
    font-weight: 400; 
    letter-spacing: 2px; 
    color: #1A1A1A;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.showcase-text p { 
    font-size: 16px; 
    color: #666666; 
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 32px;
}

.showcase-features { 
    display: flex; 
    flex-direction: column; 
    gap: 16px;
}

.showcase-feature { 
    display: flex; 
    align-items: center; 
    gap: 12px;
}

.feature-check { 
    color: #D4AF37; 
    font-size: 16px; 
    font-weight: 400;
}

.showcase-feature span:last-child { 
    font-size: 14px; 
    color: #1A1A1A; 
    font-weight: 400;
    letter-spacing: 0.5px;
}

.showcase-image { 
    text-align: center;
}

.showcase-img { 
    width: 100%; 
    max-height: 600px; 
    object-fit: contain; 
    border: 1px solid #E0E0E0;
    border-radius: 0;
}

.footer { 
    background: #1A1A1A; 
    color: #FFFFFF; 
    padding: 60px 0 20px; 
}

.footer-content { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 40px; 
}

.footer-brand { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
}

.footer-logo { 
    height: 72px; 
    width: auto; 
}

.footer-title { 
    font-size: 24px; 
    font-weight: 300; 
    letter-spacing: 4px;
    text-transform: uppercase;
}

.footer-links { 
    display: flex; 
    gap: 32px; 
}

.footer-links a { 
    color: #FFFFFF; 
    text-decoration: none; 
    font-weight: 400; 
    letter-spacing: 1px; 
    font-size: 11px;
    text-transform: uppercase;
    transition: color 0.3s; 
}

.footer-links a:hover { 
    color: #D4AF37; 
}

.footer-bottom { 
    text-align: center; 
    padding-top: 20px; 
    border-top: 1px solid #333; 
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}

.footer-bottom p { 
    margin-bottom: 8px; 
}
/* Form Styles */
.form-group { 
    margin-bottom: 24px; 
}

.form-label { 
    display: block; 
    margin-bottom: 8px; 
    font-size: 11px; 
    font-weight: 400; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    color: #1A1A1A;
}

.form-input { 
    width: 100%; 
    padding: 16px; 
    border: 1px solid #E0E0E0; 
    background: #FFFFFF; 
    color: #1A1A1A; 
    font-size: 14px; 
    font-weight: 400; 
    letter-spacing: 0.5px;
    border-radius: 0;
}

.form-input:focus { 
    outline: none; 
    border-color: #D4AF37; 
}

.form-input::placeholder { 
    color: #999999; 
}

/* Card Styles */
.card { 
    background: #FFFFFF; 
    border: 1px solid #E0E0E0; 
    padding: 32px; 
    margin-bottom: 24px;
    border-radius: 0;
}

.card-header { 
    border-bottom: 1px solid #E0E0E0; 
    padding-bottom: 16px; 
    margin-bottom: 24px; 
}

.card-title { 
    font-size: 18px; 
    font-weight: 400; 
    letter-spacing: 1.5px; 
    color: #1A1A1A;
    line-height: 26px;
    text-transform: uppercase;
}

/* Search Results */
.search-results { 
    margin-top: 40px; 
}

.seamstress-card { 
    background: #FFFFFF; 
    border: 1px solid #E0E0E0; 
    padding: 24px; 
    margin-bottom: 16px;
    border-radius: 0;
    transition: opacity 0.3s;
}

.seamstress-card:hover { 
    opacity: 0.8; 
}

.seamstress-name { 
    font-size: 18px; 
    font-weight: 400; 
    letter-spacing: 1.5px; 
    color: #1A1A1A;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.seamstress-location { 
    font-size: 14px; 
    color: #666666; 
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.seamstress-rating { 
    font-size: 12px; 
    color: #D4AF37; 
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Contact Box */
.contact-box { 
    background: #FAFAFA; 
    border: 1px solid #E0E0E0; 
    padding: 24px; 
    margin: 24px 0;
    border-radius: 0;
}

.contact-box h3 { 
    font-size: 18px; 
    font-weight: 400; 
    letter-spacing: 1.5px; 
    color: #1A1A1A;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* FAQ Styles */
.faq-item { 
    border-bottom: 1px solid #E0E0E0; 
    padding: 24px 0;
}

.faq-question { 
    font-size: 14px; 
    font-weight: 400; 
    letter-spacing: 0.5px; 
    color: #1A1A1A;
    line-height: 20px;
    margin-bottom: 12px;
}

.faq-answer { 
    font-size: 14px; 
    font-weight: 400; 
    letter-spacing: 0.5px; 
    color: #666666;
    line-height: 20px;
}

/* Seamstress Profile Styles */
.seamstress-profile { 
    margin: 40px 0; 
}

.profile-header { 
    display: grid; 
    grid-template-columns: auto 1fr auto; 
    gap: 32px; 
    align-items: center; 
    padding: 32px; 
    background: #FFFFFF; 
    border: 1px solid #E0E0E0; 
    margin-bottom: 24px;
}

.profile-image { 
    width: 120px; 
    height: 120px; 
}

.profile-img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border: 1px solid #E0E0E0;
    border-radius: 0;
}

.profile-info { 
    flex: 1; 
}

.profile-name { 
    font-size: 24px; 
    font-weight: 400; 
    letter-spacing: 2px; 
    color: #1A1A1A;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.business-name { 
    font-size: 16px; 
    color: #D4AF37; 
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.location { 
    font-size: 14px; 
    color: #666666; 
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.rating-section { 
    margin-top: 16px; 
}

.rating-display { 
    display: flex; 
    align-items: center; 
    gap: 8px;
}

.rating-number { 
    font-size: 18px; 
    font-weight: 400; 
    color: #1A1A1A;
}

.rating-stars { 
    color: #D4AF37; 
    font-size: 16px;
}

.review-count { 
    font-size: 12px; 
    color: #666666;
    letter-spacing: 0.5px;
}

.contact-actions { 
    display: flex; 
    flex-direction: column; 
    gap: 12px;
}

.profile-content { 
    display: grid; 
    grid-template-columns: 2fr 1fr; 
    gap: 32px;
}

.profile-section { 
    background: #FFFFFF; 
    border: 1px solid #E0E0E0; 
    padding: 24px; 
    margin-bottom: 24px;
}

.profile-section h2 { 
    font-size: 18px; 
    font-weight: 400; 
    letter-spacing: 1.5px; 
    color: #1A1A1A;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 16px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 8px;
}

.bio-text { 
    font-size: 14px; 
    color: #666666; 
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.specialties-list { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 8px;
}

.specialty-tag { 
    background: #FAFAFA; 
    border: 1px solid #E0E0E0; 
    padding: 6px 12px; 
    font-size: 12px; 
    color: #1A1A1A;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.experience-info p { 
    font-size: 14px; 
    color: #666666; 
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.contact-details { 
    display: flex; 
    flex-direction: column; 
    gap: 12px;
}

.contact-item { 
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}

.contact-label { 
    font-size: 12px; 
    font-weight: 400; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    color: #1A1A1A;
}

.contact-value { 
    font-size: 14px; 
    color: #666666; 
    font-weight: 400;
    letter-spacing: 0.5px;
}

.reviews-list { 
    display: flex; 
    flex-direction: column; 
    gap: 16px;
}

.review-item { 
    border-bottom: 1px solid #E0E0E0; 
    padding-bottom: 16px;
}

.review-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-bottom: 8px;
}

.reviewer-name { 
    font-size: 14px; 
    font-weight: 400; 
    color: #1A1A1A;
    letter-spacing: 0.5px;
}

.review-rating { 
    color: #D4AF37; 
    font-size: 14px;
}

.review-date { 
    font-size: 12px; 
    color: #999999;
    letter-spacing: 0.5px;
}

.review-content p { 
    font-size: 14px; 
    color: #666666; 
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container { 
        padding: 0 16px; 
    }
    
    .nav-container { 
        padding: 0 16px; 
        flex-wrap: wrap;
    }
    
    .nav-brand {
        order: 1;
    }
    
    .nav-logo {
        height: 48px; /* Smaller logo on mobile */
        width: auto;
    }
    
    .nav-links {
        order: 2;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-end;
        width: 100%;
    }
    
    .nav-link {
        font-size: 10px;
        padding: 4px 8px;
    }
    
    .hero-container { 
        padding: 0 16px; 
    }
    
    .hero-banner {
        position: relative;
        width: 100%;
    }
    
    .hero-banner-img {
        min-height: 200px;
        object-position: center top;
    }

    .hero-search-overlay {
        position: static;
        transform: none;
        width: 100%;
        padding: 0;
        background: transparent;
        margin-top: 0;
    }

    .hero-search-box {
        max-width: 100%;
        width: 100%;
        padding: 20px 24px;
        margin: 0 auto;
        box-shadow: none;
        border: none;
        background: #FFFFFF;
    }
    
    .search-section-title {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    
    .search-section-subtitle {
        font-size: 11px;
        margin-bottom: 16px;
    }
    
    .search-container {
        width: 100%;
    }
    
    .search-box {
        width: 100%;
    }
    
    .search-input {
        font-size: 14px;
    }
    
    .search-btn {
        font-size: 11px;
        padding: 12px 24px;
    }
    
    .hero-content { 
        grid-template-columns: 1fr; 
        gap: 40px; 
        text-align: center;
    }
    
    .hero-text { 
        text-align: center; 
    }
    
    .hero-title { 
        font-size: 24px; 
        letter-spacing: 2px;
        line-height: 32px;
    }
    
    .hero-subtitle { 
        font-size: 16px; 
        letter-spacing: 1px;
        line-height: 24px;
    }
    
    .hero-img { 
        height: 300px; 
    }
    
    .hero-image-overlay { 
        position: static; 
        margin-top: 20px; 
        background: #FFFFFF; 
    }
    
    .showcase-content { 
        grid-template-columns: 1fr; 
        gap: 40px; 
        text-align: center;
    }
    
    .showcase-text { 
        text-align: center; 
    }
    
    .showcase-text h3 { 
        font-size: 20px; 
        letter-spacing: 1.5px;
        line-height: 28px;
    }
    
    .showcase-img { 
        height: 250px; 
    }
    
    .profile-header { 
        grid-template-columns: 1fr; 
        gap: 20px; 
        text-align: center;
    }
    
    .profile-content { 
        grid-template-columns: 1fr; 
        gap: 20px;
    }
    
    .contact-actions { 
        flex-direction: row; 
        justify-content: center;
    }
    
    .hero-actions { 
        flex-direction: column; 
        align-items: center; 
        gap: 16px;
    }
    
    .features-grid { 
        grid-template-columns: 1fr; 
        gap: 24px;
    }
    
    .feature-card { 
        padding: 24px 16px;
    }
    
    .footer-content { 
        flex-direction: column; 
        gap: 20px; 
        text-align: center; 
    }
    
    .search-box { 
        flex-direction: column; 
    }
    
    .search-btn { 
        border-radius: 0; 
    }
}
/* Mobile layout update */
