/* ============================================================
   INSIDER PAGE - CASE STUDY STYLES
   ============================================================ */

/* Global suffix styling - make all +, %, x, Days yellow */
.cs__number-sup,
.cs__number-days {
    color: #F6BC0E !important;
    font-weight: 700;
    white-space: nowrap;
    display: inline;
}

/* Make plus signs, percentages, and "days" text yellow in result numbers */
.cs__number {
    color: #111111;
}

.cs__number span,
.cs__number sup {
    color: #F6BC0E !important;
}

/* ── Global text overflow fix ──
   Prevent any long unbroken text from overflowing its container */
.cs__text,
.cs__heading,
.cs__quote-text,
.cs__quote-attr,
.cs__number-label,
.cs__label,
.cs__block,
.cs__quote-block,
.cs__layout-main,
.cs__layout-wrapper {
    word-break: break-word;
    overflow-wrap: anywhere;
    max-width: 100%;
}

/* Force light background on entire page */
body:has(.insider__banner),
html:has(.insider__banner) {
    background: #fafafa !important;
}

body:has(.insider__banner) #smooth-wrapper,
body:has(.insider__banner) #smooth-content,
body:has(.insider__banner) main {
    background: #fafafa !important;
}

/* Reset text colors */
/* body:has(.insider__banner) * {
  color: inherit;
} */

/* Footer styling for insider page */
body:has(.insider__banner) footer,
body:has(.insider__banner) .footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    margin-top: 0 !important;
    width: 100% !important;
}

/* Add padding to body to make footer visible */
body:has(.insider__banner) {
    padding-bottom: 450px;
}



/* ============================================================
   MORE SUCCESS STORIES SECTION
   ============================================================ */

.more-stories {
    background: #f5f5f5;
    padding: 100px 60px 40px;
    border-radius: 0px 0px 40px 40px;
    position: relative;
    z-index: 10;
}

.more-stories__container {
    max-width: 1400px;
    margin: 0 auto;
}

.more-stories__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #b8956d;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}

.more-stories__label::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #ffc107;
    flex-shrink: 0;
}

.more-stories__heading {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    color: #000;
    margin: 0 0 60px;
    line-height: 1.1;
    font-family: Arial, Helvetica, sans-serif;
}

.more-stories__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Story Cards */
.story-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 3px;
}

.story-card:hover {
    transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.story-card--dark {
    background: #fff;
}

.story-card--green {
    background: #fff;
}

.story-card__image {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f1f1f;
    position: relative;
}

.story-card--green .story-card__image {
    background: #0a3d2a;
}

.story-card__icon {
    font-size: 72px;
}

.story-card__tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    background: #ffc107;
    color: #000;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.3px;
    padding: 8px 16px;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.story-card__tag--green {
    background: #ffc107;
}

.story-card__category {
    font-size: 11px;
    font-weight: 600;
    color: #aaa;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 28px 28px 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.story-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin: 0 28px 24px;
    font-family: Arial, Helvetica, sans-serif;
    min-height: auto;
}

.story-card__link {
    font-size: 14px;
    font-weight: 600;
    color: #c9a876;
    text-decoration: none;
    margin: 0 28px 32px;
    font-family: Arial, Helvetica, sans-serif;
    transition: color 0.2s;
}

.story-card__link:hover {
    color: #ffc107;
}

/* ============================================================
   CTA SECTION
   ============================================================ */

.cta-section {
    background: #f5f5f5;
    padding: 40px 60px 120px;
    border-radius: 0 0 40px 40px;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
}

.cta-section::before {
    display: none;
}

.cta-section__container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-section__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #ffc107 !important;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 32px;
}

.cta-section__label::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #ffc107;
    flex-shrink: 0;
}

.cta-section__label::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #ffc107;
    flex-shrink: 0;
}

