/* ============================================
   Nubart TRANSLATE Cost Calculator Print Styles
   Used by: ai-simultaneous-interpretation/index.html
   ============================================ */
@media print {
    @page { size: A4 portrait; margin: 1.5cm 2cm; }

    /* Force white background throughout */
    body, #main, #pricing, .section-bg, .card, .card-body {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
    }

    /* Hide all page chrome */
    body > *:not(#main) { display: none !important; }

    /* Hide all sections except pricing */
    #main > *:not(#pricing) { display: none !important; }

    /* Hide the pricing card column and enterprise hint */
    #pricing .col-lg-5 { display: none !important; }
    #pricing .col-lg-7 { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
    #pricing .text-center.mt-3 { display: none !important; }
    #pricing .row.justify-content-center > .col-12 { display: none !important; }

    /* Show print-only logo header */
    #calc-print-header {
        display: block !important;
        border-bottom: 2pt solid #2ec4b6;
        padding-bottom: 0.3cm;
        margin-bottom: 0.6cm;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    #calc-print-header img {
        max-width: 50%;
        height: auto;
    }

    /* Hide wizard steps 1–3 */
    #calc-step-1, #calc-step-2, #calc-step-3 { display: none !important; }

    /* Show the result step (overrides Bootstrap's d-none) */
    #calc-step-4 { display: block !important; }

    /* Hide the action buttons row and step label */
    #calc-step-4 .d-flex.gap-2.align-items-center { display: none !important; }
    #calc-step-4 > .card-body > p:first-child { display: none !important; }

    #calc-step-4 { box-shadow: none !important; border: none !important; padding: 0 !important; }
    #calc-step-4 .card-body { padding: 0 !important; }

    #calc-step-4 .p-4.rounded-3 {
        border: 1.5pt solid #2ec4b6 !important;
        background: #f0fdfb !important;
        padding: 0.5cm !important;
        margin-bottom: 0.5cm !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    #calc-step-4 .alert {
        border-left: 3pt solid #f59e0b !important;
        background: #fef3c7 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        font-size: 9pt;
        padding: 0.3cm 0.4cm !important;
    }

    #calc-step-4::after {
        content: "This estimate is based on full hours. Final invoice will reflect exact usage in minutes. Prices exclude VAT. www.nubart.eu";
        display: block;
        font-size: 8pt;
        color: #888;
        margin-top: 0.8cm;
        border-top: 0.5pt solid #ccc;
        padding-top: 0.3cm;
    }
}
