﻿/**
 * Resume Samples Index Page Styles
 * Matches Distribution Page Style - Clean & Professional
 * @version 2.0
 */

/* ==========================================
   FONT FACE DECLARATIONS
   ========================================== */
@font-face {
    font-family: 'AvertaPE';
    src: url('/asset/fonts/AvertaPE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaPESemiBold';
    src: url('/asset/fonts/AvertaPE-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvertaPEBold';
    src: url('/asset/fonts/AvertaPE-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ==========================================
   BREADCRUMB
   ========================================== */
.rsi-breadcrumb {
    background: #f8f9fa;
    padding: 14px 24px;
    border-bottom: 1px solid #e2e8f0;
}

.rsi-breadcrumb-inner {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 14px;
    font-family: AvertaPE, sans-serif;
    color: #718096;
}

.rsi-breadcrumb a {
    color: #1f295e;
    text-decoration: none;
}

.rsi-breadcrumb a:hover {
    text-decoration: underline;
}

.rsi-sep {
    margin: 0 8px;
    color: #cbd5e0;
}

.rsi-current {
    color: #718096;
}

/* ==========================================
   HERO SECTION - Matches Distribution Style
   ========================================== */
.rsi-hero {
    background: #ffffff;
    padding: 50px 24px;
    border-bottom: 1px solid #e2e8f0;
}

.rsi-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
}

.rsi-hero-content {
    flex: 1;
}

/* Google Reviews Badge */
.rsi-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    color: #166534;
    font-family: AvertaPESemiBold, sans-serif;
    margin-bottom: 14px;
}

.rsi-hero-badge img {
    height: 20px;
    width: auto;
}

/* Eyebrow Text */
.rsi-hero-eyebrow {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 15px;
    color: #1f295e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

/* Main Headline */
.rsi-hero-headline {
    font-family: AvertaPEBold, sans-serif;
    font-size: 42px;
    color: #1f295e;
    line-height: 1.15;
    margin-bottom: 14px;
}

/* Subtitle */
.rsi-hero-subtitle {
    font-size: 17px;
    font-family: AvertaPE, sans-serif;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 14px;
    max-width: 520px;
}

/* Rejected/Overlooked */
.rsi-hero-rejected {
    font-family: AvertaPEBold, sans-serif;
    font-size: 17px;
    color: #1f295e;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.rsi-hero-rejected .text-green {
    color: #02c153;
}

.mobile-break {
    display: none;
}

/* Tagline */
.rsi-hero-tagline {
    font-family: AvertaPEBold, sans-serif;
    font-size: 28px;
    color: #1f295e;
    margin-bottom: 28px;
}

/* CTA Buttons */
.rsi-hero-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.rsi-hero-cta .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    font-family: AvertaPEBold, sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
    gap: 8px;
    white-space: nowrap;
    border: 2px solid transparent;
}

.rsi-hero-cta .btn-listen {
    background: #1f295e;
    border-color: #1f295e;
    color: #fff;
}

.rsi-hero-cta .btn-listen:hover {
    background: #2a3a7d;
    border-color: #2a3a7d;
}

.rsi-hero-cta .btn-listen svg {
    stroke: #fff;
}

.rsi-hero-cta .btn-primary {
    background: #02c153;
    border-color: #02c153;
    color: #fff;
}

.rsi-hero-cta .btn-primary:hover {
    background: #01a347;
    border-color: #01a347;
}

.rsi-hero-cta .btn-secondary {
    background: #fff;
    border-color: #1f295e;
    color: #1f295e;
}

.rsi-hero-cta .btn-secondary:hover {
    background: #1f295e;
    color: #fff;
}

/* Hero Right - Resume Preview Grid */
.rsi-hero-right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
}

.rsi-hero-image-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.rsi-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 340px;
}

.rsi-preview-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.rsi-preview-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.rsi-preview-card img {
    width: 100%;
    height: auto;
    display: block;
}

