/* ============================================================
   RUBBER GASKETS - Vertex Rubber India | print.css
   Print stylesheet for clean printing
   ============================================================ */

@media print {
  /* Reset */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* Hide non-essential elements */
  nav,
  .navbar,
  .nav,
  .nav-toggle,
  .nav-links,
  .footer,
  .whatsapp-float,
  .phone-call-float,
  .back-to-top,
  .cta-banner,
  .cta-section,
  .hero-particles,
  .hero-visual,
  .hero-float-card,
  .hero-rotating-ring,
  .particle,
  .page-nav,
  .breadcrumb,
  .btn,
  .btn-primary,
  .btn-secondary,
  .btn-outline,
  .download-btn,
  .search-bar,
  .faq-categories,
  .size-chart-controls,
  .chart-actions,
  .newsletter-form,
  .social-links,
  iframe,
  video,
  .skeleton,
  .glow-effect {
    display: none !important;
  }

  /* Page setup */
  @page {
    margin: 0.75in;
    size: A4;
  }

  body {
    font: 11pt/1.5 Georgia, 'Times New Roman', serif;
    color: #000;
    background: #fff;
    max-width: 100%;
  }

  /* Typography */
  h1, h2, h3, h4 {
    page-break-after: avoid;
    color: #000 !important;
    font-family: Georgia, 'Times New Roman', serif;
  }

  h1 { font-size: 22pt; }
  h2 { font-size: 16pt; }
  h3 { font-size: 13pt; }
  h4 { font-size: 11pt; }

  p {
    orphans: 3;
    widows: 3;
    color: #000 !important;
  }

  a {
    color: #000 !important;
    text-decoration: underline;
  }

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555 !important;
  }

  a[href^="#"]::after,
  a[href^="javascript"]::after {
    content: "";
  }

  /* Sections */
  .section,
  .section-alt,
  .section-light,
  .section-dark {
    padding: 1rem 0 !important;
    background: none !important;
  }

  .section-header {
    margin-bottom: 1.5rem !important;
  }

  .section-header .subtitle {
    color: #666 !important;
    background: none !important;
    padding: 0 !important;
    font-size: 9pt;
  }

  .highlight {
    color: #000 !important;
  }

  /* Cards */
  .card,
  .product-card,
  .icon-card,
  .why-card,
  .industry-card,
  .process-card,
  .measure-step,
  .application-detail,
  .faq-item,
  .download-item,
  .stat-item {
    background: none !important;
    border: 1px solid #ccc !important;
    page-break-inside: avoid;
    transform: none !important;
    box-shadow: none !important;
    padding: 1rem;
    margin-bottom: 0.8rem;
  }

  /* Tables */
  .spec-table,
  .compare-table {
    font-size: 9pt;
    border-collapse: collapse;
    width: 100%;
  }

  .spec-table th,
  .spec-table td,
  .compare-table th,
  .compare-table td {
    border: 1px solid #999;
    padding: 4px 8px;
    color: #000 !important;
  }

  .spec-table thead,
  .compare-table thead {
    background: #eee !important;
  }

  .spec-table th,
  .compare-table th {
    background: #eee !important;
    color: #000 !important;
  }

  /* Lists */
  ul li::before {
    color: #000 !important;
  }

  /* Images */
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  img[loading="lazy"] {
    loading: auto;
  }

  /* Timeline */
  .timeline::before {
    background: #999 !important;
  }

  .timeline-content {
    background: none !important;
    border: 1px solid #ccc !important;
  }

  .timeline-dot {
    background: #999 !important;
    border-color: #fff !important;
  }

  /* FAQ */
  .faq-answer {
    max-height: none !important;
    overflow: visible !important;
  }

  .faq-question {
    font-weight: 700;
    color: #000 !important;
  }

  .faq-question i {
    display: none;
  }

  /* Stars / Ratings */
  .rating-dot span {
    background: #ccc !important;
  }

  .rating-dot span.filled {
    background: #000 !important;
  }

  /* Show hidden content */
  .faq-answer-inner {
    padding: 0.5rem 0 !important;
  }

  /* Breadcrumb visible but simplified */
  .breadcrumb {
    padding: 0.5rem 0;
    font-size: 9pt;
    color: #666 !important;
    display: flex !important;
  }

  .breadcrumb a {
    color: #666 !important;
    text-decoration: none;
  }

  .breadcrumb a::after {
    content: "";
  }

  .breadcrumb span {
    color: #000 !important;
  }

  /* Logo */
  .logo img {
    max-height: 40px;
  }

  /* Container */
  .container {
    max-width: 100%;
    padding: 0 !important;
  }

  /* Grids flatten */
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-auto,
  .why-grid,
  .features-grid,
  .measure-steps,
  .process-grid,
  .downloads-grid,
  .blog-grid {
    display: block;
  }

  .grid-2 > *,
  .grid-3 > *,
  .grid-4 > *,
  .grid-auto > *,
  .why-grid > *,
  .features-grid > *,
  .measure-steps > *,
  .process-grid > *,
  .downloads-grid > *,
  .blog-grid > * {
    margin-bottom: 0.8rem;
  }

  /* Hero */
  .hero,
  .material-hero,
  .page-hero {
    padding: 1rem 0 !important;
    background: none !important;
    min-height: auto !important;
  }

  .hero-text p {
    color: #000 !important;
  }

  /* Stats */
  .hero-stats,
  .stats-grid {
    display: block;
  }

  .hero-stat {
    display: inline-block;
    width: 45%;
    margin: 0.5rem;
    padding: 0.5rem;
    border: none;
  }

  .hero-stat h3,
  .stat-number {
    color: #000 !important;
  }

  /* Badge */
  .badge {
    background: none !important;
    padding: 0 !important;
    color: #666 !important;
  }

  .badge-dot {
    display: none;
  }

  /* Info Box */
  .info-box {
    border-left-color: #999 !important;
    background: none !important;
  }

  .info-box p {
    color: #000 !important;
  }

  /* Contact Items */
  .contact-item {
    color: #000 !important;
  }

  .contact-item i {
    color: #666 !important;
  }

  /* Accordion */
  .faq-item.active {
    border-color: #999 !important;
  }

  .faq-item.active .faq-question {
    color: #000 !important;
  }

  /* Forms */
  .form-input,
  .form-select,
  .form-textarea {
    border: 1px solid #999 !important;
    background: #fff !important;
    color: #000 !important;
  }

  /* Utilities */
  .text-center {
    text-align: center;
  }

  .mb-1 { margin-bottom: 0.5rem; }
  .mb-2 { margin-bottom: 1rem; }
  .mb-3 { margin-bottom: 1.5rem; }
  .mt-1 { margin-top: 0.5rem; }
  .mt-2 { margin-top: 1rem; }
  .mt-3 { margin-top: 1.5rem; }

  /* Page break helpers */
  .page-break {
    page-break-before: always;
  }

  .avoid-break {
    page-break-inside: avoid;
  }
}
