

/* Start:/local/css/kontur/edo-ip.css?177569523930066*/
/* ЭДО для ИП */
:root {
    --accent: #00bea2;
    --accent-hover: #00a88e;
    --accent-light: rgba(0, 190, 162, 0.1);
    --bg-dark: #013f54;
    --bg-light: #f8f9fa;
    --text-main: #1a1a2e;
    --text-secondary: #64748b;
    --white: #ffffff;
}

.edo_ip_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.edo_ip_section-header {
    margin-bottom: 50px;
    text-align: center;
}

.edo_ip_section-title {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 500;
    color: var(--text-main);
    line-height: 1.2;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.edo_ip_section-title span {
    color: var(--accent);
}

.edo_ip_section-subtitle {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

/* Hero */
.edo_ip_hero {
    position: relative;
    padding: 100px 0 140px;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.edo_ip_hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.edo_ip_hero-gradient {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(circle, rgba(0, 190, 162, 0.08) 0%, transparent 70%);
    animation: gradientPulse 8s ease-in-out infinite;
}

@keyframes gradientPulse {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.8; }
    50% { transform: scale(1.1) rotate(5deg); opacity: 1; }
}

.edo_ip_hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
}

.edo_ip_hero-glow--1 {
    top: 10%;
    left: 10%;
    width: 400px;
    height: 400px;
    background: rgba(0, 190, 162, 0.12);
    animation: glowFloat1 10s ease-in-out infinite;
}

.edo_ip_hero-glow--2 {
    bottom: 20%;
    right: 15%;
    width: 300px;
    height: 300px;
    background: rgba(1, 63, 84, 0.08);
    animation: glowFloat2 12s ease-in-out infinite;
}

@keyframes glowFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
}

@keyframes glowFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 30px) scale(1.15); }
}

.edo_ip_hero-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.edo_ip_hero-content {
    max-width: 600px;
}

.edo_ip_hero-title {
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 600;
    color: var(--text-main);
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 24px;
}

.edo_ip_hero-title-accent {
    display: block;
    color: var(--accent);
}

.edo_ip_hero-description {
    font-size: 18px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 32px;
}

.edo_ip_hero-features {
    display: grid;
    gap: 16px;
    margin-bottom: 40px;
}

.edo_ip_hero-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.edo_ip_hero-feature svg {
    width: 20px;
    height: 20px;
    color: var(--accent);
    flex-shrink: 0;
}

.edo_ip_hero-feature span {
    font-size: 15px;
    color: var(--text-main);
    font-weight: 500;
}

.edo_ip_hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.edo_ip_btn-primary,
.edo_ip_btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none;
}

.edo_ip_btn-primary {
    background: var(--accent);
    color: var(--white);
    border-color: var(--accent);
}

.edo_ip_btn-primary:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 190, 162, 0.3);
}

.edo_ip_btn-outline {
    background: transparent;
    color: var(--text-main);
    border-color: rgba(0, 0, 0, 0.1);
}

.edo_ip_btn-outline:hover {
    background: var(--accent-light);
    border-color: var(--accent);
    color: var(--accent);
}

.edo_ip_btn-primary svg,
.edo_ip_btn-outline svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.edo_ip_btn-primary:hover svg {
    transform: translateX(4px);
}

/* Hero визуал */
.edo_ip_hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.edo_ip_hero-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.edo_ip_hero-step {
    display: flex;
    gap: 20px;
    padding: 24px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
    min-width: 380px;
}

.edo_ip_hero-step:hover {
    border-color: var(--accent);
    transform: translateX(8px);
    box-shadow: 0 8px 24px rgba(0, 190, 162, 0.15);
}

.edo_ip_hero-step-number {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: var(--white);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
}

.edo_ip_hero-step-body {
    flex: 1;
    display: flex;
    gap: 16px;
}

.edo_ip_hero-step-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-light);
    border-radius: 12px;
}

