.swift-tool-main-wrapper { 
    font-family: 'Inter', system-ui, sans-serif !important; 
    background-color: #f8fafc !important; 
    padding: 20px 15px !important; 
    max-width: 1200px !important; 
    margin: 15px auto !important; 
    box-sizing: border-box !important;
    display: block !important;
    clear: both !important;
}

.tool-hero-section { text-align: center; margin-bottom: 25px; padding-top: 10px; }
.tool-title-main { font-size: 28px !important; font-weight: 800 !important; color: #0f172a !important; display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 8px; margin-top: 0 !important; }
.hero-icon-svg { width: 36px; height: 36px; display: inline-block; }
.tool-subtitle-main { font-size: 15px !important; color: #475569 !important; font-weight: 500 !important; max-width: 700px; margin: 0 auto; line-height: 1.5; }

/* Dashboard Configuration Bar */
.calculator-config-toolbar { display: flex; justify-content: space-between; align-items: center; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px 20px; margin-bottom: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.02); gap: 15px; flex-wrap: wrap; }
.toolbar-left { display: flex; align-items: center; gap: 10px; }
.config-title { font-size: 13.5px; font-weight: 700; color: #475569; }
.currency-toggle-btn { background: #f1f5f9; border: 1px solid #cbd5e1; font-weight: 700; font-size: 13px; color: #334155; padding: 6px 14px; border-radius: 6px; cursor: pointer; transition: all 0.2s; }
.active-currency { background: #16a34a; border-color: #16a34a; color: #ffffff; box-shadow: 0 2px 8px rgba(22, 163, 74, 0.25); }
.badge-status { font-size: 12px; font-weight: 700; background: #f0fdf4; color: #16a34a; padding: 4px 10px; border-radius: 20px; border: 1px solid #bbf7d0; }

.vector-workspace { width: 100%; }
.vector-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 992px) { .vector-grid { grid-template-columns: 1fr 1.1fr; } }

.vector-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); display: flex; flex-direction: column; gap: 16px; border-top: 4px solid #16a34a; box-sizing: border-box; }
.preview-card { border-top: 4px solid #475569; background: #1e293b; }
.card-title { font-size: 16px !important; font-weight: 700 !important; color: #0f172a !important; margin: 0; padding-bottom: 10px; border-bottom: 1px solid #f1f5f9; width: 100%; }
.sub-title-divider { margin-top: 10px; }
.preview-card .card-title { color: #f8fafc !important; border-bottom-color: #334155; }

.form-group { display: flex; flex-direction: column; gap: 6px; width: 100%; }
.form-group-row { display: flex; gap: 15px; width: 100%; }
@media (max-width: 600px) { .form-group-row { flex-direction: column; gap: 15px; } }

.lbl { font-size: 13.5px; font-weight: 700; color: #334155; }
.custom-field-input { padding: 11px 14px; border: 2px solid #cbd5e1; border-radius: 8px; font-size: 15px; font-weight: 600; color: #0f172a; outline: none; transition: border-color 0.2s; background: #ffffff; box-sizing: border-box; width: 100%; }
.custom-field-input:focus { border-color: #16a34a; }

.dashboard-burn-box { padding: 25px; background: #0f172a !important; border: 2px dashed #475569 !important; display: flex; flex-direction: column; gap: 20px; border-radius: 12px; width: 100%; box-sizing: border-box; }

/* Financial Performance Outputs Layout */
.sales-showcase-box { text-align: center; background: linear-gradient(135deg, #14532d, #0f172a); padding: 22px; border-radius: 12px; border: 1px solid #16a34a; width: 100%; box-sizing: border-box; box-shadow: 0 10px 35px rgba(0,0,0,0.3); }
.showcase-lbl { font-size: 11px; font-weight: 800; letter-spacing: 1.5px; color: #bbf7d0; opacity: 0.9; }
.sales-showcase-box h2 { font-size: 40px !important; font-weight: 900 !important; margin: 6px 0 0 0 !important; color: #22c55e; font-family: monospace; text-shadow: 0 0 10px rgba(34,197,94,0.25); }

/* Milestone status cards styles */
.milestone-status-card { padding: 12px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; line-height: 1.5; text-align: center; border: 1px solid; }
.milestone-pending { background: rgba(245, 158, 11, 0.1); color: #fbbf24; border-color: rgba(245, 158, 11, 0.25); }
.milestone-success { background: rgba(34, 197, 94, 0.1); color: #4ade80; border-color: rgba(34, 197, 94, 0.25); }

.stats-output-grid-block { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; width: 100%; }
.stat-mini-node { background: #0f172a; border: 1px solid #334155; padding: 14px; border-radius: 10px; display: flex; flex-direction: column; gap: 4px; box-sizing: border-box; }
.node-title { font-size: 11.5px; font-weight: 700; color: #94a3b8; text-transform: uppercase; }
.node-val { font-size: 18px; font-weight: 800; font-family: monospace; }
.success-neon-color { color: #22c55e !important; }
.warning-orange-color { color: #f59e0b !important; }
.value-light-color { color: #f8fafc !important; }

.seo-guide-section { width: 100%; margin-top: 50px; }
.step-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
@media (min-width: 768px) { .step-grid { grid-template-columns: repeat(3, 1fr); } }
.step-card { background: #fff; border: 1px solid #e2e8f0; padding: 22px; border-radius: 12px; position: relative; }
.step-num { position: absolute; top: -14px; left: 20px; color: #fff; font-weight: 800; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 12px; }

.step-card h4 { margin: 8px 0 6px 0; font-size: 15px; font-weight: 700; color: #0f172a; }
.step-card p { margin: 0; font-size: 13px; color: #475569; line-height: 1.5; }

.faq-section { width: 100%; margin-top: 40px; }
.faq-main-title { font-size: 22px !important; font-weight: 800 !important; color: #0f172a; text-align: center; margin-bottom: 20px; }
.faq-item { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 18px; margin-bottom: 12px; }
.faq-question { font-size: 15px !important; font-weight: 700 !important; color: #0f172a; margin: 0 0 6px 0; }
.faq-answer { font-size: 13.5px; color: #475569; line-height: 1.5; margin: 0; }