.audit-grid-section {
    background: #fff;
    padding: 60px 0;
}

.audit-row {
    display: flex;
    gap: 1%;
    margin-bottom: 30px;
}

.audit-block {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.audit-block.large {
    width: 66%;
}

.audit-block.small {
    width: 33%;
}

.audit-block h3 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.audit-block p {
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 15px;
}

.audit-block ul {
    list-style: none;
    padding: 0;
}

.audit-block ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: var(--text-color);
}

.audit-block ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('../images/check-icon.svg') no-repeat center;
    background-size: contain;
}

@media (max-width: 768px) {
    .audit-row {
        flex-direction: column;
        gap: 20px;
    }

    .audit-block.large,
    .audit-block.small {
        width: 100%;
    }
}

.steps-labels span {
    text-align: center;
    font-size: 0.8rem;
    width: 5%;
    font-weight: bold;
    color: var(--primary-color);
    box-sizing: border-box;
}

.label-span1 {
    left: -7px;
    position: relative;
}

.label-span2 {
    left: 8px;
    position: relative;
}

.label-span3 {
    left: 0px;
    position: relative;
}

.label-span4 {
    left: -5px;
    position: relative;
}

.how-it-works {
    padding: 4rem 0;
    background-color: #f8f9fa;
    border-radius: 30px 30px;
}
.audit-features-section {
    background: #fff;
    padding: 10px 0 30px 0;
}

.features-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.features-header h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.features-header .highlight {
    color: #0066FF;
}

.features-header p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.feature-item {
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    flex-direction: row;
    align-items: center;
}

.feature-icon {
    flex-shrink: 0;
}

.feature-icon img {
    width: 40px;
    height: 40px;
}

.feature-content h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #333;
}

.feature-content p {
    color: #666;
    line-height: 1.6;
}

.features-cta {
    text-align: center;
    margin-top: 50px;
}

