/* Partners Page Specific Styles */

/* Logo Styling */
.logo-image {
    height: 80px;
    width: auto;
    background: white;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.logo-image:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.footer-logo-image {
    height: 60px;
    width: auto;
    background: white;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 1rem;
}

/* Social Media Links */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.social-link:hover {
    color: white;
    transform: translateX(5px);
}

.social-link i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.social-link.facebook:hover i {
    background: #1877f2;
    color: white;
}

.social-link.twitter:hover i {
    background: #000000;
    color: white;
}

.social-link.linkedin:hover i {
    background: #0077b5;
    color: white;
}

/* Partner Hero Section */
.partner-hero {
    background: linear-gradient(135deg, 
        rgba(204, 85, 0, 0.95) 0%, 
        rgba(103, 58, 183, 0.95) 100%),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    min-height: 95vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 180px;
    padding-bottom: 40px;
    margin-top: -40px;
}

.partner-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.02) 50%, transparent 70%),
        linear-gradient(-45deg, transparent 30%, rgba(255, 255, 255, 0.02) 50%, transparent 70%);
    opacity: 1;
}

.partner-hero .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.partner-hero .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.partner-hero .hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.partner-hero .hero-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

/* Dashboard-styled buttons */
.dashboard-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dashboard-button.primary {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-color: rgba(255, 255, 255, 0.4);
}

.dashboard-button.primary:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.dashboard-button.secondary {
    background: rgba(255, 215, 0, 0.2);
    color: white;
    border-color: rgba(255, 215, 0, 0.4);
}

.dashboard-button.secondary:hover {
    background: rgba(255, 215, 0, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 215, 0, 0.3);
}

.dashboard-button i {
    font-size: 1.1rem;
}

/* Partnership Illustration */
.partner-graphic {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-bottom: 60px;
}

/* Partner Dashboard Graphic */
.partner-dashboard {
    position: relative;
    width: 520px;
    height: 440px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* Main Chart Card */
.dashboard-card {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

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

.card-header h4 {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-header i {
    color: #FFD700;
}

.growth-indicator {
    background: linear-gradient(135deg, #00C851, #28a745);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 200, 81, 0.3);
}

/* Chart Container */
.chart-container {
    position: relative;
    height: 120px;
}

.chart-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-line {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
}

.revenue-chart {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 80px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 0 10px;
}

.chart-bar {
    width: 25px;
    background: linear-gradient(180deg, #FFD700, var(--primary-color));
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: all 0.3s ease;
    animation: barGrow 2s ease-out;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.chart-bar::before {
    content: attr(data-value);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.chart-bar:hover::before {
    opacity: 1;
}

.bar-1 { height: 20%; animation-delay: 0.2s; }
.bar-2 { height: 35%; animation-delay: 0.4s; }
.bar-3 { height: 55%; animation-delay: 0.6s; }
.bar-4 { height: 70%; animation-delay: 0.8s; }
.bar-5 { height: 85%; animation-delay: 1s; }
.bar-6 { height: 100%; animation-delay: 1.2s; }

.chart-labels {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.chart-labels span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
    width: 25px;
    text-align: center;
}

/* Metrics Cards */
.dashboard-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 15px;
}

.metric-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.metric-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.metric-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.metric-icon i {
    color: white;
    font-size: 1.1rem;
}

.metric-content {
    flex: 1;
}

.metric-value {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
}

.metric-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
    font-weight: 500;
}

/* Success Badge */
.success-badge {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #333;
    padding: 10px 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    animation: badgePulse 3s ease-in-out infinite;
    margin-bottom: 10px;
}

.success-badge i {
    color: #333;
}

/* Animations */
@keyframes barGrow {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes badgePulse {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    }
    50% { 
        transform: scale(1.02);
        box-shadow: 0 6px 25px rgba(255, 215, 0, 0.6);
    }
}

/* Problem Section */
.problem-section {
    padding: 6rem 0;
    background: #f8f9fa;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.problem-card {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid var(--primary-color);
}

.problem-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.problem-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.problem-icon i {
    font-size: 2rem;
    color: white;
}

.problem-card h3 {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-weight: 600;
}

.problem-card p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Solution Section */
.solution-section {
    padding: 6rem 0;
    background: white;
}

.solution-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.solution-text h2 {
    font-size: 2.5rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-weight: 700;
}

.solution-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 2.5rem;
}

.solution-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 1.5rem;
    color: white;
}

.feature-content h4 {
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.feature-content p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Smart Alternative Visual */
.solution-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.smart-alternative-demo {
    width: 100%;
    max-width: 500px;
}

/* Comparison Container */
.comparison-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
}

.solution-card {
    flex: 1;
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.traditional-das {
    border-top: 4px solid #dc3545;
}

.nirvana-solution {
    border-top: 4px solid var(--primary-color);
    position: relative;
}

.nirvana-solution::before {
    content: 'SMART CHOICE';
    position: absolute;
    top: -12px;
    right: 15px;
    background: var(--primary-color);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
}

.card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.card-header i {
    font-size: 1.5rem;
}

.traditional-das .card-header i {
    color: #dc3545;
}

.nirvana-solution .card-header i {
    color: var(--primary-color);
}

.card-header h4 {
    font-size: 1.1rem;
    color: var(--text-dark);
    margin: 0;
    font-weight: 600;
}

/* Cost Indicators */
.cost-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 0.9rem;
}

.cost-indicator.expensive {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.3);
}

.cost-indicator.affordable {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.3);
}

/* Benefits and Drawbacks */
.drawbacks, .benefits {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.drawback, .benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.8rem;
    padding: 5px;
}

.drawback {
    color: #6c757d;
}

.drawback i {
    color: #dc3545;
}

.benefit {
    color: var(--text-dark);
}

.benefit i {
    color: var(--primary-color);
}

/* VS Arrow */
.vs-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
}

