:root {
    --kp-red: #8f1719;
    --kp-red-strong: #661013;
    --kp-gold: #f4bd37;
    --kp-gold-soft: #fff2c8;
    --kp-ink: #211615;
    --kp-muted: #6f625d;
    --kp-ivory: #fffaf0;
    --kp-green: #196f4d;
    --kp-blue: #1f5d8c;
}

body.element-wrapper {
    background: var(--kp-ivory);
    color: var(--kp-ink);
}

.kp-front-refresh {
    overflow: hidden;
}

.kp-about-hero {
    padding: 10px 0 92px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(84, 24, 25, .96), rgba(157, 52, 54, .86)),
        url("../images/section-bg-10.png") center / cover;
}

.kp-about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 52px;
    align-items: center;
}

.kp-about-hero h1 {
    color: #fff;
    font-size: clamp(38px, 4.6vw, 66px);
    line-height: 1.04;
    margin-bottom: 22px;
}

.kp-about-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, .88);
    font-size: 19px;
    line-height: 1.72;
    margin-bottom: 28px;
}

.kp-about-hero .kp-kicker,
.kp-about-hero h1,
.kp-about-hero h1 span,
.kp-about-hero p,
.kp-about-hero p span {
    color: #fff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.kp-about-hero__visual {
    display: grid;
    place-items: center;
}

.kp-about-hero__visual img {
    width: min(380px, 86vw);
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .25));
    animation: kpFloat 4.8s ease-in-out infinite;
}

.kp-about-image {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(33, 22, 21, .12);
}

.kp-about-image img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
}

.kp-about-checks {
    display: grid;
    gap: 14px;
}

.kp-about-checks div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(143, 23, 25, .08);
    box-shadow: 0 12px 30px rgba(33, 22, 21, .06);
    font-weight: 800;
}

.kp-about-checks i {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    border-radius: 50%;
    background: var(--kp-red);
}

.kp-faq-list {
    max-width: 920px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.kp-faq-list details {
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(33, 22, 21, .06);
}

.kp-faq-list summary {
    cursor: pointer;
    padding: 20px 24px;
    color: var(--kp-ink);
    font-size: 18px;
    font-weight: 900;
    list-style: none;
}

.kp-faq-list summary::-webkit-details-marker {
    display: none;
}

.kp-faq-list p {
    padding: 0 24px 22px;
    margin: 0;
    color: var(--kp-muted);
    line-height: 1.7;
}

.kp-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 16 / 9;
    background: #1f1513;
    box-shadow: 0 24px 70px rgba(33, 22, 21, .14);
}

.kp-video-card iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

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

.kp-listing-hero {
    padding: 20px 0 70px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(60, 10, 12, .92), rgba(143, 23, 25, .78)),
        url("../images/section-bg-10.png") center / cover;
}

.kp-listing-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
    gap: 36px;
    align-items: end;
}

.kp-listing-hero h1 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(38px, 4.4vw, 66px);
    line-height: 1.05;
    margin-bottom: 18px;
}

.kp-listing-hero p {
    max-width: 680px;
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.7;
}

.kp-listing-search {
    padding: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(244, 189, 55, .28);
    box-shadow: 0 24px 70px rgba(33, 22, 21, .18);
}

.kp-listing-search label,
.kp-lead-form label {
    display: block;
    color: var(--kp-ink);
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 8px;
}

.kp-listing-search > div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.kp-listing-search input,
.kp-lead-form input,
.kp-lead-form select,
.kp-lead-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(33, 22, 21, .12);
    border-radius: 8px;
    padding: 0 14px;
    color: var(--kp-ink);
    background: #fff;
}

.kp-lead-form textarea {
    min-height: 104px;
    padding-top: 12px;
    resize: vertical;
}

.kp-listing-search button {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 8px;
    color: #fff;
    background: var(--kp-red);
    font-weight: 900;
}

.kp-listing-layout {
    display: block;
}

.kp-lead-panel {
    padding: 26px;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #fff4d6);
    border: 1px solid rgba(143, 23, 25, .1);
    box-shadow: 0 20px 56px rgba(33, 22, 21, .08);
}

.kp-contact-panel {
    max-width: 1040px;
    margin: 0 auto;
}

.kp-contact-panel__intro {
    max-width: 720px;
    margin-bottom: 20px;
}

.kp-lead-panel > span,
.kp-listing-toolbar span {
    color: var(--kp-red);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}

.kp-lead-panel h2,
.kp-listing-toolbar h2 {
    color: var(--kp-ink);
    font-size: 25px;
    line-height: 1.2;
    margin: 8px 0 10px;
}

.kp-lead-panel p {
    color: var(--kp-muted);
    line-height: 1.65;
    margin-bottom: 18px;
}

.kp-lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.kp-lead-form > div:last-of-type {
    grid-column: 1 / -1;
}

.kp-lead-form .kp-btn {
    justify-self: start;
}

.kp-lead-form small,
.kp-lead-error {
    color: #b00000;
    font-size: 12px;
    font-weight: 700;
}

.kp-lead-alert {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    color: #11543a;
    background: #e9fff4;
    border: 1px solid rgba(25, 111, 77, .2);
    font-weight: 800;
}

.kp-lead-error {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff0f0;
    border: 1px solid rgba(176, 0, 0, .16);
}

.kp-listing-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.kp-listing-toolbar h2 {
    margin-bottom: 0;
}

.kp-clear-filter {
    flex: 0 0 auto;
    padding: 10px 14px;
    border-radius: 8px;
    color: var(--kp-red);
    background: #fff;
    border: 1px solid rgba(143, 23, 25, .18);
    font-weight: 900;
}

.kp-member-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.kp-list-member-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    box-shadow: 0 18px 48px rgba(33, 22, 21, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.kp-list-member-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 62px rgba(33, 22, 21, .12);
}

.kp-list-member-cover {
    position: relative;
    display: block;
    height: 170px;
    z-index: 1;
    background: linear-gradient(135deg, var(--kp-red), var(--kp-gold));
}

.kp-list-member-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kp-list-member-cover span {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #fff;
    background: rgba(143, 23, 25, .92);
    font-size: 12px;
    font-weight: 900;
}

.kp-list-member-body {
    position: relative;
    z-index: 2;
    padding: 0 20px 22px;
    background: #fff;
}

.kp-list-member-avatar {
    position: relative;
    z-index: 3;
    display: block;
    width: 92px;
    height: 92px;
    margin-top: -34px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    object-position: center;
    background: #fff;
    box-shadow: 0 14px 34px rgba(33, 22, 21, .16);
}

.kp-list-member-title {
    margin-top: 12px;
}

.kp-list-member-title h3 {
    color: var(--kp-ink);
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.kp-list-member-title p {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--kp-muted);
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
}

.kp-list-member-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 18px 0;
}

.kp-list-member-facts div {
    min-height: 78px;
    padding: 13px 14px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
}

.kp-list-member-facts strong,
.kp-list-member-facts span {
    display: block;
}

.kp-list-member-facts strong {
    color: var(--kp-ink);
    font-size: 14px;
    margin-bottom: 6px;
}

.kp-list-member-facts span {
    color: var(--kp-muted);
    line-height: 1.35;
}

.kp-list-member-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(33, 22, 21, .08);
}

.kp-list-member-actions > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--kp-muted);
    font-size: 13px;
    font-weight: 800;
}

.kp-company-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.kp-company-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    box-shadow: 0 18px 48px rgba(33, 22, 21, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.kp-company-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 62px rgba(33, 22, 21, .12);
}

.kp-company-card__cover {
    position: relative;
    display: block;
    height: 172px;
    background: linear-gradient(135deg, var(--kp-red), var(--kp-gold));
}

.kp-company-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kp-company-card__cover span {
    position: absolute;
    left: 16px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #fff;
    background: rgba(143, 23, 25, .92);
    font-size: 12px;
    font-weight: 900;
}

.kp-company-card__body {
    position: relative;
    padding: 0 20px 22px;
}

.kp-company-card__logo {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    margin-top: -34px;
    border-radius: 18px;
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 0 14px 34px rgba(33, 22, 21, .16);
}

.kp-company-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 14px;
}

.kp-company-card__title {
    margin-top: 14px;
}

.kp-company-card__title h3 {
    display: -webkit-box;
    min-height: 56px;
    margin-bottom: 8px;
    overflow: hidden;
    color: var(--kp-ink);
    font-size: 22px;
    line-height: 1.28;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kp-company-card__title p,
.kp-company-card__owner {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--kp-muted);
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
}

.kp-company-card__owner {
    flex-wrap: wrap;
    margin-top: 10px;
}

.kp-company-card__owner strong,
.kp-company-card__owner a {
    color: var(--kp-ink);
    font-weight: 900;
}

.kp-company-card__owner a:hover {
    color: var(--kp-red);
}

.kp-company-card__facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 18px 0;
}

.kp-company-card__facts div {
    min-height: 82px;
    padding: 13px 14px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
}

.kp-company-card__facts strong,
.kp-company-card__facts span {
    display: block;
}

.kp-company-card__facts strong {
    color: var(--kp-ink);
    font-size: 14px;
    margin-bottom: 6px;
}

.kp-company-card__facts span {
    color: var(--kp-muted);
    line-height: 1.35;
}

.kp-company-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid rgba(33, 22, 21, .08);
}

.kp-company-contact {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--kp-red);
    font-size: 13px;
    font-weight: 900;
}

.kp-business-contact {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr);
    gap: 28px;
    align-items: start;
}

.kp-business-contact__content {
    padding: 36px;
    border-radius: 8px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(102, 16, 19, .96), rgba(143, 23, 25, .88)),
        url("../images/section-bg-10.png") center / cover;
    box-shadow: 0 20px 56px rgba(33, 22, 21, .12);
}

