/* Partners Page Specific Styles - Left Aligned Design */

/* Hero Section */
.hero-section.partners-hero {
    padding-top: 150px;
    min-height: 70vh;
    background: #010314 !important;
    position: relative;
    overflow: hidden;
}

.hero-section.partners-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../../images/pattern-grid.png') repeat;
    opacity: 0.1;
    pointer-events: none;
}

.hero-pretitle {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-pretitle-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(to right, var(--primary-color), var(--primary-hover));
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #fff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    text-align: left;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2.5rem;
    line-height: 1.6;
    text-align: left;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
}

.stat-item {
    text-align: left;
}

.stat-item i {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.stat-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0.5rem 0;
    color: #fff;
}

.stat-item p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-size: 0.9rem;
}

/* Lightning Visual */
.hero-visual {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightning-container {
    position: relative;
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightning-bolt {
    position: relative;
    z-index: 10;
    font-size: 8rem;
    color: var(--primary-color);
    animation: lightningPulse 2s ease-in-out infinite;
    filter: drop-shadow(0 0 20px var(--primary-color));
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
}

.element {
    position: absolute;
    width: 45px;
    height: 45px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--primary-color);
    animation: floatAround 8s linear infinite;
    backdrop-filter: blur(5px);
}

.element-1 {
    top: 15%;
    left: 5%;
    animation-delay: 0s;
}

.element-2 {
    top: 5%;
    right: 15%;
    animation-delay: 1.5s;
}

.element-3 {
    bottom: 15%;
    left: 15%;
    animation-delay: 3s;
}

.element-4 {
    bottom: 5%;
    right: 5%;
    animation-delay: 4.5s;
}

.element-5 {
    top: 50%;
    left: 0%;
    animation-delay: 6s;
}

.element-6 {
    top: 50%;
    right: 0%;
    animation-delay: 7.5s;
}

.element-7 {
    top: 0%;
    left: 50%;
    animation-delay: 2.5s;
}

.element-8 {
    bottom: 0%;
    left: 50%;
    animation-delay: 5.5s;
}

/* Additional cosmetic elements */
.cosmetic-dots {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cosmetic-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50%;
    opacity: 0.6;
    animation: dotPulse 3s ease-in-out infinite;
}

.cosmetic-dot:nth-child(1) {
    top: 25%;
    left: 30%;
    animation-delay: 0s;
}

.cosmetic-dot:nth-child(2) {
    top: 35%;
    right: 25%;
    animation-delay: 0.8s;
}

.cosmetic-dot:nth-child(3) {
    bottom: 30%;
    left: 25%;
    animation-delay: 1.6s;
}

.cosmetic-dot:nth-child(4) {
    bottom: 25%;
    right: 35%;
    animation-delay: 2.4s;
}

.cosmetic-dot:nth-child(5) {
    top: 60%;
    left: 10%;
    animation-delay: 3.2s;
}

.cosmetic-dot:nth-child(6) {
    top: 40%;
    right: 10%;
    animation-delay: 4s;
}

/* Energy lines */
.energy-lines {
    position: absolute;
    width: 100%;
    height: 100%;
}

.energy-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
    opacity: 0.4;
    animation: energyRotate 8s linear infinite;
    transform-origin: center;
}

.energy-line-1 {
    width: 100px;
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}

.energy-line-2 {
    width: 80px;
    top: 70%;
    right: 20%;
    animation-delay: 2s;
}

.energy-line-3 {
    width: 60px;
    top: 50%;
    left: 10%;
    animation-delay: 4s;
}

.energy-line-4 {
    width: 70px;
    top: 30%;
    right: 10%;
    animation-delay: 6s;
}

/* Interactive cosmetics - make the tech symbols draggable */
.element {
    position: absolute;
    width: 45px;
    height: 45px;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--primary-color);
    animation: floatAround 8s linear infinite;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    z-index: 5;
}

.element:hover {
    transform: scale(1.1);
    background: rgba(34, 197, 94, 0.2);
}


/* Localized glow effect */
.lightning-container {
    position: relative;
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 50%;
}


@keyframes lightningPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.8; }
}

@keyframes floatAround {
    0% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-10px) rotate(90deg); }
    50% { transform: translateY(0px) rotate(180deg); }
    75% { transform: translateY(10px) rotate(270deg); }
    100% { transform: translateY(0px) rotate(360deg); }
}

@keyframes dotPulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.5); opacity: 1; }
}

