.elementor-2701 .elementor-element.elementor-element-0c78426{--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-2701 .elementor-element.elementor-element-59465fe{--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-6c63b6e */#ssy-pro-tool {
    --primary: #be123c;
    --navy: #1e293b;
    --slate: #475569;
    --border: #e2e8f0;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--navy);
    line-height: 1.5;
    padding: 20px;
}

.pro-header { text-align: center; margin-bottom: 30px; }
.pro-header h1 { font-size: 1.8rem; font-weight: 800; color: var(--navy); margin: 0; }
.pro-header p { font-size: 1rem; color: var(--slate); margin-top: 5px; }

.planner-grid { display: grid; grid-template-columns: 360px 1fr; gap: 25px; max-width: 1200px; margin: 0 auto; }

.input-pane, .output-pane { 
    background: #fff; border-radius: 12px; border: 1px solid var(--border); padding: 25px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}

.pane-card h3 { font-size: 1rem; margin-bottom: 15px; border-bottom: 2px solid #f1f5f9; padding-bottom: 8px; }

.form-group { margin-bottom: 20px; }
label { display: block; font-size: 0.85rem; font-weight: 700; color: var(--slate); text-transform: uppercase; margin-bottom: 8px; }

input[type="number"], .pro-select {
    width: 100%; height: 45px; padding: 0 12px; border: 2px solid var(--border); border-radius: 6px; font-size: 1rem; box-sizing: border-box;
}

.range-info { font-size: 0.75rem; color: var(--slate); margin-top: 5px; text-align: center; }

.btn-primary { 
    width: 100%; padding: 14px; background: var(--primary); color: #fff; border: none; 
    border-radius: 6px; font-weight: 700; cursor: pointer; font-size: 1rem;
}

/* Report Layout */
.main-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 25px; }
.stat-card { padding: 20px; border: 1px solid var(--border); border-radius: 10px; text-align: center; background: #f8fafc; }
.stat-card.highlight { background: var(--primary); color: #fff; grid-column: span 2; border: none; }
.stat-card .l { font-size: 0.8rem; text-transform: uppercase; font-weight: 700; display: block; margin-bottom: 5px; }
.stat-card .v { font-size: 1.6rem; font-weight: 900; }

/* Tabs */
.tabs-container { margin-top: 20px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.tab-header { display: flex; background: #f1f5f9; border-bottom: 1px solid var(--border); }
.tab-btn { 
    flex: 1; padding: 12px; border: none; background: none; cursor: pointer; 
    font-weight: 700; color: var(--slate); font-size: 0.9rem;
}
.tab-btn.active { background: #fff; color: var(--primary); border-bottom: 3px solid var(--primary); }
.tab-content { display: none; padding: 20px; }
.tab-content.active { display: block; }

/* Table Symmetry */
.pro-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.pro-table th { background: #f8fafc; padding: 10px; text-align: left; border-bottom: 2px solid var(--border); color: var(--slate); }
.pro-table td { padding: 10px; border-bottom: 1px solid #f1f5f9; }

/* Withdrawal Box */
.milestone-box { background: #fff1f2; padding: 20px; border-radius: 8px; border: 1px solid #fecdd3; text-align: center; }
.milestone-value { font-size: 1.5rem; font-weight: 900; color: var(--primary); margin-top: 10px; }
.policy-list { margin-top: 20px; padding-left: 20px; font-size: 0.9rem; color: var(--slate); }

.btn-action { 
    padding: 10px 18px; border: 1px solid var(--border); background: #fff; 
    border-radius: 6px; font-weight: 700; cursor: pointer; margin-right: 10px; margin-top: 20px; 
}

/* FIXED PRINT LOGIC */
@media print {
    .no-print { display: none !important; }
    #ssy-pro-tool { padding: 0; }
    .planner-grid { display: block; }
    .output-pane { border: none; box-shadow: none; padding: 0; }
    .tab-content { display: block !important; opacity: 1 !important; }
    .main-stats { grid-template-columns: 1fr 1fr 1fr; }
    .stat-card.highlight { grid-column: span 1; background: #eee; color: #000; border: 1px solid #ccc; }
    .tab-header, .action-footer { display: none !important; }
}

@media (max-width: 800px) {
    .planner-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12eec0b *//* --- INFO SECTION STYLING --- */
.ssy-master-guide {
    background: #ffffff;
    padding: 80px 0;
    margin-top: 50px;
    border-top: 2px solid #e2e8f0;
}

.guide-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.pro-content h2 {
    color: #1a237e;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    border-left: 6px solid #d81b60;
    padding-left: 20px;
}

.pro-content p, 
.faq-item summary, 
.faq-answer p {
    font-size: 1.15rem;
    line-height: 1.6; /* Adjusted for better readability */
    color: #475569;
}

.pro-content p { margin-bottom: 20px; }
.pro-content h3 { font-size: 1.6rem; color: #1e293b; margin: 40px 0 15px; }

/* Features Grid */
.features-title { text-align: center; margin-bottom: 40px; }
.features-title h3 { font-size: 1.8rem; font-weight: 800; color: #1a237e; }

.features-flex-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.f-card-modern {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.f-card-modern i { font-size: 2rem; color: #d81b60; margin-top: 5px; }
.f-info h4 { font-size: 1.2rem; font-weight: 800; color: #1a237e; margin-bottom: 10px; }
.f-info p { font-size: 1rem; color: #64748b; line-height: 1.6; margin: 0; }

/* --- FAQ FIXES --- */
.faq-section { margin-top: 80px; }
.faq-header { text-align: center; margin-bottom: 40px; }
.faq-header h3 { font-size: 2rem; font-weight: 800; color: #1a237e; }

.faq-container { max-width: 850px; margin: 0 auto; }

.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-item summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center; /* Vertically centers the text and the icon */
    padding: 22px 30px;
    cursor: pointer;
    font-weight: 700;
    color: #1e293b;
    gap: 15px; /* Ensures text doesn't hit the icon */
    text-align: left; /* Forces text to the left */
}

.faq-item summary span {
    flex: 1; /* Makes the text take up all available space */
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary i {
    font-size: 1rem;
    color: #d81b60;
    transition: transform 0.3s;
    flex-shrink: 0; /* Prevents icon from shrinking on small screens */
}

.faq-item[open] summary {
    background: #fdf2f8;
    color: #d81b60;
}

.faq-item[open] summary i { transform: rotate(180deg); }

.faq-answer {
    padding: 20px 30px 25px;
    border-top: 1px solid #f1f5f9;
    background-color: #fff;
}

.faq-answer p {
    text-align: left; /* Ensures clean left alignment */
    margin: 0;
    display: block;
    line-height: 1.8;
}

.legal-footer {
    margin-top: 60px;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #f1f5f9;
    font-size: 0.95rem;
    color: #94a3b8;
}

@media (max-width: 768px) {
    .pro-content h2 { font-size: 1.7rem; }
    .guide-wrapper { padding: 0 15px; }
    .pro-content p, .faq-item summary, .faq-answer p { font-size: 1.05rem; }
    .faq-item summary { padding: 18px 20px; }
}/* End custom CSS */