/* ===================================
   SPORTS MARKET INSIGHTS - TEMPLATE
   Complete Design System & Styles
   =================================== */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* PRIMARY FONT: Inter - Modern, Clean, Professional */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #ffffff;
    font-size: 14px; /* Base font size - compact design */
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* ===================================
   COLOR PALETTE - SPORTS MARKET BRAND
   =================================== */
:root {
    /* PRIMARY RED COLORS */
    --primary-red: #dc2626;      /* Main brand red */
    --dark-red: #991b1b;         /* Darker red for gradients/hover */
    --accent-red: #ef4444;       /* Lighter accent red */
    
    /* BACKGROUND RED TINTS */
    --light-red: #fef2f2;        /* Very light red background */
    --medium-red: #fee2e2;       /* Medium red borders/backgrounds */
    
    /* TEXT COLORS */
    --text-dark: #1f2937;        /* Primary dark text */
    --text-medium: #4b5563;      /* Secondary medium text */
    --text-light: #6b7280;       /* Light text/descriptions */
    
    /* NEUTRAL COLORS */
    --white: #ffffff;            /* Pure white */
    --light-gray: #f3f4f6;       /* Light gray backgrounds */
    --border-gray: #e5e7eb;      /* Borders and dividers */
}

/* ===================================
   TYPOGRAPHY SCALE
   =================================== */
.hero-title {
    font-size: 1.8rem;           /* 28.8px */
    font-weight: 600;            /* Semi-bold */
}

.section-title {
    font-size: 1.5rem;           /* 21px */
    font-weight: 600;            /* Semi-bold */
}

.card-header h3 {
    font-size: 1rem;             /* 14px */
    font-weight: 600;            /* Semi-bold */
}

.hero-subtitle {
    font-size: 0.95rem;          /* 13.3px */
    font-weight: 400;            /* Regular */
}

.section-subtitle {
    font-size: 0.9rem;           /* 12.6px */
    font-weight: 400;            /* Regular */
}

.stat-number {
    font-size: 1.3rem;           /* 18.2px */
    font-weight: 600;            /* Semi-bold */
}

.stat-label {
    font-size: 0.8rem;           /* 11.2px */
    font-weight: 400;            /* Regular */
}

.nav-brand {
    font-size: 1.1rem;           /* 15.4px */
    font-weight: 600;            /* Semi-bold */
}

/* ===================================
   HEADER STYLES
   =================================== */
.header {
    /* RED GRADIENT BACKGROUND */
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--dark-red) 100%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 80px;
}

/* Main content spacing to account for fixed header */
.main-content,
.hero-section,
.hero-banner,
.hero,
body > main,
body > .hero-section,
body > .hero-banner,
body > .hero,
.home-main {
    margin-top: 80px;
}

/* Additional spacing for sections that might be at the top */
section:first-of-type,
main:first-of-type {
    margin-top: 80px;
}

/* Safety padding to prevent any content from being hidden */
body {
    padding-top: 0;
}

/* Ensure all major containers have proper spacing */
.container,
.hero-content,
.section-header {
    position: relative;
}

/* Universal fix for any section immediately after header */
header + section,
header + main,
header + div {
    margin-top: 80px !important;
}

@media (max-width: 768px) {
    header + section,
    header + main,
    header + div {
        margin-top: 120px !important;
    }
}

/* Extra small mobile devices (phones in portrait) */
@media (max-width: 480px) {
    /* Further reduce font sizes for very small screens */
    h1, .hero-title, .company-name {
        font-size: 1.2rem !important;
        line-height: 1.2;
    }
    
    h2, .section-title {
        font-size: 1rem !important;
    }
    
    h3 {
        font-size: 0.9rem !important;
    }
    
    p, .hero-subtitle {
        font-size: 0.8rem !important;
        line-height: 1.4;
    }
    
    /* Very compact navigation */
    .nav-container {
        padding: 0.5rem;
    }
    
    .brand-text {
        font-size: 0.9rem !important;
    }
    
    .nav-menu a {
        font-size: 0.75rem !important;
        padding: 0.3rem 0.6rem;
    }
    
    /* Ultra compact cards */
    .card {
        padding: 0.8rem !important;
    }
    
    .card h3 {
        font-size: 0.85rem !important;
    }
    
    .card p {
        font-size: 0.75rem !important;
    }
    
    /* Compact spacing */
    .content-section {
        padding: 0.8rem !important;
    }
    
    .container {
        padding: 0 0.8rem !important;
    }
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);         /* White text on red background */
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;       /* Remove underline for clickable logo */
    transition: opacity 0.3s ease;
}

