  .FandO-full-width-section {
    margin-top: 50px;
    width: 100%;
    padding: 0px 0;
}

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

.FandO-article-header {
    background: var(--heading-bg);
    color: white;
    border-radius: 6px;
    text-align: center;
    padding: 25px 20px;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.FandO-article-subheader {
    text-align: center;
    color: var(--accent-color);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.FandO-article-subheader::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: var(--accent-color);
}

.FandO-featured-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
    background-color: #f5f5f5;
    border-radius: 8px;
    margin: 0px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.FandO-content-section {
    background: var(--card-bg);
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.FandO-section-title {
    color: var(--accent-color);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
}

.FandO-section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 80%;
    width: 4px;
    background: var(--accent-color);
    border-radius: 2px;
}

.FandO-text-content {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 25px;
}

.FandO-text-content p {
    margin-bottom: 20px;
}

.FandO-highlight-box {
    background: var(--light-accent);
    border-left: 4px solid var(--accent-color);
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 8px 8px 0;
}

.FandO-model-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 35px 0;
}

.FandO-model-card {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-top: 4px solid var(--accent-color);
    transition: transform 0.3s ease;
}

.FandO-model-card:hover {
    transform: translateY(-5px);
}

.FandO-model-card h4 {
    color: var(--accent-color);
    margin: 15px 0 10px;
    font-size: 1.2rem;
}

.FandO-model-letter {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: var(--accent-color);
    color: white;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.1rem;
}

.FandO-pro-tip {
    background: rgba(132, 104, 72, 0.1);
    padding: 20px;
    border-radius: 8px;
    border: 1px dashed var(--accent-color);
    margin: 30px 0;
}

