/* =====================================================================
   دادگر — استایل اختصاصی صفحه اصلی
   موتیف امضادار: بخش‌های محتوایی مثل «مواد» یک سند حقوقی شماره‌گذاری می‌شوند
   ===================================================================== */

.topline {
  background: var(--ink-navy);
  color: rgba(255,255,255,.72);
  font-size: 12.5px;
}
.topline .container { display: flex; justify-content: space-between; align-items: center; padding-block: 8px; }
.topline a { color: var(--gold-light); }
.topline .sep { margin: 0 10px; opacity: .35; }

/* --- ناوبری --- */
.site-nav {
  background: var(--ink-navy);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-nav .container { display: flex; align-items: center; justify-content: space-between; padding-block: 16px; }
.brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.brand .mark { width: 34px; height: 34px; }
.brand .word { font-size: 20px; font-weight: 700; letter-spacing: .02em; }
.brand .sub { display: block; font-size: 10.5px; color: var(--gold-light); font-weight: 400; margin-top: 1px; }

.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: rgba(255,255,255,.82); font-size: 14px; transition: color .15s; }
.nav-links a:hover { color: var(--gold-light); }
.nav-cta { display: flex; gap: 10px; }
.nav-toggle { display: none; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; background: none; border: 1px solid rgba(255,255,255,.3); color: #fff; padding: 8px 12px; border-radius: 6px; }
}

/* --- هیرو --- */
.hero {
  position: relative;
  background: radial-gradient(1200px 520px at 85% -10%, rgba(184,144,46,.16), transparent 60%), var(--ink-navy);
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(180deg, rgba(255,255,255,.035) 0px, rgba(255,255,255,.035) 1px, transparent 1px, transparent 42px);
  pointer-events: none;
}
.hero .container { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; padding-block: 84px 64px; }
.hero-eyebrow { color: var(--gold-light); font-size: 13px; font-weight: 700; letter-spacing: .08em; display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.hero-eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--gold); }
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero p.lead { color: rgba(255,255,255,.72); font-size: 17px; max-width: 480px; }
.hero-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

.hero-stats { display: flex; gap: 34px; margin-top: 54px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-stats .stat b { display: block; font-size: 26px; color: var(--gold-light); font-weight: 700; }
.hero-stats .stat span { font-size: 12.5px; color: rgba(255,255,255,.6); }

.hero-emblem { display: flex; align-items: center; justify-content: center; }
.hero-emblem .ring {
  width: 320px; height: 320px; border-radius: 50%;
  border: 1px solid rgba(217,192,137,.35);
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.hero-emblem .ring::before {
  content: ''; position: absolute; inset: 22px; border-radius: 50%; border: 1px solid rgba(217,192,137,.2);
}
.hero-emblem svg { width: 150px; height: 150px; }

@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; padding-block: 56px 40px; }
  .hero-emblem { order: -1; }
  .hero-emblem .ring { width: 220px; height: 220px; }
  .hero-emblem svg { width: 100px; height: 100px; }
  .hero-stats { flex-wrap: wrap; row-gap: 18px; }
}

/* --- بخش‌های «ماده» --- */
.article-section { padding-block: 76px; }
.article-section.alt { background: var(--mist); }
.article-head { display: flex; gap: 22px; align-items: flex-start; margin-bottom: 40px; }
.article-num {
  font-size: 40px; font-weight: 700; color: var(--gold);
  border-inline-start: 3px solid var(--gold);
  padding-inline-start: 16px;
  line-height: 1;
  min-width: 64px;
}
.article-eyebrow { font-size: 12.5px; color: var(--ink-muted); font-weight: 700; letter-spacing: .06em; margin-bottom: 6px; }
.article-head h2 { margin-bottom: 0; }
.article-desc { color: var(--ink-muted); max-width: 640px; margin-top: 10px; }