.features-cta .btn-primary {
    padding: 15px 30px;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .features-header h2 {
        font-size: 2rem;
    }

    .feature-item {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .feature-icon {
        margin: 0 auto;
    }
}

/* Hero Section */
.hero-section {
    padding: 160px 0 100px;
    background: linear-gradient(135deg, #F8F9FF 0%, #F0F3FF 100%);
    position: relative;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
}

.hero-content {
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(91, 58, 243, 0.1);
    color: var(--primary-color);
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-section h1 {
    font-size: 48px;
    line-height: 1.2;
    color: var(--text-color);
    margin-bottom: 24px;
    font-weight: 700;
}

.hero-description {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 40px;
}

.hero-features {
    display: flex;
    gap: 32px;
    margin-bottom: 40px;
    flex-direction: row;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-feature i {
    color: var(--primary-color);
    font-size: 24px;
}

.hero-feature span {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
}

.hero-buttons {
    display: flex;
    gap: 16px;
}

.btn {
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    background: var(--primary-color);
    color: white;
    border: none;
}

.btn-primary:hover {
    background: #4525DB;
    transform: translateY(-2px);
}

.btn-outline {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}

.btn-outline:hover {
    background: rgba(91, 58, 243, 0.05);
    transform: translateY(-2px);
}

/* Анимированная иллюстрация */
.hero-illustration {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}

.devices-wrapper {
    position: relative;
    height: 500px;
}

.device {
    position: absolute;
    transition: all 0.5s ease;
}

.device img {
    max-width: 100%;
    height: auto;
}

.device-laptop {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.device-tablet {
    width: 40%;
    top: 30%;
    right: 0;
    z-index: 2;
}

.device-phone {
    width: 20%;
    bottom: 20%;
    left: 10%;
    z-index: 3;
}

.accessibility-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.element {
    position: absolute;
    padding: 8px 16px;
    background: white;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    animation: float 3s infinite ease-in-out;
}

.element-1 { top: 20%; left: 10%; animation-delay: 0s; }
.element-2 { top: 40%; right: 15%; animation-delay: 0.5s; }
.element-3 { bottom: 30%; left: 20%; animation-delay: 1s; }
.element-4 { bottom: 40%; right: 25%; animation-delay: 1.5s; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Медиа запросы */
@media (max-width: 1200px) {
    .hero-illustration {
        width: 45%;
    }
}

@media (max-width: 992px) {
    .hero-section {
        padding: 120px 0 60px;
        width: 102%;
    }

    .hero-content {
        max-width: 100%;
        text-align: center;
    }

    .hero-features {
        justify-content: center;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-illustration {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 36px;
    }

    .hero-features {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 16px;
        width: 95%;
    }

    .btn {
        width: 95%;
        justify-content: center;
    }
}

/* Секция важности доступности */
.importance-section {
    padding: 100px 0;
    background: var(--white);
}

.section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 36px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.section-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

/* Статистика */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.stat-card {
    background: linear-gradient(135deg, #F8F9FF 0%, #F0F3FF 100%);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 16px;
    line-height: 1;
}

.stat-description {
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.6;
}

.stat-source {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

/* Преимущества */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.benefit-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(91, 58, 243, 0.1);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: rgba(91, 58, 243, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.benefit-icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.benefit-card h3 {
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 12px;
}

.benefit-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* Медиа запросы */
@media (max-width: 1200px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .stat-card, .benefit-card {
        padding: 25px;
    }

    .stat-number {
        font-size: 36px;
    }
}

/* Секция услуг */
.services-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #F8F9FF 0%, #F0F3FF 100%);
    border-radius: 30px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(91, 58, 243, 0.1);
}

.service-card.featured {
    border: 2px solid var(--primary-color);
}

.service-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: var(--primary-color);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: rgba(91, 58, 243, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-icon i {
    font-size: 28px;
    color: var(--primary-color);
}

.service-card h3 {
    font-size: 24px;
    color: var(--text-color);
    margin-bottom: 15px;
}

.service-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--text-color);
    font-size: 15px;
}

.service-features li i {
    color: var(--primary-color);
    font-size: 14px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.service-link i {
    transition: transform 0.3s ease;
}

.service-link:hover {
    opacity: 0.8;
}

.service-link:hover i {
    transform: translateX(5px);
}

/* Медиа запросы */
@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 30px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
    }

    .service-icon i {
        font-size: 24px;
    }

    .service-card h3 {
        font-size: 22px;
    }
}

/* Секция технологий и стандартов */
.tech-standards-section {
    padding: 100px 0;
    background: var(--white);
}

.tech-standards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

/* Карточка стандарта WCAG */
.standard-card {
    background: linear-gradient(135deg, #F8F9FF 0%, #F0F3FF 100%);
    border-radius: 24px;
    padding: 40px;
    height: 100%;
}

.standard-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}

.standard-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.standard-card h3 {
    font-size: 28px;
    color: var(--text-color);
    margin-bottom: 16px;
}

.standard-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
    line-height: 1.6;
}

/* Принципы WCAG */
.principles {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.principle {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.principle-label {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
}

.principle-bar {
    height: 8px;
    background: #E0E0E0;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.principle-bar::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--primary-color);
    border-radius: 4px;
    width: var(--width);
    transition: width 1.5s ease;
}

/* Технические особенности */
.tech-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.tech-feature {
    display: flex;
    gap: 20px;
    padding: 24px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.tech-feature:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 25px rgba(91, 58, 243, 0.1);
}

.tech-icon {
    width: 48px;
    height: 48px;
    background: rgba(91, 58, 243, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tech-icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.tech-info h4 {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 8px;
}

.tech-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Технологические бейджи */
.tech-badges {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.tech-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.tech-badge:hover {
    transform: translateY(-5px);
}

.tech-badge i {
    font-size: 48px;
    color: var(--primary-color);
}

.tech-badge span {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
}

/* Специфичные цвета для каждой иконки */
.tech-badge .fa-html5 {
    color: #E34F26;
}

.tech-badge .fa-css3-alt {
    color: #1572B6;
}

.tech-badge .fa-js {
    color: #F7DF1E;
}

.tech-badge .fa-react {
    color: #61DAFB;
}

/* Анимация прогресс-баров */
@keyframes fillBar {
    from { width: 0; }
    to { width: var(--width); }
}

/* Медиа запросы */
@media (max-width: 992px) {
    .tech-standards-grid {
        grid-template-columns: 1fr;
    }

    .standard-card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .tech-badges {
        gap: 20px;
    }

    .tech-feature {
        padding: 20px;
    }

    .tech-icon {
        width: 40px;
        height: 40px;
    }

    .tech-icon i {
        font-size: 20px;
    }
}

/* Секция процесса разработки */
.process-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #F8F9FF 0%, #F0F3FF 100%);
    border-radius: 30px;
}

.process-timeline {
    position: relative;
    max-width: 1000px;
    margin: 60px auto 0;
    padding: 0 20px;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary-color);
    opacity: 0.2;
}

.process-step {
    position: relative;
    padding-left: 100px;
    margin-bottom: 60px;
}

.process-step:last-child {
    margin-bottom: 0;
}

.step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    box-shadow: 0 4px 20px rgba(91, 58, 243, 0.1);
    z-index: 2;
}

.step-content {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.step-icon {
    width: 60px;
    height: 60px;
    background: rgba(91, 58, 243, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.step-icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.step-content h3 {
    font-size: 24px;
    color: var(--text-color);
    margin-bottom: 16px;
}

.step-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 24px;
}

.step-details {
    list-style: none;
    padding: 0;
}

.step-details li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    color: var(--text-color);
}

.step-details li:last-child {
    margin-bottom: 0;
}

.step-details li i {
    color: var(--primary-color);
    font-size: 16px;
}

/* Анимация при скролле */
.process-step {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.process-step.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Медиа запросы */
@media (max-width: 768px) {
    .process-timeline::before {
        left: 30px;
    }

    .process-step {
        padding-left: 80px;
    }

    .step-number {
        width: 60px;
        height: 60px;
        font-size: 20px;
        left: -18px;
    }

    .step-content {
        padding: 30px;
    }

    .step-icon {
        width: 50px;
        height: 50px;
    }

    .step-icon i {
        font-size: 20px;
    }

    .step-content h3 {
        font-size: 20px;
    }
}

/* Секция кейсов */
.cases-section {
    padding: 100px 0;
    background: var(--white);
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.case-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.case-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 25px rgba(91, 58, 243, 0.1);
}

.case-image {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.case-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.case-card:hover .case-image img {
    transform: scale(1.05);
}

.case-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(91, 58, 243, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.case-card:hover .case-overlay {
    opacity: 1;
}

.case-link {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    text-decoration: none;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.case-card:hover .case-link {
    transform: translateY(0);
}

.case-content {
    padding: 30px;
}

.case-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.tag {
    padding: 6px 12px;
    background: rgba(91, 58, 243, 0.1);
    color: var(--primary-color);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.case-content h3 {
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 12px;
}

.case-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.case-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.metric {
    text-align: center;
}

.metric-value {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.metric-label {
    font-size: 12px;
    color: #666;
}

.cases-cta {
    text-align: center;
    margin-top: 60px;
}

/* Медиа запросы */
@media (max-width: 1200px) {
    .cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .cases-grid {
        grid-template-columns: 1fr;
    }

    .case-content {
        padding: 20px;
    }

    .case-metrics {
        gap: 15px;
    }

    .metric-value {
        font-size: 20px;
    }
}

/* CTA секция */
.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #2D3436 0%, #000000 100%);
    position: relative;
    overflow: hidden;
    color: var(--white);
    text-align: center;
}

/* Добавляем декоративный фон */
.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/pattern-grid.svg') center/cover;
    opacity: 0.1;
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.cta-description {
    max-width: 600px;
    margin: 0 auto 3rem;
    font-size: 1.2rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.open-form-modal {
    background: var(--white);
    color: var(--primary-color);
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
}

.open-form-modal:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(255, 255, 255, 0.5);
    background: var(--white);
}

.open-form-modal i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.open-form-modal:hover i {
    transform: translateX(5px);
}
