/* Color oscuro de alto contraste para el titular principal */ .hero-section h1, h1 { color: #0f172a !important; /* Azul marino profundo / Slate 900 */ font-weight: 800; letter-spacing: -0.025em; } /* Color azul vibrante para la parte resaltada */ .hero-section h1 span, h1 .highlight { color: #0284c7 !important; /* Sky blue llamativo */ } /* Párrafo y subtítulo legible */ .hero-section p, .hero-subtitle { color: #475569 !important; /* Gris neutro oscuro */ font-size: 1.125rem; line-height: 1.6; } /* Énfasis de la regla "You only pay if you press 1 to connect" */ .hero-section p strong, .hero-subtitle strong { color: #0369a1 !important; /* Azul oscuro con peso para que resalte sin perderse */ font-weight: 700; }