:root{
    --gwca-primary: #f97316;
    --gwca-secondary: #0f172a;
    --gwca-text: #475569;
    --gwca-bg: #ffffff;
    --gwca-button-text: #ffffff;
    --gwca-radius: 20px;
    --gwca-border: #e2e8f0;
    --gwca-soft: #f8fafc;
    --gwca-soft-2: #fff7ed;
    --gwca-shadow: 0 10px 28px rgba(2, 6, 23, 0.08);
}

/* =========================
   RESET INTERNO DE MÓDULOS
========================= */
.gwca-active .nissi-trust-container,
.gwca-active .nissi-trust-bar,
.gwca-active .trust-item,
.gwca-active .nissi-insight-box,
.gwca-active .nissi-partner-logos,
.gwca-active .logo-grid,
.gwca-active .nissi-pagination-middle-wrap,
.gwca-active .seo-intro-categoria,
.gwca-active .nissi-decide,
.gwca-active .nissi-decide__head,
.gwca-active .nissi-decide__grid,
.gwca-active .nissi-decide__card,
.gwca-active .nissi-reviews-wrap,
.gwca-active .nissi-reviews-grid,
.gwca-active .nissi-review-card,
.gwca-active .nissi-faq-section,
.gwca-active .nissi-faq-item,
.gwca-active .nissi-author-box,
.gwca-active .nissi-expert-picks,
.gwca-active .expert-header,
.gwca-active .expert-grid,
.gwca-active .expert-card,
.gwca-active .expert-card-content {
    box-sizing: border-box;
}

.gwca-active .nissi-trust-container *,
.gwca-active .nissi-insight-box *,
.gwca-active .nissi-partner-logos *,
.gwca-active .seo-intro-categoria *,
.gwca-active .nissi-decide *,
.gwca-active .nissi-reviews-wrap *,
.gwca-active .nissi-faq-section *,
.gwca-active .nissi-author-box *,
.gwca-active .nissi-expert-picks * {
    box-sizing: border-box;
}

.gwca-active .nissi-trust-container img,
.gwca-active .nissi-partner-logos img,
.gwca-active .nissi-decide img,
.gwca-active .nissi-author-box img,
.gwca-active .nissi-expert-picks img {
    max-width: 100%;
    height: auto;
    display: block;
}

.gwca-active .nissi-decide a,
.gwca-active .nissi-expert-picks a,
.gwca-active .nissi-faq-section a,
.gwca-active .nissi-author-box a {
    text-decoration: none;
}

/* =========================
   TRUST BAR
========================= */
.gwca-active .nissi-trust-container {
    width: 100%;
    margin: 0 0 32px;
    border: 1px solid color-mix(in srgb, var(--gwca-primary) 18%, white);
    border-radius: var(--gwca-radius);
    overflow: hidden;
    background: var(--gwca-bg);
    box-shadow: var(--gwca-shadow);
}

.gwca-active .nissi-trust-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 22px 16px;
    background: var(--gwca-bg);
}

.gwca-active .trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    min-height: 92px;
}

.gwca-active .trust-icon {
    font-size: 30px;
    line-height: 1;
}

.gwca-active .trust-item strong {
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    color: var(--gwca-secondary);
    text-transform: uppercase;
}

/* =========================
   INSIGHT BOX
========================= */
.gwca-active .nissi-insight-box {
    background: #f0fdf4;
    border-left: 4px solid #16a34a;
    padding: 18px;
    margin: 0 0 28px;
    border-radius: 0 14px 14px 0;
}

.gwca-active .nissi-insight-box span {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 900;
    color: #15803d;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gwca-active .nissi-insight-box div {
    font-size: 15px;
    line-height: 1.6;
    color: #1e293b;
}

/* =========================
   LOGOS
========================= */
.gwca-active .nissi-partner-logos {
    margin: 0 0 30px;
    padding: 18px;
    border: 1px solid var(--gwca-border);
    border-radius: var(--gwca-radius);
    background: #f9fafb;
}

.gwca-active .logo-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}

