.ktek-benefits-wrap,
.ktek-quote-wrap,
.ktek-reviews-flow-wrap {
    --ktek-red: #941703;
    --ktek-black: #000000;
    --ktek-ink: #111111;
    --ktek-muted: #6b6b6b;
    --ktek-line: rgba(0, 0, 0, 0.12);
    --ktek-soft: #f4f4f4;
    --ktek-white: #ffffff;
    box-sizing: border-box;
    width: 100%;
    font-family: "Inter Tight", "Inter", Arial, sans-serif;
}

.ktek-benefits-wrap *,
.ktek-quote-wrap *,
.ktek-reviews-flow-wrap * {
    box-sizing: border-box;
}

.ktek-benefits-wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, 0.9fr) minmax(0, 2.7fr);
    gap: 18px;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(148, 23, 3, 0.24);
    border-radius: 4px;
    background: var(--ktek-black);
    color: var(--ktek-white);
    box-shadow: 0 24px 58px -42px rgba(0, 0, 0, 0.7);
}

.ktek-benefits-wrap::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--ktek-red);
}

.ktek-benefits-intro {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    background: #111111;
}

.ktek-benefits-intro h2,
.ktek-quote-side h2,
.ktek-reviews-panel h2,
.ktek-flow-panel h2 {
    margin: 0;
    letter-spacing: 0;
}

.ktek-benefits-intro h2 {
    color: var(--ktek-white);
    font-size: clamp(24px, 2.2vw, 36px);
    font-weight: 950;
    line-height: 1.02;
}

.ktek-benefits-intro h2::before {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin-bottom: 13px;
    background: var(--ktek-red);
}

.ktek-benefits-intro p {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
}

.ktek-benefits-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    min-width: 0;
}

.ktek-benefit-item {
    position: relative;
    min-width: 0;
    padding: 18px 16px 17px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 4px;
    background: #ffffff;
    color: var(--ktek-ink);
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ktek-benefit-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    width: 38px;
    height: 3px;
    background: var(--ktek-red);
}

.ktek-benefit-item:hover {
    border-color: rgba(148, 23, 3, 0.38);
    box-shadow: 0 18px 36px -30px rgba(0, 0, 0, 0.9);
    transform: translateY(-2px);
}

.ktek-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 8px 0 14px;
    border: 1px solid rgba(148, 23, 3, 0.22);
    border-radius: 4px;
    background: rgba(148, 23, 3, 0.08);
    color: var(--ktek-red);
}

.ktek-benefit-icon svg,
.ktek-benefit-icon i,
.ktek-quote-side-icon svg,
.ktek-quote-side-icon i,
.ktek-form-grid button svg,
.ktek-form-grid button i,
.ktek-quote-badges svg,
.ktek-quote-badges i,
.ktek-review-stars svg,
.ktek-review-stars i,
.ktek-review-nav svg,
.ktek-review-nav i,
.ktek-flow-icon svg,
.ktek-flow-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    fill: currentColor;
    color: currentColor;
    line-height: 1;
}

.ktek-benefit-icon svg,
.ktek-benefit-icon i {
    font-size: 18px;
}

.ktek-benefit-icon svg path,
.ktek-flow-icon svg path,
.ktek-review-nav svg path,
.ktek-review-stars svg path,
.ktek-quote-side-icon svg path,
.ktek-form-grid button svg path,
.ktek-quote-badges svg path {
    fill: currentColor;
}

.ktek-benefit-item h3 {
    margin: 0;
    color: var(--ktek-ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.18;
}

.ktek-benefit-item p {
    margin: 9px 0 0;
    color: var(--ktek-muted);
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.45;
}

.ktek-quote-wrap {
    display: grid;
    grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.8fr);
    overflow: hidden;
    min-height: 188px;
    border: 1px solid rgba(148, 23, 3, 0.24);
    border-radius: 4px;
    background: var(--ktek-white);
    box-shadow: 0 18px 44px -36px rgba(0, 0, 0, 0.72);
}

.ktek-quote-side {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    align-items: center;
    min-width: 0;
    padding: 28px 34px;
    background: var(--ktek-black);
    color: var(--ktek-white);
}

.ktek-quote-side::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 6px;
    background: var(--ktek-red);
}

.ktek-quote-side-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 4px;
    background: var(--ktek-red);
    color: var(--ktek-white);
}

.ktek-quote-side-icon svg,
.ktek-quote-side-icon i {
    font-size: 21px;
}

.ktek-quote-side h2 {
    max-width: 380px;
    color: var(--ktek-white);
    font-size: clamp(22px, 2vw, 31px);
    font-weight: 950;
    line-height: 1.06;
}

.ktek-quote-side p {
    max-width: 430px;
    margin: 11px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13.5px;
    font-weight: 650;
    line-height: 1.55;
}

.ktek-quote-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 26px 30px 22px;
    background: var(--ktek-white);
}

.ktek-form-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(130px, 1fr)) minmax(135px, 0.76fr);
    gap: 14px;
    align-items: end;
}

.ktek-form-grid label {
    display: grid;
    gap: 7px;
    min-width: 0;
    margin: 0;
}

.ktek-form-grid label span {
    color: #2c2c2c;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
}