.edo_ip_hero-step-icon svg {
    width: 24px;
    height: 24px;
    color: var(--accent);
}

.edo_ip_hero-step-info strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 4px;
}

.edo_ip_hero-step-info p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0;
}

.edo_ip_hero-arrow {
    text-align: center;
    font-size: 32px;
    color: var(--accent);
    font-weight: 700;
    animation: arrowBounce 2s ease-in-out infinite;
}

@keyframes arrowBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}

/* Преимущества */
.edo_ip_benefits {
    padding: 80px 0;
    background: var(--white);
}

.edo_ip_benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.edo_ip_benefit-card {
    padding: 32px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.edo_ip_benefit-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent);
    box-shadow: 0 12px 32px rgba(0, 190, 162, 0.15);
}

.edo_ip_benefit-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-light);
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.edo_ip_benefit-card:hover .edo_ip_benefit-icon {
    background: var(--accent);
}

.edo_ip_benefit-icon svg {
    width: 28px;
    height: 28px;
    color: var(--accent);
    transition: color 0.3s ease;
}

.edo_ip_benefit-card:hover .edo_ip_benefit-icon svg {
    color: var(--white);
}

.edo_ip_benefit-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 12px;
    line-height: 1.3;
}

.edo_ip_benefit-card p {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Бухгалтерия */
.edo_ip_accounting {
    padding: 80px 0;
    background: var(--bg-light);
}

.edo_ip_accounting-box {
    display: flex;
    gap: 40px;
    padding: 50px;
    background: var(--accent);
    border-radius: 24px;
}

.edo_ip_accounting-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 50%;
}

.edo_ip_accounting-icon svg {
    width: 40px;
    height: 40px;
    color: var(--accent);
}

.edo_ip_accounting-content h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 16px;
}

.edo_ip_accounting-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 24px;
}

.edo_ip_accounting-features {
    display: grid;
    gap: 16px;
}

.edo_ip_accounting-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.edo_ip_accounting-feature svg {
    width: 20px;
    height: 20px;
    color: var(--white);
}

.edo_ip_accounting-feature span {
    font-size: 15px;
    color: var(--white);
    font-weight: 500;
}

/* Интеграция с 1С */
.edo_ip_integration {
    padding: 80px 0;
    background: var(--white);
}

.edo_ip_integration-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.edo_ip_integration-list {
    display: grid;
    gap: 24px;
    margin-top: 32px;
}

.edo_ip_integration-item {
    display: flex;
    gap: 16px;
}

.edo_ip_integration-item-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-light);
    border-radius: 50%;
}

.edo_ip_integration-item-icon svg {
    width: 20px;
    height: 20px;
    color: var(--accent);
}

.edo_ip_integration-item-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 4px;
}

.edo_ip_integration-item-text p {
    font-size: 14px;
    color: var(--text-secondary);
}

.edo_ip_integration-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edo_ip_integration-diagram {
    position: relative;
    width: 450px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Системы */
.edo_ip_integration-system {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 2;
}

.edo_ip_integration-system-icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 3px solid var(--accent);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 190, 162, 0.2);
    position: relative;
}

.edo_ip_integration-system-icon svg {
    width: 48px;
    height: 48px;
    color: var(--accent);
}

.edo_ip_integration-system span {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
}

/* Пульсирующие кольца */
.edo_ip_integration-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid var(--accent);
    border-radius: 50%;
    opacity: 0;
}

.edo_ip_integration-pulse--1 {
    width: 100px;
    height: 100px;
    animation: pulsate 2s ease-out infinite;
}

.edo_ip_integration-pulse--2 {
    width: 100px;
    height: 100px;
    animation: pulsate 2s ease-out infinite 1s;
}

@keyframes pulsate {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }
}

/* Стрелки обмена */
.edo_ip_integration-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.edo_ip_integration-arrow-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.edo_ip_integration-arrow-line svg {
    width: 100%;
    height: 20px;
    color: var(--accent);
}

