.elementor-332 .elementor-element.elementor-element-17fc1a7{--display:flex;--min-height:573px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-332 .elementor-element.elementor-element-17fc1a7:not(.elementor-motion-effects-element-type-background), .elementor-332 .elementor-element.elementor-element-17fc1a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pcpshooting.com/wp-content/uploads/2026/05/maxresdefault.jpg");background-position:0px -298px;background-size:cover;}.elementor-332 .elementor-element.elementor-element-a429208{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-332 .elementor-element.elementor-element-17fc1a7:not(.elementor-motion-effects-element-type-background), .elementor-332 .elementor-element.elementor-element-17fc1a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-332 .elementor-element.elementor-element-17fc1a7{--min-height:171px;}.elementor-332 .elementor-element.elementor-element-17fc1a7:not(.elementor-motion-effects-element-type-background), .elementor-332 .elementor-element.elementor-element-17fc1a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-547px -413px;background-size:auto;}}/* Start custom CSS for html, class: .elementor-element-ed412a3 *//* --- VARIABLES Y RESET --- */
:root {
    --naranja: #ff6a00;
    --naranja-glow: #ff8c2a;
    --gris-oscuro: #1a1a1a;
    --gris-medio: #2a2a2a;
    --blanco: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--gris-oscuro);
    font-family: 'Segoe UI', sans-serif;
    color: var(--blanco);
}

/* --- ESTILO METÁLICO GLOBAL --- */
.bg-metal-global {
    position: relative;
    background: linear-gradient(135deg, #2a2a2a, #151515 40%, #2f2f2f 100%);
    padding: 100px 20px;
    border-bottom: 1px solid rgba(255, 106, 0, 0.1);
    overflow: hidden;
}

/* Textura de puntos metálicos aplicada a todas las secciones */
.bg-metal-global::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 4px 4px;
    opacity: 0.3;
    pointer-events: none;
    z-index: 1;
}

.ft-container {
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* --- AJUSTES DE TEXTO --- */
h2.orange-accent {
    color: var(--naranja);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 10px;
}

h3 {
    font-size: 40px;
    color: var(--blanco);
    margin-top: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.spec-list {
    list-style: none;
    padding: 0;
}

.spec-list li {
    margin-bottom: 25px;
}

.spec-list li strong {
    color: var(--naranja);
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.spec-list li p {
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
}

/* --- CARDS Y ELEMENTOS VISUALES --- */
.stat-card-metal {
    background: linear-gradient(145deg, #333, #1e1e1e);
    border: 2px solid var(--naranja);
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 30px rgba(255, 106, 0, 0.15);
}

.stat-card-metal h4 {
    font-size: 60px;
    margin: 0;
    color: var(--blanco);
}

.stat-card-metal span {
    color: var(--naranja);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Grid de Siluetas */
.silueta-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.s-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
}

.s-item:hover {
    border-color: var(--naranja);
    background: rgba(255, 106, 0, 0.05);
}

.s-item img, .s-item .emoji {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
}

.s-item span {
    color: var(--naranja);
    font-weight: bold;
    font-size: 14px;
}
/* Color blanco para todos los elementos de texto en la sección metálica */

.bg-metal-global h3, 
.bg-metal-global h4, 
.bg-metal-global p, 
.bg-metal-global li, 
.bg-metal-global span {
    color: #ffffff !important; /* Forzamos el blanco puro */
    opacity: 1 !important;      /* Eliminamos cualquier transparencia */
    -webkit-text-fill-color: #ffffff !important; /* Anulamos efectos de gradiente en texto */
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
}

/* Ajuste específico para que los títulos resalten sobre el metal oscuro */
.white-text, .main-header h3 {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Solo mantenemos el naranja para los acentos decorativos muy específicos */
.orange-accent, .spec-list li strong, .s-info .s-dist {
    color: #ff6a00 !important;
    opacity: 1 !important;
}/* End custom CSS */