.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; }

.vector-workspace { width: 100%; }
.vector-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 992px) { .vector-grid { grid-template-columns: 1.1fr 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: 18px; border-top: 4px solid #3b82f6; box-sizing: border-box; }
.preview-card { border-top: 4px solid #8b5cf6; background: #faf5ff; }
.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%; }

.form-group { display: flex; flex-direction: column; gap: 6px; width: 100%; }
.lbl { font-size: 13.5px; font-weight: 700; color: #334155; }

.custom-field-input { padding: 12px 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: #3b82f6; }

.status-banner { padding: 14px; border-radius: 10px; font-size: 13px; font-weight: 600; line-height: 1.5; }
.premium-blue-banner { background: #eff6ff; color: #1e3a8a; border: 1px solid #dbeafe; }

.canvas-viewport { width: 100%; background: #ffffff !important; border-radius: 12px; border: 2px dashed #d8b4fe !important; box-sizing: border-box; }

/* Dashboard UI Layout Styling */
.roas-score-display { text-align: center; background: linear-gradient(135deg, #1e1b4b, #311042); padding: 25px; border-radius: 12px; color: #ffffff; width: 100%; box-sizing: border-box; box-shadow: 0 10px 25px rgba(139, 92, 246, 0.15); }
.roas-lbl { font-size: 11px; font-weight: 800; tracking: 1.5px; opacity: 0.8; letter-spacing: 1px; }
.roas-score-display h2 { font-size: 42px !important; font-weight: 900 !important; margin: 5px 0 10px 0 !important; color: #f59e0b; }

.badge { display: inline-block; padding: 6px 14px; font-size: 12px; font-weight: 700; border-radius: 30px; }
.badge-success { background: #10b981; color: #ffffff; }
.badge-warning { background: #f59e0b; color: #ffffff; }
.badge-danger { background: #ef4444; color: #ffffff; }

.stats-output-grid-block { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; width: 100%; margin-top: 5px; }
.stat-mini-node { background: #f8fafc; border: 1px solid #e2e8f0; 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: #64748b; text-transform: uppercase; }
.node-val { font-size: 16px; font-weight: 800; color: #0f172a; }
.positive-color { color: #059669 !important; }
.negative-color { color: #dc2626 !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; }