/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.main-header {
    background-color: #3d2817;
    border-bottom: 2px solid #2a1a0f;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

.logo-box {
    background-color: #5a3f2f;
    padding: 12px 20px;
    border-radius: 4px;
}

.logo-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}

.logo-image {
    height: 60px;
    width: auto;
    display: block;
}

.header-cta-button {
    background-color: #fff;
    color: #3d2817;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.header-cta-button:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Hero Section */
.hero-section {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
                url('images/canadian-brands.webp') center/cover;
    background-attachment: fixed;
    min-height: 400px;
    display: flex;
    align-items: center;
    padding: 60px 20px;
    margin-bottom: 40px;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    filter: blur(2px);
}

.hero-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    z-index: 1;
}


.hero-category {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #d4a574;
    font-weight: 600;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.6;
    color: #f0f0f0;
    max-width: 900px;
}

/* Main Container */
.main-container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
}

/* Article Content */
.article-content {
    flex: 1;
    max-width: 800px;
}

/* Article Meta */
.article-meta {
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #3d2817;
}

.author-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.author-name {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.publish-date {
    font-size: 14px;
    color: #666;
}

/* Story Sections */
.story-section,
.discovery-section,
.solution-section,
.nicotine-section,
.experience-section {
    margin: 40px 0;
}

.story-section p,
.discovery-section p,
.solution-section p,
.nicotine-section p,
.experience-section p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.lead-paragraph {
    font-size: 22px;
    font-weight: 500;
    color: #3d2817;
    line-height: 1.7;
    margin-bottom: 25px;
}

h2 {
    font-size: 32px;
    color: #3d2817;
    margin: 50px 0 25px 0;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    color: #3d2817;
    margin: 35px 0 20px 0;
    font-weight: 600;
}

/* Highlight Box */
.highlight-box {
    background-color: #fff9e6;
    border-left: 4px solid #d4a574;
    padding: 25px;
    margin: 35px 0;
    border-radius: 4px;
}

.highlight-box p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

/* Article Images */
.article-image {
    margin: 40px 0;
    text-align: center;
}

.article-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Media Logos */
.media-logos {
    text-align: center;
    padding: 20px 0;
    margin: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.brands-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 50px 0;
}

.benefit-card {
    background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
    padding: 25px 20px;
    border-radius: 12px;
    border: 3px solid #d4a574;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 15px rgba(61, 40, 23, 0.1);
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.1), transparent);
    transition: left 0.5s;
}

.benefit-card:hover::before {
    left: 100%;
}

.benefit-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 30px rgba(61, 40, 23, 0.2);
    border-color: #3d2817;
}

.benefit-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #d4a574 0%, #b8956a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
    transition: all 0.4s;
}

.benefit-card:hover .benefit-icon-wrapper {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.5);
}

.benefit-icon {
    font-size: 30px;
    line-height: 1;
}

.benefit-card h3 {
    font-size: 18px;
    margin: 10px 0 10px;
    color: #3d2817;
    font-weight: 700;
}

.benefit-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Final CTA */
.final-cta {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 2px solid #3d2817;
}

.final-cta h2 {
    margin-top: 0;
}

.final-cta p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.cta-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
    border: 2px solid #d4a574;
    text-align: center;
}

.cta-box h3 {
    color: #3d2817;
    margin-top: 0;
    margin-bottom: 20px;
}

.cta-box p {
    margin-bottom: 25px;
    font-size: 16px;
}

.cta-link {
    color: #3d2817;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #d4a574;
    transition: color 0.3s;
}

.cta-link:hover {
    color: #5a3f2f;
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: #3d2817;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(61, 40, 23, 0.3);
}

.cta-button:hover {
    background-color: #5a3f2f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(61, 40, 23, 0.4);
}

/* Pulse Animation for CTA Buttons */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(61, 40, 23, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 6px 25px rgba(61, 40, 23, 0.5);
    }
}

.cta-button.pulse {
    animation: pulse 2s ease-in-out infinite;
}

.cta-button.pulse:hover {
    animation: pulse 1s ease-in-out infinite;
}

/* Conclusion */
.conclusion {
    margin: 50px 0;
}

.conclusion p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

