
    .modern-report-hero {
        background: linear-gradient(135deg, #667eea 0%, #A16400 100%);
        position: relative;
        overflow: hidden;
        padding: 100px 0;
        color: white;
    }
    .modern-report-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('https://scampointer.com/assets/img/logo/badge.png') no-repeat center center;
        background-size: 500px auto;
        opacity: 0.05;
        z-index: 1;
    }
    .modern-report-hero::after {
        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=\"grain\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><circle cx=\"25\" cy=\"25\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"/><circle cx=\"75\" cy=\"75\" r=\"1\" fill=\"rgba(255,255,255,0.1)\"/><circle cx=\"50\" cy=\"10\" r=\"0.5\" fill=\"rgba(255,255,255,0.1)\"/><circle cx=\"10\" cy=\"60\" r=\"0.5\" fill=\"rgba(255,255,255,0.1)\"/><circle cx=\"90\" cy=\"40\" r=\"0.5\" fill=\"rgba(255,255,255,0.1)\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23grain)\"/></svg>');
        opacity: 0.3;
        z-index: 2;
    }
    .modern-report-hero .container {
        position: relative;
        z-index: 3;
    }
    .modern-report-hero .hero-content {
        text-align: center;
        color: #fff;
        max-width: 700px;
        margin: 0 auto;
    }
    .modern-report-hero .hero-badge {
        display: inline-block;
        background: rgba(255, 255, 255, 0.2);
        color: white;
        padding: 8px 20px;
        border-radius: 25px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 20px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .modern-report-hero .hero-title {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .modern-report-hero .hero-subtitle {
        font-size: 20px;
        opacity: 0.9;
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.6;
    }
    .report-card {
        background: white;
        border-radius: 20px;
        padding: 50px 40px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(102, 126, 234, 0.1);
        position: relative;
        overflow: hidden;
        margin-bottom: 40px;
        max-width: 900px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .report-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: linear-gradient(90deg, #667eea 0%, #A16400 50%, #A16400 100%);
    }
    .report-header {
        text-align: center;
        margin-bottom: 40px;
    }
    .report-icon {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, #667eea 0%, #A16400 100%);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    }
    .report-icon i {
        font-size: 35px;
        color: white;
    }
    .report-title {
        font-size: 32px;
        font-weight: 700;
        color: #1a202c;
        margin-bottom: 15px;
    }
    .report-desc {
        font-size: 18px;
        color: #4a5568;
        margin-bottom: 0;
    }
    .report-success, .report-error {
        text-align: center;
        font-size: 1.1rem;
        margin-bottom: 18px;
        font-weight: 600;
    }
    .report-success { color: #10b981; }
    .report-error { color: #e53e3e; }
    @media (max-width: 900px) {
        .report-card {
            padding: 32px 16px 20px 16px;
        }
    }
    @media (max-width: 768px) {
        .modern-report-hero .hero-title {
            font-size: 36px;
        }
        .modern-report-hero .hero-subtitle {
            font-size: 18px;
        }
        .report-card {
            padding: 40px 20px;
        }
        .report-title {
            font-size: 28px;
        }
    }





.modern-contact-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0 60px 0;
    position: relative;
    overflow: hidden;
}
.modern-contact-hero .container {
    position: relative;
    z-index: 2;
}
.modern-contact-hero .hero-content {
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}
.modern-contact-hero .hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 30px;
    padding: 10px 28px;
    margin-bottom: 18px;
    box-shadow: 0 4px 15px rgba(102,126,234,0.12);
    letter-spacing: 1px;
}
.modern-contact-hero .hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 18px;
    line-height: 1.15;
    color: #fff;
}
.modern-contact-hero .hero-subtitle {
    font-size: 1.25rem;
    color: #e0e7ff;
    margin-bottom: 0;
    font-weight: 400;
}
@media (max-width: 600px) {
    .modern-contact-hero {
        padding: 50px 0 30px 0;
    }
    .modern-contact-hero .hero-title {
        font-size: 2rem;
    }
    .modern-contact-hero .hero-badge {
        font-size: 0.95rem;
        padding: 8px 18px;
    }
}
.modern-contact-section {
    min-height: 100vh;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0 40px 0;
    position: relative;
    overflow: hidden;
}
.modern-contact-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="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(102,126,234,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.5;
}
.contact-card {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(18px);
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(102,126,234,0.10);
    border: 1px solid rgba(102,126,234,0.10);
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 60px 36px 60px;
    position: relative;
    z-index: 2;
}
.contact-header {
    text-align: center;
    margin-bottom: 36px;
}
.contact-header .contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
    box-shadow: 0 8px 24px rgba(102,126,234,0.18);
}
.contact-header .contact-icon i {
    color: #fff;
    font-size: 32px;
}
.contact-header .contact-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
}
.contact-header .contact-desc {
    color: #4a5568;
    font-size: 1rem;
    margin-bottom: 0;
}
.modern-contact-form .form-group {
    margin-bottom: 22px;
}
.modern-contact-form .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 7px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.modern-contact-form .form-control, .modern-contact-form .form-textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    font-size: 16px;
    background: rgba(255,255,255,0.85);
    transition: all 0.3s;
    box-shadow: none;
    resize: none;
}
.modern-contact-form .form-control:focus, .modern-contact-form .form-textarea:focus {
    border-color: #667eea;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(102,126,234,0.08);
}
.modern-contact-form .form-textarea {
    min-height: 120px;
}
.modern-contact-form .captcha-img {
    display: block;
    margin-bottom: 18px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(102,126,234,0.08);
}
.modern-contact-form .captcha-error {
    color: #e53e3e;
    font-size: 14px;
    margin-top: 5px;
}
.modern-contact-form .submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    padding: 15px 0;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 24px rgba(102,126,234,0.18);
    transition: all 0.3s;
    margin-top: 10px;
    cursor: pointer;
}
.modern-contact-form .submit-btn:disabled {
    background: #c3c8e6;
    color: #fff;
    cursor: not-allowed;
    opacity: 0.7;
}
.modern-contact-form .submit-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(102,126,234,0.22);
}
.contact-success, .contact-error {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 18px;
    font-weight: 600;
}
.contact-success { color: #10b981; }
.contact-error { color: #e53e3e; }
@media (max-width: 600px) {
    .contact-card {
        padding: 28px 8px 18px 8px;
    }
    .contact-header .contact-title {
        font-size: 1.3rem;
    }
}
@media (max-width: 900px) {
    .contact-card {
        padding: 32px 16px 20px 16px;
    }
}

/* Modern Site Inspection Page Styles */
.modern-inspection-hero {
background: linear-gradient(135deg, #667eea 0%, #A16400 100%);
position: relative;
overflow: hidden;
padding: 100px 0;
color: white;
}

.modern-inspection-hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('https://scampointer.com/assets/img/logo/badge.png') no-repeat center center;
background-size: 500px auto;
opacity: 0.05;
z-index: 1;
}

.modern-inspection-hero::after {
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="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
opacity: 0.3;
z-index: 2;
}

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

.hero-badge {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
color: white;
padding: 8px 20px;
border-radius: 25px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 20px;
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-title {
font-size: 48px;
font-weight: 700;
margin-bottom: 20px;
line-height: 1.2;
}

.hero-subtitle {
font-size: 20px;
opacity: 0.9;
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
}

.modern-inspection-section {
padding: 80px 0;
background: #f8fafc;
position: relative;
}

.inspection-card {
background: white;
border-radius: 20px;
padding: 50px 40px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(102, 126, 234, 0.1);
position: relative;
overflow: hidden;
margin-bottom: 40px;
}

.inspection-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, #667eea 0%, #A16400 50%, #A16400 100%);
}

.inspection-header {
text-align: center;
margin-bottom: 40px;
}

.inspection-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, #667eea 0%, #A16400 100%);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 25px;
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.inspection-icon i {
font-size: 35px;
color: white;
}

.inspection-title {
font-size: 32px;
font-weight: 700;
color: #1a202c;
margin-bottom: 15px;
}

.inspection-subtitle {
font-size: 18px;
color: #4a5568;
margin-bottom: 0;
}

.inspection-description {
font-size: 16px;
color: #4a5568;
line-height: 1.7;
margin-bottom: 30px;
}

.inspection-button {
background: linear-gradient(135deg, #667eea 0%, #A16400 100%);
color: white;
border: none;
padding: 15px 40px;
border-radius: 15px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
text-transform: uppercase;
letter-spacing: 1px;
text-decoration: none;
display: inline-block;
}

.inspection-button:hover {
transform: translateY(-2px);
box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
color: white;
text-decoration: none;
}

.how-it-works-section {
padding: 80px 0;
background: white;
}

.section-header-modern {
text-align: center;
margin-bottom: 60px;
}

.section-badge {
display: inline-block;
background: linear-gradient(135deg, #667eea 0%, #A16400 100%);
color: white;
padding: 8px 20px;
border-radius: 25px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 20px;
box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.section-title-modern {
font-size: 42px;
font-weight: 700;
color: #1a202c;
margin-bottom: 20px;
}

.section-description-modern {
font-size: 18px;
color: #4a5568;
line-height: 1.6;
max-width: 600px;
margin: 0 auto;
}

.step-card {
background: white;
border-radius: 20px;
padding: 40px 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(102, 126, 234, 0.1);
transition: all 0.3s ease;
height: 100%;
position: relative;
overflow: hidden;
}

.step-card:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
}

.step-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #667eea 0%, #A16400 100%);
}

.step-number {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #667eea 0%, #A16400 100%);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 25px;
box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.step-number span {
font-size: 24px;
font-weight: 700;
color: white;
}

.step-title {
font-size: 22px;
font-weight: 700;
color: #1a202c;
margin-bottom: 15px;
}

.step-description {
font-size: 16px;
color: #4a5568;
line-height: 1.6;
margin-bottom: 0;
}

@media (max-width: 768px) {
.hero-title {
    font-size: 36px;
}

.hero-subtitle {
    font-size: 18px;
}

.inspection-card {
    padding: 40px 30px;
}

.inspection-title {
    font-size: 28px;
}

.section-title-modern {
    font-size: 32px;
}

.step-card {
    padding: 30px 25px;
    margin-bottom: 30px;
}
}

.profile-btn {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    padding: 8px 28px !important;
    box-shadow: 0 4px 18px rgba(102,126,234,0.12) !important;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s !important;
    display: inline-block !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 1rem !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    margin-right: 10px !important;
}
.profile-btn:hover, .profile-btn:focus {
    background: linear-gradient(90deg, #764ba2 0%, #667eea 100%) !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(102,126,234,0.18) !important;
    text-decoration: none !important;
}

.report-btn-red {
    background: linear-gradient(90deg, #e53e3e 0%, #ff6a00 100%) !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 999px !important;
    padding: 8px 28px !important;
    box-shadow: 0 4px 18px rgba(229,62,62,0.12) !important;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s !important;
    display: inline-block !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 1rem !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    margin-right: 10px !important;
    white-space: nowrap;
}
.report-btn-red:hover, .report-btn-red:focus {
    background: linear-gradient(90deg, #ff6a00 0%, #e53e3e 100%) !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(229,62,62,0.18) !important;
    text-decoration: none !important;
}



/* Modern Testimonial Card Styles (Enhanced for Two-Column Layout) */
.modern-testimonial-card {
    background: rgba(255,255,255,0.92);
    border-radius: 28px;
    box-shadow: 0 8px 32px rgba(102,126,234,0.13);
    border: 1px solid rgba(102,126,234,0.13);
    padding: 0;
    overflow: hidden;
    margin-bottom: 32px;
    transition: box-shadow 0.2s, transform 0.2s;
}
.modern-testimonial-card:hover {
    box-shadow: 0 16px 48px rgba(102,126,234,0.20);
    transform: translateY(-4px) scale(1.02);
}
.modern-testimonial-card .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    --bs-gutter-x: 0;
}
.modern-testimonial-card .col-md-4,
.modern-testimonial-card .col-md-8 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modern-testimonial-card .col-md-4 {
    background: linear-gradient(135deg, #667eea 0%, #A16400 100%);
    color: #fff;
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    min-height: 100%;
    text-align: center;
    align-items: center;
    padding: 36px 24px 28px 24px;
    flex-basis: 38%;
    max-width: 38%;
}
.modern-testimonial-card .col-md-8 {
    background: rgba(255,255,255,0.98);
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 36px 32px 28px 32px;
    min-height: 100%;
    flex-basis: 62%;
    max-width: 62%;
}
.modern-testimonial-card .testimonial-author-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 16px rgba(102,126,234,0.18);
    margin-bottom: 12px;
}
.modern-testimonial-card .testimonial-author-name {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.modern-testimonial-card .testimonial-author-title {
    color: #e0e7ff;
    font-size: 1rem;
    margin-bottom: 8px;
}
.modern-testimonial-card .d-flex.justify-content-center.mb-2 {
    margin-bottom: 10px !important;
}
.modern-testimonial-card .fa-star {
    color: #ffd700 !important;
    font-size: 1.3rem;
    margin-right: 2px;
}
.modern-testimonial-card .testimonial-feedback {
    font-size: 1.15rem;
    color: #4a5568;
    margin: 0 0 18px 0;
    font-style: italic;
    line-height: 1.7;
}
.modern-testimonial-card .border.p-3 {
    background: #f8fafc;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    margin-bottom: 0;
}
.modern-testimonial-card .fw-bold {
    color: #1a202c;
}
.modern-testimonial-card .fs-6 {
    font-size: 1rem !important;
}
.modern-testimonial-card .bg-success, .modern-testimonial-card .bg-danger, .modern-testimonial-card .bg-info {
    font-size: 0.98rem;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 10px;
    margin-bottom: 0;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(102,126,234,0.08);
}
.modern-testimonial-card .shadow-sm {
    box-shadow: 0 2px 8px rgba(102,126,234,0.10) !important;
}
@media (max-width: 900px) {
    .modern-testimonial-card .col-md-8, .modern-testimonial-card .col-md-4 {
        flex-basis: 100%;
        max-width: 100%;
        padding: 18px 8px 12px 8px;
    }
}
@media (max-width: 600px) {
    .modern-testimonial-card {
        border-radius: 18px;
    }
    .modern-testimonial-card .col-md-4, .modern-testimonial-card .col-md-8 {
        border-radius: 0 !important;
        padding: 18px 8px 12px 8px;
        min-height: unset;
    }
    .modern-testimonial-card .testimonial-author-img {
        width: 56px;
        height: 56px;
    }
    .modern-testimonial-card .testimonial-author-name {
        font-size: 1rem;
    }
}

/* Modern CTA Section Styles */
.cta-wrapper {
    background: linear-gradient(135deg, #667eea 0%, #A16400 100%);
    border-radius: 32px;
    box-shadow: 0 8px 32px rgba(102,126,234,0.13);
    padding: 64px 48px 48px 48px;
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    min-height: 340px;
}
.cta-wrapper::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="cta-grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.08)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.08)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.08)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.08)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-grain)"/></svg>');
    opacity: 0.25;
    z-index: 1;
}
.cta-wrapper > .row {
    position: relative;
    z-index: 2;
}
.section-title-light {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
}
.cta-wrapper p {
    color: #f3f4f6;
    font-size: 1.15rem;
    margin-bottom: 32px;
}
.cta-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #A16400 !important;
    font-weight: 700;
    border-radius: 999px;
    padding: 14px 36px;
    font-size: 1.1rem;
    box-shadow: 0 4px 18px rgba(229,62,62,0.10);
    transition: background 0.2s, box-shadow 0.2s, color 0.2s;
    border: none;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.cta-btn-link:hover, .cta-btn-link:focus {
    background: #A16400;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(229,62,62,0.18);
    text-decoration: none;
}
.cta-people {
    max-width: 340px;
    right: 0;
    bottom: 0;
    z-index: 2;
}
@media (max-width: 900px) {
    .cta-wrapper {
        padding: 32px 12px 24px 12px;
        min-height: 220px;
    }
    .section-title-light {
        font-size: 1.5rem;
    }
    .cta-people {
        max-width: 180px;
    }
}
@media (max-width: 600px) {
    .cta-wrapper {
        border-radius: 18px;
        padding: 18px 8px 12px 8px;
    }
    .section-title-light {
        font-size: 1.1rem;
    }
}


/* Modern CTA Area (Mission) Section Styles */
.cta-area-bg {
    background: linear-gradient(135deg, #667eea 0%, #A16400 100%);
    border-radius: 32px;
    box-shadow: 0 8px 32px rgba(102,126,234,0.13);
    padding: 64px 48px 48px 48px;
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    min-height: 340px;
}
.cta-area-bg::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=\"cta-grain2\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><circle cx=\"25\" cy=\"25\" r=\"1\" fill=\"rgba(255,255,255,0.08)\"/><circle cx=\"75\" cy=\"75\" r=\"1\" fill=\"rgba(255,255,255,0.08)\"/><circle cx=\"50\" cy=\"10\" r=\"0.5\" fill=\"rgba(255,255,255,0.08)\"/><circle cx=\"10\" cy=\"60\" r=\"0.5\" fill=\"rgba(255,255,255,0.08)\"/><circle cx=\"90\" cy=\"40\" r=\"0.5\" fill=\"rgba(255,255,255,0.08)\"/></pattern></defs><rect width=\"100\" height=\"100\" fill=\"url(%23cta-grain2)\"/></svg>');
    opacity: 0.18;
    z-index: 1;
}
.cta-area-bg > .row {
    position: relative;
    z-index: 2;
}
.cta-content {
    color: #fff;
    padding-right: 24px;
}
.cta-subtitle {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.85;
}
.section-title-light {
    color: #fff;
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
}
.section-desc-light {
    color: #f3f4f6;
    font-size: 1.15rem;
    margin-bottom: 32px;
}
.cta-btn-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #A16400 !important;
    font-weight: 700;
    border-radius: 999px;
    padding: 14px 36px;
    font-size: 1.1rem;
    box-shadow: 0 4px 18px rgba(229,62,62,0.10);
    transition: background 0.2s, box-shadow 0.2s, color 0.2s;
    border: none;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.cta-btn-link:hover, .cta-btn-link:focus {
    background: #A16400;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(229,62,62,0.18);
    text-decoration: none;
}
.cta-counter {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    flex-wrap: wrap;
}
.cta-counter-item {
    background: rgba(255,255,255,0.13);
    border-radius: 18px;
    padding: 18px 32px;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 2px 8px rgba(102,126,234,0.08);
}
.cta-counter-title {
    color: #fff;
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 4px;
}
.cta-counter-desc {
    color: #f3f4f6;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
}
.cta-img {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(102,126,234,0.13);
    background: rgba(255,255,255,0.10);
    padding: 12px;
}
.cta-img img {
    border-radius: 18px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 900px) {
    .cta-area-bg {
        padding: 32px 12px 24px 12px;
        min-height: 220px;
    }
    .section-title-light {
        font-size: 1.3rem;
    }
    .cta-counter {
        gap: 12px;
    }
    .cta-img {
        padding: 4px;
    }
}
@media (max-width: 600px) {
    .cta-area-bg {
        border-radius: 18px;
        padding: 18px 8px 12px 8px;
    }
    .section-title-light {
        font-size: 1.05rem;
    }
    .cta-counter-item {
        padding: 10px 12px;
        min-width: 80px;
    }
}


/* Truly Beautiful Modern Tips & Support Card Styles */
.tips-card-modern {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%), rgba(255,255,255,0.92);
    border-radius: 2.5rem;
    box-shadow: 0 16px 48px rgba(102,126,234,0.18), 0 2px 8px rgba(161,100,0,0.08), 0 0 0 8px rgba(161,100,0,0.03) inset;
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
    /* Inner glow */
}
.tips-card-modern::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(102,126,234,0.07)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>'), linear-gradient(120deg, rgba(161,100,0,0.08) 0%, rgba(102,126,234,0.10) 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 0.7;
}
.tips-card-modern .floating-icon-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(102,126,234,0.10);
    z-index: 11;
    border: 2px solid rgba(102,126,234,0.13);
    font-size: 1.5rem;
    color: #A16400;
    transition: background 0.2s, box-shadow 0.2s;
}
.tips-card-modern:hover .floating-icon-badge {
    background: rgba(255,255,255,0.35);
    color: #764ba2;
    box-shadow: 0 4px 18px rgba(102,126,234,0.18);
}
.tips-card-modern .tips-card-img-wrap {
    position: relative;
    border-radius: 2.5rem 2.5rem 0 0;
    overflow: hidden;
    height: 220px;
    background: #f8fafc;
    box-shadow: 0 2px 12px rgba(102,126,234,0.10);
    z-index: 2;
}
.tips-card-img-wrap img.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.5rem 2.5rem 0 0 !important;
    transition: transform 0.3s cubic-bezier(.25,.8,.25,1);
    z-index: 2;
    position: relative;
}
.tips-card-img-wrap::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0; height: 45%;
    background: linear-gradient(0deg, rgba(161,100,0,0.18) 0%, rgba(255,255,255,0) 100%);
    border-radius: 0 0 2.5rem 2.5rem;
    z-index: 3;
    pointer-events: none;
}
.tips-card-modern:hover .tips-card-img-wrap img.card-img-top {
    transform: scale(1.08);
    filter: brightness(1.04) saturate(1.1);
}
.tips-card-modern .shimmer {
    position: absolute;
    top: 0; left: 0; right: 0; height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.32) 50%, rgba(255,255,255,0.12) 100%);
    opacity: 0;
    z-index: 20;
    pointer-events: none;
    transition: opacity 0.3s;
    border-radius: 2.5rem;
    animation: shimmer-move 2.2s infinite linear;
}
.tips-card-modern:hover .shimmer {
    opacity: 1;
}
@keyframes shimmer-move {
    0% { background-position: -200px 0; }
    100% { background-position: 200px 0; }
}
.tips-card-modern .floating-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: linear-gradient(90deg, #667eea 0%, #A16400 100%);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 1.5rem;
    box-shadow: 0 2px 8px rgba(102,126,234,0.10);
    z-index: 10;
    letter-spacing: 0.5px;
    opacity: 0.95;
}
.tips-card-modern .card-body {
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    background: rgba(255,255,255,0.98);
    border-radius: 0 0 2.5rem 2.5rem;
    position: relative;
    z-index: 2;
}
.tips-card-modern .card-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 0.5rem;
    letter-spacing: 0.2px;
}
.tips-card-modern .fst-italic {
    color: #764ba2;
    font-size: 0.98rem;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 600;
}
.tips-card-modern .card-text {
    color: #4a5568;
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
    line-height: 1.7;
}
.tips-card-modern .btn {
    border-radius: 1.5rem;
    font-weight: 700;
    font-size: 1.08rem;
    padding: 0.85rem 1.7rem;
    box-shadow: 0 2px 8px rgba(102,126,234,0.10);
    background: linear-gradient(90deg, #667eea 0%, #A16400 100%) !important;
    color: #fff !important;
    border: none;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s, transform 0.2s, box-shadow 0.3s;
    outline: none;
    filter: drop-shadow(0 0 4px #A1640055);
}
.tips-card-modern .btn:hover, .tips-card-modern .btn:focus {
    background: linear-gradient(90deg, #A16400 0%, #667eea 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px #A1640033, 0 4px 12px rgba(102,126,234,0.12);
    transform: scale(1.04);
    filter: drop-shadow(0 0 8px #A1640088);
}
@media (max-width: 600px) {
    .tips-card-modern {
        border-radius: 1.2rem;
    }
    .tips-card-modern .card-img-top,
    .tips-card-img-wrap {
        border-radius: 1.2rem 1.2rem 0 0 !important;
        height: 140px;
    }
    .tips-card-img-wrap img.card-img-top {
        border-radius: 1.2rem 1.2rem 0 0 !important;
    }
    .tips-card-img-wrap::after {
        border-radius: 0 0 1.2rem 1.2rem;
    }
    .tips-card-modern .floating-badge {
        top: 10px;
        left: 10px;
        font-size: 0.85rem;
        padding: 5px 12px;
    }
    .tips-card-modern .floating-icon-badge {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
}


@media (max-width: 576px) {
  .trust-score-badge {
    font-size: 0.5rem !important;
    padding: 0.25rem 0.5rem !important;
  }
  .website-info-card h6,
  .website-info-card p {
    font-size: 0.85rem !important;
  }
}
