/* Product Teams Page - Complete Override Styles */

/* Important overrides to ensure our styles take precedence */
.product-teams-page {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    line-height: 1.6 !important;
    color: #1d0c46 !important;
    background: #ffffff !important;
}

/* Override any conflicting container styles */
.product-teams-page .container {
    max-width: 1800px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
}

/* Override any conflicting main content styles */
.product-teams-page .main-content {
    margin: 0 !important;
    padding: 0 !important;
}

.product-teams-page * {
    box-sizing: border-box;
}

/* Hero Section */
.product-teams-page .product-hero {
    background: linear-gradient(135deg, #ffffff 0%, #DDE2EE 50%, #ffffff 100%) !important;
    padding: 0 0 80px !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 100vh !important;
    display: flex !important;
    align-items: flex-start !important;
    margin: 0 !important;
}

.product-hero .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.product-hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    gap: 20px;
    position: relative;
    margin-top: 500px;
}

.product-hero .hero-text {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.product-hero .hero-text h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin: 0 0 1rem 0;
    color: #1d0c46;
    text-align: center;
}

.product-hero .hero-text .hero-subheadline {
    font-size: 1.25rem;
    color: #6b5b7a;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 1rem;
}

/* Hero Visual - Removed */

/* Content Sections */
.product-teams-page .product-dilemma,
.product-teams-page .cryptique-solution,
.product-teams-page .game-changing-insights {
    padding: 100px 0 !important;
    margin: 0 !important;
}

.product-teams-page .product-dilemma {
    background: #ffffff !important;
}

.product-teams-page .game-changing-insights {
    background: #DDE2EE !important;
}

.product-teams-page .cryptique-solution {
    background: #ffffff !important;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    overflow: hidden;
}

.section-header h2 {
    font-size: 2.2rem;
    font-weight: 300;
    margin-bottom: 24px;
    color: #1d0c46;
    line-height: 1.3;
    letter-spacing: -0.01em;
    word-wrap: break-word;
    hyphens: auto;
}

.section-header p {
    font-size: 1.25rem;
    color: #6b5b7a;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
}

/* Dilemma Cards */
.dilemma-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.dilemma-card {
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(29, 12, 70, 0.1);
}

.dilemma-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(29, 12, 70, 0.15);
}

.card-icon {
    width: 60px;
    height: 60px;
    background: #1d0c46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.card-icon i {
    font-size: 24px;
    color: white;
}

.dilemma-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1d0c46;
}

.dilemma-card p {
    color: #6b5b7a;
    line-height: 1.6;
    font-size: 1rem;
}

/* Solution Benefits */
.solution-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.benefit-card {
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(29, 12, 70, 0.1);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(29, 12, 70, 0.15);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: #1d0c46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.benefit-icon i {
    font-size: 24px;
    color: white;
}

.benefit-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1d0c46;
}

.benefit-card p {
    color: #6b5b7a;
    line-height: 1.6;
    font-size: 1rem;
}

/* Insights Features */
.insights-features {
    display: flex;
    flex-direction: column;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.insight-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.insight-feature:nth-child(even) {
    direction: rtl;
}

.insight-feature:nth-child(even) > * {
    direction: ltr;
}

.feature-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* User Timeline */
.user-timeline {
    width: 100%;
    max-width: 400px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(29, 12, 70, 0.1);
}

.timeline-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(29, 12, 70, 0.1);
}

.user-avatar {
    width: 40px;
    height: 40px;
    background: #1d0c46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-avatar i {
    font-size: 18px;
    color: white;
}

.user-name {
    font-size: 16px;
    font-weight: 600;
    color: #1d0c46;
}

.user-id {
    font-size: 12px;
    color: #6b5b7a;
}