.ktek-form-grid input,
.ktek-form-grid select {
    width: 100%;
    min-width: 0;
    height: 41px;
    padding: 0 13px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    background: #ffffff;
    color: var(--ktek-ink);
    font-size: 13px;
    font-weight: 650;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.ktek-form-grid input:focus,
.ktek-form-grid select:focus {
    border-color: var(--ktek-red);
    box-shadow: 0 0 0 3px rgba(148, 23, 3, 0.12);
}

.ktek-form-grid button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background: var(--ktek-red);
    color: var(--ktek-white);
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.ktek-form-grid button:hover,
.ktek-form-grid button:focus {
    background: #7d1302;
    box-shadow: 0 14px 28px -22px rgba(148, 23, 3, 0.85);
    transform: translateY(-1px);
    outline: none;
}

.ktek-form-grid button:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.ktek-form-grid button svg,
.ktek-form-grid button i {
    font-size: 14px;
}

.ktek-quote-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 17px;
    color: #3e3e3e;
    font-size: 12.5px;
    font-weight: 850;
}

.ktek-quote-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.ktek-quote-badges svg,
.ktek-quote-badges i {
    color: var(--ktek-red);
    font-size: 11px;
}

.ktek-quote-badges em {
    font-style: normal;
}

.ktek-form-message {
    min-height: 18px;
    margin-top: 8px;
    color: #126b39;
    font-size: 13px;
    font-weight: 850;
}

.ktek-form-message.is-error {
    color: #b42318;
}

.ktek-reviews-flow-wrap {
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 2fr);
    gap: 34px;
    align-items: stretch;
    padding: 4px 0;
    color: var(--ktek-ink);
}

.ktek-reviews-panel,
.ktek-flow-panel {
    min-width: 0;
}

.ktek-reviews-panel {
    position: relative;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: var(--ktek-black);
    color: var(--ktek-white);
}

.ktek-reviews-panel h2,
.ktek-flow-panel h2 {
    margin-bottom: 15px;
    font-size: clamp(20px, 1.8vw, 28px);
    font-weight: 950;
    line-height: 1.1;
}

.ktek-reviews-panel h2 {
    color: var(--ktek-white);
}

.ktek-flow-panel h2 {
    color: var(--ktek-ink);
}

.ktek-review-slider {
    position: relative;
    min-height: 190px;
}

.ktek-review-card {
    position: relative;
    display: none;
    min-height: 190px;
    padding: 24px 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 4px;
    background: #111111;
    overflow: hidden;
}

.ktek-review-card.is-active {
    display: block;
}

.ktek-review-quote {
    position: absolute;
    top: 9px;
    left: 16px;
    color: rgba(148, 23, 3, 0.85);
    font-size: 42px;
    line-height: 1;
    font-weight: 950;
}

.ktek-review-card p {
    position: relative;
    display: -webkit-box;
    min-height: 64px;
    margin: 0 0 13px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.55;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ktek-review-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    color: var(--ktek-red);
}

.ktek-review-stars svg,
.ktek-review-stars i {
    font-size: 12px;
}

.ktek-review-card strong,
.ktek-review-card span {
    display: block;
    line-height: 1.25;
}

.ktek-review-card strong {
    color: var(--ktek-white);
    font-size: 13px;
    font-weight: 900;
}

.ktek-review-card span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 12px;
    font-weight: 650;
}

.ktek-review-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 14px;
}

.ktek-review-nav button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 4px;
    background: #191919 !important;
    color: var(--ktek-white) !important;
    cursor: pointer;
    line-height: 1;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ktek-review-nav button:hover,
.ktek-review-nav button:focus {
    border-color: var(--ktek-red) !important;
    background: var(--ktek-red) !important;
    color: var(--ktek-white) !important;
    transform: translateY(-1px);
    outline: none !important;
}

.ktek-review-nav svg,
.ktek-review-nav i {
    font-size: 17px;
}

.ktek-review-arrow {
    pointer-events: none;
}

.ktek-flow-panel {
    position: relative;
    padding: 24px;
    border: 1px solid rgba(148, 23, 3, 0.18);
    border-radius: 4px;
    background: #ffffff;
}

.ktek-flow-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ktek-flow-step {
    position: relative;
    min-width: 0;
    min-height: 150px;
    padding: 18px 16px 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background: var(--ktek-soft);
}

.ktek-flow-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    width: 34px;
    height: 3px;
    background: var(--ktek-red);
}

.ktek-flow-badge {
    position: absolute;
    right: 13px;
    top: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: var(--ktek-black);
    color: var(--ktek-white);
    font-size: 12px;
    font-weight: 950;
}

.ktek-flow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 9px 0 16px;
    border: 1px solid rgba(148, 23, 3, 0.22);
    border-radius: 4px;
    background: rgba(148, 23, 3, 0.08);
    color: var(--ktek-red);
}

.ktek-flow-icon svg,
.ktek-flow-icon i {
    font-size: 20px;
}

.ktek-flow-step h3 {
    margin: 0 0 8px;
    padding-right: 28px;
    color: var(--ktek-ink);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.ktek-flow-step p {
    margin: 0;
    color: var(--ktek-muted);
    font-size: 12.5px;
    font-weight: 650;
    line-height: 1.45;
}

@media (max-width: 1180px) {
    .ktek-benefits-wrap,
    .ktek-quote-wrap,
    .ktek-reviews-flow-wrap {
        grid-template-columns: 1fr;
    }

    .ktek-benefits-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .ktek-flow-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .ktek-benefits-wrap,
    .ktek-flow-panel,
    .ktek-reviews-panel {
        padding: 20px;
    }

    .ktek-benefits-list,
    .ktek-form-grid,
    .ktek-flow-steps {
        grid-template-columns: 1fr;
    }

    .ktek-quote-side {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 22px 20px;
    }

    .ktek-quote-side h2 {
        font-size: 22px;
        overflow-wrap: anywhere;
    }

    .ktek-quote-form {
        padding: 22px 20px 24px;
    }

    .ktek-form-grid button {
        width: 100%;
    }

    .ktek-quote-badges {
        gap: 10px 16px;
    }
}