.gwca-active .logo-grid img {
    height: 28px;
    width: auto;
    opacity: .65;
    filter: grayscale(100%);
    transition: .25s ease;
}

.gwca-active .logo-grid img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* =========================
   INTRO SEO
========================= */
.gwca-active .seo-intro-categoria {
    margin: 0 0 28px;
    padding: 22px;
    border-radius: var(--gwca-radius);
    background: #f8fafc;
    border: 1px solid var(--gwca-border);
    color: var(--gwca-text);
    font-size: 16px;
    line-height: 1.7;
}

/* =========================
   DECIDE MODULE
========================= */
.gwca-active .nissi-decide {
    width: 100%;
    margin: 34px 0;
    padding: 24px;
    border: 1px solid color-mix(in srgb, var(--gwca-primary) 24%, white);
    border-radius: var(--gwca-radius);
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--gwca-primary) 10%, white) 0%,
        var(--gwca-bg) 34%
    );
    box-shadow: var(--gwca-shadow);
    position: relative;
    overflow: hidden;
}

.gwca-active .nissi-decide::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle at 30% 30%, rgba(249,115,22,.18), rgba(249,115,22,0) 65%);
    pointer-events: none;
}

.gwca-active .nissi-decide__head {
    text-align: center;
    margin-bottom: 18px;
}

.gwca-active .nissi-decide__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--gwca-primary);
    color: var(--gwca-button-text);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gwca-active .nissi-decide__title {
    margin: 12px 0 8px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--gwca-secondary);
}

.gwca-active .nissi-decide__sub {
    margin: 0;
    color: var(--gwca-text);
    font-size: 14px;
    line-height: 1.6;
}

.gwca-active .nissi-decide__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.gwca-active .nissi-decide__card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    padding: 14px;
    border: 1px solid var(--gwca-border);
    border-radius: calc(var(--gwca-radius) - 2px);
    background: var(--gwca-bg);
    box-shadow: 0 8px 18px rgba(2, 6, 23, 0.05);
}

.gwca-active .nissi-decide__use {
    margin-bottom: 10px;
}

.gwca-active .nissi-decide__useLabel {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffedd5;
    border: 1px solid #fed7aa;
    color: #7c2d12;
    font-size: 11px;
    font-weight: 900;
}

.gwca-active .nissi-decide__useDesc {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.5;
}

.gwca-active .nissi-decide__prod {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 8px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #f1f5f9;
    background: #f8fafc;
}

