/* ==========================================================================
   DR Waterlock - Unified Thank You Pages Stylesheet
   ========================================================================== */

/* Light Section Background with Full-Width Dark Emerald Card */
.thank-you-green-wrap {
    background: linear-gradient(180deg, #F0F9FF 0%, #F8FAFC 350px, #FFFFFF 100%);
    min-height: 80vh;
    position: relative;
    overflow: hidden;
    padding: 20px 0 0 0;
}

/* Ambient Glow Blooms on Light Background */
.green-ambient-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    opacity: 0.35;
}
.green-orb-1 {
    width: 500px;
    height: 500px;
    background: rgba(14, 165, 233, 0.25);
    top: -80px;
    left: 10%;
}
.green-orb-2 {
    width: 450px;
    height: 450px;
    background: rgba(16, 185, 129, 0.3);
    top: 100px;
    right: 10%;
}

/* Full Width Premium Emerald Green Card */
.premium-green-card-full {
    width: 100%;
    background: linear-gradient(145deg, #022C22 0%, #064E3B 55%, #022C22 100%);
    border: 1px solid rgba(52, 211, 153, 0.35);
    border-radius: 28px;
    padding: 45px 50px;
    box-shadow: 0 25px 60px -12px rgba(2, 44, 34, 0.38), 0 0 40px rgba(16, 185, 129, 0.18);
    position: relative;
}

@media (max-width: 991px) {
    .premium-green-card-full {
        padding: 35px 25px;
        border-radius: 22px;
    }
}

/* Compact Glowing Medallion */
.green-success-icon-sm {
    width: 54px;
    height: 54px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.green-ripple-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed rgba(52, 211, 153, 0.5);
    animation: spinRipple 14s linear infinite;
}

@keyframes spinRipple {
    100% { transform: rotate(360deg); }
}

.green-check-core-sm {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #34D399 0%, #10B981 60%, #059669 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #022C22;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.45);
}

/* Pill Badge */
.green-pill-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(52, 211, 153, 0.3);
    color: #6EE7B7;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 6px 14px;
    border-radius: 50px;
}

.live-pulse-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #34D399;
    box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.4);
    animation: blinkGreen 1.5s infinite;
}

@keyframes blinkGreen {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(0.85); }
}

/* Title & Subtitle */
.green-card-title-full {
    font-size: 34px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}

@media (max-width: 768px) {
    .green-card-title-full {
        font-size: 26px;
    }
}

.text-mint-gradient {
    background: linear-gradient(135deg, #A7F3D0 0%, #34D399 50%, #6EE7B7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.green-card-subtitle-full {
    font-size: 15px;
    color: #CBD5E1;
    line-height: 1.65;
    max-width: 580px;
}

/* Right Ticket Widget */
.green-ticket-widget {
    background: rgba(2, 44, 34, 0.75);
    border: 1px solid rgba(52, 211, 153, 0.25);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.ticket-status-row {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
}
.ticket-status-row:last-child {
    border-bottom: none;
}

.bg-mint-subtle {
    background: rgba(52, 211, 153, 0.15) !important;
}

.ticket-note {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.btn-copy-mint {
    background: rgba(52, 211, 153, 0.15);
    color: #6EE7B7;
    border: 1px solid rgba(52, 211, 153, 0.35);
    font-size: 11.5px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    transition: all 0.2s ease;
    cursor: pointer;
}
.btn-copy-mint:hover {
    background: #10B981;
    color: #022C22;
    border-color: #10B981;
}

/* Action Buttons */
.btn-green-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #FFFFFF;
    color: #064E3B !important;
    font-weight: 800;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.btn-green-primary:hover {
    transform: translateY(-2px);
    background: #F0FDF4;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.2);
}

.btn-green-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25D366;
    color: #FFFFFF !important;
    font-weight: 800;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}
.btn-green-wa:hover {
    transform: translateY(-2px);
    background: #22c35e;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45);
}

.btn-green-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 22px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.btn-green-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #34D399;
    color: #34D399 !important;
    transform: translateY(-2px);
}

.border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.text-mint {
    color: #34D399 !important;
}

.hover-mint:hover {
    color: #34D399 !important;
}

/* Bottom Back Home Button */
.btn-back-home-bottom {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    color: #0B132A !important;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 50px;
    border: 1.5px solid #E2E8F0;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.25s ease;
}
.btn-back-home-bottom:hover {
    border-color: #0284C7;
    color: #0284C7 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.15);
}
