/*START_TS_PIOT*/
.ts-piot {
    width: 100%;

    .card {
        display: flex;
        align-items: stretch;
        gap: clamp(24px, 3vw, 48px);
        width: 100%;
        max-width: 1200px;
        min-height: 344px;
        margin: 0 auto;
        padding: clamp(28px, 4vw, 48px) clamp(24px, 4vw, 56px);
        border-radius: 40px;
        background: #ffffff;

        @media (max-width: 991px) {
            flex-direction: column;
            min-height: auto;
        }
    }

    .content {
        display: flex;
        flex: 0 1 42%;
        flex-direction: column;
        justify-content: center;
        gap: clamp(16px, 2vw, 24px);
        min-width: 0;

        @media (max-width: 991px) {
            flex: 1 1 auto;
            width: 100%;
        }
    }

    .title {
        margin: 0;
        color: #1f1f1f;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(28px, 3.2vw, 40px);
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    .notice {
        position: relative;
        margin: 0;
        padding-left: 20px;
        color: #333333;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(14px, 1.4vw, 16px);
        font-weight: 400;
        line-height: 1.5;
    }

    .notice::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        border-radius: 4px;
        background: #f05a22;
    }

    .definition {
        display: flex;
        flex: 1 1 58%;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        min-width: 0;
        padding: clamp(24px, 3vw, 32px);
        border-radius: 20px;
        background: #f0f4f8;
        box-sizing: border-box;

        @media (max-width: 991px) {
            flex: 1 1 auto;
            width: 100%;
        }
    }

    .definition-text {
        margin: 0;
        color: #333333;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(14px, 1.4vw, 16px);
        font-weight: 400;
        line-height: 1.55;
    }

    .citation {
        margin: 0;
        color: #1a3c6e;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(13px, 1.3vw, 15px);
        font-weight: 700;
        line-height: 1.4;
        text-align: right;
    }

    .ecm-banner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: clamp(16px, 2vw, 24px);
        width: 100%;
        max-width: 1200px;
        min-height: 328px;
        margin: 0 auto;
        padding: clamp(32px, 4vw, 48px) clamp(24px, 4vw, 40px);
        text-align: center;
        box-sizing: border-box;
    }

    .logo {
        display: block;
        width: min(100%, 320px);
        height: auto;
    }

    .subtitle {
        margin: 0;
        color: #1f1f1f;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(18px, 2vw, 24px);
        font-weight: 700;
        line-height: 1.3;
    }

    .description {
        max-width: 760px;
        margin: 0;
        color: #333333;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(14px, 1.4vw, 16px);
        font-weight: 400;
        line-height: 1.5;
    }

    .link {
        color: #1b6fd8;
        font-weight: 600;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .link:hover {
        color: #0f4fa8;
        text-decoration: underline;
    }

    .reasons {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: clamp(28px, 4vw, 40px);
    }

    .reasons-title {
        margin: 0 0 clamp(24px, 3vw, 32px);
        color: #1f1f1f;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(24px, 2.8vw, 32px);
        font-weight: 700;
        line-height: 1.2;
    }

    .num {
        font-size: clamp(36px, 4vw, 48px);
        line-height: 1;
    }

    .reasons-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
        gap: clamp(24px, 4vw, 48px);
        align-items: center;
    }

    .reasons-content {
        min-width: 0;
    }

    .reasons-list {
        display: flex;
        flex-direction: column;
        gap: clamp(18px, 2.5vw, 28px);
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .reasons-item {
        display: flex;
        gap: 16px;
        align-items: flex-start;
    }

    .icon {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border: 1px dashed #1b6fd8;
        border-radius: 6px;
        color: #1b6fd8;
        background: #f7fbff;
    }

    .item-content {
        min-width: 0;
    }

    .item-title {
        margin: 0 0 8px;
        color: #1f1f1f;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(15px, 1.5vw, 18px);
        font-weight: 700;
        line-height: 1.35;
    }

    .item-text {
        margin: 0;
        color: #333333;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(13px, 1.3vw, 15px);
        font-weight: 400;
        line-height: 1.5;
    }

    .reasons-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-top: clamp(24px, 3vw, 32px);
    }

    .btn-register,
    .btn-outline {
        min-width: 220px;
        border-radius: 8px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.2;
        text-decoration: none;
    }

    .btn-outline {
        color: #d31c21;
        background: #ffffff;
        border: 1px solid #d31c21;
        outline: none;
    }

    .btn-outline:hover {
        color: #ffffff;
        background: linear-gradient(101deg, #d31c21 1.17%, #e63c3d 100%);
        border-color: #d31c21;
    }

    .reasons-visual {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
    }

    .diagram {
        display: block;
        width: 100%;
        max-width: 520px;
        height: auto;
    }

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

        .reasons-visual {
            order: -1;
        }

        .diagram {
            max-width: 360px;
            margin: 0 auto;
        }

        .reasons-actions {
            flex-direction: column;
        }

        .btn-register,
        .btn-outline {
            width: 100%;
            min-width: 0;
        }
    }

    .partner {
        width: 100%;
        max-width: 1200px;
        margin: clamp(40px, 6vw, 80px) auto 0;
        padding: clamp(32px, 5vw, 56px) clamp(24px, 4vw, 48px);
        border-radius: 40px;
        background: #0b1a2f;
        box-sizing: border-box;
        text-align: center;
    }

    .partner-title {
        max-width: 920px;
        margin: 0 auto clamp(16px, 2vw, 24px);
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(22px, 2.6vw, 32px);
        font-weight: 700;
        line-height: 1.3;
    }

    .partner-subtitle {
        margin: 0 0 clamp(24px, 3vw, 32px);
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(16px, 1.6vw, 20px);
        font-weight: 400;
        line-height: 1.4;
    }

    .partner-cards {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(16px, 2vw, 24px);
        margin-bottom: clamp(24px, 3vw, 32px);
    }

    .partner-card {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 120px;
        padding: clamp(20px, 2.5vw, 28px);
        border: 1px solid #5eb4e8;
        border-radius: 16px;
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(13px, 1.3vw, 15px);
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        box-sizing: border-box;
    }

    .partner-footer {
        max-width: 980px;
        margin: 0 auto;
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(14px, 1.4vw, 16px);
        font-weight: 400;
        line-height: 1.55;
    }

    @media (max-width: 991px) {
        .partner-cards {
            grid-template-columns: 1fr;
        }

        .partner-card {
            min-height: auto;
        }
    }

    .connect {
        width: 100%;
        max-width: 1200px;
        margin: clamp(40px, 6vw, 80px) auto 0;
        padding:0 20px;
    }

    .connect-grid {
        display: grid;
        grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
        gap: clamp(24px, 4vw, 48px);
        align-items: start;
    }

    .package {
        padding: clamp(20px, 3vw, 28px);
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        box-sizing: border-box;
    }

    .package-body {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(120px, 0.8fr);
        gap: clamp(16px, 2vw, 24px);
        align-items: stretch;
    }

    .package-services {
        padding-right: clamp(12px, 2vw, 20px);
        border-right: 1px solid #e6edf5;
    }

    .package-title {
        margin: 0 0 16px;
        color: #1b6fd8;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(14px, 1.4vw, 16px);
        font-weight: 700;
        line-height: 1.35;
    }

    .package-lead {
        margin: 0 0 12px;
        color: #1f1f1f;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(13px, 1.3vw, 15px);
        font-weight: 600;
        line-height: 1.4;
    }

    .package-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin: 0 0 16px;
        padding: 0 0 0 18px;
        list-style: none;
    }

    .package-list li {
        position: relative;
        color: #333333;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(12px, 1.2vw, 14px);
        font-weight: 400;
        line-height: 1.45;
    }

    .package-list li::before {
        content: "";
        position: absolute;
        top: 7px;
        left: -14px;
        width: 6px;
        height: 6px;
        border-radius: 1px;
        background: #1b6fd8;
        transform: rotate(45deg);
    }

    .package-module {
        margin: 0;
        padding-top: 12px;
        border-top: 1px solid #e6edf5;
        color: #1f1f1f;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(12px, 1.2vw, 14px);
        font-weight: 600;
        line-height: 1.4;
    }

    .package-price {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        text-align: center;
    }

    .price-label {
        margin: 0;
        color: #333333;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(11px, 1.1vw, 13px);
        font-weight: 400;
        line-height: 1.4;
    }

    .price-label-accent {
        display: block;
        margin-bottom: 4px;
        color: #1b6fd8;
        font-size: clamp(12px, 1.2vw, 14px);
        font-weight: 700;
    }

    .price-value {
        margin: 0;
        color: #1f1f1f;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(28px, 3vw, 36px);
        font-weight: 700;
        line-height: 1;
    }

    .connect-content {
        min-width: 0;
    }

    .connect-title {
        margin: 0 0 clamp(20px, 3vw, 28px);
        color: #1f1f1f;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(22px, 2.6vw, 30px);
        font-weight: 700;
        line-height: 1.25;
    }

    .steps {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 0 0 clamp(24px, 3vw, 32px);
        padding: 0;
        list-style: none;
    }

    .step {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        position: relative;
        padding-bottom: clamp(16px, 2vw, 22px);
    }

    .step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 36px;
        left: 17px;
        width: 2px;
        height: calc(100% - 28px);
        background: #b8d9f5;
    }

    .step-num {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border: 1px solid #1b6fd8;
        border-radius: 50%;
        color: #1b6fd8;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        background: #f7fbff;
    }

    .step-text {
        margin: 8px 0 0;
        color: #333333;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(13px, 1.3vw, 15px);
        font-weight: 400;
        line-height: 1.5;
    }

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

        .package-body {
            grid-template-columns: 1fr;
        }

        .package-services {
            padding-right: 0;
            border-right: none;
            padding-bottom: 16px;
            border-bottom: 1px solid #e6edf5;
        }
    }

    .cta {
        width: 100%;
        max-width: 1200px;
        margin: clamp(40px, 6vw, 80px) auto 0;
        padding: clamp(28px, 4vw, 40px) clamp(24px, 4vw, 48px) clamp(24px, 3vw, 32px);
        border-top: 1px solid #e6edf5;
        border-radius: 0 0 40px 40px;
        background: #ffffff;
        box-sizing: border-box;
    }

    .cta-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.6fr);
        gap: clamp(24px, 4vw, 40px);
        align-items: center;
        margin-bottom: clamp(24px, 3vw, 32px);
    }

    .cta-content {
        min-width: 0;
    }

    .cta-title {
        margin: 0 0 clamp(16px, 2vw, 20px);
        color: #1f1f1f;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(22px, 2.6vw, 30px);
        font-weight: 700;
        line-height: 1.25;
    }

    .cta-text {
        margin: 0 0 12px;
        color: #333333;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(14px, 1.4vw, 16px);
        font-weight: 400;
        line-height: 1.55;
    }

    .cta-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-top: clamp(20px, 2.5vw, 28px);
    }

    .cta-code {
        text-align: right;
    }

    .code-value {
        margin: 0;
        color: #1f1f1f;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(48px, 8vw, 88px);
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.02em;
    }

    .code-label {
        margin: 8px 0 0;
        color: #666666;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(13px, 1.3vw, 15px);
        font-weight: 400;
        line-height: 1.4;
    }

    .cta-footer {
        padding-top: clamp(16px, 2vw, 24px);
        border-top: 1px solid #eef2f6;
        text-align: center;
    }

    .cta-note,
    .cta-copy {
        margin: 0;
        color: #888888;
        font-family: "Montserrat", sans-serif;
        font-size: clamp(11px, 1.1vw, 13px);
        font-weight: 400;
        line-height: 1.5;
    }

    .cta-copy {
        margin-top: 8px;
    }

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

        .cta-code {
            text-align: left;
        }

        .cta-actions {
            flex-direction: column;
        }

        .cta-actions .btn-register,
        .cta-actions .btn-outline {
            width: 100%;
            min-width: 0;
        }
    }
}
/*END_TS_PIOT*/
