/* LP1 Specific Styles - Refined to match target screenshot */

:root {
    --text-color: #333; /* Slightly darker grey for better contrast */
    --heading-color: #111; /* Near black for headings */
    --link-color: #007bff; /* Standard blue link */
    --border-color: #dee2e6; /* Light grey border */
    --background-light: #f8f9fa; /* Very light grey page background */
    --background-white: #fff; /* White background for sections */
    --primary-accent: #f1c40f; /* Gold/Yellow */
    --primary-accent-darker: #e0ac00;
    --secondary-accent: #343a40; /* Dark grey button color */
    --secondary-accent-darker: #23272b;
    --success-color: #28a745; /* Green for checkmarks */
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --info-color: #17a2b8;
    --container-width: 960px; /* Slightly wider container */
    --base-font-size: 16px; /* Standard base font size */
    --line-height-base: 1.6; /* Slightly less line height */
    --border-radius-base: 2px; /* Slightly less rounded corners - Reduced */
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: var(--line-height-base);
    color: var(--text-color);
    background-color: var(--background-light); /* Use light grey background */
    font-size: var(--base-font-size);
    font-weight: 400; /* Ensure regular weight default */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 15px; /* Consistent padding */
}

/* --- Typography --- */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700; /* Bold headings */
    color: var(--heading-color);
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 0.75em;
}

h1 { font-size: 2.4em; margin-bottom: 0.5em; }
h2 { font-size: 1.9em; margin-bottom: 1em; } /* Increased bottom margin for h2 */
h3 { font-size: 1.6em; }
h4 { font-size: 1.25em; }

p {
    margin-top: 0;
    margin-bottom: 1em; /* Standard paragraph spacing */
    font-weight: 400; /* Ensure paragraphs are regular weight */
    color: var(--text-color);
}

a {
    color: var(--link-color);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

strong, b {
    font-weight: 700; /* Use bold weight for strong/b */
}

em, i {
    font-style: italic;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 1em;
    padding-left: 20px;
}
li {
    margin-bottom: 0.5em;
}

hr.section-divider { /* Style the hr */
    border: 0;
    border-top: 1px solid var(--border-color);
    margin: 40px auto;
    width: 100%; /* Full width */
}

/* --- Top Bar --- */
.top-bar {
    background-color: var(--background-white);
    border-bottom: 1px solid var(--border-color);
    padding: 12px 0; /* Adjusted padding */
}
.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Remove old logo styles if not needed */
.logo-icon { display: none; }
.text-logo {
    font-size: 1.2em; /* Slightly larger */
    font-weight: 600;
    color: var(--secondary-accent); /* Dark grey logo text */
    line-height: 1;
    text-transform: none;
}
.ad-disclosure a {
    font-size: 0.85em;
    color: #6c757d;
    text-transform: none; /* No uppercase */
    letter-spacing: 0;
}

/* --- Header --- */
.lp1-header {
    background-color: var(--background-white);
    padding: 50px 0 30px 0; /* Adjusted padding */
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}
.lp1-header h1 {
    margin-bottom: 15px;
    font-weight: 700; /* Ensure bold */
}
.lp1-header .subtitle {
    font-size: 1.1em; /* Slightly smaller subtitle */
    color: #555; /* Darker grey subtitle */
    margin-bottom: 25px;
    max-width: 100%;
    line-height: 1.5;
}
.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.9em; /* Slightly smaller author info */
    color: #666;
    margin-top: 25px;
    margin-bottom: 5px;
    line-height: 1.4;
}
.author-image {
    border-radius: 50%;
    width: 45px; /* Slightly smaller */
    height: 45px;
    object-fit: cover;
}
.author-text p {
    margin: 0;
}
.author-text strong {
    color: var(--heading-color); /* Use heading color for name */
    font-weight: 600;
}
.author-text em {
    font-size: 0.9em;
    color: #777;
    font-style: normal;
    display: block;
}
.lp1-header .last-updated {
    font-size: 0.85em; /* Slightly larger updated text */
    color: #777;
    margin-top: 15px; /* More space above */
    text-align: left;
}

/* --- Main Content --- */
.lp1-main-content {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: transparent;
    border: none;
}

/* General Content Section Styling */
.content-section {
    margin-bottom: 35px;
    background-color: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
}

/* Product cards and special sections should keep their boxes */
.product-list-lp1 > *, /* Style direct children: article, div.product-card */
.mini-top-pick,
.bottom-top-pick {
    background-color: var(--background-white);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-base);
    padding: 30px;
    margin-bottom: 35px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Intro Section - No Box */
