/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1f2937;
    background: #fff;
    line-height: 1.6;
    font-size: 16px;
}

a {
    color: #1f2937;
    text-decoration: underline;
}

a:hover {
    opacity: 0.8;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    padding-left: 1.5em;
}

li {
    margin-bottom: 0.5em;
}

/* Advertorial Bar */
.advertorial-bar {
    background: #000;
    text-align: center;
    padding: 6px 0;
}

.advertorial-bar p {
    color: #b3b6bd;
    font-size: 14px;
    margin: 0;
}

/* Urgency Banner */
.urgency-banner {
    background: #fcf8e3;
    border: 1px solid #fbeed5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 12px 20px;
    max-width: 795px;
    margin: 24px auto 0;
    font-size: 16px;
    line-height: 1.5;
}

.urgency-banner a {
    color: #1f2937;
    font-weight: 700;
}

/* Page Layout */
.page-container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    gap: 0;
}

.content-area {
    flex: 1;
    min-width: 0;
    max-width: 795px;
}

.main-content {
    padding: 0;
}

/* Sidebar */
.sidebar {
    display: none;
    width: 265px;
    flex-shrink: 0;
    padding-left: 16px;
}

.sidebar-sticky {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 20px 16px;
}

.sidebar-sticky h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 16px;
}

.sidebar-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    background: #e3e3e3;
}

.sidebar-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sidebar-discount {
    font-size: 18px;
    margin-bottom: 12px;
}

.sidebar-cta {
    display: block;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 12px;
}

.sidebar-payments {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.payment-icon {
    font-size: 11px;
    font-weight: 700;
    color: #666;
    background: #f4f4f4;
    padding: 4px 8px;
    border-radius: 4px;
}

/* Headline */
h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin: 24px 0 16px;
    color: #1f2937;
}

/* Author Block */
.author-block {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #e3e3e3;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info p {
    font-size: 14px;
    color: rgba(0,0,0,0.5);
    margin: 0;
    line-height: 1.4;
}

.author-title {
    font-size: 13px !important;
}

/* Sale Link */
.sale-link {
    font-size: 18px;
    margin-bottom: 20px;
}

.sale-link a {
    color: #1f2937;
}

/* Article Images */
.article-image {
    margin-bottom: 24px;
    border-radius: 0;
    overflow: hidden;
    background: #e3e3e3;
}

.article-image img,
.article-image video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.article-video {
    background: transparent;
}

.article-image a {
    display: block;
}

/* Story Box (Crisis Hook) */
.story-box {
    background: #fcf8e3;
    border: 1px solid #fbeed5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 16px 20px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.7;
}

.story-box p {
    margin-bottom: 16px;
}

.story-box p:last-child {
    margin-bottom: 0;
}

/* Article Text */
.article-text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.article-text p {
    margin-bottom: 16px;
}

.article-text h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    margin: 32px 0 16px;
    color: #1f2937;
}

.article-text h2:first-child {
    margin-top: 0;
}

.article-text h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 24px 0 12px;
    color: #1f2937;
}

.article-text a {
    color: #1f2937;
    font-weight: 600;
}

.article-text ul {
    margin-bottom: 16px;
}

/* Quote Bubble */
.quote-bubble {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.quote-bubble > p {
    background: #73f9f9;
    padding: 10px 24px;
    border-radius: 999px;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    margin: 8px 0;
}

/* CTA Buttons */
.cta-button-wrapper {
    text-align: center;
    margin-bottom: 24px;
}

.cta-button {
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #4ba614, #008c00);
    color: #fff !important;
    border: 1px solid #34740e;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: filter 0.2s;
}

.cta-button:hover {
    filter: brightness(0.85);
    opacity: 1;
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.testimonial-card {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 16px;
}

.testimonial-header {
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial-name {
    font-weight: 700;
    color: #000;
    margin-right: 4px;
}

.verified-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.stars {
    color: #f5a623;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 4px;
}

.testimonial-text {
    margin: 12px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

/* Social Comments */
.social-comments {
    margin-bottom: 24px;
}

.comment {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
}

.comment-reply {
    margin-left: 40px;
}

.comment-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #e3e3e3;
}

.comment-avatar-sm {
    width: 24px;
    height: 24px;
}

.comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-body {
    flex: 1;
    min-width: 0;
}

.comment-bubble {
    background: #f0f2f5;
    padding: 8px 12px;
    border-radius: 16px;
}

.comment-name {
    font-weight: 600;
    font-size: 13px;
    color: #050505;
}

.comment-text {
    font-size: 15px;
    color: #050505;
    line-height: 1.4;
}

.comment-meta {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #65676b;
    margin-top: 4px;
    flex-wrap: wrap;
}

.dot {
    margin: 0 2px;
}

.meta-bold {
    font-weight: 700;
}

.comment-reactions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
    color: #65676b;
}

.reaction-icon {
    font-size: 14px;
}

/* Disclaimer */
.disclaimer {
    text-align: center;
    font-size: 12px;
    opacity: 0.75;
    margin: 32px 0 24px;
    line-height: 1.6;
}

.disclaimer p {
    margin-bottom: 8px;
}

/* Sticky Mobile CTA */
.sticky-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: linear-gradient(180deg, #4ba614, #008c00);
    transition: transform 0.3s ease;
}

.sticky-mobile-cta.visible {
    display: block;
}

.sticky-cta-link {
    display: block;
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    font-size: 19px;
    padding: 12px 20px;
    text-decoration: none;
    border: 1px solid #34740e;
}

/* Sticky Desktop Bar */
.sticky-desktop-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #000;
    transition: transform 0.3s ease;
}

.sticky-desktop-bar.visible {
    display: block;
}

.sticky-bar-inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-bar-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sticky-bar-brand {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.sticky-bar-stars {
    color: #f5a623;
    font-size: 18px;
    letter-spacing: 1px;
}

.sticky-bar-cta {
    background: #0ed13d;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    min-width: 200px;
    text-align: center;
    transition: opacity 0.2s;
}

.sticky-bar-cta:hover {
    opacity: 0.8;
}

/* Footer */
.site-footer {
    padding: 16px 0;
    border-top: 1px solid #eee;
}

.footer-inner {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-copy {
    font-size: 12px;
    color: #4a4a4a;
}

.footer-payments {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

/* Responsive */
@media (min-width: 640px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .page-container {
        padding: 0 24px;
    }

    .urgency-banner {
        max-width: 1060px;
        margin-left: auto;
        margin-right: auto;
    }

    h1 {
        font-size: 42px;
    }

    .sidebar {
        display: block;
    }

    .sticky-mobile-cta {
        display: none !important;
    }

    .footer-inner {
        flex-wrap: nowrap;
    }
}

@media (min-width: 960px) {
    .testimonials-grid:not(.testimonials-grid-2col) {
        grid-template-columns: repeat(3, 1fr);
    }

    h1 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .sticky-desktop-bar {
        display: none !important;
    }

    .page-container {
        flex-direction: column;
    }

    .content-area {
        max-width: 100%;
    }

    h1 {
        font-size: 28px;
    }

    .article-text h2 {
        font-size: 24px;
    }

    .article-text h3 {
        font-size: 20px;
    }

    .cta-button {
        font-size: 18px;
    }

    .story-box {
        font-size: 16px;
    }

    .article-text {
        font-size: 16px;
    }

    .comment-reply {
        margin-left: 32px;
    }

    body.sticky-active {
        padding-bottom: 60px;
    }
}