.gwca-active .nissi-decide__imgWrap {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 14px;
    border: 1px solid var(--gwca-border);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gwca-active .nissi-decide__imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.gwca-active .nissi-decide__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.gwca-active .nissi-decide__name {
    color: var(--gwca-secondary);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gwca-active .nissi-decide__price {
    color: var(--gwca-secondary);
    font-size: 13px;
    font-weight: 900;
}

.gwca-active .nissi-decide__why {
    margin-top: 6px;
    padding: 10px;
    border-radius: 14px;
    border: 1px dashed #fed7aa;
    background: #fff7ed;
}

.gwca-active .nissi-decide__whyTitle {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9a3412;
}

.gwca-active .nissi-decide__whyText {
    margin: 0;
    color: #7c2d12;
    font-size: 12px;
    line-height: 1.5;
}

.gwca-active .nissi-decide__actions {
    margin-top: auto;
    padding-top: 12px;
}

.gwca-active .nissi-decide__btn {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 14px;
    text-align: center;
    background: var(--gwca-primary);
    color: var(--gwca-button-text) !important;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

/* =========================
   REVIEWS
========================= */
.gwca-active .nissi-reviews-wrap {
    margin: 40px 0;
    padding: 28px 22px;
    border-radius: var(--gwca-radius);
    border: 1px solid var(--gwca-border);
    background: #f8fafc;
}

.gwca-active .nissi-reviews-wrap h4 {
    margin: 0 0 24px;
    text-align: center;
    color: var(--gwca-secondary);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.gwca-active .nissi-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gwca-active .nissi-review-card {
    padding: 22px;
    border-radius: 16px;
    border-bottom: 4px solid var(--gwca-primary);
    background: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,.05);
}

.gwca-active .nissi-stars {
    margin-bottom: 12px;
    color: #fbbf24;
    font-size: 16px;
}

.gwca-active .nissi-ai-summary {
    margin: 15px 0;
    padding: 12px;
    border-left: 3px solid #22c55e;
    border-radius: 0 8px 8px 0;
    background: #f0fdf4;
    color: #166534;
    font-size: 12px;
    line-height: 1.55;
}

/* =========================
   FAQ
========================= */
.gwca-active .nissi-faq-section {
    margin: 40px 0;
    padding: 28px 22px;
    border: 1px solid var(--gwca-border);
    border-radius: var(--gwca-radius);
    background: #fff;
}

.gwca-active .nissi-faq-section h4 {
    margin: 0 0 22px;
    text-align: center;
    color: var(--gwca-secondary);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.gwca-active .nissi-faq-item {
    padding: 15px 0;
    border-bottom: 1px solid #f1f5f9;
}

.gwca-active .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    color: var(--gwca-secondary);
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

.gwca-active .faq-answer {
    display: none;
    padding: 10px 0 0;
    color: var(--gwca-text);
    font-size: 14px;
    line-height: 1.65;
}

/* =========================
   AUTHOR
========================= */
.gwca-active .nissi-author-box {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 42px 0 0;
    padding: 26px;
    border-radius: var(--gwca-radius);
    border: 1px solid #fed7aa;
    background: #fff7ed;
}

.gwca-active .nissi-author-box .author-image img {
    width: 110px;
    height: 110px;
    min-width: 110px;
    border-radius: 50%;
    border: 4px solid var(--gwca-primary);
    object-fit: cover;
}

.gwca-active .verified-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 4px 12px;
    border-radius: 20px;
    background: #22c55e;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

/* =========================
   EXPERT PICKS
========================= */
.gwca-active .nissi-expert-picks {
    margin: 50px 0;
    padding: 36px 24px;
    border-radius: 24px;
    background: var(--gwca-secondary);
    color: #fff;
}

.gwca-active .expert-header {
    text-align: center;
    margin-bottom: 28px;
}

.gwca-active .expert-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 15px;
    border-radius: 999px;
    background: var(--gwca-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gwca-active .expert-header h4 {
    margin: 14px 0 8px;
    color: #fff !important;
    font-size: 28px;
    font-weight: 900;
}

.gwca-active .expert-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gwca-active .expert-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    color: #334155;
    height: 100%;
}

.gwca-active .expert-card-img {
    height: 220px;
    background: #f8fafc;
}

.gwca-active .expert-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
}

.gwca-active .expert-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px;
}

.gwca-active .expert-card-content h5 {
    margin: 0 0 14px;
    min-height: 40px;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
}

.gwca-active .expert-specs {
    list-style: none;
    margin: 0 0 18px;
    padding: 14px 0 0;
    border-top: 1px solid #f1f5f9;
}

.gwca-active .expert-specs li {
    margin-bottom: 8px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.45;
}

.gwca-active .expert-view-btn {
    display: block;
    margin-top: auto;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    background: var(--gwca-primary);
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
    .gwca-active .nissi-decide__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .gwca-active .nissi-trust-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        padding: 16px;
    }

    .gwca-active .trust-item {
        min-height: 84px;
    }

    .gwca-active .trust-icon {
        font-size: 26px;
    }

    .gwca-active .seo-intro-categoria {
        padding: 18px;
        font-size: 14px;
    }

    .gwca-active .nissi-decide {
        padding: 18px;
    }

    .gwca-active .nissi-decide__title {
        font-size: 20px;
    }

    .gwca-active .nissi-decide__grid {
        grid-template-columns: 1fr;
    }

    .gwca-active .nissi-reviews-grid,
    .gwca-active .expert-grid {
        grid-template-columns: 1fr;
    }

    .gwca-active .nissi-author-box {
        flex-direction: column;
        text-align: center;
    }

    .gwca-active .logo-grid {
        gap: 14px;
    }

    .gwca-active .logo-grid img {
        height: 24px;
    }
}