.rsi-preview-title {
    padding: 10px 12px;
    font-size: 12px;
    font-family: AvertaPESemiBold, sans-serif;
    color: #1f295e;
    text-align: center;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rsi-view-all {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 15px;
    color: #02c153;
    text-decoration: none;
}

.rsi-view-all:hover {
    text-decoration: underline;
}

/* ==========================================
   FEATURED INDUSTRIES SECTION
   ========================================== */
.rsi-featured {
    background: #ffffff;
    padding: 70px 24px;
    border-bottom: 1px solid #e2e8f0;
}

.rsi-featured-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.rsi-featured h2 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 42px;
    text-align: center;
    margin-bottom: 12px;
    color: #1f295e;
    line-height: 1.15;
}

.rsi-section-subtitle {
    text-align: center;
    color: #4a5568;
    font-size: 17px;
    font-family: AvertaPE, sans-serif;
    margin-bottom: 48px;
    line-height: 1.7;
}

.rsi-featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.rsi-featured-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 24px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.rsi-featured-card:hover {
    border-color: #1f295e;
    box-shadow: 0 4px 12px rgba(31, 41, 94, 0.1);
    transform: translateY(-2px);
}

.rsi-featured-content h3 {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 18px;
    color: #1f295e;
    margin-bottom: 4px;
}

.rsi-featured-count {
    font-size: 14px;
    font-family: AvertaPE, sans-serif;
    color: #02c153;
}

.rsi-featured-arrow {
    color: #cbd5e0;
    flex-shrink: 0;
    transition: color 0.2s, transform 0.2s;
}

.rsi-featured-card:hover .rsi-featured-arrow {
    color: #1f295e;
    transform: translateX(4px);
}

/* ==========================================
   ALL INDUSTRIES SECTION
   ========================================== */
.rsi-all-industries {
    background: #f8f9fa;
    padding: 70px 24px;
}

.rsi-all-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.rsi-all-inner h2 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 42px;
    text-align: center;
    margin-bottom: 12px;
    color: #1f295e;
    line-height: 1.15;
}

.rsi-industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.rsi-industry-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.rsi-industry-card:hover {
    border-color: #1f295e;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(31, 41, 94, 0.1);
}

.rsi-industry-name {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 15px;
    color: #1f295e;
}

.rsi-industry-count {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 13px;
    color: #02c153;
    background: #f0fdf4;
    padding: 4px 10px;
    border-radius: 50px;
}

/* ==========================================
   VALUE PROPOSITION SECTION
   ========================================== */
.rsi-value {
    background: #ffffff;
    padding: 70px 24px;
    border-top: 1px solid #e2e8f0;
}

.rsi-value-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.rsi-value h2 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 42px;
    text-align: center;
    margin-bottom: 48px;
    color: #1f295e;
    line-height: 1.15;
}

.rsi-value h2 .text-green {
    color: #02c153;
}

.rsi-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.rsi-value-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.rsi-value-icon {
    width: 56px;
    height: 56px;
    background: #1f295e;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.rsi-value-icon svg {
    color: #ffffff;
    stroke: #ffffff;
}

.rsi-value-card h3 {
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 18px;
    color: #1f295e;
    margin-bottom: 12px;
}

.rsi-value-card p {
    font-size: 15px;
    font-family: AvertaPE, sans-serif;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================
   KHOI VIDEO SECTION
   ========================================== */
.rsi-video-section {
    background: #f8f9fa;
    padding: 70px 24px;
    border-top: 1px solid #e2e8f0;
}

.rsi-video-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.rsi-video-inner h2 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 42px;
    color: #1f295e;
    margin-bottom: 16px;
    line-height: 1.15;
}

.rsi-video-subtitle {
    font-size: 17px;
    font-family: AvertaPE, sans-serif;
    color: #4a5568;
    margin-bottom: 32px;
    line-height: 1.7;
}

.rsi-video-wrapper {
    margin-bottom: 32px;
}

.rsi-video-thumbnail {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.rsi-video-thumbnail:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}

