.gkc-contact {
    --gkc-gold: #c9963f;
    --gkc-gold-dark: #a9701d;
    --gkc-ink: #17130f;
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 6vw, 92px) 20px;
    color: var(--gkc-ink);
    background-color: #f6f1e8;
    background-image: linear-gradient(rgb(232 232 232 / 28%), rgba(255,255,255,.16)), url('https://granitka.uno/wp-content/uploads/2026/07/bg2.png');
    background-position: center, top left;
    background-size: auto, 360px auto;
    background-repeat: no-repeat, repeat;
}

.gkc-contact *,
.gkc-contact *::before,
.gkc-contact *::after {
    box-sizing: border-box;
}

.gkc-contact__inner {
    width: min(980px, 100%);
    margin: 0 auto;
}

.gkc-contact__ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: var(--gkc-gold);
}

.gkc-contact__ornament::before,
.gkc-contact__ornament::after {
    content: '';
    width: min(150px, 20vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gkc-gold));
}

.gkc-contact__ornament::after {
    background: linear-gradient(90deg, var(--gkc-gold), transparent);
}

.gkc-contact__monument {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 14px;
    border: 1px solid rgba(201,150,63,.7);
    border-radius: 24px 24px 8px 8px;
    font-family: Georgia, serif;
    font-size: 29px;
    line-height: 1;
}

.gkc-contact__title {
    margin: 0;
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(25px, 4.2vw, 42px);
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    text-wrap: balance;
}

.gkc-contact__lead {
    margin: 18px 0 0;
    text-align: center;
    font-size: clamp(16px, 1.7vw, 22px);
    line-height: 1.45;
}

.gkc-contact__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(300px, 56vw);
    margin: 18px auto 26px;
}

.gkc-contact__divider::before,
.gkc-contact__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gkc-gold));
}

.gkc-contact__divider::after {
    background: linear-gradient(90deg, var(--gkc-gold), transparent);
}

.gkc-contact__divider span {
    width: 9px;
    height: 9px;
    margin: 0 12px;
    border: 1px solid var(--gkc-gold);
    transform: rotate(45deg);
}

.gkc-contact__form {
    width: min(559px, 100%);
    margin: 0 auto;
    padding: clamp(22px, 3vw, 38px);
    border: 1px solid rgba(201,150,63,.55);
    border-radius: 20px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 16px 38px rgba(80,53,19,.16), inset 0 1px 0 rgba(255,255,255,.9);
    backdrop-filter: blur(5px);
}

.gkc-contact__trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px,1px,1px,1px) !important;
    white-space: nowrap !important;
}

.gkc-contact__field {
    position: relative;
    margin-bottom: 14px;
}

.gkc-contact__field-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: var(--gkc-gold);
    font-size: 23px;
    pointer-events: none;
}

.gkc-contact__field input {
    width: 100%;
    min-height: 58px;
    padding: 12px 18px 12px 58px;
    border: 1px solid rgba(201,150,63,.45);
    border-radius: 7px;
    color: #1d1812;
    font: inherit;
    font-size: 17px;
    background: rgba(255,255,255,.75);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.gkc-contact__field input:focus {
    border-color: var(--gkc-gold);
    box-shadow: 0 0 0 3px rgba(201,150,63,.14);
}

.gkc-contact__field input.is-error {
    border-color: #a33;
}

.gkc-contact__error {
    display: none;
    margin: 6px 0 0 4px;
    color: #8c2f2f;
    font-size: 13px;
}

.gkc-contact__field.has-error .gkc-contact__error {
    display: block;
}

.gkc-contact__options {
    min-width: 0;
    margin: 24px 0 0;
    padding: 0;
    border: 0;
}

.gkc-contact__options legend {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(18px, 2.2vw, 20px);
    font-weight: 700;
    text-align: center;
}

.gkc-contact__options legend::before,
.gkc-contact__options legend::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201,150,63,.65));
}

.gkc-contact__options legend::after {
    background: linear-gradient(90deg, rgba(201,150,63,.65), transparent);
}

.gkc-contact__options legend span {
    padding: 0 18px;
}

.gkc-contact__options-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 34px;
}

.gkc-contact__option {
    display: grid;
    grid-template-columns: 24px 34px minmax(0,1fr);
    align-items: center;
    gap: 11px;
    min-width: 0;
    cursor: pointer;
    font-size: 17px;
}

.gkc-contact__option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gkc-contact__check {
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid var(--gkc-gold);
    border-radius: 4px;
    background: rgba(255,255,255,.8);
}

.gkc-contact__option input:checked + .gkc-contact__check {
    background: var(--gkc-gold);
    box-shadow: inset 0 0 0 4px #fff;
}

.gkc-contact__option input:focus-visible + .gkc-contact__check {
    outline: 2px solid var(--gkc-gold-dark);
    outline-offset: 3px;
}

.gkc-contact__option-icon {
    color: #1f1c18;
    font-size: 25px;
    line-height: 1;
    white-space: nowrap;
}

.gkc-contact__submit {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr) 42px;
    align-items: center;
    width: 100%;
    min-height: 62px;
    margin-top: 28px;
    padding: 12px 18px;
    border: 1px solid #c79a48;
    border-radius: 7px;
    color: #e0b55f;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(15px, 3vw, 19px);
    text-transform: uppercase;
    background: linear-gradient(180deg, #252525, #090909);
    box-shadow: inset 0 0 0 3px #090909, inset 0 0 0 4px rgba(220,173,84,.52), 0 8px 18px rgba(0,0,0,.24);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease;
}

.gkc-contact__submit span {
    color: #c99a43;
    font-size: 28px;
}

.gkc-contact__submit span:last-child {
    transform: scaleX(-1);
}

.gkc-contact__submit:hover,
.gkc-contact__submit:focus-visible {
    color: #f1ca7c;
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 3px #090909, inset 0 0 0 4px rgba(233,189,101,.68), 0 12px 24px rgba(0,0,0,.3);
}

.gkc-contact__submit:disabled {
    cursor: wait;
    opacity: .7;
}

@media (max-width: 680px) {
    .gkc-contact {
        padding: 48px 14px 56px;
    }

    .gkc-contact__title {
        font-size: clamp(26px, 4vw, 42px);
    }

    .gkc-contact__lead br {
        display: none;
    }

    .gkc-contact__form {
        padding: 20px 16px;
        border-radius: 16px;
    }

    .gkc-contact__options-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gkc-contact__submit {
        grid-template-columns: 30px minmax(0,1fr) 30px;
        min-height: 58px;
        padding-inline: 12px;
        font-size: 17px;
    }
}

@media (max-width: 420px) {
    .gkc-contact__field input {
        min-height: 54px;
        font-size: 16px;
    }

    .gkc-contact__options legend {
        font-size: 20px;
    }

    .gkc-contact__options legend span {
        padding: 0 10px;
    }

    .gkc-contact__submit span {
        font-size: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gkc-contact__submit,
    .gkc-contact__field input {
        transition: none;
    }
}


/* Contact option PNG icons — v2.0.2 */
.gkc-contact__option-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: inherit;
    font-size: 0;
    line-height: 1;
    white-space: nowrap;
}

.gkc-contact__option-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 680px) {
    .gkc-contact__option-icon,
    .gkc-contact__option-icon img {
        width: 30px;
        height: 30px;
    }
}
