/* ========================================
   COMPETITIVE ADVANTAGES SECTION
   Isla Aguada vs Riviera Maya Comparison
   Premium Fintech Data-Driven Design
   ======================================== */

.competitive-advantages-section {
    padding: 8rem 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 50%, #FFFFFF 100%);
    position: relative;
}

/* Comparison Container */
.comparison-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    margin: 4rem 0;
    align-items: start;
}

/* Location Columns */
.location-column {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.location-column.winner {
    border: 3px solid #00C88C;
    position: relative;
}

.location-column.winner::before {
    content: '✨ SUPERIOR CHOICE ✨';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #00C88C 0%, #00D4AA 100%);
    color: #FFFFFF;
    padding: 8px 24px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 4px 16px rgba(0, 200, 140, 0.3);
}

.location-column.competitor {
    border: 2px solid #E5E7EB;
    opacity: 0.85;
}

.location-column:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
}

/* Location Headers */
.location-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #E5E7EB;
}

.location-badge {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 16px;
    margin-bottom: 1rem;
    font-family: 'Space Grotesk', sans-serif;
}

.winner-badge {
    background: linear-gradient(135deg, #00C88C 0%, #00D4AA 100%);
    color: #FFFFFF;
}

.competitor-badge {
    background: linear-gradient(135deg, #6B7280 0%, #9CA3AF 100%);
    color: #FFFFFF;
}

.winner-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #00C88C;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.competitor-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Advantages List */
.advantages-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.advantage-item.positive {
    background: rgba(0, 200, 140, 0.05);
    border: 1px solid rgba(0, 200, 140, 0.2);
}

.advantage-item.positive:hover {
    background: rgba(0, 200, 140, 0.1);
    border-color: #00C88C;
    transform: translateX(4px);
}

.advantage-item.negative {
    background: rgba(239, 68, 68, 0.05);
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.advantage-item.negative:hover {
    background: rgba(239, 68, 68, 0.08);
}

.advantage-icon {
    font-size: 2rem;
    line-height: 1;
    min-width: 40px;
}

.advantage-content h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0A0A0A;
    margin: 0 0 0.5rem 0;
    font-family: 'Space Grotesk', sans-serif;
}

.advantage-content p {
    font-size: 0.95rem;
    color: #6A6A6A;
    margin: 0 0 0.75rem 0;
    line-height: 1.5;
}

.data-point {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 6px;
    background: rgba(0, 200, 140, 0.1);
    color: #00C88C;
    font-family: 'Space Grotesk', sans-serif;
}

.data-point.warning {
    background: rgba(239, 68, 68, 0.1);
    color: #DC2626;
}

/* VS Divider */
.vs-divider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.vs-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #B8860B 0%, #D4A017 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 900;
    color: #FFFFFF;
    box-shadow: 0 8px 24px rgba(184, 134, 11, 0.3);
    font-family: 'Space Grotesk', sans-serif;
    z-index: 10;
}

.comparison-line {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% - 80px);
    background: linear-gradient(180deg, #B8860B 0%, transparent 100%);
}

/* Location Score */
.location-score {
    background: linear-gradient(135deg, #F8F9FA 0%, #FFFFFF 100%);
    padding: 2rem;
    border-radius: 16px;
    border: 2px solid #E5E7EB;
    text-align: center;
}

.score-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #6A6A6A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.score-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.score-number {
    font-size: 4rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1;
}

.positive-score .score-number {
    color: #00C88C;
}

.negative-score .score-number {
    color: #DC2626;
}

.score-max {
    font-size: 2rem;
    color: #9CA3AF;
    font-family: 'Space Grotesk', sans-serif;
}

.score-desc {
    font-size: 0.9rem;
    color: #6A6A6A;
}

/* Financial Impact Section */
.financial-impact-section {
    margin: 5rem 0;
    padding: 4rem 3rem;
    background: linear-gradient(135deg, #1E3A8A 0%, #1E40AF 100%);
    border-radius: 24px;
    border: 2px solid #B8860B;
}

.impact-title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 600;
    color: #FCD34D;
    margin-bottom: 3rem;
    font-family: 'Space Grotesk', sans-serif;
}

.impact-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.impact-card {
    background: rgba(255, 255, 255, 0.12);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    border: 1px solid rgba(252, 211, 77, 0.4);
    text-align: center;
    transition: all 0.3s ease;
}

.impact-card:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #FCD34D;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(252, 211, 77, 0.3);
}

.impact-card.highlight-card {
    background: rgba(239, 68, 68, 0.15);
    border: 2px solid #EF4444;
    position: relative;
}

.impact-card.highlight-card::before {
    content: '⚠️ CRITICAL DIFFERENCE';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #EF4444;
    color: #FFFFFF;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    white-space: nowrap;
}

.impact-card.highlight-card:hover {
    background: rgba(239, 68, 68, 0.25);
    border-color: #F87171;
    box-shadow: 0 8px 24px rgba(239, 68, 68, 0.4);
}

.impact-metric {
    margin-bottom: 1.5rem;
}

