.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.2fr 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 #ec4899; 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%; }
.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-textarea { padding: 12px 14px; border: 2px solid #cbd5e1; border-radius: 8px; font-size: 14.5px; font-weight: 600; color: #0f172a; outline: none; transition: border-color 0.2s; background: #ffffff; resize: vertical; box-sizing: border-box; font-family: inherit; width: 100%; }
.custom-field-textarea:focus { border-color: #ec4899; }

.custom-field-select { padding: 12px 14px; border: 2px solid #cbd5e1; border-radius: 8px; font-size: 14px; font-weight: 600; color: #0f172a; outline: none; transition: border-color 0.2s; background: #ffffff; cursor: pointer; box-sizing: border-box; width: 100%; }
.custom-field-select:focus { border-color: #ec4899; }

.status-banner { padding: 14px; border-radius: 10px; font-size: 13px; font-weight: 600; line-height: 1.5; }
.premium-pink-banner { background: #fdf2f8; color: #9d174d; border: 1px solid #fce7f3; }

.canvas-viewport { width: 100%; background: #0f172a !important; border-radius: 12px; border: 2px dashed #c084fc !important; box-sizing: border-box; }

/* Prompt Terminal Box UI */
.prompt-terminal-box { background: rgba(255, 255, 255, 0.03); width: 100%; border-radius: 8px; padding: 15px; box-sizing: border-box; border: 1px solid rgba(255,255,255,0.08); min-height: 140px; display: flex; align-items: flex-start; }

.doc-actions { display: flex; width: 100%; margin-top: 5px; }
.action-btn { flex: 1; padding: 14px; border-radius: 8px; font-size: 14.5px; font-weight: 700; cursor: pointer; border: none; text-align: center; transition: all 0.2s ease; }
.copy-btn-stylish { background: linear-gradient(135deg, #a855f7, #6d28d9); color: #ffffff; box-shadow: 0 4px 15px rgba(109, 40, 217, 0.2); }
.copy-btn-stylish:hover { opacity: 0.95; }

.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; }