﻿
.icon-social {
    color: #0d6efd; /* Azul Bootstrap */
    font-size: 28px;
    margin: 0 15px;
    transition: 0.3s;
}

.icon-social:hover {
    color: #1ea2bc;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.social-icons a {
    color: #1ea2bc !important;
    text-decoration: none;
    font-size: 22px;
    margin-left: 10px;
}

    .social-icons a:hover {
        color: #1ea2bc !important;
    }

html {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #1a1a1a;
    background: #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}




/* HERO */
.hero {
    padding: 80px 40px 64px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #e6f6f9;
    color: #1ea2bc;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 99px;
    margin-bottom: 24px;
}

    .hero-badge svg {
        width: 14px;
        height: 14px;
    }

.hero h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.18;
    color: #1a1a1a;
    letter-spacing: -1px;
    margin-bottom: 18px;
}

    .hero h1 em {
        color: #1ea2bc;
        font-style: normal;
    }

.hero p {
    font-size: 16px;
    color: #555;
    max-width: 540px;
    margin: 0 auto 36px;
    line-height: 1.75;
}

.hero-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: #1ea2bc;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 26px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background 0.15s;
}

    .btn-primary:hover {
        background: #158fa7;
    }

.btn-secondary {
    background: #fff;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 26px;
    border-radius: 8px;
    border: 1px solid #ddd;
    cursor: pointer;
    transition: border-color 0.15s;
}

    .btn-secondary:hover {
        border-color: #aaa;
    }

.platforms {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 44px;
    flex-wrap: wrap;
}

.platform-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 99px;
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot-wa {
    background: #25D366;
}

.dot-tg {
    background: #2AABEE;
}

/* SECTIONS */
.section {
    padding: 64px 40px;
    border-bottom: 1px solid #e8e8e8;
}

    .section.alt {
        background: #f0fafc;
    }

.section-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #1ea2bc;
    font-weight: 600;
    margin-bottom: 10px;
}

.section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.section .subtitle {
    font-size: 15px;
    color: #666;
    max-width: 540px;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* FEATURES */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

.feature-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px;
    transition: box-shadow 0.15s;
}

    .feature-card:hover {
        box-shadow: 0 4px 16px rgba(30,162,188,0.08);
    }

    .feature-card .icon {
        width: 40px;
        height: 40px;
        background: #e6f6f9;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
    }

        .feature-card .icon svg {
            width: 20px;
            height: 20px;
            stroke: #1ea2bc;
            fill: none;
            stroke-width: 1.5;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

    .feature-card h3 {
        font-size: 14px;
        font-weight: 600;
        color: #1a1a1a;
        margin-bottom: 6px;
    }

    .feature-card p {
        font-size: 13px;
        color: #666;
        line-height: 1.6;
    }

/* USE CASES */
.use-cases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
}

.use-case {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}

.uc-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #e6f6f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .uc-icon svg {
        width: 18px;
        height: 18px;
        stroke: #1ea2bc;
        fill: none;
        stroke-width: 1.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.use-case h4 {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.use-case p {
    font-size: 12px;
    color: #777;
    line-height: 1.55;
}

/* PLANS */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.plan-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}

    .plan-card.active {
        border: 2px solid #1ea2bc;
        box-shadow: 0 4px 20px rgba(30,162,188,0.1);
    }

        .plan-card.active .plan-btn-outline {
            background: #1ea2bc;
            color: #fff;
            border-color: #1ea2bc;
        }

.plan-tag {
    font-size: 11px;
    font-weight: 600;
    background: #e6f6f9;
    color: #1ea2bc;
    padding: 4px 12px;
    border-radius: 99px;
    display: inline-block;
    margin-bottom: 14px;
}

.plan-name {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.plan-desc {
    font-size: 13px;
    color: #666;
    line-height: 1.55;
    margin-bottom: 20px;
}

.plan-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
    flex: 1;
}

    .plan-features li {
        font-size: 13px;
        color: #444;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .plan-features li svg {
            width: 15px;
            height: 15px;
            stroke: #1ea2bc;
            fill: none;
            stroke-width: 2.5;
            stroke-linecap: round;
            stroke-linejoin: round;
            flex-shrink: 0;
        }

.plan-btn {
    width: 100%;
    padding: 11px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s;
}

.plan-btn-outline {
    background: #fff;
    color: #1a1a1a;
    border: 1px solid #ddd;
}

    .plan-btn-outline:hover {
        border-color: #1ea2bc;
        color: #1ea2bc;
    }

.plan-btn-fill {
    background: #1ea2bc;
    color: #fff;
    border: none;
}

    .plan-btn-fill:hover {
        background: #158fa7;
    }

/* PROCESS */
.process {
    max-width: 680px;
}

.step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 22px 0;
    border-bottom: 1px solid #e8e8e8;
}

    .step:last-child {
        border-bottom: none;
    }

.step-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e6f6f9;
    color: #1ea2bc;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.step-content p {
    font-size: 13px;
    color: #666;
    line-height: 1.65;
}

/* CONTACT */
.contact-section {
    padding: 72px 40px;
    text-align: center;
}

    .contact-section h2 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -0.5px;
        color: #1a1a1a;
        margin-bottom: 10px;
    }

    .contact-section > p {
        font-size: 15px;
        color: #666;
        margin-bottom: 36px;
    }

.contact-form {
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        width: 100%;
        padding: 11px 14px;
        border-radius: 8px;
        border: 1px solid #ddd;
        background: #fff;
        font-size: 14px;
        color: #1a1a1a;
        font-family: 'Inter', sans-serif;
        outline: none;
        transition: border-color 0.15s;
    }

        .contact-form input:focus,
        .contact-form select:focus,
        .contact-form textarea:focus {
            border-color: #1ea2bc;
        }

    .contact-form textarea {
        height: 100px;
        resize: none;
    }

    .contact-form button {
        background: #1ea2bc;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 12px;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        transition: background 0.15s;
    }

        .contact-form button:hover {
            background: #158fa7;
        }

.contact-phone {
    margin-top: 20px;
    font-size: 13px;
    color: #888;
}

/* FOOTER */
footer {
    padding: 24px 40px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

    footer p {
        font-size: 12px;
        color: #999;
    }

.footer-links {
    display: flex;
    gap: 18px;
}

    .footer-links a {
        font-size: 12px;
        color: #999;
        transition: color 0.15s;
    }

        .footer-links a:hover {
            color: #1ea2bc;
        }

/* RESPONSIVE */
@media (max-width: 640px) {
    nav {
        padding: 12px 20px;
    }

    .nav-links {
        display: none;
    }

    .hero {
        padding: 56px 20px 48px;
    }

        .hero h1 {
            font-size: 28px;
        }

    .section {
        padding: 48px 20px;
    }

    .contact-section {
        padding: 56px 20px;
    }

    footer {
        padding: 20px;
    }
}

