﻿:root {
    --brand: #fb7305;
    --brand-dark: #e06505;
    --brand-light: #ff9d42;
    --brand-2: #ff9d42;
    --dark: #0f1216;
    --text: #23262b;
    --muted: #6b7280;
    --light: #f6f7fb;
    --white: #ffffff;
    --success: #16a34a;
    --soft: #f6f7fb;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    color: var(--text);
}

.section-padding {
    padding: 35px 0;
}

.section-title {
    font-weight: 800;
}

    .section-title .brand {
        color: var(--brand);
    }

.btn-ghost {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

    .btn-ghost:hover {
        background: rgba(255, 255, 255, 0.22);
        color: #fff;
    }

.navbar.scrolled {
    background: rgba(15, 18, 22, 0.92) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand span {
    letter-spacing: 0.3px;
}

.hero {
    position: relative;
    min-height: 100vh;
    padding-top: 84px;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat;
}

    .hero .hero-badges span {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: rgba(0, 0, 0, 0.38);
        border: 1px solid rgba(255, 255, 255, 0.22);
        padding: 0.45rem 0.8rem;
        border-radius: 999px;
        font-size: 0.9rem;
    }

.rounded-4 {
    border-radius: 1rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .feature-list li {
        display: flex;
        align-items: center;
        margin: 0.55rem 0;
        color: #111;
    }

    .feature-list i {
        color: var(--brand);
        margin-right: 0.6rem;
    }

#faq {
    position: relative;
}

.faq-image-box img {
    border-radius: 20px;
    transition: transform 0.4s, box-shadow 0.4s;
}

    .faq-image-box img:hover {
        transform: scale(1.03);
        box-shadow: 0 18px 42px rgba(17, 24, 39, 0.18);
    }

.faq-item {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 14px;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
    overflow: hidden;
    transition: 0.3s;
}

    .faq-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 28px rgba(17, 24, 39, 0.1);
    }

.accordion-button {
    font-weight: 600;
    color: var(--dark);
    background: linear-gradient(90deg, #fff 0, #fafafa 100%);
    padding: 1.2rem 1.4rem;
}

    .accordion-button:not(.collapsed) {
        color: var(--brand);
        background: linear-gradient(90deg, rgba(251, 115, 5, 0.08) 0, rgba(255, 157, 66, 0.08) 100%);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
    }

    .accordion-button::after {
        filter: invert(48%) sepia(90%) saturate(500%) hue-rotate(350deg);
    }

.accordion-body {
    padding: 1.2rem 1.4rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--muted);
}

.soft-divider {
    border: 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.06);
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(17, 24, 39, 0.06);
    transition: 0.3s ease;
}

    .benefit-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
    }

.benefit-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    border-radius: 14px;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(251, 115, 5, 0.25);
    transition: 0.3s ease;
}

.benefit-box:hover .benefit-icon {
    transform: scale(1.1) rotate(-3deg);
}

.bg-light {
    background: #f9fafb !important;
}

.step-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
    transition: 0.25s;
}

    .step-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 36px rgba(17, 24, 39, 0.12);
    }

.step-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 14px;
}

.benefit-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: left;
    box-shadow: 0 6px 22px rgba(17, 24, 39, 0.06);
    transition: 0.3s;
}

.benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    font-size: 1.4rem;
    transition: 0.3s;
}

.bg-soft-testimonios {
    background: linear-gradient(180deg, #f6f7fb 0%, #ffffff 100%);
}

.testimonial {
    max-width: 720px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 22px;
    padding: 40px 32px;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.08);
    backdrop-filter: blur(6px);
    position: relative;
    text-align: center;
    transition: 0.3s ease;
}

    .testimonial:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 36px rgba(17, 24, 39, 0.14);
    }

    .testimonial .quote {
        font-size: 1.15rem;
        font-style: italic;
        color: var(--dark);
        line-height: 1.7;
        position: relative;
        padding-left: 24px;
        padding-right: 24px;
    }

        .testimonial .quote::before {
            content: "“";
            font-size: 5rem;
            color: var(--brand);
            position: absolute;
            left: 10px;
            top: -24px;
            opacity: 0.1;
            z-index: 0;
        }

    .testimonial .author {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-top: 24px;
    }

        .testimonial .author img {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            object-fit: cover;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }

        .testimonial .author h6 {
            font-weight: 700;
            margin: 0;
            color: var(--dark);
        }

        .testimonial .author small {
            color: var(--muted);
            font-size: 0.85rem;
        }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: var(--brand);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(1.2) saturate(1.2);
}

