test

.nm-page { font-family: Arial, sans-serif; margin: 0; padding: 0; color: #222; background: #f8f5f0; } .nm-hero { min-height: 100vh; background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url(‘https://images.unsplash.com/photo-1542838132-92c53300491e?auto=format&fit=crop&w=1600&q=80’) center/cover no-repeat; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px 20px; } .nm-hero-content { max-width: 900px; color: white; } .nm-brand { font-size: 18px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; opacity: 0.9; } .nm-slogan { font-size: 64px; font-weight: 700; line-height: 1.1; margin: 0 0 20px; } .nm-subtext { font-size: 20px; line-height: 1.6; margin: 0 auto 30px; max-width: 650px; } .nm-button { display: inline-block; background: #c62828; color: white; text-decoration: none; padding: 14px 30px; border-radius: 6px; font-weight: bold; transition: 0.3s ease; } .nm-button:hover { background: #a61f1f; color: white; } .nm-section { max-width: 1200px; margin: 0 auto; padding: 70px 20px; } .nm-section-title { font-size: 36px; text-align: center; margin-bottom: 20px; } .nm-section-text { text-align: center; max-width: 800px; margin: 0 auto 50px; font-size: 18px; line-height: 1.7; } .nm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 25px; } .nm-card { background: white; border-radius: 12px; padding: 30px 20px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); text-align: center; } .nm-card h3 { margin-top: 0; font-size: 24px; margin-bottom: 12px; } .nm-card p { margin: 0; line-height: 1.6; font-size: 16px; } .nm-footer { background: #111; color: white; text-align: center; padding: 30px 20px; font-size: 15px; } @media (max-width: 768px) { .nm-slogan { font-size: 42px; } .nm-subtext { font-size: 18px; } .nm-section-title { font-size: 30px; } }