/* ============================================================
   V Media Production — Shared styles for /services/ landing pages
   and the location hub pages. Reuses global tokens from style.css.
   ============================================================ */
.svc-lead { font-size: 1.15rem; line-height: 1.75; color: var(--gray-dark); }
.svc-answer { background: var(--gray-bg); border-left: 4px solid var(--red); border-radius: var(--radius); padding: 24px 28px; margin: 28px 0 8px; font-size: 1.05rem; line-height: 1.7; color: var(--black); }
.svc-two-col { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; }
@media (max-width: 900px) { .svc-two-col { grid-template-columns: 1fr; gap: 32px; } }

.svc-included { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 600px) { .svc-included { grid-template-columns: 1fr; } }
.svc-inc-item { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; background: white; border: 1px solid var(--gray-border); border-radius: var(--radius); }
.svc-inc-item i { color: var(--red); margin-top: 3px; flex-shrink: 0; }
.svc-inc-item strong { display: block; font-size: 0.92rem; color: var(--black); margin-bottom: 2px; }
.svc-inc-item span { font-size: 0.82rem; color: var(--gray); line-height: 1.5; }

.svc-process { display: flex; flex-direction: column; gap: 4px; }
.svc-step { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--gray-border); }
.svc-step:last-child { border-bottom: none; }
.svc-step-num { width: 40px; height: 40px; background: var(--red); color: white; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-family: var(--font-heading); flex-shrink: 0; }
.svc-step h4 { font-size: 1rem; color: var(--black); margin-bottom: 4px; }
.svc-step p { font-size: 0.9rem; color: var(--gray); line-height: 1.6; }

.svc-side-card { background: var(--black); border-radius: var(--radius-lg); padding: 28px; position: sticky; top: 96px; }
.svc-side-card h3 { color: white; font-size: 1.1rem; margin-bottom: 8px; }
.svc-side-card p { color: rgba(255,255,255,0.6); font-size: 0.875rem; line-height: 1.6; margin-bottom: 20px; }
.svc-price-tag { font-family: var(--font-heading); font-size: 2rem; font-weight: 800; color: white; }
.svc-price-tag small { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--red); margin-bottom: 4px; }
.svc-price-tag span { font-size: 0.9rem; font-weight: 500; color: rgba(255,255,255,0.4); }

.svc-areas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.svc-area-chip { padding: 8px 16px; background: white; border: 1px solid var(--gray-border); border-radius: 40px; font-size: 0.85rem; font-weight: 600; color: var(--gray-dark); }
.svc-area-chip i { color: var(--red); margin-right: 6px; }

.faq-item { border: 1px solid var(--gray-border); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; background: white; }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 20px 24px; font-size: 1rem; font-weight: 700; color: var(--black); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: inherit; }
.faq-q i { color: var(--red); transition: transform 0.25s; flex-shrink: 0; }
.faq-q.open i { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-a-inner { padding: 0 24px 22px; font-size: 0.925rem; color: var(--gray-dark); line-height: 1.7; }

.svc-related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 768px) { .svc-related { grid-template-columns: 1fr; } }
.svc-related-card { display: block; padding: 22px; background: white; border: 1px solid var(--gray-border); border-radius: var(--radius); transition: var(--transition); }
.svc-related-card:hover { border-color: var(--red); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.svc-related-card i { color: var(--red); font-size: 1.3rem; margin-bottom: 10px; }
.svc-related-card h4 { font-size: 0.98rem; color: var(--black); margin-bottom: 4px; }
.svc-related-card p { font-size: 0.82rem; color: var(--gray); line-height: 1.5; }

/* Location hub extras */
.loc-cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 768px) { .loc-cat-grid { grid-template-columns: 1fr; } }
.loc-cat { padding: 26px; background: white; border: 1px solid var(--gray-border); border-radius: var(--radius-lg); transition: var(--transition); }
.loc-cat:hover { box-shadow: var(--shadow-md); border-color: rgba(227,28,35,0.25); }
.loc-cat-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.loc-cat-head .category-icon { width: 44px; height: 44px; background: rgba(227,28,35,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--red); font-size: 1.15rem; }
.loc-cat-head h3 { font-size: 1.05rem; color: var(--black); }
.loc-cat ul { list-style: none; padding: 0; margin: 0; }
.loc-cat li { margin-bottom: 8px; }
.loc-cat li a { font-size: 0.9rem; color: var(--gray-dark); display: inline-flex; align-items: center; gap: 8px; }
.loc-cat li a:hover { color: var(--red); }
.loc-cat li a i { color: var(--red); font-size: 0.7rem; }