.nav-brand:hover {
    opacity: 0.85;               /* Subtle hover effect */
}

/* Navigation Brand Text Styling */
.nav-brand {
    text-decoration: none;      /* Remove underline */
    display: flex;              /* Flex for proper alignment */
    align-items: center;        /* Center text vertically */
    transition: all 0.3s ease;  /* Smooth hover transition */
}

.nav-brand:hover {
    opacity: 0.9;               /* Subtle opacity change on hover */
}

/* Brand Text Styling */
.brand-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;          /* Professional size */
    font-weight: 700;           /* Bold weight */
    color: white;               /* White text on red background */
    letter-spacing: 0.03em;     /* Slight letter spacing for readability */
    line-height: 1.2;           /* Tight line height */
    text-transform: uppercase;   /* Uppercase for brand emphasis */
}

/* Team Role Styling */
.role {
    font-size: 0.9rem;
    color: var(--text-medium);
    font-weight: 500;
    margin-top: 0.25rem;
    font-style: italic;
}

/* ===================================
   ENHANCED TEAM PAGE STYLING
   =================================== */

/* Page Title Styling */
.page-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--primary-red);
    text-align: center;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

.page-subtitle {
    font-size: 1rem;
    color: var(--text-medium);
    text-align: center;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

/* Founder Section Styling */
.founder-section {
    padding: 2rem 0;
    background: linear-gradient(135deg, var(--light-red) 0%, var(--white) 50%, var(--light-red) 100%);
    margin-top: 80px; /* Account for fixed header */
}

.founder-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.founder-spotlight {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1.5rem;
    align-items: center;
    background: var(--white);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.1);
    border: 1px solid var(--medium-red);
}

.founder-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.founder-image-placeholder {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--dark-red) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    box-shadow: 0 6px 16px rgba(220, 38, 38, 0.2);
    border: 3px solid var(--white);
    overflow: hidden;
}

.founder-image-placeholder img,
.team-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.founder-header {
    margin-bottom: 2rem;
    position: relative;
}

.founder-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 0.3rem;
    letter-spacing: -0.01em;
}

.founder-title {
    font-size: 1rem;
    color: var(--text-medium);
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.founder-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--dark-red) 100%);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.2);
}

.founder-details {
    display: grid;
    gap: 1rem;
}

.founder-experience,
.founder-background,
.founder-vision {
    border-left: 3px solid var(--primary-red);
    padding-left: 1rem;
}

.founder-details h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-red);
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.founder-details p {
    color: var(--text-dark);
    line-height: 1.5;
    font-size: 0.85rem;
}

/* Core Team Section */
.team-section {
    padding: 2rem 0;
    background: var(--white);
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
    max-width: 750px;
    margin: 0 auto;
}

.team-member-card {
    background: var(--white);
    border-radius: 0.75rem;
    padding: 1.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-gray);
    transition: all 0.3s ease;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.team-member-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(220, 38, 38, 0.15);
    border-color: var(--primary-red);
}

.team-image-container {
    flex-shrink: 0;
}

.team-image-placeholder {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-red) 0%, var(--primary-red) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.15);
    overflow: hidden;
}

.team-content {
    flex: 1;
}

.team-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.2rem;
}

