main.container { font-family: 'Inter', system-ui, sans-serif !important; background-color: #f8fafc; padding: 40px 15px !important; border-radius: 16px; }
.tool-hero { text-align: center; margin-bottom: 35px; }
.tool-title-main { font-size: 2.2rem !important; font-weight: 800 !important; color: #0f172a !important; letter-spacing: -1px !important; display: flex; align-items: center; justify-content: center; gap: 14px; }

/* SVG Icon Sizings & Visual Alignments */
.hero-icon-svg { width: 44px; height: 44px; display: inline-block; vertical-align: middle; }
.title-icon-svg { width: 22px; height: 22px; margin-right: 10px; display: inline-block; vertical-align: middle; }
.btn-icon-svg { width: 18px; height: 18px; display: inline-block; }

.tool-subtitle-main { font-size: 16px !important; color: #475569 !important; font-weight: 600 !important; max-width: 750px; margin: 0 auto; line-height: 1.6; }
.nda-workspace { max-width: 1100px; margin: 0 auto; }
.nda-grid { display: grid; grid-template-columns: 1fr; gap: 25px; }
@media (min-width: 992px) { .nda-grid { grid-template-columns: 1fr 1.2fr; } }
.nda-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.06); display: flex; flex-direction: column; gap: 16px; border-top: 4px solid #3b82f6; }
.preview-card { border-top: 4px solid #8b5cf6; }

.card-title { font-size: 18px !important; font-weight: 800 !important; color: #0f172a !important; margin: 0; padding-bottom: 12px; border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; }

.form-row-group { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.lbl { font-size: 13px; font-weight: 700; color: #475569; }
.pro-input { width: 100%; padding: 12px 14px; font-size: 14.5px; font-weight: 600; border: 2px solid #e2e8f0; border-radius: 8px; outline: none; box-sizing: border-box; background: #fff; color: #0f172a; transition: all 0.2s ease; }
.pro-input:focus { border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1); }

/* Document Box Styled Nicely */
.document-viewer { background: #fffdf9; border: 2px dashed #e2e8f0; border-radius: 10px; padding: 24px; font-family: 'Georgia', serif; font-size: 14px; line-height: 1.6; color: #1e293b; min-height: 380px; max-height: 420px; overflow-y: auto; text-align: justify; }
.document-viewer h4 { text-align: center; margin-top: 0; font-weight: 800; font-family: 'Inter', sans-serif; color: #0f172a; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 15px; }

/* True High Quality Premium Colored Interactive Buttons */
.doc-actions { display: flex; gap: 12px; margin-top: 5px; }
.action-btn { flex: 1; padding: 14px; border-radius: 10px; font-size: 14px; font-weight: 700; cursor: pointer; border: none; text-align: center; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.2s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }

.copy-btn-stylish { background: #fef3c7; color: #92400e; border: 1px solid #fde68a; }
.copy-btn-stylish:hover { background: #fde68a; transform: translateY(-2px); }

.print-btn-stylish { background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: #ffffff; }
.print-btn-stylish:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3); }

/* Stylish Colored Steps */
.seo-guide-section { max-width: 1100px; margin: 50px auto 0 auto; }
.step-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 25px; }
@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: -12px; left: 20px; color: #fff; font-weight: 800; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 13px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.bg-grad-1 { background: linear-gradient(135deg, #3b82f6, #60a5fa); }
.bg-grad-2 { background: linear-gradient(135deg, #8b5cf6, #a78bfa); }
.bg-grad-3 { background: linear-gradient(135deg, #ec4899, #f472b6); }

.step-card h4 { margin: 8px 0; font-size: 16px; font-weight: 700; color: #0f172a; }
.step-card p { margin: 0; font-size: 13.5px; color: #475569; line-height: 1.5; }

.faq-section { max-width: 850px; margin: 50px auto 20px auto; }
.faq-main-title { font-size: 24px !important; font-weight: 800 !important; color: #0f172a; text-align: center; margin-bottom: 25px; }
.faq-item { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; margin-bottom: 15px; }
.faq-question { font-size: 16px !important; font-weight: 700 !important; color: #0f172a; margin: 0 0 8px 0; }
.faq-answer { font-size: 14px; color: #475569; line-height: 1.6; margin: 0; }

@media print {
    body * { display: none !important; }
    .document-viewer, .document-viewer * { display: block !important; background: transparent !important; border: none !important; overflow: visible !important; max-height: none !important; }
    .document-viewer { width: 100%; margin: 0; padding: 0; font-size: 12pt; }
}