/*
Theme Name: URSAI Nova Child
Template: blocksy
Author: URSAI Team
Version: 1.0
*/
body { font-family: 'Arial', sans-serif; }
.urs-logo { text-align: center; margin: 30px 0; }
.urs-logo .tagline { font-size: 16px; color: #555; margin-top: 5px; }
.hero { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 50px; background: linear-gradient(135deg, #6b5bff, #b38fff); color: #fff; }
.hero-left, .hero-right { flex: 1; min-width: 300px; }
.hero-left img { width: 100%; border-radius: 12px; }
.hero-right .cta-btn { display: inline-block; background-color: orange; color: #fff; font-weight: bold; padding: 15px 25px; margin: 10px 10px 10px 0; text-decoration: none; border-radius: 8px; transition: 0.3s; }
.hero-right .cta-btn:hover { background-color: #ff7f50; }
.package-cards { display: flex; justify-content: center; flex-wrap: wrap; margin: 50px 0; }
.package-card { background: #f7f7f7; border-radius: 12px; padding: 25px; margin: 15px; width: 250px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.package-card h3 { font-size: 22px; margin-bottom: 15px; }
.package-card p { font-size: 14px; color: #333; margin-bottom: 20px; }
.package-card .choose-btn { display: inline-block; background-color: orange; color: #fff; font-weight: bold; padding: 12px 20px; text-decoration: none; border-radius: 8px; }
.package-card .choose-btn:hover { background-color: #ff7f50; }
.founder-benefits { max-width: 900px; margin: 0 auto 50px auto; padding: 20px; }
.founder-benefits h2 { text-align: center; margin-bottom: 30px; }
.founder-benefits ul { list-style-type: none; padding: 0; }
.founder-benefits li { font-size: 16px; margin-bottom: 12px; }
.product-highlights { display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 50px; }
.highlight-card { background: #fff; border-radius: 12px; padding: 20px; margin: 15px; width: 220px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.faq-section { max-width: 900px; margin: 0 auto 50px auto; }
.faq-section h2 { text-align: center; margin-bottom: 25px; }
.faq-section p { font-size: 14px; margin-bottom: 15px; }
.footer-cta { position: fixed; bottom: 0; left: 0; width: 100%; background: orange; color: #fff; text-align: center; padding: 15px 0; z-index: 999; }
.footer-cta a { color: #fff; font-weight: bold; margin: 0 20px; text-decoration: none; }
.footer-cta a:hover { color: #fff; text-decoration: underline; }
@media(max-width:768px) { .hero { flex-direction: column; padding: 30px 15px; } .package-cards { flex-direction: column; align-items: center; } }