@keyframes energyRotate {
    0% { transform: rotate(0deg); opacity: 0.2; }
    25% { opacity: 0.6; }
    50% { transform: rotate(180deg); opacity: 0.4; }
    75% { opacity: 0.8; }
    100% { transform: rotate(360deg); opacity: 0.2; }
}

@keyframes cosmeticFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
}

/* Benefits Section */
.benefits-section {
    padding: 80px 0;
    background: var(--background-dark);
}

.section-header {
    margin-bottom: 4rem;
    text-align: left;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
    text-align: left;
}

.section-subtitle {
    font-size: 1.125rem;
    opacity: 0.7;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

.benefit-card {
    background: var(--card-bg);
    border-radius: var(--border-radius);
    padding: 2rem;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    position: relative;
    overflow: hidden;
}

.benefit-card:hover {
    transform: translateY(-4px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.2);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    background: rgba(34, 197, 94, 0.2);
    transform: scale(1.1);
}

.benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #fff;
}

.benefit-card p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.benefit-highlight {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.discount-badge, .support-badge, .priority-badge {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #000;
}

.discount-badge {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
}

.support-badge {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
}

.priority-badge {
    background: linear-gradient(135deg, #feca57, #ff9ff3);
}

/* Partners Showcase Section */
.partners-showcase-section {
    padding: 80px 0;
    background: var(--background-darker);
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.partner-item {
    background: var(--card-bg);
    border-radius: var(--border-radius);
    padding: 2rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.partner-item:hover {
    transform: translateY(-4px);
    border-color: var(--primary-color);
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.15);
}

.partner-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.partner-logo {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.partner-logo img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    filter: brightness(1.1);
}

.partner-info {
    flex: 1;
}

.partner-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

.partner-category {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.partner-content {
    margin-bottom: 1.5rem;
}

.partner-description {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.partner-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.feature-tag {
    padding: 0.25rem 0.75rem;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 12px;
    font-size: 0.8rem;
    color: var(--primary-color);
}

.partner-actions {
    display: flex;
    gap: 1rem;
}

.partner-actions .btn2 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* CTA Container Section */
.cta-container-section {
    padding: 80px 0;
    background: var(--background-darker);
}

.cta-container {
    background: var(--card-bg);
    border-radius: var(--border-radius);
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.cta-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05), transparent);
    pointer-events: none;
}

.cta-content {
    text-align: left;
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.cta-content p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.partnership-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

.option-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.option-item:hover {
    background: rgba(34, 197, 94, 0.05);
    border-color: rgba(34, 197, 94, 0.2);
    transform: translateY(-2px);
}

.option-icon {
    width: 50px;
    height: 50px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary-color);
    flex-shrink: 0;
}

.option-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
}

.option-content p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-buttons .btn2 {
    min-width: 200px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }
    
    .partners-grid {
        grid-template-columns: 1fr;
    }
    
    .partner-header {
        flex-direction: column;
        text-align: center;
    }
    
    .partner-logo {
        align-self: center;
    }
}

@media (max-width: 768px) {
    .hero-section.partners-hero {
        padding-top: 80px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .benefits-section,
    .partners-showcase-section,
    .cta-section {
        padding: 60px 0;
    }
    
    .hero-visual {
        height: 300px;
        margin-top: 2rem;
    }
    
    .lightning-container {
        width: 280px;
        height: 280px;
    }
    
    .lightning-bolt {
        font-size: 6rem;
    }
    
    .element {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
    
    .cosmetic-dot {
        width: 6px;
        height: 6px;
    }
    
    .energy-line {
        height: 1px;
    }
    
    .energy-line-1 {
        width: 80px;
    }
    
    .energy-line-2 {
        width: 60px;
    }
    
    .energy-line-3 {
        width: 50px;
    }
    
    .energy-line-4 {
        width: 55px;
    }
    
    .partner-item {
        padding: 1.5rem;
    }
    
    .cta-container {
        padding: 2rem;
    }
    
    .partnership-options {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .option-item {
        padding: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .cta-buttons .btn2 {
        width: 100%;
    }
}

/* Animation Enhancements */
.partner-item {
    animation: fadeInUp 0.6s ease-out;
}

.partner-item:nth-child(1) { animation-delay: 0.1s; }
.partner-item:nth-child(2) { animation-delay: 0.2s; }
.partner-item:nth-child(3) { animation-delay: 0.3s; }
.partner-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}