.crdp-prowine-wrap {
    max-width: 1080px;
    margin: 40px auto;
    color: #1f2937;
    font-size: 16px;
    line-height: 1.6;
}

.crdp-prowine-wrap *,
.crdp-prowine-wrap *::before,
.crdp-prowine-wrap *::after {
    box-sizing: border-box;
}

.crdp-prowine-form {
    display: block;
}

.crdp-prowine-header {
    padding: 36px;
    margin-bottom: 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #6f1738 0%, #991f4d 100%);
    color: #fff;
    box-shadow: 0 16px 40px rgba(65, 20, 39, .16);
}

.crdp-prowine-header h2 {
    margin: 6px 0 12px;
    color: #fff;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
}

.crdp-prowine-header p {
    margin: 0;
    color: rgba(255, 255, 255, .92);
}

.crdp-prowine-kicker {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.crdp-prowine-form fieldset {
    min-width: 0;
    margin: 0 0 24px;
    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(17, 24, 39, .06);
}

.crdp-prowine-form legend {
    padding: 0 10px;
    color: #6f1738;
    font-size: 20px;
    font-weight: 750;
}

.crdp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.crdp-field {
    min-width: 0;
}

.crdp-span-2 {
    grid-column: 1 / -1;
}

.crdp-field label,
.crdp-checkbox {
    font-weight: 650;
}

.crdp-field label {
    display: block;
    margin-bottom: 7px;
}

.crdp-field input[type="text"],
.crdp-field input[type="email"],
.crdp-field input[type="url"],
.crdp-field input[type="file"],
.crdp-field select,
.crdp-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #cfd4dc;
    border-radius: 9px;
    background: #fff;
    color: #111827;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.crdp-field textarea {
    min-height: 110px;
    resize: vertical;
}

.crdp-field input:focus,
.crdp-field select:focus,
.crdp-field textarea:focus {
    outline: none;
    border-color: #8c2047;
    box-shadow: 0 0 0 3px rgba(140, 32, 71, .14);
}

.crdp-field input[type="file"] {
    padding: 9px;
    background: #f9fafb;
}

.crdp-checks {
    display: grid;
    gap: 13px;
}

.crdp-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f9fafb;
    cursor: pointer;
}

.crdp-checkbox input {
    width: 19px;
    height: 19px;
    margin-top: 3px;
    flex: 0 0 auto;
}

.crdp-prowine-requirements {
    margin: 0 0 24px;
    padding: 20px 24px;
    border-left: 5px solid #8c2047;
    border-radius: 10px;
    background: #fff7fa;
}

.crdp-prowine-requirements summary {
    color: #6f1738;
    font-weight: 750;
    cursor: pointer;
}

.crdp-prowine-requirements ol {
    margin: 16px 0 0 20px;
}

.crdp-prowine-alert,
.crdp-prowine-notice {
    margin-bottom: 22px;
    padding: 18px 20px;
    border-radius: 10px;
}

.crdp-prowine-alert-success {
    border: 1px solid #8ed0a7;
    background: #effbf3;
    color: #14532d;
}

.crdp-prowine-alert-error {
    border: 1px solid #f0a4a4;
    background: #fff2f2;
    color: #7f1d1d;
}

.crdp-prowine-notice {
    border: 1px solid #ead08d;
    background: #fff9e8;
    color: #684f11;
}

.crdp-help {
    margin-top: 0;
    color: #5b6472;
}

.crdp-prowine-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 30px;
    border: 0;
    border-radius: 10px;
    background: #7d1d42;
    color: #fff;
    font-size: 17px;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(111, 23, 56, .2);
    transition: transform .2s ease, background .2s ease;
}

.crdp-prowine-submit:hover,
.crdp-prowine-submit:focus {
    background: #641533;
    color: #fff;
    transform: translateY(-1px);
}

.crdp-prowine-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.crdp-prowine-bases {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 13px 28px;
    border: 2px solid #7d1d42;
    border-radius: 10px;
    background: #fff;
    color: #7d1d42;
    font-size: 17px;
    font-weight: 750;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.crdp-prowine-bases:hover,
.crdp-prowine-bases:focus {
    background: #7d1d42;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.crdp-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 760px) {
    .crdp-prowine-wrap {
        margin: 20px auto;
    }

    .crdp-prowine-header,
    .crdp-prowine-form fieldset {
        padding: 22px 18px;
        border-radius: 12px;
    }

    .crdp-grid {
        grid-template-columns: 1fr;
    }

    .crdp-span-2 {
        grid-column: auto;
    }

    .crdp-prowine-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .crdp-prowine-submit,
    .crdp-prowine-bases {
        width: 100%;
    }
}
