/* SEO Content Styles */
.seo-content {
    /* padding: 60px 0; */
    background: #000000;
    position: relative;
}

.seo-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 1;
}

.seo-section {
    margin-bottom: 48px;
}

.seo-section:last-child {
    margin-bottom: 0;
}

.seo-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 32px;
    letter-spacing: -0.025em;
    background: linear-gradient(135deg, #2adb5c 0%, #22c55e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.feature-item {
    background: linear-gradient(145deg, #111111 0%, #1a1a1a 100%);
    border: 1px solid #333333;
    padding: 32px;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(34, 197, 94, 0.05); */
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 0;
}

.feature-item:hover {
    border-color: #2adb5c;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(42, 219, 92, 0.3);
    background: linear-gradient(145deg, #1a1a1a 0%, #222222 100%);
}


.feature-icon {
    margin-bottom: 16px;
    text-align: center;
}

.feature-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center;
    background: linear-gradient(135deg, #2adb5c 0%, #22c55e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.feature-item p {
    color: #cccccc;
    line-height: 1.6;
    text-align: center;
    margin: 0;
    font-weight: 400;
}

/* Technology Section */
.tech-content {
    text-align: center;
    margin-bottom: 32px;
}

.tech-content>p {
    font-size: 1rem;
    color: #cccccc;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 32px;
    font-weight: 400;
}

.tech-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
}

.tech-item {
    background: linear-gradient(145deg, #111111 0%, #1a1a1a 100%);
    border: 1px solid #333333;
    padding: 24px;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(34, 197, 94, 0.05); */
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 0;
}

.tech-item:hover {
    border-color: #2adb5c;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(42, 219, 92, 0.3);
    background: linear-gradient(145deg, #1a1a1a 0%, #222222 100%);
}

.tech-item:hover::after {
    left: 100%;
}

.tech-icon {
    margin-bottom: 15px;
}

.tech-item h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #2adb5c 0%, #22c55e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    justify-content: center;
}

.tech-item p {
    color: #cccccc;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

/* Use Cases */
.use-cases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    
}

.use-case {
    background: linear-gradient(145deg, #111111 0%, #1a1a1a 100%);
    border: 1px solid #333333;
    padding: 24px;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(34, 197, 94, 0.05); */
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 0;
}

.use-case:hover {
    border-color: #2adb5c;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(42, 219, 92, 0.3);
    background: linear-gradient(145deg, #1a1a1a 0%, #222222 100%);
}

.use-case:hover::after {
    left: 100%;
}

.use-case-icon {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.use-case h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: center;
    background: linear-gradient(135deg, #2adb5c 0%, #22c55e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
}

.use-case p {
    color: #cccccc;
    line-height: 1.6;
    text-align: center;
    margin: 0;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

/* Process Steps */
.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 50px;
    position: relative;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #2adb5c 20%, #2adb5c 80%, transparent 100%);
    z-index: 0;
}

.step {
    text-align: center;
    padding: 40px 25px;
    background: linear-gradient(145deg, #111111 0%, #1a1a1a 100%);
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(42, 219, 92, 0.3);
    z-index: 1;
    border-radius: 0;
}

.step::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #2adb5c, #22c55e, #16a34a);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.step:hover::before {
    opacity: 0.3;
}

.step:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(42, 219, 92, 0.2);
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2adb5c 0%, #22c55e 100%);
    color: #000;
    border-radius: 50%;
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 25px;
    box-shadow: 0 8px 20px rgba(42, 219, 92, 0.3);
    position: relative;
}

.step-number::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(42, 219, 92, 0.2);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.step h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.3;
}

.step p {
    color: #cccccc;
    /* font-size: 1rem; */
    line-height: 1.6;
}

/* Benefits List */
.benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    margin-top: 50px;
}

.benefit {
    background: linear-gradient(145deg, #111111 0%, #1a1a1a 100%);
    padding: 35px;
    /* box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(42, 219, 92, 0.1); */
    border-left: 6px solid #2adb5c;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}


.benefit:hover {
    transform: translateX(10px) translateY(-5px);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(42, 219, 92, 0.4);
    border-left-color: #22c55e;
}

.benefit-icon {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.benefit h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.benefit p {
    color: #cccccc;
    line-height: 1.7;
    /* font-size: 1rem; */
    position: relative;
    z-index: 1;
}

/* Codec Support */
.codec-support {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    margin-top: 50px;
}

.codec-category {
    background: linear-gradient(145deg, #111111 0%, #1a1a1a 100%);
    padding: 35px;
    /* box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(34, 197, 94, 0.1); */
    border-top: 6px solid #2adb5c;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.codec-category::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2adb5c 0%, #22c55e 100%);
    border-radius: 50%;
    opacity: 0.1;
    transform: translate(30px, -30px);
}

.codec-category:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(42, 219, 92, 0.4);
    border-top-color: #22c55e;
}

.codec-icon {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.codec-category h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.codec-category p {
    color: #cccccc;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

/* Format Support */
.format-support {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    margin-top: 50px;
}

.format-category {
    background: linear-gradient(145deg, #111111 0%, #1a1a1a 100%);
    padding: 35px;
    /* box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(32, 201, 151, 0.1); */
    border-top: 6px solid #2adb5c;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.format-category::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2adb5c 0%, #22c55e 100%);
    border-radius: 50%;
    opacity: 0.1;
    transform: translate(30px, -30px);
}

.format-category:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(42, 219, 92, 0.4);
    border-top-color: #22c55e;
}

.format-icon {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.format-category h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.format-category p {
    color: #cccccc;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

/* Quality Features */
.quality-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    margin-top: 50px;
}

.quality-item {
    background: linear-gradient(145deg, #111111 0%, #1a1a1a 100%);
    padding: 35px;
    /* box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(34, 197, 94, 0.1); */
    border-top: 6px solid #2adb5c;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.quality-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2adb5c 0%, #22c55e 100%);
    border-radius: 50%;
    opacity: 0.1;
    transform: translate(30px, -30px);
}

.quality-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(42, 219, 92, 0.4);
    border-top-color: #22c55e;
}

.quality-icon {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.quality-item h4 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.quality-item p {
    color: #cccccc;
    line-height: 1.7;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .seo-content {
        /* padding: 60px 0; */
        margin-top: 40px;
    }

    .seo-container {
        padding: 0 15px;
    }

    .seo-section {
        margin-bottom: 60px;
    }

    .seo-section h2 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .features-grid,
    .tech-features,
    .use-cases,
    .process-steps,
    .benefits-list,
    .codec-support,
    .format-support,
    .quality-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-item,
    .tech-item,
    .use-case,
    .step,
    .benefit,
    .codec-category,
    .format-category,
    .quality-item {
        padding: 20px;
    }

    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .seo-section h2 {
        font-size: 1.8rem;
    }

    .feature-item h3,
    .use-case h3,
    .step h4 {
        font-size: 1.2rem;
    }

    .tech-item h4,
    .codec-category h4,
    .format-category h4,
    .quality-item h4 {
        font-size: 1.1rem;
    }
}