/* Theme Name: MiRediseño */
body { margin: 0; font-family: 'Poppins', sans-serif; background: #ffffff; }
.top-bar { background: #0b1a2a; color: #ffffff; font-size: 12px; display: flex; justify-content: space-between; padding: 10px 5%; }
.main-header { background: #122b40; display: flex; justify-content: space-between; align-items: center; padding: 20px 5%; }
.logo { color: #cf9b45; font-weight: 800; font-size: 24px; line-height: 1.1; }
.nav-menu a { color: #ffffff; text-decoration: none; margin-left: 20px; font-size: 14px; font-weight: 600; }
.hero-section { background: #cf9b45; padding: 80px 5%; display: flex; justify-content: space-between; align-items: center; }
.hero-content { width: 50%; }
.hero-content h1 { color: #122b40; font-size: 48px; font-weight: 800; margin-top: 0; line-height: 1.1; margin-bottom: 20px; }
.hero-content p { color: #1a1a1a; font-size: 18px; margin-bottom: 30px; font-weight: 600; }
.hero-buttons { display: flex; align-items: center; }
.btn-pill { background: #ffffff; color: #cf9b45; padding: 12px 30px; border-radius: 50px; text-decoration: none; font-weight: 700; margin-right: 20px; }
.btn-text { color: #122b40; text-decoration: none; font-weight: 700; font-size: 18px; }
.hero-image-placeholder { width: 45%; height: 350px; }