body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    background-image: url('../images/Pebble-BG-Sand.png');
    font-family: 'Open Sans', sans-serif;
}

.form-container-v2 {
    width: 100%;
}

.ph-success-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ph-success-icon {
    font-size: 64px;
    color: #28a745;
    margin-bottom: 24px;
}

.ph-success-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.ph-success-message {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.ph-redirect-message {
    font-size: 14px;
    color: #999999;
    margin-top: 24px;
}

.ph-error-container {
    max-width: 500px;
    margin: 0 auto;
    padding: 50px 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ph-error-icon {
    font-size: 64px;
    color: #dc3545;
    margin-bottom: 24px;
}

.ph-error-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.ph-error-message {
    font-size: 16px;
    color: #666666;
    margin-bottom: 32px;
    line-height: 1.5;
}

.ph-error-actions {
    margin-top: 32px;
}

.ph-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #003c44;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 121, 107, 0.2);
}

.ph-button:hover {
    background-color: #00695C;
    box-shadow: 0 4px 12px rgba(0, 121, 107, 0.3);
    transform: translateY(-1px);
}

.ph-button:active {
    transform: translateY(0);
}

.ph-button .buttonText {
    color: #ffffff;
}
