.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2313 .elementor-element.elementor-element-6cc3ca2 .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for html, class: .elementor-element-e18bb1d *//* =========================================================
   NAVEE ST3 PRO - ELEMENTOR / WOOCOMMERCE
   ========================================================= */

.qtc-st3pro {
    --st3-card: #101010;
    --st3-gold: #d6a84a;
    --st3-gold-light: #f3d184;
    --st3-copper: #a9652f;
    --st3-white: #ffffff;
    --st3-muted: rgba(255, 255, 255, 0.76);
    --st3-border: rgba(255, 255, 255, 0.20);

    width: 100%;
    margin: 0;
    padding: 74px 24px;
    overflow: hidden;
    color: var(--st3-white);
    background:
        radial-gradient(
            circle at 10% 0%,
            rgba(214, 168, 74, 0.15),
            transparent 31%
        ),
        radial-gradient(
            circle at 92% 18%,
            rgba(169, 101, 47, 0.10),
            transparent 28%
        ),
        var(--st3-bg);
    box-sizing: border-box;
}

.qtc-st3pro *,
.qtc-st3pro *::before,
.qtc-st3pro *::after {
    box-sizing: border-box;
}

.qtc-st3pro__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

/* =========================================================
   ENCABEZADOS
   ========================================================= */

.qtc-st3pro__header,
.qtc-st3pro__section-header {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 44px;
    text-align: center;
}

.qtc-st3pro__section-header {
    margin-top: 78px;
}

.qtc-st3pro__eyebrow {
    display: inline-flex;
    margin: 0 0 15px;
    padding: 8px 15px;
    border: 1px solid rgba(214, 168, 74, 0.48);
    border-radius: 999px;
    background: rgba(214, 168, 74, 0.12);
    color: var(--st3-gold-light);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.qtc-st3pro__header h2,
.qtc-st3pro__section-header h2 {
    margin: 0 0 20px !important;
    padding: 0 !important;
    color: #000 !important;
    font-size: clamp(32px, 4.3vw, 56px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
}

.qtc-st3pro__header h2 strong,
.qtc-st3pro__section-header h2 strong {
    color: var(--st3-gold);
}

.qtc-st3pro__header p,
.qtc-st3pro__section-header p {
    margin: 0 !important;
    padding: 0 !important;
    color:#000 !important;
    font-size: clamp(16px, 1.7vw, 19px) !important;
    line-height: 1.75 !important;
}

/* =========================================================
   HERO
   ========================================================= */

.qtc-st3pro__hero {
    position: relative !important;
    min-height: 680px;
    margin-bottom: 18px;
    overflow: hidden !important;
    isolation: isolate;
    border: 1px solid var(--st3-border);
    border-radius: 24px;
    background-color: #080808;
    background-image:
        radial-gradient(
            circle at 75% 45%,
            rgba(214, 168, 74, 0.14),
            transparent 31%
        ),
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.97) 0%,
            rgba(0, 0, 0, 0.82) 40%,
            rgba(0, 0, 0, 0.25) 70%,
            rgba(0, 0, 0, 0.05) 100%
        ),
        url("https://es.naveetech.com/cdn/shop/files/image_246_7.webp?v=1780052963&width=1200");
    background-repeat: no-repeat;
    background-position: center, center, 82% center;
    background-size: cover, cover, contain;
}

.qtc-st3pro__hero-content {
    position: relative;
    z-index: 2;
    width: min(100%, 650px);
    min-height: 680px;
    padding: 56px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.qtc-st3pro__hero-tag,
.qtc-st3pro__badge {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 15px !important;
    padding: 8px 13px;
    border-radius: 7px;
    background: var(--st3-gold);
    color: #090909 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.qtc-st3pro__hero h3 {
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: clamp(36px, 4vw, 59px) !important;
    font-weight: 850 !important;
    line-height: 1.07 !important;
    letter-spacing: -0.035em !important;
}

.qtc-st3pro__hero p {
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
}

.qtc-st3pro__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.qtc-st3pro__chip {
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.52);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* =========================================================
   BENTO GRID
   ========================================================= */

.qtc-st3pro__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        "power performance suspension"
        "range performance suspension"
        "range brakes smart";
    gap: 16px;
}

