#editor-bar{z-index:100;background:#f8f8f8;border-bottom:1px solid #ccc;justify-content:space-between;align-items:center;margin-top:3rem;padding:.5rem 1rem;font-size:1.4rem;display:flex;position:sticky;top:0}.editor-tools{gap:1rem;margin:0;padding:0;list-style:none;display:flex}.editor-tools li a{color:#032b92;border-radius:4px;align-items:center;gap:.5rem;padding:.25rem .5rem;font-weight:500;text-decoration:none;display:flex}.editor-tools li a:hover{background:#e4e4e4}.editor-tools.right{justify-content:flex-end}.editor-tools .disabled a{color:#999;cursor:not-allowed}.editor-tools .danger{color:red}#summary-container{box-sizing:border-box;z-index:50;background-color:#fff;border-radius:.5rem;width:100%;max-width:none;margin:1rem 0;padding:1rem;position:relative;left:0;right:0;box-shadow:0 2px 4px #0000001a}#summary-container form{position:relative}#seo-container.container{box-sizing:border-box;z-index:50;background-color:#fff;border-radius:.5rem;width:calc(100% - 2rem);max-width:1400px;margin:1rem auto;padding:0;position:relative;overflow:visible;box-shadow:0 2px 4px #0000001a}#seo-container form{box-sizing:border-box;width:100%;padding:1.5rem;position:relative;overflow:visible}#seo-container form .floating-label-group{box-sizing:border-box;width:100%;margin-bottom:2rem;position:relative}#seo-container form .section-title{margin-top:2rem;margin-bottom:1.5rem;font-size:1.25rem}#seo-container form .mute{font-size:.9375rem}.seo-score-panel{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:.5rem;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex}.score-display{flex-direction:column;justify-content:center;align-items:center;min-width:150px;display:flex}.score-circle{background:#fff3;border:4px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:.5rem;transition:all .3s;display:flex;position:relative}.score-circle.score-low{border-color:#ef4444;box-shadow:0 0 20px #ef444480}.score-circle.score-medium{border-color:#f59e0b;box-shadow:0 0 20px #f59e0b80}.score-circle.score-good{border-color:#3b82f6;box-shadow:0 0 20px #3b82f680}.score-circle.score-excellent{border-color:#10b981;box-shadow:0 0 20px #10b98180}.score-value{font-size:2.5rem;font-weight:700;line-height:1}.score-max{opacity:.8;margin-left:.25rem;font-size:1rem}.score-label{text-transform:uppercase;letter-spacing:.05em;opacity:.9;font-size:.875rem}.score-recommendations{flex-direction:column;flex:1;gap:.5rem;display:flex}.recommendation{background:#ffffff1a;border-radius:.375rem;align-items:flex-start;gap:.5rem;padding:.75rem;font-size:.875rem;line-height:1.4;display:flex}.recommendation i{flex-shrink:0;margin-top:.125rem}.recommendation.recommendation-error{background:#ef444433;border-left:3px solid #ef4444}.recommendation.recommendation-warning{background:#f59e0b33;border-left:3px solid #f59e0b}.recommendation.recommendation-success{background:#10b98133;border-left:3px solid #10b981}.recommendation.recommendation-info{background:#3b82f633;border-left:3px solid #3b82f6}.section-title{color:#1f2937;border-bottom:2px solid #e5e7eb;margin:1.5rem 0 1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600}.login-container{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{text-align:center;background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2rem;box-shadow:0 2px 8px #0000001a}.login-card h1{color:#0f4d92;margin-bottom:1.5rem;font-size:1.5rem}.login-google{color:#fff;background-color:#db4437;border-radius:5px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:700;text-decoration:none;transition:background .2s;display:inline-flex}.login-google:hover{background-color:#c23321}.signin-google{max-width:auto;color:#fff;cursor:pointer;text-align:center;background:#0f4d92;border:2px solid #0f4d92;border-radius:6px;padding:.3em;font-size:1.4rem;font-weight:700;display:inline-block}.signin-google:hover{opacity:.9;color:#fff;text-decoration:none}.hidden{opacity:0;pointer-events:none;max-height:0;transition:opacity .25s,transform .25s,max-height .35s,margin .25s,padding .25s;position:relative;overflow:hidden;transform:translateY(-8px);margin:0!important;padding-top:0!important;padding-bottom:0!important}.visible{opacity:1;pointer-events:auto;max-height:none;margin:1rem 0;transform:translateY(0)}body.editor>#footerCta,body.editor #hero{min-height:200px}body.editor #content{min-height:400px}body.editor>.header{z-index:200;position:sticky;top:0}#footerCta{min-height:100px}.image-preview-section .preview-image-wrapper{position:relative}.image-preview-section .bg-image-trash{top:8px;right:8px}.bg-image-trash{color:#fff;cursor:pointer;z-index:5;background:#000000a6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 6px 12px #0000002e}.bg-image-trash:hover{background:#000c;transform:translateY(-1px)}.bg-image-trash i{pointer-events:none}.link-btn-red{color:#fff;cursor:pointer;text-align:center;background:#ed2f39;border:2px solid #ed2f39;border-radius:6px;padding:.5em 1em;font-size:1.6rem;font-weight:700;display:block}.ai-modal{z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ai-modal.hidden{display:none}.ai-modal__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;position:absolute;inset:0}.ai-modal__content{background:#fff;border-radius:.75rem;flex-direction:column;width:90%;max-width:600px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ai-modal__header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ai-modal__header h2{align-items:center;gap:.75rem;margin:0;font-size:1.5rem;display:flex}.ai-modal__header h2 i{animation:2s ease-in-out infinite sparkle}.ai-modal__close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:2rem;transition:background .2s;display:flex}.ai-modal__close:hover{background:#fff3}.ai-modal__body{padding:1.5rem;overflow-y:auto}.ai-modal__status{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.ai-modal__status.hidden{display:none}.ai-modal__status-text{color:#6b7280;margin-top:1rem;font-size:1rem}.ai-modal__actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.ai-modal__cancel{color:#6b7280!important;background:0 0!important;border:1px solid #d1d5db!important}.ai-modal__cancel:hover{color:#374151!important;background:#f9fafb!important}.ai-spinner{border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes sparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.ai-generate-btn{font-weight:600;color:#667eea!important}.ai-generate-btn i{animation:2s ease-in-out infinite sparkle}.ai-generate-btn:hover{color:#764ba2!important}.ai-toast{color:#fff;z-index:10000;background:#10b981;border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 1.5rem;animation:.3s slideInDown;display:flex;position:fixed;top:2rem;right:2rem;box-shadow:0 10px 15px -3px #0000001a}.ai-toast i{font-size:1.25rem}@keyframes slideInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.floating-label--above{color:#374151;background:0 0;margin-bottom:.75rem;padding:0;font-size:1rem;font-weight:600;display:block;position:static;transform:none}.checkbox-group{box-sizing:border-box;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;width:100%;margin-top:.5rem;padding:.75rem;display:grid}.checkbox-item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.25rem;align-items:center;gap:.5rem;padding:.625rem .75rem;transition:all .2s;display:flex}.checkbox-item:hover{background:#f0f4ff;border-color:#667eea}.checkbox-item input[type=checkbox]{cursor:pointer;width:1.125rem;height:1.125rem}.checkbox-item input[type=checkbox]:checked+label{color:#667eea;font-weight:600}.checkbox-item label{cursor:pointer;flex:1;margin:0;font-size:1rem}.service-areas-selector{box-sizing:border-box;flex-direction:column;width:100%;display:flex}.common-cities{width:100%;max-height:300px;box-sizing:border-boxd #e5e7eb;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;flex-wrap:wrap;gap:.5rem;max-height:300px;padding:1rem;display:flex;overflow-y:auto}.city-tag{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #e5e7eb;border-radius:1.5rem;align-items:center;gap:.375rem;padding:.625rem 1rem;font-size:1rem;transition:all .2s;display:inline-flex;position:relative}.city-tag input[type=checkbox]{display:none}.city-tag:hover{background:#f0f4ff;border-color:#667eea;transform:translateY(-1px)}.city-tag--selected{color:#fff;background:#667eea;border-color:#667eea;font-weight:500}.city-tag--selected:hover{background:#5568d3;border-color:#5568d3}.city-tag--custom{padding-right:2rem}.city-tag__remove{color:#fff;cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:1rem;line-height:1;transition:background .2s;display:flex;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}.city-tag__remove:hover{background:#ffffff80}.custom-areas{align-items:center;gap:.5rem;display:flex}.custom-areas input{flex:1;font-size:1rem}.btn--sm{padding:.625rem 1.125rem;font-size:1rem}[data-child-component=button-inline]{display:inline-block;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}
.fm-overlay{z-index:1200;background:#00000073;justify-content:center;align-items:flex-start;padding-top:60px;display:flex;position:fixed;inset:0}.fm-hidden{display:none}.fm-modal{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:800px;max-height:85vh;font-family:Helvetica Neue,Arial,sans-serif;display:flex;overflow:hidden;box-shadow:0 18px 60px #0003}.fm-header{border-bottom:1px solid #e6e6e6;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.fm-tabs{border-bottom:1px solid #e6e6e6;gap:8px;padding:10px 20px 6px;display:flex}.fm-tab{color:#374151;cursor:pointer;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;padding:6px 12px;font-weight:600}.fm-tab-active{color:#fff;background:#2563eb;border-color:#1d4ed8}.fm-title{color:#111;font-size:18px;font-weight:700}.fm-subtitle{color:#6b7280;margin-top:2px;font-size:13px}.fm-close{cursor:pointer;color:#4b5563;background:0 0;border:none;padding:6px 10px;font-size:22px;line-height:1}.fm-body{flex-direction:column;gap:12px;padding:16px 20px 20px;display:flex;overflow:auto}.fm-upload{background:#f8fafc;border:1px dashed #d0d7e2;border-radius:10px;padding:14px}.fm-upload-area{text-align:center;cursor:pointer;background:linear-gradient(#fff,#f9fafb);border:2px dashed #d1d5db;border-radius:10px;margin-bottom:12px;padding:28px 24px;transition:all .2s;position:relative;box-shadow:0 1px 3px #0000000d}.fm-upload-area:hover{background:linear-gradient(#eff6ff,#dbeafe);border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #2563eb1a}.fm-upload-area:active{transform:translateY(0)}.fm-upload-icon{color:#6b7280;margin-bottom:8px;transition:color .2s}.fm-upload-area:hover .fm-upload-icon{color:#2563eb}.fm-upload-text{color:#374151;margin-bottom:2px;font-size:14px;font-weight:600}.fm-upload-subtext{color:#9ca3af;font-size:12px}.fm-file-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.fm-upload-label{color:#0f172a;margin-bottom:8px;font-weight:600;display:block}.fm-upload-row{flex-wrap:wrap;gap:10px;display:flex}.fm-file-input{flex:240px}.fm-hint{color:#6b7280;margin-top:8px;font-size:12px}.fm-message{border:1px solid #0000;border-radius:8px;padding:8px 12px;font-size:13px}.fm-search{color:#334155;gap:6px;font-size:13px;font-weight:700;display:grid}.fm-search-field{color:#64748b;background:#fff;border:1px solid #94a3b8;border-radius:7px;align-items:center;gap:8px;min-height:42px;padding:0 11px;display:flex}.fm-search-field:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.fm-search-field input{color:#0f172a;width:100%;font:inherit;background:0 0;border:0;outline:0;font-weight:500}.fm-message-error{color:#b91c1c;background:#fef2f2;border-color:#fecdd3}.fm-list{border-top:1px solid #e5e7eb;max-height:400px;overflow-y:auto}.fm-item{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;padding:12px 20px;transition:background .15s;display:flex}.fm-item:hover{background:#f9fafb}.fm-thumb{background:#f3f4f6;border-radius:6px;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:24px;display:grid;overflow:hidden}.fm-thumb img{object-fit:cover;width:100%;height:100%}.fm-meta{flex:1;min-width:0}.fm-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.fm-sub{color:#6b7280;margin-top:2px;font-size:12px}.fm-actions{flex-shrink:0;gap:8px;display:flex}.fm-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:8px 12px;font-size:13px;font-weight:600;transition:all .15s}.fm-btn-primary{color:#fff;background:#2563eb;border-color:#1d4ed8}.fm-btn-primary:hover:not(:disabled){background:#1d4ed8}.fm-btn-primary:disabled{opacity:.7;cursor:not-allowed}.fm-btn-ghost{color:#374151;background:#fff;border-color:#d1d5db}.fm-btn-ghost:hover:not(:disabled){background:#f3f4f6}.fm-btn-delete{color:#dc2626;border-color:#fca5a5;justify-content:center;align-items:center;padding:8px;display:flex}.fm-btn-delete:hover:not(:disabled){background:#fef2f2;border-color:#dc2626}.fm-loading,.fm-error,.fm-empty{text-align:center;color:#6b7280;padding:40px 16px}.fm-editor-view{gap:20px;height:100%;display:flex}.fm-editor-canvas-wrap{background:#f3f4f6;border-radius:8px;flex:1;justify-content:center;align-items:center;min-height:400px;display:flex;overflow:hidden}.fm-editor-canvas{border:1px solid #e5e7eb;display:block}.fm-editor-controls{flex-direction:column;gap:16px;width:280px;display:flex}.fm-control-group{flex-direction:column;gap:8px;display:flex}.fm-control-label{color:#374151;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.fm-control-btns{gap:6px;display:flex}.fm-control-btns .fm-btn{flex:1;justify-content:center;align-items:center;display:flex}.fm-slider{-webkit-appearance:none;background:#e5e7eb;border-radius:3px;outline:none;width:100%;height:6px}.fm-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#2563eb;border-radius:50%;width:16px;height:16px}.fm-slider::-moz-range-thumb{cursor:pointer;background:#2563eb;border:none;border-radius:50%;width:16px;height:16px}.fm-editor-actions{border-top:1px solid #e5e7eb;gap:8px;margin-top:auto;padding-top:16px;display:flex}.fm-editor-actions .fm-btn{flex:1}@media (max-width:640px){.fm-modal{width:96%}.fm-actions{flex-direction:row}}
