:root {
--benefits-ford-blue: #003478;
--benefits-ford-light-blue: #64A7DC;
--benefits-ford-highlight: #FF6B00;
}
.benefits-wrapper {
width: 100%;
max-width: 1200px;
margin: 0 auto;
background-color: #ffffff;
}
.benefits-header {
background: linear-gradient(135deg, #f1f1f1 0%, #e1e1e1 100%);
padding: 20px;
text-align: center;
}

.benefits-logo {
width: 300px;
max-width: 100%;
height: auto;
}

.benefits-disclaimer {
    Color: #888888;
    Font-size: 12px;
}

.benefits-phone {
color: var(--benefits-ford-blue);
font-size: 24px;
padding: 10px 0;
font-weight: bold;
}
.benefits-main-title {
background: linear-gradient(135deg, var(--benefits-ford-blue) 0%, #0052CC 100%);
color: white;
padding: 20px;
text-align: center;
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
}
.benefits-content {
padding: 10px;
line-height: 1.6;
}
.benefits-comparison-header {
background: linear-gradient(135deg, var(--benefits-ford-blue), #64A7DC);
margin-bottom: 20px;
padding: 20px;
text-align: center;
}
.benefits-comparison-header h2 {
color: white;
font-size: 28px;
margin: 0;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.benefits-starburst {
background-color: var(--benefits-ford-highlight);
padding: 10px;
margin: 20px 0;
transform: rotate(-2deg);
text-align: center;
color: white;
font-size: 20px;
font-weight: bold;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.benefits-comparison-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
border-radius: 10px;
overflow: hidden;
margin: 20px 0;
}
.benefits-comparison-table th {
background: linear-gradient(90deg, #002255, var(--benefits-ford-blue));
color: white;
padding: 20px 15px;
font-size: 18px;
text-align: center;
border: 2px solid var(--benefits-ford-blue);
}
.benefits-services-header {
position: relative;
}
.benefits-services-header span {
background: var(--benefits-ford-highlight);
padding: 5px 10px;
border-radius: 5px;
display: inline-block;
transform: rotate(-5deg);
}
.benefits-best-value-header {
position: relative;
}
.benefits-best-value-badge {
position: absolute;
top: -33px;
left: 50%;
transform: translateX(-50%);
background: var(--benefits-ford-highlight);
color: white;
padding: 5px 15px;
border-radius: 20px;
font-size: 14px;
white-space: nowrap;
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.benefits-comparison-cell {
padding: 20px 15px;
border: 2px solid var(--benefits-ford-light-blue);
background: linear-gradient(45deg, #f0f5ff, #ffffff);
text-align: center;
}
.benefits-price-cell {
position: relative;
background: linear-gradient(45deg, #e6f3ff, #ffffff);
border: 2px solid var(--benefits-ford-light-blue);
padding: 20px 15px;
text-align: center;
}
.benefits-save-badge {
position: absolute;
top: -15px;
right: -15px;
background: var(--benefits-ford-highlight);
color: white;
padding: 3px 8px;
border-radius: 50%;
font-size: 12px;
transform: rotate(15deg);
}
.benefits-price {
font-size: 28px;
color: var(--benefits-ford-blue);
font-weight: bold;
text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.benefits-savings {
background: #4CAF50;
color: white;
padding: 3px 8px;
border-radius: 12px;
font-size: 12px;
margin-top: 5px;
display: inline-block;
}
.benefits-competitor-price {
color: #666;
text-decoration: line-through;
}
.benefits-price-difference {
font-size: 12px;
color: var(--benefits-ford-highlight);
margin-top: 5px;
}
.benefits-service-unavailable {
background: #eee;
padding: 5px;
border-radius: 5px;
color: #666;
font-style: italic;
}
.benefits-bottom-guarantee {
background-color: #4CAF50;
padding: 10px;
transform: rotate(2deg);
text-align: center;
color: white;
font-size: 20px;
font-weight: bold;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
margin: 20px 0;
}

.benefits-section {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
padding: 40px 20px;
}
.benefits-section h2 {
color: var(--benefits-ford-blue);
text-align: center;
font-size: 28px;
margin: 20px 0;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin: 0 auto;
}
.benefits-card {
background: white;
padding: 20px;
border-radius: 8px;
text-align: center;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.benefits-icon {
width: 50px;
height: 50px;
margin: 0 auto 15px;
background: var(--benefits-ford-blue);
border-radius: 50%;
font-size: 24px;
color: white;
line-height: 50px;
}
.benefits-title {
color: var(--benefits-ford-blue);
font-weight: bold;
margin-bottom: 10px;
font-size: 16px;
}
.benefits-corner-icon {
width: 69px;
height: 26px;
margin-top: 10px;
}
.benefits-coupon-section {
background: linear-gradient(135deg, #f1f1f1 0%, #e1e1e1 100%);
padding: 40px 20px;
}
.benefits-coupon-section h2 {
text-align: center;
color: var(--benefits-ford-blue);
font-size: 32px;
margin: 0 0 40px 0;
}
.benefits-coupon-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
max-width: 1160px;
margin: 0 auto;
}
.benefits-coupon {
background: white;
border: 2px dashed var(--benefits-ford-blue);
border-radius: 8px;
padding: 20px;
text-align: center;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.benefits-coupon-logo {
width: 200px;
height: auto;
margin-bottom: 15px;
}
.benefits-coupon-title {
font-size: 18px;
font-weight: bold;
color: var(--benefits-ford-blue);
margin-bottom: 10px;
text-transform: uppercase;
}
.benefits-service-icon {
width: auto;
height: 125px;
margin: 15px auto;
filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(0%) hue-rotate(251deg) brightness(94%) contrast(87%);
}
.benefits-coupon-amount {
color: var(--benefits-ford-blue);
font-size: 42px;
font-weight: bold;
margin: 10px 0;
}
.benefits-coupon-text {
font-size: 14px;
margin-bottom: 10px;
}
.benefits-coupon-expiry {
font-size: 14px;
color: #ff4444;
font-weight: bold;
}
.benefits-service-button {
background: linear-gradient(135deg, var(--benefits-ford-blue) 0%, #0052CC 100%);
color: white !important;
padding: 15px 30px;
font-size: 18px;
font-weight: bold;
text-decoration: none;
display: inline-block;
border-radius: 5px;
margin: 20px 0;
text-transform: uppercase;
transition: background 0.3s ease;
}
.benefits-service-button:hover {
background: linear-gradient(135deg, #0052CC 0%, var(--benefits-ford-blue) 100%);
color: white !important;
}
@media screen and (max-width: 1024px) {
.benefits-grid,
.benefits-coupon-grid {
grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
    .benefits-comparison-table {
        font-size: 14px;
    }
    
    .benefits-comparison-table th,
    .benefits-comparison-table td {
        padding: 10px;
    }

    .benefits-price {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
    .benefits-grid,
    .benefits-coupon-grid {
        grid-template-columns: 1fr;
    }
    
    .benefits-comparison-table {
        font-size: 12px;
    }

    .benefits-main-title {
        font-size: 24px;
    }

    .benefits-best-value-badge {
        display: none;
    }
}
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.05); }
100% { transform: scale(1); }
}