.pk-contact-page {
    background: #ffffff;
    color: #111827;
}

.pk-contact-page h1,
.pk-contact-page h2,
.pk-contact-page h3,
.pk-contact-page p,
.pk-contact-page ul {
    margin: 0;
}

.pk-contact-hero {
    padding: 22px 0 16px;
    background: #ffffff;
}

.pk-contact-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 2.08fr) minmax(320px, 0.95fr);
    gap: 26px;
    align-items: start;
}

.pk-contact-offer {
    position: relative;
    min-height: 270px;
    display: grid;
    grid-template-columns: minmax(340px, 1fr) minmax(270px, 0.85fr);
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.94) 0 15%, transparent 16%),
        linear-gradient(120deg, #e9f8ff 0%, #d8f1ff 62%, #eefaff 100%);
    border-radius: 24px 24px 24px 0;
    box-shadow: 0 1px 0 rgba(13, 68, 105, 0.08);
}

.pk-contact-offer::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36px;
    background: #164c72;
}

.pk-contact-offer-copy {
    position: relative;
    z-index: 2;
    padding: 24px 20px 54px 34px;
}

.pk-contact-offer-copy p {
    color: #174c72;
    font-size: clamp(28px, 3.2vw, 45px);
    line-height: 1;
    font-weight: 900;
    font-style: italic;
}