.FandO-ad-container {
    margin: 50px auto;
    max-width: 100%;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.FandO-back-button-container {
    text-align: center;
    margin: 30px auto;
    max-width: 1000px;
    padding: 0 20px;
}

.FandO-back-button {
    background:linear-gradient(135deg, #402810 0%, #846848 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.FandO-back-button:hover {
    background: var(--highlight-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .FandO-article-header {
        font-size: 2rem;
    }
    
    .FandO-featured-image {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .FandO-full-width-section {
        padding: 40px 0;
    }
    
    .FandO-article-header {
        font-size: 1.8rem;
        padding: 20px 15px;
    }
    
    .FandO-content-section {
        padding: 30px;
    }
    
    .FandO-featured-image {
        height: 300px;
    }
    
    .FandO-section-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 576px) {
    .FandO-article-header {
        font-size: 1.5rem;
    }
    
    .FandO-article-subheader {
        font-size: 1.2rem;
    }
    
    .FandO-featured-image {
        height: 250px;
    }
    
    .FandO-content-section {
        padding: 25px 20px;
    }
    
    .FandO-model-grid {
        grid-template-columns: 1fr;
    }
    
    .FandO-back-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}



/*ISD*/

















.SD-app-download-section {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.SD-app-download-section h2 {
    color: var(--accent-color);
    margin-bottom: 15px;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
}

.SD-download-button {
    display: inline-block;
    background: var(--button-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.SD-download-button:hover {
    background: var(--button-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.SD-article-container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 25px;
    overflow: hidden;
}

.SD-article-header {
    background: var(--heading-bg);
    border-radius: 6px;
    color: white;
    text-align: center;
    padding: 25px 20px;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.SD-article-subheader {
    text-align: center;
    color: var(--accent-color);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.SD-article-subheader::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: var(--accent-color);
}

.SD-content-section {
    margin: 20px 0;
    line-height: 1.8;
}

.SD-content-section p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: clamp(0.95rem, 3vw, 1.1rem);
}

.SD-key-point {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 25px 0;
    color: var(--accent-color);
    font-size: clamp(1rem, 3vw, 1.1rem);
}

/* Responsive Table Styles */
.SD-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.SD-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: white;
}

.SD-table th, 
.SD-table td {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: clamp(0.8rem, 3vw, 0.9rem);
}

.SD-table th {
    background: var(--heading-bg);
    color: white;
    font-weight: 600;
    position: sticky;
    top: 0;
}

.SD-highlight-618 {
    background-color: var(--highlight-618);
    font-weight: 600;
}

.SD-highlight-786 {
    background-color: var(--highlight-786);
    font-weight: 600;
}

.SD-highlight-618 td:first-child::after,
.SD-highlight-786 td:first-child::after {
    content: " (Key)";
    font-size: 0.7em;
    color: var(--accent-color);
}

/* Strategy Sections */
.SD-strategy-section {
    margin: 30px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border-left: 4px solid var(--accent-color);
}

.SD-strategy-title {
    color: var(--accent-color);
    font-size: clamp(1.1rem, 3.5vw, 1.3rem);
    margin-bottom: 15px;
    font-weight: 600;
}

.SD-strategy-list {
    margin-left: 15px;
}

.SD-strategy-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    font-size: clamp(0.9rem, 3vw, 1rem);
}

.SD-strategy-list li::before {
    content: "•";
    color: var(--accent-color);
    font-weight: bold;
    position: absolute;
    left: 10px;
}

.SD-strategy-key {
    font-weight: 600;
    color: var(--accent-color);
}

/* Ad Container */
.SD-ad-container {
    margin: 40px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-width: 100%;
    overflow: hidden;
}

.SD-featured-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 8px;
    margin: 0px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* back-button */
.SD-back-button-container {
    text-align: center;
    margin: 30px auto;
    max-width: 1000px;
    padding: 0 20px;
}

.SD-back-button {
    background:linear-gradient(135deg, #402810 0%, #846848 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.SD-back-button:hover {
    background: var(--highlight-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .SD-article-header {
        font-size: 2rem;
    }
    
    .SD-featured-image {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .SD-article-header {
        font-size: 1.8rem;
        padding: 20px 15px;
    }
    
    .SD-featured-image {
        height: 300px;
    }
    
    .SD-app-download-section {
        padding: 15px;
    }
    
    .SD-article-subheader {
        font-size: 1.2rem;
    }
    
    .SD-article-container {
        padding: 20px 15px;
    }
    
    .SD-table th, 
    .SD-table td {
        padding: 8px 6px;
    }
    
    .SD-strategy-section {
        padding: 15px;
    }
    
    .SD-back-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .SD-content-section p,
    .SD-strategy-list li {
        text-align: left;
    }
    
    .SD-highlight-618 td:first-child::after,
    .SD-highlight-786 td:first-child::after {
        content: "";
    }
    
    .SD-download-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .SD-article-header {
        font-size: 1.5rem;
    }
    
    .SD-featured-image {
        height: 250px;
    }
}













.coverage-featured-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 8px;
    margin: 0px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
        
.coverage-app-download-section {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.coverage-app-download-section h2 {
    color: var(--accent-color);
    margin-bottom: 15px;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
}

.coverage-download-button {
    display: inline-block;
    background: var(--accent-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.coverage-download-button:hover {
    background: var(--highlight-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.coverage-article-container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 25px;
    overflow: hidden;
}

.coverage-article-header {
    background: var(--heading-bg);
    border-radius: 6px;
    color: white;
    text-align: center;
    padding: 25px 20px;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
        
.coverage-article-subheader {
    text-align: center;
    color: var(--accent-color);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.coverage-article-subheader::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: var(--accent-color);
}

.coverage-content-section {
    margin: 25px 0;
}

.coverage-intro-text {
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.8;
}

.coverage-tool-link {
    color: var(--warning-color);
    font-weight: 600;
    margin: 20px 0;
    display: block;
}

.coverage-tool-link a {
    color: var(--link-color);
    text-decoration: underline;
}

.coverage-section-title {
    color: var(--accent-color);
    font-size: 1.3rem;
    margin: 30px 0 15px;
    font-weight: 700;
    border-left: 4px solid var(--highlight-color);
    padding-left: 10px;
}

.coverage-content-text {
    margin-bottom: 20px;
    line-height: 1.8;
}

.coverage-highlight-text {
    font-weight: 600;
    color: var(--accent-color);
}

.coverage-warning-text {
    color: var(--warning-color);
    font-weight: 600;
    margin: 20px 0;
}

.coverage-strategy-list {
    margin-left: 20px;
    margin-bottom: 25px;
}

.coverage-strategy-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.coverage-strategy-list li::before {
    content: "•";
    color: var(--highlight-color);
    font-weight: bold;
    position: absolute;
    left: 10px;
}

.coverage-example-section {
    background: rgba(227, 202, 177, 0.1);
    border-left: 4px solid var(--highlight-color);
    padding: 15px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}

.coverage-example-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--accent-color);
}

.coverage-example-detail {
    margin-bottom: 15px;
}

.coverage-example-label {
    font-weight: 600;
    color: var(--accent-color);
}

.coverage-profit-highlight {
    font-weight: 700;
    background: rgba(75, 137, 220, 0.1);
    padding: 2px 5px;
    border-radius: 3px;
}

.coverage-conclusion-section {
    margin: 30px 0;
    padding: 20px;
    background: rgba(227, 202, 177, 0.2);
    border-radius: 8px;
    border-top: 2px solid var(--highlight-color);
}

.coverage-ad-container {
    margin: 40px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-width: 100%;
}

/* back-button */
.coverage-back-button-container {
    text-align: center;
    margin: 30px auto;
    max-width: 1000px;
    padding: 0 20px;
}

.coverage-back-button {
    background:linear-gradient(135deg, #402810 0%, #846848 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.coverage-back-button:hover {
    background: var(--highlight-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

@media (max-width: 992px) {
    .coverage-article-header {
        font-size: 2rem;
    }
    
    .coverage-featured-image {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .coverage-article-container {
        padding: 20px;
    }
    
    .coverage-section-title {
        font-size: 1.2rem;
    }
    
    .coverage-content-text, .coverage-intro-text {
        font-size: 1rem;
    }
    
    .coverage-strategy-list {
        margin-left: 15px;
    }
    
    .coverage-article-subheader {
        font-size: 1.2rem;
    }
    
    .coverage-article-header {
        font-size: 1.8rem;
        padding: 20px 15px;
    }
    
    .coverage-featured-image {
        height: 300px;
    }
    
    .coverage-back-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .coverage-article-header {
        font-size: 1.5rem;
    }
    
    .coverage-app-download-section {
        padding: 15px;
    }
    
    .coverage-download-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .coverage-example-section {
        padding: 12px;
    }  
    
    .coverage-featured-image {
        height: 290px;
    }
}














.straddle-app-download-section {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.straddle-app-download-section h2 {
    color: var(--accent-color);
    margin-bottom: 15px;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
}

.straddle-download-button {
    display: inline-block;
    background: var(--button-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.straddle-download-button:hover {
    background: var(--highlight-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.straddle-article-container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 25px;
    overflow: hidden;
}

.straddle-article-header {
    background: var(--heading-bg);
    border-radius: 6px;
    color: white;
    text-align: center;
    padding: 25px 20px;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.straddle-article-subheader {
    text-align: center;
    color: var(--accent-color);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.straddle-article-subheader::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: var(--accent-color);
}

.straddle-featured-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 8px;
    margin: 0px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.straddle-content-section {
    margin: 25px 0;
}

.straddle-section-title {
    color: var(--accent-color);
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    margin: 30px 0 15px;
    font-weight: 700;
    border-left: 4px solid var(--highlight-color);
    padding-left: 10px;
}

.straddle-content-text {
    margin-bottom: 20px;
    line-height: 1.8;
}

.straddle-key-point {
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
}

.straddle-nav-link {
    color: var(--text-color);
    text-decoration: underline;
    cursor: pointer;
    display: block;
    margin: 10px 0;
}

.straddle-nav-link:hover {
    color: var(--accent-color);
}

.straddle-example-box {
    background: rgba(227, 202, 177, 0.1);
    border-left: 3px solid var(--highlight-color);
    padding: 15px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.straddle-example-label {
    font-weight: 600;
    color: var(--accent-color);
    display: block;
    margin-bottom: 10px;
}

.straddle-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.straddle-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: white;
}

.straddle-table th, 
.straddle-table td {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: clamp(0.8rem, 3vw, 0.9rem);
}

.straddle-table th {
    background: var(--heading-bg);
    color: white;
    font-weight: 600;
    position: sticky;
    top: 0;
}

.straddle-highlight {
    background-color: rgba(220, 75, 75, 0.1);
    font-weight: 600;
}

.straddle-highlight td:first-child::after {
    content: " (Key)";
    font-size: 0.7em;
    color: var(--accent-color);
}

.straddle-warning-box {
    background: rgba(211, 47, 47, 0.1);
    border-left: 3px solid var(--warning-color);
    padding: 15px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}

.straddle-ad-container {
    margin: 40px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-width: 100%;
}

.straddle-back-button-container {
    text-align: center;
    margin: 30px auto;
    max-width: 1000px;
    padding: 0 20px;
}

.straddle-back-button {
    background:linear-gradient(135deg, #402810 0%, #846848 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.straddle-back-button:hover {
    background: var(--highlight-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.straddle-list {
    margin-left: 20px;
    margin-bottom: 20px;
}

.straddle-list li {
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .straddle-article-header {
        font-size: 2rem;
    }
    
    .straddle-featured-image {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .straddle-article-container {
        padding: 20px;
    }
    
    .straddle-article-subheader {
        font-size: 1.2rem;
    }
    
    .straddle-article-header {
        font-size: 1.8rem;
        padding: 20px 15px;
    }
    
    .straddle-featured-image {
        height: 300px;
    }
    
    .straddle-example-box, 
    .straddle-warning-box {
        padding: 12px;
    }
    
    .straddle-back-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .straddle-article-header {
        font-size: 1.5rem;
    }
    
    .straddle-featured-image {
        height: 250px;
    }
    
    .straddle-download-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .straddle-content-text {
        font-size: 0.95rem;
    }
    
    .straddle-highlight td:first-child::after {
        content: "";
    }
}












.crosscal-app-download-section {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.crosscal-app-download-section h2 {
    color: var(--accent-color);
    margin-bottom: 15px;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
}

.crosscal-download-button {
    display: inline-block;
    background: var(--button-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.crosscal-download-button:hover {
    background: var(--highlight-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.crosscal-article-container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 25px;
    overflow: hidden;
}

.crosscal-article-header {
    background: var(--heading-bg);
    color: white;
    border-radius: 6px;
    text-align: center;
    padding: 25px 20px;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.crosscal-article-subheader {
    text-align: center;
    color: var(--accent-color);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.crosscal-article-subheader::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: var(--accent-color);
}

.crosscal-content-section {
    margin: 25px 0;
}

.crosscal-key-point {
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
}

.crosscal-section-title {
    color: var(--accent-color);
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    margin: 30px 0 15px;
    font-weight: 700;
    border-left: 4px solid var(--highlight-color);
    padding-left: 10px;
}

.crosscal-content-text {
    margin-bottom: 20px;
    line-height: 1.8;
}

.crosscal-example-label {
    font-weight: 600;
    color: var(--accent-color);
    display: block;
    margin: 15px 0 5px;
}

.crosscal-example-box {
    background: rgba(227, 202, 177, 0.1);
    border-left: 3px solid var(--highlight-color);
    padding: 15px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.crosscal-step-box {
    margin: 25px 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.crosscal-step-title {
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 10px;
}

.crosscal-strategy-highlight {
    background: rgba(75, 137, 220, 0.1);
    padding: 15px;
    border-radius: 8px;
    margin: 25px 0;
    border: 1px dashed var(--highlight-color);
}

.crosscal-link-section {
    margin: 30px 0;
}

.crosscal-resource-link {
    display: block;
    margin: 15px 0;
    color: var(--link-color);
    text-decoration: underline;
    font-size: clamp(0.95rem, 3vw, 1rem);
}

.crosscal-ad-container {
    margin: 40px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-width: 100%;
}

.crosscal-featured-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 8px;
    margin: 0px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
    .crosscal-article-header {
        font-size: 2rem;
    }
    
    .crosscal-featured-image {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .crosscal-article-header {
        font-size: 1.8rem;
        padding: 20px 15px;
    }
    .crosscal-featured-image {
        height: 300px;
    }
    .crosscal-article-container {
        padding: 20px;
    }
    .crosscal-article-subheader {
        font-size: 1.2rem;
    }
    .crosscal-step-box {
        padding: 12px;
    }
    
    .crosscal-example-box {
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .crosscal-article-header {
        font-size: 1.5rem;
    }
    
    body {
        padding: 1px;
    }
    
    .crosscal-download-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .crosscal-content-text {
        font-size: 0.95rem;
    }
    .crosscal-featured-image {
        height: 250px;
    }
}

/* back-button */
.crosscal-back-button-container {
    text-align: center;
    margin: 30px auto;
    max-width: 1000px;
    padding: 0 20px;
}

.crosscal-back-button {
    background:linear-gradient(135deg, #402810 0%, #846848 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.crosscal-back-button:hover {
    background: var(--highlight-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .crosscal-back-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}







.decoup-app-download-section {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.decoup-app-download-section h2 {
    color: var(--accent-color);
    margin-bottom: 15px;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
}

.decoup-download-button {
    display: inline-block;
    background: var(--button-color);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.decoup-download-button:hover {
    background: var(--highlight-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.decoup-article-container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 25px;
    overflow: hidden;
}

.decoup-article-header {
    background: var(--heading-bg);
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 25px 20px;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.decoup-article-subheader {
    text-align: center;
    color: var(--accent-color);
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.decoup-article-subheader::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: var(--accent-color);
}

.decoup-section-title {
    color: var(--accent-color);
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    margin: 30px 0 15px;
    font-weight: 700;
    border-left: 4px solid var(--highlight-color);
    padding-left: 10px;
}

.decoup-content-text {
    margin-bottom: 20px;
    line-height: 1.8;
}

.decoup-trading-method {
    margin: 25px 0;
    padding: 20px;
    background: rgba(227, 202, 177, 0.1);
    border-radius: 8px;
    border-left: 4px solid var(--highlight-color);
}

.decoup-method-title {
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 10px;
}

.decoup-points {
    margin-left: 20px;
    margin-bottom: 25px;
}

.decoup-points li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.decoup-points li::before {
    content: "•";
    color: var(--highlight-color);
    font-weight: bold;
    position: absolute;
    left: 10px;
}

.decoup-example-section {
    background: rgba(227, 202, 177, 0.1);
    padding: 20px;
    margin: 30px 0;
    border-radius: 8px;
    border-top: 2px solid var(--highlight-color);
}

.decoup-example-title {
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 15px;
}

.decoup-trade-result {
    margin: 10px 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

.decoup-profit {
    color: #2e7d32;
    font-weight: 600;
}

.decoup-loss {
    color: #c62828;
    font-weight: 600;
}

.decoup-resource-link {
    color: var(--link-color);
    text-decoration: underline;
    font-weight: 600;
}

.decoup-ad-container {
    margin: 40px auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    max-width: 100%;
}

.decoup-featured-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 8px;
    margin: 0px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
    .decoup-article-header {
        font-size: 2rem;
    }
    
    .decoup-featured-image {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .decoup-article-container {
        padding: 20px;
    }

    .decoup-article-subheader {
        font-size: 1.2rem;
    }
    
    .decoup-article-header {
        font-size: 1.8rem;
        padding: 20px 15px;
    }
    
    .decoup-featured-image {
        height: 300px;
    }
    
    .decoup-trading-method, .decoup-example-section {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .decoup-article-header {
        font-size: 1.5rem;
    }
    
    .decoup-featured-image {
        height: 250px;
    }
    
    body {
        padding: 1px;
    }
    
    .decoup-download-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .decoup-content-text {
        font-size: 0.95rem;
    }
}

/* back-button */
.decoup-back-button-container {
    text-align: center;
    margin: 30px auto;
    max-width: 1000px;
    padding: 0 20px;
}

.decoup-back-button {
    background: linear-gradient(135deg, #402810 0%, #846848 100%);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.decoup-back-button:hover {
    background: var(--highlight-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .decoup-back-button {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}