/* Base Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section - Exact match to Figma design */
.hero-section {
    position: relative;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 60px;
    text-align: center;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.hero-title {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.218;
    text-align: center;
    width: 700px;
    margin: 0;
}

.hero-subtitle {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #E8E8E8;
    line-height: 1.218;
    text-align: center;
    margin: 0;
}

.hero-content .hero-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #BE930B !important;
    background-color: #BE930B !important;
    color: white !important;
    border: 1px solid #BE930B !important;
    border-radius: 2px;
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    z-index: 10;
}

.hero-content .hero-btn:hover {
    background: #a88209 !important;
    background-color: #a88209 !important;
    border-color: #a88209 !important;
}

/* Benefits Section - Exact match to Figma design */
.benefits-section {
    background-color: #F4F4F4;
    padding: 50px 0px;
    max-width: 1440px;
    margin: 0 auto;
}

.benefits-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.benefits-title {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #131313;
    line-height: 1.218;
    text-align: center;
    margin: 0;
}

.benefits-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    flex: 1;
    max-width: 280px;
}

.benefit-image {
    width: 160px;
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
}

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

.benefit-card-title {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #131313;
    line-height: 1.218;
    text-align: center;
    margin: 0;
}

.benefit-card-desc {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(19, 19, 19, 0.7);
    line-height: 1.218;
    text-align: center;
    margin: 0;
}

.benefit-connector {
    width: 1px;
    height: 200px;
    background-color: rgba(19, 19, 19, 0.1);
}

/* About TLG Section - Exact match to Figma design */
.about-tlg-section {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-tlg-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.about-tlg-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-tlg-container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    width: 100%;
    padding: 140px;
    text-align: center;
}

.about-tlg-title {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.about-tlg-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-tlg-text {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 0;
}

/* Testimonial Section - Exact match to Figma design */
.testimonial-section {
    background-color: #F4F4F4;
    padding: 80px 0;
}

.testimonial-container {
    width: 1440px;
    margin: 0 auto;
    padding: 0 97px;
    box-sizing: border-box;
}

.testimonial-top {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-title {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #131313;
    margin: 0 0 30px 0;
}

.testimonial-title .highlight {
    color: #BE930B;
}

.testimonial-title-mobile {
    display: none;
}

.testimonial-quote {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quote-icon {
    position: absolute;
    top: -10px;
    left: calc(50% - 480px);
    width: 80px;
    height: 80px;
    opacity: 0.2;
    z-index: -1;
}

.quote-text {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #131313;
    line-height: 1.6;
    margin: 0 0 16px 0;
    padding-top: 25px;
    max-width: 900px;
    text-align: center;
}

.quote-author {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1CB2;
    margin: 0;
}

.testimonial-bottom {
    display: flex;
    gap: 30px;
    background-color: #FFFFFF;
    border-radius: 0;
    overflow: hidden;
}

.testimonial-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-speaker {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #131313;
    margin: 0 0 16px 0;
}

.testimonial-text {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1CB2;
;
    line-height: 1.6;
    margin: 0;
}

.testimonial-image {
    flex: 1;
    min-width: 50%;
}

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

/* Form Section - Exact match to Figma design */
.apply-form-section {
    background-color: #FFFFFF;
    padding: 50px 0px;
}

.form-section {
    background-color: #FFFFFF;
}

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

.dealer-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.form-section-title {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #131313;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px;
}

.dealer-form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.form-group label {
    display: flex;
    align-items: center;
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #131313;
    margin-bottom: 8px;
}

.required {
    color: #FF3B30;
    margin-right: 4px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #CDD2D9;
    border-radius: 3px;
    font-size: 16px;
    color: #131313;
    background-color: #FFFFFF;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #BE930B;
    box-shadow: 0 0 0 2px rgba(190, 147, 11, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #CDD2D9;
}

.form-actions {
    text-align: center;
    width: 100%;
}

.submit-btn {
    padding: 14px 30px;
    width: 100%;
    background-color: #BE930B;
    color: white;
    border: 1px solid #BE930B;
    border-radius: 2px;
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #a88209;
    border-color: #a88209;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .benefits-section {
        padding: 40px 60px;
    }
    
    .benefits-grid {
        flex-wrap: wrap;
        gap: 40px;
    }
    
    .benefit-card {
        flex: 0 0 45%;
        max-width: 300px;
    }
    
    .benefit-connector {
        display: none;
    }
    
    .benefits-title {
        font-size: 30px;
    }
}

@media (max-width: 1440px) {
    .testimonial-container {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 1024px) {
    .testimonial-bottom {
        flex-direction: column;
        gap: 0;
    }
    
    .testimonial-image {
        min-width: 100%;
        height: 350px;
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 40px 0;
    }
    
    .testimonial-container {
        padding: 0 20px;
    }
    
    .testimonial-title {
        display: none;
    }
    
    .testimonial-title-mobile {
        display: block;
        font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #131313;
        line-height: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }
    
    .quote-text {
        font-size: 14px;
        font-weight: 600;
        line-height: 100%;
    }
    
    .quote-author {
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
    }
    
    .testimonial-content {
        padding: 30px 20px;
    }
    
    .testimonial-speaker {
        font-size: 22px;
        font-weight: 600;
        line-height: 100%;
    }
    
    .testimonial-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
    }

    .hero-section {
        height: 400px;
        padding: 0 20px;
    }
    
    .hero-title {
        font-size: 36px;
        width: 100%;
        max-width: 700px;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .benefits-section {
        padding: 30px 20px;
    }
    
    .benefits-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 100%;
        text-align: center;
    }
    
    .benefit-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .about-tlg-section {
        min-height: 400px;
    }
    
    .about-tlg-container {
        padding: 30px 20px;
    }
    
    .about-tlg-title {
        font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 100%;
        text-align: center;
    }
    
    .about-tlg-text {
        font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 100%;
        text-align: center;
    }

    .apply-form-section {
        padding: 30px 20px;
    }
    
    .dealer-form-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .form-section-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .testimonial-section {
        padding: 30px 0;
    }
    
    .testimonial-container {
        padding: 0 16px;
    }
    
    .testimonial-title {
        display: none;
    }
    
    .testimonial-title-mobile {
        display: block;
        font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-size: 26px;
        font-weight: 700;
        color: #131313;
        line-height: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }
    
    .quote-icon {
        width: 60px;
        height: 60px;
    }
    
    .quote-text {
        font-size: 14px;
        font-weight: 600;
        line-height: 100%;
        padding-top: 20px;
    }
    
    .quote-author {
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
    }
    
    .testimonial-content {
        padding: 20px 16px;
    }
    
    .testimonial-speaker {
        font-size: 30px;
        font-weight: 500;
        line-height: 100%;
    }
    
    .testimonial-text {
        font-size: 17.5px;
        font-weight: 400;
        line-height: 100%;
    }

    .hero-section {
        height: 350px;
        padding: 0 16px;
    }
    
    .hero-title {
        font-size: 28px;
        width: 100%;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .benefits-section {
        padding: 20px 16px;
    }
    
    .benefits-title {
        font-size: 26px;
        font-weight: 700;
        line-height: 100%;
        text-align: center;
    }
    
    .benefit-image {
        width: 140px;
        height: 140px;
    }
    
    .benefit-card-title {
        font-size: 20px;
    }
    
    .benefit-card-desc {
        font-size: 14px;
    }
    
    .form-section-title {
        font-size: 18px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px 12px;
    }
    
    .submit-btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}