.qtc-st3pro-card {
    position: relative !important;
    width: 100%;
    min-width: 0;
    min-height: 260px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    isolation: isolate;
    border: 1px solid var(--st3-border);
    border-radius: 20px;
    background-color: var(--st3-card);
    background-image: var(--st3-image);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.qtc-st3pro-card::before {
    content: "";
    position: absolute !important;
    inset: 0 !important;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.08) 0%,
            rgba(0, 0, 0, 0.40) 43%,
            rgba(0, 0, 0, 0.97) 100%
        );
    pointer-events: none;
}

.qtc-st3pro-card--power {
    grid-area: power;
}

.qtc-st3pro-card--range {
    grid-area: range;
    min-height: 390px;
}

.qtc-st3pro-card--performance {
    grid-area: performance;
    min-height: 666px;
}

.qtc-st3pro-card--suspension {
    grid-area: suspension;
    min-height: 390px;
}

.qtc-st3pro-card--brakes {
    grid-area: brakes;
}

.qtc-st3pro-card--smart {
    grid-area: smart;
}

.qtc-st3pro-card--performance::before {
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.04) 0%,
            rgba(0, 0, 0, 0.36) 40%,
            rgba(0, 0, 0, 0.97) 100%
        );
}

.qtc-st3pro-card__content {
    position: relative !important;
    z-index: 2 !important;
    width: 100%;
    min-height: inherit;
    height: 100%;
    padding: 28px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start;
}

.qtc-st3pro-card--performance .qtc-st3pro-card__content {
    align-items: flex-end;
    justify-content: flex-start !important;
    text-align: right;
}

.qtc-st3pro-card--performance .qtc-st3pro__badge {
    margin-left: auto !important;
}

.qtc-st3pro-card__number {
    margin: 0 0 10px;
    color: var(--st3-gold);
    font-size: clamp(50px, 5vw, 74px);
    font-weight: 850;
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.qtc-st3pro-card__number small {
    margin-left: 4px;
    color: #ffffff;
    font-size: 0.36em;
    font-weight: 700;
}

.qtc-st3pro-card h3 {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: clamp(22px, 2.2vw, 30px) !important;
    font-weight: 850 !important;
    line-height: 1.16 !important;
    letter-spacing: -0.025em !important;
}

.qtc-st3pro-card p {
    width: 100%;
    max-width: 470px;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--st3-muted) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

/* =========================================================
   ESTADÍSTICAS
   ========================================================= */

.qtc-st3pro__stats {
    width: min(100%, 260px);
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.qtc-st3pro__stat {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}

.qtc-st3pro__stat:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.qtc-st3pro__stat-value {
    color: var(--st3-gold);
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -0.045em;
}

.qtc-st3pro__stat-value span {
    margin-left: 4px;
    color: #ffffff;
    font-size: 0.38em;
    font-weight: 700;
}

.qtc-st3pro__stat-label {
    margin-top: 7px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 750;
}

.qtc-st3pro__stat-description {
    margin-top: 6px;
    color: var(--st3-muted);
    font-size: 13px;
    line-height: 1.5;
}

/* =========================================================
   BLOQUE DOS COLUMNAS
   ========================================================= */

.qtc-st3pro__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid var(--st3-border);
    border-radius: 24px;
    background: #0b0b0b;
}

.qtc-st3pro__split-image {
    min-height: 620px;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.02),
            rgba(0, 0, 0, 0.18)
        ),
        url("https://tiendaqtc.co/wp-content/uploads/2026/08/Group_1940700786_a3c6422c-958a-46ed-a9e1-62614e92d3eb.webp");
    background-position: center;
    background-size: cover;
}

.qtc-st3pro__split-content {
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qtc-st3pro__split-content h3 {
    margin: 0 0 18px !important;
    color: #ffffff !important;
    font-size: clamp(30px, 3.5vw, 46px) !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
}

.qtc-st3pro__split-content > p {
    margin: 0 0 28px !important;
    color: var(--st3-muted) !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
}

.qtc-st3pro__benefits {
    display: grid;
    gap: 14px;
}

.qtc-st3pro__benefit {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.035);
}