.team-role {
    font-size: 0.85rem;
    color: var(--primary-red);
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.team-experience {
    display: grid;
    gap: 0.5rem;
}

.experience-item {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.experience-item strong {
    color: var(--primary-red);
    font-weight: 600;
    font-size: 0.75rem;
}

.experience-item span {
    color: var(--text-medium);
    font-size: 0.75rem;
    line-height: 1.3;
}

/* Individual Photo Adjustments */
.andrew-photo img {
    object-position: center 20%; /* Move crop point lower (20% from top) */
}

.bradley-photo img {
    transform: scale(1.4); /* Zoom in 40% more on the face */
    object-position: center 30%; /* Adjust vertical position */
}

/* ===================================
   ENHANCED TEAM SECTIONS STYLING
   =================================== */

/* Team Strengths Section */
.team-strengths-section {
    background: linear-gradient(135deg, var(--light-red) 0%, var(--white) 100%);
    padding: 1.5rem 0;
}

.strengths-container {
    max-width: 1000px;
    margin: 0 auto;
}

.strength-highlight {
    margin-bottom: 1rem;
}

.strength-banner {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--dark-red) 100%);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.15);
}

.strength-banner h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.strength-banner p {
    font-size: 0.85rem;
    opacity: 0.95;
    line-height: 1.4;
}

.strengths-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
}

.strength-card {
    background: var(--white);
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border-left: 3px solid var(--primary-red);
    transition: all 0.3s ease;
}

.strength-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.12);
}

.strength-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.strength-header i {
    font-size: 1rem;
    color: var(--primary-red);
}

.strength-header h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dark);
}

.strength-content p {
    color: var(--text-medium);
    line-height: 1.4;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.strength-stats {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.5rem;
    background: var(--light-red);
    border-radius: 0.3rem;
}

.stat-highlight {
    font-weight: 700;
    color: var(--primary-red);
    font-size: 0.75rem;
}

.stat-label {
    font-size: 0.65rem;
    color: var(--text-medium);
}

/* Competitive Advantages Section */
.competitive-advantages {
    padding: 1.5rem 0;
    background: var(--white);
}

.advantages-container {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 0.75rem;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--light-gray);
    border-radius: 0.5rem;
    border: 1px solid var(--border-gray);
    transition: all 0.3s ease;
}

.advantage-item:hover {
    background: var(--light-red);
    border-color: var(--primary-red);
}

.major-advantage {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--dark-red) 100%);
    color: white;
    border: none;
}

.major-advantage:hover {
    background: linear-gradient(135deg, var(--dark-red) 0%, var(--primary-red) 100%);
}

.major-advantage .advantage-content h3,
.major-advantage .advantage-content p {
    color: white;
}

.advantage-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: rgba(220, 38, 38, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: var(--primary-red);
}

.major-advantage .advantage-icon {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.advantage-content h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
}

.advantage-content p {
    color: var(--text-medium);
    line-height: 1.4;
    font-size: 0.75rem;
}

/* Team Impact Section */
.team-impact {
    padding: 1.5rem 0;
    background: linear-gradient(135deg, var(--dark-red) 0%, var(--primary-red) 100%);
}

.impact-banner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: white;
}

.impact-content h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.impact-content > p {
    font-size: 0.85rem;
    opacity: 0.9;
    margin-bottom: 1.25rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.impact-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.impact-stat {
    text-align: center;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    backdrop-filter: blur(10px);
}

.impact-number {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.impact-label {
    font-size: 0.65rem;
    opacity: 0.9;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.impact-quote {
    max-width: 700px;
    margin: 0 auto;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    backdrop-filter: blur(10px);
}

.impact-quote blockquote {
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 0.75rem;
    quotes: '"' '"';
}

.impact-quote blockquote::before {
    content: open-quote;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
}

.impact-quote blockquote::after {
    content: close-quote;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
}

.impact-quote cite {
    font-size: 0.9rem;
    opacity: 0.8;
    font-style: normal;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-title {
        font-size: 2.2rem;
    }
    
    .founder-spotlight {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
        padding: 2rem;
    }
    
    .founder-image-placeholder {
        width: 200px;
        height: 200px;
        font-size: 4rem;
    }
    
    .founder-name {
        font-size: 2rem;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .team-member-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    /* Enhanced Sections Mobile Responsive */
    .strengths-grid {
        grid-template-columns: 1fr;
    }
    
    .strength-banner {
        padding: 1.5rem 2rem;
    }
    
    .strength-banner h3 {
        font-size: 1.4rem;
    }
    
    .advantage-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 1rem;
    }
    
    .impact-content h2 {
        font-size: 2rem;
    }
    
    .impact-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .impact-number {
        font-size: 2rem;
    }
    
    .impact-quote {
        padding: 1.5rem;
        margin: 2rem 1rem 0;
    }
}

.nav-brand i {
    font-size: 1.3rem;
    color: var(--white);         /* White icon */
}

/* Optional Navigation Menu */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 1.5rem;
}

.nav-menu a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

.nav-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--light-red);
}

