section {
    padding: 10px 0 10px 0;
    overflow: hidden;
}
.testimonial-icon {
    font-size: 3rem;
    color: #667eea;
    margin-bottom: 1rem;
}
.case-result {
    margin-top: 1rem;
}
.case-result .badge {
    margin-right: 0.5rem;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
}
.step-card {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}
.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.step-number {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 3rem;
    font-weight: 700;
    color: rgba(102, 126, 234, 0.1);
    line-height: 1;
}
.step-icon {
    font-size: 2.5rem;
    color: #667eea;
    margin-bottom: 1rem;
}
.step-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #333;
}
.step-description {
    color: #666;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}
.step-details {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.step-details li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}
.step-details li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
    top: 2px;
}
.features-row {
    margin-left: -1rem;
    margin-right: -1rem;
}
.features-row > [class*="col-"] {
    padding-left: 1rem;
    padding-right: 1rem;
}
.step-card {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}
.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.guarantee-card {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    margin-bottom: 2rem;
}
.guarantee-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.guarantee-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #fff;
    font-size: 2rem;
}
.guarantee-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}
.guarantee-description {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    line-height: 1.6;
}
.guarantee-features {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: left;
}
.guarantee-features li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}
.guarantee-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    top: 2px;
}
.contact-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 4rem 0;
    color: #fff;
    text-align: center;
}
.contact-banner h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}
.contact-banner p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}
.contact-banner .phone-number {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 1rem 3rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: all 0.3s ease;
}
.contact-banner .phone-number:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}
.info-card {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}
.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.info-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}
.info-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}
.law-card {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}
.law-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.law-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}
.law-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}
.law-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.law-card ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}
.law-card ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    top: 2px;
}
.subject-des .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #37517e;
}

.subject-des .content ul {
    list-style: none;
    padding: 0;
}

.subject-des .content ul li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 15px;
}

.subject-des .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #47b2e4;
    line-height: 1;
}

.subject-des .content p {
    margin-bottom: 15px;
}

.subject-des .content p:last-child {
    margin-bottom: 0;
}

.subject-des .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
}

.subject-des .icon-box::before {
    content: '';
    position: absolute;
    background: rgba(47, 85, 212, 0.03);
    right: -60px;
    bottom: -60px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: 2;
}

.subject-des .icon-box:hover::before {
    background: rgba(47, 85, 212, 0.1);
    right: -30px;
    bottom: -30px;
    width: 150px;
    height: 150px;
}

.subject-des .icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.subject-des .icon-box i {

    line-height: 1;
    color: #37517e;
    font-size: 48px;
    float: left;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}

.subject-des .icon-box h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
    color: #37517e;
    margin-left: 60px;
}

.subject-des .icon-box p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    color: #5e6c84;
    margin-left: 60px;
}

.subject-des .icon-box:hover i {
    color: #47b2e4;
}

.subject-des .icon-box:hover h4 {
    color: #47b2e4;
}
.service-section {
    padding: 30px 0;
    background: #fff;
}

.service-section .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.service-section .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #37517e;
    margin-bottom: 15px;
}

.service-section .section-title p {
    font-size: 16px;
    color: #5e6c84;
    max-width: 700px;
    margin: 0 auto;
}

.service-section .service-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e8ecef;
}

.service-section .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #47b2e4;
}

.service-section .service-card .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #47b2e4 0%, #37517e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.service-section .service-card:hover .icon {
    transform: scale(1.1);
}

.service-section .service-card .icon i {
    font-size: 32px;
    color: #fff;
}

.service-section .service-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #37517e;
    margin-bottom: 15px;
    text-align: center;
}

.service-section .service-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #5e6c84;
    text-align: center;
    margin-bottom: 0;
}
.defense-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.defense-section .defense-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border-left: 4px solid #47b2e4;
}

.defense-section .defense-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #37517e;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.defense-section .defense-card h3 i {
    margin-right: 15px;
    color: #47b2e4;
    font-size: 28px;
}

.defense-section .defense-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.defense-section .defense-card ul li {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 15px;
    color: #5e6c84;
    border-bottom: 1px solid #f0f0f0;
}

.defense-section .defense-card ul li:last-child {
    border-bottom: none;
}

