.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 );}/* Start custom CSS for html, class: .elementor-element-17c8ea2 *//* =========================================================
   NAVEE GT3 PRO
   LANDING PREMIUM PARA ELEMENTOR / WOOCOMMERCE
   ========================================================= */

.navee-gt3pro {
    --gt3-card: #101010;
    --gt3-gold: #e3a329;
    --gt3-gold-light: #ffc85c;
    --gt3-white: #ffffff;
    --gt3-muted: rgba(255,255,255,.76);
    --gt3-border: rgba(255,255,255,.20);

    width: 100%;
    margin: 0;
    padding: 74px 24px;
    overflow: hidden;
    color: var(--gt3-white);
    background:
        radial-gradient(circle at 12% 0%, rgba(227,163,41,.13), transparent 32%),
        radial-gradient(circle at 90% 22%, rgba(255,200,92,.08), transparent 27%),
        var(--gt3-bg);
    box-sizing: border-box;
}

.navee-gt3pro *,
.navee-gt3pro *::before,
.navee-gt3pro *::after {
    box-sizing: border-box;
}

.navee-gt3pro__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

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

.navee-gt3pro__header,
.navee-gt3pro__section-header {
    width: 100%;
    max-width: 930px;
    margin: 0 auto 44px;
    text-align: center;
}

.navee-gt3pro__section-header {
    margin-top: 78px;
}

.navee-gt3pro__eyebrow {
    display: inline-flex;
    margin: 0 0 15px;
    padding: 8px 15px;
    border: 1px solid rgba(227,163,41,.46);
    border-radius: 999px;
    background: rgba(227,163,41,.11);
    color: var(--gt3-gold-light);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.navee-gt3pro__header h2,
.navee-gt3pro__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: -.035em !important;
}

.navee-gt3pro__header h2 strong,
.navee-gt3pro__section-header h2 strong {
    color: var(--gt3-gold);
}

.navee-gt3pro__header p,
.navee-gt3pro__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
   ========================================================= */

.navee-gt3pro__hero {
    position: relative !important;
    min-height: 650px;
    margin-bottom: 18px;
    overflow: hidden !important;
    isolation: isolate;
    border: 1px solid var(--gt3-border);
    border-radius: 24px;
    background-color: #090909;
    background-image:
        linear-gradient(
            90deg,
            rgba(0,0,0,.97) 0%,
            rgba(0,0,0,.80) 38%,
            rgba(0,0,0,.20) 70%,
            rgba(0,0,0,.05) 100%
        ),
        url("https://tiendaqtc.co/wp-content/uploads/2026/08/13_2.webp");
    background-repeat: no-repeat;
    background-position: 78% center;
    background-size: contain;
}

.navee-gt3pro__hero-content {
    position: relative;
    z-index: 2;
    width: min(100%, 630px);
    min-height: 650px;
    padding: 55px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.navee-gt3pro__hero-tag,
.navee-gt3pro__badge {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 15px !important;
    padding: 8px 13px;
    border-radius: 7px;
    background: var(--gt3-gold);
    color: #080808 !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.navee-gt3pro__hero h3 {
    margin: 0 0 18px !important;
    color: #ffffff !important;
    font-size: clamp(36px, 4vw, 58px) !important;
    font-weight: 850 !important;
    line-height: 1.07 !important;
    letter-spacing: -.035em !important;
}

.navee-gt3pro__hero p {
    margin: 0 !important;
    color: rgba(255,255,255,.84) !important;
    font-size: 17px !important;
    line-height: 1.7 !important;
}

.navee-gt3pro__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

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

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

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

.navee-gt3pro-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(--gt3-border);
    border-radius: 20px;
    background-color: var(--gt3-card);
    background-image: var(--gt3-image);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.navee-gt3pro-card::before {
    content: "";
    position: absolute !important;
    inset: 0 !important;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.08) 0%,
            rgba(0,0,0,.38) 43%,
            rgba(0,0,0,.97) 100%
        );
    pointer-events: none;
}

.navee-gt3pro-card--power {
    grid-area: power;
}

.navee-gt3pro-card--range {
    grid-area: range;
    min-height: 390px;
}

.navee-gt3pro-card--performance {
    grid-area: performance;
    min-height: 666px;
}

.navee-gt3pro-card--suspension {
    grid-area: suspension;
    min-height: 390px;
}

.navee-gt3pro-card--tires {
    grid-area: tires;
}

.navee-gt3pro-card--smart {
    grid-area: smart;
}

.navee-gt3pro-card--performance::before {
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.04) 0%,
            rgba(0,0,0,.36) 40%,
            rgba(0,0,0,.97) 100%
        );
}

.navee-gt3pro-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;
}

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

.navee-gt3pro-card--performance .navee-gt3pro__badge {
    margin-left: auto !important;
}

.navee-gt3pro-card__number {
    margin: 0 0 10px;
    color: var(--gt3-gold);
    font-size: clamp(50px, 5vw, 74px);
    font-weight: 850;
    line-height: .95;
    letter-spacing: -.05em;
}

.navee-gt3pro-card__number small {
    margin-left: 4px;
    color: #ffffff;
    font-size: .36em;
    font-weight: 700;
    letter-spacing: 0;
}

.navee-gt3pro-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: -.025em !important;
}

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

/* =========================================================
   ESPECIFICACIONES DESTACADAS
   ========================================================= */

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

.navee-gt3pro__spec {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.19);
}

