/* PCS — elegant right contact drawer */

.contact-slide-hide.pcs-drawer {
    width: 400px;
    max-width: 100vw;
    right: -400px;
    background:
        linear-gradient(165deg, rgba(201, 162, 39, 0.14) 0%, transparent 40%),
        linear-gradient(180deg, #0b1f3a 0%, #122844 52%, #0a182c 100%) !important;
    color: #e8edf4 !important;
    border-left: 1px solid rgba(201, 162, 39, 0.32) !important;
    box-shadow: -20px 0 50px rgba(6, 12, 22, 0.45);
}

.pcs-drawer__nav {
    min-height: 100%;
}

.pcs-drawer.contact-slide-hide .pcs-drawer__close,
.pcs-drawer .contact_close.pcs-drawer__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
    color: #f4f7fb !important;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pcs-drawer .pcs-drawer__close:hover {
    background: rgba(201, 162, 39, 0.22);
    border-color: rgba(201, 162, 39, 0.6);
    color: #f5d67b !important;
}

.pcs-drawer__inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 52px 30px 28px;
    box-sizing: border-box;
}

.pcs-drawer__brand {
    margin-bottom: 26px;
    padding-right: 36px;
}

.pcs-drawer__eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #c9a227;
}

.pcs-drawer__title {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.12;
    font-weight: 600;
    color: #fff !important;
}

.pcs-drawer__lead {
    margin: 0;
    max-width: 30ch;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(232, 237, 244, 0.7);
}

.pcs-drawer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pcs-drawer__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    text-align: left;
}

.pcs-drawer__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.pcs-drawer__icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(201, 162, 39, 0.14);
    border: 1px solid rgba(201, 162, 39, 0.38);
    color: #e2c15a;
    font-size: 15px;
}

.pcs-drawer__meta {
    min-width: 0;
    flex: 1;
}

.pcs-drawer__label {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(232, 237, 244, 0.48);
}

.pcs-drawer__meta a,
.pcs-drawer__meta p {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    color: #f4f7fb !important;
    text-decoration: none;
    overflow-wrap: anywhere;
    text-align: left;
}

.pcs-drawer__meta a + a {
    margin-top: 4px;
}

.pcs-drawer__meta a:hover {
    color: #e2c15a !important;
}

.pcs-drawer__actions {
    margin-top: 26px;
    display: grid;
    gap: 12px;
}

.pcs-drawer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    background: #c9a227;
    color: #111 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background 0.2s ease;
}

.pcs-drawer__cta:hover {
    background: #ddb63a;
    color: #111 !important;
}

.pcs-drawer__whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid rgba(37, 211, 102, 0.45);
    color: #7dffa8 !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.pcs-drawer__whatsapp:hover {
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.75);
}

.pcs-drawer__footer {
    margin-top: auto;
    padding-top: 28px;
}

.pcs-drawer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
}

.pcs-drawer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #e8edf4 !important;
    font-size: 14px;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pcs-drawer__social a:hover {
    background: rgba(201, 162, 39, 0.18);
    border-color: rgba(201, 162, 39, 0.55);
    color: #f5d67b !important;
}

.pcs-drawer__copy {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(232, 237, 244, 0.48) !important;
}

@media (max-width: 480px) {
    .contact-slide-hide.pcs-drawer {
        width: 100vw;
        right: -100vw;
    }

    .pcs-drawer__inner {
        padding: 48px 22px 24px;
    }
}