.metric-value {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    color: #FCD34D;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.metric-label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.metric-comparison {
    font-size: 0.9rem;
    color: #E5E7EB;
    line-height: 1.5;
    margin: 0;
}

/* Risk Mitigation Box */
.risk-mitigation-box {
    margin: 4rem 0;
    padding: 4rem 3rem;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFFFFF 100%);
    border-radius: 24px;
    border: 2px solid #00C88C;
}

.risk-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #E5E7EB;
}

.risk-icon {
    font-size: 3rem;
}

.risk-header h4 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #0A0A0A;
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
}

.risk-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 2.5rem;
}

.risk-column h5 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #00C88C;
    margin-bottom: 1.5rem;
    font-family: 'Space Grotesk', sans-serif;
}

.risk-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.risk-column ul li {
    padding: 10px 0;
    color: #4A4A4A;
    font-size: 0.95rem;
    line-height: 1.6;
    border-bottom: 1px solid #F4F4F4;
}

.risk-column ul li:last-child {
    border-bottom: none;
}

.risk-footer {
    padding: 2rem;
    background: rgba(0, 200, 140, 0.08);
    border-radius: 12px;
    border: 1px solid rgba(0, 200, 140, 0.2);
    font-size: 1rem;
    line-height: 1.7;
    color: #1A1A1A;
}

.risk-footer strong {
    color: #00C88C;
    font-weight: 700;
}

