.landing-page-create-section{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 0}@media (max-width:768px){.landing-page-create-section{padding:1rem 0}}.landing-page-create-container{max-width:1200px;margin:0 auto;padding:0 1rem}.create-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;background:white;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05)}@media (max-width:768px){.create-header{flex-direction:column;gap:1rem;padding:1rem;margin-bottom:1rem;text-align:center}}.back-link{display:flex;align-items:center;color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s;gap:.5rem}.back-link:hover{color:#374151}@media (max-width:768px){.back-link{font-size:.9rem;padding:.5rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}}.create-title{display:flex;align-items:center;gap:.75rem}.create-title h1{font-size:1.875rem;font-weight:700;color:#111827;margin:0}@media (max-width:768px){.create-title h1{font-size:1.5rem}}.progress-steps{display:flex;justify-content:center;margin-bottom:3rem;background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);overflow-x:auto}@media (max-width:768px){.progress-steps{padding:1rem .5rem;margin-bottom:1.5rem;justify-content:flex-start;gap:.5rem}}.step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;max-width:150px;min-width:100px}@media (max-width:768px){.step{flex:none;min-width:80px;max-width:100px}}.step:not(:last-child):after{content:"";position:absolute;top:20px;left:60%;width:80%;height:2px;background:#e5e7eb;z-index:1}@media (max-width:768px){.step:not(:last-child):after{left:50%;width:60%}}.step.completed:not(:last-child):after{background:#10b981}.step-number{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.5rem;position:relative;z-index:2;transition:all .3s}@media (max-width:768px){.step-number{width:32px;height:32px;font-size:.875rem;margin-bottom:.25rem}}.step.active .step-number{background:#3b82f6;color:white}.step.completed .step-number{background:#10b981;color:white}.step span{font-size:.875rem;font-weight:500;color:#6b7280;text-align:center}@media (max-width:768px){.step span{font-size:.75rem;line-height:1.2}}.step.active span{color:#3b82f6}.step.completed span{color:#10b981}.create-form{background:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.05);overflow:hidden}.form-step{padding:3rem}@media (max-width:768px){.form-step{padding:1.5rem 1rem}}.step-header{text-align:center;margin-bottom:3rem}@media (max-width:768px){.step-header{margin-bottom:2rem}}.step-header h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}@media (max-width:768px){.step-header h2{font-size:1.5rem}}.step-header p{font-size:1.125rem;color:#6b7280}@media (max-width:768px){.step-header p{font-size:1rem}}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@media (max-width:768px){.form-grid{grid-template-columns:1fr;gap:1rem}}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}@media (max-width:768px){.form-group label{font-size:.9rem}}.form-input,.form-textarea{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s;background:white;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.form-input,.form-textarea{padding:1rem;font-size:16px;border-radius:10px}}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-textarea{resize:vertical;min-height:120px}@media (max-width:768px){.form-textarea{min-height:100px}}.url-preview{display:flex;align-items:center;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden;background:white}@media (max-width:768px){.url-preview{flex-direction:column;border-radius:10px}}.url-base{background:#f9fafb;padding:.75rem 1rem;color:#6b7280;font-weight:500;border-right:1px solid #e5e7eb;white-space:nowrap}@media (max-width:768px){.url-base{width:100%;border-right:none;border-bottom:1px solid #e5e7eb;text-align:center;font-size:.875rem;padding:.75rem}}.slug-input{border:none!important;flex:1;box-shadow:none!important}@media (max-width:768px){.slug-input{width:100%;text-align:center}}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}@media (max-width:768px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem}}.service-card{padding:1rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;background:white;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.service-card{padding:.75rem;border-radius:10px;min-height:60px;display:flex;align-items:center}}.service-card:hover{border-color:#3b82f6;box-shadow:0 4px 6px rgba(0,0,0,.05)}.service-card.selected{border-color:#3b82f6;background:#eff6ff}.service-content{display:flex;align-items:center;justify-content:space-between}@media (max-width:768px){.service-content{width:100%}}.service-name{font-weight:500;color:#374151}@media (max-width:768px){.service-name{font-size:.875rem}}.service-check{color:#3b82f6}.selected-services{margin-top:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px}@media (max-width:768px){.selected-services{margin-top:1.5rem;padding:1rem;border-radius:10px}}.selected-services h4{font-weight:600;color:#374151;margin-bottom:1rem}@media (max-width:768px){.selected-services h4{font-size:1rem;margin-bottom:.75rem}}.selected-tags{display:flex;flex-wrap:wrap;gap:.5rem}.service-tag{display:flex;align-items:center;gap:.5rem;background:#3b82f6;color:white;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500}@media (max-width:768px){.service-tag{font-size:.8rem;padding:.4rem .6rem;border-radius:8px}}.remove-service{background:none;border:none;color:white;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;margin-left:.25rem;-webkit-tap-highlight-color:transparent}.textarea-with-helper{position:relative}.helper-btn{position:absolute;top:.5rem;right:.5rem;background:#3b82f6;color:white;border:none;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:background-color .2s;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.helper-btn{position:static;width:100%;justify-content:center;margin-top:.5rem;padding:.75rem;border-radius:8px}}.helper-btn:hover{background:#2563eb}.media-upload-section{display:flex;flex-direction:column;gap:2rem}@media (max-width:768px){.media-upload-section{gap:1.5rem}}.upload-group h3{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:1rem}@media (max-width:768px){.upload-group h3{font-size:1.1rem;margin-bottom:.75rem}}.upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:2rem;text-align:center;transition:border-color .2s;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.upload-area{padding:1.5rem 1rem;border-radius:10px}}.upload-area:hover{border-color:#3b82f6}.upload-label{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;color:#6b7280;font-weight:500}@media (max-width:768px){.upload-label{font-size:.9rem}}.upload-input{display:none}.uploaded-logo,.uploaded-video{position:relative;display:inline-block}.uploaded-logo img{max-width:200px;max-height:100px;-o-object-fit:contain;object-fit:contain;border-radius:8px}@media (max-width:768px){.uploaded-logo img{max-width:150px;max-height:80px}}.uploaded-video video{max-width:400px;max-height:300px;border-radius:8px}@media (max-width:768px){.uploaded-video video{max-width:100%;max-height:200px}}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}@media (max-width:768px){.photos-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}}.uploaded-photo{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden}@media (max-width:768px){.uploaded-photo{border-radius:10px}}.uploaded-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.photo-upload{aspect-ratio:1;border:2px dashed #d1d5db;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.photo-upload{border-radius:10px}}.photo-upload:hover{border-color:#3b82f6}.remove-btn{position:absolute;top:.5rem;right:.5rem;background:rgba(239,68,68,.9);color:white;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.remove-btn{width:28px;height:28px;font-size:16px}}.color-customization h3,.seo-settings h3,.template-selection h3{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:1rem}@media (max-width:768px){.color-customization h3,.seo-settings h3,.template-selection h3{font-size:1.1rem;margin-bottom:.75rem}}.templates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width:768px){.templates-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}}.template-card{border:2px solid #e5e7eb;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s;position:relative;background:white;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.template-card{border-radius:10px;padding:1rem}}.template-card:hover{border-color:#3b82f6;box-shadow:0 4px 6px rgba(0,0,0,.05)}.template-card.selected{border-color:#3b82f6;background:#eff6ff}.template-preview{height:120px;background:#f3f4f6;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#6b7280}@media (max-width:768px){.template-preview{height:100px;border-radius:8px}}.template-info h4{font-weight:600;color:#374151;margin-bottom:.5rem}@media (max-width:768px){.template-info h4{font-size:1rem}}.template-info p{font-size:.875rem;color:#6b7280}@media (max-width:768px){.template-info p{font-size:.8rem}}.template-check{position:absolute;top:1rem;right:1rem;color:#3b82f6}.color-presets{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}@media (max-width:768px){.color-presets{grid-template-columns:repeat(2,1fr);gap:.75rem}}.color-preset{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;background:white;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.color-preset{padding:.75rem;border-radius:10px}}.color-preset:hover{border-color:#3b82f6}.color-preset.selected{border-color:#3b82f6;background:#eff6ff}.color-circles{display:flex;gap:.5rem}.color-circle{width:32px;height:32px;border-radius:50%;border:2px solid white;box-shadow:0 2px 4px rgba(0,0,0,.1)}@media (max-width:768px){.color-circle{width:28px;height:28px}}.custom-colors{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}@media (max-width:768px){.custom-colors{grid-template-columns:1fr;gap:.75rem}}.color-input{width:100%;height:50px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.color-input{height:60px;border-radius:10px}}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon svg{position:absolute;left:1rem;color:#6b7280;z-index:1}.input-with-icon .form-input{padding-left:3rem}@media (max-width:768px){.input-with-icon .form-input{padding-left:3.5rem}}.form-navigation{display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;background:#f9fafb;border-top:1px solid #e5e7eb}@media (max-width:768px){.form-navigation{padding:1.5rem 1rem;flex-direction:column;gap:1rem}}.nav-btn{padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;gap:.5rem;-webkit-tap-highlight-color:transparent}@media (max-width:768px){.nav-btn{width:100%;justify-content:center;padding:1rem 2rem;border-radius:10px;font-size:1rem}}.nav-btn.secondary{background:#f3f4f6;color:#374151}.nav-btn.secondary:hover{background:#e5e7eb}.nav-btn.primary{background:#3b82f6;color:white}.nav-btn.primary:hover{background:#2563eb}.nav-btn:disabled{opacity:.5;cursor:not-allowed}.submit-btn{font-size:1.125rem;padding:1rem 2rem}@media (max-width:768px){.submit-btn{font-size:1rem;padding:1.25rem 2rem}}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center}@media (max-width:768px){.error-message{border-radius:10px;margin-bottom:1.5rem;font-size:.9rem}}.spinner{width:20px;height:20px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){:focus{outline:2px solid #3b82f6;outline-offset:2px}html{scroll-behavior:smooth}.color-preset,.nav-btn,.service-card,.template-card,button,input[type=button],input[type=reset],input[type=submit]{min-height:44px;min-width:44px}}@media (prefers-contrast:high){.form-input,.form-textarea,.service-card,.template-card{border-width:3px}}