.kp-business-contact__content > span {
    color: var(--kp-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.kp-business-contact__content h2 {
    color: #fff;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.12;
    margin: 12px 0 16px;
}

.kp-business-contact__content p {
    color: rgba(255, 255, 255, .86);
    line-height: 1.7;
    margin-bottom: 22px;
}

.kp-business-contact__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kp-business-contact__chips span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    font-size: 13px;
    font-weight: 900;
}

.kp-business-contact__form {
    margin: 0;
}

.kp-profile-company-list {
    display: grid;
    gap: 14px;
}

.kp-profile-company-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .1);
}

.kp-profile-company-card__banner {
    display: block;
    height: 108px;
    background: linear-gradient(135deg, var(--kp-red), var(--kp-gold));
}

.kp-profile-company-card__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kp-profile-company-card__body {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 0 14px 12px;
}

.kp-profile-company-card__logo {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-top: -22px;
    border-radius: 14px;
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0 10px 24px rgba(33, 22, 21, .14);
}

.kp-profile-company-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.kp-profile-company-card h4 {
    display: -webkit-box;
    margin: 12px 0 5px;
    overflow: hidden;
    color: var(--kp-ink);
    font-size: 17px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.kp-profile-company-card p {
    margin: 0;
    color: var(--kp-muted);
    font-size: 13px;
    line-height: 1.4;
}

.kp-profile-company-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0 14px 14px;
    color: var(--kp-red);
    font-size: 13px;
    font-weight: 900;
}

.kp-company-detail-hero {
    position: relative;
    padding: 20px 0 78px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(45, 8, 10, .93), rgba(143, 23, 25, .74)),
        var(--kp-company-cover) center / cover;
}

.kp-company-detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .32));
}

.kp-company-detail-hero__card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    padding: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
    backdrop-filter: blur(8px);
}

.kp-company-detail-hero__logo {
    display: grid;
    place-items: center;
    width: 142px;
    height: 142px;
    border-radius: 22px;
    background: #fff;
    border: 5px solid rgba(255, 255, 255, .94);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
}

.kp-company-detail-hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.kp-company-detail-hero__content h1 {
    color: #fff;
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1.08;
    margin-bottom: 10px;
    word-break: break-word;
}

.kp-company-detail-hero__content p {
    color: rgba(255, 255, 255, .88);
    font-size: 19px;
    margin-bottom: 18px;
}

.kp-company-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.kp-company-detail-stats {
    display: grid;
    gap: 12px;
    min-width: 170px;
}

.kp-company-detail-stats div {
    padding: 15px 17px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .15);
}

.kp-company-detail-stats strong,
.kp-company-detail-stats span {
    display: block;
}

.kp-company-detail-stats strong {
    color: var(--kp-red);
    font-size: 26px;
    line-height: 1;
}

.kp-company-detail-stats span {
    color: var(--kp-muted);
    margin-top: 5px;
    font-size: 13px;
    font-weight: 800;
}

.kp-company-alerts {
    margin-bottom: 20px;
}

.kp-company-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.kp-company-detail-main {
    display: grid;
    gap: 22px;
}

.kp-company-about-card p {
    color: var(--kp-muted);
    line-height: 1.8;
    text-align: justify;
}

.kp-company-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.kp-company-info-grid div {
    min-height: 104px;
    padding: 16px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .1);
}

.kp-company-info-grid strong,
.kp-company-info-grid span {
    display: block;
}

.kp-company-info-grid strong {
    color: var(--kp-ink);
    margin-bottom: 8px;
    font-size: 14px;
}

.kp-company-info-grid span {
    color: var(--kp-muted);
    line-height: 1.45;
    word-break: break-word;
}

.kp-company-media-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .46fr);
    gap: 18px;
}

.kp-company-gallery,
.kp-company-video-card {
    overflow: hidden;
    border-radius: 8px;
    background: #1f1513;
}

.kp-gallery-open {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    text-align: left;
}

.kp-company-gallery img,
.kp-company-gallery .carousel-item img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.kp-gallery-open span {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(143, 23, 25, .92);
    font-size: 12px;
    font-weight: 900;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease;
}

.kp-gallery-open:hover span {
    opacity: 1;
    transform: translateY(0);
}

.kp-gallery-open:hover img {
    filter: brightness(.86);
}

.kp-company-video-card {
    position: relative;
    min-height: 380px;
}

.kp-company-video-card > img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    opacity: .74;
}

.kp-company-video-card button {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    color: var(--kp-red);
    background: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
    transform: translate(-50%, -50%);
}

.kp-company-video-card div {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
}

.kp-company-video-card strong,
.kp-company-video-card span {
    display: block;
}

.kp-company-video-card strong {
    color: var(--kp-ink);
    font-size: 18px;
}

.kp-company-video-card span {
    color: var(--kp-muted);
    font-size: 13px;
}

.kp-company-owner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
    margin-bottom: 14px;
}

.kp-company-owner img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}

.kp-company-owner strong,
.kp-company-owner span {
    display: block;
}

.kp-company-owner strong {
    color: var(--kp-ink);
    line-height: 1.2;
}

.kp-company-owner span {
    color: var(--kp-muted);
    font-size: 13px;
}

.kp-company-contact-list {
    display: grid;
    gap: 12px;
}

.kp-company-contact-list div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    color: var(--kp-muted);
    line-height: 1.5;
    word-break: break-word;
}

.kp-company-contact-list i {
    color: var(--kp-red);
    margin-top: 3px;
}

.kp-company-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.kp-company-socials a {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    background: var(--kp-red);
    font-size: 12px;
    font-weight: 900;
}

.kp-company-service-list {
    display: grid;
    gap: 10px;
}

.kp-company-service-list div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 11px 12px;
    border-radius: 8px;
    color: var(--kp-ink);
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.kp-company-service-list i {
    color: var(--kp-green);
}

.kp-service-toggle {
    margin-top: 12px;
    padding: 9px 12px;
    border-radius: 8px;
    color: var(--kp-red);
    background: #fff;
    border: 1px solid rgba(143, 23, 25, .18);
    font-size: 13px;
    font-weight: 900;
}

.kp-company-review-layout {
    display: grid;
    grid-template-columns: minmax(320px, .44fr) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.kp-company-rating-score {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 18px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
    margin-bottom: 22px;
}

.kp-company-rating-score strong {
    color: var(--kp-red);
    font-size: 56px;
    line-height: 1;
}

.kp-stars {
    color: #cfc6c0;
    font-size: 18px;
    letter-spacing: 1px;
}

.kp-stars span.active {
    color: var(--kp-gold);
}

.kp-company-rating-score p {
    color: var(--kp-muted);
    margin: 4px 0 0;
    font-weight: 800;
}

.kp-review-form {
    display: grid;
    gap: 12px;
}

.kp-review-form input,
.kp-review-form textarea {
    width: 100%;
    border: 1px solid rgba(33, 22, 21, .12);
    border-radius: 8px;
    padding: 12px 14px;
    color: var(--kp-ink);
    background: #fff;
}

.kp-star-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 4px;
}

.kp-star-input input {
    display: none;
}

.kp-star-input label {
    color: #d8d0ca;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
}

.kp-star-input input:checked ~ label,
.kp-star-input label:hover,
.kp-star-input label:hover ~ label {
    color: var(--kp-gold);
}

.kp-company-review-list {
    display: grid;
    gap: 16px;
    max-height: 620px;
    overflow: auto;
    padding-right: 8px;
}

.kp-company-review-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
}

.kp-company-review-item img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.kp-company-review-item strong {
    display: block;
    color: var(--kp-ink);
}

.kp-company-review-item p {
    color: var(--kp-muted);
    line-height: 1.6;
    margin: 6px 0;
}

.kp-company-review-item small {
    color: var(--kp-muted);
    font-weight: 800;
}

.kp-auth-modal {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.kp-auth-modal .modal-header {
    border: 0;
    background: #fffaf5;
}

.kp-auth-modal .modal-body {
    padding: 24px;
}

.kp-auth-modal .modal-body p {
    color: var(--kp-muted);
}

.kp-auth-modal .kp-lead-form {
    grid-template-columns: 1fr;
}

.kp-modal-link {
    color: var(--kp-red);
    font-weight: 900;
}

.kp-video-modal {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #111;
}

.kp-gallery-modal {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: #071b17;
}

.kp-profile-lightbox {
    align-items: center;
    background: rgba(6, 16, 14, .88);
    display: none;
    inset: 0;
    justify-content: center;
    overflow: auto;
    padding: 16px;
    position: fixed;
    z-index: 2147483000;
}

.kp-profile-lightbox.is-open {
    display: flex;
}

.kp-profile-lightbox__dialog {
    margin: auto;
    max-height: calc(100vh - 32px);
    max-width: min(1120px, calc(100vw - 32px));
    position: relative;
    width: 100%;
    z-index: 2147483001;
}

.kp-profile-gallery-modal {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 32px);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .5);
}

.kp-gallery-open-body {
    overflow: hidden;
}

.kp-gallery-modal .modal-header,
.kp-video-modal .modal-header {
    border: 0;
    justify-content: flex-end;
}

.kp-gallery-modal .modal-header {
    justify-content: space-between;
}

.kp-gallery-modal .modal-title {
    color: #fff;
    font-weight: 900;
}

.kp-gallery-close {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: relative;
    width: 42px;
    z-index: 3;
}

.kp-gallery-close:hover {
    background: #fff;
    color: var(--kp-red);
}

.kp-gallery-modal .modal-body,
.kp-video-modal .modal-body {
    padding: 0;
}

#profileGalleryModal .modal-body {
    align-items: center;
    background: #071b17;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
}

