/* style.css */
body { font-family: 'Inter', sans-serif; line-height:1.6; color:#1f2937; background-color:#f8fafc; }
h1,h2,h3,h4 { font-weight:700; color:#111827; }
a { text-decoration:none; } a:hover { opacity:0.9; }
header h1 { font-size:2.5rem; } header p { font-size:1.125rem; }
button, a.button { display:inline-block; padding:.75rem 1.5rem; border-radius:.5rem; font-weight:600; transition:all .3s ease; }
.bg-amber-400 { background-color:#f59e0b; } .bg-amber-400:hover { background-color:#d97706; }
.bg-indigo-600 { background-color:#4f46e5; } .bg-indigo-600:hover { background-color:#4338ca; }
section div.bg-white { transition: transform .3s ease, box-shadow .3s ease; }
section div.bg-white:hover { transform:translateY(-5px); box-shadow:0 15px 25px rgba(0,0,0,0.1); }
#pricing h3 { font-size:1.5rem; margin-bottom:.5rem; } #pricing ul li { margin-bottom:.25rem; }
img { max-width:100%; height:auto; display:block; }
footer { font-size:.875rem; color:#6b7280; }
@media (max-width:640px){ header h1{ font-size:1.875rem;} header p{ font-size:1rem;} }
#socialbar { position:fixed; bottom:0; left:0; width:100%; z-index:50; }