.defense-section .defense-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #47b2e4;
    border-radius: 50%;
}

.solution-section {
    padding: 40px 0;
    background: #fff;
}

.solution-section .step-card {
    background: #fff;
    border-radius: 10px;
    padding: 35px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.solution-section .step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #47b2e4 0%, #37517e 100%);
}

.solution-section .step-card .step-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #47b2e4 0%, #37517e 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.solution-section .step-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #37517e;
    margin-bottom: 15px;
}

.solution-section .step-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #5e6c84;
    margin-bottom: 0;
}

.solution-section .step-card ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.solution-section .step-card ul li {
    padding: 8px 0 8px 25px;
    position: relative;
    font-size: 14px;
    color: #5e6c84;
}

.solution-section .step-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #47b2e4;
    font-weight: 700;
}
.infringement-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.infringement-section .infringement-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border-left: 4px solid #47b2e4;
}

.infringement-section .infringement-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #37517e;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.infringement-section .infringement-card h3 i {
    margin-right: 15px;
    color: #47b2e4;
    font-size: 28px;
}

.infringement-section .infringement-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.infringement-section .infringement-card ul li {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 15px;
    color: #5e6c84;
    border-bottom: 1px solid #f0f0f0;
}

.infringement-section .infringement-card ul li:last-child {
    border-bottom: none;
}

.infringement-section .infringement-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #47b2e4;
    border-radius: 50%;
}

.process-section {
    padding: 40px 0;
    background: #fff;
}

.process-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.process-section .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    color: #37517e;
    margin-bottom: 15px;
}

.process-section .section-title p {
    font-size: 16px;
    color: #5e6c84;
    max-width: 700px;
    margin: 0 auto;
}

.process-section .process-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e8ecef;
    position: relative;
}

.process-section .process-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #47b2e4 0%, #37517e 100%);
}

.process-section .process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #47b2e4;
}

.process-section .process-card .step-number {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #47b2e4 0%, #37517e 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.process-section .process-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #37517e;
    margin-bottom: 15px;
}

.process-section .process-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #5e6c84;
    margin-bottom: 15px;
}

.process-section .process-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.process-section .process-card ul li {
    padding: 8px 0 8px 25px;
    position: relative;
    font-size: 14px;
    color: #5e6c84;
}

.process-section .process-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #47b2e4;
    font-weight: 700;
}

.compensation-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.compensation-section .compensation-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border-left: 4px solid #47b2e4;
}

.compensation-section .compensation-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #37517e;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.compensation-section .compensation-card h3 i {
    margin-right: 15px;
    color: #47b2e4;
    font-size: 28px;
}

.compensation-section .compensation-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compensation-section .compensation-card ul li {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 15px;
    color: #5e6c84;
    border-bottom: 1px solid #f0f0f0;
}

.compensation-section .compensation-card ul li:last-child {
    border-bottom: none;
}

.compensation-section .compensation-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #47b2e4;
    border-radius: 50%;
}

.timeline-section {
    padding: 40px 0;
    background: #fff;
}

.timeline-section .timeline-item {
    position: relative;
    padding-left: 50px;
    margin-bottom: 40px;
}

.timeline-section .timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #47b2e4;
}

.timeline-section .timeline-item::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 14px;
    height: 14px;
    background: #47b2e4;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #47b2e4;
}

.timeline-section .timeline-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #37517e;
    margin-bottom: 10px;
}

.timeline-section .timeline-item p {
    font-size: 15px;
    line-height: 1.8;
    color: #5e6c84;
    margin-bottom: 0;
}

.evidence-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.evidence-section .evidence-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border-left: 4px solid #47b2e4;
}

.evidence-section .evidence-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #37517e;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.evidence-section .evidence-card h3 i {
    margin-right: 15px;
    color: #47b2e4;
    font-size: 28px;
}

.evidence-section .evidence-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.evidence-section .evidence-card ul li {
    padding: 12px 0 12px 35px;
    position: relative;
    font-size: 15px;
    color: #5e6c84;
    border-bottom: 1px solid #f0f0f0;
}

.evidence-section .evidence-card ul li:last-child {
    border-bottom: none;
}

.evidence-section .evidence-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #47b2e4;
    border-radius: 50%;
}