#profileGalleryCarousel,
#profileGalleryCarousel .carousel-inner {
    width: 100%;
}

#profileGalleryCarousel .carousel-item {
    align-items: center;
    background: #071b17;
    display: none;
    float: none;
    justify-content: center;
    height: min(72vh, 640px);
    min-height: 260px;
    position: relative;
    transition: none;
    width: 100%;
}

#profileGalleryCarousel .carousel-item.active {
    display: flex;
}

.kp-gallery-modal .carousel-item img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-height: min(72vh, 640px);
    max-width: 100%;
    object-fit: contain;
    width: auto;
    background: #071b17;
}

@media (max-width: 767px) {
    .kp-profile-lightbox {
        padding: 10px;
    }

    .kp-profile-lightbox__dialog,
    .kp-profile-gallery-modal {
        max-height: calc(100vh - 20px);
        max-width: calc(100vw - 20px);
    }

    #profileGalleryCarousel .carousel-item,
    .kp-gallery-modal .carousel-item img {
        max-height: calc(100vh - 118px);
    }

    #profileGalleryCarousel .carousel-item {
        height: calc(100vh - 118px);
    }
}

.kp-empty-state {
    padding: 42px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px dashed rgba(143, 23, 25, .25);
    text-align: center;
}

.kp-empty-state h3 {
    color: var(--kp-ink);
    margin-bottom: 8px;
}

.kp-empty-state p {
    color: var(--kp-muted);
    margin-bottom: 18px;
}

.kp-list-pagination {
    margin-top: 30px;
}

.kp-list-pagination nav > div:first-child {
    display: none;
}

.kp-list-pagination nav > div:last-child {
    display: flex;
    justify-content: center;
}

.kp-list-pagination .relative {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.kp-list-pagination a,
.kp-list-pagination span {
    width: auto;
    min-width: 38px;
    height: 38px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 12px !important;
    border-radius: 8px !important;
    color: var(--kp-ink) !important;
    background: #fff !important;
    border: 1px solid rgba(33, 22, 21, .12) !important;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1 !important;
}

.kp-list-pagination span[aria-current="page"] span,
.kp-list-pagination .bg-blue-50 {
    color: #fff !important;
    background: var(--kp-red) !important;
    border-color: var(--kp-red) !important;
}

.kp-list-pagination svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    display: block;
}

.kp-list-pagination p {
    display: none;
}

.kp-profile-hero {
    position: relative;
    padding: 50px 0 70px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(45, 8, 10, .9), rgba(143, 23, 25, .76)),
        var(--kp-profile-cover) center / cover;
}

.kp-profile-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .22));
}

.kp-profile-hero__card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 26px;
    align-items: end;
    padding: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
    backdrop-filter: blur(8px);
}

.kp-profile-avatar-wrap {
    display: grid;
    gap: 12px;
    justify-items: center;
}

.kp-profile-avatar {
    width: 148px;
    height: 148px;
    border-radius: 50%;
    border: 5px solid #fff;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

.kp-profile-avatar-wrap span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #321508;
    background: var(--kp-gold);
    font-size: 13px;
    font-weight: 900;
}

.kp-profile-hero__content h1 {
    color: #fff;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.12;
    margin-bottom: 10px;
    word-break: break-word;
}

.kp-profile-hero__content p {
    color: rgba(255, 255, 255, .9);
    font-size: 20px;
    margin-bottom: 22px;
}

.kp-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.kp-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 28px;
    align-items: start;
}

.kp-profile-main,
.kp-profile-sidebar {
    display: grid;
    gap: 24px;
}

.kp-profile-main {
    display: contents;
}

.kp-profile-main > .kp-profile-card {
    grid-column: 1;
}

.kp-profile-main > .kp-profile-card:has(.kp-user-gallery-grid),
.kp-profile-main > .kp-profile-card:has(.kp-profile-blog-grid),
.kp-profile-main > .kp-profile-card:has(.kp-profile-ad-slider) {
    grid-column: 1 / -1;
}

.kp-profile-sidebar {
    position: sticky;
    top: 96px;
    grid-column: 2;
    grid-row: 1;
}

.kp-profile-card {
    padding: 26px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    box-shadow: 0 18px 48px rgba(33, 22, 21, .07);
}

.kp-profile-card h3 {
    color: var(--kp-ink);
    font-size: 22px;
    margin-bottom: 16px;
}

.kp-profile-card .kp-section-head h2 {
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.18;
}

.kp-profile-card .kp-section-head p {
    max-width: 100%;
}

.kp-profile-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.kp-profile-detail-grid div,
.kp-profile-address {
    padding: 15px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
}

.kp-profile-detail-grid strong,
.kp-profile-detail-grid span,
.kp-profile-address strong,
.kp-profile-address p {
    display: block;
}

.kp-profile-detail-grid strong,
.kp-profile-address strong {
    color: var(--kp-ink);
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 6px;
}

.kp-profile-detail-grid span,
.kp-profile-address p {
    color: var(--kp-muted);
    line-height: 1.7;
    margin: 0;
    word-break: break-word;
    white-space: normal;
}

.kp-profile-address {
    margin-top: 12px;
}

.kp-profile-ad-slider {
    overflow: hidden;
    border-radius: 8px;
    background: var(--kp-gold-soft);
}

.kp-profile-ad-slider img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.kp-profile-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.kp-profile-blog-card {
    overflow: hidden;
    border-radius: 8px;
    color: var(--kp-ink);
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
}

.kp-profile-blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.kp-profile-blog-card div {
    padding: 18px;
}

.kp-profile-blog-card span {
    display: block;
    color: var(--kp-red);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
}

.kp-profile-blog-card h3 {
    font-size: 20px;
    line-height: 1.28;
    margin-bottom: 8px;
}

.kp-profile-blog-card p {
    color: var(--kp-muted);
    line-height: 1.6;
    margin: 0;
}

.kp-user-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.kp-user-gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(143, 23, 25, .08);
    background: #fffaf5;
}

.kp-user-gallery-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}

.kp-user-gallery-item:hover img {
    transform: scale(1.04);
}

.kp-profile-contact-list,
.kp-profile-social-list,
.kp-profile-sponsor-list,
.kp-profile-side-ads {
    display: grid;
    gap: 12px;
}

.kp-profile-contact-list a,
.kp-profile-social-list a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    color: var(--kp-ink);
    font-weight: 800;
}

.kp-profile-contact-list i,
.kp-profile-social-list i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: var(--kp-red);
}

.kp-profile-social-list i {
    background: #f0b429;
    color: #201112;
}

.kp-profile-contact-list span,
.kp-profile-social-list span {
    word-break: break-word;
}

.kp-profile-sponsor {
    overflow: hidden;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    color: var(--kp-ink);
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
}

.kp-profile-sponsor img {
    width: 96px;
    height: 74px;
    border-radius: 8px;
    object-fit: cover;
}

.kp-profile-sponsor strong,
.kp-profile-sponsor span {
    display: block;
}

.kp-profile-sponsor strong {
    color: var(--kp-ink);
    line-height: 1.25;
}

.kp-profile-sponsor span {
    color: var(--kp-red);
    font-size: 13px;
    font-weight: 900;
    margin-top: 4px;
}

.kp-profile-side-ads img {
    width: 100%;
    min-height: 160px;
    border-radius: 8px;
    object-fit: cover;
    background: var(--kp-gold-soft);
}

