.kl-tp,
.kl-tp * {
    box-sizing: border-box;
}

.kl-tp {
    margin-block: 0 !important;
    color: #123b31;
    font-family: Manrope, sans-serif;
}

.kl-tp-inner {
    width: min(100%, 1180px);
    margin-inline: auto;
}

.kl-tp h1,
.kl-tp h2,
.kl-tp .kl-tp-hero-note strong,
.kl-tp .kl-tp-form-card h3 {
    color: inherit;
    font-family: "Hedvig Letters Serif", Georgia, serif;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

.kl-tp p {
    line-height: 1.7;
}

.kl-tp-kicker {
    margin: 0 0 16px;
    color: #607069;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.kl-tp-hero {
    padding: clamp(60px, 8vw, 108px) 24px;
    background: #eef4e8;
}

.kl-tp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    align-items: center;
    gap: clamp(36px, 6vw, 88px);
}

.kl-tp-hero h1 {
    margin: 0 0 27px;
    font-size: clamp(3.1rem, 5.8vw, 5.5rem);
}

.kl-tp-lead {
    max-width: 690px;
    margin: 0 0 28px;
    color: #405148;
    font-size: clamp(1rem, 1.4vw, 1.14rem);
}

.kl-tp-hero-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0 8px;
    border-bottom: 2px solid #008b68;
    color: #123b31;
    font-size: 0.93rem;
    font-weight: 800;
    text-decoration: none;
}

.kl-tp-hero-link:hover,
.kl-tp-hero-link:focus-visible {
    color: #008b68;
}

.kl-tp-hero-link span {
    color: #008b68;
    font-size: 1.35rem;
    line-height: 1;
}

.kl-tp-hero-note {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    padding: clamp(30px, 4vw, 48px);
    border-radius: 24px;
    background: #123b31;
    box-shadow: 0 18px 40px rgba(18, 59, 49, 0.14);
    color: #fff;
}

.kl-tp-hero-note-top {
    color: #c9db9c;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kl-tp .kl-tp-hero-note strong {
    display: block;
    font-size: clamp(2.35rem, 3.8vw, 3.5rem);
}

.kl-tp-hero-note-bottom {
    color: #dce9df;
    font-size: 0.83rem;
    font-weight: 700;
}

.kl-tp-hero-note-bottom span {
    padding-inline: 5px;
    color: #c9db9c;
}

.kl-tp-products {
    padding: clamp(68px, 8vw, 108px) 24px;
    background: #fff;
}

.kl-tp-products h2 {
    margin: 0 0 40px;
    font-size: clamp(2.35rem, 4.2vw, 4rem);
}

.kl-tp-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.kl-tp-product {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d7ded7;
    border-radius: 19px;
    background: #fff;
}

.kl-tp-product-visual {
    display: grid;
    place-items: center;
    height: 260px;
    padding: 20px;
    background: #f4f7f1;
}

.kl-tp-product-visual img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.kl-tp-tv-visual img {
    width: min(83%, 240px);
}

.kl-tp-bo-visual img {
    width: auto;
    max-height: 230px;
}

.kl-tp-router-visual svg {
    display: block;
    width: min(88%, 270px);
    max-height: 210px;
}

.kl-tp-router-visual img {
    display: block;
    width: auto;
    max-width: 85%;
    max-height: 220px;
    mix-blend-mode: multiply;
}

.kl-tp-product-copy {
    flex: 1 1 auto;
    padding: 27px 28px 32px;
}

.kl-tp-product-index {
    color: #607069;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kl-tp-product h3 {
    margin: 11px 0 8px;
    color: #123b31;
    font-family: Manrope, sans-serif;
    font-size: 1.24rem;
    font-weight: 800;
    line-height: 1.3;
}

.kl-tp-product p {
    margin: 0;
    color: #607069;
    font-size: 0.94rem;
}

.kl-tp-product small {
    display: block;
    margin-top: 8px;
    color: #607069;
    font-size: 0.77rem;
}

.kl-tp-extra {
    padding: 0 24px clamp(75px, 8vw, 105px);
    background: #fff;
}

.kl-tp-extra-grid {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 30px 36px;
    border-radius: 20px;
    background: #e8eee2;
}

.kl-tp-extra-icon {
    display: grid;
    flex: 0 0 54px;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #c9db9c;
    color: #123b31;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
}

.kl-tp-extra .kl-tp-kicker {
    margin-bottom: 2px;
}

.kl-tp-extra p:last-child {
    margin: 0;
    font-size: 1.02rem;
}

.kl-tp-order {
    padding: clamp(70px, 8vw, 110px) 24px;
    background: #123b31;
    color: #fff;
    scroll-margin-top: 20px;
}

.kl-tp-order-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: clamp(38px, 6vw, 90px);
}

.kl-tp-order-copy .kl-tp-kicker {
    color: #c9db9c;
}

