Product Details
.p2-section { font-family: Quantico, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 780px; margin: 0 auto; } .p2-section h2 { font-size: 22px; font-weight: 700; color: #ffffff; margin: 48px 0 8px; padding-bottom: 10px; border-bottom: 3px solid #0080FF; display: inline-block; } .p2-section p { color: #ffffff; line-height: 1.6; } .p2-flight-bar { display: flex; gap: 6px; margin: 24px 0 8px; } .p2-flight-stat { flex: 1; background: #16171b; border: 1px solid #2a2c33; border-radius: 10px; padding: 14px 8px; text-align: center; } .p2-flight-stat .val { font-size: 28px; font-weight: 800; color: #0080FF; display: block; line-height: 1.2; } .p2-flight-stat .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: #d0d1d5; margin-top: 4px; display: block; } .p2-speed-note { font-size: 13px; color: #d0d1d5; font-style: italic; margin-top: 6px; } .p2-reasons { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; ma...