* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', sans-serif; color: #333; background: #f8f9fa; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* NAV */
header { background: #1a237e; padding: 15px 0; position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 10px rgba(0,0,0,0.3); }
nav .container { display: flex; justify-content: space-between; align-items: center; }
.logo { color: #fff; font-size: 24px; font-weight: 700; }
.logo span { color: #ffd700; }
nav ul { display: flex; gap: 25px; align-items: center; }
nav ul a { color: #fff; font-size: 15px; }
.btn-register { background: #ffd700; color: #1a237e !important; padding: 8px 20px; border-radius: 25px; font-weight: 700; }

/* HERO */
.hero { background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #1565c0 100%); color: #fff; padding: 80px 0; text-align: center; }
.hero h1 { font-size: 48px; margin-bottom: 15px; }
.hero h1 span { color: #ffd700; }
.hero p { font-size: 20px; margin-bottom: 40px; opacity: 0.9; }

/* SEARCH */
.search-box { background: #fff; border-radius: 50px; padding: 8px; display: flex; max-width: 600px; margin: 0 auto; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.search-box input { flex: 1; border: none; outline: none; padding: 10px 20px; font-size: 16px; border-radius: 50px; }
.search-box button { background: #ffd700; border: none; padding: 12px 30px; border-radius: 50px; font-weight: 700; color: #1a237e; cursor: pointer; font-size: 16px; }

/* STATS */
.stats { background: #fff; padding: 40px 0; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; gap: 20px; }
.stat-item h3 { font-size: 36px; color: #1a237e; font-weight: 800; }
.stat-item p { color: #666; font-size: 14px; }

/* SECTIONS */
.section { padding: 60px 0; }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h2 { font-size: 32px; color: #1a237e; }
.section-title p { color: #666; margin-top: 10px; }

/* LAWYER CARDS */
.lawyers-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; }
.lawyer-card { background: #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.08); transition: transform 0.3s, box-shadow 0.3s; }
.lawyer-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.card-header { background: linear-gradient(135deg, #1a237e, #1565c0); padding: 25px; text-align: center; }
.card-header img { width: 80px; height: 80px; border-radius: 50%; border: 3px solid #ffd700; object-fit: cover; }
.card-header .avatar { width: 80px; height: 80px; border-radius: 50%; border: 3px solid #ffd700; background: #ffd700; display: flex; align-items: center; justify-content: center; font-size: 30px; font-weight: 700; color: #1a237e; margin: 0 auto; }
.card-body { padding: 20px; }
.card-body h3 { font-size: 18px; color: #1a237e; margin-bottom: 5px; }
.card-body .spec { color: #666; font-size: 13px; margin-bottom: 10px; }
.card-body .court { color: #888; font-size: 12px; }
.card-body .court i { color: #1a237e; }
.badge { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; margin-bottom: 10px; }
.badge-gold { background: #fff8e1; color: #f57f17; }
.badge-platinum { background: #e8eaf6; color: #1a237e; }
.badge-silver { background: #f3f3f3; color: #555; }
.badge-free { background: #e8f5e9; color: #2e7d32; }
.card-footer { padding: 15px 20px; border-top: 1px solid #f0f0f0; display: flex; gap: 10px; }
.btn { padding: 8px 16px; border-radius: 25px; font-size: 13px; font-weight: 600; cursor: pointer; border: none; }
.btn-primary { background: #1a237e; color: #fff; flex: 1; text-align: center; }
.btn-whatsapp { background: #25d366; color: #fff; }
.btn-call { background: #f0f0f0; color: #333; }

/* SPECIALIZATIONS */
.spec-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 15px; }
.spec-card { background: #fff; border-radius: 12px; padding: 20px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.06); cursor: pointer; transition: all 0.3s; }
.spec-card:hover { background: #1a237e; color: #fff; transform: translateY(-3px); }
.spec-card i { font-size: 28px; color: #1a237e; margin-bottom: 10px; display: block; }
.spec-card:hover i { color: #ffd700; }
.spec-card p { font-size: 13px; font-weight: 600; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 25px; }
.pricing-card { background: #fff; border-radius: 15px; padding: 30px; text-align: center; box-shadow: 0 3px 15px rgba(0,0,0,0.08); position: relative; }
.pricing-card.popular { border: 3px solid #ffd700; transform: scale(1.05); }
.popular-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #ffd700; color: #1a237e; padding: 4px 15px; border-radius: 20px; font-size: 12px; font-weight: 700; }
.pricing-card h3 { font-size: 20px; color: #1a237e; margin-bottom: 10px; }
.pricing-card .price { font-size: 36px; font-weight: 800; color: #1a237e; }
.pricing-card .price span { font-size: 14px; color: #888; }
.pricing-card ul { margin: 20px 0; text-align: left; }
.pricing-card ul li { padding: 6px 0; font-size: 14px; color: #555; }
.pricing-card ul li i { color: #4caf50; margin-right: 8px; }
.btn-pricing { display: block; background: #1a237e; color: #fff; padding: 12px; border-radius: 25px; font-weight: 700; margin-top: 10px; }
.pricing-card.popular .btn-pricing { background: #ffd700; color: #1a237e; }

/* FOOTER */
footer { background: #0d1b5e; color: #fff; padding: 50px 0 20px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 30px; }
footer h3 { font-size: 20px; margin-bottom: 15px; color: #ffd700; }
footer h4 { font-size: 16px; margin-bottom: 15px; color: #ffd700; }
footer p { color: #aaa; font-size: 14px; line-height: 1.8; }
footer ul li { margin-bottom: 8px; }
footer ul li a { color: #aaa; font-size: 14px; }
footer ul li a:hover { color: #ffd700; }
.footer-bottom { border-top: 1px solid #1a2a7e; padding-top: 20px; text-align: center; color: #666; font-size: 13px; }

@media(max-width:768px) {
    .hero h1 { font-size: 28px; }
    .stats .container { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    nav ul { display: none; }
}

/* HERO IMAGE BACKGROUND */
.hero {
    background: linear-gradient(135deg, rgba(26,35,126,0.92) 0%, rgba(40,53,147,0.88) 50%, rgba(21,101,192,0.90) 100%),
    url('/assets/img/hero.jpg') center/cover no-repeat;
}
