/* ServiceItemV2 - Alternative Service Detail Page Styles */
/* Brand: #3d1a6f (purple), #170a29 (dark), #fdb913 (yellow), #ed174c (red), #7d1d61 (medium purple) */

/* ── Hero ── */
.wv2-hero-simple {
    background: linear-gradient(135deg, #3d1a6f 0%, #170a29 100%);
    color: #fff;
    padding: 7rem 0 4rem;
    text-align: center;
}
.wv2-page-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.wv2-page-subtitle {
    font-size: 1.15rem;
    opacity: 0.9;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ── Content Section ── */
.siv2-content-section {
    padding: 4rem 0;
    background: #fff;
}
.siv2-content {
    max-width: 850px;
    margin: 0 auto;
}
.siv2-service-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
}
.siv2-service-text p,
.siv2-service-text p span,
.siv2-service-text ul li,
.siv2-service-text ul li span {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
}
.siv2-service-text strong {
    font-family: 'Rubik', sans-serif !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
}
.siv2-service-text h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.75rem !important;
    color: #170a29;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.siv2-service-text h2 span strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.75rem !important;
    line-height: 1.3;
}
.siv2-service-text img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    margin: 1rem 0;
}
.siv2-service-text ul {
    list-style: none;
    padding-left: 0;
}
.siv2-service-text ul li {
    padding: 0.4rem 0 0.4rem 2rem;
    position: relative;
}
.siv2-service-text ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #fdb913;
}

/* ── Other Services Section ── */
.siv2-other-section {
    padding: 4rem 0;
    background: #f8f7fc;
}
.siv2-section-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #170a29;
    margin-bottom: 1rem;
}
.siv2-section-sub {
    font-size: 1.1rem;
    color: #666;
    max-width: 500px;
    line-height: 1.6;
}
.siv2-yellow-rule {
    width: 60px;
    height: 4px;
    background: #fdb913;
    border: none;
    margin: 1rem 0 1.5rem;
}
.siv2-yellow-rule-center {
    margin-left: auto;
    margin-right: auto;
}

/* ── Service Cards ── */
.siv2-service-link,
.siv2-service-link:link,
.siv2-service-link:visited,
.siv2-service-link:hover,
.siv2-service-link:active,
.siv2-service-link:focus {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}
.siv2-service-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    height: 100%;
    border: 1px solid #ede8f5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.siv2-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(61,26,111,0.15);
}
.siv2-service-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    background: rgba(61,26,111,0.08);
    color: #3d1a6f;
}
.siv2-service-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #170a29;
    margin-bottom: 0.75rem;
}
.siv2-service-card p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.siv2-learn-more {
    font-weight: 600;
    color: #3d1a6f;
    font-size: 0.9rem;
}
.siv2-service-card:hover .siv2-learn-more { color: #fdb913; }

/* ── CTA ── */
.hv2-cta {
    background: #fdb913;
    color: #170a29;
    padding: 4rem 0;
    text-align: center;
}
.hv2-cta h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.75rem;
}
.hv2-cta p {
    font-size: 1.1rem;
    max-width: 550px;
    margin: 0 auto 1.5rem;
}
.hv2-btn-purple {
    background: #3d1a6f;
    color: #fff;
    border: 2px solid #3d1a6f;
    padding: 0.75rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.25s ease;
}
.hv2-btn-purple:hover {
    background: #170a29;
    border-color: #170a29;
    color: #fff;
    text-decoration: none;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .wv2-page-title { font-size: 2rem; }
    .siv2-content-section { padding: 3rem 0; }
    .siv2-other-section { padding: 3rem 0; }
}
@media (max-width: 575px) {
    .wv2-hero-simple { padding: 5rem 0 3rem; }
    .wv2-page-title { font-size: 1.65rem; }
}
