/* Dealership Page Specific Styles */
.atvan-body {
    padding-top: 70px;
}

/* Dealer Hero */
.dealer-hero {
    min-height: 70vh;
    background: linear-gradient(135deg, #0BAA66 0%, #0a9a5c 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: white;
}

.dealer-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    z-index: 2;
    position: relative;
}

.dealer-hero-content {
    z-index: 2;
}

.dealer-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.dealer-hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 40px;
    line-height: 1.6;
}

.hero-highlights {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.highlight i {
    color: var(--color-gold);
    font-size: 1.2rem;
}

.dealer-hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.network-svg {
    width: 100%;
    height: 300px;
}

.network-center {
    animation: pulse 2s ease-in-out infinite;
}

.network-node {
    animation: float 3s ease-in-out infinite;
}

.network-node:nth-child(3) {
    animation-delay: 0.2s;
}

.network-node:nth-child(4) {
    animation-delay: 0.4s;
}

.network-node:nth-child(5) {
    animation-delay: 0.6s;
}

.network-node:nth-child(6) {
    animation-delay: 0.8s;
}

.network-node:nth-child(7) {
    animation-delay: 1s;
}

.network-line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: drawPath 2s ease-in-out forwards;
}

.dealer-hero-curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.dealer-hero-curve svg {
    width: calc(100% + 1.3px);
    height: 120px;
    display: block;
}

/* Why Partner Section */
.why-partner {
    padding: 100px 0;
    background-color: var(--color-white);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.benefit-card {
    background-color: var(--color-white);
    border-radius: var(--radius-xl);
    padding: 30px;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: var(--transition);
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-emerald), var(--color-emerald-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--color-white);
    font-size: 1.8rem;
}

.benefit-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--color-black);
}

.benefit-card p {
    color: var(--color-text-light);
    line-height: 1.6;
    margin-bottom: 20px;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-list li {
    padding: 8px 0;
    border-bottom: 1px solid var(--color-light-grey);
    color: var(--color-text);
    font-size: 0.95rem;
}

.benefit-list li:last-child {
    border-bottom: none;
}

.benefit-list li::before {
    content: '✓';
    color: var(--color-emerald);
    font-weight: bold;
    margin-right: 10px;
}

/* Dealer Support */
.dealer-support {
    padding: 100px 0;
    position: relative;
    background-color: var(--color-light-grey);
}

.support-curve {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.support-curve.top {
    top: 0;
}

.support-curve.bottom {
    bottom: 0;
}

.support-curve svg {
    width: calc(100% + 1.3px);
    height: 120px;
    display: block;
}

.support-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.support-text h2 {
    text-align: left;
    margin-bottom: 20px;
}

.title-underline.left {
    margin: 0 0 30px 0;
}

.support-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--color-text);
    margin-bottom: 30px;
}

.support-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature i {
    font-size: 1.5rem;
    color: var(--color-emerald);
    margin-top: 5px;
}

.feature h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: var(--color-black);
}

.feature p {
    font-size: 0.95rem;
    color: var(--color-text-light);
    margin: 0;
}

.support-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-svg {
    width: 100%;
    height: 300px;
}

.support-svg svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.05));
}

/* Investment Section */
.investment-section {
    padding: 100px 0;
    background-color: var(--color-white);
}

.investment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.investment-card {
    background-color: var(--color-white);
    border-radius: var(--radius-xl);
    padding: 30px;
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.investment-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
}

.investment-card.featured {
    border: 2px solid var(--color-emerald);
    position: relative;
    transform: scale(1.05);
}

.investment-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.investment-header {
    margin-bottom: 20px;
    text-align: center;
}

.investment-header h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--color-black);
}

.investment-badge {
    display: inline-block;
    padding: 5px 15px;
    background-color: var(--color-emerald);
    color: white;
    border-radius: var(--radius-md);
    font-size: 0.8rem;
    font-weight: 600;
}

.investment-price {
    text-align: center;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid var(--color-light-grey);
    border-bottom: 1px solid var(--color-light-grey);
}

.currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-emerald);
}

.amount {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-black);
    margin: 0 5px;
}

.lakh {
    font-size: 1.2rem;
    color: var(--color-text-light);
    font-weight: 500;
}

.investment-details {
    flex: 1;
    margin: 20px 0;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--color-light-grey);
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-item i {
    color: var(--color-emerald);
    font-size: 0.9rem;
}

.detail-item span {
    font-size: 0.95rem;
    color: var(--color-text);
}