.qtc-st3pro__benefit-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background:
        linear-gradient(
            135deg,
            var(--st3-gold),
            var(--st3-copper)
        );
    color: #ffffff;
    font-size: 17px;
    font-weight: 850;
}

.qtc-st3pro__benefit h4 {
    margin: 0 0 5px !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
}

.qtc-st3pro__benefit p {
    margin: 0 !important;
    color: var(--st3-muted) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

/* =========================================================
   FUNCIONES INTELIGENTES
   ========================================================= */

.qtc-st3pro__smart-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.qtc-st3pro__smart-card {
    padding: 24px;
    border: 1px solid var(--st3-border);
    border-radius: 18px;
    background: #101010;
}

.qtc-st3pro__smart-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--st3-gold);
    font-size: 22px;
    font-weight: 850;
}

.qtc-st3pro__smart-card h3 {
    margin: 0 0 9px !important;
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 800 !important;
}

.qtc-st3pro__smart-card p {
    margin: 0 !important;
    color: var(--st3-muted) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.qtc-st3pro__note {
    margin: 25px auto 0 !important;
    color: #000 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    text-align: center;
}

/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1024px) {

    .qtc-st3pro__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "power performance"
            "range performance"
            "suspension smart"
            "brakes smart";
    }

    .qtc-st3pro-card--power,
    .qtc-st3pro-card--range,
    .qtc-st3pro-card--suspension,
    .qtc-st3pro-card--brakes {
        min-height: 330px;
    }

    .qtc-st3pro-card--performance,
    .qtc-st3pro-card--smart {
        min-height: 676px;
    }

    .qtc-st3pro__smart-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   MÓVIL
   ========================================================= */

@media screen and (max-width: 767px) {

    .qtc-st3pro {
        padding: 52px 14px;
    }

    .qtc-st3pro__header,
    .qtc-st3pro__section-header {
        text-align: left;
    }

    .qtc-st3pro__header h2,
    .qtc-st3pro__section-header h2 {
        font-size: 33px !important;
    }

    .qtc-st3pro__hero {
        min-height: 720px;
        background-image:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.02) 0%,
                rgba(0, 0, 0, 0.24) 42%,
                rgba(0, 0, 0, 0.97) 100%
            ),
            url("https://tiendaqtc.co/wp-content/uploads/2026/08/image_246_7.webp");
        background-position: center;
        background-size: cover;
    }

    .qtc-st3pro__hero-content {
        min-height: 720px;
        padding: 27px 23px;
    }

    .qtc-st3pro__hero h3 {
        font-size: 36px !important;
    }

    .qtc-st3pro__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "power"
            "range"
            "performance"
            "suspension"
            "brakes"
            "smart";
        gap: 14px;
    }

    .qtc-st3pro-card,
    .qtc-st3pro-card--power,
    .qtc-st3pro-card--range,
    .qtc-st3pro-card--performance,
    .qtc-st3pro-card--suspension,
    .qtc-st3pro-card--brakes,
    .qtc-st3pro-card--smart {
        min-height: 600px !important;
    }

    .qtc-st3pro-card__content,
    .qtc-st3pro-card--performance .qtc-st3pro-card__content {
        min-height: 600px !important;
        padding: 27px 23px !important;
        align-items: flex-start !important;
        justify-content: flex-end !important;
        text-align: left !important;
    }

    .qtc-st3pro-card--performance .qtc-st3pro__badge {
        margin-left: 0 !important;
    }

    .qtc-st3pro-card h3 {
        font-size: 30px !important;
    }

    .qtc-st3pro-card p {
        max-width: none;
        font-size: 16px !important;
    }

    .qtc-st3pro__stats {
        width: 100%;
    }

    .qtc-st3pro__split {
        grid-template-columns: 1fr;
    }

    .qtc-st3pro__split-image {
        min-height: 410px;
    }

    .qtc-st3pro__split-content {
        padding: 30px 23px;
    }

    .qtc-st3pro__smart-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */