/* PA Notary Bond Manager - Frontend Styles */

.panb-myaccount-wrap {
    max-width: 720px;
}

.panb-section-title {
    font-size: 1.4em;
    color: #1A1A1A;
    border-bottom: 3px solid #CC0000;
    padding-bottom: 8px;
    margin-bottom: 24px;
}

/* ---- Status Banners ---- */
.panb-status-banner {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 6px;
    margin-bottom: 24px;
    font-size: 0.97em;
    line-height: 1.5;
}
.panb-banner-executed {
    background: #edfaf0;
    border-left: 5px solid #2e8b57;
    color: #1a4a2e;
}
.panb-banner-pending {
    background: #fff8e6;
    border-left: 5px solid #e6a817;
    color: #5a3c00;
}
.panb-banner-icon {
    font-size: 1.8em;
    line-height: 1;
}

/* ---- Info / Next Steps ---- */
.panb-next-steps,
.panb-info-box {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px 24px;
    margin-bottom: 24px;
}
.panb-next-steps h3,
.panb-info-box p strong {
    margin-top: 0;
    color: #1A1A1A;
}
.panb-next-steps ol,
.panb-info-box ol {
    padding-left: 20px;
}
.panb-next-steps li,
.panb-info-box li {
    margin-bottom: 8px;
}

/* ---- Video ---- */
.panb-video-section {
    margin-bottom: 30px;
}
.panb-video-section h3 {
    color: #1A1A1A;
}
.panb-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
    border-radius: 6px;
}
.panb-video-wrapper iframe,
.panb-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ---- Instructions ---- */
.panb-instructions {
    background: #fff5f5;
    border: 1px solid #f0cccc;
    border-radius: 6px;
    padding: 18px 22px;
    margin-bottom: 28px;
}
.panb-instructions h3 {
    margin-top: 0;
    color: #CC0000;
}
.panb-instructions ol {
    padding-left: 20px;
}
.panb-instructions li {
    margin-bottom: 8px;
}
.panb-note {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 0.92em;
    margin: 12px 0 0;
}

/* ---- Upload Form ---- */
.panb-upload-section h3 {
    color: #1A1A1A;
}
.panb-dropzone {
    border: 2px dashed #CC0000;
    border-radius: 8px;
    padding: 36px 20px;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 20px;
}
.panb-dropzone:hover,
.panb-dropzone.dragover {
    background: #fff0f0;
}
.panb-dropzone input[type="file"] {
    display: none;
}
.panb-file-label {
    cursor: pointer;
    display: block;
}
.panb-upload-icon {
    font-size: 2.2em;
    display: block;
    margin-bottom: 10px;
}
#panb-file-name {
    color: #555;
    font-size: 0.95em;
}
.panb-file-hint {
    color: #999;
    font-size: 0.82em;
    margin: 6px 0 0;
}

.panb-submit-btn {
    display: inline-block;
    background: #CC0000;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 14px 32px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
    max-width: 300px;
}
.panb-submit-btn:hover:not(:disabled) {
    background: #aa0000;
}
.panb-submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

/* ---- Response Messages ---- */
.panb-response {
    border-radius: 6px;
    padding: 14px 18px;
    margin-bottom: 18px;
    font-size: 0.95em;
}
.panb-response.success {
    background: #edfaf0;
    border: 1px solid #2e8b57;
    color: #1a4a2e;
}
.panb-response.error {
    background: #fff0f0;
    border: 1px solid #CC0000;
    color: #7a0000;
}

/* =============================================
   UPSELL PAGE STYLES
   ============================================= */

.panb-upsell-wrap {
    max-width: 740px;
}

/* ---- Urgency Banner ---- */
.panb-urgency-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    background: #1A1A1A;
    color: #fff;
    border-radius: 8px;
    padding: 16px 22px;
    margin-bottom: 28px;
}
.panb-urgency-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.panb-urgency-flame {
    font-size: 2em;
    line-height: 1;
}
.panb-urgency-left strong {
    display: block;
    font-size: 1em;
    color: #FFD700;
    margin-bottom: 2px;
}
.panb-urgency-left span {
    font-size: 0.88em;
    color: #ccc;
}

/* Countdown */
.panb-countdown {
    display: flex;
    align-items: center;
    gap: 4px;
}
.panb-countdown-unit {
    text-align: center;
    min-width: 52px;
    background: #CC0000;
    border-radius: 6px;
    padding: 8px 4px 4px;
}
.panb-countdown-unit span {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-variant-numeric: tabular-nums;
}
.panb-countdown-unit em {
    display: block;
    font-size: 0.65em;
    font-style: normal;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 3px;
}
.panb-countdown-sep {
    color: #FFD700;
    font-size: 1.4em;
    font-weight: 700;
    padding-bottom: 12px;
}

/* ---- Hero ---- */
.panb-upsell-hero {
    margin-bottom: 24px;
}
.panb-upsell-hero h2 {
    font-size: 1.6em;
    color: #1A1A1A;
    margin: 0 0 8px;
}
.panb-upsell-sub {
    font-size: 1em;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

/* ---- Regulation Box ---- */
.panb-regulation-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff8e6;
    border: 1px solid #f0c040;
    border-left: 5px solid #CC0000;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 28px;
    font-size: 0.93em;
    line-height: 1.6;
    color: #3a2800;
}
.panb-regulation-icon {
    font-size: 1.8em;
    line-height: 1;
    flex-shrink: 0;
}

/* ---- How It Works ---- */
.panb-how-it-works {
    margin-bottom: 28px;
}
.panb-how-it-works h3 {
    color: #1A1A1A;
    margin-bottom: 16px;
}
.panb-steps {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
}
.panb-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 16px 12px;
    font-size: 0.88em;
    color: #444;
    line-height: 1.4;
}
.panb-step-arrow {
    color: #CC0000;
    font-size: 1.4em;
    font-weight: 700;
    padding-top: 20px;
    flex-shrink: 0;
}
.panb-step-num {
    background: #CC0000;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.panb-step strong {
    display: block;
    color: #1A1A1A;
    margin-bottom: 2px;
    font-size: 1em;
}

/* ---- CTA Card ---- */
.panb-cta-card {
    background: #1A1A1A;
    border-radius: 10px;
    padding: 28px 30px;
    text-align: center;
    margin-bottom: 32px;
}
.panb-cta-pricing {
    margin-bottom: 20px;
}
.panb-price-lock {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.panb-price-current {
    font-size: 2.8em;
    font-weight: 800;
    color: #FFD700;
    line-height: 1;
}
.panb-price-label {
    color: #ccc;
    font-size: 0.9em;
}
.panb-price-new {
    color: #ff8888;
    font-size: 0.83em;
    margin-top: 2px;
}
.panb-cta-btn {
    display: inline-block;
    background: #CC0000;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 1.1em;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 6px;
    margin-bottom: 22px;
    transition: background 0.2s, transform 0.1s;
    letter-spacing: 0.3px;
}
.panb-cta-btn:hover {
    background: #aa0000;
    transform: translateY(-1px);
}
.panb-cta-trust {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
}
.panb-cta-trust li {
    color: #ddd;
    font-size: 0.88em;
    padding: 4px 0;
}

/* ---- FAQ ---- */
.panb-faq {
    margin-bottom: 20px;
}
.panb-faq h3 {
    color: #1A1A1A;
    margin-bottom: 12px;
}
.panb-faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 8px;
    overflow: hidden;
}
.panb-faq-q {
    width: 100%;
    text-align: left;
    background: #f9f9f9;
    border: none;
    padding: 14px 18px;
    font-size: 0.95em;
    font-weight: 600;
    color: #1A1A1A;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.15s;
}
.panb-faq-q:hover {
    background: #f0f0f0;
}
.panb-faq-q[aria-expanded="true"] {
    background: #fff0f0;
    color: #CC0000;
}
.panb-faq-arrow {
    transition: transform 0.2s;
    font-style: normal;
}
.panb-faq-q[aria-expanded="true"] .panb-faq-arrow {
    transform: rotate(180deg);
}
.panb-faq-a {
    display: none;
    padding: 0 18px 14px;
    font-size: 0.92em;
    color: #444;
    line-height: 1.6;
    background: #fff;
}
.panb-faq-a p {
    margin: 12px 0 0;
}
.panb-faq-item.open .panb-faq-a {
    display: block;
}

@media (max-width: 600px) {
    .panb-urgency-banner { flex-direction: column; }
    .panb-countdown { justify-content: center; }
    .panb-countdown-unit { min-width: 44px; }
    .panb-cta-card { padding: 20px 16px; }
    .panb-price-current { font-size: 2.2em; }
    .panb-steps { flex-direction: column; }
    .panb-step-arrow { display: none; }
}