.navee-gt3pro__spec:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.navee-gt3pro__spec-value {
    color: var(--gt3-gold);
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.045em;
}

.navee-gt3pro__spec-value span {
    margin-left: 4px;
    color: #ffffff;
    font-size: .38em;
    font-weight: 700;
}

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

.navee-gt3pro__spec-description {
    margin-top: 6px;
    color: var(--gt3-muted);
    font-size: 13px;
    line-height: 1.5;
}

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

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

.navee-gt3pro__split-image {
    min-height: 620px;
    background:
        linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.18)),
        url("https://tiendaqtc.co/wp-content/uploads/2026/08/63_1_2-scaled.webp");
    background-position: center;
    background-size: cover;
}

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

.navee-gt3pro__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;
}

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

.navee-gt3pro__benefits {
    display: grid;
    gap: 14px;
}

.navee-gt3pro__benefit {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(255,255,255,.035);
}

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

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

.navee-gt3pro__benefit p {
    margin: 0 !important;
    color: var(--gt3-muted) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

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

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

.navee-gt3pro__smart-card {
    padding: 24px;
    border: 1px solid var(--gt3-border);
    border-radius: 18px;
    background: #101010;
}

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

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

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

/* =========================================================
   TABLA
   ========================================================= */

.navee-gt3pro__table-wrap {
    overflow: hidden;
    border: 1px solid var(--gt3-border);
    border-radius: 20px;
    background: #0d0d0d;
}

.navee-gt3pro__table {
    width: 100%;
    border-collapse: collapse;
}

.navee-gt3pro__table th,
.navee-gt3pro__table td {
    padding: 17px 20px;
    border-bottom: 1px solid rgba(255,255,255,.10);
    text-align: left;
}

.navee-gt3pro__table tr:last-child th,
.navee-gt3pro__table tr:last-child td {
    border-bottom: 0;
}

.navee-gt3pro__table th {
    width: 42%;
    color: rgba(255,255,255,.68);
    font-size: 14px;
    font-weight: 650;
}

.navee-gt3pro__table td {
    color: #ffffff;
    font-size: 15px;
    font-weight: 750;
}

.navee-gt3pro__note {
    margin: 24px 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) {

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

    .navee-gt3pro-card--power,
    .navee-gt3pro-card--range,
    .navee-gt3pro-card--suspension,
    .navee-gt3pro-card--tires {
        min-height: 330px;
    }

    .navee-gt3pro-card--performance,
    .navee-gt3pro-card--smart {
        min-height: 676px;
    }

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

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

@media screen and (max-width:767px) {
    
    .navee-gt3pro__eyebrow{
        text-align: center !important  ;
    }

    .navee-gt3pro {
        padding: 52px 14px;
    }

    .navee-gt3pro__header,
    .navee-gt3pro__section-header {
        text-align: left;
    }

    .navee-gt3pro__header h2,
    .navee-gt3pro__section-header h2 {
        font-size: 33px !important;
    }

    .navee-gt3pro__hero {
        min-height: 700px;
        background-image:
            linear-gradient(
                180deg,
                rgba(0,0,0,.02) 0%,
                rgba(0,0,0,.24) 42%,
                rgba(0,0,0,.97) 100%
            ),
            url("https://es.naveetech.com/cdn/shop/files/13_2.webp?v=1780056017&width=2160");
        background-position: center 30px;
        background-size: 92% auto;
    }

    .navee-gt3pro__hero-content {
        min-height: 700px;
        padding: 27px 23px;
    }

    .navee-gt3pro__hero h3 {
        font-size: 36px !important;
    }

    .navee-gt3pro__grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "power"
            "range"
            "performance"
            "suspension"
            "tires"
            "smart";
        gap: 14px;
    }

    .navee-gt3pro-card,
    .navee-gt3pro-card--power,
    .navee-gt3pro-card--range,
    .navee-gt3pro-card--performance,
    .navee-gt3pro-card--suspension,
    .navee-gt3pro-card--tires,
    .navee-gt3pro-card--smart {
        min-height: 590px !important;
    }

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

    .navee-gt3pro-card--performance .navee-gt3pro__badge {
        margin-left: 0 !important;
    }

    .navee-gt3pro-card h3 {
        font-size: 30px !important;
    }

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

    .navee-gt3pro__specs {
        width: 100%;
    }

    .navee-gt3pro__split {
        grid-template-columns: 1fr;
    }

    .navee-gt3pro__split-image {
        min-height: 390px;
    }

    .navee-gt3pro__split-content {
        padding: 30px 23px;
    }

    .navee-gt3pro__smart-grid {
        grid-template-columns: 1fr;
    }

    .navee-gt3pro__table th,
    .navee-gt3pro__table td {
        padding: 15px 13px;
        font-size: 13px;
    }
}

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

    .navee-gt3pro {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navee-gt3pro-card,
    .navee-gt3pro-card--power,
    .navee-gt3pro-card--range,
    .navee-gt3pro-card--performance,
    .navee-gt3pro-card--suspension,
    .navee-gt3pro-card--tires,
    .navee-gt3pro-card--smart {
        min-height: 625px !important;
        border-radius: 16px;
    }

    .navee-gt3pro-card__content,
    .navee-gt3pro-card--performance .navee-gt3pro-card__content {
        min-height: 625px !important;
        padding: 24px 20px !important;
    }
}
</style>/* End custom CSS */