.ed-topbar {
    position: relative;
    z-index: 20;
    background: linear-gradient(105deg, #541819, #9d3436);
}

.ed-topbar__inner {
    min-height: 104px;
    gap: 16px;
}

.ed-topbar__logo img {
    max-height: 78px;
    width: auto;
}

.ed-topbar__search-widget {
    width: min(50vw, 690px);
    max-width: 690px;
    min-width: 0;
}

.ed-topbar__search {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

.ed-topbar__search input {
    min-width: 260px;
}

.ed-topbar__info {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ed-topbar__info-social {
    gap: 12px;
}

.ed-topbar__info-social a {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
}

.ed-topbar__info-social img {
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
    opacity: .95;
}

.ed-topbar__info-social a:hover {
    background: var(--kp-gold);
}

.ed-topbar__info-social a:hover img {
    filter: brightness(0);
}

.ed-topbar__info-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.ed-topbar__info-buttons .btn {
    min-width: 88px;
    white-space: nowrap;
}

.ed-header {
    position: relative;
    z-index: 19;
    box-shadow: 0 10px 28px rgba(33, 22, 21, .08);
}

.ed-header.sticky {
    z-index: 30;
}

.ed-header__inner {
    min-height: 70px;
}

.ed-header__menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.ed-header__menu li {
    margin-right: 26px;
}

.ed-header__contact {
    gap: 14px;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .ed-header__navigation .ed-header__menu {
        flex-wrap: nowrap;
        gap: clamp(12px, 1.1vw, 20px);
    }

    .ed-header__navigation .ed-header__menu > li {
        margin-right: 0;
        white-space: nowrap;
    }

    .ed-header__navigation .ed-header__menu > li > a {
        font-size: 15px;
    }

    .ed-header__right {
        justify-content: flex-end;
    }
}

.kp-hero {
    min-height: calc(100vh - 180px);
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0 72px;
    background:
        linear-gradient(120deg, rgba(60, 10, 12, .9), rgba(143, 23, 25, .78)),
        url("../images/section-bg-10.png") center / cover;
    color: #fff;
}

.kp-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 84px;
    background: linear-gradient(180deg, rgba(255, 250, 240, 0), var(--kp-ivory));
}

.kp-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    gap: 52px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.kp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border: 1px solid rgba(244, 189, 55, .5);
    color: var(--kp-gold-soft);
    background: rgba(255, 255, 255, .09);
    border-radius: 999px;
    font-weight: 700;
    margin-bottom: 18px;
}

.kp-hero h1 {
    color: #fff;
    font-size: clamp(40px, 4.35vw, 68px);
    line-height: 1.03;
    margin-bottom: 22px;
    letter-spacing: 0;
}

.kp-hero h1 span {
    color: var(--kp-gold);
}

.kp-hero__text {
    max-width: 690px;
    color: rgba(255, 255, 255, .88);
    font-size: 19px;
    line-height: 1.72;
    margin-bottom: 28px;
}

.kp-hero__actions,
.kp-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.kp-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: 8px;
    font-weight: 800;
    border: 1px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.kp-btn:hover {
    transform: translateY(-2px);
}

.kp-btn--gold {
    color: #321508;
    background: linear-gradient(135deg, #ffd86a, var(--kp-gold));
    box-shadow: 0 14px 30px rgba(244, 189, 55, .24);
}

.kp-btn--light {
    color: #fff;
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .08);
}

.kp-btn--red {
    color: #fff;
    background: var(--kp-red);
}

.kp-btn--outline {
    color: var(--kp-red);
    border-color: rgba(143, 23, 25, .25);
    background: #fff;
}

.kp-hero__visual {
    position: relative;
    display: grid;
    place-items: center;
}

.kp-crest-shell {
    width: min(390px, 82vw);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 228, 130, .58), rgba(143, 23, 25, .08) 54%, rgba(255, 255, 255, .08) 55%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

.kp-crest-shell img {
    width: 92%;
    filter: drop-shadow(0 22px 28px rgba(0, 0, 0, .25));
    animation: kpFloat 4.8s ease-in-out infinite;
}

@keyframes kpFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.kp-floating-card {
    position: absolute;
    background: rgba(255, 255, 255, .95);
    color: var(--kp-ink);
    border-radius: 8px;
    padding: 14px 16px;
    min-width: 178px;
    box-shadow: 0 18px 48px rgba(31, 22, 16, .2);
    border: 1px solid rgba(244, 189, 55, .28);
}

.kp-floating-card strong {
    display: block;
    color: var(--kp-red);
    font-size: 22px;
}

.kp-floating-card span {
    color: var(--kp-muted);
    font-size: 13px;
}

.kp-floating-card--one {
    top: 8%;
    left: 0;
}

.kp-floating-card--two {
    right: 0;
    bottom: 10%;
}

.kp-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(143, 23, 25, .12);
    box-shadow: 0 8px 24px rgba(33, 22, 21, .08);
}

.kp-lang-switch button {
    border: 0;
    border-radius: 999px;
    padding: 8px 13px;
    background: transparent;
    color: var(--kp-red);
    font-weight: 800;
}

.kp-lang-switch button.active {
    color: #fff;
    background: var(--kp-red);
}

.kp-section {
    padding: 86px 0;
}

.kp-section--white {
    background: #fff;
}

.kp-section--soft {
    background: linear-gradient(180deg, #fffaf0, #fff3da);
}

.kp-section-head {
    max-width: 780px;
    margin-bottom: 34px;
}

.kp-section-head.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.kp-section-head span {
    color: var(--kp-red);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 13px;
}

.kp-section-head h2 {
    margin: 8px 0 10px;
    color: var(--kp-ink);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.08;
}

.kp-section-head p {
    color: var(--kp-muted);
    font-size: 17px;
    line-height: 1.7;
}

.kp-search-panel {
    display: none;
}

.kp-search-box {
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 24px 70px rgba(82, 39, 16, .14);
    display: grid;
    grid-template-columns: 220px 1fr auto;
    gap: 12px;
    border: 1px solid rgba(143, 23, 25, .08);
}

.kp-search-box select,
.kp-search-box input {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(33, 22, 21, .12);
    border-radius: 8px;
    padding: 0 16px;
    color: var(--kp-ink);
    background: #fff;
}

.kp-grid {
    display: grid;
    gap: 22px;
}

.kp-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.kp-feature-card,
.kp-member-card,
.kp-news-card,
.kp-category-pill,
.kp-stat-card {
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(33, 22, 21, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.kp-feature-card:hover,
.kp-member-card:hover,
.kp-news-card:hover,
.kp-category-pill:hover,
.kp-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 52px rgba(33, 22, 21, .1);
}

.kp-feature-card {
    padding: 26px;
}

.kp-feature-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 24px;
}

.kp-feature-icon.red { background: var(--kp-red); }
.kp-feature-icon.green { background: var(--kp-green); }
.kp-feature-icon.blue { background: var(--kp-blue); }
.kp-feature-icon.gold { background: #c98c13; }

.kp-feature-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.kp-feature-card p,
.kp-member-card p,
.kp-news-card p {
    color: var(--kp-muted);
    line-height: 1.62;
}

.kp-stat-card {
    padding: 24px;
    background: linear-gradient(135deg, #fff, #fff4d1);
}

.kp-stat-card strong {
    display: block;
    color: var(--kp-red);
    font-size: 34px;
    line-height: 1;
    margin-bottom: 8px;
}

.kp-stat-card span {
    color: var(--kp-muted);
    font-weight: 700;
}

.kp-member-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.kp-member-cover {
    height: 168px;
    background: linear-gradient(135deg, var(--kp-red), var(--kp-gold));
}

.kp-member-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kp-member-body {
    padding: 0 22px 24px;
    margin-top: -44px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kp-member-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    box-shadow: 0 14px 30px rgba(33, 22, 21, .16);
    background: #fff;
}

.kp-member-body h3 {
    font-size: 21px;
    margin: 14px 0 6px;
}

.kp-member-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: flex-start;
    margin: 14px 0 14px;
}

.kp-member-meta h3 {
    margin: 0;
}

.kp-member-meta span {
    color: var(--kp-muted);
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    word-break: break-word;
}

.kp-member-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
    margin: 16px 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.kp-member-details strong,
.kp-member-details span {
    display: block;
}

.kp-member-details strong {
    color: var(--kp-ink);
    font-size: 15px;
    margin-bottom: 5px;
}

.kp-member-details span {
    color: var(--kp-muted);
    font-size: 14px;
    line-height: 1.35;
}

.kp-member-details > div {
    min-height: 74px;
    padding: 13px 14px;
    border: 1px solid rgba(143, 23, 25, .08);
    border-radius: 8px;
    background: #fffaf5;
}

.kp-member-view {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 42px;
    padding: 9px 11px 9px 18px;
    color: #fff;
    background: #d10000;
    border-radius: 999px;
    font-weight: 800;
    margin-top: auto;
    box-shadow: 0 12px 28px rgba(209, 0, 0, .18);
}

.kp-member-view i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #d10000;
    background: #fff;
    border-radius: 50%;
}

.kp-category-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    color: var(--kp-ink);
    font-weight: 800;
}

.kp-category-pill span {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--kp-red);
    flex: 0 0 auto;
}

.kp-company-strip {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 8px 2px 18px;
}

.kp-company-logo {
    min-width: 150px;
    height: 96px;
    display: grid;
    place-items: center;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(33, 22, 21, .08);
    box-shadow: 0 12px 32px rgba(33, 22, 21, .06);
}

.kp-company-logo img {
    max-width: 112px;
    max-height: 68px;
    object-fit: contain;
}

.kp-news-card {
    overflow: hidden;
}

.kp-news-img {
    height: 190px;
    background: var(--kp-gold-soft);
}

.kp-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kp-news-body {
    padding: 22px;
}

.kp-news-meta {
    color: var(--kp-red);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
}

.kp-news-card h3 {
    font-size: 21px;
    line-height: 1.35;
}

.kp-news-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.kp-news-toolbar > div:first-child > span {
    color: var(--kp-red);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}

.kp-news-toolbar h2 {
    color: var(--kp-ink);
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.12;
    margin: 8px 0 0;
}

.kp-news-summary {
    min-width: 150px;
    padding: 16px 18px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .1);
    text-align: center;
}

.kp-news-summary strong,
.kp-news-summary span {
    display: block;
}

.kp-news-summary strong {
    color: var(--kp-red);
    font-size: 28px;
    line-height: 1;
}

.kp-news-summary span {
    color: var(--kp-muted);
    margin-top: 5px;
    font-size: 13px;
    font-weight: 800;
}

.kp-news-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.kp-news-filter-row a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border-radius: 999px;
    color: var(--kp-ink);
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .12);
    font-size: 13px;
    font-weight: 900;
}

.kp-news-filter-row a.active,
.kp-news-filter-row a:hover {
    color: #fff;
    background: var(--kp-red);
    border-color: var(--kp-red);
}

.kp-news-filter-row b {
    display: inline-grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    color: var(--kp-red);
    background: var(--kp-gold-soft);
    font-size: 12px;
}

.kp-news-filter-row a.active b,
.kp-news-filter-row a:hover b {
    color: var(--kp-red);
    background: #fff;
}

.kp-news-featured {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
    gap: 0;
    overflow: hidden;
    margin-bottom: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--kp-red-strong), var(--kp-red));
    box-shadow: 0 22px 58px rgba(33, 22, 21, .12);
}

.kp-news-featured img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.kp-news-featured div {
    padding: 34px;
    align-self: center;
}

.kp-news-featured span {
    color: var(--kp-gold);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.kp-news-featured h3 {
    color: #fff;
    font-size: clamp(28px, 3.4vw, 48px);
    line-height: 1.12;
    margin: 12px 0 14px;
}

.kp-news-featured p {
    color: rgba(255, 255, 255, .86);
    line-height: 1.7;
    margin-bottom: 18px;
}

.kp-news-featured strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 900;
}

