            .choose-us-section {
                position: relative;
                padding: 100px 40px;
                background: linear-gradient(180deg, #0F7A43 0%, #0B5F35 100%);
                overflow: hidden;
            }

            .choose-us-section::before,
            .choose-us-section::after {
                content: "";
                position: absolute;
                border-radius: 50%;
                background: rgba(93, 196, 136, 0.16);
                pointer-events: none;
            }

            .choose-us-section::before {
                width: 420px;
                height: 420px;
                top: -150px;
                left: -130px;
            }

            .choose-us-section::after {
                width: 360px;
                height: 360px;
                bottom: -140px;
                right: -120px;
            }

            .choose-us-inner {
                position: relative;
                z-index: 1;
                width: 100%;
                max-width: 1200px;
                margin: 0 auto;
            }

            .choose-us-header {
                text-align: center;
                margin-bottom: 50px;
            }

            .choose-us-pill {
                margin-bottom: 20px;
            }

            .choose-us-title {
                margin: 0;
                font-size: clamp(42px, 6vw, 72px);
                line-height: 1.08;
                font-weight: 800;
                color: #fff;
            }

            .choose-us-grid {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 30px;
            }

            .choose-card {
                position: relative;
                border-radius: 16px;
                padding: 40px;
                box-shadow: 0 18px 32px rgba(8, 46, 25, 0.16);
            }

            .choose-card--negative {
                background: #F3F3F3;
            }

            .choose-card--positive {
                background: #E8F3ED;
            }

            .choose-floating-icon {
                position: absolute;
                top: -30px;
                left: 50%;
                transform: translateX(-50%);
                width: 60px;
                height: 60px;
                border-radius: 50%;
                box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
                background: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 28px;
                font-weight: 700;
            }

            .choose-floating-icon--negative { color: #db2b39; }
            .choose-floating-icon--positive { color: #1FA463; }

            .choose-card-title {
                margin: 18px 0 10px;
                text-align: center;
                font-size: 30px;
                font-weight: 700;
                color: #3a3a3a;
            }

            .choose-card-title--positive { color: #185C36; }

            .choose-underline {
                width: 40px;
                height: 3px;
                margin: 0 auto 16px;
                border-radius: 10px;
            }

            .choose-underline--negative { background: #d93b48; }
            .choose-underline--positive { background: #1FA463; }

            .choose-list,
            .choose-features {
                margin: 0;
                padding: 0;
                list-style: none;
            }

            .choose-list-item,
            .choose-feature-item {
                display: flex;
                align-items: flex-start;
                gap: 15px;
                padding: 18px 0;
            }

            .choose-list-item + .choose-list-item,
            .choose-feature-item + .choose-feature-item {
                border-top: 1px solid rgba(0, 0, 0, 0.08);
            }

            .choose-list-icon,
            .choose-feature-icon {
                width: 28px;
                height: 28px;
                border-radius: 50%;
                flex: 0 0 28px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

            .choose-list-icon {
                background: #df4b57;
                color: #fff;
                font-size: 14px;
                font-weight: 700;
            }

            .choose-list-text {
                font-size: 20px;
                font-weight: 600;
                color: #313131;
                line-height: 1.45;
            }

            .choose-negative-note {
                margin-top: 18px;
                border-radius: 12px;
                padding: 20px;
                text-align: center;
                background: #F8D7DA;
                color: #bb1e2d;
                font-size: 28px;
                font-weight: 800;
            }

            .choose-feature-icon {
                background: #cfe7d9;
                color: #17884a;
            }

            .choose-feature-icon svg {
                width: 14px;
                height: 14px;
                stroke: currentColor;
                fill: none;
                stroke-width: 2;
            }

            .choose-feature-title {
                margin: 0;
                font-size: 20px;
                font-weight: 700;
                line-height: 1.4;
                color: #1d4c30;
            }

            .choose-feature-subtitle {
                margin: 3px 0 0;
                color: #636f69;
                font-size: 15px;
                line-height: 1.45;
            }

            .choose-icons-row {
                margin-top: 60px;
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 60px;
                justify-items: center;
            }

            .choose-icon-item {
                text-align: center;
                color: #fff;
            }

            .choose-icon-outline {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 12px;
            }

            .choose-icon-outline svg {
                width: 48px;
                height: 48px;
                stroke: rgba(255, 255, 255, 0.92);
                fill: none;
                stroke-width: 1.5;
            }

            .choose-icon-label {
                margin: 0;
                font-size: 16px;
                font-weight: 600;
                line-height: 1.35;
            }

            .choose-us-image-block {
                border-radius: 16px;
                overflow: hidden;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .choose-us-image {
                width: 100%;
                height: auto;
                max-width: 100%;
                object-fit: contain;
                display: block;
                border-radius: 16px;
            }

            .choose-us-image-block .choose-us-image {
                position: static;
                top: auto;
                right: auto;
                width: 100%;
                height: auto;
                max-width: 100%;
                object-fit: contain;
                display: block;
                border-radius: 16px;
            }

            @media (max-width: 1024px) {
                .choose-us-section {
                    padding: 80px 30px;
                }

                .choose-us-title {
                    font-size: clamp(40px, 5.6vw, 60px);
                }

                .choose-card {
                    padding: 34px 28px;
                }

                .choose-icons-row {
                    gap: 28px;
                }
            }

            @media (max-width: 768px) {
                .choose-us-section {
                    padding: 60px 20px;
                }

                .choose-us-header {
                    margin-bottom: 40px;
                }

                .choose-us-title {
                    font-size: clamp(36px, 10vw, 42px);
                }

                .choose-us-grid {
                    grid-template-columns: 1fr;
                }

                .choose-card {
                    padding: 36px 24px 28px;
                }

                .choose-card-title {
                    font-size: 27px;
                }

                .choose-list-text,
                .choose-feature-title {
                    font-size: 18px;
                }

                .choose-feature-subtitle {
                    font-size: 14px;
                }

                .choose-list-icon,
                .choose-feature-icon {
                    width: 24px;
                    height: 24px;
                    flex-basis: 24px;
                }

                .choose-icons-row {
                    grid-template-columns: repeat(2, minmax(0, 1fr));
                    gap: 24px 18px;
                }
            }