.intro-narrative {
    margin: 40px 0;
}

/* Buying Guide Sections */
.buying-guide {
    margin: 40px 0;
}

/* Apply box style ONLY to the second (or subsequent) adjacent buying guide */
.buying-guide + .buying-guide {
    border: 2px solid #28a745;
    padding: 25px;
    background-color: #fff;
}

/* Ensure list items inside the boxed buying guide are styled */
.buying-guide + .buying-guide h2 {
    font-size: 1.8em;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

.buying-guide + .buying-guide h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #000;
    margin: 25px 0 15px;
}

.buying-guide + .buying-guide p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
}

.buying-guide + .buying-guide ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.buying-guide + .buying-guide li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}

.buying-guide + .buying-guide li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    color: #28a745;
    font-weight: bold;
    font-size: 1.3em;
}

/* Danger Section */
.danger-section {
    margin: 40px 0;
    border: 2px solid #dc3545;
    padding: 25px;
    background-color: #fff;
}

.danger-section h2 {
    color: #dc3545;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 25px;
}

.danger-section h3 {
    color: #000;
    font-size: 1.4em;
    font-weight: 600;
    margin: 25px 0 15px;
}

.danger-section ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.danger-section li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}

.danger-section li::before {
    content: "×";
    position: absolute;
    left: 0;
    top: -4px;
    color: #dc3545;
    font-weight: bold;
    font-size: 1.6em;
}

/* Solution Section */
.solution-section {
    margin: 40px 0;
}

.solution-section h2 {
    font-size: 1.8em;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
}

/* Final Offer Section */
.final-offer-section {
    margin: 40px 0;
    border: 1px solid #f1c40f;
    padding: 35px;
    background-color: #fffdf5;
}

.final-offer-section h2 {
    font-size: 2em;
    font-weight: 700;
    color: #000;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.final-offer-section p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #333;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.offer-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.4;
}

.offer-star {
    margin-right: 8px;
    color: #f1c40f;
}

.offer-checkmark {
    margin-right: 8px;
    color: #28a745;
}

.offer-text {
    flex: 1;
}

.apply-discount-button {
    display: inline-block;
    background-color: #343a40;
    color: #fff;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    border: none;
    margin-top: 10px;
}

.apply-discount-button:hover {
    background-color: #23272b;
    text-decoration: none;
    transform: translateY(-1px);
}

.apply-discount-button .arrow {
    margin-left: 10px;
}

/* Bottom Top Pick Box */
.bottom-top-pick.final-pick-box {
    background-color: #f8f9fa;
    border: 1px solid #000; /* Add black border */
    padding: 35px;
    margin: 40px 0;
    text-align: center;
}

.final-pick-box h3 {
    font-size: 2em;
    font-weight: 700;
    color: #000;
    margin: 0 0 30px 0;
    line-height: 1.2;
}

.final-pick-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
}

.final-pick-box li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.4;
}

.final-pick-box li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.final-pick-box .cta-button-bottom-pick {
    display: inline-block;
    background-color: #343a40;
    color: #fff;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    border: none;
}

