@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500&display=swap'); body { font-family: 'Inter', sans-serif; background-color: #f8f9fa; color: #212529; } h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; } .navbar { background-color: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); } .hero { background: url('https://picsum.photos/seed/hinary-hero/1600/900') no-repeat center center; background-size: cover; color: white; padding: 150px 0; text-align: center; } .hero h1 { font-size: 4.5rem; font-weight: 700; } .hero p { font-size: 1.25rem; } .btn-primary { background-color: #6e45ff; border-color: #6e45ff; padding: 10px 30px; border-radius: 0.5rem; transition: background-color 0.3s ease; } .btn-primary:hover { background-color: #5833d1; border-color: #5833d1; } section { padding: 80px 0; } .section-title { text-align: center; margin-bottom: 50px; }