/* Active Navigation State */
.nav-menu a.active {
    position: relative;
}

.nav-menu a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: white;
    border-radius: 2px;
}

/* ===================================
   HERO SECTION
   =================================== */
.hero {
    /* PURE WHITE BACKGROUND */
    background: #ffffff;
    padding: 2rem 1rem 1.5rem;
    margin-top: 60px;            /* Account for fixed header */
    text-align: center;
    color: var(--text-dark);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border-gray);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-dark);     /* Dark text on white */
}

.hero-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    color: var(--text-medium);   /* Medium gray text */
    font-weight: 400;
}

/* Hero Statistics Cards */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Always 3 columns */
    gap: 0.75rem;
    max-width: 800px;
    margin: 0 auto;
}

.stat-item {
    background: var(--white);
    padding: 0.6rem;
    border-radius: 0.4rem;
    border: 1px solid var(--border-gray);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.stat-number {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-red);   /* Red numbers */
    margin-bottom: 0.25rem;
}

.stat-label {
    display: block;
    font-size: 0.75rem;
    color: var(--text-medium);
    font-weight: 400;
}

/* ===================================
   LAYOUT CONTAINERS
   =================================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.main-content {
    /* Removed min-height to eliminate excessive bottom spacing */
}

/* ===================================
   CONTENT SECTIONS
   =================================== */
.content-section {
    padding: 1.5rem 0;
    background: var(--white);    /* White backgrounds */
}

.section-header {
    text-align: center;
    margin-bottom: 1rem;
}

.section-title {
    text-align: center;
}

.section-subtitle {
    text-align: center;
}

/* Ensure consistent content alignment */
.card-content {
    text-align: left;
}

.card-content p {
    text-align: left;
}

.card-content ul,
.card-content li {
    text-align: left;
}

/* Hero sections should be center aligned */
.hero-content {
    text-align: center;
}

.hero-title {
    text-align: center;
}

.hero-subtitle {
    text-align: center;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.section-title i {
    color: var(--primary-red);   /* Red icons */
}

.section-subtitle {
    font-size: 0.9rem;
    color: var(--text-medium);
    font-weight: 400;
}

/* ===================================
   CARD SYSTEM
   =================================== */
/* Improved Cards Grid Layout */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

/* Responsive Grid */
@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }
}

/* For 3-column layouts where needed */
.cards-grid.three-cols {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
    .cards-grid.three-cols {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cards-grid.three-cols {
        grid-template-columns: 1fr;
    }
}

/* Standard Card */
.card {
    background: var(--white);
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    border: 1px solid var(--border-gray);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Highlighted Card (Red Border) */
.highlight-card {
    border: 2px solid var(--primary-red);
    background: linear-gradient(135deg, var(--white) 0%, var(--light-red) 100%);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--medium-red);
}

.card-header i {
    color: var(--primary-red);   /* Red icons */
    font-size: 1.2rem;
}

.card-header h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-dark);
}

.card-content {
    color: var(--text-medium);
    line-height: 1.5;
    font-size: 0.9rem;
}

/* ===================================
   COMBINED CONTENT LAYOUTS
   =================================== */
.combined-content-vertical {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.content-section-part {
    display: flex;
    flex-direction: column;
}

.content-section-part h4 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.8rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-gray);
}

/* ===================================
   STATISTICS COMPONENTS
   =================================== */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.8rem;
}

.stat-box {
    background: var(--light-red); /* Light red background */
    border: 1px solid var(--medium-red);
    border-radius: 0.5rem;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.3s ease;
}

.stat-box:hover {
    transform: scale(1.05);
}

.stat-icon {
    font-size: 1.5rem;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-red);   /* Red values */
    margin-bottom: 0.2rem;
}