.kp-news-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.kp-news-list-card {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    box-shadow: 0 18px 48px rgba(33, 22, 21, .07);
    transition: transform .2s ease, box-shadow .2s ease;
}

.kp-news-list-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 62px rgba(33, 22, 21, .12);
}

.kp-news-list-card__image {
    position: relative;
    display: block;
    height: 214px;
    background: var(--kp-gold-soft);
}

.kp-news-list-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kp-news-list-card__image span {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #fff;
    background: rgba(143, 23, 25, .92);
    font-size: 12px;
    font-weight: 900;
}

.kp-news-list-card__body {
    padding: 20px;
}

.kp-news-list-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: var(--kp-red);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
}

.kp-news-list-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.kp-news-list-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.28;
}

.kp-news-list-card h3 a {
    color: var(--kp-ink);
}

.kp-news-list-card p {
    color: var(--kp-muted);
    line-height: 1.65;
    margin-bottom: 18px;
}

.kp-simple-pagination {
    display: grid;
    gap: 14px;
    justify-items: center;
    margin-top: 32px;
}

.kp-simple-pagination p {
    color: var(--kp-muted);
    margin: 0;
    font-weight: 800;
}

.kp-simple-pagination__controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.kp-simple-pagination__controls a,
.kp-simple-pagination__controls span {
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 14px;
    border-radius: 8px;
    color: var(--kp-ink);
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .12);
    font-size: 14px;
    font-weight: 900;
}

.kp-simple-pagination__controls a:hover,
.kp-simple-pagination__controls span.active {
    color: #fff;
    background: var(--kp-red);
    border-color: var(--kp-red);
}

.kp-simple-pagination__controls span.disabled {
    color: #a69b96;
    background: #f8f4ef;
    cursor: not-allowed;
}

.kp-simple-pagination__controls span.dots {
    min-width: 34px;
    padding: 0 6px;
    color: var(--kp-muted);
    background: transparent;
    border-color: transparent;
}

.kp-news-detail-hero {
    position: relative;
    padding: 220px 0 82px;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(45, 8, 10, .9), rgba(143, 23, 25, .76)),
        var(--kp-news-cover) center / cover;
}

.kp-news-detail-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .32));
}

.kp-news-detail-hero__content {
    position: relative;
    z-index: 1;
    max-width: 980px;
}

.kp-news-detail-category {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    color: var(--kp-ink);
    background: var(--kp-gold);
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}

.kp-news-detail-hero h1 {
    color: #fff;
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.04;
    margin-bottom: 18px;
}

.kp-news-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.kp-news-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: 13px;
    font-weight: 900;
}

.kp-news-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.kp-news-article {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    box-shadow: 0 18px 48px rgba(33, 22, 21, .07);
}

.kp-news-article__cover {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    background: var(--kp-gold-soft);
}

.kp-news-article__body {
    padding: 32px;
    color: var(--kp-muted);
    font-size: 17px;
    line-height: 1.85;
}

.kp-news-article__body h1,
.kp-news-article__body h2,
.kp-news-article__body h3,
.kp-news-article__body h4 {
    color: var(--kp-ink);
    line-height: 1.25;
    margin: 24px 0 12px;
}

.kp-news-article__body p {
    margin-bottom: 16px;
}

.kp-news-article__body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.kp-news-article__body ul,
.kp-news-article__body ol {
    padding-left: 22px;
    margin-bottom: 18px;
}

.kp-news-article__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 32px 32px;
}

.kp-news-flash {
    margin-bottom: 18px;
}

.kp-news-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    margin: 0 32px 26px;
    padding: 18px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
}

.kp-news-actions form button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--kp-red);
    background: #fff;
    border: 1px solid rgba(143, 23, 25, .18);
    font-weight: 900;
}

.kp-news-actions form button.active,
.kp-news-actions form button:hover {
    color: #fff;
    background: var(--kp-red);
}

.kp-news-actions form button span {
    display: inline-grid;
    place-items: center;
    min-width: 25px;
    height: 25px;
    border-radius: 999px;
    color: var(--kp-red);
    background: var(--kp-gold-soft);
    font-size: 12px;
}

.kp-news-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.kp-news-share strong {
    color: var(--kp-ink);
    margin-right: 4px;
}

.kp-news-share a {
    padding: 9px 12px;
    border-radius: 999px;
    color: var(--kp-ink);
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .12);
    font-size: 13px;
    font-weight: 900;
}

.kp-news-share a:hover {
    color: #fff;
    background: var(--kp-red);
}

.kp-news-comments {
    margin: 0 32px 30px;
    padding-top: 28px;
    border-top: 1px solid rgba(33, 22, 21, .08);
}

.kp-news-comment-form {
    display: grid;
    gap: 10px;
    margin-bottom: 22px;
}

.kp-news-comment-form label {
    color: var(--kp-ink);
    font-weight: 900;
}

.kp-news-comment-form textarea {
    width: 100%;
    border: 1px solid rgba(33, 22, 21, .12);
    border-radius: 8px;
    padding: 13px 14px;
    color: var(--kp-ink);
    background: #fff;
    resize: vertical;
}

.kp-news-comment-form .kp-btn {
    justify-self: start;
}

.kp-news-login-note {
    padding: 18px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .1);
    margin-bottom: 22px;
}

.kp-news-login-note strong {
    display: block;
    color: var(--kp-ink);
    font-size: 18px;
    margin-bottom: 6px;
}

.kp-news-login-note p {
    color: var(--kp-muted);
    margin-bottom: 14px;
}

.kp-news-login-note div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kp-news-comment-list {
    display: grid;
    gap: 14px;
}

.kp-news-comment-list article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 13px;
    padding: 14px;
    border-radius: 8px;
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
}

.kp-news-comment-list img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.kp-news-comment-list strong,
.kp-news-comment-list small {
    display: block;
}

.kp-news-comment-list strong {
    color: var(--kp-ink);
}

.kp-news-comment-list small {
    color: var(--kp-muted);
    font-size: 12px;
    font-weight: 800;
    margin: 3px 0 8px;
}

.kp-news-comment-list p {
    color: var(--kp-muted);
    line-height: 1.6;
    margin: 0;
}

.kp-news-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 110px;
}

.kp-news-author {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.kp-news-author img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
}

.kp-news-author strong,
.kp-news-author span {
    display: block;
}

.kp-news-author strong {
    color: var(--kp-ink);
}

.kp-news-author span {
    color: var(--kp-muted);
    font-size: 13px;
}

.kp-news-side-categories {
    display: grid;
    gap: 9px;
}

.kp-news-side-categories a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 8px;
    color: var(--kp-ink);
    background: #fffaf5;
    border: 1px solid rgba(143, 23, 25, .08);
    font-weight: 900;
}

.kp-news-side-categories a.active,
.kp-news-side-categories a:hover {
    color: #fff;
    background: var(--kp-red);
}

.kp-news-side-categories b {
    min-width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: var(--kp-red);
    background: var(--kp-gold-soft);
    font-size: 12px;
}

.kp-news-side-list {
    display: grid;
    gap: 12px;
}

.kp-news-side-list a {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(33, 22, 21, .08);
}

.kp-news-side-list a:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.kp-news-side-list img {
    width: 82px;
    height: 68px;
    border-radius: 8px;
    object-fit: cover;
}

.kp-news-side-list strong,
.kp-news-side-list span {
    display: block;
}

.kp-news-side-list strong {
    color: var(--kp-ink);
    font-size: 14px;
    line-height: 1.35;
}

.kp-news-side-list span {
    color: var(--kp-muted);
    font-size: 12px;
    margin-top: 5px;
    font-weight: 800;
}

.kp-blog-card-author {
    align-items: center;
    color: #7a6a66;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    margin: 0 0 18px;
}

.kp-blog-card-author i {
    color: #a31217;
}

.kp-blog-category-link {
    align-items: center;
    background: #fff3e7;
    border: 1px solid #f0d7bd;
    border-radius: 999px;
    color: #8f1116;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    padding: 10px 16px;
}

.kp-blog-category-link:hover {
    background: #d60000;
    border-color: #d60000;
    color: #fff;
}

.kp-blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kp-blog-tags a {
    background: #fff7ef;
    border: 1px solid #f0d7bd;
    border-radius: 999px;
    color: #8f1116;
    font-size: 14px;
    font-weight: 800;
    padding: 8px 12px;
}

.kp-blog-tags a:hover {
    background: #d60000;
    border-color: #d60000;
    color: #fff;
}

