/* === Reset & Base === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Georgia', 'Times New Roman', serif; color: #2c2c2c; line-height: 1.7; font-size: 16px; }
a { color: #8b6914; text-decoration: none; }
a:hover { color: #6b5010; }
img { max-width: 100%; height: auto; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* === Top Bar === */
.top-bar { background: #1a2744; color: #fff; padding: 8px 0; font-family: 'Segoe UI', sans-serif; font-size: 14px; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.top-bar a { color: #c9a84c; }
.top-bar a:hover { color: #e8c75a; }
.top-bar-phone { display: flex; align-items: center; gap: 8px; }
.top-bar-email { display: flex; align-items: center; gap: 8px; }

/* === Header === */
.header { background: #fff; border-bottom: 3px solid #c9a84c; padding: 16px 0; }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.site-title { font-size: 1.8rem; color: #1a2744; font-family: 'Georgia', serif; }
.site-title span { color: #8b6914; }
.site-tagline { font-size: 0.85rem; color: #666; font-style: italic; margin-top: 2px; }
.nav { display: flex; gap: 4px; list-style: none; }
.nav-link { font-family: 'Segoe UI', sans-serif; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; color: #1a2744; padding: 8px 14px; border-radius: 3px; transition: all 0.2s; }
.nav-link:hover, .nav-link.active { background: #1a2744; color: #fff; }
.menu-toggle { display: none; background: none; border: 2px solid #1a2744; color: #1a2744; font-size: 1.4rem; padding: 6px 12px; cursor: pointer; border-radius: 3px; }

/* === Hero === */
.hero { position: relative; min-height: 480px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; background: center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,39,68,0.82) 0%, rgba(26,39,68,0.65) 100%); }
.hero-content { position: relative; z-index: 1; padding: 60px 24px; max-width: 700px; }
.hero h1 { font-size: 2.6rem; margin-bottom: 16px; font-weight: 400; line-height: 1.3; }
.hero p { font-size: 1.15rem; margin-bottom: 28px; opacity: 0.92; font-family: 'Segoe UI', sans-serif; }
.hero-cta { display: inline-block; background: #c9a84c; color: #1a2744; padding: 14px 36px; font-family: 'Segoe UI', sans-serif; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border-radius: 3px; transition: all 0.2s; }
.hero-cta:hover { background: #e8c75a; color: #1a2744; }

/* === Sections === */
.section { padding: 60px 0; }
.section-gray { padding: 60px 0; background: #f7f6f3; }
.section-dark { padding: 60px 0; background: #1a2744; color: #fff; }
.section-title { font-size: 1.8rem; color: #1a2744; text-align: center; margin-bottom: 12px; }
.section-subtitle { font-family: 'Segoe UI', sans-serif; font-size: 1rem; color: #666; text-align: center; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }
.section-dark .section-title { color: #c9a84c; }
.section-dark .section-subtitle { color: rgba(255,255,255,0.75); }

/* === Practice Areas Grid === */
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.practice-card { background: #fff; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: transform 0.2s, box-shadow 0.2s; }
.practice-card:hover { transform: translateY(-4px); box-shadow: 0 6px 24px rgba(0,0,0,0.1); }
.practice-img { height: 200px; background: center/cover no-repeat; }
.practice-card h3 { font-size: 1.2rem; color: #1a2744; padding: 20px 24px 8px; }
.practice-card p { font-family: 'Segoe UI', sans-serif; font-size: 0.92rem; color: #555; padding: 0 24px 12px; line-height: 1.6; }
.practice-card .read-more { display: block; font-family: 'Segoe UI', sans-serif; font-size: 0.85rem; color: #8b6914; padding: 0 24px 20px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

/* === Promise / About Preview === */
.promise { display: flex; gap: 40px; align-items: flex-start; }
.promise-text { flex: 1; }
.promise-text h2 { font-size: 1.6rem; color: #1a2744; margin-bottom: 16px; }
.promise-text p { font-family: 'Segoe UI', sans-serif; color: #444; margin-bottom: 14px; font-size: 0.95rem; }
.promise-img { flex: 0 0 280px; }
.promise-img img { border-radius: 4px; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }

/* === CTA Banner === */
.cta-banner { text-align: center; padding: 50px 24px; }
.cta-banner h2 { font-size: 1.6rem; margin-bottom: 12px; }
.cta-banner p { font-family: 'Segoe UI', sans-serif; font-size: 1rem; margin-bottom: 24px; opacity: 0.85; }
.cta-banner .hero-cta { background: #c9a84c; color: #1a2744; }

/* === Legal Services Detail === */
.service-detail { display: flex; gap: 40px; align-items: flex-start; margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid #e0dcd4; }
.service-detail:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.service-detail-img { flex: 0 0 360px; height: 240px; background: center/cover no-repeat; border-radius: 4px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); }
.service-detail-content { flex: 1; }
.service-detail-content h2 { font-size: 1.5rem; color: #1a2744; margin-bottom: 14px; }
.service-detail-content p { font-family: 'Segoe UI', sans-serif; color: #444; margin-bottom: 12px; font-size: 0.95rem; }
.service-detail-content ul { font-family: 'Segoe UI', sans-serif; color: #444; margin: 12px 0 12px 20px; font-size: 0.95rem; }
.service-detail-content li { margin-bottom: 6px; }
.service-detail.reverse { flex-direction: row-reverse; }

/* === FAQs === */
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { background: #fff; border-radius: 4px; margin-bottom: 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); overflow: hidden; }
.faq-question { font-family: 'Segoe UI', sans-serif; font-size: 1rem; font-weight: 600; color: #1a2744; padding: 20px 24px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s; }
.faq-question:hover { background: #f7f6f3; }
.faq-question::after { content: '+'; font-size: 1.4rem; color: #8b6914; transition: transform 0.2s; }
.faq-item.open .faq-question::after { content: '\2212'; }
.faq-answer { font-family: 'Segoe UI', sans-serif; font-size: 0.95rem; color: #444; padding: 0 24px 20px; line-height: 1.7; display: none; }
.faq-item.open .faq-answer { display: block; }

/* === About === */
.about-layout { display: flex; gap: 40px; align-items: flex-start; }
.about-photo { flex: 0 0 260px; }
.about-photo img { border-radius: 4px; box-shadow: 0 4px 16px rgba(0,0,0,0.1); width: 100%; }
.about-content { flex: 1; }
.about-content h2 { font-size: 1.5rem; color: #1a2744; margin-bottom: 14px; }
.about-content p { font-family: 'Segoe UI', sans-serif; color: #444; margin-bottom: 14px; font-size: 0.95rem; }
.about-content h3 { font-size: 1.1rem; color: #1a2744; margin: 24px 0 10px; }
.credentials { font-family: 'Segoe UI', sans-serif; list-style: none; }
.credentials li { padding: 6px 0; color: #444; font-size: 0.95rem; padding-left: 20px; position: relative; }
.credentials li::before { content: '\2713'; color: #8b6914; position: absolute; left: 0; font-weight: bold; }

/* === Blog === */
.blog-grid { max-width: 780px; margin: 0 auto; }
.blog-card { background: #fff; border-radius: 4px; margin-bottom: 24px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); overflow: hidden; padding: 28px 32px; }
.blog-card h2 { font-size: 1.3rem; color: #1a2744; margin-bottom: 6px; }
.blog-card h2 a { color: #1a2744; }
.blog-card h2 a:hover { color: #8b6914; }
.blog-date { font-family: 'Segoe UI', sans-serif; font-size: 0.82rem; color: #999; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 12px; }
.blog-card p { font-family: 'Segoe UI', sans-serif; color: #444; font-size: 0.95rem; line-height: 1.7; margin-bottom: 12px; }
.blog-read-more { font-family: 'Segoe UI', sans-serif; font-size: 0.85rem; color: #8b6914; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

/* === Blog Post === */
.blog-post { max-width: 780px; margin: 0 auto; }
.blog-post h1 { font-size: 1.8rem; color: #1a2744; margin-bottom: 8px; }
.blog-post .blog-date { margin-bottom: 24px; }
.blog-post p { font-family: 'Segoe UI', sans-serif; color: #444; font-size: 0.95rem; line-height: 1.8; margin-bottom: 16px; }
.blog-post h2 { font-size: 1.3rem; color: #1a2744; margin: 28px 0 12px; }
.blog-post ul { font-family: 'Segoe UI', sans-serif; color: #444; margin: 12px 0 16px 20px; font-size: 0.95rem; line-height: 1.8; }
.blog-post li { margin-bottom: 6px; }
.blog-back { display: inline-block; font-family: 'Segoe UI', sans-serif; font-size: 0.85rem; color: #8b6914; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 32px; }

/* === Contact === */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info h2 { font-size: 1.3rem; color: #1a2744; margin-bottom: 16px; }
.contact-item { display: flex; gap: 12px; margin-bottom: 20px; font-family: 'Segoe UI', sans-serif; font-size: 0.95rem; color: #444; }
.contact-icon { font-size: 1.2rem; color: #8b6914; flex-shrink: 0; width: 24px; text-align: center; }
.contact-form h2 { font-size: 1.3rem; color: #1a2744; margin-bottom: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-family: 'Segoe UI', sans-serif; font-size: 0.85rem; font-weight: 600; color: #1a2744; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 10px 14px; border: 1px solid #d0cdc6; border-radius: 3px; font-family: 'Segoe UI', sans-serif; font-size: 0.95rem; color: #333; transition: border-color 0.2s; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: #8b6914; }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-submit { background: #1a2744; color: #fff; padding: 12px 32px; border: none; font-family: 'Segoe UI', sans-serif; font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border-radius: 3px; cursor: pointer; transition: background 0.2s; }
.form-submit:hover { background: #2a3d5c; }
.form-success { display: none; background: #e8f5e9; color: #2e7d32; padding: 16px 20px; border-radius: 4px; font-family: 'Segoe UI', sans-serif; margin-top: 16px; }

/* === Page Banner === */
.page-banner { background: #1a2744; color: #fff; padding: 48px 0; text-align: center; }
.page-banner h1 { font-size: 2rem; font-weight: 400; margin-bottom: 8px; }
.page-banner p { font-family: 'Segoe UI', sans-serif; font-size: 1rem; opacity: 0.75; }

/* === Footer === */
.footer { background: #111; color: #aaa; padding: 40px 0 24px; font-family: 'Segoe UI', sans-serif; font-size: 0.85rem; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; margin-bottom: 28px; }
.footer h4 { color: #c9a84c; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.footer p { margin-bottom: 8px; line-height: 1.6; }
.footer a { color: #c9a84c; }
.footer a:hover { color: #e8c75a; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 6px; }
.footer-bottom { border-top: 1px solid #222; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { margin: 0; }

/* === Responsive === */
@media (max-width: 900px) {
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail, .service-detail.reverse { flex-direction: column; }
  .service-detail-img { flex: none; width: 100%; height: 200px; }
  .contact-layout { grid-template-columns: 1fr; }
  .about-layout { flex-direction: column; }
  .about-photo { flex: none; width: 200px; }
  .promise { flex-direction: column; }
  .promise-img { flex: none; width: 100%; max-width: 300px; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .menu-toggle { display: block; }
  .nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 3px solid #c9a84c; padding: 8px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 100; }
  .nav.open { display: flex; }
  .nav-link { padding: 12px 24px; }
  .header-inner { position: relative; }
  .hero { min-height: 380px; }
  .hero h1 { font-size: 1.8rem; }
  .practice-grid { grid-template-columns: 1fr; }
  .site-title { font-size: 1.4rem; }
  .top-bar-inner { flex-direction: column; gap: 4px; text-align: center; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
