.landing-nav {
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #2a2a2a;
}

.landing-nav .nav-links a:not(.btn) {
    color: #aaa;
    transition: color 0.2s;
}

.landing-nav .nav-links a:not(.btn):hover {
    color: #ff6b35;
}

.hero-split {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 6rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.hero-split-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    gap: 0;
    position: relative;
}

.hero-side {
    padding: 3rem 3rem 3rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    min-height: 70vh;
}

.uploader-side {
    padding: 3rem 0 3rem 3rem;
}

.hero-divider {
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, #333 30%, #333 70%, transparent 100%);
    position: relative;
}

.hero-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #0f0f0f;
    border: 1px solid #333;
    border-radius: 50%;
}

.viewer-side {
    background: linear-gradient(135deg, #0a0a0a 0%, #111 100%);
    border-radius: 0;
}

.uploader-side {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.hero-side-badge {
    display: inline-block;
    padding: 0.375rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888;
    margin-bottom: 1.5rem;
}

.badge-uploader {
    background: rgba(255, 107, 53, 0.1);
    border-color: rgba(255, 107, 53, 0.3);
    color: #ff6b35;
}

.hero-side-content h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 1.25rem;
    color: #fff;
}

.hero-side-subtitle {
    font-size: 1.05rem;
    color: #999;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 440px;
}

.uploader-side .hero-side-subtitle {
    color: #bbb;
}

.hero-side-cta {
    margin-bottom: 2rem;
}

.btn-lg {
    padding: 0.875rem 2rem;
    font-size: 1.125rem;
    border-radius: 8px;
}

.btn-viewer {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-viewer:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.btn-uploader {
    background: #ff6b35;
    color: #fff;
}

.btn-uploader:hover {
    background: #e55a2b;
    color: #fff;
}

.viewer-steps {
    display: flex;
    gap: 1.5rem;
}

.viewer-step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 0.875rem;
}

.viewer-step-num {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #888;
}

.uploader-stats {
    display: flex;
    gap: 2rem;
}

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

.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff6b35;
}

.stat-label {
    font-size: 0.875rem;
    color: #888;
}

.uploader-side .stat-label {
    color: #aaa;
}

.hero-side-visual {
    display: flex;
    justify-content: center;
}

.viewer-url-mockup {
    width: 100%;
    max-width: 400px;
}