.stat-desc {
    font-size: 0.8rem;
    color: var(--text-medium);
    font-weight: 400;
}

/* ===================================
   INVESTMENT BANNER
   =================================== */
.investment-banner {
    /* RED GRADIENT BACKGROUND */
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--dark-red) 100%);
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 1rem 0;
    color: var(--white);         /* White text on red */
    box-shadow: 0 4px 8px rgba(220, 38, 38, 0.2);
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    text-align: center;
    justify-content: center;
}

.banner-content i {
    font-size: 1.5rem;
    color: var(--white);
}

.banner-text {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.banner-text strong {
    font-size: 1rem;
    font-weight: 600;
}

.banner-text span {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* Clean Fund Amount Styling */
.fund-amount {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 0.5rem;
    display: block;
}

/* Focus List Styling */
.focus-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.focus-list li {
    padding: 0.4rem 0;
    padding-left: 1.2rem;
    position: relative;
    color: var(--text-medium);
    font-size: 0.85rem;
    line-height: 1.4;
}

.focus-list li:before {
    content: "•";
    color: var(--primary-red);
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Advantage Banner Styling */
.advantage-banner {
    background: linear-gradient(135deg, var(--primary-red) 0%, var(--dark-red) 100%);
    color: white;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.advantage-banner h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.advantage-highlight h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
}

.advantage-highlight p {
    font-size: 0.9rem;
    opacity: 0.95;
    line-height: 1.5;
}

/* Clean Expertise Grid Styling */
.expertise-grid {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.expertise-item {
    padding: 0.75rem;
    background: var(--light-gray);
    border-radius: 0.4rem;
    border-left: 3px solid var(--primary-red);
    transition: all 0.3s ease;
}

.expertise-item:hover {
    background: var(--white);
    transform: translateX(3px);
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.1);
}

.expertise-item h4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.expertise-item h4 i {
    color: var(--primary-red);
    font-size: 0.8rem;
}

.expertise-item p {
    font-size: 0.8rem;
    color: var(--text-medium);
    line-height: 1.4;
    margin: 0;
}

/* ===================================
   CLEAN CAPITAL PAGE DESIGN
   =================================== */

/* Clean Hero Section */
.capital-hero {
    background: var(--white);
    border-bottom: 1px solid var(--border-gray);
}

/* Consistent Section Backgrounds */
.mission-section,
.positioning-section,
.focus-areas-section,
.advantages-section {
    background: var(--white);
}

/* Alternating Light Gray Sections */
.positioning-section,
.advantages-section {
    background: var(--light-gray);
}

/* Clean Card Hover Effects */
.capital-hero .stat-item:hover,
.mission-section .card:hover,
.positioning-section .card:hover,
.focus-areas-section .card:hover,
.advantages-section .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.1);
    border-color: var(--primary-red);
}

/* Professional Card Transitions */
.capital-hero .stat-item,
.mission-section .card,
.positioning-section .card,
.focus-areas-section .card,
.advantages-section .card {
    transition: all 0.3s ease;
}

/* Clean Advantage Banner */
.advantage-banner {
    background: var(--primary-red);
    color: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.15);
}

/* Clean Investment Approach Banner */
.investment-approach-banner {
    background: var(--primary-red);
    color: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.15);
}

.approach-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: center;
}

@media (max-width: 768px) {
    .approach-content {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.approach-item {
    padding: 1rem;
}

.approach-item i {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
    opacity: 0.9;
}

.approach-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
}

.approach-item p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}

/* Clean Market Stats Section */
.market-stats {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin: 1.5rem 0;
    border: 1px solid var(--border-gray);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    text-align: center;
}

@media (max-width: 768px) {
    .stats-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.stat-highlight {
    padding: 1.5rem 1rem;
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.1);
    transition: all 0.3s ease;
}

.stat-highlight:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(220, 38, 38, 0.2);
}

.stat-highlight .stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-red);
    display: block;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-highlight .stat-desc {
    font-size: 0.9rem;
    color: var(--text-medium);
    font-weight: 500;
}

/* ===================================
   FOOTER STYLES
   =================================== */
