.printable-section { padding: 50px 10px 30px; }

.Printable-row h1 {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    margin-bottom: -1px;
}
.Printable-row h2 {
    letter-spacing: 5px;
    font-size: 70px;
    text-align: center;
    font-style: normal;
    color: red;
    font-weight: 700;
}
.Printable-row h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    font-style: normal;
}
@media(max-width:768px) { .Printable-row h2 { line-height: normal; font-size: 50px; } }
@media(max-width:500px) { .Printable-row h2 { font-size: 28px; } }

.Printable-img img { width: 100%; }

.range-section { padding: 20px 10px; }
.range-heading h2 {
    text-align: center;
    color: red;
    font-style: normal;
    margin-bottom: 1rem;
}
.range-col { margin-top: 20px; transition: 0.4s; }
.range-col:hover { margin-top: -5px; transition: 0.4s; }
.range-col img { width: 100%; border-radius: 5px; }
.range-col h3 { text-align: center; margin-top: 10px; font-style: normal; font-weight: 700; }
.range-col h4 { color: red; margin-top: -6px; text-align: center; font-style: normal; }
@media(max-width:600px) { .range-heading h2 { font-size: 28px; } }

/* feature-section styles are in feature-section.css */
.special-row { margin-top: 40px; }
@media(max-width:600px) {
    .special-features-heading h2 { font-size: 25px; }
}

.rangee-icon { margin-top: 3rem !important; width: 80%; margin: auto; }
.rangee-icon .rangee-col { width: 14.28% !important; margin: auto; text-align: center; }
.rangee-icon .rangee-col img {
    width: 70%;
    box-shadow: 0 0 0 12px #ffffff1e;
    transition: .4s ease-in-out;
    border-radius: 100%;
}
.rangee-icon .rangee-col:hover img {
    transform: rotateY(180deg);
    transition: .4s ease-in-out;
    box-shadow: 0 0 0 12px #039595;
}
.rangee-icon .rangee-col h2 {
    color: white;
    font-size: 18px;
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
}
@media(max-width:768px) {
    .rangee-icon .rangee-col { width: 33.33% !important; margin-top: 1rem; }
    .rangee-icon { margin-top: 2rem !important; width: 100%; }
}
@media(max-width:500px) {
    .rangee-icon .rangee-col { width: 50% !important; }
}

.Printable-table-section { padding: 40px 10px; }
.range-heading h3 {
    text-align: center;
    color: black;
    font-style: normal;
    margin-bottom: 1rem;
    font-size: 26px;
    margin-top: -11px;
}

:root {
    --red: #e10600;
    --bg: #0b0d10;
    --bg2: #0f1216;
    --line: rgba(255,255,255,0.18);
    --text: rgba(255,255,255,0.92);
    --muted: rgba(255,255,255,0.7);
}
.spec-wrap { padding: 14px; background: #fff; }
.spec-card { border: 10px solid var(--red); background: var(--bg); padding: 10px; }
.spec-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(255,255,255,0.08);
    background: linear-gradient(180deg, var(--bg2), var(--bg));
}
.top-head th {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #0b0d10;
    border-bottom: 2px solid rgba(255,255,255,0.22);
}
.top-head .cat { text-align: left; }
.top-head .val { text-align: center; }
.sub-head th {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.15;
    background: #0b0d10;
}
.sub-head .blank { background: #0b0d10; left: 0; z-index: 3; }
.red { color: var(--red); }
.muted { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 0.4px; }
@media(max-width:768px) {
    .spec-card { border-width: 8px; padding: 8px; }
    .top-head th { font-size: 22px; }
}

.Printable-content { padding: 20px 10px 50px; }
.content-heading h2 { text-align: center; color: red; font-style: normal; font-size: 40px; }
.content-row .coltent-col { text-align: center; margin-top: 1rem; }
.content-row .coltent-col img { width: 100%; border-radius: 5px; }
.content-row .coltent-col h3 { text-align: center; margin-top: 10px; color: red; font-weight: 600; font-style: normal; }
.content-row .coltent-col p { text-align: center; }
.content-row .coltent-col .a-content { border: 1px solid red; padding: 10px 15px; color: red; font-weight: 600; border-radius: 5px; }
@media(max-width:600px) {
    .content-heading h2 { line-height: normal; font-size: 28px; }
    .content-row .coltent-col { margin-top: 3rem; }
}

.Printable-ppf-section { padding: 20px 10px 50px; }
.Printable-ppf-heading h2 { color: red; text-align: center; font-style: normal; font-size: 40px; }
@media(max-width:600px) { .Printable-ppf-heading h2 { font-size: 30px; } }

:root {
    --text: #111827;
    --muted: #6b7280;
    --line: #e5e7eb;
    --bg: #ffffff;
    --head: #f8fafc;
    --ppf: #16a34a;
    --vinyl: #111827;
    --warn: #f59e0b;
}
.compare-wrap { width: 100%; background: var(--bg); color: var(--text); font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.compare-scroll { width: 100%; overflow: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: 12px; }
table.compare { width: 100%; min-width: 860px; border-collapse: collapse; background: var(--bg); }
.compare thead th { text-align: left; font-weight: 700; font-size: 15px; padding: 14px 16px; background: var(--bg); border-bottom: 2px solid var(--text); white-space: nowrap; }
.compare tbody td { padding: 14px 16px; vertical-align: top; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.35; }
.compare tbody tr:last-child td { border-bottom: none; }
.feature { font-weight: 600; color: var(--text); width: 28%; white-space: nowrap; }
.col-ppf { width: 36%; }
.col-vinyl { width: 36%; }
.cell { display: flex; gap: 10px; align-items: flex-start; }
.icon { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 1px; }
.icon.check { color: var(--ppf); }
.icon.cross { color: #111827; }
.icon.info { color: var(--warn); }
@media(max-width:720px) {
    .compare-scroll { border: none; border-radius: 0; overflow: visible; }
    table.compare { min-width: 0; border-collapse: separate; border-spacing: 0 12px; }
    .compare thead { display: none; }
    .compare, .compare tbody, .compare tr, .compare td { display: block; width: 100%; }
    .compare tbody tr { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: var(--bg); }
    .compare tbody td { border-bottom: 1px solid var(--line); padding: 12px 14px; }
    .compare tbody td:last-child { border-bottom: none; }
    .feature { width: auto; white-space: normal; background: var(--head); font-size: 14px; }
    .label { font-size: 12px; font-weight: 700; color: var(--muted); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .04em; }
    .cell { align-items: flex-start; }
}

/* FAQ overrides specific to printable */
.section-faq { padding: 40px 0 70px; }
@media(max-width:500px) {
    .heading-faq h3 { font-size: 26px; }
    .container-faq { padding: 30px 10px !important; }
}
