* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #f5f7fa;
    color: #16202a;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1140px, 92%);
    margin: 0 auto;
}

.topbar {
    padding: 18px 0;
    background: rgba(255, 255, 255, 0.96);
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(22, 32, 42, 0.08);
    backdrop-filter: blur(10px);
}

.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.topbar-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.logo img {
    height: 44px;
}

.hero {
    padding: 82px 0;
    background:
        radial-gradient(circle at top left, rgba(18, 183, 106, 0.08), transparent 28%),
        radial-gradient(circle at top right, rgba(22, 32, 42, 0.04), transparent 25%),
        linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 42px;
    align-items: center;
}

.badge {
    display: inline-block;
    background: #eafaf2;
    color: #0c7a45;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(18, 183, 106, 0.18);
    font-weight: 700;
}

.hero-content h1 {
    font-size: 52px;
    line-height: 1.05;
    margin-bottom: 18px;
    max-width: 760px;
    color: #0f1720;
}

.hero-content p {
    font-size: 18px;
    color: #4e5d6c;
    margin-bottom: 24px;
    max-width: 650px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #5f6f7e;
    font-size: 14px;
    margin-bottom: 24px;
}

.hero-features span {
    padding: 8px 12px;
    border: 1px solid rgba(22, 32, 42, 0.10);
    border-radius: 999px;
    background: #fff;
}

.trust-inline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 20px;
}

.trust-item {
    background: #ffffff;
    border: 1px solid rgba(22, 32, 42, 0.08);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 32, 0.05);
}

.trust-item strong {
    display: block;
    font-size: 17px;
    margin-bottom: 4px;
    color: #13202c;
}

.trust-item span {
    color: #667788;
    font-size: 14px;
}

.form-card {
    background: #ffffff;
    border: 1px solid rgba(22, 32, 42, 0.08);
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 18px 50px rgba(15, 23, 32, 0.10);
}

.form-card h2 {
    font-size: 30px;
    margin-bottom: 8px;
    color: #12202b;
}

.form-card p {
    color: #5d6c79;
    margin-bottom: 20px;
}

.form-alert {
    background: #fff1f1;
    border: 1px solid #f0c7c7;
    color: #a33b3b;
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 16px;
    font-size: 14px;
}

.lead-form {
    display: grid;
    gap: 12px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid #d8e0e7;
    background: #ffffff;
    color: #16202a;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    border-color: rgba(18, 183, 106, 0.7);
    box-shadow: 0 0 0 4px rgba(18, 183, 106, 0.10);
}

.lead-form textarea {
    min-height: 110px;
    resize: vertical;
}

.lead-form small {
    color: #657381;
}

.honeypot-wrap {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 22px;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: #12b76a;
    color: #fff;
    box-shadow: 0 10px 24px rgba(18, 183, 106, 0.24);
}

.btn-primary:hover {
    background: #10a861;
}

.btn-secondary {
    background: #16202a;
    color: #fff;
    border: 1px solid #16202a;
}

.btn-secondary:hover {
    background: #0f1720;
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
}

.btn-full {
    width: 100%;
}

.section {
    padding: 78px 0;
}

.section-light {
    background: #edf2f7;
}

.section-dark {
    background: #16202a;
    color: #ffffff;
}

.section-header {
    max-width: 780px;
    margin-bottom: 36px;
}

.section-header.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-header h2 {
    font-size: 38px;
    margin-bottom: 10px;
    color: #12202b;
}

.section-dark .section-header h2,
.section-dark h2,
.section-dark p {
    color: #ffffff;
}

.section-header p {
    color: #5e6d7b;
}

.cards-3,
.benefits-grid,
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.benefits-grid {
    grid-template-columns: repeat(2, 1fr);
}

.card,
.benefit-item,
.step-card {
    background: #ffffff;
    border: 1px solid rgba(22, 32, 42, 0.08);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(15, 23, 32, 0.05);
}

.card h3,
.benefit-item h3,
.step-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #13202c;
}

.card p,
.benefit-item p,
.step-card p {
    color: #5f6f7e;
}

.step-number {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: rgba(18, 183, 106, 0.12);
    color: #0c8b4f;
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 14px;
}

.faq-section {
    background: #ffffff;
}

.faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid rgba(22, 32, 42, 0.08);
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 32, 0.04);
}

.faq-item summary {
    font-weight: 700;
    cursor: pointer;
    list-style: none;
    color: #14202b;
}

.faq-item p {
    color: #607080;
    padding-top: 12px;
}

.cta-block {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    background: #16202a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 34px;
}

.cta-block h2 {
    font-size: 34px;
    margin-bottom: 8px;
    color: #ffffff;
}

.cta-block p {
    color: #d3dde6;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.footer {
    padding: 32px 0;
    border-top: 1px solid rgba(22, 32, 42, 0.08);
    background: #ffffff;
    text-align: center;
    color: #607080;
}

.whatsapp-floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #25D366;
    color: #fff;
    padding: 14px 18px;
    border-radius: 999px;
    font-weight: 700;
    z-index: 90;
    box-shadow: 0 10px 30px rgba(15, 23, 32, 0.18);
}

.thankyou-section {
    min-height: 72vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
}

.thankyou-box {
    max-width: 760px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(22, 32, 42, 0.08);
    border-radius: 24px;
    padding: 48px 36px;
    box-shadow: 0 18px 50px rgba(15, 23, 32, 0.08);
}

.thankyou-box h1 {
    font-size: 46px;
    margin-bottom: 16px;
    color: #13202c;
}

.thankyou-box p {
    color: #607080;
    margin-bottom: 10px;
}

.thankyou-actions {
    justify-content: center;
    margin-top: 26px;
}

@media (max-width: 980px) {
    .hero-grid,
    .cards-3,
    .benefits-grid,
    .steps-grid,
    .trust-inline,
    .cta-block {
        grid-template-columns: 1fr;
        display: grid;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .section-header h2,
    .cta-block h2,
    .thankyou-box h1 {
        font-size: 32px;
    }

    .topbar-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar-actions {
        width: 100%;
    }
}