.price-card {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 22px;
    padding: 32px 28px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    position: relative;
}

    .price-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 32px rgba(17, 24, 39, 0.1);
    }

.price-header {
    margin-bottom: 20px;
}

.price-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark);
}

.price-card .price-tag {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 5px 0 0;
    color: var(--text);
}

    .price-card .price-tag small {
        font-size: 0.9rem;
        font-weight: 400;
        color: var(--muted);
    }

.price-card.vip h3,
.text-brand {
    color: var(--brand);
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

    .price-card ul li {
        margin: 0.55rem 0;
        font-size: 0.95rem;
        color: var(--text);
        display: flex;
        align-items: center;
    }

        .price-card ul li i {
            color: #16a34a;
            margin-right: 0.5rem;
            font-size: 1rem;
        }

.price-card .btn {
    border-radius: 14px;
    padding: 0.8rem 1.5rem;
    font-weight: 600;
}

.price-card.vip {
    border: 2px solid var(--brand);
    box-shadow: 0 14px 32px rgba(251, 115, 5, 0.18);
}

.btn-brand {
    background: var(--brand);
    color: #fff;
    border: none;
}

    .btn-brand:hover {
        background: var(--brand-2);
        color: #fff;
    }

.bg-impacto {
    background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}

.impact-panel {
    border: 1px solid rgba(251, 115, 5, 0.1);
    border-radius: 20px;
    padding: 36px 28px;
    background: linear-gradient(180deg, #fff 0%, #fcfcfc 100%);
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.05);
    text-align: center;
    transition: 0.3s;
}

    .impact-panel h3 {
        font-size: 2rem;
    }

    .impact-panel img {
        max-height: 40px;
        object-fit: contain;
        opacity: 0.8;
        transition: opacity 0.3s;
    }

        .impact-panel img:hover {
            opacity: 1;
        }

.trust-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 26px;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.08);
    text-align: center;
    transition: 0.35s;
    position: relative;
    overflow: hidden;
}

    .trust-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 100%;
        background: linear-gradient(90deg, var(--brand), var(--brand-2));
    }

.trust-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    font-size: 1.6rem;
    box-shadow: 0 6px 18px rgba(251, 115, 5, 0.25);
    transition: transform 0.3s;
}

.about-list i {
    color: var(--brand);
    margin-right: 0.6rem;
    font-size: 1rem;
    transition: transform 0.3s;
}

.about-list li:hover i {
    transform: scale(1.2);
}

.about-cta {
    margin-top: 1.8rem;
}

.about-image {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.4s, box-shadow 0.4s;
}

    .about-image:hover {
        transform: scale(1.03);
        box-shadow: 0 16px 42px rgba(17, 24, 39, 0.15);
    }



body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    color: var(--text);
    overflow-x: hidden;
}

.navbar {
    transition: all 0.3s ease;
    padding: 1rem 0;
}

.nav-blur {
    background: transparent;
    backdrop-filter: saturate(140%) blur(6px);
}

.navbar.scrolled {
    background: rgba(15, 18, 22, 0.92) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.6rem 0;
}

.navbar-brand {
    font-weight: 700;
}

    .navbar-brand span {
        color: var(--brand);
    }

.nav-link {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85) !important;
    transition: all 0.3s ease;
}

    .nav-link:hover {
        color: var(--brand) !important;
    }

.btn-primary {
    background: var(--brand);
    border-color: var(--brand);
}

    .btn-primary:hover {
        background: #e06505;
        border-color: #e06505;
    }

.hero {
    position: relative;
    min-height: 100vh;
    padding-top: 84px;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("https://images.unsplash.com/photo-1488646953014-85cb44e25828?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat;
    display: flex;
    align-items: center;
}

    .hero .display-4 {
        font-weight: 800;
        color: white;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    }

    .hero .lead {
        color: rgba(255, 255, 255, 0.9);
        font-size: 1.25rem;
    }

.hero-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 0, 0, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0.5rem;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(60rem 20rem at 50% 0%, rgba(251, 115, 5, 0.15), transparent 60%);
}

.section-padding {
    padding: 5rem 0;
}

