.wecatcus-sgifts-form {
    position: relative;
    z-index: 10;
    margin-top: -70px;
    padding: 0 15px;
}

.wecatcus-sgifts-form .wecatcus-form-inner {
    max-width: 1400px;
    margin: 0 auto;
    background: #f4f4f4;
    border-radius: 6px;
    padding: 24px 32px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.wecatcus-sgifts-form .wecatcus-form-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4;
}

.wecatcus-sgifts-form .wecatcus-title {
    color: #19b5ea;
    font-weight: 700;
}

.wecatcus-sgifts-form .wecatcus-desc {
    color: #555;
    font-weight: 500;
}

.wecatcus-sgifts-form .wecatcus-form-row {
}

.wecatcus-sgifts-form .wecatcus-field {
    padding: 10px;
}

.wecatcus-sgifts-form input {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 40px;
    background: #ececec;
    padding: 0 24px;
    font-size: 18px;
    outline: none;
    transition: all 0.2s ease;
    font-style: italic;
}

.wecatcus-sgifts-form input:focus {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(25,181,234,0.15);
}

.wecatcus-sgifts-form input::placeholder {
    color: #999;
}

.wecatcus-sgifts-form .wecatcus-submit button {
    height: 60px;
    padding: 0 36px;
    border: none;
    border-radius: 40px;
    background: #f5b400;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.wecatcus-sgifts-form .wecatcus-submit button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* Tablet */
@media (max-width: 991px) {

    .wecatcus-sgifts-form {
        margin-top: -50px;
    }

    .wecatcus-sgifts-form .wecatcus-form-row {
        flex-wrap: wrap;
    }

    .wecatcus-sgifts-form .wecatcus-field {
        width: calc(50% - 10px);
        flex: unset;
    }

    .wecatcus-sgifts-form .wecatcus-submit {
        width: 100%;
    }

    .wecatcus-sgifts-form .wecatcus-submit button {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .wecatcus-sgifts-form {
        margin-top: -30px;
    }

    .wecatcus-sgifts-form .wecatcus-form-inner {
        padding: 20px;
    }

    .wecatcus-sgifts-form .wecatcus-form-heading {
        font-size: 20px;
    }

    .wecatcus-sgifts-form .wecatcus-form-row {
        flex-direction: column;
        gap: 15px;
    }

    .wecatcus-sgifts-form .wecatcus-field {
        width: 100%;
    }

    .wecatcus-sgifts-form input,
    .wecatcus-sgifts-form .wecatcus-submit button {
        height: 54px;
        font-size: 16px;
    }

    .wecatcus-sgifts-form .wecatcus-submit {
        width: 100%;
    }

    .wecatcus-sgifts-form .wecatcus-submit button {
        width: 100%;
    }
}