﻿.customer-trial-complete-page {
    padding: 28px 16px 72px;
}

.customer-trial-complete-container {
    max-width: 1180px;
    margin: 0 auto;
}

.customer-trial-complete-page-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

    .customer-trial-complete-page-head h1 {
        margin: 0 0 8px;
        font-size: clamp(32px, 4vw, 46px);
        line-height: 1.15;
        color: #17212f;
    }

.customer-trial-complete-hero-card,
.customer-trial-complete-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-complete-hero-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    margin-bottom: 24px;
}

    .customer-trial-complete-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-complete-info-box {
    position: relative;
    z-index: 1;
    padding: 20px 22px;
    border-radius: 22px;
    background: #eefaf4;
    border: 1px solid #bfe6ce;
    color: #0c7d50;
    line-height: 1.9;
}

    .customer-trial-complete-info-box strong {
        display: block;
        color: #0b6f48;
        margin-bottom: 6px;
        font-size: 18px;
    }

.customer-trial-complete-table-card {
    overflow: hidden;
}

.customer-trial-complete-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-complete-card-headline h2 {
        margin: 0 0 4px;
        font-size: 26px;
        color: #17212f;
    }

    .customer-trial-complete-card-headline p {
        margin: 0;
        color: #66758a;
        font-size: 14px;
    }

.customer-trial-complete-table-wrap {
    overflow-x: auto;
}

.customer-trial-complete-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

    .customer-trial-complete-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-complete-table tbody td {
        padding: 18px 16px;
        border-bottom: 1px solid #e7edf6;
        vertical-align: middle;
        background: rgba(255, 255, 255, 0.94);
    }

    .customer-trial-complete-table tbody tr:hover td {
        background: #f8fbff;
    }

.customer-trial-complete-license-no {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-weight: 700;
    color: #243246;
}

.customer-trial-complete-warning-box {
    margin: 24px;
    border-radius: 18px;
    padding: 18px 20px;
    background: #fff6db;
    border: 1px solid #f3df9a;
    color: #775600;
    line-height: 1.8;
}

.customer-trial-complete-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-complete-footer-note {
    color: #66758a;
    font-size: 14px;
    line-height: 1.7;
}

.customer-trial-complete-action-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.customer-trial-complete-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-complete-btn-outline {
    background: #fff;
    color: #123a8d;
    border: 1px solid #cfe0ff;
    box-shadow: 0 10px 22px rgba(18, 58, 141, 0.06);
}

.customer-trial-complete-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-complete-hero-card,
    .customer-trial-complete-card-headline,
    .customer-trial-complete-footer-actions {
        padding-left: 18px;
        padding-right: 18px;
    }

    .customer-trial-complete-warning-box {
        margin-left: 18px;
        margin-right: 18px;
    }
}