.pk-contact-offer-copy h1 {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 10px;
    color: #123f61;
    background: #ffcf18;
    font-size: clamp(17px, 1.7vw, 26px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.pk-contact-free {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    color: #164c72;
}

.pk-contact-free strong {
    font-size: clamp(42px, 5.8vw, 76px);
    line-height: 0.92;
    font-weight: 900;
}

.pk-contact-free span {
    padding: 2px 8px;
    color: #ffffff;
    background: #ef292b;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
}

.pk-contact-free em {
    max-width: 190px;
    color: #233245;
    font-size: 16px;
    line-height: 1.12;
    font-style: normal;
}

.pk-contact-packages {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 10px;
}

.pk-contact-packages div {
    width: min(46%, 220px);
    min-width: 0;
    min-height: 78px;
    padding: 9px 10px 8px;
    background: #ffffff;
    border: 2px solid #7db9d0;
    border-radius: 8px;
    text-align: center;
}

.pk-contact-packages b {
    display: block;
    color: #164c72;
    font-size: 21px;
    line-height: 0.95;
    font-style: italic;
    font-weight: 900;
}

.pk-contact-packages small {
    display: inline-block;
    margin: 4px 0;
    padding: 2px 12px;
    color: #123f61;
    background: #ffcf18;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.pk-contact-packages del,
.pk-contact-packages strong {
    display: inline-block;
    margin-inline: 4px;
    color: #6d737c;
    font-size: 13px;
}

.pk-contact-packages strong {
    color: #ef292b;
}

.pk-contact-packages mark {
    position: relative;
    z-index: 3;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    margin-inline: -6px;
    color: #164c72;
    background: #ffcf18;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.pk-contact-people {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 18px 26px 35px 0;
}

.pk-contact-people img {
    width: min(54%, 210px);
    max-height: 230px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 10px 18px rgba(20, 50, 70, 0.14));
}

.pk-contact-people img + img {
    margin-left: -52px;
}

.pk-contact-call {
    position: absolute;
    z-index: 4;
    right: 26px;
    bottom: 8px;
    left: 220px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.pk-contact-call strong {
    color: #ffcf18;
    font-size: 23px;
}

.pk-contact-booking {
    padding: 32px 25px 26px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.pk-contact-booking h2 {
    margin-bottom: 18px;
    color: #172235;
    font-size: 22px;
    font-weight: 900;
}

.pk-contact-booking form {
    display: grid;
    gap: 14px;
}

.pk-contact-booking input[type="text"],
.pk-contact-booking input[type="tel"],
.pk-contact-booking select {
    width: 100%;
    min-height: 45px;
    padding: 0 14px;
    color: #263241;
    background: #ffffff;
    border: 1px solid #cfd8df;
    border-radius: 5px;
    outline: 0;
    font-size: 13px;
}

.pk-contact-consent {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 125px;
    gap: 12px;
    align-items: center;
}

.pk-contact-consent label {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #718092;
    font-size: 10px;
    line-height: 1.35;
}

.pk-contact-consent input {
    margin-top: 2px;
    accent-color: #1a73e8;
}

.pk-contact-consent button {
    min-height: 44px;
    color: #ffffff;
    background: #164c72;
    border: 0;
    border-radius: 999px;
    font-weight: 900;
    cursor: pointer;
}

.pk-contact-dot {
    width: 13px;
    height: 13px;
    margin: 22px auto 0;
    background: #ffcf18;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffcf18;
}

.pk-contact-reach {
    padding: 2px 0 40px;
}

.pk-contact-reach h2 {
    margin-bottom: 20px;
    color: #162236;
    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 500;
    text-align: center;
}

.pk-contact-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.pk-contact-card {
    min-height: 330px;
    padding: 34px 28px;
    background: #ffcd24;
    border-radius: 5px;
    box-shadow: 0 12px 20px rgba(77, 74, 47, 0.2);
}

.pk-contact-card-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    color: #164c72;
    background: #e8f7ff;
    border-radius: 50%;
    font-size: 24px;
}

.pk-contact-card h3 {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 900;
}

.pk-contact-card ul {
    display: grid;
    gap: 17px;
    margin-top: 22px;
    padding: 0;
    list-style: none;
}

.pk-contact-card li,
.pk-contact-card small,
.pk-contact-card a {
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 1.35;
}

.pk-contact-card a {
    margin-top: 2px;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.pk-contact-map-section {
    overflow: hidden;
    background: linear-gradient(90deg, #164c72 0 58%, #ffffff 58% 100%);
}

.pk-contact-map-section .pk-container {
    padding: 30px 0 0;
}

.pk-contact-address {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 0 0 28px 10px;
    color: #ffffff;
}

.pk-contact-address span {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    color: #164c72;
    background: #e8f7ff;
    border-radius: 50%;
    font-size: 24px;
}

.pk-contact-address h2 {
    margin: 6px 0 18px;
    font-size: 17px;
    font-weight: 900;
}

.pk-contact-address p {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 700;
}

.pk-contact-map {
    width: 100%;
    height: 350px;
    display: block;
    border: 0;
    background: #eef3f6;
}

.pk-contact-seo {
    padding: 34px 0 20px;
    background: #eeeeee;
}

.pk-contact-seo h2 {
    margin: 0 0 18px;
    color: #3c1721;
    font-size: 17px;
    font-weight: 900;
}

.pk-contact-seo h2:not(:first-child) {
    margin-top: 36px;
}

.pk-contact-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 11px 56px;
}

.pk-contact-link-grid a {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #222c38;
    font-size: 14px;
    line-height: 1.2;
}

.pk-contact-link-grid i {
    color: #111827;
    font-size: 10px;
}

.pk-contact-seo p {
    color: #111827;
    font-size: 14px;
    line-height: 1.55;
}

.pk-contact-test-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.pk-contact-test-list a {
    color: #273444;
    font-size: 13px;
    line-height: 1.95;
}

.pk-contact-test-list a::after {
    content: "|";
    padding: 0 8px;
    color: #9aa1aa;
}

.pk-contact-footer-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 32px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #d7d7d7;
}

.pk-contact-footer-links h3 {
    margin-bottom: 12px;
    color: #3c1721;
    font-size: 15px;
    font-weight: 900;
}

.pk-contact-footer-links a,
.pk-contact-footer-links strong {
    display: block;
    margin-top: 9px;
    color: #111827;
    font-size: 13px;
    line-height: 1.2;
}

.pk-contact-footer-links strong {
    margin-top: 18px;
    font-size: 15px;
}

.pk-contact-store-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.pk-contact-store-row a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    color: #ffffff;
    background: #050505;
    border-radius: 4px;
    font-size: 11px;
}

@media (max-width: 1100px) {
    .pk-contact-hero-grid {
        grid-template-columns: 1fr;
    }

    .pk-contact-booking {
        max-width: 620px;
        margin-inline: auto;
    }

    .pk-contact-link-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap-right: 32px;
    }
}

@media (max-width: 860px) {
    .pk-contact-offer {
        grid-template-columns: 1fr;
    }

    .pk-contact-offer-copy {
        padding-right: 28px;
    }

    .pk-contact-people {
        min-height: 190px;
        padding: 0 18px 42px;
    }

    .pk-contact-people img {
        width: min(44%, 180px);
    }

    .pk-contact-call {
        left: 18px;
        right: 18px;
    }

    .pk-contact-card-grid {
        grid-template-columns: 1fr;
    }

    .pk-contact-card {
        min-height: 0;
    }

    .pk-contact-map-section {
        background: #164c72;
    }

    .pk-contact-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pk-contact-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .pk-contact-hero {
        padding-top: 14px;
    }

    .pk-contact-hero-grid {
        gap: 18px;
    }

    .pk-contact-offer {
        min-height: 0;
        border-radius: 18px 18px 18px 0;
    }

    .pk-contact-offer-copy {
        padding: 20px 14px 50px 18px;
    }

    .pk-contact-free {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .pk-contact-free em {
        max-width: none;
        flex-basis: 100%;
    }

    .pk-contact-packages {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        align-items: stretch;
        max-width: 100%;
    }

    .pk-contact-packages div {
        width: auto;
        min-height: 0;
        padding-inline: 7px;
    }

    .pk-contact-packages b {
        font-size: 15px;
        line-height: 1.05;
        overflow-wrap: anywhere;
    }

    .pk-contact-packages small {
        padding-inline: 8px;
        font-size: 10px;
    }

    .pk-contact-packages mark {
        align-self: center;
        justify-self: center;
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin: 0;
    }

    .pk-contact-call {
        font-size: 12px;
        white-space: normal;
    }

    .pk-contact-call strong {
        font-size: 15px;
    }

    .pk-contact-booking {
        padding: 22px 16px;
        border-radius: 14px;
    }

    .pk-contact-consent {
        grid-template-columns: 1fr;
    }

    .pk-contact-consent button {
        width: 100%;
    }

    .pk-contact-reach {
        padding-bottom: 28px;
    }

    .pk-contact-card {
        padding: 24px 20px;
    }

    .pk-contact-address {
        padding-left: 0;
        gap: 14px;
    }

    .pk-contact-address span {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 19px;
    }

    .pk-contact-map {
        height: 300px;
    }

    .pk-contact-link-grid,
    .pk-contact-footer-links {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .pk-contact-footer-links {
        gap: 24px;
    }
}
