/* RESOLVENT AUTOMATION SECTION */

/* Ribbon */
.block-resolvent-ribbon {
    background: #304576; /* Navy */
    padding: 30px 20px 20px 20px;
    text-align: center;
}

.block-resolvent-ribbon .expertise-text {
    color: #E86547; /* Orange */
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
}

.block-resolvent-ribbon .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 20px;
}

.block-resolvent-ribbon .logo-item {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-resolvent-ribbon .logo-item img {
    max-height: 60px;
    max-width: 120px;
    height: auto;
    width: auto;
    filter: brightness(0) invert(1); /* Make logos white */
    opacity: 0.9;
}

.block-resolvent-ribbon .more-text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

.block-resolvent-ribbon .trademark-notice {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    margin-top: 15px;
    font-style: italic;
}

/* Main Split Section */
.block-resolvent-split {
    background: #fff;
    padding: 0;
}

.resolvent-columns {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.resolvent-column {
    flex: 1;
    min-width: 300px;
    padding: 80px 50px;
}

.resolvent-column.left {
    background: #fff;
    border-right: 1px solid #e0e0e0;
}

.resolvent-column.right {
    background: #fff;
}

.resolvent-column h2 {
    color: #304576; /* Navy */
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.resolvent-column .subheading {
    margin-bottom: 20px;
    line-height: 1.4;
}

.resolvent-column .subheading .line {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.resolvent-column .subheading .line.orange {
    color: #E86547; /* Orange */
}

.resolvent-column .subheading .line.blue {
    color: #304576; /* Navy */
    font-weight: 600;
}

.resolvent-column .phase-note {
    color: #666;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 35px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 4px;
    border-left: 3px solid #E86547;
}

.resolvent-column .scenario-list {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}

.resolvent-column .scenario-list li {
    margin-bottom: 25px;
    padding-left: 35px;
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    
}

.resolvent-column .scenario-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #E86547; /* Orange checkmark */
    font-size: 20px;
    font-weight: bold;
}

.resolvent-column .scenario-list li strong {
    color: #304576; /* Navy */
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.resolvent-column .cta-button {
    display: inline-block;
    background: #E86547; /* Orange */
    color: #fff;
    padding: 16px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 0.05em;
}

.resolvent-column .cta-button:hover {
    background: #d45638;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(232, 101, 71, 0.3);
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .resolvent-columns {
        flex-direction: column;
    }
    
    .resolvent-column {
        padding: 60px 30px;
    }
    
    .resolvent-column.left {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .resolvent-column h2 {
        font-size: 28px;
    }
    
    .resolvent-column .subheading {
        font-size: 18px;
    }
    
    .block-resolvent-ribbon .logo-container {
        gap: 20px;
    }
    
    .block-resolvent-ribbon .logo-item {
        height: 50px;
    }
    
    .block-resolvent-ribbon .logo-item img {
        max-height: 50px;
        max-width: 100px;
    }
}

@media (max-width: 480px) {
    .resolvent-column {
        padding: 40px 20px;
    }
    
    .block-resolvent-ribbon .logo-container {
        gap: 15px;
    }
    
    .block-resolvent-ribbon .logo-item {
        height: 40px;
    }
    
    .block-resolvent-ribbon .logo-item img {
        max-height: 40px;
        max-width: 80px;
    }
}

/* Contact Section Email Size */
#contact h4 #email {
    font-size: 3.5rem;
}

/* Navigation Active State Styling */

/* Base nav link adjustments - remove gold hover */
.navigation-main ul li a:hover,
.navigation-main ul li span:hover,
.navigation-main ul li.current a
{
    color: #000 !important; /* Keep black instead of gold */
}

/* Resolvent/Automation - Navy underline */
.navigation-main ul li a[href="#resolvent"] {
    position: relative;
}

.navigation-main ul li a[href="#resolvent"]::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #304576; /* Navy */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navigation-main ul li.current a[href="#resolvent"]::before {
    opacity: 1;
}

.navigation-main ul li.current a[href="#resolvent"] {
    font-weight: 600;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Training/LFT - Teal underline + top glow */
.navigation-main ul li a[href="#lft"] {
    position: relative;
}

.navigation-main ul li a[href="#lft"]::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #3CD6DD; /* Teal */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navigation-main ul li a[href="#lft"]::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #3CD6DD;
    box-shadow: 0 0 8px #3CD6DD;
    opacity: 0.6;
}

.navigation-main ul li.current a[href="#lft"]::before {
    opacity: 1;
}

.navigation-main ul li.current a[href="#lft"] {
    font-weight: 600;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* AI Ventures - Gray underline + top glow */
.navigation-main ul li a[href="#oneon"] {
    position: relative;
}

.navigation-main ul li a[href="#oneon"]::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #94a3b8; /* Gray */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navigation-main ul li a[href="#oneon"]::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #bae6fd;
    box-shadow: 0 0 8px #bae6fd;
    opacity: 0.6;
}

.navigation-main ul li.current a[href="#oneon"]::before {
    opacity: 1;
}

.navigation-main ul li.current a[href="#oneon"] {
    font-weight: 600;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Contact - black underline */
.navigation-main ul li a[href="#contact"] {
    position: relative;
}

.navigation-main ul li a[href="#contact"]::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navigation-main ul li.current a[href="#contact"]::before {
    opacity: 1;
}

.navigation-main ul li.current a[href="#contact"] {
    font-weight: 600;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Mobile navigation adjustments */
@media (max-width: 840px) {
    .navigation-main ul li a[href="#resolvent"]::before,
    .navigation-main ul li a[href="#lft"]::before,
    .navigation-main ul li a[href="#oneon"]::before,
    .navigation-main ul li a[href="#contact"]::before {
        bottom: 10px;
        left: 40px;
        right: auto;
        width: 30px;
    }
    
    .navigation-main ul li a[href="#lft"]::after,
    .navigation-main ul li a[href="#oneon"]::after {
        top: 15px;
        left: 40px;
        right: auto;
        width: 30px;
    }
}

/* LFT TRAINING SECTION - Updated to match LFT brand */
.block-lft-1 {
    background: #304576 !important; /* Navy blue like LFT site */
}

.block-lft-1 h1 {
    margin-bottom: 20px;
    color: #fff !important;
}

.block-lft-1 h3 {
    font-weight: 400;
    color: #fff;
}

.block-lft-1 p {
    color: #fff;
}

.block-lft-1 .logo-container {
    margin-bottom: 30px;
}

.block-lft-1 .logo-container img {
    max-width: 200px;
    height: auto;
    display: inline-block;
}

.block-lft-1 .button-lft {
    background: #3CD6DD; /* Teal like LFT */
    color: #304576;
    border: 4px solid #304576;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 16px 40px;
    font-size: 18px;
    margin-bottom: 20px;
}

.block-lft-1 .button-lft:hover {
    background: #2ab8bf;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(60, 214, 221, 0.3);
    color: #304576;
}

.block-lft-1 .feature-box {
    background: rgba(60, 214, 221, 0.1);
    padding: 25px;
    border-radius: 8px;
    margin: 20px 0;
    border: 2px solid #3CD6DD;
}

.block-lft-1 .feature-box h4 {
    color: #3CD6DD;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.block-lft-1 .feature-box p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.block-lft-1 .relay-line-container {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 30px 0;
}

.block-lft-1 .relay-line {
    flex: 1;
    height: 5px;
    background-color: #3CD6DD;
}

.block-lft-1 .relay-bar {
    width: 5px;
    height: 35px;
    background-color: #3CD6DD;
}

.block-lft-1 .relay-gap {
    width: 350px;
}

.block-lft-1 .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .block-lft-1 .relay-gap {
        width: 200px;
    }
}


/* ONE-ON AI SECTION */
.block-oneon-1 h1 {
    margin-bottom: 0px;
}

.block-oneon-1 h3 {
    font-weight: 400;
    color: #333;
}

.block-oneon-1 p {
    color: #787878;
}

.block-oneon-1 .logo-container {
    margin-bottom: 30px;
}

.block-oneon-1 .logo-container img {
    max-width: 120px;
    height: auto;
    display: inline-block;
    opacity: 0.9;
}

.block-oneon-1 .button-oneon {
    background: #0ea5e9; /* Sky blue */
    color: #fff;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: inline-block;
    padding: 16px 40px;
    font-size: 24px;
    margin-bottom: 20px;
}

.block-oneon-1 .button-oneon:hover {
    background: #0284c7; /* Darker sky blue */
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
    color: #fff;
}

.block-oneon-1 .bg-sky-light {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 30px;
    border-radius: 8px;
    margin: 20px 0;
    border: 1px solid #bae6fd;
}

.block-oneon-1 .feature-tag {
    display: inline-block;
    background: #f0f9ff;
    color: #0ea5e9;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid #bae6fd;
}

.block-oneon-1 .container {
    position: relative;
    z-index: 2;
}