* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #2d2d2d;
    background: #ffffff;
}

.header {
    background: #ffffff;
    border-bottom: 2px solid #f0f0f0;
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(185, 38, 43, 0.05);
}

.header-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.logo img {
    height: 50px;
    width: auto;
}

.logo-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #B9262B;
    letter-spacing: -0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-info a {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 600;
    padding: 0.8rem 1.8rem;
    border-radius: 12px;
    background: #eff6ff;
    border: 2px solid #3b82f6;
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.contact-info a:hover {
    background: #3b82f6;
    color: white;
}

.hero {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.5) 100%),
        url('https://images.unsplash.com/photo-1494522855154-9297ac14b55f?q=80&w=2070&auto=format&fit=crop') center/cover;
    color: white;
    padding: 8rem 40px 6rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><circle cx="200" cy="200" r="150" fill="rgba(255,255,255,0.05)"/></svg>') no-repeat;
    background-size: 80%;
    opacity: 0.3;
}

.hero-content {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -2px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    opacity: 0.98;
    font-weight: 300;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.section {
    padding: 6rem 40px;
    background: #ffffff;
}

.section-alt {
    background: #fafafa;
}

.section-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #B9262B;
}

.intro-text {
    max-width: 900px;
    margin: 0 auto 4rem;
    font-size: 1.2rem;
    line-height: 2;
    color: #4a4a4a;
    font-weight: 300;
}

.intro-text strong {
    color: #B9262B;
    font-weight: 600;
}

.form-section {
    background: #ffffff;
    padding: 3.5rem;
    border-radius: 24px;
    max-width: 650px;
    margin: 0 auto;
    border: 2px solid #f0f0f0;
    box-shadow: 0 10px 40px rgba(185, 38, 43, 0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input {
    width: 100%;
    padding: 1.2rem 1.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s;
    background: #fafafa;
    color: #2d2d2d;
}

.form-group input::placeholder {
    color: #999;
}

.form-group input:focus {
    outline: none;
    border-color: #B9262B;
    background: #ffffff;
}

.btn {
    background: linear-gradient(135deg, #B9262B 0%, #8B1F22 100%);
    color: white;
    padding: 1.3rem 3rem;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
    letter-spacing: 0.5px;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(185, 38, 43, 0.3);
}

.call-now {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1rem;
    color: #666;
}

.call-now a {
    color: #B9262B;
    font-weight: 600;
    text-decoration: none;
}

.situations-grid {
    max-width: 800px;
    margin: 3rem auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem 3rem;
}

.situation-tag {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
    font-size: 1.1rem;
    color: #2d2d2d;
    padding: 0.5rem 0;
}

.situation-tag::before {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.steps-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    flex-wrap: nowrap;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    padding: 2rem 0;
}

.step-card {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    padding: 3rem 5rem 3rem 4rem;
    text-align: center;
    position: relative;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50%, calc(100% - 50px) 100%, 0 100%, 50px 50%);
    transition: all 0.3s;
    margin-left: -35px;
}

.step-card:first-child {
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50%, calc(100% - 50px) 100%, 0 100%);
    margin-left: 0;
    padding-left: 3rem;
}

.step-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px rgba(59, 130, 246, 0.4);
    z-index: 10;
}

.step-card::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: white;
    color: #2563eb;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.step-card h3 {
    color: white;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.step-card p {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
}

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

.benefit-card {
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 20px;
    border: 2px solid #f0f0f0;
    transition: all 0.3s;
}

.benefit-card:hover {
    transform: translateY(-5px);
    border-color: #B9262B;
    box-shadow: 0 10px 30px rgba(185, 38, 43, 0.15);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: white;
    border: 3px solid #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    color: #3b82f6;
    transition: all 0.3s;
}

.benefit-card:hover .benefit-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%);
    color: white;
    transform: scale(1.1);
}

.benefit-card h3 {
    color: #B9262B;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.3rem;
}

.benefit-card p {
    color: #666;
    line-height: 1.8;
}

.faq-item {
    background: #ffffff;
    padding: 0;
    margin-bottom: 1rem;
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    overflow: hidden;
    transition: all 0.3s;
}

.faq-item:hover {
    border-color: #3b82f6;
    box-shadow: 0 5px 20px rgba(59, 130, 246, 0.1);
}

.faq-question {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    padding: 1.5rem 2rem;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.faq-question::before {
    content: 'Q';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: white;
    color: #3b82f6;
    border-radius: 50%;
    font-weight: 800;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.faq-answer {
    padding: 2rem;
    color: #666;
    line-height: 1.8;
    background: white;
}

.cta-section {
    background:
        linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 100%),
        url('https://images.unsplash.com/photo-1560520653-9e0e4c89eb11?q=80&w=2073&auto=format&fit=crop') center/cover;
    padding: 6rem 40px;
    text-align: center;
    position: relative;
}

.cta-section h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.cta-section p {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    opacity: 0.98;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.cta-btn {
    padding: 1.3rem 3rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.cta-btn-primary {
    background: #ffffff;
    color: #B9262B;
    border: 2px solid #ffffff;
}

.cta-btn-primary:hover {
    background: transparent;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
}

.footer {
    background: #fafafa;
    color: #666;
    padding: 3rem 40px;
    text-align: center;
    border-top: 2px solid #f0f0f0;
}

.footer p {
    margin-bottom: 0.5rem;
}

.footer-brand {
    font-size: 1.2rem;
    font-weight: 700;
    color: #B9262B;
    margin-bottom: 1rem;
}

.map-wrapper {
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    box-shadow: 0 10px 40px rgba(185, 38, 43, 0.12);
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.2rem;
        letter-spacing: -1px;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .hero {
        padding: 5rem 20px 4rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .section {
        padding: 4rem 20px;
    }

    .header-content, .container {
        padding: 0 20px;
    }

    .logo img {
        height: 40px;
    }

    .logo-text {
        font-size: 1.2rem;
    }

    .contact-info a {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }

    .form-section {
        padding: 2rem 1.5rem;
    }

    .cta-section {
        padding: 4rem 20px;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .cta-section p {
        font-size: 1.1rem;
    }

    .cta-btn {
        width: 100%;
        text-align: center;
    }

    .steps-grid {
        flex-direction: column;
        align-items: stretch;
        overflow-x: visible;
        padding: 1rem 0;
    }

    .step-card,
    .step-card:first-child {
        clip-path: none;
        border-radius: 16px;
        margin-left: 0;
        margin-bottom: 1rem;
        min-width: unset;
        width: 100%;
        padding: 2.5rem;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .situations-grid {
        grid-template-columns: 1fr;
    }

    .faq-question {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.8rem;
    }

    .logo-text {
        display: none;
    }

    .logo img {
        height: 36px;
    }

    .contact-info a {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }
}
