#t24-ceges-ajanlatkero,
#t24-ceges-ajanlatkero * { box-sizing: border-box; }

.t24b2b-wrap {
    width: min(1100px, calc(100% - 32px));
    margin: 68px auto 0;
    padding: 18px;
    display: grid;
    grid-template-columns: 276px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    background: #fff;
    border: 1px solid #e2e8e8;
    border-radius: 28px;
    box-shadow: 0 18px 54px rgba(19, 55, 61, .08);
    color: #152d32;
}

.t24b2b-left-column {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.t24b2b-intro {
    padding: 31px 24px 28px;
    background: #eef5f4;
    border-radius: 22px;
}

.t24b2b-kicker {
    display: block;
    margin-bottom: 16px;
    color: #3e7880;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.75;
}

.t24b2b-intro h1 {
    margin: 0 0 13px;
    color: #17343a;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.03;
    letter-spacing: -.035em;
}

.t24b2b-intro p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.45;
}

.t24b2b-checks { display: grid; gap: 9px; }
.t24b2b-checks span { font-size: 14px; font-weight: 700; line-height: 1.35; }


.t24b2b-references {
    flex: 1 1 auto;
    min-height: 165px;
    margin-top: -6px;
    padding: 6px 4px 2px;
    min-width: 0;
    display: flex;
    align-items: center;
}

.t24b2b-logo-viewport {
    position: relative;
    width: 100%;
    height: 146px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.t24b2b-logo-track {
    display: flex;
    width: max-content;
    min-width: 100%;
    height: 100%;
    animation: t24b2b-logo-scroll 28s linear infinite;
    will-change: transform;
}

.t24b2b-logo-viewport:hover .t24b2b-logo-track { animation-play-state: paused; }

.t24b2b-logo-set {
    display: flex;
    flex: none;
    align-items: center;
    gap: 26px;
    padding-right: 26px;
}

.t24b2b-logo-item {
    flex: 0 0 auto;
    width: 148px;
    height: 128px;
    display: grid;
    place-items: center;
    opacity: .92;
    transition: opacity .2s ease, transform .2s ease;
}

.t24b2b-logo-item:hover { opacity: 1; transform: scale(1.035); }

.t24b2b-reference-logo {
    display: block;
    width: auto !important;
    max-width: 138px !important;
    height: auto !important;
    max-height: 110px !important;
    object-fit: contain;
}

@keyframes t24b2b-logo-scroll {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-50%, 0, 0); }
}

.t24b2b-card {
    padding: 27px 22px 22px;
    border: 1px solid #dce7e7;
    border-radius: 22px;
    background: #fff;
}

.t24b2b-form fieldset { min-width: 0; margin: 0 0 15px; padding: 0; border: 0; }
.t24b2b-form legend,
.t24b2b-grid label > span { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 800; }

.t24b2b-options { display: grid; gap: 9px; }
.t24b2b-options.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.t24b2b-options label { margin: 0; cursor: pointer; }
.t24b2b-options input { position: absolute; opacity: 0; pointer-events: none; }
.t24b2b-options span {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6e2e2;
    border-radius: 12px;
    background: #fff;
    font-weight: 800;
    transition: .18s ease;
}
.t24b2b-options input:checked + span { border-color: #4b7f86; background: #edf6f5; box-shadow: 0 0 0 2px rgba(75,127,134,.12); }

.t24b2b-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px 10px; }
.t24b2b-grid label { min-width: 0; margin: 0; }
.t24b2b-grid .wide { grid-column: 1 / -1; }
.t24b2b-grid input,
.t24b2b-grid select,
.t24b2b-grid textarea {
    width: 100%;
    min-width: 0;
    border: 1px solid #d6e2e2;
    border-radius: 11px;
    background: #fff;
    color: #17343a;
    font: inherit;
    font-size: 14px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.t24b2b-grid input,
.t24b2b-grid select { height: 43px; padding: 0 13px; }
.t24b2b-grid textarea { min-height: 97px; padding: 12px 13px; resize: vertical; }
.t24b2b-grid input:focus,
.t24b2b-grid select:focus,
.t24b2b-grid textarea:focus { border-color: #4b7f86; box-shadow: 0 0 0 3px rgba(75,127,134,.12); }

.t24b2b-consent { display: flex; gap: 10px; align-items: flex-start; margin: 19px 3px 15px; cursor: pointer; }
.t24b2b-consent input { flex: 0 0 auto; width: 14px; height: 14px; margin-top: 2px; }
.t24b2b-consent span { font-size: 11.5px; line-height: 1.45; color: #405d63; }

.t24b2b-submit {
    width: 100%;
    min-height: 45px;
    border: 0;
    border-radius: 11px;
    background: #4b7f86;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, background .18s ease;
}
.t24b2b-submit:hover { background: #3d6f76; transform: translateY(-1px); }
.t24b2b-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.t24b2b-alert { margin-bottom: 16px; padding: 11px 13px; border-radius: 10px; background: #fff4f1; color: #9a3d2d; font-size: 13px; font-weight: 700; }
.t24b2b-success { min-height: 410px; display: grid; place-content: center; text-align: center; }
.t24b2b-success-icon { width: 58px; height: 58px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; background: #e5f4ef; color: #29795f; font-size: 28px; font-weight: 900; }
.t24b2b-success h2 { margin: 0 0 8px; }
.t24b2b-success p { margin: 0; }
.t24b2b-after-space { height: 70px; }

@media (prefers-reduced-motion: reduce) {
    .t24b2b-logo-track { animation: none; }
    .t24b2b-logo-viewport { overflow-x: auto; mask-image: none; -webkit-mask-image: none; }
}

@media (max-width: 860px) {
    .t24b2b-wrap { grid-template-columns: 230px minmax(0, 1fr); }
    .t24b2b-intro { padding: 25px 20px; }
    .t24b2b-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .t24b2b-grid label:nth-child(3) { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
    .t24b2b-wrap {
        width: min(100% - 20px, 560px);
        margin-top: 28px;
        padding: 10px;
        grid-template-columns: 1fr;
        gap: 10px;
        border-radius: 22px;
    }
    .t24b2b-intro { padding: 24px 20px 22px; border-radius: 17px; }
    .t24b2b-intro h1 { font-size: 27px; }
    .t24b2b-references { order: 2; min-height: 104px; margin-top: 0; padding: 4px 6px 3px; }
    .t24b2b-logo-viewport { height: 96px; }
    .t24b2b-logo-set { gap: 22px; padding-right: 22px; }
    .t24b2b-logo-item { width: 105px; height: 88px; }
    .t24b2b-reference-logo { max-width: 98px !important; max-height: 72px !important; }
    .t24b2b-card { padding: 22px 16px 17px; border-radius: 17px; }
    .t24b2b-grid { grid-template-columns: 1fr; gap: 12px; }
    .t24b2b-grid label:nth-child(3), .t24b2b-grid .wide { grid-column: auto; }
    .t24b2b-options.two { grid-template-columns: 1fr 1fr; }
    .t24b2b-consent { margin-top: 16px; }
    .t24b2b-after-space { height: 32px; }
}

@media (max-width: 390px) {
    .t24b2b-options.two { grid-template-columns: 1fr; }
}