.edo_ip_integration-arrow--right {
    animation: arrowFlowRight 2s ease-in-out infinite;
}

.edo_ip_integration-arrow--left {
    animation: arrowFlowLeft 2s ease-in-out infinite 1s;
}

@keyframes arrowFlowRight {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

@keyframes arrowFlowLeft {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

/* Летающие документы */
.edo_ip_integration-doc {
    position: absolute;
    width: 32px;
    height: 32px;
    background: var(--white);
    border: 2px solid var(--accent);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 190, 162, 0.2);
}

.edo_ip_integration-doc svg {
    width: 20px;
    height: 20px;
    color: var(--accent);
}

.edo_ip_integration-doc--1 {
    top: 20%;
    left: 30%;
    animation: docFloat1 4s ease-in-out infinite;
}

.edo_ip_integration-doc--2 {
    bottom: 20%;
    right: 30%;
    animation: docFloat2 4s ease-in-out infinite 2s;
}

@keyframes docFloat1 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(30px, -20px) rotate(5deg);
    }
    50% {
        transform: translate(60px, 0) rotate(0deg);
    }
    75% {
        transform: translate(30px, 20px) rotate(-5deg);
    }
}

@keyframes docFloat2 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-30px, 20px) rotate(-5deg);
    }
    50% {
        transform: translate(-60px, 0) rotate(0deg);
    }
    75% {
        transform: translate(-30px, -20px) rotate(5deg);
    }
}

/* Документы */
.edo_ip_documents {
    padding: 80px 0;
    background: var(--bg-light);
}

.edo_ip_documents-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.edo_ip_document-card {
    padding: 24px;
    background: var(--white);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.edo_ip_document-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.edo_ip_document-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-light);
    border-radius: 12px;
    margin-bottom: 16px;
}

.edo_ip_document-icon svg {
    width: 24px;
    height: 24px;
    color: var(--accent);
}

.edo_ip_document-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 8px;
}

.edo_ip_document-card p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Работа с документами */
.edo_ip_workflow {
    padding: 80px 0;
    background: var(--white);
}

.edo_ip_workflow-content {
    max-width: 1000px;
    margin: 0 auto;
}

.edo_ip_workflow-text p {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 24px;
}

.edo_ip_workflow-features {
    display: grid;
    gap: 16px;
    margin-bottom: 40px;
}

.edo_ip_workflow-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--bg-light);
    border-radius: 12px;
}

.edo_ip_workflow-feature svg {
    width: 20px;
    height: 20px;
    color: var(--accent);
    flex-shrink: 0;
}

.edo_ip_workflow-feature span {
    font-size: 15px;
    color: var(--text-main);
    font-weight: 500;
}

.edo_ip_workflow-types h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 20px;
}

.edo_ip_workflow-types-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.edo_ip_workflow-type {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--bg-light);
    border-radius: 12px;
}

.edo_ip_workflow-type svg {
    width: 24px;
    height: 24px;
    color: var(--accent);
    flex-shrink: 0;
}

.edo_ip_workflow-type span {
    font-size: 14px;
    color: var(--text-main);
}

/* Как выбрать ЭДО */
.edo_ip_choose {
    padding: 80px 0;
    background: var(--bg-light);
}

.edo_ip_choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.edo_ip_choose-card {
    padding: 28px;
    background: var(--white);
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.edo_ip_choose-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.edo_ip_choose-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-light);
    border-radius: 50%;
    margin: 0 auto 20px;
}

.edo_ip_choose-icon svg {
    width: 32px;
    height: 32px;
    color: var(--accent);
}

.edo_ip_choose-card p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Почему Диадок */
.edo_ip_why {
    padding: 80px 0;
    background: var(--white);
}

.edo_ip_why-box {
    padding: 50px;
    background: var(--bg-light);
    border-radius: 24px;
}

