nav, footer, .copyright, .blur, .testimonials, 
.video-section, .video-description, .btn, 
details summary, .nav-logo, .nav-links {
    display: none !important;
}

body {
    font-family: "Times New Roman", sans-serif;
    line-height: 1.5;
    color: #000;
    background: #fff !important;
    margin: 1cm;
    padding: 0;
    font-size: 12pt;
    height: 75vh;
}

img {
    max-width: 50% !important;
    height: auto;
    display: block;
    margin: 0 auto;
    page-break-inside: avoid;
}

h1, h2, h3, h4 {
    page-break-after: avoid;
    color: #000 !important;
}

p {
    margin: 0 0 1em 0;
    orphans: 3;
    widows: 3;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
    page-break-inside: avoid;
}

table, th, td {
    border: 0.06rem solid #000;
}

th, td {
    padding: 0.5em;
    text-align: left;
}

a {
    color: #000 !important;
    text-decoration: underline;
}

a::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    font-weight: normal;
}

article, section {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
}

.container {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.pricing {
    display: block !important;
}

.card {
    page-break-inside: avoid;
    margin-bottom: 1cm;
    border: 0.06rem solid #ccc;
    padding: 1em;
    width: 100% !important;
    display: block !important;
}

header .image, header .imagex {
    float: right;
    width: 30% !important;
    margin-left: 1em;
    margin-bottom: 1em;
}

.content {
    width: 100% !important;
    float: none !important;
}