/* =========================================
   1. VARIABLES & FONTS
   ========================================= */
:root {
    --royal-blue: #0a2463;
    --dark-blue: #1a2a6c;
    --aqua: #3e92cc;
    --green: #4cb944;
    --white: #ffffff;
}

@font-face {
    font-family: 'Franklin Gothic';
    src: url('https://aiads.webpuzzlemaster.com/wp-content/plugins/ai-ads-reports/assets/fonts/Franklin-Gothic-Heavy-Regular.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://aiads.webpuzzlemaster.com/wp-content/plugins/ai-ads-reports/assets/fonts/MYRIADPRO-BOLD.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('https://aiads.webpuzzlemaster.com/wp-content/plugins/ai-ads-reports/assets/fonts/MYRIADPRO-SEMIBOLD.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* =========================================
   2. RESET & GLOBAL STYLES
   ========================================= */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    font-family: 'Noto Sans', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
    width: 100%;
}

/* =========================================
   3. TYPOGRAPHY
   ========================================= */
h1 {
    font-size: 54px;
}

h2 {
    font-size: 42px;
}

h2.content-heading {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 25px;
}

.form-title {
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Noto Sans', sans-serif;
    color: #153666; 
    margin-bottom: 10px;
    text-align: center; 
    font-weight: 600;
}

p.subtext {
    font-family: 'Myriad Pro', sans-serif;
    color: #ffffff;
    font-style: italic;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 400;
    margin: 40px 0px;
}

.italic-text {
    font-style: italic;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 40px;
    font-size: 15px;
    opacity: 0.9;
}

/* =========================================
   4. HEADER / NAVIGATION
   ========================================= */
.topbar {
    background-color: #082046;
    height: 50px;
    width: 100%;
}

.header-nav {
    background: #082046;
    padding: 20px 30px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.header-nav a {
    text-align: right;
    font-family: 'Myriad Pro', sans-serif;
    color: #ffffff;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

/* =========================================
   5. HERO SECTION & BLACKBOARD
   ========================================= */
.hero-wrapper {
    position: relative;
    width: 100vw;
    max-width: 100%; 
    min-height: 100vh; 
    margin: 0 auto;
    padding: 60px 20px 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 50px solid #082046;
    border-right: 50px solid #082046;
    border-top: 50px solid #082046;
    background: url('https://aiads.webpuzzlemaster.com/wp-content/uploads/2026/01/hero-bg-1-scaled.png') no-repeat center center;
    background-size: cover; 
}

.hero-section {
    position: relative;
    width: 90%;
    /*max-width: 1400px;*/
    margin: 0px auto;
    padding: 50px 0 100px;
    background-image: url('https://aiads.webpuzzlemaster.com/wp-content/uploads/2026/01/hero-bg-1-scaled-1-scaled.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.content-wrapper {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-right: 0px;
}

.blackboard {
    background-color: #1a0f05;
    padding: 80px 50px 60px;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
}

.blackboard h1 {
    font-family: 'Franklin Gothic', sans-serif;
    color: #fff;
    font-size: 84px;
    line-height: 1.1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.shelf {
    background-color: #96623d;
    height: 30px;
    width: 103%;
    margin-left: -3%;
    border-radius: 4px 0 4px 4px;
    position: relative;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.shelf-item-eraser {
    position: absolute;
    top: -44px;
    left: 75px;
    height: auto;
    width: 110px;
    z-index: 4;
}

.robot-wrapper {
    position: absolute;
    right: 0px;
    bottom: 50px;
    width: 20%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.robot-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.2));
}

/* =========================================
   6. SPLIT CONTENT GRID (Left Info / Right Form)
   ========================================= */
.main-section {
    width: 100%;
    max-width: 100%; 
    margin: 0;
}

.split-container {
    display: flex;
    flex-wrap: wrap; 
    width: 100%;
    border-radius: 0;
    padding: 30px 50px 80px;
}

.left-content {
    flex: 1;
    min-width: 300px;
    background-color: #0d2c55;
    color: #ffffff;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right-form-container {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
}

.empty-form-slot {
    width: 100%;
    height: 100%;
    min-height: 400px; 
}

/* =========================================
   7. UI COMPONENTS (Buttons, Lists, Icons)
   ========================================= */
.cta-button {
    display: inline-block;
    background-color: #FCCC00; 
    color: #0d2c55; 
    text-decoration: none;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    padding: 15px 35px;
    border-radius: 50px; 
    font-size: 16px;
    transition: background 0.3s ease;
    align-self: flex-start; 
}

.cta-button:hover {
    background-color: #fff;
    color: #0d2c55;
}

.cta-btn {
    display: inline-block;
    background-color: #7db343;
    color: #fff;
    font-family: 'Arial', sans-serif;
    text-decoration: none;
    padding: 25px 50px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    border: 2px solid #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.cta-btn:hover {
    background-color: #F4B230;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.icon-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.icon-list li {
    display: flex; 
    align-items: flex-start;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
}

.icon-list li strong {
    color: #ffffff;
    font-weight: 700;
}

.icon-box {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    color: #fdb94e;
    margin-top: 2px;
}

.arrow-icon {
    color: #74b84e;
}

/* =========================================
   8. FOOTER
   ========================================= */
.site-footer {
    background-color: #082046; 
    color: #ffffff;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-top: auto; 
}

.copyright-text {
    background-color: #082046;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 0px; 
}

.disclaimer-wrapper {
    max-width: 94%;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0 20px;
}

.disclaimer-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.disclaimer-paragraph {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 15px;
}

.footer-text {
    text-align: center;
    margin: 20px;
    font-family: 'Myriad Pro', sans-serif;
    font-style: italic;
    font-weight: 500;
    color: #082046;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.5px;
    width: 90%;
}

.footer-note {
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    margin-top: 10px;
    margin-bottom: 40px !important;
    opacity: 0.9;
    font-weight: 400;
}

/* =========================================
   9. RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================= */
@media (max-width: 1440px) {
     h1 { font-size: 54px; }
    h2 { font-size: 34px; }
    h2.content-heading {font-size: 34px; line-height: 1.2;}
    .form-title{font-size: 34px; line-height: 1.2;}
    .content-wrapper {position: relative;width: 95%; z-index: 2; margin-right: 0;}
    .robot-wrapper {position: absolute; right: 25px; bottom: 20px; width: 20%; z-index: 5; display: flex; flex-direction: column; align-items: center;}
    .hero-section {padding: 50px 0 50px;
            width: 100%;
    }
    
}



/* Desktop / Small Laptops */
@media (max-width: 1366px) {
    h1 { font-size: 54px; }
    h2 { font-size: 34px; }
    p.subtext { font-size: 22px; }
    .cta-btn { font-size: 32px; }
    .form-title { font-size: 32px; }
    .footer-text { font-size: 22px; width: 95%; }
    h2.content-heading {font-size: 34px; line-height: 1.2;}
    .hero-section { background-size: cover;  margin: 0px auto;
    padding: 50px 50px;}
    .header-nav { padding: 20px 30px; }
    .split-container { padding-bottom: 50px; padding-top: 30px; }
    .content-wrapper { margin-right: 0px;  width: 95%; }
    .robot-wrapper { right: 10px; bottom:0px; width: 21%;}
    .left-content {padding: 30px; }
    .right-form-container{padding: 30px;}
  
}
/* Large Tablets / Small Laptops */
@media (max-width: 1200px) {
    h1 { font-size: 45px; }
    h2 { font-size: 36px; }
    p.subtext { font-size: 20px; }
    .form-title { font-size: 32px; }
    .cta-btn { padding: 16px 50px; font-size: 22px; }
    .footer-text { width: 82%; }
}

/* Tablets Landscape (iPad Pro) */
@media (max-width: 1024px) {
    h1 { font-size: 54px; }
    h2 { font-size: 32px; }
    .form-title { font-size: 34px; }
    .footer-text { font-size: 20px; width: 76%; }
    .card-style h4 { text-align: center; font-size: 22px;}
    .hero-section { padding: 50px 0 50px; }
    .split-container { padding: 0px; }
    .content-wrapper { width: 90%; margin-right: 0px; }
    .robot-wrapper { right: 0px; bottom: 25px; width: 25%; }
    .shelf-item-eraser { left: 65px; }
    h2.content-heading{ font-size: 32px;}
    .left-content{padding: 40px 30px;}
    .right-form-container { padding-bottom: 0px;}
    .card-style .card-note{margin-bottom: 0px;}
}

/* Tablet Portrait & Stacking Breakpoint */
@media screen and (max-width: 900px) {
    .split-container { flex-direction: column; }
    .left-content { padding: 40px 30px; }
    .right-form-container { padding: 40px 30px; }
}

/* Smaller Tablets */
@media (max-width: 880px) {
    h1 { font-size: 48px; }
    h2 { font-size: 32px; }
    p.subtext { margin: 30px 0;
        font-size: 18px; font-weight:400;
    } 
    .cta-btn { font-size: 18px; line-height: 32px; padding: 10px 15px; margin-bottom: 20px; }
    .footer-text { font-size: 16px; }
    .shelf-item-eraser {
        position: absolute;
        top: -37px;
        left: 55px;
        height: auto;
        width: 90px;
        z-index: 4;
    }
}

/* Mobile Devices */
@media (max-width: 767px) {
    h1 { font-size: 36px; }
    h2 { font-size: 30px; }
    .blackboard h1 {
    font-family: 'Franklin Gothic', sans-serif;
    color: #fff;
    font-size: 28px;}
    .form-title { font-size: 34px; }
    p.subtext { font-size: 16px; line-height: 28px; font-weight: 400;  }
    .subtext br { display: none;}
    .header-nav { padding: 20px 30px; }
    .hero-section { height: auto; padding: 0px 30px; margin: 30px 0 150px; flex-direction: column; background-position: top center; }
    .card-style .subtext{text-align: center; font-size: 16px; line-height: 24px; font-weight: 400; }
    .content-wrapper { margin-right: 0; margin-bottom: 200px; width: 100%; max-width: 700px; }
    .blackboard { padding: 30px 20px 50px; }
    .shelf-item-eraser {
        left: 35px;
        width: 80px;
        top: -33px;
    }
    
    .robot-wrapper { right: 50%; transform: translateX(50%); bottom: -110px; width: 300px; }
    .robot-img { width: 80%; }
    h2.content-heading {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;}
    .cta-btn { font-size: 16px; line-height: 24px; padding: 10px 12px; }
    .footer-text { font-size: 14px; line-height: 20px; margin: 20px 0; width: 100%; }
    .icon-list {margin: 0px;}
    .right-form-container { padding: 40px 20px;}
   .card-style .card-note{margin-bottom: 0px;}
   .form-container .checkbox-group {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* ==============================================================================
   ==============================================================================
   10. ISOLATED UNTOUCHED STYLES (FORMS, MODALS, LOADER, REPORTS, PRINT)
   (No layout or core styling modifications below this line)
   ==============================================================================
   ============================================================================== */

#reportform .card-style { width: 100%; margin: 0 auto; }
.card-style h4 { text-align: center; font-size: 20px; line-height: 28px; font-weight: 400; }
.card-style p { text-align: center; font-size: 14px; }
.card-note { font-size: 14px; font-family: 'Noto Sans', sans-serif; margin-top: 10px; margin-bottom: 0px; opacity: 0.9; }

.form-container { margin: 20px 0 0 0; max-width: 1120px; margin-left: auto; margin-right: auto; padding: 20px; background: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
.form-group { margin-bottom: 1.5rem; width: 100%; }
.form-group label { display: block; margin: 0.5rem; font-weight: 600; color: #333; }
.form-group input, .form-group select { width: 100%; height: 45px; padding: 8px 12px; border: 1px solid #ddd; border-radius: 4px; font-size: 1rem; color: #333; background-color: #fff; box-sizing: border-box; }
.form-group input:focus, .form-group select:focus { outline: none; border-color: var(--royal-blue); box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1); }
.checkbox-group { display: grid; grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); gap: 1rem; margin-top: 1.2rem; }
.checkbox-item { display: flex; align-items: center; gap: 0.5rem; }
.checkbox-item input[type="checkbox"] { width: 18px; height: 18px; margin: 0; }
.checkbox-item label { margin: 0; font-weight: normal; }
.form-note { font-size: 0.9rem; color: #666; margin-top: 0.25rem; }
.region-search-container { margin-bottom: 10px; }
.selected-regions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.region-tag { background: var(--aqua); color: white; padding: 8px 12px; border-radius: 20px; display: flex; align-items: center; gap: 8px; font-size: 0.9rem; }
.region-tag .remove-region { background: rgba(255, 255, 255, 0.2); color: white; border: none; border-radius: 50%; width: 20px; height: 20px; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; }
.region-tag .remove-region:hover { background: rgba(255, 255, 255, 0.3); }

/* Radio Styles */
.radio-group { display: flex; gap: 20px; margin-top: 5px; }
.radio-item { display: flex; align-items: center; gap: 8px; }
.radio-item input[type="radio"] { width: 18px; height: 18px; cursor: pointer; }
.radio-item label { cursor: pointer; font-size: 16px; color: #333; }

.btn { background-color: #7db343; color: var(--white); padding: 18px 30px; font-size: 25px; font-weight: 600; border: 2px solid #15346a; border-radius: 0px; cursor: pointer; display: block; width: 100%; max-width: 450px; margin: 2rem auto 0; text-align: center; text-decoration: none; transition: transform 0.3s, box-shadow 0.3s; text-transform: uppercase; }
.btn:hover { background-color: #082046; color: var(--white); border: 2px solid #15346a; }
@media (max-width: 767px) { .btn { font-size: 20px; padding: 18px 20px; } }

/* Loader Styles */
.loader-container { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9); z-index: 1000; justify-content: center; align-items: center; flex-direction: column; }
.coffee-loader { position: relative; width: 70px; height: 70px; }
.coffee-loader .cup { position: absolute; bottom: 6px; left: 6px; width: 58px; height: 32px; background: #ffffff; border: 3px solid var(--royal-blue); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 4px; border-top-right-radius: 4px; box-shadow: 0 2px 0 rgba(0,0,0,0.05); }
.coffee-loader .handle { position: absolute; right: -8px; bottom: 12px; width: 16px; height: 16px; border: 3px solid var(--royal-blue); border-left: 3px solid transparent; border-radius: 50%; background: transparent; }
.coffee-loader .saucer { position: absolute; bottom: 0; left: 0; width: 70px; height: 10px; background: #e6eefc; border-radius: 10px; box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05); }
.coffee-loader .steam { position: absolute; left: 18px; bottom: 32px; width: 6px; height: 14px; background: linear-gradient(to top, rgba(26,35,126,0.0), rgba(26,35,126,0.35)); border-radius: 50% 50% 0 0; filter: blur(0.2px); animation: steamUp 1.6s ease-in-out infinite; }
.coffee-loader .steam:nth-child(2) { left: 32px; animation-delay: 0.2s; }
.coffee-loader .steam:nth-child(3) { left: 46px; animation-delay: 0.4s; }
@keyframes steamUp { 0% { transform: translateY(8px) scaleX(1); opacity: 0; } 25% { opacity: 0.35; } 50% { transform: translateY(-6px) scaleX(0.9); opacity: 0.45; } 75% { opacity: 0.25; } 100% { transform: translateY(-16px) scaleX(0.7); opacity: 0; } }
.loader-text { margin-top: 20px; font-size: 18px; color: var(--royal-blue); font-weight: 600; }

/* Modal Styles */
.report-modal { display: none; position: fixed; inset: 0; z-index: 9999; }
.report-modal-overlay { position: absolute; inset: 0; background: rgb(0, 0, 0, 0.7); }
body.modal-open {overflow: hidden;height: 100vh;}
.report-modal-content { position: relative; background: #fff; width: 90%; max-width: 75vw; max-height: 90vh; margin: 5vh auto; border-radius: 10px; overflow-y: auto; padding: 20px; }
.report-modal-close { position: absolute; top: 10px; right: 14px; background: none; border: none; font-size: 28px; cursor: pointer; }

/* Strategy Table & Insights */
.ad-strategy-section { margin: 20px 0; padding: 20px; background: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.ad-strategy-section h2 { color: var(--royal-blue); font-size: 24px; margin-bottom: 10px; text-align: center; }
.ad-strategy-section h3 { color: var(--aqua); font-size: 18px; margin-bottom: 20px; text-align: center; }
.table-container { overflow-x: auto; margin: 20px 0; }
.ad-strategy-table { width: 100%; border-collapse: collapse; font-size: 14px; background: white; border: 2px solid #0a2463; }
.ad-strategy-table th { background: var(--royal-blue); color: white; padding: 12px 8px; text-align: center; position: sticky; top: 0; z-index: 1; text-transform: uppercase; border-right: 1px solid #fff; }
.ad-strategy-table td { padding: 20px 5px 12px 5px; vertical-align: middle; border-right: 1px solid #0a2463; text-align: center; }
.ad-strategy-table tr:nth-child(even) { background-color: #f8f9fa; }
.ad-strategy-table tr:hover { background-color: #f0f7ff; }
@media (max-width: 768px) { .ad-strategy-table { font-size: 12px; } .ad-strategy-table th, .ad-strategy-table td { padding: 8px; } }

.insights-notes { margin: 40px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.language-insights, .seasonal-insights { background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.insights-notes h4 { color: var(--royal-blue); margin-bottom: 15px; font-size: 18px; }
.insight-item { margin-bottom: 12px; padding: 8px; background: #f8f9fa; border-radius: 4px; }
.insight-item strong { color: var(--aqua); display: block; margin-bottom: 4px; }
@media (max-width: 768px) { .insights-notes { grid-template-columns: 1fr; } }

.insights-section { margin: 40px 0; }
.insights-main-heading { text-align: center; color: var(--royal-blue); font-size: 24px; margin-bottom: 30px; }
.insights-notes.single-box { grid-template-columns: 1fr; }
.insights-notes.double-box { grid-template-columns: 1fr 1fr; }
.language-insights, .seasonal-insights { padding: 25px; }
.insight-content { color: #333; line-height: 1.6; }
.insight-content p { margin-bottom: 15px; }
.insight-note { font-style: italic; color: #666; margin-top: 15px; padding-top: 15px; border-top: 1px solid #eee; }
.insight-list { list-style: none; padding: 0; margin: 15px 0; }
.insight-list li { margin-bottom: 10px; padding-left: 20px; position: relative; }
.insight-list li:before { content: "•"; color: var(--aqua); position: absolute; left: 0; }
@media (max-width: 768px) { .insights-notes.double-box { grid-template-columns: 1fr; } }

/* Print Styles */
@media print {
    @page { margin: 1cm; size: A4; }
    body { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; color-adjust: exact !important; margin: 0; padding: 0; }
    .container { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
    .main-header-container { background-color: #1a237e !important; color: white !important; padding: 20px !important; margin-bottom: 20px !important; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; page-break-after: avoid; }
    .content-area { page-break-inside: avoid; margin-bottom: 20px !important; }
    .table-container { width: 100% !important; overflow: visible !important; page-break-inside: avoid; }
    .ad-strategy-table { width: 100% !important; font-size: 10pt !important; page-break-inside: avoid; }
    .ad-strategy-table th, .ad-strategy-table td { padding: 8px !important; white-space: normal !important; word-wrap: break-word !important; }
    .ad-strategy-table th:nth-child(1), .ad-strategy-table td:nth-child(1) { width: 9% !important; }
    .ad-strategy-table th:nth-child(2), .ad-strategy-table td:nth-child(2) { width: 10% !important; }
    .ad-strategy-table th:nth-child(3), .ad-strategy-table td:nth-child(3) { width: 12% !important; }
    .ad-strategy-table th:nth-child(4), .ad-strategy-table td:nth-child(4) { width: 11% !important; }
    .ad-strategy-table th:nth-child(5), .ad-strategy-table td:nth-child(5) { width: 5% !important; }
    .ad-strategy-table th:nth-child(6), .ad-strategy-table td:nth-child(6) { width: 6% !important; }
    .ad-strategy-table th:nth-child(7), .ad-strategy-table td:nth-child(7) { width: 5% !important; }
    .ad-strategy-table th:nth-child(8), .ad-strategy-table td:nth-child(8) { width: 6% !important; }
    .ad-strategy-table th:nth-child(9), .ad-strategy-table td:nth-child(9) { width: 6% !important; }
    .ad-strategy-table th:nth-child(10), .ad-strategy-table td:nth-child(10) { width: 8% !important; }
    .ad-strategy-table th:nth-child(11), .ad-strategy-table td:nth-child(11) { width: 8% !important; }
    .ad-strategy-table th:nth-child(12), .ad-strategy-table td:nth-child(12) { width: 6% !important; }
    .insights-section { page-break-before: auto; page-break-inside: avoid; margin-top: 20px !important; padding-right:10px; }
    .insights-notes { display: block !important; width: 100% !important; }
    .language-insights, .seasonal-insights { margin-bottom: 20px !important; page-break-inside: avoid; overflow:hidden; }
    footer { color: white !important; padding: 20px !important; margin-top: 20px !important; page-break-before: avoid; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
    #downloadReport{ display: none !important; }
    .back-btn { display: block !important; width:max-content; margin:auto; }
    .disclaimer, .cta-section { page-break-inside: avoid; margin: 20px 0 !important; }
}