/* === LL_FILE_START ===
 * File: giveaway-consolation.css
 * Description: Styles for giveaway consolation offer upsell and mini checkout flow.
 */

.ll-gco {
    color: #1f2937;
}

.ll-gco h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.15;
}

.ll-gco h4 {
    margin: 0 0 12px;
    font-size: 18px;
}

.ll-gco p {
    font-size: 15px;
    line-height: 1.5;
}

.ll-gco-kicker {
    margin-bottom: 6px;
    color: #0369a1;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ll-gco-hero,
.ll-gco-mini-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.ll-gco-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 18px;
    background: #e0f2fe;
    font-size: 30px;
    flex: 0 0 auto;
}

.ll-gco-lede {
    max-width: 720px;
    margin: 0 0 18px;
    color: #4b5563;
}

.ll-gco-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0;
}

.ll-gco-benefits div {
    padding: 12px 14px;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    background: #f8fbff;
    font-weight: 700;
}

.ll-gco-examples {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin: 16px 0;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
}

.ll-gco-examples strong {
    margin-right: 4px;
}

.ll-gco-examples span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.ll-gco-callout {
    margin: 16px 0;
    padding: 14px 16px;
    border-left: 5px solid #0284c7;
    border-radius: 10px;
    background: #f0f9ff;
}

.ll-gco-package {
    margin: 16px 0 20px;
    padding: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.ll-gco-package div,
.ll-gco-price-box {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: 18px;
}

.ll-gco-package p {
    margin: 8px 0 0;
    color: #4b5563;
}

.ll-gco-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.ll-gco-primary {
    padding: 12px 18px;
    font-weight: 800;
}

.ll-gco-secondary {
    padding: 12px 16px;
}

.ll-gco-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    gap: 18px;
    margin-top: 16px;
}

.ll-gco-panel,
.ll-gco-preview,
.ll-gco-checkout {
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.ll-gco-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 800;
}

.ll-gco-field select {
    width: 100%;
    min-height: 44px;
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background: #ffffff;
    font-size: 15px;
}

.ll-gco-help {
    margin: 12px 0;
    color: #4b5563;
}

.ll-gco-empty {
    margin: 12px 0;
    padding: 14px;
    border: 1px dashed #f59e0b;
    border-radius: 12px;
    background: #fffbeb;
}

.ll-gco-empty p {
    margin: 6px 0 0;
}

.ll-gco-add-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 800;
    text-decoration: none;
}

.ll-gco-preview-label {
    margin-bottom: 10px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.ll-gco-email-card {
    padding: 18px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.ll-gco-email-small {
    margin: 0 0 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.ll-gco-email-offer {
    margin: 16px 0;
    padding: 14px;
    border: 2px dashed #0284c7;
    border-radius: 12px;
    background: #eff6ff;
    color: #075985;
    font-weight: 900;
    text-align: center;
}

.ll-gco-email-button {
    width: 100%;
    padding: 11px 14px;
    border: 0;
    border-radius: 10px;
    background: #0284c7;
    color: #ffffff;
    font-weight: 900;
}

.ll-gco-includes {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.ll-gco-includes span {
    padding: 8px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.ll-gco-includes span:first-child {
    background: #dcfce7;
    color: #166534;
}

.ll-gco-stepbar {
    margin-bottom: 14px;
}

.ll-gco-checkout {
    max-width: 680px;
}

.ll-gco-checkout p {
    margin: 0 0 14px;
}

.ll-gco-checkout a {
    margin-left: 8px;
    font-weight: 800;
}

.ll-gco-price-box {
    margin: 14px 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8fafc;
}

.ll-gco-payment-message {
    margin-top: 12px;
}

.ll-gco-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

@media (max-width: 760px) {
    .ll-gco-hero,
    .ll-gco-mini-header {
        display: block;
    }

    .ll-gco-icon {
        margin-bottom: 12px;
    }

    .ll-gco-benefits,
    .ll-gco-grid {
        grid-template-columns: 1fr;
    }

    .ll-gco-package div,
    .ll-gco-price-box {
        display: block;
    }
}