/* Print-only styles split from style.css. */

@media print {
  @page {
    margin: 14mm;
  }

  html {
    scroll-behavior: auto;
  }

  html,
  body,
  .print-document,
  .brochure-document,
  .sub-hero,
  .brochure-hero,
  .contact-section,
  .site-footer,
  .document-lead-card,
  .related-card,
  .document-card,
  .document-point,
  .policy-check-card,
  .policy-table-wrap,
  .brochure-hero-panel,
  .brochure-audience-card {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body {
    color: var(--text);
    background: linear-gradient(180deg, #fff 0%, #f8fcf7 58%, #eef7ea 100%) !important;
    font-size: 11pt;
    line-height: 1.65;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    text-shadow: none !important;
  }

  .site-header {
    position: static;
    background: rgba(10, 26, 18, 0.94) !important;
    border-bottom: 1px solid rgba(18, 59, 42, 0.22);
    backdrop-filter: none;
    box-shadow: none;
  }

  .header-inner {
    min-height: 0;
    padding: 0 0 10px;
  }

  .logo {
    color: var(--white);
    font-size: 13pt;
  }

  .logo-icon {
    width: 28px;
    height: 28px;
  }

  .nav,
  .menu-toggle,
  .hero-overlay,
  .sub-hero-overlay {
    display: none !important;
  }

  .container,
  .narrow {
    width: 100%;
    max-width: none;
  }

  .sub-hero,
  .sub-hero-about,
  .sub-hero-services,
  .sub-hero-group,
  .sub-hero-faq,
  .sub-hero-links,
  .sub-hero-blog,
  .sub-hero-contact,
  .sub-hero-instructor,
  .sub-hero-philosophy,
  .sub-hero-method,
  .sub-hero-online,
  .sub-hero-training,
  .sub-hero-policy {
    min-height: 0;
    padding: 20px 0 18px;
    color: var(--white);
    background: linear-gradient(135deg, rgba(18, 59, 42, 0.96), rgba(46, 107, 71, 0.86)) !important;
    border-bottom: 1px solid rgba(18, 59, 42, 0.2);
  }

  .sub-hero-content,
  .section-label.light,
  .sub-hero-lead {
    color: rgba(255, 255, 255, 0.92);
  }

  .sub-hero-content h1 {
    font-size: 24pt;
    color: var(--white);
  }

  .brochure-hero {
    padding: 18px 0 16px;
    background: linear-gradient(135deg, rgba(18, 59, 42, 0.96), rgba(46, 107, 71, 0.86)) !important;
  }

  .brochure-hero-inner {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 12mm;
    align-items: start;
  }

  .brochure-hero-copy,
  .brochure-kicker,
  .brochure-hero-meta span {
    color: var(--white);
  }

  .brochure-hero h1 {
    font-size: 25pt;
    color: var(--white);
  }

  .brochure-kicker,
  .brochure-hero-meta span {
    background: rgba(255, 255, 255, 0.13) !important;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
  }

  .brochure-hero-panel {
    padding: 8mm;
    color: var(--text);
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 18px;
    box-shadow: 0 6px 16px rgba(18, 59, 42, 0.08) !important;
  }

  .brochure-hero-panel::before,
  .brochure-hero-panel::after {
    display: none;
  }

  .brochure-panel-head,
  .brochure-panel-list dt,
  .brochure-panel-list dd,
  .brochure-panel-note {
    color: var(--text);
  }

  .brochure-panel-head,
  .brochure-panel-list div {
    border-color: var(--border);
  }

  .brochure-panel-note {
    background: rgba(239, 247, 236, 0.92) !important;
    border: 1px solid var(--border);
    border-radius: 12px;
  }

  .section {
    padding: 18px 0;
    background: transparent !important;
  }

  .section-heading {
    margin-bottom: 14px;
  }

  .section-label,
  .document-card-label,
  .process-number {
    color: var(--green);
    letter-spacing: 0.12em;
  }

  .section-heading h2,
  .placeholder-section h2 {
    font-size: 18pt;
  }

  .document-lead-card,
  .related-card,
  .brochure-audience-card,
  .brochure-storyline,
  .policy-table-wrap,
  .policy-check-card,
  .service-selector-card,
  .service-compare-wrap,
  .document-card,
  .process-step,
  .document-point,
  .service-card,
  .principle-card,
  .detail-card,
  .price-box,
  .detail-block,
  .payment-box,
  .faq-item,
  .link-card,
  .blog-guide-card,
  .contact-info-card,
  .guidance-card,
  .instructor-card,
  .instructor-message-card,
  .question-card,
  .auth-card,
  .dashboard-card {
    break-inside: avoid;
    page-break-inside: avoid;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(18, 59, 42, 0.08) !important;
  }

  .document-card-grid,
  .document-card-grid.four-columns,
  .process-list,
  .service-fact-grid,
  .brochure-summary-grid,
  .brochure-storyline,
  .policy-check-list,
  .card-grid,
  .service-selector-grid,
  .document-split,
  .contact-page-grid,
  .instructor-grid,
  .curriculum-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .brochure-summary-grid,
  .service-fact-grid,
  .policy-check-list {
    display: grid;
  }

  .brochure-storyline > div,
  .brochure-storyline > div + div {
    border: 0;
    border-top: 1px solid var(--border);
  }

  .brochure-storyline > div:first-child {
    border-top: 0;
  }

  .brochure-storyline > div::before {
    display: none !important;
  }

  .service-compare-wrap {
    overflow: visible;
  }

  .policy-table-wrap {
    overflow: visible;
  }

  .policy-table {
    min-width: 0;
    font-size: 9.5pt;
  }

  .policy-table th,
  .policy-table td {
    padding: 7px 6px;
    border: 1px solid var(--border);
  }

  .policy-table thead th,
  .service-compare-table thead th {
    color: var(--deep-green);
    background: rgba(46, 107, 71, 0.12) !important;
  }

  .policy-table tbody th,
  .service-compare-table tbody th {
    color: var(--deep-green);
    background: rgba(239, 247, 236, 0.72) !important;
  }

  .policy-check-list li {
    padding: 7px 8px;
    background: rgba(239, 247, 236, 0.72) !important;
    border: 1px solid var(--border);
    border-radius: 10px;
  }

  .policy-check-list li::before {
    color: var(--green);
  }

  .service-compare-table {
    min-width: 0;
    font-size: 9.5pt;
  }

  .service-compare-table th,
  .service-compare-table td {
    padding: 7px 6px;
    border: 1px solid var(--border);
  }

  .contact-section {
    color: var(--white);
    background: linear-gradient(135deg, var(--deep-green), #174b34) !important;
    border-top: 1px solid rgba(18, 59, 42, 0.2);
    text-align: left;
  }

  .contact-section .section-label,
  .contact-section h2,
  .contact-text,
  .contact-note {
    color: rgba(255, 255, 255, 0.92);
  }

  .btn,
  .action-link,
  .card-link,
  .quick-link,
  .contact-page-link {
    color: var(--deep-green);
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(46, 107, 71, 0.22);
    border-radius: 999px;
    box-shadow: none !important;
  }

  .btn-primary {
    color: var(--white);
    background: linear-gradient(135deg, var(--green), var(--deep-green)) !important;
    border-color: rgba(18, 59, 42, 0.18);
  }

  .btn-secondary,
  .contact-section .btn-secondary {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.4);
  }

  .btn::after,
  .action-link::after,
  .card-link::after {
    color: currentColor;
  }

  .site-footer {
    color: rgba(255, 255, 255, 0.82);
    background: #0e2117 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-brand {
    color: var(--white);
  }

  .footer-inner {
    min-height: 0;
    padding-top: 10px;
  }

  .reveal-ready .reveal,
  .reveal-ready .reveal .question-card,
  .reveal-ready .reveal .service-card,
  .reveal-ready .reveal .principle-card,
  .reveal-ready .reveal .quick-link-group,
  .reveal-ready .reveal .document-card,
  .reveal-ready .reveal .process-step,
  .reveal-ready .reveal .document-point {
    opacity: 1;
    transform: none;
  }
}
