/* ADVIT Studio V2 Premium Styles */

:root {
    --advit-bg: #030712;
    --advit-accent: #3b82f6;
    --advit-accent-glow: rgba(59, 130, 246, 0.5);
    --advit-text-main: #f8fafc;
    --advit-text-muted: #94a3b8;
    --advit-glass: rgba(15, 23, 42, 0.7);
    --advit-border: rgba(51, 65, 85, 0.5);
    --advit-gradient-primary: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    --advit-gradient-neon: linear-gradient(90deg, #3b82f6 0%, #2dd4bf 100%);
}

.advit-v2-container {
    background-color: var(--advit-bg);
    color: var(--advit-text-main);
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Typography */
.advit-v2-container h1, 
.advit-v2-container h2, 
.advit-v2-container h3 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.advit-eyebrow {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--advit-accent);
    margin-bottom: 1rem;
}

/* Sections */
.advit-section {
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.advit-full-width-section {
    padding: 100px 0;
    width: 100%;
}

/* Hero Section */
.advit-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at 50% 50%, #1e1b4b 0%, #030712 100%);
    overflow: hidden;
}

.advit-hero::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    background-image: 
        radial-gradient(circle at 2px 2px, rgba(59, 130, 246, 0.15) 1px, transparent 0);
    background-size: 32px 32px;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

.advit-hero::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(59, 130, 246, 0.05) 0%, transparent 70%);
    z-index: 2;
    animation: pulse 10s infinite alternate;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.5; }
    100% { transform: scale(1.2); opacity: 0.8; }
}

.advit-hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    padding: 0 20px;
}

.advit-hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 24px;
    background: linear-gradient(white, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advit-hero p {
    font-size: 1.25rem;
    color: var(--advit-text-muted);
    margin-bottom: 40px;
}

/* Stats Bar */
.advit-stats-bar {
    background: var(--advit-glass);
    border-top: 1px solid var(--advit-border);
    border-bottom: 1px solid var(--advit-border);
    padding: 30px 0;
    backdrop-filter: blur(10px);
}

.advit-stats-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.advit-stat-item {
    text-align: center;
}

.advit-stat-value {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
}

.advit-stat-label {
    display: block;
    font-size: 0.875rem;
    color: var(--advit-text-muted);
}

/* Pipeline Section */
.pipeline-journey {
    position: relative;
    padding-top: 50px;
}

.pipeline-stepper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.pipeline-card {
    background: var(--advit-gradient-primary);
    border: 1px solid var(--advit-border);
    border-radius: 16px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
}

.pipeline-card:hover {
    transform: translateY(-10px);
    border-color: var(--advit-accent);
}

.pipeline-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 3rem;
    font-weight: 800;
    opacity: 0.1;
}

/* Capability Grid */
.capability-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.capability-card {
    background: var(--advit-glass);
    border: 1px solid var(--advit-border);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.capability-card h3 {
    color: var(--advit-accent);
}

/* Buttons */
.advit-btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 10px;
}

.advit-btn-primary {
    background: var(--advit-gradient-neon);
    color: white;
    box-shadow: 0 0 20px var(--advit-accent-glow);
}

.advit-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px var(--advit-accent-glow);
}

.advit-btn-secondary {
    border: 1px solid var(--advit-border);
    color: white;
}

.advit-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* Use Cases */
.use-case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.use-case-card {
    background: #0f172a;
    border-radius: 12px;
    padding: 32px;
    border-bottom: 4px solid var(--advit-accent);
}

/* Responsive */
@media (max-width: 768px) {
    .advit-section {
        padding: 60px 20px;
    }
    
    .advit-stats-grid {
        flex-direction: column;
    }
}