.cta-section__heading {
    font-size: clamp(36px, 5.5vw, 72px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.15;
    margin: 0 0 28px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.cta-section__highlight {
    color: #ffc107 !important;
}

.cta-section__text {
    font-size: 16px;
    line-height: 1.75;
    color: #888;
    margin: 0 0 48px;
    font-family: Arial, Helvetica, sans-serif;
}

.cta-section__btn {
    display: inline-block;
    background: #2a2a2a;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 21px;
    border-radius: 16px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    transition: color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.cta-section__btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #F6BC0E;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.7s ease, height 0.7s ease;
    z-index: -1;
}

.cta-section__btn:hover::before {
    width: 400px;
    height: 400px;
}

.cta-section__btn:hover {
    background: transparent !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(246, 188, 14, 0.3);
}

/* ============================================================
   BANNER SECTION
   ============================================================ */

.insider__banner {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: auto;
    background: #fff;
    position: relative;
    z-index: 10;
}

.insider__banner-top {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 60px;
    flex: 0 0 auto;
    border-bottom: 1px solid #e0e0e0;
}

.insider__banner-content {
    width: 100%;
    max-width: 1400px;
    
}

.insider__banner-title {
    font-size: clamp(24px, 4.5vw, 60px);
    font-weight: 700;
    color: #000;
    margin: 0 0 12px;
    line-height: 1.15;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -0.02em;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.insider__banner-meta {
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
}

.insider__banner-meta-item {
    font-size: clamp(10px, 1.1vw, 13px);
    color: #777;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    gap: 6px;
}

.insider__banner-bottom {
    position: relative;
    overflow: hidden;
    background: #2a2a2a;
    flex: 1;
    max-height: 580px;
}

.insider__banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* ============================================================
   CASE STUDY LAYOUT
   ============================================================ */

.cs__layout-wrapper {
    background: #f8f8f8;
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 10;
}

.cs__layout {
    display: grid;
    grid-template-columns: 1.4fr 400px;
    gap: 50px;
    max-width: 1400px;
    margin: 10px auto 0 auto;
    padding: 10px 60px 50px 60px;
    background-color: #f5f5f5;
    align-items: start;
    box-sizing: border-box;
}

/* Responsive grid adjustment */
@media (max-width: 1199px) {
    .cs__layout {
        grid-template-columns: 1fr;
        padding: 10px 30px 50px 30px;
        margin: 10px auto 0;
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* ============================================================
   LEFT: MAIN CONTENT
   ============================================================ */

.cs__main {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 0 10px 0;
}

/* Responsive padding adjustment */
@media (max-width: 1199px) {
    .cs__main {
        padding: 0 0 30px 0;
        gap: 35px;
    }
}

@media (max-width: 767px) {
    .cs__main {
        padding: 0 0 25px 0;
        gap: 30px;
    }
}

@media (max-width: 479px) {
    .cs__main {
        padding: 0 0 20px 0;
        gap: 25px;
    }
}


.cs__block {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.cs__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #d4a574;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    /* margin-bottom: 16px; */
    /* background: #fff9f0; */
    padding: 4px 10px;
    border-radius: 3px;
}

.cs__label::before {
    content: '';
    width: 25px;
    height: 2px;
    background: #ffc107;
    flex-shrink: 0;
}

.cs__heading {
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
    line-height: 1.3;
    font-family: Arial, Helvetica, sans-serif;
}

.cs__text {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    margin: 0 0 16px;
    font-family: Arial, Helvetica, sans-serif;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.cs__text:last-child {
    margin-bottom: 0;
}

/* Strategy Two Columns */
.cs__two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.cs__col {
    padding: 24px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}

.cs__col--plain {
    background: #f8f8f8;
}

.cs__col--yellow {
    background: #fffef5;
    border: 1px solid #f6bc0e;
}

.cs__col-title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0 0 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.cs__col-title--yellow {
    color: #6c540dbd;
}

.cs__col-text {
    font-size: 13px;
    line-height: 1.7;
    color: #555;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* Execution Steps */
.cs__steps {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 20px;
}

.cs__step {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    align-items: flex-start;
}

.cs__step-num {
    width: 50px;
    height: 50px;
    background: #ffc107;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.cs__step-body {
    padding-top: 4px;
}

.cs__step-title {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.cs__step-text {
    font-size: 13px;
    line-height: 1.75;
    color: #555;
    padding-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e8e8e8;
}

/* Remove border from last step */
.cs__step:last-child .cs__step-text {
    border-bottom: none;
    padding-bottom: 0;
}

/* Quote Block */
.cs__quote-block {
    background: #fffdf0;
    padding: 50px 45px;
    border-radius: 0 10px 10px 0;
    box-shadow: none;
    border-left: 5px solid #ffc107;
}

.cs__quote-mark {
    font-size: 56px;
    color: #ffc107;
    line-height: 1;
    font-family: Georgia, serif;
    margin-bottom: 20px;
    font-weight: 700;
}

.cs__quote-text {
    font-size: 17px;
    line-height: 1.7;
    color: #1a1a1a;
    font-weight: 500;
    margin: 0 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.cs__quote-attr {
    font-size: 13px;
    color: #ffc107;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.cs__quote-attr strong {
    color: #ffc107;
    font-weight: 700;
}

/* Results Numbers */
.cs__numbers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.cs__number-card {
    background: #f5f5f5;
    padding: 25px 20px;
    text-align: center;
    border-radius: 12px;
    border: none;
    border: 1px solid #55555526;
}

.cs__number {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin-bottom: 16px;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

.cs__number-sup {
    font-size: 0.65em;
    vertical-align: baseline;
    color: #ffc107;
    font-weight: 700;
    white-space: nowrap;
    margin-left: 2px;
}

.cs__number-days {
    font-size: 0.65em;
    font-weight: 700;
    vertical-align: baseline;
    color: #ffc107;
    margin-left: 4px;
    white-space: nowrap;
    display: inline;
}

.cs__number-label {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

/* ============================================================
   RIGHT: SIDEBAR (NO STICKY)
   ============================================================ */

.cs__sidebar {
    position: relative;
    align-self: start;
}

.cs__sidebar-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .cs__sidebar-inner {
        margin-right: 0;
    }
}

.cs__sidebar-block {
    background: #fff;
    padding: 17px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.cs__sidebar-details {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 16px;
}

.cs__sidebar-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #66666640;
    gap: 16px;
}

.cs__sidebar-row:last-child {
    border-bottom: none;
}

.cs__sidebar-key {
    font-size: 12px;
    color: #999;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    flex-shrink: 0;
}

.cs__sidebar-val {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}

/* Tags */
.cs__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.cs__tag {
    display: inline-block;
    padding: 7px 14px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
}

.cs__tag--yellow {
    background: #fff9e6;
    color: #886610;
    border: 1px solid #f0e6c0;
}

.cs__tag--grey {
    background: #ffc1071a;
    color: #886610;
    border: 1px solid #f0e6c0;
}

/* Share Buttons */
.cs__share-btns {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    margin-top: 16px;
    width: 100%;
}

.cs__share-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 6px;
    font-size: clamp(9px, 1vw, 11px);
    font-weight: 600;
    background: #f8f8f8;
    color: #444;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── SHARE THIS CASE STUDY — Responsive Layout ──
   1250px+  : Copy Link | Share | Email  (ek line)
   <1250px  : Copy Link | Share  (row 1)
              Email              (row 2, full width)
   ─────────────────────────────────────────────── */
@media (max-width: 1240px) {
    .cs__share-btns {
        flex-wrap: wrap;
    }
    .cs__share-btn:nth-child(1),
    .cs__share-btn:nth-child(2) {
        flex: 1 1 calc(50% - 4px);
    }
    .cs__share-btn:nth-child(3) {
        flex: 1 1 100%;
    }
}

.cs__share-btn:hover {
    background: #efefef;
}

/* Sidebar Share Section */
.cs__sidebar-share {
    background: #fff;
    border: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    box-shadow: none;
}

.cs__share-title-sidebar {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d4a574;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    padding-left: 28px;
    display: block;
    width: 100%;
}

.cs__share-title-sidebar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 2px;
    background: #ffc107;
}

.cs__share-buttons-sidebar-horizontal {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
}

.cs__share-btn-sidebar-h {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    background: #ffffff;
    border: 1.5px solid #e2e2e2;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #111111;
    cursor: pointer;
    transition: none;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: -5px;
    
    flex: 0 1 auto;
    min-width: auto;
    justify-content: center;
    white-space: nowrap;
}

.cs__share-btn-sidebar-h i {
    font-size: 13px;
    color: #111111;
    transition: none;
}

.cs__share-btn-sidebar-h:hover {
    background: #ffffff;
    color: #111111;
    border-color: #e2e2e2;
}


.cs__share-btn-sidebar-h:hover i {
    color: #111111;
}

/* CTA Box */
.cs__cta-box {
    background: #1a1a1a;
    color: #fff;
    padding: 32px 28px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.cs__cta-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif;
}

.cs__cta-text {
    font-size: 13px;
    color: #bbb;
    margin: 0;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
}

.cs__cta-btn {
    display: inline-block;
    background: #ffc107;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 24px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    transition: color 0.5s ease, background 0.5s ease;
    margin-top: 6px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.cs__cta-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #000000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.7s ease, height 0.7s ease;
    z-index: -1;
}

.cs__cta-btn:hover::before {
    width: 800px;
    height: 800px;
}

.cs__cta-btn:hover {
    background: transparent !important;
    color: #ffffff !important;
}

.cs__cta-btn span {
    position: relative;
    z-index: 1;
}

/* ============================================================
   RESPONSIVE STYLES MOVED TO insiderpage-responsive.css
   ============================================================ */
/* Banner responsive */
@media (min-width: 1024px) {
    .insider__banner-top {
        padding: 45px 70px;
    }
}

@media (min-width: 1440px) {
    .insider__banner-top {
        padding: 100px 80px 10px;
    }
    
    .insider__banner-bottom {
        max-height: 630px;
    }
}/* ============================================================
   COMPREHENSIVE RESPONSIVE STYLES FOR INSIDER PAGE
   Professional breakpoints from 320px to 1440px+
   Updated: Fully responsive for all screen sizes
   ============================================================ */

/* Extra Large Desktop: 1440px+ */
@media (min-width: 1440px) {
    .insider__banner-top {
        padding: 100px 80px 10px;
    }
    
    .insider__banner-bottom {
        max-height: 630px;
    }
    
    .insider__banner-title {
        font-size: 60px;
        max-width: 700px;
    }
    
    .insider__banner-meta-item {
        font-size: 13px;
    }
    
    .cs__layout {
        max-width: 1400px;
        margin: 0px auto 0 auto;
        grid-template-columns: 1.4fr 400px;
        gap: 50px;
        padding: 10px 60px 50px 60px;
    }
    
    .cs__main {
        padding: 0 0 60px 0;
        gap: 50px;
    }
    
    .cs__block {
        padding: 35px;
    }
    
    .cs__heading {
        font-size: 36px;
    }
    
    .cs__text {
        font-size: 14px;
    }
    
    .cs__label {
        font-size: 12px;
    }
    
    .cs__two-col {
        gap: 20px;
    }
    
    .cs__col {
        padding: 24px;
    }
    
    .cs__col-title {
        font-size: 14px;
    }
    
    .cs__col-text {
        font-size: 13px;
    }
    
    .cs__numbers {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .cs__number-card {
        padding: 32px 24px;
    }
    
    .cs__number {
        font-size: 52px;
    }
    
    .cs__number-label {
        font-size: 13px;
    }
    
    .cs__step {
        gap: 20px;
    }
    
    .cs__step-num {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .cs__step-title {
        font-size: 15px;
    }
    
    .cs__step-text {
        font-size: 13px;
    }
    
    .cs__quote-block {
        padding: 50px 45px;
    }
    
    .cs__quote-mark {
        font-size: 56px;
    }
    
    .cs__quote-text {
        font-size: 17px;
    }
    
    .cs__quote-attr {
        font-size: 13px;
    }
    
    .cs__sidebar-block {
        padding: 24px;
    }
    
    .cs__sidebar-key,
    .cs__sidebar-val {
        font-size: 12px;
    }
    
    .cs__tag {
        font-size: 11px;
        padding: 7px 14px;
    }
    
    .cs__share-btn {
        font-size: 11px;
        padding: 10px 16px;
    }
    
    .cs__cta-box {
        padding: 32px 28px;
    }
    
    .cs__cta-title {
        font-size: 17px;
    }
    
    .cs__cta-text {
        font-size: 13px;
    }
    
    .cs__cta-btn {
        font-size: 13px;
        padding: 14px 24px;
    }
    
    .more-stories {
        padding: 100px 80px 40px;
    }
    
    .more-stories__label {
        font-size: 10px;
    }
    
    .more-stories__heading {
        font-size: 52px;
        margin-bottom: 60px;
    }
    
    .more-stories__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }
    
    .story-card__image {
        height: 280px;
    }
    
    .story-card__icon {
        font-size: 72px;
    }
    
    .story-card__tag {
        font-size: 10px;
        padding: 8px 16px;
    }
    
    .story-card__category {
        font-size: 11px;
        margin: 28px 28px 12px;
    }
    
    .story-card__title {
        font-size: 22px;
        margin: 0 28px 24px;
    }
    
    .story-card__link {
        font-size: 14px;
        margin: 0 28px 32px;
    }
    
    .cta-section {
        padding: 40px 80px 10px;
    }
    
    .cta-section__label {
        font-size: 12px;
        margin-bottom: 32px;
    }
    
    .cta-section__heading {
        font-size: 72px;
        margin-bottom: 28px;
    }
    
    .cta-section__text {
        font-size: 16px;
        margin-bottom: 48px;
    }
    
    .cta-section__btn {
        font-size: 20px;
        padding: 18px 40px;
    }
}

/* Large Desktop: 1200px - 1439px */
@media (min-width: 1200px) and (max-width: 1439px) {
    .insider__banner-top {
        padding: 80px 60px 10px;
    }
    
    .insider__banner-bottom {
        max-height: 600px;
    }
    
    .insider__banner-title {
        font-size: 50px;
        max-width: 600px;
    }
    
    .insider__banner-meta-item {
        font-size: 12px;
    }
    
    .cs__layout {
        grid-template-columns: 1.3fr 380px;
        gap: 40px;
        max-width: 1400px;
        margin: 0px auto 0 auto;
        padding: 10px 60px 50px 60px;
    }
    
    .cs__main {
        padding: 0 0 50px 0;
        gap: 45px;
        
    }
    
    .cs__block {
        padding: 30px;
    }
    
    .cs__heading {
        font-size: 34px;
    }
    
    .cs__text {
        font-size: 14px;
    }
    
    .cs__label {
        font-size: 11px;
    }
    
    .cs__two-col {
        gap: 20px;
    }
    
    .cs__col {
        padding: 24px;
    }
    
    .cs__col-title {
        font-size: 14px;
    }
    
    .cs__col-text {
        font-size: 13px;
    }
    
    .cs__numbers {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    
    .cs__number-card {
        padding: 30px 22px;
    }
    
    .cs__number {
        font-size: 48px;
    }
    
    .cs__number-label {
        font-size: 13px;
    }
    
    .cs__step {
        gap: 20px;
    }
    
    .cs__step-title {
        font-size: 15px;
    }
    
    .cs__step-text {
        font-size: 13px;
    }
    
    .cs__quote-block {
        padding: 48px 42px;
    }
    
    .cs__quote-text {
        font-size: 17px;
    }
    
    .cs__quote-attr {
        font-size: 13px;
    }
    
    .cs__sidebar-block {
        padding: 22px;
    }
    
    .cs__sidebar-key,
    .cs__sidebar-val {
        font-size: 12px;
    }
    
    .cs__tag {
        font-size: 11px;
    }
    
    .cs__cta-box {
        padding: 32px 28px;
    }
    
    .cs__cta-title {
        font-size: 17px;
    }
    
    .cs__cta-text {
        font-size: 13px;
    }
    
    .cs__cta-btn {
        font-size: 13px;
    }
    
    .more-stories {
        padding: 90px 60px 40px;
    }
    
    .more-stories__heading {
        font-size: 48px;
    }
    
    .more-stories__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    
    .story-card__image {
        height: 260px;
    }
    
    .story-card__title {
        font-size: 21px;
    }
    
    .cta-section {
        padding: 40px 60px 10px;
    }
    
    .cta-section__heading {
        font-size: 64px;
    }
    
    .cta-section__text {
        font-size: 16px;
    }
    
    .cta-section__btn {
        font-size: 19px;
    }
}

/* Specific fix for 1180px - 1260px range */
@media (min-width: 1180px) and (max-width: 1260px) {
    .insider__banner-bottom {
        max-height: 580px;
    }
    
    .insider__banner-title {
        font-size: 46px;
    }
    
    .cs__layout {
        grid-template-columns: 1.25fr 360px;
        gap: 38px;
        max-width: 1400px;
        margin: 0px auto 0 auto;
        padding: 10px 60px 30px 60px;
    }
    
    .cs__main {
        padding: 0 0 45px 0;
        gap: 42px;
    }
    
    .cs__block {
        padding: 28px;
    }
    
    .cs__heading {
        font-size: 32px;
    }
    
    .cs__numbers {
        gap: 16px;
    }
    
    .cs__number-card {
        padding: 28px 20px;
    }
    
    .cs__number {
        font-size: 44px;
    }
    
    .cs__quote-block {
        padding: 45px 38px;
    }
    
    .cs__sidebar-block {
        padding: 20px;
    }
    
    .more-stories {
        padding: 85px 55px 40px;
    }
    
    .more-stories__heading {
        font-size: 46px;
    }
    
    .more-stories__grid {
        gap: 22px;
    }
    
    .story-card__image {
        height: 250px;
    }
    
    .cta-section {
        padding: 40px 55px 15px;
    }
    
    .cta-section__heading {
        font-size: 60px;
    }
}

/* Desktop: 1024px - 1199px - OVERRIDE to maintain 2-column layout */
@media (min-width: 1024px) and (max-width: 1199px) {
    /* Override the single column layout for this range */
    .cs__layout {
        grid-template-columns: 1fr 360px !important;
        gap: 24px !important;
        padding: 10px 24px 30px 24px !important;
        margin: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .cs__main {
        padding: 0 0 40px 0 !important;
        gap: 30px !important;
        min-width: 0;
    }
    
    .cs__sidebar-inner {
        margin-right: 0 !important;
    }
    
    .insider__banner-top {
        padding: 60px 30px 10px;
        padding-top: 60px !important; /* Override the 90px header fix */
    }
    
    .insider__banner-bottom {
        max-height: 520px;
    }
    
    .insider__banner-title {
        font-size: 36px;
    }
    
    .insider__banner-meta-item {
        font-size: 11px;
    }
    
    .cs__block {
        padding: 22px 18px;
    }
    
    .cs__heading {
        font-size: 26px;
    }
    
    .cs__text {
        font-size: 13px;
    }
    
    .cs__label {
        font-size: 10px;
    }
    
    .cs__two-col {
        gap: 14px;
    }
    
    .cs__col {
        padding: 18px;
    }
    
    .cs__col-title {
        font-size: 13px;
    }
    
    .cs__col-text {
        font-size: 12px;
    }
    
    .cs__numbers {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    
    .cs__number-card {
        padding: 20px 12px;
    }
    
    .cs__number {
        font-size: 32px;
    }
    
    .cs__number-label {
        font-size: 11px;
    }
    
    .cs__step {
        gap: 14px;
    }
    
    .cs__step-num {
        width: 42px;
        height: 42px;
        font-size: 16px;
        flex-shrink: 0;
    }
    
    .cs__step-title {
        font-size: 14px;
    }
    
    .cs__step-text {
        font-size: 12px;
    }
    
    .cs__quote-block {
        padding: 32px 28px;
    }
    
    .cs__quote-text {
        font-size: 15px;
    }
    
    .cs__quote-attr {
        font-size: 12px;
    }
    
    .cs__sidebar-block {
        padding: 16px;
    }
    
    .cs__sidebar-key,
    .cs__sidebar-val {
        font-size: 11px;
    }
    
    .cs__tag {
        font-size: 10px;
        padding: 5px 10px;
    }
    
    .cs__share-btns {
        flex-wrap: wrap;
    }
    
    .cs__share-btn:nth-child(1),
    .cs__share-btn:nth-child(2) {
        flex: 1 1 calc(50% - 4px);
    }
    
    .cs__share-btn:nth-child(3) {
        flex: 1 1 100%;
    }
    
    .cs__cta-box {
        padding: 22px 18px;
    }
    
    .cs__cta-title {
        font-size: 14px;
    }
    
    .cs__cta-text {
        font-size: 12px;
    }
    
    .cs__cta-btn {
        font-size: 12px;
        padding: 12px 18px;
    }
    
    .more-stories {
        padding: 70px 30px 40px;
    }
    
    .more-stories__heading {
        font-size: 38px;
    }
    
    .more-stories__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    
    .story-card__image {
        height: 200px;
    }
    
    .story-card__title {
        font-size: 18px;
    }
    
    .cta-section {
        padding: 40px 30px 100px;
    }
    
    .cta-section__heading {
        font-size: 48px;
    }
    
    .cta-section__text {
        font-size: 14px;
    }
    
    .cta-section__btn {
        font-size: 16px;
    }
}

/* Specific fix for 1024px - 1060px range */
@media (min-width: 1024px) and (max-width: 1060px) {
    .insider__banner-bottom {
        max-height: 530px;
    }
    
    .insider__banner-title {
        font-size: 38px;
        line-height: 1.2;
    }
    
    .insider__banner-meta-item {
        font-size: 11px;
    }
    
    .cs__layout {
        grid-template-columns: 1.15fr 320px;
        gap: 30px;
        max-width: 100%;
        margin: 10px auto 0 auto;
        padding: 10px 40px 45px 40px;
    }
    
    .cs__main {
        padding: 0 0 35px 0;
        gap: 35px;
    }
    
    .cs__block {
        padding: 24px;
    }
    
    .cs__heading {
        font-size: 28px;
    }
    
    .cs__text {
        font-size: 13px;
        line-height: 1.7;
    }
    
    .cs__label {
        font-size: 10px;
    }
    
    .cs__two-col {
        gap: 16px;
    }
    
    .cs__col {
        padding: 20px;
    }
    
    .cs__col-title {
        font-size: 13px;
    }
    
    .cs__col-text {
        font-size: 12px;
    }
    
    .cs__numbers {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
    
    .cs__number-card {
        padding: 24px 16px;
    }
    
    .cs__number {
        font-size: 38px;
    }
    
    .cs__number-label {
        font-size: 11px;
    }
    
    .cs__step {
        gap: 16px;
    }
    
    .cs__step-num {
        width: 46px;
        height: 46px;
        font-size: 18px;
    }
    
    .cs__step-title {
        font-size: 14px;
    }
    
    .cs__step-text {
        font-size: 12px;
    }
    
    .cs__quote-block {
        padding: 38px 32px;
    }
    
    .cs__quote-mark {
        font-size: 50px;
    }
    
    .cs__quote-text {
        font-size: 15px;
    }
    
    .cs__quote-attr {
        font-size: 12px;
    }
    
    .cs__sidebar-block {
        padding: 18px;
    }
    
    .cs__sidebar-row {
        padding: 10px 0;
    }
    
    .cs__sidebar-key,
    .cs__sidebar-val {
        font-size: 11px;
    }
    
    .cs__tag {
        font-size: 10px;
        padding: 6px 12px;
    }
    
    .cs__share-btn {
        font-size: 10px;
        padding: 9px 14px;
    }
    
    .cs__cta-box {
        padding: 26px 22px;
    }
    
    .cs__cta-title {
        font-size: 15px;
    }
    
    .cs__cta-text {
        font-size: 12px;
    }
    
    .cs__cta-btn {
        font-size: 12px;
        padding: 13px 20px;
    }
    
    .more-stories {
        padding: 70px 40px 35px;
    }
    
    .more-stories__label {
        font-size: 9px;
    }
    
    .more-stories__heading {
        font-size: 40px;
        margin-bottom: 50px;
    }
    
    .more-stories__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
    
    .story-card__image {
        height: 220px;
    }
    
    .story-card__icon {
        font-size: 56px;
    }
    
    .story-card__tag {
        font-size: 9px;
        padding: 6px 12px;
    }
    
    .story-card__category {
        font-size: 10px;
        margin: 20px 20px 10px;
    }
    
    .story-card__title {
        font-size: 18px;
        margin: 0 20px 18px;
    }
    
    .story-card__link {
        font-size: 12px;
        margin: 0 20px 24px;
    }
    
    .cta-section {
        padding: 35px 40px 10px;
    }
    
    .cta-section__label {
        font-size: 10px;
    }
    
    .cta-section__heading {
        font-size: 50px;
        line-height: 1.15;
    }
    
    .cta-section__text {
        font-size: 14px;
    }
    
    .cta-section__btn {
        font-size: 16px;
        padding: 15px 32px;
    }
}

/* Specific fix for 1060px - 1100px range */
@media (min-width: 1060px) and (max-width: 1100px) {
    .insider__banner-bottom {
        max-height: 550px;
    }
    
    .insider__banner-title {
        font-size: 40px;
        line-height: 1.2;
    }
    
    .insider__banner-meta-item {
        font-size: 11px;
    }
    
    .cs__layout {
        grid-template-columns: 1.18fr 330px;
        gap: 32px;
        max-width: 100%;
        margin: 10px auto 0 auto;
        padding: 10px 40px 48px 40px;
    }
    
    .cs__main {
        padding: 0 0 38px 0;
        gap: 38px;
    }
    
    .cs__block {
        padding: 26px;
    }
    
    .cs__heading {
        font-size: 29px;
    }
    
    .cs__text {
        font-size: 13px;
        line-height: 1.7;
    }
    
    .cs__label {
        font-size: 10px;
    }
    
    .cs__two-col {
        gap: 17px;
    }
    
    .cs__col {
        padding: 21px;
    }
    
    .cs__col-title {
        font-size: 13px;
    }
    
    .cs__col-text {
        font-size: 12px;
    }
    
    .cs__numbers {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .cs__number-card {
        padding: 26px 18px;
    }
    
    .cs__number {
        font-size: 40px;
    }
    
    .cs__number-label {
        font-size: 11px;
    }
    
    .cs__step {
        gap: 17px;
    }
    
    .cs__step-num {
        width: 48px;
        height: 48px;
        font-size: 19px;
    }
    
    .cs__step-title {
        font-size: 14px;
    }
    
    .cs__step-text {
        font-size: 12px;
    }
    
    .cs__quote-block {
        padding: 40px 35px;
    }
    
    .cs__quote-mark {
        font-size: 52px;
    }
    
    .cs__quote-text {
        font-size: 15px;
    }
    
    .cs__quote-attr {
        font-size: 12px;
    }
    
    .cs__sidebar-block {
        padding: 12px;
    }
    
    .cs__sidebar-row {
        padding: 10px 0;
    }
    
    .cs__sidebar-key,
    .cs__sidebar-val {
        font-size: 11px;
    }
    
    .cs__tag {
        font-size: 10px;
        padding: 6px 13px;
    }
    
    .cs__share-btn {
        font-size: 10px;
        padding: 9px 15px;
    }
    
    .cs__cta-box {
        padding: 28px 24px;
    }
    
    .cs__cta-title {
        font-size: 15px;
    }
    
    .cs__cta-text {
        font-size: 12px;
    }
    
    .cs__cta-btn {
        font-size: 12px;
        padding: 13px 22px;
    }
    
    .more-stories {
        padding: 75px 45px 38px;
    }
    
    .more-stories__label {
        font-size: 9px;
    }
    
    .more-stories__heading {
        font-size: 42px;
        margin-bottom: 52px;
    }
    
    .more-stories__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 19px;
    }
    
    .story-card__image {
        height: 230px;
    }
    
    .story-card__icon {
        font-size: 60px;
    }
    
    .story-card__tag {
        font-size: 9px;
        padding: 7px 13px;
    }
    
    .story-card__category {
        font-size: 10px;
        margin: 22px 22px 10px;
    }
    
    .story-card__title {
        font-size: 19px;
        margin: 0 22px 20px;
    }
    
    .story-card__link {
        font-size: 12px;
        margin: 0 22px 26px;
    }
    
    .cta-section {
        padding: 38px 45px 15px;
    }
    
    .cta-section__label {
        font-size: 10px;
    }
    
    .cta-section__heading {
        font-size: 52px;
        line-height: 1.15;
    }
    
    .cta-section__text {
        font-size: 14px;
    }
    
    .cta-section__btn {
        font-size: 17px;
        padding: 15px 34px;
    }
}

/* Tablet Landscape: 768px - 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    .insider__banner-top {
        padding: 40px 40px 12px;
    }
    
    .insider__banner-bottom {
        max-height: 420px;
    }
    
   
    .insider__banner-title {
        font-size: clamp(28px, 4.5vw, 38px);
        max-width: 600px;
    }
    
    .insider__banner-meta {
        gap: 20px;
    }
    
    .cs__layout {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 10px 40px 30px 40px;
        margin: 0 auto; max-width: 100%; box-sizing: border-box;
    }
    
    .cs__main {
        padding: 0 0 40px 0;
        gap: 40px;
    }
    
    .cs__sidebar {
        position: static;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .cs__block {
        padding: 32px;
    }
    
    .cs__heading {
        font-size: clamp(24px, 3vw, 30px);
    }
    
    .cs__text {
        font-size: 13px;
        line-height: 1.75;
    }
    
    .cs__numbers {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    
    .cs__number-card {
        padding: 32px 20px;
    }
    
    .cs__number {
        font-size: clamp(28px, 3.5vw, 40px);
    }
    
    .cs__step {
        grid-template-columns: 48px 1fr;
        gap: 18px;
    }
    
    .cs__step-num {
        width: 48px;
        height: 48px;
        font-size: 19px;
    }
    
    .more-stories {
        padding: 70px 40px 40px;
    }
    
    .more-stories__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    
    .cta-section {
        padding: 40px 40px 10px;
    }
    
    .cta-section__heading {
        font-size: clamp(32px, 5vw, 48px);
    }
}

/* Tablet/Mobile: Below 880px - Extra spacing fix */
@media (max-width: 880px) {
    .insider__banner-top {
        padding: 32px 32px 12px;
    }
    
    
    
    .cs__layout {
        padding: 10px 30px 50px 30px;
    }
}

/* Tablet Portrait: 600px - 767px */
@media (min-width: 600px) and (max-width: 767px) {
    .insider__banner-top {
        padding: 32px 28px 16px;
    }
    
    .insider__banner-bottom {
        max-height: 350px;
    }
    
  
    
    .insider__banner-title {
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 14px;
    }
    
    .insider__banner-meta {
        gap: 14px;
        flex-wrap: wrap;
    }
    
    .insider__banner-meta-item {
        font-size: 11px;
        gap: 5px;
    }
    
    .cs__layout {
        grid-template-columns: 1fr;
        gap: 40px;
        margin: 0px 28px 0 28px;
        padding: 10px 20px 50px 20px;
    }
    
    .cs__main {
        padding: 0 0 30px 0;
        gap: 35px;
    }
    
    .cs__block {
        padding: 24px 20px;
    }
    
    .cs__heading {
        font-size: 24px;
        margin-bottom: 16px;
    }
    
    .cs__text {
        font-size: 13px;
        line-height: 1.7;
    }
    
    .cs__label {
        font-size: 10px;
        margin-bottom: 12px;
        letter-spacing: 1.2px;
    }
    
    .cs__label::before {
        width: 20px;
    }
    
    .cs__two-col {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .cs__col {
        padding: 20px;
    }
    
    .cs__col-title {
        font-size: 13px;
    }
    
    .cs__col-text {
        font-size: 12px;
    }
    
    .cs__numbers {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    
    .cs__number-card {
        padding: 24px 16px;
    }
    
    .cs__number {
        font-size: 32px;
        margin-bottom: 12px;
    }
    
    .cs__number-label {
        font-size: 11px;
        line-height: 1.5;
    }
    
    .cs__step {
        grid-template-columns: 44px 1fr;
        gap: 16px;
    }
    
    .cs__step-num {
        width: 44px;
        height: 44px;
        font-size: 17px;
    }
    
    .cs__step-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .cs__step-text {
        font-size: 12px;
        line-height: 1.65;
    }
    
    .cs__quote-block {
        padding: 35px 28px;
    }
    
    .cs__quote-mark {
        font-size: 44px;
        margin-bottom: 16px;
    }
    
    .cs__quote-text {
        font-size: 15px;
        line-height: 1.65;
    }
    
    .cs__quote-attr {
        font-size: 12px;
    }
    
    .cs__sidebar {
        max-width: 100%;
    }
    
    .cs__sidebar-block {
        padding: 20px;
    }
    
    .cs__sidebar-row {
        padding: 10px 0;
    }
    
    .cs__sidebar-key,
    .cs__sidebar-val {
        font-size: 11px;
    }
    
    .cs__tag {
        padding: 6px 12px;
        font-size: 10px;
    }
    
    .cs__share-btn {
        padding: 9px 14px;
        font-size: 10px;
    }
    
    .cs__cta-box {
        padding: 26px 22px;
    }
    
    .cs__cta-title {
        font-size: 16px;
    }
    
    .cs__cta-text {
        font-size: 12px;
    }
    
    .cs__cta-btn {
        font-size: 12px;
        padding: 13px 22px;
    }
    
    .more-stories {
        padding: 55px 28px 35px;
    }
    
    .more-stories__label {
        font-size: 9px;
    }
    
    .more-stories__heading {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .more-stories__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .story-card__image {
        height: 200px;
    }
    
    .story-card__icon {
        font-size: 52px;
    }
    
    .story-card__tag {
        font-size: 9px;
        padding: 7px 13px;
    }
    
    .story-card__category {
        font-size: 10px;
        margin: 22px 22px 10px;
    }
    
    .story-card__title {
        font-size: 18px;
        margin: 0 22px 18px;
        line-height: 1.3;
    }
    
    .story-card__link {
        font-size: 12px;
        margin: 0 22px 24px;
    }
    
    .cta-section {
        padding: 35px 28px 15px;
    }
    
    .cta-section__label {
        font-size: 10px;
        letter-spacing: 2px;
    }
    
    .cta-section__heading {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .cta-section__text {
        font-size: 14px;
        margin-bottom: 32px;
    }
    
    .cta-section__text br {
        display: none;
    }
    
    .cta-section__btn {
        font-size: 15px;
        padding: 15px 32px;
    }
    
    body:has(.insider__banner) {
        padding-bottom: 380px;
    }
}

/* Mobile Large: 480px - 599px */
@media (min-width: 480px) and (max-width: 599px) {
    .insider__banner-top {
        padding: 28px 24px 14px;
    }
    
    .insider__banner-bottom {
        max-height: 300px;
    }
    
   
    
    .insider__banner-title {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 12px;
    }
    
    .insider__banner-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .insider__banner-meta-item {
        font-size: 10px;
        gap: 5px;
    }
    
    .cs__layout {
        grid-template-columns: 1fr;
        gap: 32px;
        margin: 0px 24px 0 24px;
        padding: 10px 16px 45px 16px;
    }
    
    .cs__main {
        padding: 0 0 28px 0;
        gap: 30px;
    }
    
    .cs__block {
        padding: 22px 18px;
    }
    
    .cs__heading {
        font-size: 22px;
        margin-bottom: 14px;
        line-height: 1.3;
    }
    
    .cs__text {
        font-size: 13px;
        line-height: 1.65;
        margin-bottom: 13px;
    }
    
    .cs__label {
        font-size: 9px;
        margin-bottom: 10px;
        letter-spacing: 1.2px;
    }
    
    .cs__label::before {
        width: 18px;
    }
    
    .cs__two-col {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    
    .cs__col {
        padding: 18px;
    }
    
    .cs__col-title {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .cs__col-text {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .cs__numbers {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .cs__number-card {
        padding: 22px 14px;
    }
    
    .cs__number {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .cs__number-label {
        font-size: 11px;
        line-height: 1.5;
    }
    
    .cs__step {
        grid-template-columns: 42px 1fr;
        gap: 14px;
    }
    
    .cs__step-num {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
    
    .cs__step-title {
        font-size: 13px;
        margin-bottom: 8px;
    }
    
    .cs__step-text {
        font-size: 12px;
        line-height: 1.6;
        padding-bottom: 12px;
    }
    
    .cs__quote-block {
        padding: 30px 24px;
    }
    
    .cs__quote-mark {
        font-size: 40px;
        margin-bottom: 14px;
    }
    
    .cs__quote-text {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    
    .cs__quote-attr {
        font-size: 11px;
    }
    
    .cs__sidebar {
        max-width: 100%;
    }
    
    .cs__sidebar-block {
        padding: 18px;
    }
    
    .cs__sidebar-row {
        padding: 9px 0;
    }
    
    .cs__sidebar-key,
    .cs__sidebar-val {
        font-size: 11px;
    }
    
    .cs__tag {
        padding: 6px 11px;
        font-size: 10px;
    }
    
    .cs__share-btn {
        padding: 9px 13px;
        font-size: 10px;
    }
    
    .cs__cta-box {
        padding: 24px 20px;
        gap: 12px;
    }
    
    .cs__cta-title {
        font-size: 15px;
        line-height: 1.4;
    }
    
    .cs__cta-text {
        font-size: 12px;
        line-height: 1.55;
    }
    
    .cs__cta-btn {
        font-size: 12px;
        padding: 12px 20px;
    }
    
    .more-stories {
        padding: 50px 24px 32px;
    }
    
    .more-stories__label {
        font-size: 9px;
        margin-bottom: 10px;
    }
    
    .more-stories__label::before {
        width: 22px;
    }
    
    .more-stories__heading {
        font-size: 28px;
        margin-bottom: 36px;
    }
    
    .more-stories__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    
    .story-card__image {
        height: 180px;
    }
    
    .story-card__icon {
        font-size: 48px;
    }
    
    .story-card__tag {
        font-size: 9px;
        padding: 6px 12px;
        bottom: 16px;
        left: 16px;
    }
    
    .story-card__category {
        font-size: 10px;
        margin: 20px 20px 10px;
    }
    
    .story-card__title {
        font-size: 17px;
        margin: 0 20px 16px;
        line-height: 1.3;
    }
    
    .story-card__link {
        font-size: 12px;
        margin: 0 20px 22px;
    }
    
    .cta-section {
        padding: 32px 24px 15px;
    }
    
    .cta-section__label {
        font-size: 10px;
        letter-spacing: 2px;
        margin-bottom: 24px;
    }
    
    .cta-section__heading {
        font-size: 32px;
        margin-bottom: 18px;
        line-height: 1.15;
    }
    
    .cta-section__text {
        font-size: 13px;
        margin-bottom: 28px;
        line-height: 1.65;
    }
    
    .cta-section__text br {
        display: none;
    }
    
    .cta-section__btn {
        padding: 14px 30px;
        font-size: 14px;
    }
    
    body:has(.insider__banner) {
        padding-bottom: 360px;
    }
}

/* Mobile Medium: 375px - 479px */
@media (min-width: 375px) and (max-width: 479px) {
    .insider__banner-top {
        padding: 24px 20px 14px;
    }
    
    .insider__banner-bottom {
        max-height: 280px;
    }
    
    
    
    .insider__banner-title {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 12px;
    }
    
    .insider__banner-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .insider__banner-meta-item {
        font-size: 10px;
        gap: 4px;
    }
    
    .cs__layout {
        grid-template-columns: 1fr;
        gap: 28px;
        margin: 0px 20px 0 20px;
        padding: 10px 14px 40px 14px;
    }
    
    .cs__main {
        padding: 0 0 26px 0;
        gap: 28px;
    }
    
    .cs__block {
        padding: 20px 16px;
    }
    
    .cs__heading {
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .cs__text {
        font-size: 12px;
        line-height: 1.65;
        margin-bottom: 12px;
    }
    
    .cs__label {
        font-size: 8px;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
    
    .cs__label::before {
        width: 16px;
    }
    
    .cs__two-col {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .cs__col {
        padding: 16px;
    }
    
    .cs__col-title {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .cs__col-text {
        font-size: 11px;
        line-height: 1.6;
    }
    
    .cs__numbers {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .cs__number-card {
        padding: 20px 14px;
    }
    
    .cs__number {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .cs__number-label {
        font-size: 11px;
        line-height: 1.5;
    }
    
    .cs__step {
        grid-template-columns: 40px 1fr;
        gap: 12px;
    }
    
    .cs__step-num {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }
    
    .cs__step-title {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .cs__step-text {
        font-size: 11px;
        line-height: 1.6;
        padding-bottom: 10px;
    }
    
    .cs__quote-block {
        padding: 26px 20px;
    }
    
    .cs__quote-mark {
        font-size: 38px;
        margin-bottom: 12px;
    }
    
    .cs__quote-text {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 14px;
    }
    
    .cs__quote-attr {
        font-size: 11px;
    }
    
    .cs__sidebar {
        max-width: 100%;
    }
    
    .cs__sidebar-block {
        padding: 16px;
    }
    
    .cs__sidebar-row {
        padding: 8px 0;
    }
    
    .cs__sidebar-key,
    .cs__sidebar-val {
        font-size: 10px;
    }
    
    .cs__tag {
        padding: 5px 10px;
        font-size: 9px;
    }
    
    .cs__share-btn {
        padding: 8px 12px;
        font-size: 9px;
    }
    
    .cs__cta-box {
        padding: 22px 18px;
        gap: 10px;
    }
    
    .cs__cta-title {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .cs__cta-text {
        font-size: 11px;
        line-height: 1.55;
    }
    
    .cs__cta-btn {
        font-size: 11px;
        padding: 12px 18px;
    }
    
    .more-stories {
        padding: 45px 20px 28px;
    }
    
    .more-stories__label {
        font-size: 8px;
        margin-bottom: 8px;
    }
    
    .more-stories__label::before {
        width: 20px;
    }
    
    .more-stories__heading {
        font-size: 26px;
        margin-bottom: 32px;
    }
    
    .more-stories__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .story-card__image {
        height: 160px;
    }
    
    .story-card__icon {
        font-size: 44px;
    }
    
    .story-card__tag {
        font-size: 8px;
        padding: 6px 11px;
        bottom: 14px;
        left: 14px;
    }
    
    .story-card__category {
        font-size: 9px;
        margin: 18px 18px 8px;
    }
    
    .story-card__title {
        font-size: 15px;
        margin: 0 18px 14px;
        line-height: 1.3;
    }
    
    .story-card__link {
        font-size: 11px;
        margin: 0 18px 20px;
    }
    
    .cta-section {
        padding: 28px 20px 15px;
    }
    
    .cta-section__label {
        font-size: 9px;
        letter-spacing: 1.8px;
        margin-bottom: 20px;
    }
    
    .cta-section__heading {
        font-size: 28px;
        margin-bottom: 16px;
        line-height: 1.15;
    }
    
    .cta-section__text {
        font-size: 12px;
        margin-bottom: 26px;
        line-height: 1.6;
    }
    
    .cta-section__text br {
        display: none;
    }
    
    .cta-section__btn {
        padding: 13px 28px;
        font-size: 13px;
        border-radius: 12px;
    }
    
    body:has(.insider__banner) {
        padding-bottom: 340px;
    }
}

/* Mobile Small: 320px - 374px */
@media (max-width: 374px) {
    .insider__banner-bottom {
        max-height: 250px;
    }
    
    .insider__banner {
        min-height: auto;
    }
    
    .insider__banner-top {
        padding: 20px 16px 12px;
    }
    
    .insider__banner-content {
        max-width: 100%;
    }
    
    
    
    .insider__banner-title {
        font-size: 18px;
        line-height: 1.25;
        margin-bottom: 10px;
        word-break: break-word;
    }
    
    .insider__banner-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    
    .insider__banner-meta-item {
        font-size: 9px;
        gap: 4px;
    }
    
    .cs__layout {
        grid-template-columns: 1fr;
        gap: 24px;
        margin: 0px 16px 0 16px;
        padding: 10px 12px 35px 12px;
    }
    
    .cs__main {
        padding: 0 0 24px 0;
        gap: 24px;
    }
    
    .cs__block {
        padding: 18px 14px;
    }
    
    .cs__heading {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.25;
    }
    
    .cs__text {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 11px;
    }
    
    .cs__label {
        font-size: 8px;
        margin-bottom: 8px;
        letter-spacing: 1px;
    }
    
    .cs__label::before {
        width: 15px;
        height: 1.5px;
    }
    
    .cs__two-col {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .cs__col {
        padding: 14px;
    }
    
    .cs__col-title {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .cs__col-text {
        font-size: 11px;
        line-height: 1.6;
    }
    
    .cs__numbers {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .cs__number-card {
        padding: 18px 12px;
    }
    
    .cs__number {
        font-size: 26px;
        margin-bottom: 8px;
    }
    
    .cs__number-label {
        font-size: 10px;
        line-height: 1.4;
    }
    
    .cs__step {
        grid-template-columns: 38px 1fr;
        gap: 10px;
    }
    
    .cs__step-num {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
    
    .cs__step-title {
        font-size: 12px;
        margin-bottom: 6px;
    }
    
    .cs__step-text {
        font-size: 11px;
        line-height: 1.6;
        padding-bottom: 8px;
    }
    
    .cs__quote-block {
        padding: 20px 14px;
    }
    
    .cs__quote-mark {
        font-size: 34px;
        margin-bottom: 10px;
    }
    
    .cs__quote-text {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    
    .cs__quote-attr {
        font-size: 10px;
    }
    
    .cs__sidebar {
        max-width: 100%;
    }
    
    .cs__sidebar-block {
        padding: 14px;
    }
    
    .cs__sidebar-row {
        padding: 7px 0;
    }
    
    .cs__sidebar-key,
    .cs__sidebar-val {
        font-size: 10px;
    }
    
    .cs__tag {
        padding: 5px 9px;
        font-size: 9px;
    }
    
    .cs__share-btn {
        padding: 7px 11px;
        font-size: 9px;
    }
    
    .cs__cta-box {
        padding: 18px 14px;
        gap: 10px;
    }
    
    .cs__cta-title {
        font-size: 13px;
        line-height: 1.35;
    }
    
    .cs__cta-text {
        font-size: 11px;
        line-height: 1.5;
    }
    
    .cs__cta-btn {
        font-size: 11px;
        padding: 11px 16px;
    }
    
    .more-stories {
        padding: 35px 16px 24px;
    }
    
    .more-stories__label {
        font-size: 8px;
        margin-bottom: 8px;
    }
    
    .more-stories__label::before {
        width: 18px;
    }
    
    .more-stories__heading {
        font-size: 22px;
        margin-bottom: 28px;
    }
    
    .more-stories__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    
    .story-card__image {
        height: 140px;
    }
    
    .story-card__icon {
        font-size: 38px;
    }
    
    .story-card__tag {
        font-size: 8px;
        padding: 5px 10px;
        bottom: 12px;
        left: 12px;
    }
    
    .story-card__category {
        font-size: 9px;
        margin: 16px 16px 8px;
    }
    
    .story-card__title {
        font-size: 14px;
        margin: 0 16px 12px;
        line-height: 1.3;
    }
    
    .story-card__link {
        font-size: 11px;
        margin: 0 16px 18px;
    }
    
    .cta-section {
        padding: 24px 16px 15px;
    }
    
    .cta-section__label {
        font-size: 8px;
        letter-spacing: 1.5px;
        margin-bottom: 16px;
    }
    
    .cta-section__heading {
        font-size: 22px;
        margin-bottom: 14px;
        line-height: 1.15;
    }
    
    .cta-section__text {
        font-size: 11px;
        margin-bottom: 22px;
        line-height: 1.6;
    }
    
    .cta-section__text br {
        display: none;
    }
    
    .cta-section__btn {
        padding: 12px 24px;
        font-size: 12px;
        border-radius: 10px;
    }
    
    body:has(.insider__banner) {
        padding-bottom: 320px;
    }
}


/* ============================================================
   FIX: Header visibility for all screens below 1200px
   ============================================================ */
@media (max-width: 1199px) {
    .insider__banner-top {
        padding-top: 90px !important;
    }
}

@media (max-width: 767px) {
    .insider__banner-top {
        padding-top: 100px !important;
    }
}

@media (max-width: 479px) {
    .insider__banner-top {
        padding-top: 90px !important;
    }
}

@media (max-width: 374px) {
    .insider__banner-top {
        padding-top: 85px !important;
    }
}

/* ============================================================
   ADDITIONAL RESPONSIVE FIXES FOR VERY SMALL SCREENS
   ============================================================ */

/* Ensure proper text wrapping on all screens */
@media (max-width: 767px) {
    .insider__banner-title br {
        display: none;
    }
}

/* Fix overflow issues on small screens */
@media (max-width: 479px) {
    body:has(.insider__banner) {
        overflow-x: hidden;
    }
    
    .cs__layout-wrapper {
        overflow-x: hidden;
    }
    
    .more-stories,
    .cta-section {
        overflow-x: hidden;
    }
}

/* Ensure buttons are fully visible on small screens */
@media (max-width: 374px) {
    .cs__cta-btn,
    .cta-section__btn {
        width: 100%;
        text-align: center;
    }
    
    .cs__share-btns {
        flex-direction: column;
    }
    
    .cs__share-btn {
        width: 100%;
        text-align: center;
    }
}
/* ============================================================
   INSIDER PAGE - FOOTER FIX FOR MOBILE SCREENS
   Har breakpoint ke liye precise spacing - device ke hisab se
   ============================================================ */

/* 600px - 767px (Tablet Portrait) */
@media (min-width: 600px) and (max-width: 767px) {
  body:has(.insider__banner) {
    padding-bottom: 420px !important;
  }
  
  .cta-section {
   
    margin-bottom: 0 !important;
  }
  
  .more-stories {
    padding-bottom: 50px !important;
    margin-bottom: 0 !important;
  }
  
  body:has(.insider__banner) main {
    padding-bottom: 40px !important;
  }
}

/* 480px - 599px (Large Mobile) */
@media (min-width: 480px) and (max-width: 599px) {
  body:has(.insider__banner) {
    padding-bottom: 440px !important;
  }
  
  .cta-section {
    
    margin-bottom: 0 !important;
  }
  
  .more-stories {
    padding-bottom: 55px !important;
    margin-bottom: 0 !important;
  }
  
  body:has(.insider__banner) main {
    padding-bottom: 45px !important;
  }
}

/* 375px - 479px (Mobile Medium) */
@media (min-width: 375px) and (max-width: 479px) {
  body:has(.insider__banner) {
    padding-bottom: 460px !important;
  }
  
  .cta-section {
    
    margin-bottom: 0 !important;
  }
  
  .more-stories {
    padding-bottom: 60px !important;
    margin-bottom: 0 !important;
  }
  
  body:has(.insider__banner) main {
    padding-bottom: 50px !important;
  }
}

/* 360px - 374px (Small Mobile) */
@media (min-width: 360px) and (max-width: 374px) {
  body:has(.insider__banner) {
    padding-bottom: 480px !important;
  }
  
  .cta-section {
  
    margin-bottom: 0 !important;
  }
  
  .more-stories {
    padding-bottom: 65px !important;
    margin-bottom: 0 !important;
  }
  
  body:has(.insider__banner) main {
    padding-bottom: 55px !important;
  }
}

/* 320px - 359px (Very Small Mobile) */
@media (min-width: 320px) and (max-width: 359px) {
  body:has(.insider__banner) {
    padding-bottom: 500px !important;
  }
  
  .cta-section {
    
    margin-bottom: 0 !important;
  }
  
  .more-stories {
    padding-bottom: 70px !important;
    margin-bottom: 0 !important;
  }
  
  body:has(.insider__banner) main {
    padding-bottom: 60px !important;
  }
}

/* Below 320px (Extra Small) */
@media (max-width: 319px) {
  body:has(.insider__banner) {
    padding-bottom: 520px !important;
  }
  
  .cta-section {
    padding-bottom: 105px !important;
    margin-bottom: 0 !important;
  }
  
  .more-stories {
    padding-bottom: 75px !important;
    margin-bottom: 0 !important;
  }
  
  body:has(.insider__banner) main {
    padding-bottom: 65px !important;
  }
}

/* Ensure footer is visible and properly positioned - All mobile screens */
@media (max-width: 767px) {
  body:has(.insider__banner) footer,
  body:has(.insider__banner) .footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
    display: block !important;
    visibility: visible !important;
  }
  
  #smooth-content {
    padding-bottom: 0 !important;
  }
}




/* ============================================================
   SHARE SECTION
   ============================================================ */

.cs__block--share {
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    padding: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs__share {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.cs__share-header {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

.cs__share-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc107;
    flex-shrink: 0;
}

.cs__share-icon svg {
    width: 100%;
    height: 100%;
    stroke-width: 1.5;
}

.cs__share-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #111111;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.cs__share-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.cs__share-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #ffffff;
    border: 1.5px solid #e2e2e2;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
}

.cs__share-btn i {
    font-size: 16px;
    color: #ffc107;
}

.cs__share-btn:hover {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.cs__share-btn:hover i {
    color: #ffc107;
}

/* Responsive Share Section */
@media (max-width: 767px) {
    .cs__block--share {
        padding: 32px 24px;
    }

    .cs__share {
        gap: 24px;
    }

    .cs__share-header {
        flex-direction: column;
        gap: 12px;
    }

    .cs__share-buttons {
        gap: 12px;
    }

    .cs__share-btn {
        padding: 12px 20px;
        font-size: 13px;
        flex: 1;
        min-width: 120px;
    }

    .cs__share-icon {
        width: 40px;
        height: 40px;
    }

    .cs__share-title {
        font-size: 14px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .cs__block--share {
        padding: 36px 32px;
    }

    .cs__share-btn {
        padding: 13px 24px;
        font-size: 13px;
    }

    .cs__share-title {
        font-size: 15px;
    }
}

@media (min-width: 1440px) {
    .cs__block--share {
        padding: 48px 40px;
    }

    .cs__share {
        gap: 32px;
    }

    .cs__share-icon {
        width: 56px;
        height: 56px;
    }

    .cs__share-title {
        font-size: 18px;
    }

    .cs__share-btn {
        padding: 16px 32px;
        font-size: 15px;
    }
}