.rsi-video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.rsi-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(2, 193, 83, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}

.rsi-video-thumbnail:hover .rsi-video-play {
    background: #02c153;
    transform: translate(-50%, -50%) scale(1.1);
}

.rsi-video-play svg {
    margin-left: 4px;
}

.rsi-video-label {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(31, 41, 94, 0.9);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 14px;
}

.rsi-video-cta {
    display: flex;
    justify-content: center;
}

.rsi-video-cta .btn-primary {
    background: #02c153;
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-family: AvertaPEBold, sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
    border: 2px solid #02c153;
}

.rsi-video-cta .btn-primary:hover {
    background: #01a347;
    border-color: #01a347;
}

@media (max-width: 768px) {
    .rsi-video-section {
        padding: 50px 20px;
    }
    
    .rsi-video-inner h2 {
        font-size: 30px;
    }
    
    .rsi-video-play {
        width: 60px;
        height: 60px;
    }
    
    .rsi-video-play svg {
        width: 32px;
        height: 32px;
    }
}

/* ==========================================
   CTA SECTION
   ========================================== */
.rsi-cta-section {
    background: #1f295e;
    padding: 70px 24px;
}

.rsi-cta-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.rsi-cta-inner h2 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 42px;
    color: #ffffff;
    margin-bottom: 16px;
    line-height: 1.15;
}

.rsi-cta-inner > p {
    font-size: 17px;
    font-family: AvertaPE, sans-serif;
    color: rgba(255,255,255,0.8);
    margin-bottom: 32px;
    line-height: 1.7;
}

.rsi-cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.rsi-cta-buttons .btn-white {
    background: #ffffff;
    color: #1f295e;
    padding: 14px 28px;
    border-radius: 8px;
    font-family: AvertaPEBold, sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
    border: 2px solid #ffffff;
}

.rsi-cta-buttons .btn-white:hover {
    background: transparent;
    color: #ffffff;
}

.rsi-cta-buttons .btn-outline-white {
    background: transparent;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    font-family: AvertaPEBold, sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s;
    border: 2px solid #ffffff;
}

.rsi-cta-buttons .btn-outline-white:hover {
    background: #ffffff;
    color: #1f295e;
}

.rsi-cta-phone {
    font-size: 15px;
    font-family: AvertaPE, sans-serif;
    color: rgba(255,255,255,0.7);
}

.rsi-cta-phone a {
    color: #ffffff;
    text-decoration: none;
}

.rsi-cta-phone a:hover {
    text-decoration: underline;
}

/* ==========================================
   FAQ SECTION
   ========================================== */
.rsi-faq-section {
    background: #ffffff;
    padding: 70px 24px;
    border-top: 1px solid #e2e8f0;
}

.rsi-faq-inner {
    max-width: 900px;
    margin: 0 auto;
}

.rsi-faq-inner h2 {
    font-family: AvertaPEBold, sans-serif;
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
    color: #1f295e;
}

.rsi-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rsi-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.rsi-faq-question {
    width: 100%;
    padding: 20px 24px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    text-align: left;
    font-family: AvertaPESemiBold, sans-serif;
    font-size: 18px;
    color: #1f295e;
    transition: background 0.2s;
}

.rsi-faq-question:hover {
    background: #f8f9fa;
}

.rsi-faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #1f295e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.rsi-faq-icon::before {
    content: '+';
    font-size: 18px;
    font-weight: 600;
    color: #1f295e;
    line-height: 1;
}

.rsi-faq-item.open .rsi-faq-icon {
    background: #02c153;
    border-color: #02c153;
    transform: rotate(45deg);
}

.rsi-faq-item.open .rsi-faq-icon::before {
    color: #ffffff;
}

.rsi-faq-answer {
    display: none;
    padding: 0 24px 24px;
}

.rsi-faq-item.open .rsi-faq-answer {
    display: block;
}

.rsi-faq-answer p {
    font-size: 16px;
    font-family: AvertaPE, sans-serif;
    color: #4a5568;
    line-height: 1.7;
    margin: 0;
}