/* --- گرید خدمات --- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 26px; transition: box-shadow .2s, transform .2s; }
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.service-card .icon { width: 44px; height: 44px; border-radius: 10px; background: var(--ink-navy); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.service-card .icon svg { width: 22px; height: 22px; stroke: var(--gold-light); }
.service-card h3 { margin-bottom: 8px; }
.service-card p { font-size: 14px; color: var(--ink-muted); margin: 0; }

@media (max-width: 900px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

/* --- مزایا --- */
.benefits-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 40px; }
.benefit-item { display: flex; gap: 14px; align-items: flex-start; }
.benefit-item .num { font-weight: 700; color: var(--gold); font-size: 15px; min-width: 26px; }
.benefit-item h4 { margin: 0 0 4px; font-size: 15.5px; color: var(--ink-navy); }
.benefit-item p { margin: 0; font-size: 13.5px; color: var(--ink-muted); }
@media (max-width: 700px) { .benefits-list { grid-template-columns: 1fr; } }

/* --- وکلا --- */
.lawyers-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lawyer-card { text-align: center; }
.lawyer-avatar { width: 92px; height: 92px; border-radius: 50%; background: var(--ink-navy); margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-size: 26px; font-weight: 700; border: 3px solid var(--gold-light); }
.lawyer-card h4 { margin: 0 0 3px; font-size: 15px; }
.lawyer-card span { font-size: 12.5px; color: var(--ink-muted); }
@media (max-width: 900px) { .lawyers-grid { grid-template-columns: 1fr 1fr; } }

/* --- فرآیند ثبت پرونده (تایم‌لاین واقعی - شماره‌گذاری معنادار) --- */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 22px; inset-inline: 8%; height: 1px; background: var(--line); }
.process-step { position: relative; text-align: center; padding: 0 14px; }
.process-step .dot { width: 44px; height: 44px; border-radius: 50%; background: var(--ink-navy); color: var(--gold-light); font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; position: relative; z-index: 1; }
.process-step h4 { font-size: 14.5px; margin-bottom: 6px; }
.process-step p { font-size: 13px; color: var(--ink-muted); margin: 0; }
@media (max-width: 900px) { .process-steps { grid-template-columns: 1fr 1fr; gap: 30px; } .process-steps::before { display: none; } }

/* --- تعرفه --- */
.pricing-card {
  max-width: 420px; margin: 0 auto;
  background: var(--ink-navy); color: #fff;
  border-radius: var(--radius-lg); padding: 40px;
  text-align: center; position: relative; overflow: hidden;
}
.pricing-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(184,144,46,.35), transparent 70%); }
.pricing-card .price { font-size: 42px; font-weight: 700; color: var(--gold-light); margin: 14px 0; }
.pricing-card .price small { font-size: 14px; color: rgba(255,255,255,.6); font-weight: 400; }
.pricing-feat { list-style: none; padding: 0; margin: 24px 0; text-align: right; }
.pricing-feat li { padding: 8px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 14px; color: rgba(255,255,255,.85); display: flex; gap: 8px; }
.pricing-feat li:first-child { border-top: none; }

/* --- سوالات متداول --- */
.faq-item { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq-item summary { cursor: pointer; font-weight: 700; color: var(--ink-navy); font-size: 15px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold); font-size: 20px; font-weight: 400; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { margin: 12px 0 0; color: var(--ink-muted); font-size: 14px; }

/* --- تماس --- */
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.contact-info-item .icon { width: 38px; height: 38px; border-radius: 8px; background: var(--mist); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-item .icon svg { width: 18px; height: 18px; stroke: var(--gold); }
.map-placeholder {
  height: 220px; border-radius: var(--radius-md); background: var(--mist);
  display: flex; align-items: center; justify-content: center; color: var(--ink-muted); font-size: 13px;
  border: 1px dashed var(--line); margin-top: 20px;
}
@media (max-width: 800px) { .contact-wrap { grid-template-columns: 1fr; } }

/* --- فوتر --- */
.site-footer { background: var(--ink-navy); color: rgba(255,255,255,.6); padding-block: 50px 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-grid h5 { color: #fff; font-size: 14px; margin-bottom: 14px; }
.footer-grid a { display: block; color: rgba(255,255,255,.55); font-size: 13.5px; margin-bottom: 10px; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; font-size: 12.5px; flex-wrap: wrap; gap: 10px; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