.kp-blog-comment-thread {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.kp-blog-comment-item {
    background: #fff;
    border: 1px solid #f0e2d5;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(60, 22, 18, 0.07);
    display: grid;
    gap: 14px;
    grid-template-columns: 52px 1fr;
    padding: 16px;
}

.kp-blog-comment-item img {
    border-radius: 50%;
    height: 52px;
    object-fit: cover;
    width: 52px;
}

.kp-blog-comment-head {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.kp-blog-comment-head strong,
.kp-blog-comment-head small {
    display: block;
}

.kp-blog-comment-head strong {
    color: #061f1d;
    font-size: 16px;
    line-height: 1.2;
}

.kp-blog-comment-head small {
    color: #8f8179;
    font-size: 13px;
    margin-top: 4px;
}

.kp-blog-comment-item p {
    color: #5d514d;
    line-height: 1.7;
    margin: 10px 0 0;
}

.kp-comment-reply-toggle,
.kp-comment-login-link {
    background: #fff3e7;
    border: 1px solid #f0d7bd;
    border-radius: 999px;
    color: #8f1116;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    padding: 8px 12px;
    white-space: nowrap;
}

.kp-comment-reply-toggle:hover,
.kp-comment-login-link:hover {
    background: #d60000;
    border-color: #d60000;
    color: #fff;
}

.kp-blog-reply-form {
    display: none;
    gap: 10px;
    margin-top: 14px;
}

.kp-blog-reply-form.active {
    display: grid;
}

.kp-blog-reply-form textarea {
    border: 1px solid #eadbd0;
    border-radius: 8px;
    color: #403633;
    min-height: 94px;
    padding: 12px 14px;
    resize: vertical;
    width: 100%;
}

.kp-blog-reply-form .kp-btn {
    justify-self: start;
    min-height: 42px;
    padding: 10px 18px;
}

.kp-contact-hero {
    background:
        linear-gradient(120deg, rgba(71, 14, 16, .96), rgba(151, 42, 44, .86)),
        url("../images/section-bg-10.png") center / cover;
    color: #fff;
    padding: 20px 0 82px;
}

.kp-contact-hero__grid {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .48fr);
}

.kp-contact-hero h1 {
    color: #fff;
    font-size: clamp(38px, 4.3vw, 64px);
    line-height: 1.06;
    margin: 0 0 20px;
    max-width: 820px;
}

.kp-contact-hero p {
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.72;
    margin-bottom: 28px;
    max-width: 760px;
}

.kp-contact-hero .kp-kicker,
.kp-contact-hero h1,
.kp-contact-hero h1 span,
.kp-contact-hero p,
.kp-contact-hero p span {
    color: #fff !important;
}

.kp-contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.kp-contact-hero__panel {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(244, 189, 55, .36);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(33, 22, 21, .22);
    display: grid;
    justify-items: center;
    padding: 30px;
    text-align: center;
}

.kp-contact-hero__panel img {
    height: 116px;
    object-fit: contain;
    width: 116px;
}

.kp-contact-hero__panel strong {
    color: var(--kp-red);
    display: block;
    font-size: 24px;
    line-height: 1.2;
    margin: 16px 0 8px;
}

.kp-contact-hero__panel span {
    color: var(--kp-muted);
    line-height: 1.55;
}

.kp-contact-cards {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kp-contact-card {
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(33, 22, 21, .08);
    display: grid;
    gap: 8px;
    padding: 24px;
}

.kp-contact-card i {
    align-items: center;
    background: var(--kp-red);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    height: 52px;
    justify-content: center;
    margin-bottom: 8px;
    width: 52px;
}

.kp-contact-card span {
    color: var(--kp-muted);
    font-weight: 800;
}

.kp-contact-card strong {
    color: var(--kp-ink);
    font-size: 20px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.kp-contact-card:hover {
    border-color: rgba(143, 23, 25, .24);
    transform: translateY(-3px);
}

.kp-contact-layout {
    align-items: start;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, .86fr) minmax(360px, .72fr);
}

.kp-contact-options {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
}

.kp-contact-options div {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    border-radius: 8px;
    color: var(--kp-ink);
    display: flex;
    font-weight: 900;
    gap: 12px;
    min-height: 74px;
    padding: 18px;
}

.kp-contact-options i {
    align-items: center;
    background: #fff3e7;
    border-radius: 8px;
    color: var(--kp-red);
    display: inline-flex;
    flex: 0 0 42px;
    font-size: 19px;
    height: 42px;
    justify-content: center;
}

.kp-contact-form-panel {
    position: sticky;
    top: 110px;
}

.kp-contact-policy {
    align-items: center;
    display: flex;
}

.kp-contact-policy label {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    line-height: 1.45;
    margin: 0;
}

.kp-contact-policy input {
    flex: 0 0 auto;
    margin-top: 3px;
    min-height: auto;
    width: auto;
}

.kp-contact-alert:empty {
    display: none;
}

.kp-contact-office {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
}

.kp-contact-map-card {
    background:
        linear-gradient(145deg, rgba(143, 23, 25, .94), rgba(110, 16, 18, .96)),
        url("../images/section-bg-10.png") center / cover;
    border-radius: 8px;
    color: #fff;
    display: grid;
    min-height: 260px;
    padding: 30px;
}

.kp-contact-map-card i {
    align-items: center;
    background: var(--kp-gold);
    border-radius: 8px;
    color: var(--kp-ink);
    display: inline-flex;
    font-size: 28px;
    height: 62px;
    justify-content: center;
    width: 62px;
}

.kp-contact-map-card strong {
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 20px;
}

.kp-contact-map-card span,
.kp-contact-map-card p,
.kp-contact-map-card p span {
    color: rgba(255, 255, 255, .86);
}

.kp-contact-map-card p {
    line-height: 1.62;
    margin: 12px 0 0;
}

.kp-policy-hero {
    background:
        linear-gradient(120deg, rgba(71, 14, 16, .96), rgba(151, 42, 44, .86)),
        url("../images/section-bg-10.png") center / cover;
    color: #fff;
    padding: 220px 0 78px;
}

.kp-policy-hero h1 {
    color: #fff;
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.05;
    margin: 0 0 18px;
    max-width: 820px;
}

.kp-policy-hero p {
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.72;
    max-width: 760px;
}

.kp-policy-hero .kp-kicker,
.kp-policy-hero h1,
.kp-policy-hero h1 span,
.kp-policy-hero p,
.kp-policy-hero p span {
    color: #fff !important;
}

.kp-policy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.kp-policy-meta > span {
    align-items: center;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    padding: 10px 14px;
}

.kp-policy-layout {
    align-items: start;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(260px, .35fr) minmax(0, 1fr);
}

.kp-policy-nav {
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(33, 22, 21, .08);
    display: grid;
    gap: 8px;
    padding: 20px;
    position: sticky;
    top: 110px;
}

.kp-policy-nav h3 {
    color: var(--kp-ink);
    font-size: 20px;
    margin-bottom: 8px;
}

.kp-policy-nav a {
    border: 1px solid rgba(33, 22, 21, .08);
    border-radius: 8px;
    color: var(--kp-muted);
    font-weight: 900;
    padding: 12px 14px;
}

.kp-policy-nav a.active,
.kp-policy-nav a:hover {
    background: var(--kp-red);
    border-color: var(--kp-red);
    color: #fff;
}

.kp-policy-content {
    display: grid;
    gap: 20px;
}

.kp-policy-intro,
.kp-policy-card,
.kp-policy-note {
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(33, 22, 21, .07);
}

.kp-policy-intro {
    padding: 28px;
}

.kp-policy-intro > span {
    color: var(--kp-red);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.kp-policy-intro h2 {
    color: var(--kp-ink);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
    margin-bottom: 12px;
}

.kp-policy-intro p,
.kp-policy-card p,
.kp-policy-note p {
    color: var(--kp-muted);
    line-height: 1.72;
}

.kp-policy-section-list {
    display: grid;
    gap: 16px;
}

.kp-policy-card {
    display: grid;
    gap: 18px;
    grid-template-columns: 58px 1fr;
    padding: 22px;
}

.kp-policy-card b {
    align-items: center;
    background: #fff3e7;
    border-radius: 8px;
    color: var(--kp-red);
    display: inline-flex;
    font-size: 18px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.kp-policy-card h3 {
    color: var(--kp-ink);
    font-size: 22px;
    margin-bottom: 8px;
}

.kp-policy-note {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 54px 1fr auto;
    padding: 22px;
}

.kp-policy-note > i {
    align-items: center;
    background: var(--kp-gold);
    border-radius: 8px;
    color: var(--kp-ink);
    display: inline-flex;
    font-size: 22px;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.kp-footer-policy-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 14px;
}

.kp-footer-policy-links a {
    border: 1px solid rgba(255, 216, 106, .18);
    border-radius: 999px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    padding: 8px 12px;
}

.kp-footer-policy-links a:hover {
    background: rgba(255, 216, 106, .12);
    border-color: rgba(255, 216, 106, .42);
    color: var(--kp-gold);
}

.kp-faq-hero {
    background:
        linear-gradient(120deg, rgba(71, 14, 16, .96), rgba(151, 42, 44, .86)),
        url("../images/section-bg-10.png") center / cover;
    color: #fff;
    padding: 220px 0 78px;
}

.kp-faq-hero__grid {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr);
}

.kp-faq-hero h1 {
    color: #fff;
    font-size: clamp(38px, 4.2vw, 64px);
    line-height: 1.06;
    margin: 0 0 20px;
    max-width: 820px;
}

.kp-faq-hero p {
    color: rgba(255, 255, 255, .88);
    font-size: 18px;
    line-height: 1.72;
    margin-bottom: 28px;
    max-width: 760px;
}

.kp-faq-hero .kp-kicker,
.kp-faq-hero h1,
.kp-faq-hero h1 span,
.kp-faq-hero p,
.kp-faq-hero p span {
    color: #fff !important;
}

.kp-faq-hero__card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(244, 189, 55, .34);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(33, 22, 21, .22);
    display: grid;
    gap: 10px;
    padding: 34px;
    text-align: center;
}

.kp-faq-hero__card strong {
    color: var(--kp-red);
    font-size: 58px;
    line-height: 1;
}

.kp-faq-hero__card span {
    color: var(--kp-muted);
    font-weight: 800;
    line-height: 1.55;
}

.kp-faq-topic-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kp-faq-topic-card {
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(33, 22, 21, .08);
    display: grid;
    gap: 10px;
    padding: 22px;
}

.kp-faq-topic-card i {
    align-items: center;
    background: var(--kp-red);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.kp-faq-topic-card strong {
    color: var(--kp-ink);
    font-size: 19px;
    line-height: 1.25;
}

.kp-faq-topic-card > span:last-child {
    color: var(--kp-muted);
    font-size: 13px;
    font-weight: 800;
}

.kp-faq-topic-card:hover {
    border-color: rgba(143, 23, 25, .24);
    transform: translateY(-3px);
}

.kp-faq-layout {
    align-items: start;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr);
}

.kp-faq-side {
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(33, 22, 21, .08);
    padding: 24px;
    position: sticky;
    top: 110px;
}

.kp-faq-side h3 {
    color: var(--kp-ink);
    font-size: 24px;
    margin-bottom: 10px;
}

.kp-faq-side p {
    color: var(--kp-muted);
    line-height: 1.7;
    margin-bottom: 18px;
}

.kp-faq-side__contact {
    border-top: 1px solid rgba(33, 22, 21, .08);
    display: grid;
    gap: 10px;
    margin-top: 20px;
    padding-top: 18px;
}

.kp-faq-side__contact a {
    align-items: center;
    color: var(--kp-ink);
    display: flex;
    font-weight: 800;
    gap: 10px;
    overflow-wrap: anywhere;
}

.kp-faq-side__contact i {
    color: var(--kp-red);
}

.kp-faq-groups {
    display: grid;
    gap: 24px;
}

.kp-faq-group {
    scroll-margin-top: 120px;
}

.kp-faq-group__head {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
}

.kp-faq-group__head i {
    align-items: center;
    background: var(--kp-gold);
    border-radius: 8px;
    color: var(--kp-ink);
    display: inline-flex;
    flex: 0 0 48px;
    font-size: 21px;
    height: 48px;
    justify-content: center;
}

.kp-faq-group__head h2 {
    color: var(--kp-ink);
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
}

.kp-faq-page .kp-faq-list {
    max-width: none;
}

.kp-faq-page .kp-faq-list details {
    overflow: hidden;
}

.kp-faq-page .kp-faq-list summary {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.kp-faq-page .kp-faq-list summary::after {
    color: var(--kp-red);
    content: "+";
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 1;
}

.kp-faq-page .kp-faq-list details[open] summary::after {
    content: "-";
}

.kp-faq-policy-strip {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(143, 23, 25, .96), rgba(102, 16, 19, .96)),
        url("../images/section-bg-10.png") center / cover;
    border-radius: 8px;
    color: #fff;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 28px;
}

.kp-faq-policy-strip span,
.kp-faq-policy-strip h2,
.kp-faq-policy-strip h2 span {
    color: #fff;
}

.kp-faq-policy-strip > div:first-child > span {
    color: var(--kp-gold);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.kp-faq-policy-strip h2 {
    font-size: clamp(24px, 2.8vw, 38px);
    line-height: 1.15;
    margin: 0;
}

.kp-faq-policy-strip > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kp-faq-policy-strip a {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    padding: 10px 14px;
}

.kp-faq-policy-strip a:hover {
    background: var(--kp-gold);
    border-color: var(--kp-gold);
    color: var(--kp-ink);
}

.kp-review-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, 1fr);
    gap: 64px;
    align-items: center;
}

.kp-review-grid .kp-section-head > span {
    color: var(--kp-muted);
}

.kp-review-card {
    background: #fff;
    border: 1px solid rgba(33, 22, 21, .08);
    border-radius: 8px;
    padding: 34px;
    box-shadow: 0 18px 48px rgba(33, 22, 21, .08);
}

.kp-stars {
    color: var(--kp-gold);
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 22px;
}

.kp-review-card p {
    color: var(--kp-muted);
    font-size: 20px;
    line-height: 1.75;
}

.kp-review-author {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
}

.kp-review-author img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
}