.rsi-faq-answer a {
    color: #02c153;
    text-decoration: none;
}

.rsi-faq-answer a:hover {
    text-decoration: underline;
}

/* ==========================================
   RESPONSIVE - TABLET
   ========================================== */
@media (max-width: 1024px) {
    .rsi-hero-inner {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }
    
    .rsi-hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .rsi-hero-subtitle {
        max-width: none;
    }
    
    .rsi-hero-cta {
        justify-content: center;
    }
    
    /* Hide preview images on tablet */
    .rsi-hero-right {
        display: none;
    }
    
    .rsi-featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rsi-industries-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .rsi-value-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================
   RESPONSIVE - MOBILE
   ========================================== */
@media (max-width: 768px) {
    .mobile-break {
        display: block;
    }
    
    .rsi-hero {
        padding: 36px 20px;
    }
    
    .rsi-hero-headline {
        font-size: 30px;
    }
    
    .rsi-hero-rejected {
        font-size: 24px;
        text-transform: none;
        letter-spacing: 0;
        line-height: 1.3;
    }
    
    .rsi-hero-tagline {
        font-size: 20px;
    }
    
    .rsi-hero-cta {
        flex-direction: column;
        width: 100%;
        max-width: 380px;
    }
    
    .rsi-hero-cta .btn {
        width: 100%;
    }
    
    /* Let's Talk - light green on mobile */
    .rsi-hero-cta .btn-secondary {
        background: #e6f9ed;
        border-color: #02c153;
        color: #02c153;
    }
    
    /* Hide preview images on mobile */
    .rsi-hero-right {
        display: none;
    }
    
    .rsi-featured,
    .rsi-all-industries,
    .rsi-value,
    .rsi-cta-section,
    .rsi-faq-section {
        padding: 50px 20px;
    }
    
    .rsi-featured h2,
    .rsi-all-inner h2,
    .rsi-value h2,
    .rsi-cta-inner h2,
    .rsi-faq-inner h2 {
        font-size: 30px;
    }
    
    .rsi-featured-grid {
        grid-template-columns: 1fr;
    }
    
    .rsi-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .rsi-value-grid {
        grid-template-columns: 1fr;
    }
    
    .rsi-faq-question {
        font-size: 16px;
        padding: 16px 20px;
    }
    
    .rsi-faq-answer {
        padding: 0 20px 20px;
    }
    
    /* Google Badge - Mobile */
    .rsi-hero-badge {
        font-size: 14px;
        padding: 8px 16px;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
    
    .rsi-hero-badge img {
        height: 18px;
    }
}

/* ==========================================
   RESPONSIVE - SMALL MOBILE
   ========================================== */
@media (max-width: 480px) {
    .rsi-hero-headline {
        font-size: 26px;
    }
    
    .rsi-hero-rejected {
        font-size: 20px;
    }
    
    .rsi-hero-eyebrow {
        font-size: 11px;
    }
    
    .rsi-industries-grid {
        grid-template-columns: 1fr;
    }
    
    .rsi-industry-card {
        padding: 14px 16px;
    }
    
    .rsi-cta-buttons {
        flex-direction: column;
    }
    
    .rsi-cta-buttons .btn-white,
    .rsi-cta-buttons .btn-outline-white {
        width: 100%;
    }
}

/* ==========================================
   VIDEO MODAL
   ========================================== */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    justify-content: center;
    align-items: center;
}

.video-modal.active {
    display: flex;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    z-index: 10001;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-close:hover {
    color: #02c153;
}

#videoContainer {
    width: 100%;
    height: 100%;
}

#videoContainer iframe {
    width: 100%;
    height: 100%;
}
/* Google Review Badge - Centralized Component */
.city-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    color: #166534;
    font-family: AvertaPESemiBold, sans-serif;
    margin-bottom: 14px;
}

.city-hero-badge img {
    height: 20px;
    width: auto;
}