/* Header logo swaps from the white mark on the transparent navbar to the green mark once sticky. */
.header-main .header-logo {
    display: inline-flex;
    align-items: center;
}

.header-main .header-logo__image {
    width: 190px;
    max-height: 48px;
    object-fit: contain;
}

.header-main .header-logo__image--sticky,
.sticky .header-logo__image--default {
    display: none;
}

.sticky .header-logo__image--sticky {
    display: block;
}

@media (max-width: 575px) {
    .header-main .header-logo__image {
        width: 155px;
    }
}
            .instant-positioning {
                padding: clamp(70px, 9vw, 120px) 0;
                background: linear-gradient(180deg, #f3fbf2 0%, #edf8ef 100%);
            }

            .instant-wrapper {
                position: relative;
                overflow: hidden;
                border-radius: clamp(26px, 3vw, 42px);
                padding: clamp(24px, 4vw, 54px);
                background: linear-gradient(135deg, #f7fff7 0%, #eefcf0 48%, #e5f9e8 100%);
                box-shadow: 0 36px 70px rgba(30, 94, 52, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.75);
            }

            .instant-wrapper::before {
                content: "";
                position: absolute;
                inset: 18% -15% auto auto;
                width: clamp(220px, 32vw, 460px);
                height: clamp(220px, 32vw, 460px);
                background: radial-gradient(circle, rgba(93, 231, 105, 0.36) 0%, rgba(93, 231, 105, 0) 70%);
                pointer-events: none;
                filter: blur(20px);
            }

            .instant-grid {
                position: relative;
                z-index: 1;
                display: grid;
                grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
                gap: clamp(26px, 4vw, 56px);
                align-items: center;
            }

            .instant-badge {
                /* styles delegated to .section-badge */
            }

            .instant-title {
                margin: clamp(16px, 2vw, 22px) 0 0;
                font-size: clamp(2rem, 5vw, 3.5rem);
                line-height: 1.08;
                font-weight: 800;
                color: #0f2417;
            }

            .instant-subtext {
                margin: clamp(14px, 2vw, 20px) 0 0;
                font-size: clamp(1.05rem, 2vw, 1.4rem);
                line-height: 1.45;
                font-weight: 600;
                color: #2b5338;
            }

            .instant-body {
                margin: clamp(14px, 1.8vw, 18px) 0 0;
                max-width: 62ch;
                font-size: clamp(1rem, 1.4vw, 1.14rem);
                line-height: 1.75;
                color: #395f45;
            }

            .instant-emphasis {
                font-weight: 800;
                color: #0f6f37;
            }

            .instant-points {
                margin: clamp(24px, 3vw, 34px) 0 0;
                padding: clamp(16px, 2.4vw, 24px);
                border-radius: clamp(18px, 2vw, 28px);
                background: linear-gradient(145deg, #0f7738 0%, #1f943f 45%, #72de72 100%);
                box-shadow: 0 18px 40px rgba(14, 98, 48, 0.28);
            }

            .instant-point {
                display: flex;
                align-items: center;
                gap: 12px;
                color: #f8fff9;
                font-weight: 600;
                font-size: clamp(0.95rem, 1.2vw, 1.08rem);
                line-height: 1.45;
            }

            .instant-point + .instant-point {
                margin-top: 12px;
            }

            .instant-point-icon {
                flex-shrink: 0;
                width: 32px;
                height: 32px;
                border-radius: 50%;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: rgba(255, 255, 255, 0.22);
                border: 1px solid rgba(255, 255, 255, 0.4);
                font-size: 16px;
            }

            .instant-visual {
                position: relative;
                min-height: clamp(290px, 35vw, 420px);
            }

            .instant-visual__img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                display: block;
            }


            /* Global thinking block */
            section.problem-desktop {
                background: #f3f4f5;
                padding: 80px 40px;
            }

            .problem-shell {
                max-width: 1200px;
                margin: 0 auto;
            }

            .problem-content {
                max-width: 100%;
            }

            .problem-badge {
                /* styles delegated to .section-badge */
            }

            .problem-title {
                margin: 26px 0 0;
                color: #161d2c;
                font-size: 72px;
                line-height: 1.04;
                font-weight: 800;
                letter-spacing: -0.03em;
            }

            .problem-accent-line {
                width: 82px;
                height: 6px;
                border-radius: 999px;
                background: #3ebd7a;
                margin-top: 28px;
            }

            .problem-cards {
                margin-top: 36px;
                display: grid;
                grid-template-columns: 1fr auto 1fr auto 1fr;
                align-items: stretch;
                gap: 18px;
            }

            .problem-card {
                background: #edf1ef;
                border-radius: 18px;
                border: 1px solid rgba(18, 39, 29, 0.06);
                box-shadow: 0 2px 6px rgba(25, 40, 30, 0.04);
                padding: 24px 20px;
                display: flex;
                align-items: center;
                gap: 20px;
            }

            .problem-card-icon {
                width: 74px;
                height: 74px;
                border-radius: 50%;
                background: #cde6d5;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                color: #15a05a;
                flex-shrink: 0;
            }

            .problem-card-icon svg {
                width: 34px;
                height: 34px;
                stroke: currentColor;
                fill: none;
                stroke-width: 1.8;
                stroke-linecap: round;
                stroke-linejoin: round;
            }

            .problem-card-text {
                margin: 0;
                color: #1b2233;
                font-size: 18px;
                font-size: clamp(18px, 2.2vw, 18px);
                line-height: 1.28;
                font-weight: 600;
                letter-spacing: -0.015em;
            }

            .problem-highlight {
                color: #109b56;
                font-weight: 700;
            }

            .problem-divider {
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .problem-divider span {
                width: 56px;
                height: 56px;
                border-radius: 50%;
                background: #3ebd7a;
                color: #ffffff;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                font-size: 44px;
                font-size: clamp(26px, 1.9vw, 44px);
                font-weight: 700;
                text-transform: lowercase;
            }

            .problem-card--answer {
                background: transparent;
                border: 2px solid rgba(31, 164, 99, 0.72);
            }

            .problem-card--answer .problem-card-icon {
                background: #0fa359;
                color: #ffffff;
            }

            .problem-card--answer .problem-card-text {
                color: #179b56;
                font-weight: 700;
            }

            .problem-bottom-wrap {
                margin-top: 30px;
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .problem-bottom-divider {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 10px;
            }

            .problem-bottom-dash {
                width: 200px;
                height: 4px;
                border-radius: 999px;
                background: #3ebd7a;
            }

            .problem-bottom-dot {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #59d2f3;
            }

            .problem-bottom-text {
                margin: 30px 0 0;
                color: #161d2c;
                font-size: clamp(38px, 3.3vw, 60px);
                line-height: 1.12;
                font-weight: 800;
                letter-spacing: -0.02em;
                text-align: center;
            }

            .problem-bottom-text .problem-highlight {
                display: inline-block;
            }

            .problem-visual {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 40px;
                width: 100%;
                height: clamp(260px, 30vw, 420px);
                border-radius: 24px;
                overflow: hidden;
            }

            .problem-globe {
                width: 100%;
                height: 100%;
                opacity: 0.92;
                filter: saturate(0.95);
            }

            .problem-globe img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

            .problem-globe-shadow {
                position: absolute;
                bottom: 32px;
                left: 50%;
                width: 58%;
                height: 30px;
                transform: translateX(-50%);
                border-radius: 50%;
                background: radial-gradient(ellipse at center, rgba(20, 34, 23, 0.22) 0%, rgba(20, 34, 23, 0.02) 68%, rgba(20, 34, 23, 0) 100%);
            }

            @media (max-width: 1024px) {
                section.problem-desktop {
                    padding: 70px 30px;
                }

                .problem-shell {
                    grid-template-columns: 1fr;
                    gap: 34px;
                }

                .problem-content {
                    max-width: 100%;
                }

                .problem-title {
                    font-size: 62px;
                }

                .problem-cards {
                    grid-template-columns: 1fr;
                }

                .problem-visual {
                    height: 460px;
                }

                .problem-card-text {
                    font-size: 22px;
                    line-height: 1.3;
                }
            }

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

                .problem-content {
                    text-align: center;
                }

                .problem-title {
                    font-size: 38px;
                    margin-top: 20px;
                }

                .problem-accent-line {
                    margin: 22px auto 0;
                    height: 7px;
                }

                .problem-cards {
                    margin-top: 28px;
                    gap: 14px;
                }

                .problem-card {
                    padding: 18px 16px;
                    border-radius: 16px;
                    gap: 14px;
                    text-align: left;
                }

                .problem-card-icon {
                    width: 64px;
                    height: 64px;
                }

                .problem-card-icon svg {
                    width: 30px;
                    height: 30px;
                }

                .problem-card-text {
                    font-size: 18px;
                    line-height: 1.3;
                }

                .problem-divider {
                    gap: 12px;
                }

                .problem-divider span {
                    width: 52px;
                    height: 52px;
                    font-size: 18px;
                }

                .problem-bottom-wrap {
                    margin-top: 24px;
                }

                .problem-bottom-divider {
                    max-width: 100%;
                }

                .problem-bottom-text {
                    margin-top: 26px;
                    font-size: 32px;
                    text-align: center;
                }

                .problem-visual {
                    height: 280px;
                    margin-top: 28px;
                }

                .problem-globe-shadow {
                    bottom: -4px;
                    width: 68%;
                }
            }

            .who-this-is-for {
                padding: clamp(70px, 9vw, 120px) 0;
                background: linear-gradient(180deg, #edf8ef 0%, #e3f5e8 100%);
            }

            .who-wrapper {
                position: relative;
                overflow: hidden;
                border-radius: clamp(24px, 3vw, 40px);
                padding: clamp(26px, 4vw, 52px);
                background: linear-gradient(135deg, #0f5f35 0%, #158046 42%, #28a15d 68%, #51c778 100%);
                box-shadow: 0 30px 60px rgba(12, 64, 35, 0.25);
            }

            .who-wrapper::before,
            .who-wrapper::after {
                content: "";
                position: absolute;
                border-radius: 50%;
                pointer-events: none;
            }

            .who-wrapper::before {
                width: clamp(190px, 26vw, 360px);
                height: clamp(190px, 26vw, 360px);
                right: -10%;
                top: -18%;
                background: radial-gradient(circle, rgba(192, 255, 209, 0.35) 0%, rgba(192, 255, 209, 0) 72%);
            }

            .who-wrapper::after {
                width: clamp(180px, 24vw, 320px);
                height: clamp(180px, 24vw, 320px);
                left: -9%;
                bottom: -20%;
                background: radial-gradient(circle, rgba(216, 255, 220, 0.22) 0%, rgba(216, 255, 220, 0) 74%);
            }

            .who-grid {
                position: relative;
                z-index: 1;
                display: grid;
                grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
                gap: clamp(26px, 4vw, 56px);
                align-items: center;
            }

            .who-heading {
                margin: 0 0 clamp(14px, 2vw, 20px);
            }

            .who-lead {
                margin: clamp(14px, 2vw, 20px) 0 0;
                max-width: 46ch;
                color: rgba(236, 255, 240, 0.95);
                font-size: clamp(1.25rem, 2vw, 1.6rem);
                line-height: 1.65;
                font-weight: 700;
            }

            .who-points {
                margin: clamp(22px, 3vw, 30px) 0 0;
                display: grid;
                gap: 12px;
            }

            .who-point {
                display: grid;
                grid-template-columns: auto auto 1fr;
                align-items: center;
                gap: 12px;
                background: rgba(247, 255, 248, 0.12);
                border: 1px solid rgba(244, 255, 245, 0.26);
                border-radius: 16px;
                padding: 13px 14px;
                color: #f6fff7;
            }

            .who-check {
                width: 28px;
                height: 28px;
                flex-shrink: 0;
                border-radius: 50%;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: rgba(236, 255, 240, 0.2);
                border: 1px solid rgba(236, 255, 240, 0.45);
                font-size: 14px;
                font-weight: 700;
            }

            .who-icon {
                width: 34px;
                height: 34px;
                border-radius: 10px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: rgba(7, 45, 22, 0.22);
                border: 1px solid rgba(236, 255, 240, 0.25);
                font-size: 18px;
            }

            .who-point-text {
                font-size: clamp(0.95rem, 1.2vw, 1.06rem);
                font-weight: 600;
                line-height: 1.45;
            }

            .who-cta {
                margin: clamp(18px, 2.5vw, 28px) 0 0;
                border-radius: 16px;
                padding: clamp(14px, 2vw, 18px) clamp(16px, 2vw, 22px);
                background: linear-gradient(125deg, #effff0 0%, #cbf8d3 100%);
                color: #104627;
                font-weight: 700;
                line-height: 1.5;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
            }

            .who-visual {
                position: relative;
                min-height: clamp(290px, 36vw, 430px);
            }

            .who-visual-card {
                position: absolute;
                border-radius: 18px;
                color: #f5fff6;
                border: 1px solid rgba(240, 255, 243, 0.28);
                background: rgba(5, 46, 24, 0.26);
                box-shadow: 0 14px 32px rgba(6, 41, 21, 0.26);
                padding: 14px 16px;
                backdrop-filter: blur(5px);
                transition: transform 0.25s ease;
            }

            .who-visual-card span {
                display: block;
                font-size: 1.3rem;
                margin-bottom: 4px;
            }

            .who-visual-card p {
                margin: 0;
                font-size: 0.9rem;
                line-height: 1.35;
                font-weight: 600;
            }

            .who-visual-card--rocket {
                top: 10%;
                right: 4%;
                width: min(210px, 64%);
            }

            .who-visual-card--globe {
                top: 40%;
                left: 2%;
                width: min(200px, 60%);
            }

            .who-visual-card--automation {
                bottom: 8%;
                right: 12%;
                width: min(220px, 62%);
            }

            .who-orbit {
                position: absolute;
                inset: 12% 10%;
                border-radius: 50%;
                border: 1px dashed rgba(239, 255, 241, 0.35);
                transform: rotate(-11deg);
            }

            .who-pulse {
                position: absolute;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background: #dcffe0;
                box-shadow: 0 0 0 0 rgba(220, 255, 224, 0.9);
                animation: whoPulse 2.8s ease-in-out infinite;
            }

            .who-pulse--one {
                top: 16%;
                left: 20%;
            }

            .who-pulse--two {
                bottom: 18%;
                right: 22%;
                animation-delay: 1.3s;
            }

            @keyframes whoPulse {
                0% {
                    box-shadow: 0 0 0 0 rgba(220, 255, 224, 0.75);
                }
                75% {
                    box-shadow: 0 0 0 22px rgba(220, 255, 224, 0);
                }
                100% {
                    box-shadow: 0 0 0 0 rgba(220, 255, 224, 0);
                }
            }


            .services-snapshot {
                padding: clamp(70px, 9vw, 120px) 0;
                background: linear-gradient(180deg, #ecf8ef 0%, #f4fbf6 100%);
            }

            .services-shell {
                text-align: center;
            }

            .services-shell::before,
            .services-shell::after {
                content: "";
                position: absolute;
                pointer-events: none;
            }

            .services-shell::before {
                width: min(760px, 95%);
                height: clamp(160px, 24vw, 220px);
                left: 50%;
                top: clamp(46px, 6vw, 70px);
                transform: translateX(-50%);
                border-top: 1px dashed rgba(45, 122, 74, 0.2);
                border-radius: 999px 999px 0 0;
                opacity: 0.75;
            }

            .services-shell::after {
                width: min(630px, 85%);
                height: clamp(120px, 18vw, 170px);
                left: 50%;
                top: clamp(82px, 8vw, 108px);
                transform: translateX(-50%);
                border-top: 1px dashed rgba(45, 122, 74, 0.14);
                border-radius: 999px 999px 0 0;
            }

            .services-badge {
                width: fit-content;
                margin: 0 auto;
            }

            .services-heading {
                margin: clamp(16px, 2.5vw, 26px) auto 0;
                max-width: 24ch;
                text-align: center;
                font-size: clamp(1.95rem, 5.4vw, 3.35rem);
                line-height: 1.12;
                font-weight: 800;
                color: #10263b;
            }

            .services-heading-accent {
                display: block;
                color: #28a359;
            }

            .services-grid {
                position: relative;
                margin: clamp(32px, 4vw, 44px) 0 0;
                display: grid;
                gap: 14px;
            }

            .services-connector {
                position: absolute;
                left: 42px;
                top: 30px;
                bottom: 32px;
                border-left: 1px dashed rgba(42, 138, 78, 0.45);
                z-index: 0;
            }

            .service-card {
                position: relative;
                z-index: 1;
                display: grid;
                grid-template-columns: auto 1fr;
                gap: 14px;
                align-items: center;
                padding: 16px;
                border-radius: 22px;
                background: #ffffff;
                border: 1px solid rgba(31, 111, 67, 0.08);
                box-shadow: 0 14px 28px rgba(17, 77, 44, 0.08);
            }

            .service-icon {
                color: #177741;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

            .service-icon svg {
                width: 36px;
                height: 36px;
                stroke: currentColor;
                fill: none;
                stroke-width: 1.9;
                stroke-linecap: round;
                stroke-linejoin: round;
            }

            .service-content {
                min-width: 0;
                text-align: left;
            }

            .service-heading {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                gap: 10px;
            }

            .service-number {
                min-width: 34px;
                height: 34px;
                padding: 0 10px;
                border-radius: 999px;
                background: #e8f8ec;
                border: 1px solid rgba(34, 134, 74, 0.25);
                color: #177741;
                font-size: 0.82rem;
                font-weight: 800;
                letter-spacing: 0.04em;
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }

            .service-title {
                margin: 0;
                font-size: clamp(1.05rem, 2.2vw, 1.2rem);
                font-weight: 700;
                color: #11263b;
            }

            .service-divider {
                width: 52px;
                height: 2px;
                margin: 10px 0 12px;
                border-radius: 20px;
                background: linear-gradient(90deg, #2ba05a 0%, rgba(43, 160, 90, 0) 100%);
            }

            .service-copy {
                margin: 0;
                color: #40556a;
                font-size: 0.95rem;
                line-height: 1.55;
            }

            .services-summary {
                position: relative;
                overflow: hidden;
                margin-top: clamp(22px, 3vw, 30px);
                padding: clamp(18px, 2.8vw, 28px);
                border-radius: 24px;
                background: linear-gradient(to right, #1A3A36, #52C6BE);

                /* border: 1px solid rgba(0, 80, 76, 0.2); */
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .summary-icon {
                display: none;
            }

            .summary-text {
                position: relative;
                z-index: 1;
                text-align: center;
            }

            .summary-label {
                margin: 0;
                font-size: clamp(0.96rem, 1.5vw, 1.08rem);
                font-weight: 600;
                color: #ffffff;
            }

            .summary-focus {
                margin: 6px 0 0;
                font-size: clamp(1.02rem, 1.8vw, 1.24rem);
                font-weight: 700;
                line-height: 1.45;
                color: #ffffff;
            }

            .summary-art {
                display: none;
            }

            @media (min-width: 992px) {
                .services-grid {
                    grid-template-columns: repeat(5, minmax(0, 1fr));
                    gap: 16px;
                    align-items: stretch;
                }

                .services-connector {
                    left: clamp(64px, 7vw, 108px);
                    right: clamp(64px, 7vw, 108px);
                    top: 104px;
                    bottom: auto;
                    border-left: 0;
                    border-top: 1px dashed rgba(42, 138, 78, 0.45);
                }

                .service-card {
                    grid-template-columns: 1fr;
                    text-align: center;
                    padding: 22px 16px 20px;
                    gap: 12px;
                    align-content: start;
                }

                .service-icon {
                    margin: 0 auto;
                }

                .service-heading {
                    justify-content: center;
                    flex-direction: column;
                    gap: 10px;
                }

                .service-number {
                    min-width: 40px;
                    height: 40px;
                }

                .service-divider {
                    margin: 2px auto 12px;
                }

                .service-content {
                    text-align: center;
                }

                .services-summary {
                    min-height: 116px;
                }
            }

            @media (max-width: 991px) {

                .instant-grid {
                    grid-template-columns: 1fr;
                    gap: 24px;
                }

                .instant-visual {
                    min-height: 235px;
                }

                .who-grid {
                    grid-template-columns: 1fr;
                }

                .who-visual {
                    min-height: 260px;
                }
            }

            @media (max-width: 575px) {
                .services-shell {
                    padding: 22px 16px;
                }

                .services-heading {
                    max-width: 15ch;
                }

                .services-connector {
                    left: 35px;
                }

                .service-card {
                    padding: 14px;
                }

                .instant-wrapper {
                    padding: 22px 18px;
                }

                .instant-visual {
                    min-height: 200px;
                }

                .who-wrapper {
                    padding: 20px 16px;
                }

                .who-point {
                    grid-template-columns: auto 1fr;
                }

                .who-icon {
                    grid-column: 1 / -1;
                    width: 30px;
                    height: 30px;
                    margin-left: 40px;
                }

                .who-cta {
                    font-size: 0.96rem;
                }

                .who-visual {
                    min-height: auto;
                    display: flex;
                    flex-direction: column;
                    gap: 12px;
                }

                .who-visual-card {
                    position: static;
                    width: 100%;
                    padding: 10px 12px;
                }

                .who-orbit,
                .who-pulse {
                    display: none;
                }

                .who-visual-card p {
                    font-size: 0.78rem;
                }
            }

        

/* Case credibility section */
.case-credibility-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #1FA463 0%, #0B5F35 100%);
    padding: 80px 40px;
    content-visibility: auto;
    contain-intrinsic-size: 1000px;
}

.case-credibility-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at 50% 42%, rgba(165, 237, 194, 0.14) 0%, rgba(165, 237, 194, 0) 62%);
}

.case-credibility-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.case-credibility-header {
    text-align: center;
    margin-bottom: 44px;
}

.case-credibility-label {
    margin-bottom: 30px;
}

.case-credibility-heading {
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.case-credibility-brands {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin: 0 auto 34px;
    max-width: 900px;
}

.case-credibility-brand-line {
    position: relative;
    height: 1px;
    background: rgba(228, 247, 236, 0.42);
}

.case-credibility-brand-line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(189, 232, 206, 0.85);
    transform: translateY(-50%);
}

.case-credibility-brand-line:first-child::after {
    right: -5px;
}

.case-credibility-brand-line:last-child::after {
    left: -5px;
}

.case-credibility-brand-text {
    margin: 0;
    color: #edf8f1;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.case-credibility-logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    margin-bottom: 34px;
}

.case-brand-item {
    text-decoration: none;
    color: #ffffff;
    display: grid;
    gap: 16px;
}

.case-brand-logo {
    background: #e6e8e8;
    border-radius: 16px;
    min-height: 186px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    transition: transform 0.25s ease;
}

.case-brand-logo img {
    width: 100%;
    max-width: 250px;
    height: auto;
    display: block;
}

.case-brand-item:hover .case-brand-logo,
.case-brand-item:focus-visible .case-brand-logo {
    transform: translateY(-4px);
}

.case-brand-name {
    color: #edf8f2;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.case-credibility-support {
    margin-top: 20px;
    background: linear-gradient(to right, #1A3A36, #52C6BE);
    border-radius: 24px;
    border: none;
    padding: 26px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-star {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(85, 178, 126, 0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.support-star i {
    color: #ffffff;
    font-size: 26px;
}

.case-credibility-support p {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .case-credibility-section {
        padding: 60px 20px;
    }

    .case-credibility-header {
        margin-bottom: 30px;
    }

    .case-credibility-label {
        margin-bottom: 20px;
    }

    .case-credibility-heading {
        font-size: 34px;
        line-height: 1.12;
    }

    .case-credibility-brands {
        max-width: 760px;
        margin-bottom: 26px;
    }

    .case-credibility-brand-text {
        font-size: 20px;
    }

    .case-credibility-logos {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 20px;
    }

    .case-brand-logo {
        min-height: 180px;
        border-radius: 14px;
    }

    .case-brand-name {
        font-size: 20px;
    }

    .case-credibility-support {
        justify-content: center;
    }

    .case-credibility-support p {
        font-size: 20px;
        line-height: 1.22;
    }
}

@media (max-width: 768px) {
    .case-credibility-brand-line {
        display: block;
    }

    .case-credibility-brand-text {
        font-size: 20px;
    }

    .case-brand-logo {
        min-height: 210px;
    }

    .case-brand-name {
        font-size: 20px;
    }

    .case-credibility-support {
        padding: 20px;
    }

    .support-star {
        width: 56px;
        height: 56px;
    }
}

.belief-section {
    background-color: #1A7A3C;
    padding: 80px 40px;
}

.belief-container {
    max-width: 1200px;
    margin: 0 auto;
}

.belief-label {
    /* styles delegated to .section-badge.section-badge--dark */
}

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

.belief-title {
    margin: 30px 0;
    color: #ffffff;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 700;
    text-transform: uppercase;
}

.belief-subheading {
    margin: 0 0 12px;
    color: #E3F2E4;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.belief-concept {
    margin: 20px 0 0;
    color: #E3F2E4;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}

.belief-icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.belief-icon-item {
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 20px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.belief-icon {
    margin: 0 auto 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #59D2F3;
    font-size: 36px;
    width: auto;
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
}

.belief-icon-item h4 {
    min-height: 2.2em;
}

.belief-icon-item p {
    margin: 0;
    color: #1a1a1a;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}

.belief-cta {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 30px;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.belief-cta h3 {
    margin: 0;
    color: #1A7A3C;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.belief-cta p {
    margin: 8px 0 0;
    color: #444;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .belief-title {
        font-size: 48px;
    }

    .belief-subheading {
        font-size: 18px;
    }

    .belief-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .belief-icon {
        font-size: 32px;
    }

    .belief-icon-item p {
        font-size: 16px;
    }
}

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

    .belief-header {
        margin-bottom: 36px;
    }

    .belief-title {
        margin: 15px 0;
        font-size: 38px;
    }

    .belief-subheading {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .belief-concept {
        font-size: 16px;
    }

    .belief-icons {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 24px;
    }

    .belief-cta {
        padding: 22px 20px;
    }

    .belief-cta h3 {
        font-size: 18px;
    }
}


.conversation-cta {
    padding: clamp(72px, 8vw, 118px) 0;
    background: #f7f8f8;
}

.conversation-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
    gap: clamp(30px, 5vw, 74px);
    align-items: center;
}

.conversation-cta__content {
    max-width: 670px;
}

.conversation-cta__badge {
    margin: 0;
}

.conversation-cta__title {
    margin: clamp(24px, 3vw, 34px) 0 0;
    color: #071d2b;
    font-size: clamp(2.5rem, 6vw, 4.4rem);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.conversation-cta__title span {
    color: #07a755;
    display: block;
}

.conversation-cta__divider {
    display: block;
    width: 128px;
    max-width: 42%;
    height: 6px;
    border-radius: 999px;
    background: #0db45d;
    margin: clamp(24px, 3vw, 38px) 0 0;
}

.conversation-cta__copy {
    margin: clamp(24px, 3vw, 38px) 0 0;
    color: #132939;
    font-size: clamp(1.25rem, 2vw, 2.05rem);
    line-height: 1.35;
    max-width: 24ch;
}

.conversation-cta__copy strong {
    color: #0ba454;
    font-weight: 700;
}

.conversation-cta__button {
    margin-top: clamp(30px, 4vw, 44px);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: min(100%, 590px);
    padding: clamp(16px, 2vw, 24px) clamp(24px, 2.6vw, 38px);
    border-radius: 18px;
    background: linear-gradient(135deg, #06aa57 0%, #049c4f 100%);
    color: #ffffff;
    font-size: clamp(1.15rem, 1.8vw, 2rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 24px 42px rgba(7, 133, 68, 0.24);
}

.conversation-cta__button i {
    font-size: 1.1em;
}

.conversation-cta__pillars {
    margin-top: clamp(28px, 3.8vw, 44px);
    display: flex;
    align-items: stretch;
}

.conversation-pillar {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
}

.conversation-pillar + .conversation-pillar {
    border-left: 1px solid rgba(7, 29, 43, 0.14);
}

.conversation-pillar__icon {
    width: clamp(48px, 4vw, 66px);
    height: clamp(48px, 4vw, 66px);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #deebe5;
    color: #52C6BE;
    font-size: clamp(20px, 1.8vw, 28px);
    flex-shrink: 0;
}

.conversation-pillar p {
    margin: 0;
    color: #132939;
    font-size: clamp(1rem, 1.15vw, 1.55rem);
    line-height: 1.25;
    font-weight: 500;
}

.conversation-pillar p strong {
    display: block;
    color: #0ba454;
    font-weight: 700;
}

.conversation-cta__visual {
    position: relative;
    min-height: clamp(820px, 44vw, 900px);
    display: grid;
    place-items: center;
}

.conversation-cta__visual img {
    display: block;
    width: clamp(820px, 38vw, 900px);
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.conversation-ring {
    position: absolute;
    border-radius: 50%;
    background: rgba(228, 234, 232, 0.55);
}

.conversation-ring--1 {
    width: min(100%, 720px);
    aspect-ratio: 1 / 1;
    opacity: 0.28;
}

.conversation-ring--2 {
    width: min(80%, 560px);
    aspect-ratio: 1 / 1;
    opacity: 0.36;
}

.conversation-ring--3 {
    width: min(62%, 430px);
    aspect-ratio: 1 / 1;
    opacity: 0.46;
}

.chat-bubble {
    position: absolute;
    border-radius: 44% 44% 40% 40%;
}

.chat-bubble::after {
    content: "";
    position: absolute;
    width: 22%;
    aspect-ratio: 1 / 1;
    border-radius: 18% 0 100% 70%;
    bottom: 2%;
}

.chat-bubble--front {
    width: min(54%, 360px);
    aspect-ratio: 1 / 0.88;
    background: radial-gradient(circle at 30% 24%, #34d184 0%, #08ad5a 40%, #058443 100%);
    box-shadow: 0 30px 50px rgba(4, 118, 61, 0.28), inset -10px -12px 24px rgba(2, 88, 43, 0.38), inset 8px 8px 14px rgba(255, 255, 255, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(11px, 1.3vw, 16px);
    z-index: 2;
    transform: translateX(-6%);
}

.chat-bubble--front::after {
    left: 12%;
    background: #06974d;
    transform: skew(-22deg);
}

.chat-bubble--front span {
    width: clamp(16px, 1.7vw, 24px);
    height: clamp(16px, 1.7vw, 24px);
    border-radius: 50%;
    background: #f3f9f6;
    box-shadow: 0 4px 8px rgba(3, 75, 38, 0.18);
}

.chat-bubble--back {
    width: min(46%, 300px);
    aspect-ratio: 1 / 0.88;
    background: radial-gradient(circle at 28% 24%, #f0faf4 0%, #dceddf 55%, #c9e0d1 100%);
    box-shadow: 0 26px 42px rgba(68, 109, 84, 0.18), inset -10px -12px 22px rgba(165, 194, 175, 0.34), inset 8px 8px 14px rgba(255, 255, 255, 0.5);
    right: 18%;
    bottom: 18%;
    z-index: 1;
}

.chat-bubble--back::after {
    right: 8%;
    background: #d5e8db;
    transform: skew(18deg);
}

@media (max-width: 1199px) {
    .conversation-cta__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .conversation-cta__visual {
        order: -1;
        min-height: 460px;
    }

    .conversation-cta__content {
        margin: 0 auto;
        text-align: center;
    }

    .conversation-cta__divider {
        margin-left: auto;
        margin-right: auto;
    }

    .conversation-cta__copy {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .conversation-cta {
        padding: 64px 0;
    }

    .conversation-cta__content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .conversation-cta__title {
        font-size: clamp(2.55rem, 12vw, 4.4rem);
    }

    .conversation-cta__copy {
        font-size: clamp(1.2rem, 6vw, 2.05rem);
    }

    .conversation-cta__pillars {
        order: 4;
        width: 100%;
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }

    .conversation-pillar {
        border: 0 !important;
        padding: 0;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .conversation-pillar p {
        font-size: 0.98rem;
    }

    .conversation-pillar p strong {
        display: inline;
    }

    .conversation-cta__button {
        order: 5;
        width: 100%;
        margin-top: 24px;
        border-radius: 22px;
    }

    .conversation-cta__visual {
        min-height: 340px;
    }

    .chat-bubble--front {
        width: min(62%, 280px);
    }

    .chat-bubble--back {
        width: min(52%, 230px);
        right: 15%;
        bottom: 13%;
    }
}

/* Your problem section */
.your-problem {
    background: #f3f9f2;
    padding: 80px 40px;
}

.your-problem__container {
    max-width: 1200px;
    margin: 0 auto;
}

.your-problem__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: start;
}

.your-problem__label {
    margin: 0 0 40px;
}

.your-problem__title {
    margin: 0;
    color: #0f1720;
    font-size: 48px;
    line-height: 1.07;
    font-weight: 800;
}

.your-problem__title span {
    color: #1fa463;
}

.your-problem__subtitle {
    margin: 20px 0 0;
    color: #6b7280;
    font-size: 22px;
    line-height: 1.45;
    max-width: 560px;
}

.your-problem__line {
    display: block;
    width: 128px;
    height: 5px;
    border-radius: 999px;
    margin-top: 32px;
    background: #1fa463;
}

.your-problem__challenges {
    display: grid;
    margin-top: 70px;
    gap: 30px;
}

.challenge-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
    display: flex;
    align-items: center;
    gap: 24px;
}

.challenge-card__icon {
    width: 98px;
    height: 98px;
    border-radius: 22px;
    background: #f0f0f0;
    color: #52C6BE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.challenge-card__icon svg {
    width: 50px;
    height: 50px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.challenge-card__text {
    margin: 0;
    color: #0f1720;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.challenge-card__text span {
    color: #1fa463;
    font-weight: 700;
}

.your-problem__quote {
    margin-top: 40px;
    border-radius: 16px;
    background: #e3f2e4;
    padding: 30px;
    text-align: center;
}

.your-problem__quote-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: #1fa463;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}

.your-problem__quote-main {
    margin: 0;
    color: #1fa463;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.your-problem__quote-main span {
    display: block;
}

.your-problem__quote-sub {
    margin: 12px 0 0;
    color: #1fa463;
    font-size: 22px;
    line-height: 1.35;
}

@media (max-width: 1023px) {
    .your-problem {
        padding: 60px 20px;
    }

    .your-problem__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .your-problem__header {
        text-align: center;
    }

    .your-problem__label {
        margin: 0 0 30px;
    }

    .your-problem__title {
        font-size: 36px;
    }

    .your-problem__subtitle {
        margin: 15px auto 0;
        font-size: 18px;
    }

    .your-problem__line {
        margin: 24px auto 0;
    }

    .your-problem__challenges {
        gap: 20px;
    }

    .challenge-card {
        align-items: center;
    }

    .challenge-card__icon {
        width: 84px;
        height: 84px;
    }

    .challenge-card__icon svg {
        width: 42px;
        height: 42px;
    }

    
}

@media (max-width: 767px) {
    .challenge-card {
        gap: 16px;
    }

    .challenge-card__icon {
        width: 72px;
        height: 72px;
        border-radius: 18px;
    }

    .challenge-card__icon svg {
        width: 36px;
        height: 36px;
    }
}


/* ── New footer ───────────────────────────────────────── */
.footer-section--new {
    padding: 0;
    background: transparent;
}

.footer-main {
    background: #079c49;
    padding: 48px 0;
}

.footer-main__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-logo img {
    display: block;
    max-width: 200px;
    height: auto;
}

.footer-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 28px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: background .25s, color .25s;
    white-space: nowrap;
}

.footer-contact-btn:hover {
    background: #ffffff;
    color: #079c49;
}

.footer-lang .lang-switcher__btn {
    border-color: #ffffff;
    color: #ffffff;
    background: transparent;
}

.footer-lang .lang-switcher__btn:hover {
    background: #61bd72;
    color: #ffffff;
}

.footer-lang .lang-switcher__code,
.footer-lang .lang-switcher__caret {
    color: #ffffff;
}

.footer-bottom {
    background: #047a3d;
    padding: 18px 0;
}

.footer-bottom p {
    color: #e6f5ed;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 576px) {
    .footer-main__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* === WHO IS THIS FOR V2 === */
.who-is-this-for-v2 {
    padding: clamp(60px, 8vw, 110px) 0;
    background: #f8f9f8;
}

.witf-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.witf-badge {
    margin-bottom: clamp(24px, 3vw, 36px);
}

.witf-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: start;
}

.witf-lead {
    font-size: clamp(1.6rem, 3.2vw, 4.0rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #0f2417;
    margin: 0 0 clamp(20px, 3vw, 32px);
}

.witf-accent {
    color: #1FA463;
}

.witf-points {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.witf-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.witf-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #1FA463;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.witf-point-text {
    font-size: clamp(0.95rem, 1.4vw, 1.05rem);
    color: #2d3d35;
    line-height: 1.5;
}

.witf-card-slot {
    background: linear-gradient(135deg, #0f5f35 0%, #158046 42%, #28a15d 68%, #51c778 100%);
    border-radius: clamp(20px, 2.5vw, 32px);
    box-shadow: 0 24px 56px rgba(12, 64, 35, 0.28);
    min-height: 420px;
    padding: clamp(8px, 4vw, 28px);
}

@media (max-width: 768px) {
    .witf-grid {
        grid-template-columns: 1fr;
    }
    .witf-card-slot {
        min-height: 320px;
    }
}

@media (max-width: 1024px) {
    .witf-grid {
        grid-template-columns: 1fr;
    }
    .witf-card-slot {
        min-height: 320px;
         padding: clamp(8px, 4vw, 68px);
    }
}

.your-problem__image {
    width: 100%;
    max-width: 95%;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .your-problem__image {
        max-width: 50%;
    }
}

.bc-approach-heading-t1,
.bc-approach-heading-t2,
.bc-approach-heading-t3,
.bc-approach-heading-t4,
.bc-approach-heading-t5,
.bc-approach-heading-t6 { display: none; }

.bc-approach-heading-t1                        { display: block; }
@media (min-width: 375px)  { .bc-approach-heading-t1 { display: none; } .bc-approach-heading-t2 { display: block; } }
@media (min-width: 425px)  { .bc-approach-heading-t2 { display: none; } .bc-approach-heading-t3 { display: block; } }
@media (min-width: 768px)  { .bc-approach-heading-t3 { display: none; } .bc-approach-heading-t4 { display: block; } }
@media (min-width: 1024px) { .bc-approach-heading-t4 { display: none; } .bc-approach-heading-t5 { display: block; } }
@media (min-width: 1440px) { .bc-approach-heading-t5 { display: none; } .bc-approach-heading-t6 { display: block; } }