/* ============================================
   AngelSense Presell - Advertorial Styles
   Color Scheme: Charcoal + Burgundy + Champagne
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Georgia", "Times New Roman", serif;
    background-color: #ffffff;
    color: #2c2c2c;
    line-height: 1.8;
    font-size: 18px;
}

/* Advertorial Banner */
.adv-banner {
    background-color: #f4f6f8;
    width: 100%;
    padding: 6px 20px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8a95a3;
    border-bottom: 1px solid #dfe3e8;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Header */
.site-header {
    background-color: #2d2926;
    width: 100%;
    padding: 14px 24px;
    border-bottom: 3px solid #8b2635;
}

.header-inner {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.header-brand {
    color: #ffffff;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.header-brand-sub {
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9b99a;
    margin-top: 2px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Mobile Header */
.mobile-header {
    display: none;
    background-color: #2d2926;
    padding: 12px 16px;
    text-align: center;
}

.mobile-header .header-brand {
    font-size: 22px;
}

/* Main Container */
.main-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Breadcrumb */
.breadcrumb {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    color: #6b7b8d;
    padding: 14px 0 10px;
    border-bottom: 1px solid #e8ecf0;
    margin-bottom: 24px;
}

.breadcrumb a {
    color: #6b7b8d;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #2d2926;
}

.breadcrumb .sep {
    margin: 0 6px;
    color: #b0bac5;
}

.breadcrumb .current {
    color: #2d2926;
    font-weight: 600;
}

/* Headline */
.article-headline {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    color: #1a1a1a;
    margin-bottom: 18px;
}

/* Article Meta */
.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8ecf0;
    margin-bottom: 28px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.meta-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.meta-author {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.meta-date {
    font-size: 12px;
    color: #888;
}

.meta-right {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #666;
}

.meta-views {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Hero Image */
.hero-image {
    width: 90%;
    border-radius: 6px;
    margin: 0 auto 32px;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

/* Content Paragraphs */
.story-text {
    margin-bottom: 28px;
}

.story-text p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.85;
    color: #2c2c2c;
}

.story-text strong {
    color: #1a1a1a;
}

/* Section Subheadings */
.section-heading {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 26px;
    font-weight: 700;
    color: #2d2926;
    margin: 40px 0 20px;
    line-height: 1.3;
    border-left: 4px solid #8b2635;
    padding-left: 16px;
}

/* Inline Quote / Emotional Pull */
.emotional-pull {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: #666;
    text-align: center;
    margin: 36px 0;
    padding: 24px 30px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    background: none;
    line-height: 1.6;
}

.emotional-pull em {
    font-style: normal;
    color: #8b2635;
    font-weight: 700;
}

/* Content Images */
.content-image {
    width: 90%;
    margin: 28px auto;
    border-radius: 6px;
    overflow: hidden;
}

.content-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.content-image .img-caption {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 8px;
    font-style: italic;
}

/* Day Timeline Section */
.day-timeline {
    margin: 36px 0;
}

.timeline-item {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #eef1f4;
}

.timeline-item:last-child {
    border-bottom: none;
}

.timeline-time {
    flex-shrink: 0;
    width: 80px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #8b2635;
    padding-top: 4px;
}

.timeline-content {
    flex: 1;
}

.timeline-title {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 10px;
}

.timeline-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #2c2c2c;
    margin-bottom: 12px;
}

/* Feature Highlight Box */
.feature-box {
    background: linear-gradient(135deg, #f7f4f0 0%, #f0ebe5 100%);
    border: 1px solid #d5cec5;
    border-radius: 8px;
    padding: 24px;
    margin: 32px 0;
}

.feature-box-title {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 14px;
}

.feature-box p {
    font-size: 16px;
    line-height: 1.75;
    color: #3d3835;
}

/* Four Pillars Section */
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 32px 0;
}

.pillar-card {
    background: #ffffff;
    border: 1px solid #dde4ea;
    border-radius: 10px;
    padding: 24px 20px;
    text-align: center;
    transition: box-shadow 0.2s;
}

.pillar-card:hover {
    box-shadow: 0 4px 16px rgba(45, 41, 38, 0.12);
}

.pillar-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.pillar-title {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 8px;
}

.pillar-desc {
    font-size: 14px;
    color: #5a6a7a;
    line-height: 1.6;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* Testimonials Inline */
.testimonial-inline {
    border: 1.5px solid #dde4ea;
    border-radius: 10px;
    padding: 22px 24px;
    margin: 30px 0;
    background: #fafbfc;
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.testimonial-inline img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-inline .testi-body {
    flex: 1;
}

.testimonial-inline .testi-name {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.testimonial-inline .testi-text {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    font-style: italic;
}

/* CTA Section */
.cta-section {
    background: #faf8f5;
    border: 1px solid #e0dbd4;
    border-top: 3px solid #8b2635;
    border-radius: 4px;
    padding: 36px 32px;
    text-align: center;
    margin: 40px 0;
    color: #2d2926;
}

.cta-section .cta-badge {
    display: inline-block;
    background: transparent;
    color: #8b2635;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0;
    border-radius: 0;
    margin-bottom: 12px;
}

.cta-section .cta-title {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
    color: #2d2926;
}

.cta-section .cta-subtitle {
    font-size: 15px;
    color: #5a5550;
    margin-bottom: 22px;
    line-height: 1.6;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.cta-benefits {
    list-style: none;
    margin: 0 auto 26px;
    padding: 0;
    display: table;
    text-align: left;
}

.cta-benefits li {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    color: #3d3835;
    margin-bottom: 9px;
    padding-left: 24px;
    position: relative;
}

.cta-benefits li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #8b2635;
    font-weight: 700;
    font-size: 15px;
}

.cta-button {
    display: inline-block;
    background: #8b2635;
    color: #ffffff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 48px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s, transform 0.1s;
    box-shadow: 0 4px 14px rgba(139, 38, 53, 0.35);
}

.cta-button:hover {
    background: #6e1d2a;
    color: #ffffff;
    transform: translateY(-1px);
}

.cta-button-secondary {
    display: inline-block;
    background: transparent;
    color: #2d2926;
    border: 1px solid #c9b99a;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 12px 36px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 12px;
    transition: background 0.2s, color 0.2s;
}

.cta-button-secondary:hover {
    background: #c9b99a;
    color: #2d2926;
}

/* Inline CTA Button (in-content) */
.inline-cta {
    display: block;
    background: #2d2926;
    color: #ffffff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 24px;
    border-radius: 6px;
    text-decoration: none;
    margin: 32px 0;
    border-left: 5px solid #8b2635;
    /* burgundy left border */
    transition: background 0.2s;
}

.inline-cta:hover {
    background: #3d3835;
}

/* Offer Box */
.offer-box {
    background: #fdf8f8;
    border: 2px solid #8b2635;
    border-radius: 10px;
    padding: 32px 28px;
    margin: 36px 0;
    text-align: center;
}

.offer-box .offer-eyebrow {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8b2635;
    /* burgundy accent */
    margin-bottom: 10px;
}

.offer-box .offer-title {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 26px;
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 14px;
}

.offer-box .offer-price {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #2d2926;
    margin-bottom: 6px;
}

.offer-box .offer-price-sub {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.offer-box .offer-note {
    font-size: 13px;
    color: #777;
    margin-top: 16px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ============================================
   IMAGE PLACEHOLDERS
   Replace these with actual images later
   ============================================ */
.img-placeholder {
    width: 100%;
    min-height: 300px;
    background: linear-gradient(135deg, #e8ecf0 0%, #d1d8e0 50%, #c5ced8 100%);
    border: 2px dashed #9aacbe;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    color: #5a6a7a;
    text-align: center;
    padding: 20px;
    position: relative;
}

.img-placeholder::before {
    content: "\1F5BC  IMAGE PLACEHOLDER";
    display: block;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #7a8a9a;
    margin-bottom: 6px;
}

.img-placeholder::after {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    color: #6b7b8d;
    line-height: 1.5;
    max-width: 80%;
}

.img-placeholder.sidebar-image {
    min-height: 180px;
}

.avatar-placeholder {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c8d8e8 0%, #a8b8c8 100%);
    border: 2px dashed #8a9aaa;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 9px;
    color: #6a7a8a;
    text-align: center;
}

.avatar-placeholder::after {
    content: attr(data-label);
}

.testi-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #c9b99a;
}

/* Facebook Avatar Icon (CSS-only user silhouette) */
.fb-avatar-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e4e6eb;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.fb-avatar-icon::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #bec3c9;
    border-radius: 50%;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.fb-avatar-icon::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 16px;
    background: #bec3c9;
    border-radius: 50% 50% 0 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Rating Badge */
.rating-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 24px 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.rating-stars {
    color: #8b2635;
    font-size: 20px;
    letter-spacing: 2px;
}

.rating-text {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

/* Facebook-Style Comments */
.fb-comments-section {
    margin: 40px 0;
    border-top: 1px solid #ddd;
    padding-top: 24px;
}

.fb-comments-header {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1c1e21;
    margin-bottom: 20px;
}

.fb-comment {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.fb-comment .fb-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.fb-comment .fb-body {
    flex: 1;
}

.fb-comment .fb-bubble {
    background: #f0f2f5;
    border-radius: 18px;
    padding: 10px 14px;
    display: inline-block;
    max-width: 100%;
}

.fb-comment .fb-name {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #050505;
}

.fb-comment .fb-text {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #1c1e21;
    line-height: 1.5;
    margin-top: 2px;
}

.fb-comment .fb-actions {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    color: #65676b;
    margin-top: 4px;
    padding-left: 14px;
}

.fb-comment .fb-actions span {
    margin-right: 12px;
    cursor: pointer;
}

.fb-comment .fb-actions .fb-like-active {
    color: #8b2635;
    font-weight: 700;
}

/* Nested Reply */
.fb-reply {
    margin-left: 50px;
    margin-top: 8px;
}

/* Comment Input */
.fb-comment-input {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #e8ecf0;
}

.fb-comment-input .fb-input-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e4e6eb;
    flex-shrink: 0;
}

.fb-comment-input input {
    flex: 1;
    border: none;
    background: #f0f2f5;
    border-radius: 20px;
    padding: 10px 16px;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #1c1e21;
    outline: none;
}

.fb-comment-input input::placeholder {
    color: #65676b;
}

/* Sidebar */
.page-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

.article-col {
    min-width: 0;
}

.sidebar {
    position: static;
}

.sidebar-card {
    background: #f8f9fb;
    border: 1px solid #e2e6ea;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar-card-title {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 18px;
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #8b2635;
}

/* Trending Section */
.trending-img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 16px;
    object-fit: cover;
}

.trending-desc {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.trending-stats {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 16px;
}

.trending-cta {
    display: block;
    text-align: center;
    background: #8b2635;
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
}

.trending-cta:hover {
    background: #6e1d2a;
}

.sidebar-testimonial {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8ecf0;
}

.sidebar-testimonial:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-testimonial .st-name {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.sidebar-testimonial .st-text {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
}

.sidebar-cta {
    display: block;
    background: #2d2926;
    color: #ffffff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 16px;
    transition: background 0.2s;
}

.sidebar-cta:hover {
    background: #3d3835;
}

.sidebar-image {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 14px;
}

.sidebar-disclaimer {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    color: #999;
    text-align: center;
    margin-top: 8px;
    font-style: italic;
}

/* Two Paths Section */
.two-paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 36px 0;
}

.path-card {
    border-radius: 3px;
    padding: 24px;
}

.path-card.path-old {
    background: #f8f7f5;
    border: 1px solid #e0dbd4;
    border-top: 2px solid #999;
}

.path-card.path-new {
    background: #f8f7f5;
    border: 1px solid #e0dbd4;
    border-top: 2px solid #8b2635;
}

.path-card .path-title {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0dbd4;
}

.path-card.path-old .path-title {
    color: #666;
}

.path-card.path-new .path-title {
    color: #2d2926;
}

.path-card ul {
    list-style: none;
    padding: 0;
}

.path-card li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.path-card.path-old li {
    color: #777;
}

.path-card.path-new li {
    color: #3d3835;
}

.path-card.path-old li::before {
    content: "\2014";
    position: absolute;
    left: 0;
    color: #aaa;
    font-weight: 400;
}

.path-card.path-new li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #8b2635;
    font-weight: 700;
}

/* Footer */
.site-footer {
    background-color: #f5f2ee;
    width: 100%;
    padding: 0;
    margin-top: 60px;
    border-top: 4px solid #8b2635;
}

.footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 32px;
    gap: 40px;
}

.footer-brand {
    max-width: 320px;
}

.footer-logo {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 22px;
    font-weight: 700;
    color: #2d2926;
    margin-bottom: 8px;
}

.footer-tagline {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    color: #6b7b8d;
    line-height: 1.5;
    margin: 0;
}

.footer-nav {
    display: flex;
    gap: 60px;
}

.footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-nav-title {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #2d2926;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 4px 0;
}

.footer-nav-col a {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    color: #5a6a7a;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-nav-col a:hover {
    color: #8b2635;
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid #ddd5c9;
    padding: 20px 0 28px;
}

.footer-disclaimer {
    color: #8a9195;
    font-size: 10.5px;
    line-height: 1.7;
    margin-bottom: 14px;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.footer-copy {
    font-size: 11px;
    color: #999;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 960px) {
    .page-layout {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: static;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .site-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .main-container {
        padding: 0 16px;
    }

    .article-headline {
        font-size: 26px;
    }

    .article-meta {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .section-heading {
        font-size: 22px;
    }

    .emotional-pull {
        font-size: 19px;
        padding: 20px 18px;
    }

    .story-text p {
        font-size: 16px;
    }

    .pillars-grid {
        grid-template-columns: 1fr;
    }

    .two-paths {
        grid-template-columns: 1fr;
    }

    .timeline-item {
        flex-direction: column;
        gap: 8px;
    }

    .timeline-time {
        width: auto;
    }

    .timeline-content p {
        font-size: 15px;
    }

    .testimonial-inline {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cta-section {
        padding: 28px 20px;
    }

    .cta-section .cta-title {
        font-size: 22px;
    }

    .cta-button {
        padding: 14px 32px;
        font-size: 14px;
    }

    .offer-box .offer-price {
        font-size: 34px;
    }

    .fb-reply {
        margin-left: 30px;
    }

    .footer-top {
        flex-direction: column;
        gap: 28px;
    }

    .footer-nav {
        gap: 40px;
    }
}

@media (max-width: 480px) {
    .article-headline {
        font-size: 22px;
    }

    .breadcrumb {
        font-size: 11px;
    }

    .section-heading {
        font-size: 20px;
    }
}