.section-title {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
    text-align: center;
    color: var(--dark);
}

    .section-title::after {
        content: "";
        display: block;
        width: 60px;
        height: 4px;
        background: var(--brand);
        margin: 1rem auto 2rem;
        border-radius: 2px;
    }

.section-subtitle {
    text-align: center;
    color: var(--muted);
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.about-section {
    padding: 70px 0;
    background-color: #fff;
}

.about-subtitle {
    font-size: 0.95rem;
    color: var(--brand);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.about-title {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 16px;
    color: var(--dark);
}

.about-description {
    font-size: 1.05rem;
    color: var(--text);
    line-height: 1.6;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

    .about-list li {
        display: flex;
        align-items: center;
        font-size: 0.95rem;
        color: var(--text);
        margin: 0.65rem 0;
        border-bottom: 1px dashed #eee;
        padding-bottom: 0.5rem;
    }

        .about-list li:last-child {
            border-bottom: none;
        }

    .about-list i {
        color: var(--brand);
        margin-right: 0.6rem;
        font-size: 1rem;
    }

.about-image {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.bg-soft {
    background: linear-gradient(180deg, #ffffff 0%, #f7f7fb 100%);
}

.benefit-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 22px;
    text-align: left;
    box-shadow: 0 6px 22px rgba(17, 24, 39, 0.06);
    transition: 0.3s;
    height: 100%;
}

    .benefit-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
    }

.benefit-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff;
    font-size: 1.4rem;
    transition: 0.3s;
}

.benefit-card:hover .benefit-icon {
    transform: rotate(-6deg) scale(1.05);
}

.benefit-card h6 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 6px;
    color: var(--dark);
}

.benefit-card p {
    font-size: 0.9rem;
    color: var(--muted);
    margin: 0;
}

.bg-warning-subtle {
    background-color: #fff9db !important;
}

.stat {
    background: #fff;
    border-radius: 16px;
    padding: 24px 16px;
    box-shadow: 0 10px 20px rgba(17, 24, 39, 0.06);
}

    .stat .num {
        font-weight: 800;
        font-size: 2rem;
        color: var(--brand);
    }

.req-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .req-list li {
        display: flex;
        align-items: flex-start;
        gap: 0.6rem;
        margin: 0.75rem 0;
    }

    .req-list i {
        color: #16a34a;
        margin-top: 0.2rem;
    }

.info-box {
    display: flex;
    gap: 0.8rem;
    padding: 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    margin-bottom: 14px;
    box-shadow: 0 6px 16px rgba(17, 24, 39, 0.05);
}

    .info-box i {
        color: var(--brand);
        font-size: 1.2rem;
    }

.trust-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px 26px;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.08);
    text-align: center;
    transition: 0.35s;
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .trust-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 4px;
        width: 100%;
        background: linear-gradient(90deg, var(--brand), var(--brand-light));
    }

    .trust-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 16px 36px rgba(17, 24, 39, 0.12);
    }

.trust-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    background: linear-gradient(135deg, var(--brand), var(--brand-light));
    color: #fff;
    font-size: 1.6rem;
    box-shadow: 0 6px 18px rgba(251, 115, 5, 0.25);
    transition: transform 0.3s;
}

.trust-card:hover .trust-icon {
    transform: scale(1.1) rotate(4deg);
}

.trust-card h6 {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 10px;
    color: var(--dark);
}

.trust-card p {
    font-size: 0.92rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.55;
}

.pricing-container {
    max-width: 800px;
    margin: 0 auto;
}

.pricing-card {
    background: var(--white);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(251, 115, 5, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--brand);
    text-align: center;
}

    .pricing-card::before {
        content: "RECOMENDADO";
        position: absolute;
        top: 15px;
        right: -30px;
        background: var(--brand);
        color: white;
        padding: 0.3rem 2.5rem;
        font-size: 0.75rem;
        font-weight: 700;
        transform: rotate(45deg);
    }

.pricing-card-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}

.pricing-card-name {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: var(--brand);
}

