.gp { padding: 2.5rem 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.gp-apertura { font-size: 15px; line-height: 1.7; color: #1a2744; margin-bottom: 2.5rem; padding: 1.1rem 1.4rem; background: #e8ecf5; border-left: 3px solid #1a2744; border-radius: 0 8px 8px 0; }
.gp-apertura strong { font-weight: 700; }
.gp-specs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #d0d5e8; border-radius: 10px; overflow: hidden; margin-bottom: 2.5rem; }
.gp-spec { padding: 1.1rem 1.25rem; border-right: 1px solid #d0d5e8; background: #fff; }
.gp-spec:last-child { border-right: none; }
.gp-spec-label { font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: #9aa0b0; margin-bottom: 8px; display: block; }
.gp-spec-val { font-size: 20px; font-weight: 600; color: #1a2744; line-height: 1; }
.gp-spec-unit { font-size: 11px; font-weight: 400; color: #9aa0b0; margin-left: 2px; }
.gp-usos-header { font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: #9aa0b0; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.gp-usos-header::after { content: ""; flex: 1; height: 1px; background: #e0e4ed; }
.gp-usos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 2.5rem; }
.gp-uso { display: flex; align-items: center; gap: 10px; padding: 0.8rem 1rem; background: #f0f2f7; border: 1px solid #d0d5e8; border-radius: 8px; font-size: 13px; color: #1a2744; }
.gp-uso::before { content: ""; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #1a2744; opacity: 0.3; }
.gp-cta { font-size: 12px; color: #9aa0b0; padding-top: 1.5rem; border-top: 1px solid #e0e4ed; }
.gp-cta a { color: #1a2744; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 600px) { .gp-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); } .gp-spec { border-bottom: 1px solid #d0d5e8; border-right: none; } .gp-spec:nth-child(odd) { border-right: 1px solid #d0d5e8; } .gp-usos { grid-template-columns: 1fr; } }
.gp-video { margin-bottom: 2.5rem; border-radius: 10px; overflow: hidden; border: 1px solid #e0e4ed; aspect-ratio: 16/9; width: 100%; }
.gp-video iframe { display: block; width: 100%; height: 100%; border: none; }