.footer {
    /* DARK BACKGROUND */
    background: var(--text-dark);
    color: var(--white);
    padding: 1rem 0 0.5rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-bottom: 0.5rem;
}

.footer-section {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.footer-section h4 {
    color: var(--primary-red);   /* Red headings */
    font-weight: 600;
    margin: 0;
    font-size: 0.8rem;
}

.footer-section p {
    opacity: 0.8;
    font-size: 0.8rem;
    color: var(--white);         /* White text */
    margin: 0;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.5rem 2rem 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    opacity: 0.7;
    font-size: 0.75rem;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */
@media (max-width: 768px) {
    /* Mobile Navigation */
    .header {
        height: 120px;
    }
    
    .nav-container {
        padding: 0.75rem 1rem;
        flex-direction: column;
        gap: 1rem;
    }
    
    /* Mobile content spacing */
    .main-content,
    .hero-section,
    .hero-banner,
    .hero,
    body > main,
    body > .hero-section,
    body > .hero-banner,
    body > .hero,
    .home-main,
    section:first-of-type,
    main:first-of-type {
        margin-top: 120px;
    }
    
    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
    }
    
    /* Mobile Font Size Optimizations */
    
    /* Headings - Reduced for mobile readability */
    h1, .hero-title, .company-name {
        font-size: 1.4rem !important; /* Reduced from 1.8rem */
        line-height: 1.3;
    }
    
    h2, .section-title {
        font-size: 1.2rem !important; /* Reduced from 1.5rem */
        line-height: 1.4;
    }
    
    h3, .card-header h3 {
        font-size: 1rem !important; /* Reduced from 1.3rem */
        line-height: 1.4;
    }
    
    h4 {
        font-size: 0.9rem !important;
        line-height: 1.4;
    }
    
    /* Body text - Optimized for mobile */
    p, .hero-subtitle, .section-subtitle {
        font-size: 0.85rem !important; /* Reduced from 0.95rem */
        line-height: 1.5;
    }
    
    /* Small text */
    .stat-label, .expertise-tag, .strength-tag {
        font-size: 0.7rem !important; /* Reduced from 0.8rem */
    }
    
    /* Hero stats and cards */
    .stat-number, .stat-value {
        font-size: 1rem !important; /* Reduced for mobile */
    }
    
    /* Navigation */
    .nav-menu a {
        font-size: 0.85rem !important;
        padding: 0.4rem 0.8rem;
    }
    
    .brand-text {
        font-size: 1rem !important; /* Reduced brand text */
    }
    
    /* Card content */
    .card-content p, .advisory-description, .team-description {
        font-size: 0.8rem !important;
        line-height: 1.4;
    }
    
    /* Table content */
    table th, table td {
        font-size: 0.75rem !important;
        padding: 0.5rem 0.3rem;
    }
    
    /* Button text */
    .btn, .cta-button, .button {
        font-size: 0.85rem !important;
        padding: 0.6rem 1rem;
    }
    
    /* Additional mobile layout optimizations */
    
    /* Content sections mobile spacing */
    .content-section {
        padding: 1rem !important;
        margin-bottom: 1.5rem;
    }
    
    .section-header {
        margin-bottom: 1rem !important;
        text-align: center;
    }
    
    /* Cards and grids mobile optimization */
    .cards-grid, .fund-overview-grid, .stats-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        padding: 0 0.5rem;
    }
    
    .card {
        padding: 1rem !important;
        margin-bottom: 1rem;
    }
    
    /* Container mobile spacing */
    .container {
        padding: 0 1rem !important;
        max-width: 100% !important;
    }
    
    /* Hero sections mobile optimization */
    .hero-content {
        padding: 1.5rem 1rem !important;
        text-align: center;
    }
    
    .hero-stats {
        flex-direction: column !important;
        gap: 0.8rem !important;
        align-items: center;
    }
    
    /* Images mobile responsive */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* Tables mobile scrolling */
    .comparison-table-container {
        overflow-x: auto !important;
    }
    
    table {
        min-width: 300px;
        font-size: 0.7rem !important;
    }
    
    /* Navigation mobile improvements */
    .nav-menu a {
        display: block;
        text-align: center;
        margin: 0.2rem 0;
    }
    
    .nav-menu li a {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }
    
    .brand-text {
        font-size: 1.1rem;
        text-align: center;
    }
    
    /* Mobile Hero */
    .hero-title {
        font-size: 1.4rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        max-width: 100%;
        margin: 0 auto;
    }
    
    /* Mobile Sections */
    .content-section {
        padding: 2rem 1rem;
    }
    
    .section-title {
        font-size: 1.2rem;
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .section-subtitle {
        font-size: 0.85rem;
        text-align: center;
    }
    
    /* Mobile Cards */
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0;
    }
    
    .card {
        margin: 0;
        padding: 1rem;
    }
    
    .card-header h3 {
        font-size: 1rem;
    }
    
    /* Mobile Footer */
    .footer-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-section {
        justify-content: center;
    }
    }
    
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .card {
        padding: 0.8rem;
    }
    
    .container {
        padding: 0 1rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .banner-content {
        flex-direction: column;
        text-align: center;
    }
    
    .combined-content-vertical {
        gap: 1rem;
    }
}

