:root{--primary-color:#3B82F6;--secondary-color:#1E40AF;--accent-color:#F59E0B;--font-family:"Inter",sans-serif;--mobile-padding:1rem;--mobile-section-spacing:2rem}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-family);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-page-creation-form{padding:2rem 1rem}@media (max-width:768px){.landing-page-creation-form{padding:var(--mobile-padding)}}.progress-bar{margin-bottom:2rem}@media (max-width:768px){.progress-bar{margin-bottom:var(--mobile-section-spacing)}}.progress-steps{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;position:relative;overflow-x:auto;padding:.5rem 0}@media (max-width:768px){.progress-steps{flex-direction:column;gap:1rem;overflow-x:visible;padding:1rem 0}}.progress-step{display:flex;flex-direction:column;align-items:center;z-index:2;min-width:100px}@media (max-width:768px){.progress-step{flex-direction:row;gap:.75rem;min-width:auto;width:100%;justify-content:flex-start}}.progress-step .step-icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#E5E7EB;color:#6B7280;margin-bottom:.5rem;transition:all .3s ease;flex-shrink:0}@media (max-width:768px){.progress-step .step-icon{width:2.5rem;height:2.5rem;margin-bottom:0}}.progress-step.active .step-icon{background:var(--primary-color);color:white;transform:scale(1.1)}.progress-step.completed .step-icon{background:#10B981;color:white}.progress-step .step-label{font-size:.875rem;color:#6B7280;font-weight:500;text-align:center}@media (max-width:768px){.progress-step .step-label{text-align:left;font-size:1rem}}.progress-step.active .step-label{color:var(--primary-color);font-weight:600}.progress-line{position:absolute;top:1.5rem;left:1.5rem;right:1.5rem;height:2px;background:#E5E7EB;z-index:1}@media (max-width:768px){.progress-line{display:none}}.progress-fill{height:100%;transition:width .3s ease}.btn-primary,.progress-fill{background:var(--primary-color)}.btn-primary{color:white;padding:.75rem 1.5rem;border-radius:.5rem;border:none;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;text-align:center;justify-content:center;min-height:44px;font-size:1rem}@media (max-width:768px){.btn-primary{padding:1rem 2rem;border-radius:12px;font-size:1.1rem;width:100%;min-height:50px}}.btn-primary:hover:not(:disabled){background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.3)}@media (max-width:768px){.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px rgba(59,130,246,.25)}}.btn-primary:disabled{background:#9CA3AF;cursor:not-allowed;transform:none;box-shadow:none}.btn-primary.btn-large{padding:1rem 2rem;font-size:1.125rem}@media (max-width:768px){.btn-primary.btn-large{padding:1.25rem 2rem;font-size:1.2rem;min-height:60px}}.btn-secondary{background:white;color:var(--primary-color);padding:.75rem 1.5rem;border-radius:.5rem;border:2px solid var(--primary-color);font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;text-align:center;justify-content:center;min-height:44px;font-size:1rem}@media (max-width:768px){.btn-secondary{padding:1rem 2rem;border-radius:12px;font-size:1.1rem;width:100%;min-height:50px}}.btn-secondary:hover{background:var(--primary-color);color:white;transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.3)}@media (max-width:768px){.btn-secondary:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(59,130,246,.25)}}.services-editor{max-height:60vh;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width:768px){.services-editor{max-height:50vh}}.service-item{transition:all .2s ease;border-radius:8px;padding:1rem;margin-bottom:.75rem;background:white;border:1px solid #e5e7eb}@media (max-width:768px){.service-item{border-radius:12px;padding:1.25rem;margin-bottom:1rem;min-height:60px;display:flex;align-items:center}}.service-item:hover{box-shadow:0 8px 25px rgba(0,0,0,.1);transform:translateY(-2px)}@media (max-width:768px){.service-item:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.08)}}.add-service{border:2px dashed #d1d5db;transition:all .2s ease;padding:1rem;border-radius:8px;background:#f9fafb;cursor:pointer;text-align:center}@media (max-width:768px){.add-service{border-radius:12px;padding:1.5rem;min-height:80px;display:flex;align-items:center;justify-content:center}}.add-service:hover{border-color:var(--primary-color);background:#F8FAFC;transform:translateY(-2px)}@media (max-width:768px){.add-service:hover{transform:translateY(-1px)}}.template-option{cursor:pointer;transition:all .2s ease;border-radius:8px;padding:1rem;border:2px solid #e5e7eb;background:white}@media (max-width:768px){.template-option{border-radius:12px;padding:1.25rem;min-height:100px}}.template-option:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.12);border-color:var(--primary-color)}@media (max-width:768px){.template-option:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.1)}}.modern-template{font-family:var(--font-family,"Inter",sans-serif)}.modern-template .hero-section{background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden;padding:4rem 2rem;text-align:center}@media (max-width:768px){.modern-template .hero-section{padding:3rem var(--mobile-padding)}}.modern-template .hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.service-card{transition:all .3s ease;border-radius:12px;padding:1.5rem;background:white;border:1px solid #e5e7eb;box-shadow:0 2px 4px rgba(0,0,0,.05)}@media (max-width:768px){.service-card{border-radius:16px;padding:1.25rem;margin-bottom:1rem;text-align:center}}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.15);border-color:var(--primary-color)}@media (max-width:768px){.service-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,.1)}}.benefit-item{transition:all .3s ease;padding:1.5rem;border-radius:12px;background:white;border:1px solid #e5e7eb}@media (max-width:768px){.benefit-item{border-radius:16px;padding:1.25rem;margin-bottom:1rem;text-align:center}}.benefit-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,.1)}@media (max-width:768px){.benefit-item:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,.08)}}.landing-page-form-success,.project-form-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 2rem;background:white;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,.1);margin:2rem auto;max-width:500px}@media (max-width:768px){.landing-page-form-success,.project-form-success{padding:2rem var(--mobile-padding);border-radius:16px;margin:var(--mobile-section-spacing) var(--mobile-padding);max-width:none}}.success-icon{margin-bottom:1.5rem;animation:successPulse 2s ease-in-out infinite;color:#10B981}@media (max-width:768px){.success-icon{transform:scale(1.2);margin-bottom:2rem}}@keyframes successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:768px){@keyframes successPulse{0%,to{transform:scale(1.2)}50%{transform:scale(1.3)}}}.success-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2rem;width:100%}@media (max-width:768px){.success-actions{flex-direction:column;align-items:stretch;gap:.75rem;margin-top:var(--mobile-section-spacing)}}h1,h2,h3,h4,h5,h6{line-height:1.3;margin-bottom:.5rem}@media (max-width:768px){h1{font-size:2rem;line-height:1.2;margin-bottom:1rem}h2{font-size:1.75rem;line-height:1.25;margin-bottom:.75rem}h3{font-size:1.5rem;margin-bottom:.5rem}h3,h4{line-height:1.3}h4{font-size:1.25rem}p{font-size:1rem;line-height:1.6;margin-bottom:1rem}}.form-group input,.form-group select,.form-group textarea{transition:all .2s ease;border-radius:8px;border:2px solid #e5e7eb;padding:.75rem 1rem;font-size:1rem;width:100%;-webkit-appearance:none}@media (max-width:768px){.form-group input,.form-group select,.form-group textarea{border-radius:12px;padding:1rem 1.25rem;font-size:16px;min-height:50px}.form-group textarea{min-height:120px;resize:vertical}}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(59,130,246,.1);transform:translateY(-1px)}input[type=color]{-webkit-appearance:none;border:none;cursor:pointer;border-radius:8px;height:50px;min-width:100px}@media (max-width:768px){input[type=color]{border-radius:12px;height:60px;min-width:120px}}input[type=color]::-webkit-color-swatch-wrapper{padding:0;border-radius:8px}@media (max-width:768px){input[type=color]::-webkit-color-swatch-wrapper{border-radius:12px}}input[type=color]::-webkit-color-swatch{border:none;border-radius:6px}@media (max-width:768px){input[type=color]::-webkit-color-swatch{border-radius:10px}}.keyword-tag{animation:slideIn .3s ease;padding:.5rem .75rem;background:var(--primary-color);color:white;border-radius:6px;font-size:.875rem;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;margin:.25rem}@media (max-width:768px){.keyword-tag{padding:.75rem 1rem;border-radius:10px;font-size:.9rem;margin:.375rem}}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}.btn-primary:disabled{position:relative;overflow:hidden}.btn-primary:disabled:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:loading 1.5s infinite}@keyframes loading{0%{left:-100%}to{left:100%}}.section{padding:3rem 2rem}@media (max-width:768px){.section{padding:var(--mobile-section-spacing) var(--mobile-padding)}}.container{max-width:1200px;margin:0 auto;width:100%}@media (max-width:768px){.container{padding:0 var(--mobile-padding)}}.grid{display:grid;gap:2rem}@media (max-width:768px){.grid{gap:1.5rem}}.grid-2{grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.grid-2{grid-template-columns:1fr}}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.grid-3{grid-template-columns:1fr}}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:768px){.grid-4{grid-template-columns:repeat(2,1fr)}}.card{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05);border:1px solid #e5e7eb;transition:all .3s ease}@media (max-width:768px){.card{border-radius:16px;padding:1.25rem;box-shadow:0 4px 12px rgba(0,0,0,.08)}}.card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1)}@media (max-width:768px){.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08)}:focus{outline:3px solid var(--primary-color);outline-offset:2px}.btn-primary,.btn-secondary,.service-card,.template-option,button,input[type=button],input[type=reset],input[type=submit]{min-height:44px;min-width:44px}body,html{overflow-x:hidden}}@media (max-width:768px){::-moz-selection{background:rgba(59,130,246,.3);color:inherit}::selection{background:rgba(59,130,246,.3);color:inherit}}@media print{.btn-primary,.btn-secondary,.form-navigation,.progress-bar{display:none}.form-content,.landing-page-form-success,.project-form-success{box-shadow:none;border:1px solid #ccc}*{background:white!important;color:black!important}}@media (prefers-contrast:high){.btn-primary,.btn-secondary,.card,.service-card,.template-option{border-width:3px;border-style:solid}.btn-primary:hover,.btn-secondary:hover{box-shadow:none;border-width:4px}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.success-icon{animation:none}}