.url-bar {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.url-icon {
    width: 16px;
    height: 16px;
    color: #ff6b35;
}

.url-icon svg {
    width: 100%;
    height: 100%;
}

.url-text {
    color: #888;
    font-size: 0.875rem;
    font-family: monospace;
}

.viewer-preview {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.preview-live-dot {
    width: 10px;
    height: 10px;
    background: #dc3545;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.preview-text {
    color: #ccc;
    font-size: 0.875rem;
}

.uploader-mockup {
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 420px;
    border: 1px solid rgba(255, 107, 53, 0.2);
}

.mockup-header {
    background: #2a2a2a;
    padding: 0.75rem 1rem;
    display: flex;
    gap: 0.5rem;
}

.mockup-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.mockup-dot.red { background: #ff5f56; }
.mockup-dot.yellow { background: #ffbd2e; }
.mockup-dot.green { background: #27c93f; }

.mockup-body {
    padding: 2rem;
    text-align: center;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #1a1a2e 0%, #1a1a1a 100%);
}

.mockup-live-badge {
    background: #dc3545;
    color: white;
    padding: 0.375rem 1rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    animation: pulse 2s infinite;
}

.mockup-viewers {
    color: #888;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.mockup-revenue {
    color: #ff6b35;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.mockup-title {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
}

.highlight {
    color: #ff6b35;
}

.features {
    padding: 6rem 0;
    background: #0f0f0f;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #fff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.feature-card {
    background: #1a1a1a;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #2a2a2a;
    transition: transform 0.2s, border-color 0.2s;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: #ff6b35;
}

.feature-icon {
    width: 48px;
    height: 48px;
    color: #ff6b35;
    margin-bottom: 1rem;
}

.feature-icon svg {
    width: 100%;
    height: 100%;
}

.feature-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #fff;
}

.feature-card p {
    color: #888;
    line-height: 1.6;
}

.how-it-works {
    padding: 6rem 0;
    background: linear-gradient(180deg, #0f0f0f 0%, #1a1a2e 50%, #0f0f0f 100%);
}

.how-it-works-tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 3rem;
}

.tab-btn {
    padding: 0.625rem 1.5rem;
    background: transparent;
    border: 1px solid #333;
    border-radius: 100px;
    color: #888;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.tab-btn:hover {
    border-color: #ff6b35;
    color: #ff6b35;
}

.tab-btn.active {
    background: #ff6b35;
    border-color: #ff6b35;
    color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.step {
    text-align: center;
    max-width: 200px;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff6b35, #e55a2b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0 auto 1rem;
}

.step h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.step p {
    color: #888;
    font-size: 0.875rem;
}

.step-connector {
    width: 60px;
    height: 2px;
    background: #333;
}

.live-section {
    padding: 6rem 0;
    background: #0f0f0f;
}

.stream-card {
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #2a2a2a;
}

.stream-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

.stream-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.stream-card-placeholder {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #1a1a2e, #2a2a3e);
    display: flex;
    align-items: center;
    justify-content: center;
}

.stream-card-placeholder svg {
    width: 48px;
    height: 48px;
    color: #ff6b35;
    opacity: 0.5;
}

.stream-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.viewer-count {
    font-size: 0.75rem;
    color: #888;
}

.stream-date {
    font-size: 0.75rem;
    color: #888;
}

.stream-creator {
    color: #888;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.stream-price {
    color: #ff6b35;
    font-weight: 600;
}

.cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    text-align: center;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.cta-content h2 .highlight {
    color: #fff;
    text-decoration: underline;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section .btn-primary {
    background: white;
    color: #ff6b35;
}

.cta-section .btn-primary:hover {
    background: #f5f5f5;
}

.footer {
    background: #1a1a1a;
    padding: 4rem 0 2rem;
    border-top: 1px solid #2a2a2a;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-brand .logo {
    display: inline-block;
    margin-bottom: 1rem;
}

.footer-brand p {
    color: #888;
    max-width: 300px;
}

.footer-links h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.footer-links a {
    display: block;
    color: #888;
    text-decoration: none;
    padding: 0.375rem 0;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #ff6b35;
}

.footer-bottom {
    border-top: 1px solid #2a2a2a;
    padding-top: 2rem;
    text-align: center;
    color: #666;
}

@media (max-width: 1200px) {
    .hero-side-content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .hero-split {
        min-height: auto;
        padding: 4rem 0;
    }

    .hero-split-container {
        grid-template-columns: 1fr;
    }

    .hero-divider {
        width: 80%;
        height: 1px;
        margin: 0 auto;
        background: linear-gradient(90deg, transparent 0%, #333 50%, transparent 100%);
    }

    .hero-divider::after {
        display: none;
    }

    .hero-side {
        grid-template-columns: 1fr;
        padding: 2rem 0;
        min-height: auto;
    }

    .uploader-side {
        padding: 2rem 0;
    }

    .hero-side-visual {
        order: -1;
    }

    .hero-side-content h1 {
        font-size: 2.25rem;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand p {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .hero-split {
        padding: 2rem 0 3rem;
    }

    .hero-side-content h1 {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .steps {
        flex-direction: column;
    }

    .step-connector {
        width: 2px;
        height: 30px;
    }

    .uploader-stats {
        gap: 1.5rem;
    }

    .viewer-steps {
        flex-direction: column;
        gap: 0.75rem;
    }

    .landing-nav .nav-links a:not(.btn) {
        display: none;
    }
}

.examples-hero {
    padding: 4rem 0 2rem;
    text-align: center;
    background: linear-gradient(180deg, #1a1a2e 0%, #0f0f0f 100%);
}

.examples-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #fff;
}

.examples-hero p {
    color: #999;
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.examples-filters {
    padding: 1.5rem 0;
    background: #0f0f0f;
    border-bottom: 1px solid #222;
}

.filter-bar {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.5rem 1rem;
    background: transparent;
    border: 1px solid #333;
    border-radius: 100px;
    color: #888;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

.filter-btn:hover,
.filter-btn.active {
    background: #ff6b35;
    border-color: #ff6b35;
    color: white;
}

.examples-grid-section {
    padding: 3rem 0;
    background: #0f0f0f;
    min-height: 400px;
}

.examples-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.example-card {
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid #2a2a2a;
    transition: transform 0.2s, border-color 0.2s;
}

.example-card:hover {
    transform: translateY(-4px);
    border-color: #ff6b35;
}

.example-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.example-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.example-card-placeholder {
    background: linear-gradient(135deg, #1a1a2e, #2a2a3e);
    display: flex;
    align-items: center;
    justify-content: center;
}

.example-card-placeholder svg {
    width: 48px;
    height: 48px;
    color: #ff6b35;
    opacity: 0.4;
}

.sector-icon {
    font-size: 3rem;
}

.example-card-body {
    padding: 1.25rem;
}

.example-sector {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ff6b35;
    margin-bottom: 0.75rem;
}

.sector-badge {
    display: inline-block;
    margin-bottom: 1rem;
}

.example-card-body h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.example-tagline {
    color: #888;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.example-meta {
    display: flex;
    gap: 1rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    color: #666;
    font-size: 0.75rem;
}

.meta-item svg {
    width: 14px;
    height: 14px;
}

.examples-empty {
    text-align: center;
    padding: 4rem 0;
    color: #666;
}

.examples-cta {
    padding: 4rem 0;
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    text-align: center;
}

.examples-cta .cta-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

.examples-cta .cta-content h2 .highlight {
    color: #fff;
    text-decoration: underline;
}

.examples-cta .cta-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.examples-cta .btn-primary {
    background: white;
    color: #ff6b35;
}

.examples-cta .btn-primary:hover {
    background: #f5f5f5;
}

.casestudy-hero {
    padding: 3rem 0 2rem;
    background: linear-gradient(180deg, #1a1a2e 0%, #0f0f0f 100%);
}

.back-link {
    display: inline-block;
    color: #888;
    text-decoration: none;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    transition: color 0.2s;
}

.back-link:hover {
    color: #ff6b35;
}

.casestudy-hero-content {
    max-width: 800px;
}

.casestudy-hero-image {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 1.5rem;
}

.casestudy-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.casestudy-hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
}

.casestudy-tagline {
    font-size: 1.25rem;
    color: #999;
    line-height: 1.6;
}

.casestudy-body {
    padding: 2rem 0 4rem;
    background: #0f0f0f;
}

.casestudy-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 3rem;
}

.casestudy-main {
    min-width: 0;
}

.casestudy-section {
    margin-bottom: 2.5rem;
}

.casestudy-section h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.casestudy-section p {
    color: #aaa;
    line-height: 1.7;
}

.casestudy-quote {
    background: #1a1a1a;
    padding: 2rem;
    border-radius: 12px;
    border-left: 3px solid #ff6b35;
}

.casestudy-quote blockquote {
    font-size: 1.125rem;
    color: #ddd;
    font-style: italic;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.casestudy-quote cite {
    color: #888;
    font-style: normal;
    font-size: 0.875rem;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.example-card-small {
    display: block;
}

.example-card-small .example-card-image {
    display: none;
}

.example-card-small .example-card-body {
    padding: 1rem;
}

.example-card-small h3 {
    font-size: 1rem;
}

.casestudy-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-card {
    background: #1a1a1a;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #2a2a2a;
}

.sidebar-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.quick-facts {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.fact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #2a2a2a;
}

.fact:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.fact-label {
    color: #888;
    font-size: 0.875rem;
}

.fact-value {
    color: #ff6b35;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: right;
}

.equipment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.equipment-list li {
    padding: 0.5rem 0;
    padding-left: 1.25rem;
    position: relative;
    color: #aaa;
    font-size: 0.875rem;
    border-bottom: 1px solid #222;
}

.equipment-list li:last-child {
    border-bottom: none;
}

.equipment-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #ff6b35;
    border-radius: 50%;
}

.sidebar-cta {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(255, 107, 53, 0.05));
    border-color: rgba(255, 107, 53, 0.3);
    text-align: center;
}

.sidebar-cta p {
    color: #aaa;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

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

    .casestudy-layout {
        grid-template-columns: 1fr;
    }

    .casestudy-sidebar {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sidebar-card {
        flex: 1;
        min-width: 250px;
    }
}

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

    .examples-hero h1 {
        font-size: 2rem;
    }

    .casestudy-hero-content h1 {
        font-size: 2rem;
    }

    .related-grid {
        grid-template-columns: 1fr;
    }

    .casestudy-sidebar {
        flex-direction: column;
    }
}