/* Data Sources */
.data-sources {
    margin-top: 4rem;
    padding: 2rem;
    background: rgba(184, 134, 11, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(184, 134, 11, 0.2);
    text-align: center;
}

.data-sources p {
    font-size: 0.85rem;
    color: #6A6A6A;
    margin: 0;
    line-height: 1.6;
}

.data-sources strong {
    color: #B8860B;
    font-weight: 700;
}

/* Shocking Stat Callout */
.shocking-stat-callout {
    margin-top: 4rem;
    padding: 4rem 3rem;
    background: linear-gradient(135deg, #DC2626 0%, #EF4444 100%);
    border-radius: 24px;
    box-shadow: 0 12px 48px rgba(220, 38, 38, 0.3);
    position: relative;
    overflow: hidden;
}

.shocking-stat-callout::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.callout-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.callout-header h3 {
    font-size: 2.75rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 1rem 0;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.02em;
}

.callout-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    line-height: 1.6;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.callout-subtitle strong {
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.shocking-stat-content {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    margin-bottom: 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.shocking-stat-content.winner-stat {
    background: linear-gradient(135deg, rgba(0, 200, 140, 0.15) 0%, rgba(0, 212, 170, 0.15) 100%);
    border: 3px solid #00C88C;
}

.shocking-stat-icon {
    font-size: 5rem;
    line-height: 1;
    min-width: 100px;
    text-align: center;
}

.shocking-stat-text h3 {
    font-size: 4rem;
    font-weight: 900;
    color: #0A0A0A;
    margin: 0 0 0.5rem 0;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1;
}

.winner-stat .shocking-stat-text h3 {
    color: #00C88C;
}

.shocking-stat-text p {
    font-size: 1.15rem;
    color: #4A4A4A;
    margin: 0 0 1rem 0;
    line-height: 1.6;
}

.coverage-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(220, 38, 38, 0.15);
    border: 2px solid #DC2626;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #DC2626;
    margin-top: 0.5rem;
}

.coverage-badge.winner {
    background: rgba(0, 200, 140, 0.15);
    border-color: #00C88C;
    color: #00C88C;
}

.shocking-stat-vs {
    text-align: center;
    margin: 2rem 0;
    position: relative;
}

.vs-text {
    display: inline-block;
    font-size: 2rem;
    font-weight: 900;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.3);
    padding: 12px 40px;
    border-radius: 50px;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.shocking-stat-footer {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    border: 3px solid #FFFFFF;
}

.shocking-stat-footer p {
    font-size: 1.25rem;
    color: #1A1A1A;
    margin: 0 0 2rem 0;
    line-height: 1.8;
    text-align: center;
}

.shocking-stat-footer strong {
    color: #DC2626;
    font-weight: 700;
}

.geographic-fact {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, #F59E0B 0%, #F97316 100%);
    border-radius: 12px;
    margin-top: 2rem;
}

.fact-icon {
    font-size: 3rem;
    line-height: 1;
}

.geographic-fact strong {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.5rem;
}

.geographic-fact {
    font-size: 1.1rem;
    color: #FFFFFF;
    line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .comparison-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .vs-divider {
        flex-direction: row;
        width: 100%;
        height: auto;
    }
    
    .vs-circle {
        width: 60px;
        height: 60px;
        font-size: 1.25rem;
    }
    
    .comparison-line {
        position: relative;
        top: 0;
        left: 60px;
        width: calc(100% - 60px);
        height: 2px;
        background: linear-gradient(90deg, #B8860B 0%, transparent 100%);
    }
    
    .impact-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .risk-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .competitive-advantages-section {
        padding: 4rem 0;
    }
    
    .location-column {
        padding: 2rem;
    }
    
    .location-column.winner::before {
        font-size: 0.65rem;
        padding: 6px 16px;
    }
    
    .location-badge {
        font-size: 1.2rem;
        padding: 10px 20px;
    }
    
    .advantage-item {
        padding: 1rem;
    }
    
    .advantage-content h4 {
        font-size: 1rem;
    }
    
    .score-number {
        font-size: 3rem;
    }
    
    .financial-impact-section {
        padding: 2.5rem 1.5rem;
    }
    
    .impact-title {
        font-size: 1.75rem;
    }
    
    .impact-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .metric-value {
        font-size: 2.5rem;
    }
    
    .risk-mitigation-box {
        padding: 2.5rem 1.5rem;
    }
    
    .risk-header {
        flex-direction: column;
        text-align: center;
    }
    
    .risk-header h4 {
        font-size: 1.75rem;
    }
    
    .shocking-stat-callout {
        padding: 2.5rem 1.5rem;
        margin-top: 3rem;
    }
    
    .callout-header h3 {
        font-size: 1.75rem;
    }
    
    .callout-subtitle {
        font-size: 1rem;
    }
    
    .shocking-stat-content {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
    }
    
    .shocking-stat-icon {
        font-size: 3.5rem;
        min-width: auto;
    }
    
    .shocking-stat-text h3 {
        font-size: 2.5rem;
    }
    
    .shocking-stat-text p {
        font-size: 1rem;
    }
    
    .coverage-badge {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
    
    .vs-text {
        font-size: 1.5rem;
        padding: 10px 30px;
        letter-spacing: 3px;
    }
    
    .shocking-stat-footer {
        padding: 2rem 1.5rem;
    }
    
    .shocking-stat-footer p {
        font-size: 1rem;
    }
    
    .geographic-fact {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    
    .fact-icon {
        font-size: 2.5rem;
    }
    
    .geographic-fact {
        font-size: 0.95rem;
    }
}

/* Highway & Market Section */
.highway-market-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FA 100%);
}

.highway-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin: 4rem 0;
}

.highway-benefit-card {
    background: #FFFFFF;
    padding: 3rem;
    border-radius: 20px;
    border: 2px solid #E5E7EB;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.highway-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.highway-benefit-card.primary-card {
    border: 3px solid #3B82F6;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, #FFFFFF 100%);
    grid-column: span 1;
}

.benefit-icon-large {
    font-size: 5rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.benefit-icon {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.highway-benefit-card h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0A0A0A;
    margin-bottom: 1.5rem;
    font-family: 'Space Grotesk', sans-serif;
    text-align: center;
}

.benefit-description {
    font-size: 1.05rem;
    color: #4A4A4A;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    text-align: center;
}

.benefit-description strong {
    color: #3B82F6;
    font-weight: 700;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.benefit-list li {
    padding: 10px 0 10px 32px;
    position: relative;
    color: #4A4A4A;
    font-size: 0.95rem;
    line-height: 1.6;
    border-bottom: 1px solid #F4F4F4;
}

.benefit-list li:last-child {
    border-bottom: none;
}

.benefit-list li::before {
    content: attr(data-icon);
    position: absolute;
    left: 0;
    font-size: 1.1rem;
}

.traffic-stats {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    margin: 2rem 0;
    padding: 2rem;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 12px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: #3B82F6;
    font-family: 'Space Grotesk', sans-serif;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: #6A6A6A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.comparison-list.negative-list {
    text-align: left;
}

.comparison-list.negative-list p {
    font-weight: 700;
    color: #DC2626;
    margin: 1rem 0 0.5rem 0;
}

.comparison-list.negative-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.comparison-list.negative-list ul li {
    padding: 8px 0 8px 28px;
    position: relative;
    color: #6A6A6A;
    font-size: 0.9rem;
}

.comparison-list.negative-list ul li::before {
    content: '⚠️';
    position: absolute;
    left: 0;
}

.population-breakdown {
    background: rgba(59, 130, 246, 0.05);
    padding: 2rem;
    border-radius: 12px;
    margin: 1.5rem 0;
}

.city-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(59, 130, 246, 0.1);
    color: #4A4A4A;
    font-size: 0.95rem;
}

.city-item:last-child {
    border-bottom: none;
}

.city-item strong {
    color: #3B82F6;
    font-weight: 700;
}

.market-note {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}

.market-note strong {
    color: #FFFFFF;
    font-weight: 900;
}

/* Responsive */
@media (max-width: 1024px) {
    .highway-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .highway-benefit-card.primary-card {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .highway-market-section {
        padding: 4rem 0;
    }
    
    .highway-benefit-card {
        padding: 2rem;
    }
    
    .benefit-icon-large {
        font-size: 3.5rem;
    }
    
    .highway-benefit-card h3 {
        font-size: 1.4rem;
    }
    
    .benefit-description {
        font-size: 0.95rem;
    }
    
    .traffic-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.25rem;
    }
    
    .population-breakdown {
        padding: 1.5rem;
    }
}