.timeline-events {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.event {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.event.off-chain {
    background: rgba(29, 12, 70, 0.05);
}

.event.on-chain {
    background: rgba(29, 12, 70, 0.1);
}

.event-icon {
    width: 32px;
    height: 32px;
    background: #1d0c46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.event-icon i {
    font-size: 14px;
    color: white;
}

.event-details {
    flex: 1;
}

.event-title {
    font-size: 14px;
    font-weight: 500;
    color: #1d0c46;
    margin-bottom: 2px;
}

.event-time {
    font-size: 12px;
    color: #6b5b7a;
}

/* Funnel Chart */
.funnel-chart {
    width: 100%;
    max-width: 400px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(29, 12, 70, 0.1);
}

.funnel-stage {
    background: rgba(29, 12, 70, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
    animation: slideInLeft 0.8s ease-out;
}

.funnel-stage:last-child {
    margin-bottom: 0;
}

.stage-label {
    font-size: 14px;
    font-weight: 500;
    color: #1d0c46;
    margin-bottom: 8px;
}

.stage-value {
    font-size: 24px;
    font-weight: 700;
    color: #1d0c46;
    margin-bottom: 4px;
}

.stage-percentage {
    font-size: 12px;
    color: #6b5b7a;
}

.funnel-arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid rgba(29, 12, 70, 0.2);
    margin: 0 auto 16px;
    animation: fadeIn 0.5s ease-out;
}

/* Dashboard Preview */
.dashboard-preview {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 400px;
    padding: 10px;
}

.dashboard-widget {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(29, 12, 70, 0.1);
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 12px rgba(29, 12, 70, 0.1);
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.widget-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.widget-title {
    font-size: 13px;
    font-weight: 600;
    color: #1d0c46;
    line-height: 1.3;
    flex: 1;
    margin-right: 8px;
}

.widget-period {
    font-size: 11px;
    color: #6b5b7a;
    flex-shrink: 0;
    text-align: right;
}

.widget-chart {
    height: 70px;
    position: relative;
    margin-bottom: 12px;
    flex: 1;
}

.chart-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #1d0c46;
    transform: translateY(-50%);
    animation: drawLine 1s ease-out;
}

.chart-points {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.point {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #1d0c46;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    animation: appear 0.5s ease-out;
}

.point:nth-child(1) { left: 10%; animation-delay: 0.2s; }
.point:nth-child(2) { left: 40%; animation-delay: 0.4s; }
.point:nth-child(3) { left: 70%; animation-delay: 0.6s; }
.point:nth-child(4) { left: 90%; animation-delay: 0.8s; }

.widget-stats {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    margin-top: auto;
}

.stat {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-value {
    font-size: 16px;
    font-weight: 700;
    color: #4ade80;
}

.stat-label {
    font-size: 12px;
    color: #6b5b7a;
}

.widget-bars {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: end;
    height: 70px;
    flex: 1;
    margin-top: auto;
}

.bar-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.bar {
    width: 30px;
    background: #1d0c46;
    border-radius: 2px 2px 0 0;
    animation: growUp 1s ease-out;
    min-height: 20px;
}

.bar-1 {
    animation-delay: 0.2s;
}

.bar-2 {
    animation-delay: 0.4s;
}

.bar-label {
    font-size: 10px;
    color: #6b5b7a;
    text-align: center;
    white-space: nowrap;
}

.feature-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1d0c46;
}

.feature-content p {
    color: #6b5b7a;
    line-height: 1.6;
    font-size: 1rem;
}

/* Final CTA */
.final-cta {
    padding: 100px 0;
    background: #DDE2EE;
    text-align: center;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 24px;
    color: #1d0c46;
    line-height: 1.2;
}

.cta-content p {
    font-size: 1.125rem;
    color: #6b5b7a;
    line-height: 1.6;
    margin-bottom: 40px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: #1d0c46;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(29, 12, 70, 0.3);
}

.cta-button:hover {
    background: #2d1c56;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(29, 12, 70, 0.4);
}

/* Animations */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Removed unused animations */


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes drawLine {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes appear {
    from { opacity: 0; transform: scale(0); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes growUp {
    from { height: 0; }
    to { height: 100%; }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .product-hero .hero-content {
        gap: 15px;
        margin-top: 400px;
    }
    
    .dilemma-cards,
    .solution-benefits {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 16px;
    }
    
    .insight-feature {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .insight-feature:nth-child(even) {
        direction: ltr;
    }
    
    .product-hero .hero-text h1 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .product-hero {
        padding: 0 0 40px;
        min-height: auto;
    }
    
    .product-hero .hero-text h1 {
        font-size: 2.2rem;
        line-height: 1.1;
    }
    
    .product-hero .hero-text .hero-subheadline {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .product-dilemma,
    .cryptique-solution,
    .game-changing-insights {
        padding: 60px 0;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .section-header p {
        font-size: 1rem;
    }
    
    .dilemma-card,
    .benefit-card {
        padding: 20px;
    }
    
    .user-timeline,
    .funnel-chart,
    .dashboard-preview {
        max-width: 100%;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .product-hero .container,
    .section-header,
    .dilemma-cards,
    .solution-benefits,
    .insights-features,
    .cta-content {
        padding: 0 16px;
    }
    
    .product-hero .hero-content {
        margin-top: 350px;
    }
    
    .product-hero .hero-text h1 {
        font-size: 2rem;
        margin: 0 0 0.5rem 0;
    }
    
    .product-hero .hero-text .hero-subheadline {
        font-size: 1rem;
        margin: 0 auto 0.5rem;
    }
    
    .dilemma-card,
    .benefit-card {
        padding: 16px;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .cta-content h2 {
        font-size: 1.75rem;
    }
    
    .cta-button {
        padding: 14px 28px;
        font-size: 0.95rem;
    }
}