/* ===================================
   UTILITY CLASSES
   =================================== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }

/* ===================================
   PAGE LOAD ANIMATIONS
   =================================== */

/* Basic fade animations */
.animate-fade-in {
    animation: fadeIn 0.8s ease-in-out;
}

.animate-fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

.animate-slide-in {
    animation: slideInUp 0.6s ease-out;
}

/* Staggered animations for multiple elements */
.animate-stagger-1 { animation: fadeInUp 0.8s ease-out 0.1s both; }
.animate-stagger-2 { animation: fadeInUp 0.8s ease-out 0.2s both; }
.animate-stagger-3 { animation: fadeInUp 0.8s ease-out 0.3s both; }
.animate-stagger-4 { animation: fadeInUp 0.8s ease-out 0.4s both; }
.animate-stagger-5 { animation: fadeInUp 0.8s ease-out 0.5s both; }
.animate-stagger-6 { animation: fadeInUp 0.8s ease-out 0.6s both; }

/* Auto-apply animations to common elements */
.hero-section, .hero { animation: fadeInUp 0.8s ease-out; }
.content-section { animation: fadeInUp 0.8s ease-out 0.2s both; }
.cards-grid { animation: fadeInUp 0.8s ease-out 0.3s both; }
.investment-banner { animation: fadeInUp 0.8s ease-out 0.4s both; }
.comparison-table-container { animation: fadeInUp 0.8s ease-out 0.5s both; }
.team-grid { animation: fadeInUp 0.8s ease-out 0.3s both; }
.chart-container { animation: fadeInUp 0.8s ease-out 0.4s both; }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Smooth scrolling and mobile optimizations */
html {
    scroll-behavior: smooth;
}

/* Mobile touch optimizations */
a, button, .nav-card, .card, .focus-item {
    -webkit-tap-highlight-color: rgba(220, 38, 38, 0.2);
    touch-action: manipulation;
}

/* Additional spacing for different page layouts */
.home-main {
    margin-top: 80px;
}

.content-section:first-child {
    padding-top: 3rem;
}

/* Prevent horizontal scroll on mobile */
body, html {
    overflow-x: hidden;
    max-width: 100%;
}

/* Mobile-friendly button sizes */
@media (max-width: 768px) {
    a, button, .clickable {
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* ===================================
   DESIGN SYSTEM SUMMARY
   ===================================
   
   FONTS:
   - Primary: Inter (Google Fonts)
   - Weights: 300, 400, 500, 600, 700, 800
   - Base Size: 14px (compact design)
   
   COLORS:
   - Primary: #dc2626 (Red)
   - Dark Red: #991b1b
   - Light Red: #fef2f2
   - Text Dark: #1f2937
   - Text Medium: #4b5563
   - White: #ffffff
   - Border: #e5e7eb
   
   SPACING:
   - Base unit: 0.5rem (8px)
   - Card padding: 1rem
   - Section padding: 2rem vertical
   - Gaps: 1rem standard
   
   COMPONENTS:
   - Red header with white text
   - White hero with red accents
   - Card system with hover effects
   - Red investment banners
   - Dark footer with red headings
   
   =================================== */