.pricing-card-description {
    color: var(--muted);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.pricing-card-price {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.price-currency {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--dark);
    margin-top: 0.5rem;
}

.price-amount {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    color: var(--brand);
    margin: 0 0.2rem;
}

.price-period {
    font-size: 1.2rem;
    color: var(--muted);
    align-self: flex-end;
    margin-bottom: 0.8rem;
}

.commission-comparison {
    background: rgba(251, 115, 5, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
    margin: 2rem 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.commission-standard,
.commission-vip {
    text-align: center;
}

.commission-value {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.commission-standard .commission-value {
    color: #dc3545;
}

.commission-vip .commission-value {
    color: var(--success);
}

.commission-label {
    color: var(--muted);
    font-size: 0.9rem;
}

.commission-arrow {
    font-size: 2rem;
    color: var(--brand);
}

.pricing-card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem;
    text-align: left;
}

    .pricing-card-features li {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        color: var(--text);
        font-size: 1.1rem;
    }

        .pricing-card-features li i {
            color: var(--success);
            margin-right: 0.8rem;
            font-size: 1.3rem;
            width: 25px;
        }

.pricing-card-cta {
    text-align: center;
}

.btn-pricing {
    display: block;
    width: 100%;
    padding: 1.2rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    background: var(--brand);
    border: none;
    color: white;
}

    .btn-pricing:hover {
        background: var(--brand-dark);
        transform: translateY(-3px);
        box-shadow: 0 15px 25px rgba(251, 115, 5, 0.3);
        color: white;
    }

.support-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #fdf8f3 0%, #fefefe 100%);
    position: relative;
}

.support-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
    border-top: 4px solid var(--brand);
    text-align: center;
}

    .support-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    }

.support-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(251, 115, 5, 0.1);
    color: var(--brand);
    font-size: 2rem;
    margin: 0 auto 1.5rem;
}

.support-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark);
}

.support-card-text {
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.support-availability {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-top: 3rem;
    border-left: 4px solid var(--brand);
    text-align: center;
}

.availability-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--dark);
}

.availability-text {
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.entrepreneur-message {
    background: rgba(251, 115, 5, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 2rem;
}

    .entrepreneur-message i {
        font-size: 2.5rem;
        color: var(--brand);
        margin-bottom: 1rem;
    }

    .entrepreneur-message h4 {
        font-weight: 700;
        margin-bottom: 1rem;
        color: var(--dark);
    }

    .entrepreneur-message p {
        color: var(--muted);
        margin-bottom: 0;
    }

.support-cta {
    text-align: center;
    margin-top: 4rem;
    padding: 2.5rem;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.support-cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--dark);
}

.support-cta-text {
    color: var(--muted);
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
}

.footer {
    background: #0b0d11;
    font-size: 0.9rem;
}

.dev-link,
.footer-menu a {
    color: #c8ccd3;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    .dev-link:hover,
    .footer-menu a:hover {
        color: var(--brand);
    }

.footer-menu .highlight {
    color: var(--brand);
    font-weight: 600;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.08);
}

.footer-socials a {
    color: #c8ccd3;
    font-size: 1.1rem;
    transition: transform 0.2s, color 0.3s;
}

    .footer-socials a:hover {
        color: var(--brand);
        transform: translateY(-2px);
    }

/* Responsive Design */

@media (max-width: 992px) {
    .pricing-card {
        padding: 2.5rem;
    }

    .commission-comparison {
        flex-direction: column;
        gap: 1.5rem;
    }

    .commission-arrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 768px) {
    .hero .display-4 {
        font-size: 2.5rem;
    }

    .hero-badges span {
        margin: 0.5rem;
    }

    .about-title {
        font-size: 1.8rem;
    }

    .support-section {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .price-amount {
        font-size: 3rem;
    }

    .pricing-card::before {
        right: -35px;
        font-size: 0.7rem;
        padding: 0.3rem 2rem;
    }
}

@media (max-width: 576px) {
    .pricing-card {
        padding: 2rem 1.5rem;
    }

    .price-amount {
        font-size: 2.5rem;
    }

    .price-currency {
        font-size: 1.5rem;
    }

    .pricing-card-name {
        font-size: 1.7rem;
    }

    .pricing-card::before {
        right: -40px;
        padding: 0.3rem 1.8rem;
        font-size: 0.65rem;
    }

    .support-card {
        padding: 1.8rem;
    }

    .support-icon {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
    }
}

/*Estilos personales*/
.fade-up-style {
    font-size: 2.5rem;
    font-weight: 800
}

.style-confianza {
    font-size: 2.5rem;
    font-weight: 800
}