﻿.customer-trial-confirm-page {
    padding: 28px 16px 72px;
}

.customer-trial-confirm-container {
    max-width: 1180px;
    margin: 0 auto;
}

.customer-trial-confirm-page-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

    .customer-trial-confirm-page-head h1 {
        margin: 0 0 8px;
        font-size: clamp(32px, 4vw, 46px);
        line-height: 1.15;
        color: #17212f;
    }

.customer-trial-confirm-hero-card,
.customer-trial-confirm-table-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 24px 64px rgba(18, 58, 141, 0.12);
    backdrop-filter: blur(12px);
    border-radius: 28px;
}

.customer-trial-confirm-hero-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    margin-bottom: 24px;
}

    .customer-trial-confirm-hero-card::before {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        top: -120px;
        right: -120px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(31, 111, 255, 0.16), rgba(31, 111, 255, 0));
        pointer-events: none;
    }

.customer-trial-confirm-info-box {
    position: relative;
    z-index: 1;
    padding: 20px 22px;
    border-radius: 22px;
    background: #e8f7ff;
    border: 1px solid #bfe8fb;
    color: #0d5970;
    line-height: 1.9;
}

    .customer-trial-confirm-info-box strong {
        display: block;
        color: #0a4960;
        margin-bottom: 6px;
        font-size: 18px;
    }

.customer-trial-confirm-table-card {
    overflow: hidden;
}

.customer-trial-confirm-card-headline {
    padding: 22px 24px;
    border-bottom: 1px solid #e5edf6;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 250, 255, 0.82));
}

    .customer-trial-confirm-card-headline h2 {
        margin: 0 0 4px;
        font-size: 26px;
        color: #17212f;
    }

    .customer-trial-confirm-card-headline p {
        margin: 0;
        color: #66758a;
        font-size: 14px;
    }

.customer-trial-confirm-validation {
    padding: 16px 24px 0;
}

    .customer-trial-confirm-validation .validation-summary-errors,
    .customer-trial-confirm-validation .validation-summary-valid {
        margin: 0;
        border-radius: 16px;
        padding: 14px 16px;
        background: #fff4f4;
        border: 1px solid rgba(239, 68, 68, 0.2);
        color: #b42318;
    }

    .customer-trial-confirm-validation ul {
        margin: 0;
        padding-left: 20px;
    }

.customer-trial-confirm-table-wrap {
    overflow-x: auto;
}

.customer-trial-confirm-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
}

    .customer-trial-confirm-table thead th {
        background: linear-gradient(180deg, #1f2732, #18202b);
        color: #fff;
        text-align: left;
        padding: 18px 16px;
        font-size: 15px;
        white-space: nowrap;
    }

    .customer-trial-confirm-table tbody td,
    .customer-trial-confirm-table tfoot th,
    .customer-trial-confirm-table tfoot td {
        padding: 18px 16px;
        border-bottom: 1px solid #e7edf6;
        vertical-align: middle;
        background: rgba(255, 255, 255, 0.94);
    }

    .customer-trial-confirm-table tbody tr:hover td {
        background: #f8fbff;
    }

.customer-trial-confirm-product-name {
    font-weight: 800;
    color: #243246;
}

.customer-trial-confirm-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.customer-trial-confirm-tag-trial {
    background: rgba(31, 111, 255, 0.12);
    color: #123a8d;
}

.customer-trial-confirm-tag-node {
    background: rgba(31, 111, 255, 0.12);
    color: #123a8d;
}

.customer-trial-confirm-tag-floating {
    background: rgba(255, 177, 0, 0.14);
    color: #946400;
}

.customer-trial-confirm-price-zero,
.customer-trial-confirm-total-value {
    font-weight: 800;
    color: #123a8d;
}

.customer-trial-confirm-total-label {
    text-align: right;
    color: #314055;
}

.customer-trial-confirm-empty {
    text-align: center;
    color: #66758a;
    font-weight: 700;
}

.customer-trial-confirm-footer-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 22px 24px 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 250, 255, 0.72));
}

.customer-trial-confirm-footer-note {
    color: #66758a;
    font-size: 14px;
    line-height: 1.7;
}

.customer-trial-confirm-action-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.customer-trial-confirm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 14px 22px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.customer-trial-confirm-btn-outline {
    background: #fff;
    color: #123a8d;
    border: 1px solid #cfe0ff;
    box-shadow: 0 10px 22px rgba(18, 58, 141, 0.06);
}

.customer-trial-confirm-btn-primary {
    background: linear-gradient(135deg, #1f6fff, #52a3ff);
    color: #fff;
    box-shadow: 0 14px 28px rgba(31, 111, 255, 0.22);
}

@media (max-width: 720px) {
    .customer-trial-confirm-hero-card,
    .customer-trial-confirm-card-headline,
    .customer-trial-confirm-footer-actions {
        padding-left: 18px;
        padding-right: 18px;
    }
}
