/* MyVirtualPeople - Global Stylesheet 2026 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;600;700;800&display=swap');

/* Reset & Base */
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background-color: #f8f6f2; color: #1a2b4b; margin: 0; }

/* Typography - Strictly No Italics */
h1, h2, h3, h4, .serif { 
    font-family: 'Playfair Display', serif; 
    font-style: normal !important; 
}

/* Navigation & Logo Block */
.nav-sticky { background-color: white; border-bottom: 1px solid #e2e8f0; padding: 0.75rem 1.5rem; position: sticky; top: 0; z-index: 50; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.logo-container { display: inline-flex; align-items: center; text-decoration: none; gap: 4px; }
.logo-icon-box { position: relative; width: 40px; height: 40px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.logo-img-wrapper { width: 32px; height: 32px; overflow: hidden; z-index: 2; display: flex; align-items: center; justify-content: center; }
.logo-text-wrapper { display: flex; flex-direction: column; line-height: 0.9; }
.logo-main-text { font-family: 'Playfair Display', serif; font-size: 24px; color: #1a2b4b; font-weight: 700; letter-spacing: -0px; text-transform: uppercase; font-style: normal; }
.logo-accent { color: #8b0000; }
.logo-tagline { font-family: 'Inter', sans-serif; font-size: 7.5px; font-weight: 800; color: #1a2b4b; letter-spacing: 2.2px; text-transform: uppercase; margin-top: 3px; opacity: 0.9; }

/* Global Components */
.btn-crimson { background-color: #8b0000; color: white; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; transition: 0.3s; cursor: pointer; border: none; text-align: center; text-decoration: none; }
.btn-crimson:hover { background-color: #b91c1c; }
.btn-oxford { background-color: #1a2b4b; color: white; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; transition: 0.3s; text-decoration: none; text-align: center; }
.btn-oxford:hover { background-color: #004225; }

/* Hero & Section Layouts */
.hero-bg { background: linear-gradient(to right, rgba(26, 43, 75, 0.95), rgba(26, 43, 75, 0.85)), url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1920&q=80'); background-size: cover; background-position: center; }
.section-white { background-color: #ffffff; padding: 6rem 1.5rem; }
.section-stone { background-color: #f8f6f2; padding: 6rem 1.5rem; border-top: 1px solid rgba(26,43,75,0.05); border-bottom: 1px solid rgba(26,43,75,0.05); }
.section-dark { background-color: #1a2b4b; color: #ffffff; padding: 6rem 1.5rem; }

/* Industry Tags */
.industry-tag { px-6 py-2 border border-stone-200 rounded-full font-bold text-sm; transition: 0.3s; cursor: default; }
.industry-tag:hover { border-color: #8b0000; color: #8b0000; }

/* Footer Styles */
.footer-input { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); color: white; width: 100%; padding: 0.75rem; font-size: 0.875rem; }
.footer-input:focus { border-color: #8b0000; outline: none; }


/* Payment Icon Styling */
.payment-icon {
    height: 24px;
    width: auto;
    background-color: white;
    padding: 4px;
    border-radius: 4px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.payment-icon-crypto {
    height: 24px;
    width: auto;
    filter: grayscale(20%); /* Keeps it subtle in the footer */
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4px;
    border-radius: 4px;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.payment-icon:hover, .payment-icon-crypto:hover {
    transform: translateY(-2px);
    opacity: 1;
    filter: grayscale(0%);
}

/* Moderation Types Grid Styles */
.mod-card {
    background: white;
    padding: 2.5rem;
    border: 1px solid rgba(26, 43, 75, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mod-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -15px rgba(26, 43, 75, 0.1);
    border-color: #8b0000;
}

.mod-icon {
    color: #8b0000;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.mod-card-title {
    font-family: 'Inter', sans-serif; /* Keep headers clean */
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    letter-spacing: -0.025em;
    color: #1a2b4b;
}

.mod-card-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #64748b;
}


/* Case Study Styles */
#case-study strong {
    color: #1a2b4b;
    font-weight: 700;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

/* Timeline/Impact Stats */
#case-study .bg-oxford {
    background: linear-gradient(145deg, #1a2b4b 0%, #0e1a30 100%);
}

#case-study .text-gold {
    color: #c5a059;
}

/* Quote styling */
.fa-quote-left {
    opacity: 0.3;
}


/* Pricing Table Styles */
.pricing-card {
    background: white;
    padding: 3rem 2rem;
    border: 1px solid rgba(26, 43, 75, 0.05);
    text-align: center;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pricing-card.featured {
    border: 2px solid #8b0000;
    box-shadow: 0 25px 50px -12px rgba(139, 0, 0, 0.15);
    transform: scale(1.05);
    z-index: 10;
}

.featured-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #8b0000;
    color: white;
    padding: 4px 15px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-oxford-outline {
    border: 2px solid #1a2b4b;
    color: #1a2b4b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: 0.3s;
    text-decoration: none;
}

.btn-oxford-outline:hover {
    background: #1a2b4b;
    color: white;
}

/* Savings Highlight */
.bg-britishGreen\/5 { background-color: rgba(0, 66, 37, 0.05); }
.bg-crimson\/5 { background-color: rgba(139, 0, 0, 0.05); }

/* Table Styling */
table { border-collapse: collapse; }
th, td { border-bottom: 1px solid rgba(26, 43, 75, 0.05); }

/* Ensure the featured card stays prominent */
.pricing-card.featured {
    border: 2px solid #8b0000;
    transform: scale(1.05);
}

@media (max-width: 1024px) {
    .pricing-card.featured {
        transform: scale(1);
        margin: 1.5rem 0;
    }
}

/* Heritage Section Polish */
#heritage {
    background: linear-gradient(135deg, #1a2b4b 0%, #0a111f 100%);
    position: relative;
    overflow: hidden;
}

/* Subtle background decorative text */
#heritage::after {
    content: "EXPERIENCE";
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 150px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    pointer-events: none;
    letter-spacing: 10px;
}

#heritage .text-6xl {
    font-family: 'Inter', sans-serif;
    letter-spacing: -2px;
}

/* Onboarding Step Styling */
#process .group:hover h3 {
    color: #c5a059; /* Changes title to gold on hover */
    transition: 0.3s;
}

#process p {
    min-height: 80px; /* Keeps the grid aligned even with varying text lengths */
}

/* Timeline circle shadow */
#process .rounded-full {
    box-shadow: 0 0 20px rgba(197, 160, 89, 0.1);
}

/* SEO Landing Page Specifics */
.hero-gradient {
    background: linear-gradient(135deg, rgba(26, 43, 75, 0.96) 0%, rgba(26, 43, 75, 0.8) 100%), 
                url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
}

.icon-box-crimson {
    width: 50px;
    height: 50px;
    background: rgba(139, 0, 0, 0.1);
    color: #8b0000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.check-list-item i {
    color: #004225;
    margin-right: 12px;
}

.audit-box {
    background: linear-gradient(145deg, #f8f6f2 0%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    border-left: 5px solid #8b0000;
}

/* --- Google Ads Page Specifics --- */

/* Ads Hero with Deep Navy Tint */
.hero-ads {
    background: linear-gradient(to right, rgba(26, 43, 75, 0.98), rgba(26, 43, 75, 0.85)), 
                url('http://googleusercontent.com/image_collection/image_retrieval/14474384646938168108');
    background-size: cover;
    background-position: center;
    padding: 6rem 1.5rem;
}

/* Trust Bar Styling */
.trust-bar {
    background: white;
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
}

/* Solution Box highlight */
.solution-check-box {
    background: #f8f6f2;
    padding: 1.5rem;
    border-left: 4px solid #004225; /* British Green accent */
    margin-bottom: 1rem;
}

/* Step Circles */
.step-circle {
    width: 60px;
    height: 60px;
    background: #1a2b4b;
    color: #c5a059;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

/* Metric Display */
.metric-value {
    color: #8b0000;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}
/* Dark Trust Section Colors */
.bg-oxford { background-color: #1a2b4b; }
.bg-regal { background-color: #0e1a30; }
.text-gold { color: #c5a059; }

#trust-protocol h2, 
#trust-protocol h3, 
#trust-protocol h4 {
    font-style: normal !important; /* Non-italicized headlines */
}

/* Background hover glow for icons */
#trust-protocol .group:hover .flex-shrink-0 {
    box-shadow: 0 0 20px rgba(139, 0, 0, 0.4);
    border-color: #8b0000;
}

/* Subtle text colors for dark mode */
.text-stone\/60 { color: rgba(248, 246, 242, 0.6); }
.text-stone\/50 { color: rgba(248, 246, 242, 0.5); }
.text-stone\/40 { color: rgba(248, 246, 242, 0.4); }

/* Staffing Page Specifics */
.uk-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(26, 43, 75, 0.05);
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(26, 43, 75, 0.1);
    font-[10px] font-bold uppercase tracking-widest text-oxford;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.comparison-table tr {
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.comparison-table td {
    padding: 20px;
}

.comparison-table td:first-child {
    border-radius: 8px 0 0 8px;
    font-weight: 700;
}

.comparison-table td:last-child {
    border-radius: 0 8px 8px 0;
}


/* Cost Comparison Table Styling */
#cost-comparison table {
    border-radius: 12px;
    border-collapse: separate;
    border-spacing: 0;
}

#cost-comparison th:first-child { border-top-left-radius: 12px; }
#cost-comparison th:last-child { border-top-right-radius: 12px; }

#cost-comparison .bg-crimson {
    background-color: #8b0000;
}

#cost-comparison .text-britishGreen {
    color: #004225;
}

/* Highlight the MVP Column */
#cost-comparison .bg-crimson\/5 {
    background-color: rgba(139, 0, 0, 0.05);
}

#cost-comparison .bg-crimson\/10 {
    background-color: rgba(139, 0, 0, 0.1);
}

/* Role Selector Styling */
.role-card {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #000;
}

.role-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transition: transform 0.5s ease;
}

.role-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(26, 43, 75, 0.9), transparent);
    display: flex;
    align-items: flex-end;
    padding: 15px;
}

.role-card-overlay span {
    color: white;
    font-[10px] font-bold uppercase tracking-widest text-left leading-tight;
}

/* Active & Hover States */
.role-card:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.role-card.active {
    border-color: #8b0000; /* Crimson Border */
    box-shadow: 0 0 20px rgba(139, 0, 0, 0.3);
}

.role-card.active img {
    opacity: 1;
}

.role-card.active .role-card-overlay {
    background: linear-gradient(to top, #8b0000, transparent);
}

/* Clean Icon Card Styles */
.icon-role-card {
    background: white;
    border: 1px solid #e5e7eb; /* Light gray border */
    border-radius: 12px;
    padding: 24px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.icon-role-card i {
    font-size: 1.75rem;
    color: #1a2b4b; /* Oxford Navy Icons */
    transition: all 0.3s ease;
}

.icon-role-card span {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b; /* Slate text */
    text-align: center;
}

/* Hover State */
.icon-role-card:hover {
    border-color: #8b0000;
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.icon-role-card:hover i {
    color: #8b0000;
}

/* Active Selected State */
.icon-role-card.active {
    background: #fdf2f2; /* Very faint crimson tint */
    border: 2px solid #8b0000;
    box-shadow: 0 4px 6px -1px rgba(139, 0, 0, 0.1);
}

.icon-role-card.active i {
    color: #8b0000;
}

.icon-role-card.active span {
    color: #1a2b4b;
}

/* Specific Style for 'Other' */
.icon-role-card.other {
    background: #f8f6f2; /* Stone background */
}

/* Talent Card Styling */
.talent-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.talent-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border-color: #8b0000;
}

.talent-image {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #f8f6f2;
}

.talent-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%);
    transition: all 0.5s ease;
}

.talent-card:hover .talent-image img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.talent-rate {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(139, 0, 0, 0.9), transparent);
    color: white;
    padding: 20px 15px 10px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.talent-info {
    padding: 20px;
}

.talent-info h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    color: #1a2b4b;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.role-tag {
    display: inline-block;
    color: #8b0000;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.talent-info p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.6;
}