.tecnigal-product-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
    margin: 15px 0 20px;
}

.tecnigal-product-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border: 0;
    border-radius: 6px;
    color: #fff !important;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none !important;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(15, 36, 71, 0.12);
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.tecnigal-product-action:hover,
.tecnigal-product-action:focus-visible {
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 7px 16px rgba(15, 36, 71, 0.18);
}

.tecnigal-product-action:focus-visible,
.tecnigal-quote-modal__close:focus-visible {
    outline: 3px solid rgba(52, 110, 190, 0.3);
    outline-offset: 3px;
}

.tecnigal-product-action--whatsapp {
    background: #0f2447 !important;
}

.tecnigal-product-action--whatsapp:hover {
    background: #173765 !important;
}

.tecnigal-product-action--quote {
    background: #f52c2f !important;
}

.tecnigal-product-action--quote:hover {
    background: #d92124 !important;
}

.tecnigal-product-action i {
    flex: 0 0 auto;
    font-size: 18px;
}

body.tecnigal-quote-is-open {
    overflow: hidden;
}

body.tecnigal-quote-is-open #wa {
    display: none !important;
}

.tecnigal-quote-modal[hidden] {
    display: none !important;
}

.tecnigal-quote-modal {
    position: fixed;
    z-index: 100000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.tecnigal-quote-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 21, 35, 0.72);
}

.tecnigal-quote-modal__dialog {
    position: relative;
    width: min(680px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.tecnigal-quote-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 28px;
    background: #0f2447;
    color: #fff;
}

.tecnigal-quote-modal__eyebrow {
    margin: 0 0 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.tecnigal-quote-modal__header h2 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
}

.tecnigal-quote-modal__product {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.tecnigal-quote-modal__close {
    display: inline-grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 4px;
    background: #fff;
    color: #0f2447;
    cursor: pointer;
}

.tecnigal-quote-modal__content {
    padding: 28px;
}

.tecnigal-quote-modal .elementor-form-fields-wrapper {
    row-gap: 3px;
}

.tecnigal-quote-modal .elementor-field-label {
    margin-bottom: 7px;
    color: #2f3d52;
    font-size: 13px;
    font-weight: 700;
}

.tecnigal-quote-modal .elementor-field:not(.elementor-select-wrapper),
.tecnigal-quote-modal .elementor-field-textual {
    min-height: 46px;
    border: 1px solid #d8dde5;
    border-radius: 5px;
    background: #fff;
    color: #253249;
}

.tecnigal-quote-modal textarea.elementor-field {
    min-height: 112px;
}

.tecnigal-quote-modal .elementor-button[type="submit"] {
    width: 100%;
    min-height: 48px;
    border-radius: 6px;
    background: #f52c2f;
    color: #fff;
    font-weight: 700;
    text-transform: none !important;
}

.tecnigal-quote-modal .elementor-button[type="submit"]:hover {
    background: #d92124;
}

@media (max-width: 767px) {
    .tecnigal-quote-modal {
        align-items: end;
        padding: 0;
    }

    .tecnigal-quote-modal__dialog {
        width: 100%;
        max-height: 94vh;
        border-radius: 8px 8px 0 0;
    }

    .tecnigal-quote-modal__header,
    .tecnigal-quote-modal__content {
        padding: 20px;
    }

    .tecnigal-quote-modal__header h2 {
        font-size: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tecnigal-product-action {
        transition: none;
    }
}