.kl-tp-order h2 {
    margin: 0 0 22px;
    font-size: clamp(2.6rem, 4.1vw, 4.1rem);
}

.kl-tp-order-copy > p:not(.kl-tp-kicker) {
    max-width: 470px;
    margin: 0 0 20px;
    color: #dce9df;
    font-size: 1rem;
}

.kl-tp-order-copy .kl-tp-order-contact {
    margin-top: 28px !important;
    font-size: 0.9rem !important;
}

.kl-tp-order-contact a {
    color: #c9db9c;
    font-weight: 700;
    text-underline-offset: 4px;
}

.kl-tp-form-card {
    padding: clamp(26px, 3.5vw, 42px);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.11);
    color: #123b31;
}

.kl-tp .kl-tp-form-card h3 {
    margin: 0 0 8px;
    font-size: 2.2rem;
}

.kl-tp-form-card > p {
    margin: 0 0 22px;
    color: #607069;
    font-size: 0.93rem;
}

.kl-tp-fields {
    display: grid;
    gap: 18px;
}

.kl-tp-fields > p {
    margin: 0;
}

.kl-tp-fields > p:first-child {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.kl-tp-fields > p:first-child > label,
.kl-tp-fields > p:last-child > label {
    display: grid;
    align-content: start;
    gap: 7px;
    min-width: 0;
    margin: 0;
    color: #123b31;
    font-size: 0.83rem;
    font-weight: 800;
    line-height: 1.4;
}

.kl-tp-fields > p:first-child > label:nth-of-type(-n+2) {
    grid-column: 1 / -1;
}

.kl-tp-fields br {
    display: none;
}

.kl-tp-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.kl-tp-form input[type="text"],
.kl-tp-form input[type="email"],
.kl-tp-form input[type="tel"],
.kl-tp-form input[type="number"],
.kl-tp-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 13px;
    border: 1px solid #cddbd1;
    border-radius: 8px;
    background: #fff;
    color: #123b31;
    font-family: Manrope, sans-serif;
    font-size: 0.91rem;
    font-weight: 500;
    line-height: 1.45;
}

.kl-tp-form textarea {
    min-height: 105px;
    resize: vertical;
}

.kl-tp-form input:focus-visible,
.kl-tp-form textarea:focus-visible {
    border-color: #008b68;
    outline: 2px solid #98c7a9;
    outline-offset: 1px;
}

.kl-tp-checkbox-field {
    margin: 0;
    color: #123b31;
    font-size: 0.83rem;
    font-weight: 800;
}

.kl-tp-checkbox-field p {
    margin: 0;
}

.kl-tp-checkbox-field .wpcf7-list-item {
    display: block;
    margin: 7px 0 0;
    color: #405148;
    font-size: 0.87rem;
    font-weight: 500;
}

.kl-tp .kl-tp-checkbox-field .wpcf7-list-item label {
    display: inline-flex !important;
    align-items: center;
    gap: 9px;
    width: auto;
}

.kl-tp .kl-tp-checkbox-field input[type="checkbox"] {
    flex: 0 0 auto;
    width: 18px !important;
    height: 18px !important;
    margin: 0;
    accent-color: #008b68;
}

.kl-tp-form input[type="submit"] {
    display: inline-block;
    min-height: 48px;
    margin-top: 24px;
    padding: 12px 25px;
    border: 0;
    border-radius: 9px;
    background: #008b68;
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
}

.kl-tp-form input[type="submit"]:hover,
.kl-tp-form input[type="submit"]:focus-visible {
    background: #006e54;
}

.kl-tp-form .wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 13px 16px !important;
    border-radius: 8px;
    font-size: 0.88rem;
}

.kl-tp-form-card .kl-tp-privacy {
    margin: 16px 0 0;
    font-size: 0.8rem;
}

.kl-tp-privacy a {
    color: #008b68;
    text-underline-offset: 3px;
}

@media (max-width: 900px) {
    .kl-tp-hero-grid,
    .kl-tp-order-grid {
        grid-template-columns: 1fr;
    }

    .kl-tp-hero-note {
        min-height: 245px;
    }

    .kl-tp-product-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
    }
}

@media (max-width: 600px) {
    .kl-tp-hero h1 {
        font-size: clamp(2.65rem, 10vw, 3.4rem);
    }

    .kl-tp-hero-note {
        min-height: 220px;
    }

    .kl-tp-hero-note-bottom {
        line-height: 1.6;
    }

    .kl-tp-product-visual {
        height: 220px;
    }

    .kl-tp-extra-grid {
        align-items: flex-start;
        gap: 18px;
        padding: 24px;
    }

    .kl-tp-extra-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 1.55rem;
    }

    .kl-tp-fields > p:first-child {
        grid-template-columns: 1fr;
    }

    .kl-tp-fields > p:first-child > label:nth-of-type(-n+2) {
        grid-column: auto;
    }
}