.roi-estimate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: var(--color-light-grey);
    border-radius: var(--radius-md);
    margin: 20px 0;
}

.roi-estimate span:first-child {
    color: var(--color-text);
    font-weight: 500;
}

.roi-value {
    color: var(--color-emerald);
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-primary.full-width {
    width: 100%;
    justify-content: center;
}

/* Requirements Section */
.requirements-section {
    padding: 100px 0;
    position: relative;
    background-color: var(--color-light-grey);
}

.requirements-curve {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.requirements-curve.top {
    top: 0;
}

.requirements-curve.bottom {
    bottom: 0;
}

.requirements-curve svg {
    width: calc(100% + 1.3px);
    height: 120px;
    display: block;
}

.requirements-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.requirements-text h2 {
    text-align: left;
    margin-bottom: 20px;
}

.requirements-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--color-text);
    margin-bottom: 30px;
}

.requirements-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.requirement {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.req-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--color-emerald), var(--color-emerald-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.req-content h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: var(--color-black);
}

.req-content p {
    font-size: 0.95rem;
    color: var(--color-text-light);
    margin: 0;
}

.requirements-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-flow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.process-step {
    background-color: var(--color-white);
    border-radius: var(--radius-lg);
    padding: 20px;
    text-align: center;
    box-shadow: var(--shadow-md);
    min-width: 120px;
}

.step-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--color-emerald), var(--color-emerald-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: white;
    font-weight: 600;
}

.process-step h4 {
    font-size: 1rem;
    margin-bottom: 5px;
    color: var(--color-black);
}

.process-step p {
    font-size: 0.8rem;
    color: var(--color-text-light);
    margin: 0;
}

.process-arrow {
    color: var(--color-emerald);
    font-size: 1.2rem;
}

/* Dealer Form Section */
.dealer-form-section {
    padding: 100px 0;
    background-color: var(--color-white);
}

.form-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
}

.form-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-light-grey);
}

.form-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-section-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: var(--color-black);
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--color-text);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid var(--color-light-grey);
    border-radius: var(--radius-md);
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--color-text);
    background-color: var(--color-white);
    transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-emerald);
    box-shadow: 0 0 0 3px rgba(11, 170, 102, 0.1);
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
    border-color: #e53e3e;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.1);
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-top: 5px;
}

.checkbox-group label {
    margin-bottom: 0;
    font-weight: normal;
}

.terms-link {
    color: var(--color-emerald);
    text-decoration: underline;
}

.terms-link:hover {
    text-decoration: none;
}

.form-submit {
    text-align: center;
    margin-top: 40px;
}

.form-note {
    font-size: 0.9rem;
    color: var(--color-text-light);
    margin-top: 15px;
}

.success-message {
    text-align: center;
    padding: 40px;
}

.success-icon {
    font-size: 4rem;
    color: var(--color-emerald);
    margin-bottom: 20px;
}

.success-message h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--color-black);
}

.success-message p {
    font-size: 1.1rem;
    color: var(--color-text);
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background-color: var(--color-light-grey);
}

.faq-container {
    max-width: 800px;
    margin: 50px auto 0;
}

.faq-item {
    background-color: var(--color-white);
    border-radius: var(--radius-lg);
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: var(--transition);
}

.faq-question:hover {
    background-color: rgba(11, 170, 102, 0.05);
}

.faq-question h3 {
    font-size: 1.1rem;
    margin: 0;
    color: var(--color-black);
    font-weight: 500;
}

.faq-question i {
    color: var(--color-emerald);
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 20px;
    color: var(--color-text);
    line-height: 1.6;
}

/* CTA Section */
.dealer-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--color-emerald) 0%, var(--color-emerald-dark) 100%);
    text-align: center;
    color: white;
}

.cta-content h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: white;
}

.cta-content p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Responsive Design for Dealer Page */
@media (max-width: 992px) {
    .dealer-hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    .dealer-hero-title {
        font-size: 2.8rem;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .support-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .investment-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .investment-card.featured {
        transform: scale(1);
    }
    
    .investment-card.featured:hover {
        transform: translateY(-10px);
    }
    
    .requirements-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dealer-hero-title {
        font-size: 2.2rem;
    }
    
    .dealer-hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-highlights {
        justify-content: center;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .process-flow {
        flex-direction: column;
    }
    
    .process-arrow {
        transform: rotate(90deg);
    }
    
    .cta-content h2 {
        font-size: 2.2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .form-container {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .dealer-hero-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .cta-content h2 {
        font-size: 1.8rem;
    }
    
    .cta-content p {
        font-size: 1rem;
    }
}