/* WorkItemV2 - Portfolio Detail Page Styles */
/* Brand: #3d1a6f (purple), #170a29 (dark), #fdb913 (yellow), #ed174c (red) */

/* ── 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;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.wv2-page-subtitle {
    font-size: 1.15rem;
    opacity: 0.9;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ── Brand Dots ── */
.wiv2-heading-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 1rem;
}
.wiv2-heading-dots-center {
    justify-content: center;
}
.wiv2-heading-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.wiv2-hdot-y { background: #fdb913; }
.wiv2-hdot-r { background: #ed174c; }
.wiv2-hdot-p { background: #3d1a6f; }

/* ── Stats Section ── */
.wiv2-stats-section {
    padding: 3rem 0;
    background: #f8f7fc;
}
.wiv2-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    border: 1px solid #ede8f5;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wiv2-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(61,26,111,0.12);
}
.wiv2-stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #fff;
}
.wiv2-stat-red { background: #ed174c; }
.wiv2-stat-purple { background: #7d1d61; }
.wiv2-stat-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #3d1a6f;
    line-height: 1;
    margin-bottom: 0.5rem;
}
.wiv2-stat-label {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}

/* ── Content Section ── */
.wiv2-content-section {
    padding: 4rem 0;
    background: #fff;
}
.wiv2-content {
    max-width: 850px;
    margin: 0 auto;
}
.wiv2-work-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
}
.wiv2-work-text p,
.wiv2-work-text p span,
.wiv2-work-text ul li,
.wiv2-work-text ul li span {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
}
.wiv2-work-text strong {
    font-family: 'Rubik', sans-serif !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
}
.wiv2-work-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;
}
.wiv2-work-text img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    margin: 1rem 0;
}

/* ── Highlights Section ── */
.wiv2-highlights-section {
    padding: 3rem 0;
    background: #f8f7fc;
}
.wiv2-section-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #170a29;
    margin-bottom: 0.5rem;
}
.wiv2-logo-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid #ede8f5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease;
}
.wiv2-logo-card:hover {
    box-shadow: 0 8px 24px rgba(61,26,111,0.1);
}
.wiv2-logo-img {
    max-width: 100%;
    max-height: 60px;
}

/* ── Back Section ── */
.wiv2-back-section {
    padding: 2rem 0 0;
    background: #fff;
}
.wiv2-btn-purple {
    background: #3d1a6f;
    color: #fff;
    border: 2px solid #3d1a6f;
    padding: 0.65rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.25s ease;
}
.wiv2-btn-purple:hover {
    background: #170a29;
    border-color: #170a29;
    color: #fff;
    text-decoration: none;
}

/* ── 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; }
    .wiv2-content-section { padding: 3rem 0; }
    .wiv2-stats-section { padding: 2rem 0; }
    .wiv2-stat-number { font-size: 2rem; }
}
@media (max-width: 575px) {
    .wv2-hero-simple { padding: 5rem 0 3rem; }
    .wv2-page-title { font-size: 1.65rem; }
}
