/* ============================================
   SERVICE.HTML — PAGE-SPECIFIC STYLES
   Service Tabs, Service Detail Blocks, Packages, Industries, FAQ
   Requires: css/style.css (loaded first)
============================================ */

/* ── SERVICE NAV TABS ── */
.svc-tabs { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 68px; z-index: 90; }
.svc-tabs-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; gap: 0; overflow-x: auto; scrollbar-width: none; }
.svc-tabs-inner::-webkit-scrollbar { display: none; }
.tab-link { display: flex; align-items: center; gap: 8px; padding: 18px 22px; font-size: 14px; font-weight: 600; color: var(--muted); text-decoration: none; border-bottom: 3px solid transparent; white-space: nowrap; transition: .2s; }
.tab-link:hover { color: var(--brand); }
.tab-link.active { color: var(--brand); border-bottom-color: var(--brand); }
.tab-link span { font-size: 18px; }

/* ── SERVICE DETAIL BLOCKS ── */
.svc-block { padding: 96px 24px; }
.svc-block:nth-child(odd) { background: var(--white); }
.svc-block:nth-child(even) { background: var(--bg); }
.svc-block-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.svc-block-inner.reverse { direction: rtl; }
.svc-block-inner.reverse > * { direction: ltr; }

.svc-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--brand-light); color: var(--brand);
  font-size: 13px; font-weight: 700; letter-spacing: 0.5px;
  padding: 8px 16px; border-radius: 100px; margin-bottom: 20px;
}
.svc-content h2 { font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 34px); font-weight: 800; color: var(--dark); letter-spacing: -0.3px; line-height: 1.2; margin-bottom: 16px; }
.svc-content > p { font-size: 16px; color: var(--text); line-height: 1.8; margin-bottom: 28px; }
.svc-features { display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.svc-feat { display: flex; gap: 12px; align-items: flex-start; }
.svc-feat-icon { width: 28px; height: 28px; border-radius: 8px; background: var(--brand-light); display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.svc-feat-txt strong { display: block; font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 2px; }
.svc-feat-txt p { font-size: 14px; color: var(--muted); line-height: 1.6; }

.svc-results { background: var(--dark); border-radius: var(--radius-lg); padding: 28px; margin-bottom: 28px; }
.svc-results-label { font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #FFD166; margin-bottom: 14px; }
.svc-result-items { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.svc-result-item strong { display: block; font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 800; color: #fff; }
.svc-result-item span { font-size: 12px; color: rgba(255,255,255,0.65); }

.btn-svc {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--brand); color: var(--white);
  padding: 14px 28px; border-radius: 10px;
  font-size: 15px; font-weight: 700; text-decoration: none;
  transition: .2s; margin-right: 12px;
}
.btn-svc:hover { background: var(--brand-dark); transform: translateY(-1px); }
.btn-svc-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--brand);
  border: 2px solid var(--brand);
  padding: 12px 24px; border-radius: 10px;
  font-size: 15px; font-weight: 700; text-decoration: none;
  transition: .2s;
}
.btn-svc-ghost:hover { background: var(--brand); color: #fff; }

/* ── VISUAL PANELS ── */
.visual-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; margin-bottom: 16px; }
.svc-block:nth-child(even) .visual-card { background: var(--white); }
.visual-card-title { font-size: 13px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; }
.rank-list { list-style: none; }
.rank-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.rank-item:last-child { border-bottom: none; }
.rank-pos { width: 28px; height: 28px; border-radius: 8px; background: var(--brand-light); color: var(--brand); font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rank-pos.top { background: #FFD166; color: #7a5800; }
.rank-kw { font-size: 14px; color: var(--text); font-weight: 500; flex: 1; }
.rank-badge { font-size: 12px; font-weight: 700; color: #059669; background: #D1FAE5; padding: 3px 10px; border-radius: 100px; }

.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric-box { background: var(--bg); border-radius: var(--radius); padding: 16px; text-align: center; }
.metric-box strong { display: block; font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 800; color: var(--brand); }
.metric-box span { font-size: 12px; color: var(--muted); }

.process-steps { display: flex; flex-direction: column; gap: 12px; }
.process-step { display: flex; gap: 14px; align-items: flex-start; padding: 14px; background: var(--bg); border-radius: var(--radius); }
.svc-block:nth-child(even) .process-step { background: var(--white); border: 1px solid var(--border); }
.ps-num { width: 32px; height: 32px; border-radius: 8px; background: var(--brand); color: #fff; font-size: 13px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ps-txt strong { display: block; font-size: 14px; font-weight: 700; color: var(--dark); margin-bottom: 2px; }
.ps-txt p { font-size: 13px; color: var(--muted); line-height: 1.5; }

.price-tag { display: inline-flex; align-items: baseline; gap: 6px; background: var(--brand-light); border-radius: var(--radius); padding: 12px 18px; margin-top: 8px; }
.price-tag strong { font-size: 22px; font-weight: 800; color: var(--brand); }
.price-tag span { font-size: 13px; color: var(--muted); }

/* ── PACKAGES SECTION ── */
.packages { background: var(--dark); padding: 96px 24px; }
.packages .section-title { color: #fff; }
.packages .section-sub { color: rgba(255,255,255,0.7); }
.packages .section-label { color: #FFD166; }
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.pkg-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); padding: 36px 28px; position: relative; transition: .25s; }
.pkg-card.popular { background: var(--brand); border-color: var(--brand); }
.pkg-card:hover { transform: translateY(-4px); }
.pkg-popular-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: #FFD166; color: #7a5800;
  font-size: 12px; font-weight: 800; letter-spacing: 0.5px;
  padding: 5px 18px; border-radius: 100px;
}
.pkg-name { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 8px; }
.pkg-card.popular .pkg-name { color: rgba(255,255,255,0.8); }
.pkg-price { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.pkg-period { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 24px; }
.pkg-features { list-style: none; margin-bottom: 28px; }
.pkg-features li { font-size: 14px; color: rgba(255,255,255,0.8); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.08); display: flex; gap: 10px; align-items: center; }
.pkg-features li::before { content: '✓'; color: #FFD166; font-weight: 800; flex-shrink: 0; }
.pkg-features li.off { color: rgba(255,255,255,0.3); }
.pkg-features li.off::before { content: '—'; color: rgba(255,255,255,0.2); }
.pkg-btn {
  display: block; width: 100%; padding: 14px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25);
  border-radius: 10px; color: #fff;
  font-size: 15px; font-weight: 700; text-align: center;
  text-decoration: none; transition: .2s; font-family: inherit;
}
.pkg-card.popular .pkg-btn { background: #FFD166; color: #7a5800; border-color: #FFD166; }
.pkg-btn:hover { opacity: 0.85; }

/* ── INDUSTRIES ── */
.industries { background: var(--bg); padding: 88px 24px; }
.ind-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin-top: 48px; }
.ind-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 16px; text-align: center; transition: .2s; }
.ind-card:hover { border-color: #B9D0FF; box-shadow: 0 8px 24px rgba(10,71,194,0.08); transform: translateY(-2px); }
.ind-icon { font-size: 32px; margin-bottom: 10px; }
.ind-name { font-size: 14px; font-weight: 700; color: var(--dark); }

/* ── FAQ (page-level wrapper, accordion styles in shared style.css) ── */
.faq { background: var(--white); padding: 88px 24px; }

/* ── CTA ── */
.cta-section { background: linear-gradient(135deg, #0A47C2 0%, #072E8A 100%); padding: 88px 24px; text-align: center; }
.cta-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(26px, 4vw, 44px); font-weight: 800; color: #fff; margin-bottom: 16px; }
.cta-section p { font-size: 18px; color: rgba(255,255,255,0.8); margin-bottom: 36px; }
.btn-cta-white { background: #fff; color: var(--brand); padding: 15px 36px; border-radius: 10px; font-size: 16px; font-weight: 700; text-decoration: none; display: inline-block; margin: 0 8px 12px; transition: .2s; }
.btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.btn-cta-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4); padding: 13px 32px; border-radius: 10px; font-size: 16px; font-weight: 700; text-decoration: none; display: inline-block; margin: 0 8px 12px; transition: .2s; }
.btn-cta-outline:hover { border-color: #fff; }

/* ── RESPONSIVE (page-specific) ── */
@media (max-width: 960px) {
  .svc-block-inner { grid-template-columns: 1fr; gap: 40px; }
  .svc-block-inner.reverse { direction: ltr; }
  .pkg-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 600px) {
  .svc-result-items { grid-template-columns: 1fr 1fr; }
  .metric-row { grid-template-columns: 1fr 1fr; }
}
  