.elementor-3094 .elementor-element.elementor-element-8eba29b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3094 .elementor-element.elementor-element-5ba0b19{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3094 .elementor-element.elementor-element-c529ee8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a8b23cb */:root {
    --primary: #1a365d;
    --accent: #2563eb;
    --text: #334155;
    --border: #e2e8f0;
}

#child-planner-pro-wrapper {
    max-width: 1100px;
    margin: 20px auto;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--text);
    padding: 10px;
}

.pro-header { text-align: center; margin-bottom: 30px; }
.pro-header h1 { font-size: 1.8rem; color: var(--primary); font-weight: 800; }

.planner-main-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; }

.input-card { background: white; padding: 25px; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); border: 1px solid var(--border); margin-bottom: 25px; }
.input-title { font-size: 0.85rem; text-transform: uppercase; color: #94a3b8; letter-spacing: 1px; margin-bottom: 20px; border-bottom: 1px solid #f1f5f9; padding-bottom: 10px; }

.form-group { margin-bottom: 20px; }
.form-row { display: flex; gap: 15px; }
.half { flex: 1; }

label { display: block; font-weight: 700; font-size: 0.9rem; margin-bottom: 8px; color: #475569; }

.form-control {
    width: 100%;
    padding: 12px;
    border: 2px solid var(--border);
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
}

/* DROPDOWN FIX */
.select-box-wrapper { position: relative; width: 100%; }
.form-select {
    width: 100%;
    min-height: 50px;
    padding: 10px 40px 10px 12px;
    font-size: 1rem;
    line-height: 1.6;
    border: 2px solid var(--border);
    border-radius: 8px;
    background-color: white;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    cursor: pointer;
}

.range-display { text-align: right; color: var(--accent); font-weight: bold; font-size: 0.85rem; margin-top: 5px; }

.checkbox-wrapper { background: #f0f9ff; padding: 15px; border-radius: 8px; }
.custom-checkbox { display: flex; align-items: center; gap: 12px; cursor: pointer; font-size: 0.9rem; font-weight: 600; }
.box-check { width: 20px; height: 20px; border: 2px solid var(--accent); border-radius: 4px; display: inline-block; position: relative; }
input[type="checkbox"]:checked + .box-check::after { content: '✔'; position: absolute; left: 3px; top: -2px; color: var(--accent); font-size: 16px; }
input[type="checkbox"] { display: none; }

/* Results Pane */
.results-pane { background: white; padding: 35px; border-radius: 12px; border: 1px solid var(--border); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.report-header { display: flex; justify-content: space-between; border-bottom: 2px solid #f1f5f9; padding-bottom: 15px; margin-bottom: 25px; }
.report-header h3 { margin: 0; color: var(--primary); font-size: 1.2rem; }

.corpus-hero-card { background: var(--primary); color: white; padding: 40px 20px; border-radius: 10px; text-align: center; margin-bottom: 30px; }
.corpus-hero-card .label { font-size: 0.8rem; text-transform: uppercase; opacity: 0.7; letter-spacing: 2px; }
.corpus-hero-card .value { font-size: 2.5rem; font-weight: 900; margin: 10px 0; }

.metrics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
.metric-box { padding: 20px; border: 1px solid #f1f5f9; border-radius: 10px; text-align: center; }
.metric-box.primary { background: #ecfdf5; border-color: #a7f3d0; color: #065f46; grid-column: span 2; }
.m-label { font-size: 0.8rem; color: #64748b; display: block; margin-bottom: 8px; }
.m-value { font-size: 1.5rem; font-weight: 800; }
.metric-box.primary .m-value { font-size: 2.2rem; }

.btn-print { background: #0f172a; color: white; border: none; padding: 18px; width: 100%; border-radius: 8px; font-weight: 700; cursor: pointer; font-size: 1rem; }

@media (max-width: 850px) {
    .planner-main-grid { grid-template-columns: 1fr; }
}

/* =========================================
   STRICT PRINT ENGINE (FIXED BLANK PAGE ISSUE)
   ========================================= */
@media print {
    /* Hide everything marked as no-print */
    .no-print, .input-sidebar, .pro-header, .planner-info-section { 
        display: none !important; 
    }

    /* Reset the grid to allow result pane to fill width */
    .planner-main-grid { 
        display: block !important; 
        width: 100% !important;
    }

    /* Force the Results Pane to be visible and clear of shadows */
    #printable-report { 
        display: block !important;
        width: 100% !important;
        border: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Maintain Grid inside the Report */
    .metrics-grid { 
        display: grid !important; 
        grid-template-columns: 1fr 1fr !important; 
        gap: 20px !important; 
    }
    
    .metric-box.primary { grid-column: span 2 !important; }

    /* Fix background colors for PDF output */
    .corpus-hero-card { background-color: #1a365d !important; color: white !important; -webkit-print-color-adjust: exact; }
    .metric-box.primary { background-color: #ecfdf5 !important; -webkit-print-color-adjust: exact; }

    /* Set Page Parameters */
    @page { margin: 1cm; size: auto; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c33fdb */.planner-info-section { background: white; padding: 50px 0; margin-top: 40px; }
.info-wrapper { max-width: 1000px; margin: 0 auto; padding: 0 20px; line-height: 1.8; }

.pro-content h2 { font-size: 1.8rem; color: #0f172a; border-left: 5px solid #2563eb; padding-left: 15px; margin-bottom: 20px; }
.pro-content p { font-size: 1.1rem; color: #475569; }

.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 40px 0; }
.f-card { background: #f8fafc; padding: 25px; border-radius: 12px; border: 1px solid #e2e8f0; text-align: center; }
.f-card i { font-size: 2.5rem; color: #2563eb; margin-bottom: 15px; }
.f-card h3 { font-size: 1.2rem; margin-bottom: 10px; color: #1e293b; }

.table-container { overflow-x: auto; margin: 40px 0; }
.seo-table { width: 100%; border-collapse: collapse; min-width: 600px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.seo-table th { background: #1e3a8a; color: white; padding: 15px; text-align: left; }
.seo-table td { padding: 12px 15px; border-bottom: 1px solid #f1f5f9; font-size: 1rem; }

.faq-container h3 { font-size: 1.5rem; margin-bottom: 20px; }
.faq-item { border: 1px solid #e2e8f0; margin-bottom: 10px; border-radius: 8px; }
.faq-item summary { padding: 15px; font-weight: 700; cursor: pointer; color: #1e3a8a; }
.faq-body { padding: 15px; background: #f8fafc; border-top: 1px solid #e2e8f0; color: #475569; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c07ed44 */<style>
/* ============================================================
   UTILIX RELATED TOOLS: DASHBOARD PILLS
   ============================================================ */

.utilix-related-section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
}

.related-tools h3 {
    font-size: 1.15rem;
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
    text-align: left;
}

.tools-grid {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.tool-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 100px; /* SaaS Pill Shape */
    text-decoration: none;
    color: #4f46e5; /* Utilix Brand Indigo */
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.t-icon {
    font-size: 1.1rem;
    filter: grayscale(100%);
    transition: filter 0.2s;
}

/* Premium Hover Feedback */
.tool-link:hover {
    background: #4f46e5;
    color: #ffffff;
    border-color: #4f46e5;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(79, 70, 229, 0.2);
}

.tool-link:hover .t-icon {
    filter: grayscale(0%); /* Pop of color on hover */
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
    .utilix-related-section {
        padding: 0 15px;
        margin: 25px auto;
    }
    .tools-grid {
        gap: 8px;
    }
    .tool-link {
        padding: 8px 18px;
        font-size: 0.85rem;
    }
}
</style>/* End custom CSS */