.edo_ip_why-content p {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 32px;
}

.edo_ip_why-stat {
    padding: 32px;
    background: var(--accent);
    border-radius: 16px;
    text-align: center;
    margin-bottom: 32px;
}

.edo_ip_why-stat-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    margin-bottom: 16px;
}

.edo_ip_why-stat-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
}

.edo_ip_why-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.edo_ip_why-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--white);
    border-radius: 12px;
}

.edo_ip_why-feature svg {
    width: 20px;
    height: 20px;
    color: var(--accent);
    flex-shrink: 0;
}

.edo_ip_why-feature span {
    font-size: 15px;
    color: var(--text-main);
    font-weight: 500;
}

/* Тарифы */
.edo_ip_tariffs {
    padding: 80px 0;
    background: var(--white);
}

.edo_ip_tariffs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.edo_ip_tariff-card {
    position: relative;
    padding: 32px;
    background: var(--white);
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.edo_ip_tariff-card:hover {
    border-color: var(--accent);
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 190, 162, 0.15);
}

.edo_ip_tariff-card--featured {
    border-color: var(--accent);
    box-shadow: 0 8px 24px rgba(0, 190, 162, 0.2);
}

.edo_ip_tariff-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 16px;
    background: var(--accent);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
}

.edo_ip_tariff-docs {
    font-size: 48px;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 8px;
}

.edo_ip_tariff-label {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.edo_ip_tariff-price {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 8px;
}

.edo_ip_tariff-per {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 24px;
}

.edo_ip_tariff-btn {
    width: 100%;
    padding: 14px 32px;
    background: var(--accent);
    color: var(--white);
    border: 2px solid var(--accent);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.edo_ip_tariff-btn:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
}

.edo_ip_tariffs-extra {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.edo_ip_extra-card {
    padding: 32px;
    background: var(--bg-light);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.edo_ip_extra-card--highlight {
    background: var(--accent-light);
    border: 2px solid var(--accent);
}

.edo_ip_extra-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 12px;
}

.edo_ip_extra-icon svg {
    width: 28px;
    height: 28px;
    color: var(--accent);
}

.edo_ip_extra-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 8px;
}

.edo_ip_extra-content p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
}

.edo_ip_extra-btn {
    padding: 12px 24px;
    background: var(--accent);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.edo_ip_extra-btn:hover {
    background: var(--accent-hover);
}

/* Электронная подпись */
.edo_ip_signature {
    padding: 80px 0;
    background: var(--bg-light);
}

.edo_ip_signature-types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.edo_ip_signature-type {
    padding: 32px;
    background: var(--white);
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    text-align: center;
}

.edo_ip_signature-type--featured {
    border-color: var(--accent);
    box-shadow: 0 4px 16px rgba(0, 190, 162, 0.15);
}

.edo_ip_signature-type-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-light);
    border-radius: 50%;
    margin: 0 auto 20px;
}

.edo_ip_signature-type--featured .edo_ip_signature-type-icon {
    background: var(--accent);
}

.edo_ip_signature-type-icon svg {
    width: 32px;
    height: 32px;
    color: var(--accent);
}

.edo_ip_signature-type--featured .edo_ip_signature-type-icon svg {
    color: var(--white);
}

.edo_ip_signature-type h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 12px;
}

.edo_ip_signature-type p {
    font-size: 14px;
    color: var(--text-secondary);
}

.edo_ip_signature-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.edo_ip_signature-product {
    position: relative;
    padding: 28px;
    background: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.edo_ip_signature-product--featured {
    border-color: var(--accent);
    box-shadow: 0 4px 16px rgba(0, 190, 162, 0.15);
}

.edo_ip_signature-product-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 16px;
    background: var(--accent);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    border-radius: 100px;
}

.edo_ip_signature-product h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
}

.edo_ip_signature-product p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    flex: 1;
}

.edo_ip_signature-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--accent);
}