.final-pick-box .cta-button-bottom-pick:hover {
    background-color: #23272b;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Detailed Product Card */
.product-detailed-card {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    padding: 0;
    margin-bottom: 35px;
    box-shadow: none;
}

.detailed-card-header {
    background-color: #f8f8f8;
    padding: 25px 30px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.detailed-title {
    font-size: 1.6em;
    margin: 0;
    color: #000;
    font-weight: 700;
}

.detailed-subtitle {
    font-size: 0.9em;
    color: #666;
    margin: 5px 0 0 0;
}

.gold-award-badge {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 70px;
    height: 70px;
}

.detailed-card-main {
    display: grid;
    grid-template-columns: 250px 1fr 1fr;
    gap: 20px;
    padding: 25px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.detailed-image-col {
    text-align: center;
}

.detailed-image-col img {
    max-width: 100%;
    height: auto;
}

.grade-box-detailed, .rating-box-detailed {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
}

.grade-box-detailed p, .rating-box-detailed p {
    margin: 0 0 10px 0;
    font-size: 0.9em;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.grade-letter {
    font-size: 3em;
    font-weight: 700;
    color: #2196f3;
    line-height: 1;
    margin-bottom: 5px;
}

.rating-score {
    font-size: 2.5em;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}

.rating-stars {
    color: #ffc107;
    font-size: 1.2em;
}

.complete-breakdown {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.complete-breakdown h3 {
    font-size: 0.85em;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.complete-breakdown p {
    margin: 0 0 15px 0;
    line-height: 1.6;
    color: #333;
    font-size: 0.95em;
}

.complete-breakdown p strong {
    color: #000;
}

.detailed-rating-bars {
    padding: 25px 30px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.detailed-bar-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.detailed-bar-label {
    flex: 0 0 130px;
    font-size: 0.9em;
    color: #666;
}

.detailed-bar-bg {
    flex-grow: 1;
    height: 12px;
    background-color: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
}

.detailed-bar-fill {
    height: 100%;
    background-color: #f1c40f;
    border-radius: 6px;
}

.detailed-bar-score {
    min-width: 45px;
    text-align: right;
    font-size: 0.9em;
    color: #333;
    font-weight: 600;
}

.pros-cons-detailed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.pros-detailed h4, .cons-detailed h4 {
    font-size: 1em;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.pros-cons-detailed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pros-cons-detailed li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 0.9em;
    color: #333;
    line-height: 1.4;
}

.pros-detailed li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
}

.cons-detailed li::before {
    content: "×";
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: bold;
}

.bottom-line-detailed {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.bottom-line-detailed h4 {
    font-size: 0.85em;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bottom-line-detailed p {
    margin: 0 0 15px 0;
    line-height: 1.6;
    color: #333;
    font-size: 0.95em;
}

.discount-box-detailed {
    margin: 30px;
    padding: 15px;
    text-align: center;
    border: 1px solid #f1c40f;
    border-radius: 3px;
    background-color: #fffdf5;
}

.discount-box-detailed p {
    margin: 0 0 15px 0;
    font-size: 1em;
    color: #333;
}

.visit-site-button-container {
    padding: 25px 30px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.cta-button-visit-site {
    display: inline-block;
    background-color: #343a40;
    color: #fff;
    padding: 12px 30px;
    font-size: 0.95em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

.cta-button-visit-site:hover {
    background-color: #23272b;
    text-decoration: none;
}

/* --- Buttons --- */
.cta-button,
.cta-button-bottom-pick,
.cta-button-visit-site,
.cta-button-deal,
.apply-discount-button {
    display: inline-block;
    padding: 12px 24px; /* Adjusted padding */
    text-decoration: none !important; /* Force no underline */
    font-weight: 600; /* Bold button text */
    border-radius: var(--border-radius-base);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
    font-size: 1em; /* Standard button font size */
    border: 1px solid var(--secondary-accent); /* Add border matching background */
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    background-color: var(--secondary-accent); /* Dark grey background */
    color: var(--background-white) !important; /* White text */
    line-height: 1.4; /* Ensure text is centered vertically */
}

.cta-button:hover,
.cta-button-bottom-pick:hover,
.cta-button-visit-site:hover,
.cta-button-deal:hover,
.apply-discount-button:hover {
    background-color: var(--background-white); /* White background on hover */
    color: var(--secondary-accent) !important; /* Dark grey text on hover */
    border-color: var(--secondary-accent); /* Ensure border matches text */
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.08); /* Slightly softer shadow */
    text-decoration: none !important; /* Keep no underline on hover */
}

/* Arrow styling for buttons */
.cta-button .arrow,
.cta-button-bottom-pick .arrow,
.cta-button-deal .arrow,
.apply-discount-button .arrow {
    display: inline-block;
    margin-left: 8px;
    transition: transform 0.2s ease;
    font-weight: bold; /* Make arrow bold */
}

.cta-button:hover .arrow,
.cta-button-bottom-pick:hover .arrow,
.cta-button-deal:hover .arrow,
.apply-discount-button:hover .arrow {
    transform: translateX(3px);
}

/* --- Mini Top Pick Specific Styles --- */
.mini-top-pick {
    background-color: #fffdf5; /* Light warm/yellow tint */
    border: 1px solid #000;
    border-radius: 0;
    padding: 25px;
    margin: 30px 0;
    box-shadow: none;
}

.mini-pick-title {
    font-size: 1.8em;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    text-decoration: underline;
}

.mini-top-pick .bottom-pick-content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: center; /* Center the content horizontally */
}

.mini-top-pick .bottom-pick-image {
    flex: 0 0 250px;
    position: relative;
    background-color: #f8f8f8;
    padding: 0;
    border: none;
    border-radius: 0;
    text-align: center; /* Center the image placeholder text */
}

.mini-top-pick .award-badge-mini {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 70px;
    height: 70px;
    background-color: #f1c40f;
    border-radius: 50%;
    padding: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
    font-weight: 600;
    color: #fff;
    z-index: 2;
}

.mini-top-pick .bottom-pick-details {
    flex: 1;
    padding-top: 5px;
    max-width: 600px; /* Limit the width for better readability */
}

.mini-top-pick .bottom-pick-details ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.mini-top-pick .bottom-pick-details li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #333;
    line-height: 1.4;
}

.mini-top-pick .bottom-pick-details li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 1.2em;
}

.mini-pick-cta {
    display: inline-block;
    background-color: #343a40;
    color: #fff;
    padding: 12px 25px;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mini-pick-cta:hover {
    background-color: #23272b;
    text-decoration: none;
    transform: translateY(-1px);
}

.mini-pick-cta .arrow {
    margin-left: 8px;
    font-weight: bold;
}

/* --- Product List --- */
.product-list-lp1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.product-card {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    padding: 0;
    margin-bottom: 35px;
    box-shadow: none;
}

.product-card-header {
    background-color: #f8f8f8;
    padding: 20px 25px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-rank-badge {
    font-size: 0.9em;
    font-weight: 600;
    color: #666;
    white-space: nowrap;
}

.product-title {
    flex-grow: 1;
    font-size: 1.4em;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.product-grade-box {
    font-size: 1.4em;
    font-weight: 700;
    color: #000;
}

.product-card-body {
    padding: 25px;
}

.product-main-content-wrapper {
    margin-bottom: 25px;
}

.product-details-col {
    margin-bottom: 25px;
}

.product-details-col p {
    margin: 0 0 15px 0;
    line-height: 1.6;
    color: #333;
    font-size: 0.95em;
}

.product-details-col p strong {
    display: block;
    color: #333;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

/* Rating Bars */
.rating-bars {
    margin-top: 25px;
}

.bar-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 15px;
}

.bar-label {
    flex: 0 0 130px;
    font-size: 0.9em;
    color: #666;
}

.bar-bg {
    flex-grow: 1;
    height: 12px;
    background-color: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    background-color: #f1c40f;
    border-radius: 6px;
}

.bar-score {
    min-width: 45px;
    text-align: right;
    font-size: 0.9em;
    color: #333;
    font-weight: 600;
}

/* Pros/Cons */
.product-pros-cons-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.product-pros-cons-col p strong {
    display: block;
    font-size: 1em;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-pros-cons-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-pros-cons-col li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 0.9em;
    color: #333;
    line-height: 1.4;
}

.product-pros-cons-col .pros li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
}

.product-pros-cons-col .cons li::before {
    content: "×";
    position: absolute;
    left: 0;
    color: #dc3545;
    font-weight: bold;
}

.product-pros-cons-col .cons {
    margin-top: 0;
}

.product-card-footer {
    padding: 20px 25px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
}

.cta-button-deal {
    display: inline-block;
    background-color: #343a40;
    color: #fff;
    padding: 12px 30px;
    font-size: 0.95em;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

.cta-button-deal:hover {
    background-color: #23272b;
    text-decoration: none;
}

.cta-button-deal .arrow {
    margin-left: 8px;
    font-weight: bold;
}

/* Keep box for bottom top pick as it's a special callout */
.bottom-top-pick.final-pick-box {
    background-color: #f8f9fa;
    border: 1px solid #000; /* Add black border */
    padding: 35px;
    margin: 40px 0;
    text-align: center;
}

.content-section h2 {
    margin-bottom: 25px;
    font-weight: 700;
}
.content-section h3 {
    font-size: 1.5em; /* Adjust h3 size */
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* --- Footer --- */
.lp1-footer {
    background-color: var(--secondary-accent); /* Dark background */
    color: #ccc; /* Light grey text */
    padding: 40px 0 30px 0;
    font-size: 0.9em;
    margin-top: 40px; /* Space above footer */
}

.lp1-footer .container {
    text-align: center;
}

.lp1-footer nav {
    margin-bottom: 15px;
}
.lp1-footer nav a {
    color: #fff; /* White links */
    margin: 0 10px;
    text-decoration: none;
}
.lp1-footer nav a:hover {
    text-decoration: underline;
}
.lp1-footer .copyright {
    margin-bottom: 20px;
    font-size: 0.95em;
    color: #fff; /* White copyright */
}
.lp1-footer .disclaimer {
    font-size: 0.8em;
    color: #aaa; /* Dimmer disclaimer */
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto; /* Center disclaimer */
}

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    :root { --base-font-size: 15px; }
    h1 { font-size: 2.1em; }
    h2 { font-size: 1.7em; }
    h3 { font-size: 1.4em; }

    .container { padding: 0 15px; }

    .lp1-header { padding: 40px 0 25px 0; }
    .lp1-header .subtitle { font-size: 1.05em; }

    .content-section, .product-list-lp1 > *, .mini-top-pick, .bottom-top-pick {
        padding: 20px;
        margin-bottom: 25px;
    }

    /* Adjust mini top pick layout */
    .mini-top-pick .bottom-pick-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .mini-top-pick .bottom-pick-image {
        flex-basis: auto; /* Allow image area to resize */
        width: 180px;
        height: 135px;
        margin-bottom: 15px;
    }
    .mini-top-pick .award-badge-mini {
        width: 50px;
        height: 50px;
        font-size: 0.8em;
        top: -10px;
        left: -10px;
    }
    .mini-top-pick .bottom-pick-details ul {
        margin-bottom: 15px;
        text-align: left; /* Keep list text left-aligned */
    }
    .mini-pick-cta {
         /* Ensure button is centered */
         margin: 0 auto;
         display: block;
         width: fit-content;
    }

    /* Adjust detailed card layout */
    .detailed-card-main { grid-template-columns: 1fr; }
    .detailed-image-col { max-width: 300px; margin: 0 auto; }
    .pros-cons-detailed { grid-template-columns: 1fr; gap: 20px; }

    /* Adjust simpler card layout */
     .product-main-content-wrapper {
        flex-direction: column; /* Stack image and text */
        align-items: center; /* Center items */
        gap: 20px;
    }
    .product-image-col {
        flex-basis: auto; /* Allow image area to resize */
        width: 100%;
        max-width: 250px; /* Limit image size */
    }
    .product-details-pros-cons-stack {
        width: 100%; /* Take full width */
    }
    .product-card-header { flex-wrap: wrap; justify-content: center; text-align: center; } /* Allow header items to wrap */
    .product-title { order: 1; width: 100%; margin-bottom: 10px; text-align: center; } /* Center title below rank/grade */
    .product-rank-badge { order: 2; }
    .product-grade-box { order: 3; }
    .product-card-footer { text-align: center; }

    .bar-label { flex-basis: 100px; font-size: 0.85em; }
    .bar-score { font-size: 0.85em; }

    .final-offer-section h2 { font-size: 1.8em; }

    .final-pick-box h3 { font-size: 1.8em !important; }
    .final-pick-box .final-pick-details li { font-size: 1em !important; }

    .mini-pick-title {
        font-size: 1.5em;
    }

    .product-card-header {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }

    .product-title {
        width: 100%;
        order: 1;
        text-align: center;
        margin-bottom: 10px;
    }

    .product-rank-badge {
        order: 2;
    }

    .product-grade-box {
        order: 3;
    }

    .product-pros-cons-col {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .buying-guide + .buying-guide,
    .danger-section {
        padding: 20px;
    }

    .buying-guide h2,
    .danger-section h2,
    .solution-section h2 {
        font-size: 1.6em;
    }

    .buying-guide h3,
    .danger-section h3 {
        font-size: 1.3em;
    }

    .buying-guide li,
    .danger-section li {
        padding-left: 30px;
    }
}

@media (max-width: 480px) {
    :root { --base-font-size: 14px; }
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.3em; }

    .lp1-header { padding: 30px 0 20px 0; }
    .author-info { flex-direction: column; align-items: flex-start; }

    .cta-button, .cta-button-bottom-pick, .cta-button-visit-site, .cta-button-deal, .apply-discount-button {
        font-size: 0.95em;
        padding: 10px 20px;
    }
    .apply-discount-button { padding: 12px 25px; }
    .final-pick-cta { padding: 12px 25px !important; font-size: 1em !important; }

    .offer-list-item { flex-direction: column; text-align: center; padding: 15px; }
    .offer-checkmark { margin: 0 0 10px 0; }

    .lp1-footer { font-size: 0.85em; }
    .lp1-footer .disclaimer { font-size: 0.75em; }

    .product-card-header {
        padding: 15px 20px;
    }

    .product-title {
        font-size: 1.2em;
    }

    .product-card-body {
        padding: 20px;
    }

    .cta-button-deal {
        width: 100%;
    }

    .buying-guide h2,
    .danger-section h2,
    .solution-section h2 {
        font-size: 1.4em;
    }

    .buying-guide h3,
    .danger-section h3 {
        font-size: 1.2em;
    }

    .buying-guide li,
    .danger-section li {
        padding-left: 25px;
        font-size: 0.95em;
    }
} 