/* PSNR Service Limited — service page styles
   Loaded after app.css; inherits the same palette and leather texture. */

/* ---------- Page hero ---------- */
.svc-hero {
    position: relative;
    padding: 190px 0 90px;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}
.svc-hero-img {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    filter: grayscale(55%) brightness(0.34) contrast(1.05) sepia(0.14);
}
.svc-hero::after {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 50% 45%, rgba(212,175,55,0.10) 0%, transparent 60%),
        linear-gradient(180deg, rgba(8,8,8,0.72) 0%, rgba(8,8,8,0.92) 100%);
}
.svc-hero-inner { position: relative; z-index: 2; text-align: center; }

.crumb {
    font-family: 'Courier New', monospace;
    font-size: 0.72rem;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 1.8rem;
    color: var(--text-muted);
}
.crumb a { color: var(--text-muted); text-decoration: none; }
.crumb a:hover { color: var(--gold); }
.crumb span { margin: 0 8px; }
.crumb .crumb-here { color: var(--gold); margin: 0; }

.svc-hero-icon {
    font-size: 2.6rem;
    color: var(--gold);
    margin-bottom: 1.2rem;
    display: block;
    text-shadow: 0 0 32px rgba(212,175,55,0.35);
}
.svc-hero h1 {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 3rem;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.9rem;
}
.svc-strap {
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0;
}

/* ---------- Intro ---------- */
.svc-intro {
    font-size: 1.12rem;
    line-height: 1.95;
    color: var(--text);
    border-left: 2px solid var(--gold);
    padding-left: 1.6rem;
    margin-bottom: 2.2rem;
}
.svc-cta-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ---------- Detail blocks ---------- */
.detail-block {
    position: relative;
    border-top: 1px solid var(--line);
    padding: 2.6rem 0 0.6rem;
}
.detail-block:first-child { border-top: none; padding-top: 0; }
.detail-num {
    font-family: 'Courier New', monospace;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--gold);
    opacity: 0.7;
    display: block;
    margin-bottom: 0.6rem;
}
.detail-block h3 {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.45rem;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 1.6rem;
}
.detail-list { list-style: none; padding: 0; margin: 0; }
.detail-list li {
    position: relative;
    padding-left: 1.9rem;
    margin-bottom: 1.15rem;
    font-size: 0.95rem;
    line-height: 1.9;
    color: var(--text-muted);
}
.detail-list li::before {
    content: '\25AA';
    position: absolute;
    left: 0; top: 0;
    color: var(--gold);
    font-size: 0.72rem;
    line-height: 2.4;
}
.detail-list strong { color: var(--text); font-weight: 600; }
.detail-list em { color: var(--gold); font-style: normal; }

/* ---------- FAQs ---------- */
.faq-wrap {
    border: 1px solid var(--line);
    border-radius: 4px;
    overflow: hidden;
}
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: none; }

.faq-q {
    width: 100%;
    background: rgba(16,15,15,0.9);
    border: none;
    text-align: left;
    padding: 1.4rem 1.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    cursor: pointer;
    color: var(--text);
    font-family: 'Cinzel', Georgia, serif;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.faq-q:hover { background: rgba(212,175,55,0.055); color: var(--gold); }
.faq-q i {
    color: var(--gold);
    font-size: 0.8rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.faq-item.open .faq-q { color: var(--gold); background: rgba(212,175,55,0.05); }
.faq-item.open .faq-q i { transform: rotate(45deg); }

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    background: rgba(8,8,8,0.6);
}
.faq-item.open .faq-a { max-height: 420px; }
.faq-a p {
    padding: 1.3rem 1.7rem 1.6rem;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.9;
    color: var(--text-muted);
}

/* ---------- Enquire panel ---------- */
.enquire-panel {
    border: 1px solid var(--line-strong);
    border-radius: 4px;
    background: rgba(10,10,10,0.6);
    padding: 3.2rem 2rem;
    text-align: center;
    box-shadow: inset 0 0 70px rgba(212,175,55,0.05);
}
.enquire-panel h2 {
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.9rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 1.1rem;
}
.enquire-panel p {
    max-width: 620px;
    margin: 0 auto 2rem;
    color: var(--text-muted);
    font-size: 0.96rem;
    line-height: 1.9;
}

/* ---------- Related services ---------- */
.rel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--line);
    background: var(--line);
    gap: 1px;
}
.rel-card {
    background: rgba(16,15,15,0.96);
    padding: 1.9rem 1rem;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
    transition: all 0.3s ease;
}
.rel-card i { font-size: 1.6rem; color: var(--gold); }
.rel-card span {
    font-size: 0.78rem;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: var(--text-muted);
    line-height: 1.5;
}
.rel-card:hover { background: rgba(212,175,55,0.07); }
.rel-card:hover span { color: var(--gold); }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .svc-hero { padding: 140px 0 60px; }
    .svc-hero h1 { font-size: 1.9rem; }
    .svc-hero-icon { font-size: 2rem; }
    .svc-intro { font-size: 1rem; padding-left: 1.1rem; }
    .detail-block h3 { font-size: 1.15rem; }
    .enquire-panel { padding: 2.2rem 1.2rem; }
    .enquire-panel h2 { font-size: 1.3rem; }
    .rel-grid { grid-template-columns: repeat(2, 1fr); }
    .faq-q { font-size: 0.86rem; padding: 1.1rem 1.2rem; }
    .faq-a p { padding: 1rem 1.2rem 1.3rem; font-size: 0.88rem; }
}
@media (max-width: 576px) {
    .svc-cta-row .btn { width: 100%; }
}