.edo_ip_signature-btn {
    padding: 12px 24px;
    background: var(--accent);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.edo_ip_signature-btn:hover {
    background: var(--accent-hover);
}

/* Почему КЭП */
.edo_ip_kep {
    padding: 80px 0;
    background: var(--bg-dark);
}

.edo_ip_kep-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.edo_ip_kep-box h2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 20px;
}

.edo_ip_kep-box > p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 40px;
}

.edo_ip_kep-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.edo_ip_kep-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
}

.edo_ip_kep-feature-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    border-radius: 50%;
}

.edo_ip_kep-feature-icon svg {
    width: 28px;
    height: 28px;
    color: var(--white);
}

.edo_ip_kep-feature span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.edo_ip_kep-info {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: rgba(0, 190, 162, 0.1);
    border: 1px solid var(--accent);
    border-radius: 12px;
}

.edo_ip_kep-info svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: var(--accent);
}

.edo_ip_kep-info p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin: 0;
}

/* Платформы */
.edo_ip_platforms {
    padding: 80px 0;
    background: var(--white);
}

.edo_ip_platforms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.edo_ip_platform-card {
    padding: 32px;
    background: var(--bg-light);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.edo_ip_platform-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.edo_ip_platform-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-light);
    border-radius: 12px;
    margin-bottom: 20px;
}

.edo_ip_platform-icon svg {
    width: 28px;
    height: 28px;
    color: var(--accent);
}

.edo_ip_platform-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 12px;
}

.edo_ip_platform-card p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 16px;
}

.edo_ip_platform-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
    transition: gap 0.3s ease;
}

.edo_ip_platform-link:hover {
    gap: 12px;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .edo_ip_hero-wrapper,
    .edo_ip_integration-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .edo_ip_hero-step {
        min-width: 0;
    }
    
    .edo_ip_integration-diagram {
        width: 350px;
        height: 250px;
    }
    
    .edo_ip_integration-system-icon {
        width: 80px;
        height: 80px;
    }
    
    .edo_ip_integration-system-icon svg {
        width: 40px;
        height: 40px;
    }
    
    .edo_ip_integration-arrows {
        width: 150px;
    }
    
    .edo_ip_benefits-grid,
    .edo_ip_documents-grid,
    .edo_ip_tariffs-grid,
    .edo_ip_signature-products,
    .edo_ip_choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .edo_ip_workflow-types-list,
    .edo_ip_why-features {
        grid-template-columns: 1fr;
    }
    
    .edo_ip_tariffs-extra {
        grid-template-columns: 1fr;
    }
    
    .edo_ip_platforms-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .edo_ip_hero {
        padding: 80px 0 100px;
        min-height: auto;
    }
    
    .edo_ip_hero-visual {
        display: none;
    }
    
    .edo_ip_hero-buttons {
        flex-direction: column;
    }
    
    .edo_ip_btn-primary,
    .edo_ip_btn-outline {
        width: 100%;
        justify-content: center;
    }
    
    .edo_ip_integration-visual {
        display: none;
    }
    
    .edo_ip_benefits-grid,
    .edo_ip_documents-grid,
    .edo_ip_tariffs-grid,
    .edo_ip_signature-products,
    .edo_ip_signature-types,
    .edo_ip_kep-features,
    .edo_ip_workflow-types-list,
    .edo_ip_choose-grid,
    .edo_ip_why-features {
        grid-template-columns: 1fr;
    }
    
    .edo_ip_accounting-box {
        flex-direction: column;
        padding: 40px 32px;
    }
    
    .edo_ip_why-box {
        padding: 40px 32px;
    }
}

@media (max-width: 600px) {
    .edo_ip_section-title {
        font-size: 32px;
    }
    
    .edo_ip_hero-title {
        font-size: 40px;
    }
}
/* End */
/* /local/css/kontur/edo-ip.css?177569523930066 */