/* Sidebar */
.sidebar {
    width: 320px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

/* Sidebar CTA Box */
.sidebar-cta-box {
    background-color: #fff;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border: 2px solid #3d2817;
    overflow: hidden;
}

.sidebar-offer-image {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.sidebar-offer-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

.offer-highlight {
    text-align: center;
    margin: 0;
    padding: 20px 25px;
    background: linear-gradient(135deg, #3d2817 0%, #5a3f2f 100%);
    border-radius: 0;
}

.offer-badge {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.offer-highlight p {
    color: #d4a574;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

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

.offer-benefits li {
    padding: 12px 0;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
}

.offer-benefits li:last-child {
    border-bottom: none;
}

.sidebar-cta-button {
    display: block;
    width: calc(100% - 50px);
    padding: 15px;
    background-color: #3d2817;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 25px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(61, 40, 23, 0.3);
}

.sidebar-cta-button:hover {
    background-color: #5a3f2f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(61, 40, 23, 0.4);
}

.sidebar-cta-button.pulse {
    animation: pulse 2s ease-in-out infinite;
}

.sidebar-cta-button.pulse:hover {
    animation: pulse 1s ease-in-out infinite;
}

.trust-indicators {
    margin: 20px 25px 0;
    padding: 20px 0 25px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.trust-text {
    font-size: 13px;
    color: #666;
    margin: 5px 0;
}

/* Why Choose Save On Cigarettes Section */
.why-choose-section {
    margin: 60px 0;
    padding: 50px 30px;
    background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
    border-radius: 12px;
    border: 2px solid #e0e0e0;
}

.why-choose-header {
    text-align: center;
    margin-bottom: 50px;
}

.saveoncigs-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.why-choose-header h2 {
    font-size: 36px;
    color: #3d2817;
    margin: 0;
}

.highlight-green {
    color: #2d7a2d;
    font-weight: 700;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.why-choose-item {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #e0e0e0;
    transition: all 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.why-choose-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #d4a574;
}

.why-choose-icon-wrapper {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #d4a574 0%, #b8956a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
    transition: all 0.3s;
}

.why-choose-item:hover .why-choose-icon-wrapper {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.5);
}

.why-choose-icon {
    font-size: 36px;
    line-height: 1;
}

.why-choose-item h3 {
    font-size: 16px;
    color: #3d2817;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

/* Comments Section - Facebook Style */
.comments-section {
    background-color: #f0f2f5;
    padding: 50px 0;
    margin-top: 50px;
}

.comments-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.comments-section h2 {
    margin-bottom: 30px;
    color: #3d2817;
    font-size: 28px;
    font-weight: 700;
}

.comment-threads {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comment {
    display: flex;
    gap: 12px;
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #e4e6eb;
}

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

.comment-header {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 4px;
}

.comment-author {
    font-weight: 600;
    color: #050505;
    font-size: 15px;
    cursor: pointer;
}

.comment-author:hover {
    text-decoration: underline;
}

.comment-time {
    font-size: 12px;
    color: #65676b;
    cursor: pointer;
}

.comment-time:hover {
    text-decoration: underline;
}

.comment-text {
    color: #050505;
    line-height: 1.3333;
    font-size: 15px;
    margin-bottom: 8px;
    word-wrap: break-word;
}

.comment-actions {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 4px;
    padding-top: 4px;
}

.comment-like,
.comment-reply {
    background: none;
    border: none;
    color: #65676b;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
    margin-right: 4px;
}

.comment-like:hover,
.comment-reply:hover {
    background-color: #f2f3f5;
}

.comment-like {
    color: #1877f2;
}

.like-count {
    font-size: 13px;
    color: #65676b;
    font-weight: 600;
    margin-left: 8px;
    padding: 4px 0;
}

/* Footer */
.main-footer {
    background-color: #3d2817;
    color: #fff;
    margin-top: 60px;
}

.footer-banner {
    background-color: #2a2a2a;
    padding: 10px 0;
    border-bottom: 1px solid #1a1a1a;
}

.footer-banner .banner-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

.footer-banner .banner-left,
.footer-banner .banner-right {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
}

.footer-section h4 {
    color: #d4a574;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-section p {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #d4a574;
}

.footer-register-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #5a3f2f;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    transition: background-color 0.3s;
}

.footer-register-btn:hover {
    background-color: #6b4f3f;
}

.footer-left {
    text-align: left;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-logo-image {
    max-width: 150px;
    height: auto;
}

.footer-bottom {
    border-top: 1px solid #5a3f2f;
    padding-top: 30px;
}

.footer-disclosure {
    margin-bottom: 25px;
    text-align: left;
}

.footer-disclosure h3 {
    color: #d4a574;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-disclosure p {
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.footer-copyright {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #5a3f2f;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .main-container {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        position: static;
    }
}

@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .why-choose-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .header-container {
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 12px 15px;
    }

    .logo-image {
        height: 50px;
    }

    .header-cta-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .footer-banner .banner-content {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .why-choose-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .story-section p,
    .discovery-section p,
    .solution-section p,
    .nicotine-section p,
    .experience-section p {
        font-size: 16px;
    }

    .lead-paragraph {
        font-size: 20px;
    }

    .posts-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-left,
    .footer-right {
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .cta-button,
    .sidebar-cta-button {
        padding: 12px 25px;
        font-size: 14px;
    }

    .final-cta {
        padding: 25px 20px;
    }
}

/* Mobile Sticky CTA Button */
.mobile-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    border-top: 2px solid #3d2817;
}

@media (min-width: 769px) {
    .mobile-sticky-cta {
        display: none !important;
    }
}

.mobile-cta-text {
    color: #3d2817;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.4;
}

.mobile-cta-button {
    display: block;
    width: 100%;
    padding: 18px 30px;
    background-color: #3d2817;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(61, 40, 23, 0.4);
    transition: background-color 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-cta-button:hover {
    background-color: #5a3f2f;
}

.mobile-cta-button.pulse {
    animation: pulse 2s ease-in-out infinite;
}

.mobile-cta-button.pulse:hover {
    animation: pulse 1s ease-in-out infinite;
}

@media (max-width: 768px) {
    .mobile-sticky-cta {
        display: block;
    }
}