.kp-review-author strong,
.kp-review-author span {
    display: block;
}

.kp-review-author strong {
    color: var(--kp-ink);
    font-size: 18px;
}

.kp-review-author span {
    color: var(--kp-muted);
}

.kp-review-image {
    position: relative;
}

.kp-review-image > img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 8px;
}

.kp-review-badge {
    position: absolute;
    left: -34px;
    bottom: 42px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 210px;
    padding: 20px 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 44px rgba(33, 22, 21, .16);
}

.kp-review-badge strong {
    color: #e54b4b;
    font-size: 32px;
    line-height: 1;
}

.kp-review-badge span {
    color: var(--kp-muted);
    font-weight: 700;
}

.kp-old-call-action {
    margin-bottom: 0;
    padding: 38px 0 34px;
}

.kp-old-call-action .ed-call-action__inner {
    background: #d50000;
    min-height: 520px;
    padding: 34px 74px 0 0;
}

.kp-old-call-action .ed-call-action__content {
    margin-top: 56px;
    position: relative;
    z-index: 5;
}

.kp-old-call-action .ed-section-head__sm-title {
    color: var(--kp-gold) !important;
    display: inline-block;
    margin-bottom: 18px;
}

.kp-old-call-action .ed-section-head__title,
.kp-old-call-action .ed-section-head__title span,
.kp-old-call-action h3,
.kp-old-call-action h3 span {
    color: #fff !important;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.3;
    margin-bottom: 28px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.kp-old-call-action .ed-section-head__text,
.kp-old-call-action .ed-section-head__text span,
.kp-old-call-action p,
.kp-old-call-action p span {
    color: rgba(255, 255, 255, .9) !important;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 28px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.kp-old-call-action .ed-call-action__img img {
    object-fit: contain;
    height: 486px;
}

.kp-old-call-action .ed-btn {
    background: var(--kp-gold) !important;
    color: var(--kp-ink) !important;
    position: relative;
    z-index: 6;
}

.kp-old-call-action .ed-btn span {
    color: var(--kp-ink) !important;
}

.kp-old-call-action .ed-btn i {
    background: #012523;
    color: #fff;
}

.ed-footer__top {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 216, 106, .16), transparent 28%),
        linear-gradient(135deg, #541819 0%, #8f1719 52%, #c45622 120%);
    border-top: 4px solid var(--kp-gold);
    overflow: hidden;
    padding: 76px 0 68px;
}

.ed-footer__top::before {
    background: rgba(255, 255, 255, .06);
    border-radius: 50%;
    content: "";
    height: 360px;
    position: absolute;
    right: -140px;
    top: -150px;
    width: 360px;
}

.ed-footer__top::after {
    background: rgba(255, 216, 106, .08);
    border-radius: 50%;
    bottom: -190px;
    content: "";
    height: 420px;
    left: -180px;
    position: absolute;
    width: 420px;
}

.ed-footer__shapes {
    opacity: .35;
}

.ed-footer__shape-1,
.ed-footer__shape-2,
.ed-footer__shape-3 {
    filter: sepia(1) saturate(1.6) hue-rotate(340deg) brightness(1.2);
}

.ed-footer__widget {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.ed-footer__widget.ed-footer__about img {
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 216, 106, .35);
    border-radius: 50%;
    box-shadow: 0 18px 48px rgba(33, 22, 21, .22);
    height: auto;
    max-width: 210px;
    padding: 10px;
}

.ed-footer__widget-title,
.ed-footer__widget-title span {
    color: #fff !important;
    font-size: 22px;
    margin-bottom: 26px;
}

.ed-footer__widget-title::after {
    background: var(--kp-gold);
    border-radius: 999px;
    content: "";
    display: block;
    height: 3px;
    margin-top: 10px;
    width: 42px;
}

.ed-footer__about-text,
.ed-footer__about-text span,
.ed-footer__contact-info span,
.ed-footer__contact-info span span {
    color: rgba(255, 255, 255, .78) !important;
}

.ed-footer__about-text {
    font-size: 16px;
    line-height: 1.72;
    max-width: 330px;
}

.ed-footer__widget-links {
    display: grid;
    gap: 13px;
}

.ed-footer__widget-links li a,
.ed-footer__widget-links li a span {
    color: rgba(255, 255, 255, .82) !important;
    font-weight: 700;
}

.ed-footer__widget-links li a:hover,
.ed-footer__widget-links li a:hover span {
    color: var(--kp-gold) !important;
}

.ed-footer__contact {
    align-items: flex-start;
    display: grid;
    gap: 14px;
    grid-template-columns: 42px minmax(0, 1fr);
    margin-bottom: 20px;
}

.ed-footer__contact-icon {
    align-items: center;
    background: rgba(255, 216, 106, .14);
    border: 1px solid rgba(255, 216, 106, .28);
    border-radius: 8px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.ed-footer__contact-icon img {
    filter: brightness(0) invert(1);
    height: 22px;
    width: 22px;
}

.ed-footer__contact-info a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.ed-footer__contact-info a:hover {
    color: var(--kp-gold) !important;
}

.ed-footer__newsletter-form {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 216, 106, .22);
    border-radius: 12px;
    display: grid;
    gap: 12px;
    padding: 12px;
}

.ed-footer__newsletter-form input {
    background: rgba(255, 255, 255, .94) !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: var(--kp-ink) !important;
    height: 52px;
    padding: 0 16px !important;
    width: 100%;
}

.ed-footer__newsletter-form .ed-btn {
    align-items: center;
    background: linear-gradient(135deg, var(--kp-gold), #ffae25) !important;
    border: 0 !important;
    border-radius: 8px !important;
    color: var(--kp-ink) !important;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    min-height: 52px;
    width: 100%;
}

.ed-footer__newsletter-form .ed-btn span {
    color: var(--kp-ink) !important;
}

.ed-footer__newsletter-form .ed-btn i {
    background: var(--kp-red);
    color: #fff;
}

.ed-footer__about-social {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.ed-footer__about-social li a {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 216, 106, .24);
    border-radius: 50%;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.ed-footer__about-social li a:hover {
    background: var(--kp-gold);
    border-color: var(--kp-gold);
}

.ed-footer__about-social img {
    filter: brightness(0) invert(1);
    max-height: 18px;
    max-width: 18px;
}

.ed-footer__about-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(10%) sepia(17%) saturate(1000%) hue-rotate(325deg) brightness(80%);
}

.ed-footer__bottom {
    background: #2f0d0f;
    border-top: 1px solid rgba(255, 216, 106, .18);
    padding: 22px 0;
}

.ed-footer__copyright-text,
.ed-footer__copyright-text span {
    color: rgba(255, 255, 255, .78) !important;
}

.ed-footer__copyright-text {
    margin: 0;
    text-align: center;
}

.ed-footer__copyright-text a {
    color: var(--kp-gold) !important;
    font-weight: 900;
}

.ed-footer__copyright-text a:hover {
    color: #fff !important;
}

.kp-language-hi [data-en],
.kp-language-en [data-hi] {
    transition: opacity .15s ease;
}

html[data-kp-lang="hi"] [data-en] {
    display: none !important;
}

html[data-kp-lang="en"] [data-hi] {
    display: none !important;
}

.kp-front-refresh .ed-btn,
.kp-front-refresh button {
    letter-spacing: 0;
}

@media (max-width: 1399px) {
    .ed-topbar__inner {
        gap: 12px;
    }

    .ed-topbar__logo img {
        max-height: 66px;
    }

    .ed-topbar__search-widget {
        width: min(49vw, 600px);
    }

    .ed-topbar__category .nice-select {
        width: 170px;
        padding-left: 22px;
        padding-right: 30px;
    }

    .ed-topbar__search {
        width: 430px;
    }

    .ed-topbar__search input {
        min-width: 0;
        padding-left: 28px;
        padding-right: 124px;
    }

    .ed-topbar__info-social {
        gap: 8px;
    }

    .ed-topbar__info-buttons .btn {
        min-width: 80px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .kp-lang-switch button {
        padding-left: 11px;
        padding-right: 11px;
    }

    .ed-header__menu li {
        margin-right: 20px;
    }

    .ed-header__contact li a {
        font-size: 14px;
    }

    .kp-about-hero {
        padding-top: 20px;
    }
}

@media (max-width: 1199px) {
    .ed-topbar__inner {
        min-height: auto;
        padding: 14px 0;
        flex-wrap: wrap;
    }

    .ed-topbar__search-widget {
        order: 3;
        width: 100%;
        max-width: none;
    }

    .ed-header__menu {
        gap: 0;
    }

    .ed-header__menu li {
        margin-right: 18px;
    }

    .kp-hero {
        min-height: auto;
        padding-top: 84px;
    }

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

    .kp-company-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kp-news-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ed-header {
        display: none;
    }

    .ed-topbar__search-widget {
        display: none;
    }

    .ed-topbar__info-social,
    .ed-header__contact {
        display: none;
    }

    .ed-topbar__info-buttons {
        margin-left: auto;
    }

    .kp-hero {
        min-height: auto;
        padding-top: 58px;
    }

    .kp-hero__grid,
    .kp-about-hero__grid,
    .kp-listing-hero__grid,
    .kp-contact-hero__grid,
    .kp-faq-hero__grid,
    .kp-faq-layout,
    .kp-faq-policy-strip,
    .kp-contact-layout,
    .kp-contact-office,
    .kp-policy-layout,
    .kp-policy-note,
    .kp-business-contact,
    .kp-company-detail-hero__card,
    .kp-company-detail-layout,
    .kp-company-media-grid,
    .kp-company-review-layout,
    .kp-news-featured,
    .kp-news-detail-layout,
    .kp-profile-hero__card,
    .kp-profile-layout,
    .kp-profile-detail-grid,
    .kp-profile-blog-grid,
    .kp-user-gallery-grid,
    .kp-listing-layout,
    .kp-grid--3,
    .kp-grid--2,
    .kp-review-grid,
    .kp-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .kp-about-hero {
        padding: 86px 0 58px;
    }

    .kp-business-contact {
        grid-template-columns: 1fr;
    }

    .kp-listing-hero {
        padding: 62px 0 46px;
    }

    .kp-lead-panel {
        position: static;
    }

    .kp-profile-hero {
        padding: 150px 0 50px;
    }

    .kp-company-detail-hero {
        padding: 150px 0 50px;
    }

    .kp-news-detail-hero {
        padding: 150px 0 54px;
    }

    .kp-company-detail-hero__card {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .kp-company-detail-stats {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kp-news-featured img {
        min-height: 260px;
    }

    .kp-news-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .kp-profile-sidebar {
        position: static;
        grid-column: auto;
        grid-row: auto;
    }

    .kp-news-sidebar {
        position: static;
    }

    .kp-profile-hero__card {
        text-align: center;
        justify-items: center;
    }

    .kp-profile-actions {
        justify-content: center;
    }

    .kp-profile-ad-slider img {
        height: 280px;
    }

    .kp-company-list-grid,
    .kp-contact-cards,
    .kp-news-list-grid,
    .kp-member-list-grid {
        grid-template-columns: 1fr;
    }

    .kp-contact-hero {
        padding: 150px 0 58px;
    }

    .kp-policy-hero {
        padding: 150px 0 58px;
    }

    .kp-contact-form-panel {
        position: static;
    }

    .kp-policy-nav {
        position: static;
    }

    .kp-faq-side {
        position: static;
    }

    .kp-contact-options {
        grid-template-columns: 1fr;
    }

    .kp-policy-note .kp-btn {
        justify-self: start;
    }

    .kp-faq-hero {
        padding: 150px 0 58px;
    }

    .kp-faq-topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kp-faq-policy-strip > div:last-child {
        justify-content: flex-start;
    }

    .kp-blog-comment-item {
        grid-template-columns: 42px 1fr;
        margin-left: 0 !important;
        padding: 14px;
    }

    .kp-blog-comment-item img {
        height: 42px;
        width: 42px;
    }

    .kp-blog-comment-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .kp-floating-card {
        position: static;
        margin-top: 12px;
    }

    .kp-search-box {
        grid-template-columns: 1fr;
    }

    .kp-review-badge {
        left: 18px;
        bottom: 18px;
    }

    .kp-old-call-action {
        margin-bottom: 0;
    }

    .kp-old-call-action .ed-call-action__inner {
        min-height: auto;
        padding: 38px 32px 0;
    }

    .kp-old-call-action .ed-call-action__content {
        margin-top: 0;
    }

    .kp-old-call-action .ed-call-action__img img {
        height: 360px;
    }

    .ed-footer__top {
        padding: 64px 0;
    }

    .ed-footer__widget {
        margin-bottom: 34px;
    }

    .ed-footer__widget.ed-footer__about img {
        max-width: 180px;
    }

    .ed-footer__about-text {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .ed-topbar__logo img {
        max-height: 58px;
    }

    .ed-topbar__info-buttons .btn {
        min-width: auto;
        padding: 9px 12px;
    }

    .kp-lang-switch button {
        padding: 7px 10px;
    }

    .kp-section {
        padding: 58px 0;
    }

    .kp-grid--4 {
        grid-template-columns: 1fr;
    }

    .kp-listing-search > div,
    .kp-lead-form,
    .kp-faq-topic-grid,
    .kp-profile-sponsor,
    .kp-company-info-grid,
    .kp-company-detail-stats,
    .kp-company-card__facts,
    .kp-list-member-facts {
        grid-template-columns: 1fr;
    }

    .kp-profile-avatar {
        width: 118px;
        height: 118px;
    }

    .kp-profile-card {
        padding: 20px;
    }

    .kp-news-article__body {
        padding: 22px;
        font-size: 16px;
    }

    .kp-news-actions,
    .kp-news-comments {
        margin-left: 22px;
        margin-right: 22px;
    }

    .kp-news-article__footer {
        padding: 0 22px 22px;
    }

    .kp-profile-ad-slider img {
        height: 220px;
    }

    .kp-company-gallery img,
    .kp-company-gallery .carousel-item img,
    .kp-company-video-card,
    .kp-company-video-card > img {
        height: 240px;
        min-height: 240px;
    }

    .kp-profile-sponsor img {
        width: 100%;
        height: 150px;
    }

    .kp-listing-toolbar,
    .kp-company-card__actions,
    .kp-list-member-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .kp-listing-search button,
    .kp-lead-form .kp-btn {
        width: 100%;
    }

    .kp-simple-pagination__controls a:first-child,
    .kp-simple-pagination__controls a:last-child,
    .kp-simple-pagination__controls span.disabled:first-child,
    .kp-simple-pagination__controls span.disabled:last-child {
        min-width: calc(50% - 8px);
    }

    .kp-hero h1 {
        font-size: 38px;
    }

    .kp-hero__text {
        font-size: 16px;
    }

    .kp-member-meta,
    .kp-member-details {
        grid-template-columns: 1fr;
    }

    .kp-member-meta {
        flex-direction: column;
    }

    .kp-member-meta span {
        text-align: left;
    }

    .kp-review-card {
        padding: 24px;
    }

    .kp-review-card p {
        font-size: 17px;
    }

    .kp-old-call-action .ed-call-action__inner {
        padding: 28px 22px 0;
    }

    .kp-old-call-action .ed-call-action__img img {
        height: 300px;
    }

    .kp-btn,
    .kp-hero__actions a {
        width: 100%;
    }

    .ed-footer__top {
        padding: 52px 0 42px;
    }

    .ed-footer__widget-title,
    .ed-footer__widget-title span {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .ed-footer__contact {
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .ed-footer__contact-icon {
        height: 38px;
        width: 38px;
    }

    .ed-footer__contact-info a {
        font-size: 16px;
        overflow-wrap: anywhere;
    }

    .kp-footer-policy-links {
        align-items: stretch;
        display: grid;
        grid-template-columns: 1fr;
    }

    .kp-footer-policy-links a {
        text-align: center;
    }

    .ed-footer__copyright-text {
        font-size: 13px;
        line-height: 1.6;
    }
}