.arrow-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: var(--primary-color);
    font-weight: 700;
}

.arrow-container i {
    font-size: 2rem;
    animation: arrowPulse 2s ease-in-out infinite;
}

.arrow-container span {
    font-size: 0.8rem;
    background: var(--primary-color);
    color: white;
    padding: 4px 8px;
    border-radius: 10px;
}

/* Smart Features */
.smart-features {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    flex-wrap: wrap;
}

.feature-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    flex: 1;
    min-width: 140px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(204, 85, 0, 0.3);
}

.feature-icon i {
    font-size: 1.5rem;
    color: white;
}

.feature-highlight span {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.3;
}

/* Animations */
@keyframes arrowPulse {
    0%, 100% { 
        transform: scale(1);
        opacity: 0.8;
    }
    50% { 
        transform: scale(1.1);
        opacity: 1;
    }
}

/* Tablet responsive */
@media (max-width: 1024px) and (min-width: 769px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        gap: 1.5rem;
    }
    
    .benefit-card:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }
    
    .benefit-card:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }
}

/* Why Partner Section */
.why-partner-section {
    padding: 6rem 0;
    background: #f8f9fa;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 2rem;
    margin-top: 3rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-card:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.benefit-card {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(204, 85, 0, 0.1);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary-color);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-icon i {
    font-size: 2rem;
    color: white;
}

/* Target Customers Section */
.target-customers-section {
    padding: 6rem 0;
    background: white;
}

.customers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.customer-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.customer-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.customer-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.customer-icon i {
    font-size: 1.5rem;
    color: white;
}

.customer-card h3 {
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.customer-card p {
    color: var(--text-light);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Comparison Section */
.comparison-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.comparison-container {
    max-width: 1000px;
    margin: 0 auto;
}

.comparison-table {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    font-weight: 600;
}

.header-cell {
    padding: 1.5rem;
    text-align: center;
    font-size: 1.1rem;
}

.feature-header {
    text-align: left;
    font-size: 1.2rem;
}

.agent-header,
.white-label-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.agent-header i,
.white-label-header i {
    font-size: 1.5rem;
}

.table-body {
    display: contents;
}

.table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid #e9ecef;
}

.table-row:last-child {
    border-bottom: none;
}

.table-row:nth-child(even) {
    background-color: #f8f9fa;
}

.cell {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.feature-cell {
    font-weight: 500;
    color: var(--text-dark);
}

.agent-cell,
.white-label-cell {
    justify-content: center;
    font-size: 1.2rem;
}

.agent-cell i.fa-check {
    color: var(--primary-color);
}

.white-label-cell i.fa-check {
    color: var(--secondary-color);
}

.agent-cell i.fa-minus,
.white-label-cell i.fa-minus {
    color: #ccc;
}

/* Partner CTAs */
.partner-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 3rem;
}

.partner-cta-card {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.agent-cta {
    border-top: 4px solid var(--primary-color);
}

.white-label-cta {
    border-top: 4px solid var(--secondary-color);
}

.partner-cta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.partner-cta-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.partner-cta-card p {
    color: var(--text-light);
    margin-bottom: 1.5rem;
    font-style: italic;
}

.partner-cta-card ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left;
}

.partner-cta-card li {
    padding: 0.5rem 0;
    color: var(--text-light);
    position: relative;
    padding-left: 1.5rem;
}

.partner-cta-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

/* Partner Type Buttons */
.partner-type-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    width: 100%;
}

.agent-button {
    background: linear-gradient(135deg, var(--primary-color), #e64a19);
}

.agent-button:hover {
    background: linear-gradient(135deg, #e64a19, var(--primary-color));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 85, 0, 0.4);
}

.white-label-button {
    background: linear-gradient(135deg, var(--secondary-color), #5e35b1);
}

.white-label-button:hover {
    background: linear-gradient(135deg, #5e35b1, var(--secondary-color));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(103, 58, 183, 0.4);
}

/* Shared Benefits Section */
.shared-benefits-section {
    padding: 6rem 0;
    background: white;
}

.shared-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.shared-benefit {
    text-align: center;
    padding: 2rem;
}

.shared-benefit .benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.shared-benefit .benefit-icon i {
    font-size: 2rem;
    color: white;
}

.shared-benefit h3 {
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-weight: 600;
}

.shared-benefit p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Final CTA Section */
.final-cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>') repeat;
    opacity: 0.15;
}

.final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.final-cta-content h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.final-cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 1;
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}

.final-cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.cta-button.large {
    padding: 1.2rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.cta-button.primary.large {
    background: white;
    color: var(--primary-color);
}

.cta-button.primary.large:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.cta-button.secondary.large {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-button.secondary.large:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.contact-info {
    opacity: 0.8;
    font-size: 1rem;
}

.contact-info a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .partner-hero {
        padding-top: 160px;
        padding-bottom: 30px;
        margin-top: -20px;
    }
    
    .partner-hero .hero-buttons {
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    
    .partner-hero .hero-title {
        font-size: 2.5rem;
    }
    
    .partner-hero .hero-subtitle {
        font-size: 1.1rem;
        padding: 1.2rem;
    }
    
    .solution-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .comparison-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .vs-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .solution-card {
        padding: 15px;
    }
    
    .card-header h4 {
        font-size: 1rem;
    }
    
    .cost-indicator {
        font-size: 0.8rem;
        padding: 8px 12px;
    }
    
    .drawback, .benefit {
        font-size: 0.75rem;
    }
    
    .smart-features {
        gap: 10px;
    }
    
    .feature-highlight {
        min-width: 100px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon i {
        font-size: 1.3rem;
    }
    
    .feature-highlight span {
        font-size: 0.8rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 1.5rem;
    }
    
    .benefit-card:nth-child(4) {
        grid-column: 1;
        grid-row: auto;
    }
    
    .partner-type-button {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .partner-dashboard {
        width: 340px;
        height: 400px;
        padding: 15px;
    }
    
    .dashboard-card {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .card-header h4 {
        font-size: 0.9rem;
    }
    
    .growth-indicator {
        font-size: 0.7rem;
        padding: 3px 8px;
    }
    
    .chart-container {
        height: 100px;
    }
    
    .revenue-chart {
        height: 60px;
    }
    
    .chart-bar {
        width: 20px;
    }
    
    .chart-labels span {
        font-size: 0.6rem;
        width: 20px;
    }
    
    .dashboard-metrics {
        gap: 8px;
        margin-bottom: 12px;
    }
    
    .metric-card {
        padding: 12px;
        gap: 10px;
    }
    
    .metric-icon {
        width: 35px;
        height: 35px;
    }
    
    .metric-value {
        font-size: 1rem;
    }
    
    .metric-label {
        font-size: 0.65rem;
    }
    
    .success-badge {
        font-size: 0.75rem;
        padding: 8px 12px;
    }
    
    .dashboard-button {
        padding: 12px 20px;
        font-size: 0.9rem;
    }
    
    .dashboard-button i {
        font-size: 1rem;
    }
    
    .comparison-table .table-header,
    .comparison-table .table-row {
        grid-template-columns: 2fr 0.8fr 0.8fr;
    }
    
    .header-cell,
    .cell {
        padding: 1rem;
        font-size: 0.9rem;
    }
    
    .partner-ctas {
        grid-template-columns: 1fr;
    }
    
    .final-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .final-cta-content h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .partner-hero .hero-title {
        font-size: 2rem;
    }
    
    .comparison-table .table-header,
    .comparison-table .table-row {
        grid-template-columns: 1.5fr 0.7fr 0.7fr;
    }
    
    .header-cell,
    .cell {
        padding: 0.8rem;
        font-size: 0.85rem;
    }
    
    .feature-header {
        font-size: 1rem;
    }
    
    .agent-header span,
    .white-label-header span {
        font-size: 0.9rem;
    }
}

/* Commission Estimator Modal Styles */
.commission-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.commission-modal-content {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease;
}

.commission-header {
    background: linear-gradient(135deg, var(--primary-color), #e67e22);
    color: white;
    padding: 24px 30px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.commission-header h2 {
    margin: 0;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

.close-modal {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-modal:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.commission-body {
    padding: 30px;
}

.estimator-intro {
    text-align: center;
    margin-bottom: 30px;
    color: var(--dark-gray);
}

.commission-calculator {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.calc-section {
    margin-bottom: 25px;
}

.calc-section label {
    display: block;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.calc-section select {
    width: 100%;
    max-width: 200px;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    background: white;
    color: var(--secondary-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.calc-section select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(204, 85, 0, 0.1);
}

.input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-group input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    max-width: 200px;
}

.input-group input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(204, 85, 0, 0.1);
}

.input-suffix {
    color: var(--dark-gray);
    font-weight: 500;
}

.pricing-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e1e5e9;
}

.pricing-info:last-child {
    border-bottom: none;
}

.price-label {
    font-weight: 500;
    color: var(--dark-gray);
}

.price-value {
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 1.1rem;
}

.calc-results {
    background: white;
    padding: 25px;
    border-radius: 8px;
    margin: 25px 0;
    border: 2px solid var(--primary-color);
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.result-section {
    padding: 0;
}

.result-section h4 {
    color: var(--secondary-color);
    margin: 0 0 15px 0;
    font-size: 1.2rem;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 8px;
}

.contract-totals {
    background: linear-gradient(135deg, rgba(103, 58, 183, 0.05), rgba(204, 85, 0, 0.05));
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(103, 58, 183, 0.2);
}

.total-contract {
    border-bottom: 1px solid #e1e5e9;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.result-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.total-value {
    border-bottom: 1px solid #e1e5e9;
    margin-bottom: 10px;
}

.commission-earned {
    background: linear-gradient(135deg, var(--primary-color), #e67e22);
    color: white;
    padding: 20px;
    border-radius: 6px;
    margin: 15px -10px 0 -10px;
}

.result-label {
    font-weight: 600;
    font-size: 1.1rem;
}

.result-value {
    font-weight: 700;
    font-size: 1.4rem;
}

.commission-earned .result-value {
    font-size: 1.6rem;
}

.calc-examples {
    margin-top: 25px;
}

.calc-examples h4 {
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.example-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.example-btn {
    background: var(--secondary-color);
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 140px;
}

.example-btn:hover {
    background: #5c2d91;
    transform: translateY(-2px);
}

.commission-footer {
    border-top: 1px solid #e1e5e9;
    padding-top: 20px;
}

.disclaimer {
    font-size: 0.85rem;
    color: var(--medium-gray);
    margin-bottom: 20px;
    font-style: italic;
}

.modal-actions {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.btn-secondary {
    background: #6c757d;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-secondary:hover {
    background: #5a6268;
}

.btn-primary {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary:hover {
    background: #b8451a;
    transform: translateY(-2px);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { 
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }
    to { 
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Commission Modal Mobile Responsive */
@media (max-width: 768px) {
    .commission-modal-content {
        width: 95%;
        margin: 20px 0;
    }
    
    .commission-header {
        padding: 20px;
    }
    
    .commission-header h2 {
        font-size: 1.3rem;
    }
    
    .commission-body {
        padding: 20px;
    }
    
    .commission-calculator {
        padding: 20px;
    }
    
    .example-buttons {
        flex-direction: column;
    }
    
    .example-btn {
        min-width: auto;
    }
    
    .modal-actions {
        flex-direction: column;
    }
    
    .input-group {
        flex-direction: column;
        align-items: stretch;
    }
    
    .input-group input {
        max-width: none;
        margin-bottom: 8px;
    }
    
    .calc-results {
        gap: 20px;
    }
    
    .contract-totals {
        padding: 15px;
    }
    
    .calc-section select {
        max-width: none;
    }
}

/* Calculator Button (used in hero and bottom sections) */
.calculator-hero {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
    color: white !important;
    border: 2px solid #28a745 !important;
    position: relative;
    overflow: hidden;
}

.calculator-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.calculator-hero:hover::before {
    left: 100%;
}

.calculator-hero:hover {
    background: linear-gradient(135deg, #218838, #1e7e34) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.4) !important;
}