@media print {
  @page {
    margin: 20mm;
    size: A4;
  }

  * {
    animation: none !important;
    transition: none !important;
    box-shadow: none !important;
  }

  html, body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
    display: block;
  }

  img,
  svg,
  picture,
  video,
  canvas {
    display: none !important;
  }

  .no-print,
  .menu-toggle,
  .hero-buttons,
  .hero-actions,
  .btn,
  .cta-buttons,
  .portfolio-arrow,
  .portfolio-dots,
  .portfolio-wrapper,
  .cookie-popup,
  .scroll-top,
  .footer-cta,
  .contact-form,
  .footer-map,
  .hero-image-container,
  .hero-image-wrapper,
  .split-image,
  .portfolio-image,
  .profile-photo-wrapper,
  .person-avatar,
  .icon-box,
  .brand-icon,
  .cookie-icon,
  .icon-wrapper,
  .iconify-18,
  .iconify-20,
  .iconify-24 {
    display: none !important;
  }

  .fade-in,
  .reveal,
  .slide-up,
  .slide-left,
  .slide-right {
    opacity: 1 !important;
    transform: none !important;
  }

  header,
  .header {
    position: static;
    display: block;
    background: transparent;
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }

  .header .nav-links,
  .header .menu-toggle,
  .header .header-right {
    display: none !important;
  }

  .header .logo img {
    display: none !important;
  }

  .header .logo::after {
    content: "4E";
    font-weight: 700;
    font-size: 18px;
    color: #000;
  }

  .container,
  .width-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }

  #about,
  .section#about {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .section {
    display: block;
    padding: 8px 0;
    page-break-inside: avoid;
    background: transparent !important;
  }

  .section-header {
    display: block;
    margin: 0 0 8px;
    gap: 0;
  }

  .hero-content,
  .hero-grid,
  .steps-grid,
  .features-grid,
  .process-list {
    display: block;
  }

  .hero-content {
    max-width: 100%;
    gap: 8px;
  }

  .hero-text {
    margin-top: 0;
  }

  .hero-actions {
    margin-top: 6px !important;
  }

  .stats-row,
  .stat-row,
  .stat-row-inline {
    display: block;
    margin-top: 4px;
  }

  .stat-item {
    margin-bottom: 4px;
  }

  .grid-2,
  .grid-3,
  .contact-grid,
  .footer-contact-inner,
  .footer-grid,
  .footer-bottom,
  .footer-cta-inner,
  .portfolio-stage {
    display: block;
    gap: 0;
    grid-template-columns: none;
  }

  .grid-2 > *,
  .grid-3 > *,
  .contact-grid > *,
  .footer-grid > * {
    width: 100%;
    margin-bottom: 8px;
  }

  .stat-val {
    font-size: 16px;
    color: #000;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #000;
    background: transparent !important;
  }

  h1 {
    font-size: 14pt;
    line-height: 1.15;
    margin-bottom: 4px;
    margin-top: 0;
  }

  h2, .section-title {
    font-size: 12pt;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 3px;
  }

  h3 {
    font-size: 10pt;
    line-height: 1.2;
    margin-top: 8px;
    margin-bottom: 2px;
    font-weight: 700;
  }

  h4, .feature-title, .process-text, .faq-question, .person-name, .footer-heading, .footer-cta-title, .footer-contact-title {
    font-size: 10pt;
    margin-top: 6px;
    margin-bottom: 2px;
    font-weight: 700;
  }

  p,
  li,
  .hero-text,
  .hero-text-large,
  .section-sub,
  .faq-answer,
  .feature-desc,
  .muted,
  .footer-desc,
  .footer-sitemap a,
  .footer-link,
  .small-text,
  .form-label,
  .person-role,
  .stat-label,
  .text-gray-600,
  .text-gray-700,
  .text-xs,
  .text-sm,
  .footer-cta-sub {
    font-size: 10pt;
    line-height: 1.35;
    color: #000;
    background: transparent !important;
    margin-top: 0;
    margin-bottom: 6px;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  a[href]::after {
    content: none !important;
  }

  .feature-card,
  .faq-card,
  .contact-panel,
  .footer-contact-block,
  .bg-green-50,
  .bg-gray-50,
  .bg-white,
  .bg-secondary {
    border: 1px solid #ccc;
    background: transparent !important;
    page-break-inside: avoid;
  }

  .faq-card {
    margin-bottom: 6px;
  }

  .faq-answer {
    display: block !important;
  }

  .faq-icon-container {
    display: none;
  }

  .faq-row {
    justify-content: flex-start;
  }

  .process-list {
    page-break-inside: auto;
  }

  .process-item {
    page-break-inside: avoid;
    padding-bottom: 6px;
  }

  .process-item:not(:last-child)::after {
    background-color: #000;
  }

  .badge {
    border: 1px solid #000;
    color: #000;
    background: transparent !important;
  }

  .footer {
    border-top: 1px solid #000;
    background: transparent !important;
  }

  .footer-contact {
    border-bottom: 1px solid #000;
    background: transparent !important;
  }

  .footer-bottom {
    border-top: 1px solid #000;
    background: transparent !important;
  }

  .footer-desc,
  .footer-sitemap a,
  .footer-link {
    color: #000;
  }

  .footer-sitemap a:hover {
    color: #000;
    text-decoration: underline;
  }

  .portfolio-card {
    position: static;
    opacity: 1;
    display: block;
    page-break-inside: avoid;
  }

  .portfolio-slides {
    display: block;
    position: static;
    overflow: visible;
  }

  .portfolio-dots {
    display: none;
  }

  .portfolio-caption {
    padding-top: 4px;
  }

  .portfolio-address,
  .portfolio-city,
  .portfolio-desc {
    color: #000;
  }

  .nav-links {
    display: none;
  }

  .form-row {
    display: block;
  }

  .form-group {
    margin-bottom: 6px;
  }

  .input-box,
  .input-area,
  textarea,
  input[type=text],
  input[type=email] {
    border: 1px solid #000;
    background: transparent !important;
    color: #000;
  }

  .footer-info-grid {
    display: block;
  }

  .footer-contact-form .btn {
    display: none;
  }

  .social-icons {
    display: none;
  }

  .footer-col.menu {
    flex-direction: column;
    justify-content: flex-start;
    gap: 6px;
  }

  .footer-brand {
    flex-direction: column;
  }

  .footer-bottom div.inner {
    flex-direction: column;
    gap: 4px;
  }

  .footer-links {
    padding: 8px 0;
    background: transparent !important;
  }

  .footer-cta-title,
  .footer-cta-sub {
    color: #000;
  }

  .contact-details .contact-row {
    color: #000;
  }

  .contact-details .contact-row a {
    color: #000;
    text-decoration: none;
  }

  .person-name {
    color: #000;
  }

  .person-role {
    color: #333;
  }

  .contact-meta-row {
    color: #000;
  }

  .contact-meta-row a {
    color: #000;
    text-decoration: none;
  }

  .form-label {
    color: #000;
  }

  .small-text {
    color: #000;
  }

  main a {
    color: #000;
    text-decoration: none;
  }

  main a::after {
    display: none;
  }

  body main a {
    color: #000;
  }

  .muted {
    color: #333;
  }

  .bg-secondary {
    background: transparent !important;
  }

  section,
  .section {
    page-break-before: auto;
  }

  .hero,
  .cta-banner {
    page-break-after: avoid;
  }

  .footer {
    page-break-before: avoid;
  }
}
