*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#191919}header{background:#161414;padding:0 2rem}.navbar{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;height:70px}.nav-brand{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.2rem}.nav-brand>span>img{height:35px}.brand-icon{color:#4f46e5;font-size:1.5rem}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#64748b;font-weight:500;transition:color .2s}.nav-links a:hover{color:#4f46e5}.container{max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;margin-bottom:3rem}.hero h1{font-size:3rem;font-weight:700;color:white;margin-bottom:1rem}.hero p{font-size:1.2rem;color:#64748b;max-width:100%;margin:0 auto 2rem}.features{display:flex;justify-content:center;gap:2rem;margin-top:2rem}.feature{display:flex;align-items:center;gap:.5rem;color:white;font-weight:500}.feature-icon{font-size:1.2rem}.calculator-wrapper{display:grid;grid-template-columns:1fr 300px;gap:2rem;margin-bottom:3rem}.step-navigation{display:flex;justify-content:space-between;margin-bottom:2rem;grid-column:1 / -1}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;position:relative}.step:not(:last-child)::after{content:'';position:absolute;top:20px;right:-50%;width:100%;height:2px;background:#e2e8f0;z-index:-1}.step.active:not(:last-child)::after{background:#fd4766}.step-number{width:40px;height:40px;border-radius:50%;background:white;color:#191919;display:flex;align-items:center;justify-content:center;font-weight:400;transition:all .3s}.step.active .step-number{background:#fd4766;color:white}.step-title{font-size:.9rem;color:white;font-weight:400}.step.active .step-title{color:#fd4766;font-weight:500}.calculator-content{background:#0c0c0c;border-radius:12px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.step-content{display:none}.step-content.active{display:block}.step-content h2{font-size:2rem;font-weight:700;color:white;margin-bottom:.5rem}.step-content p{color:#64748b;margin-bottom:2rem}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.option-card{border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s;background:#191919}.option-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(253,71,102,0.3)}.option-card.selected{background:#191919;box-shadow:0 4px 12px rgb(253,71,102,0.3)}.option-icon{font-size:2rem;margin-bottom:1rem}.option-card h3{font-size:1.3rem;font-weight:600;color:white;margin-bottom:.5rem}.option-card p{color:#64748b;font-size:.95rem;margin-bottom:1rem}.option-details{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.duration{color:white}.price{color:#fd4766;font-weight:600}.design-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.design-card{border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s;background:#191919;text-align:center}.design-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(253,71,102,0.3)}.design-card.selected{box-shadow:0 4px 12px rgb(253,71,102,0.3);background:#191919}.design-icon{font-size:3rem;margin-bottom:1rem}.design-icon.basic{color:#10b981}.design-icon.professional{color:#8b5cf6}.design-icon.premium{color:#f59e0b}.design-card h3{font-size:1.3rem;font-weight:600;color:white;margin-bottom:.5rem}.design-card p{color:#64748b;font-size:.95rem;margin-bottom:1rem}.design-card ul{list-style:none;text-align:left;margin-bottom:1rem}.design-card li{color:#64748b;font-size:.9rem;margin-bottom:.3rem;position:relative;padding-left:1.5rem}.design-card li::before{content:'✓';position:absolute;left:0;color:#10b981;font-weight:600}.multiplier{background:#fd4766;color:white;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;display:inline-block}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.feature-card{border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s;background:#191919}.feature-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(253,71,102,0.5)}.feature-card.selected{box-shadow:0 4px 12px rgb(253,71,102,0.5);background:#191919}.feature-card .feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-size:1.2rem;font-weight:600;color:white;margin-bottom:.5rem}.feature-card p{color:#64748b;font-size:.9rem;margin-bottom:1rem}.complexity{font-size:.8rem;padding:.3rem .8rem;border-radius:12px;display:inline-block;margin-bottom:.5rem}.complexity.medium{background:#fef3c7;color:#d97706}.complexity.high{background:#fee2e2;color:#dc2626}.feature-price{color:#fd4766;font-weight:400;font-size:1.1rem}.features-summary{display:none;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:8px;font-weight:600}.backend-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.backend-card{border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s;background:#191919}.backend-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(253,71,102,0.3)}.backend-card.selected{box-shadow:0 4px 12px rgb(253,71,102,0.3);background:#191919}.backend-icon{font-size:2rem;margin-bottom:1rem}.backend-card h3{font-size:1.3rem;font-weight:600;color:white;margin-bottom:20px}.included{background:#10b981;color:white;padding:.3rem .8rem;border-radius:12px;font-size:.8rem;font-weight:600;display:inline-block;margin-bottom:20px}.backend-card .price{background:#4f46e5;color:white;padding:.3rem .8rem;border-radius:12px;font-size:.8rem;font-weight:400;display:inline-block;margin-bottom:20px}.backend-card p{color:#64748b;font-size:.95rem;margin-bottom:1rem}.backend-card ul{list-style:none}.backend-card li{color:#64748b;font-size:.9rem;margin-bottom:.3rem;position:relative;padding-left:1.5rem}.backend-card li::before{content:'✓';position:absolute;left:0;color:#10b981;font-weight:600}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.tech-card{border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s;background:#191919;text-align:center}.tech-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgb(253,71,102,0.3)}.tech-card.selected{background:#191919;box-shadow:0 4px 12px rgb(253,71,102,0.3)}.tech-icon{font-size:2.5rem;margin-bottom:.5rem}.tech-card h3{font-size:1rem;font-weight:600;color:white}.tech-summary{display:none;text-align:center;padding:1rem;background:#f8fafc;border-radius:8px;font-weight:600}.estimate-summary{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.estimate-breakdown h3,.final-estimate h3{font-size:1.3rem;font-weight:600;color:white;margin-bottom:1rem}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid white}.breakdown-item:last-child{border-bottom:0}.breakdown-item>span{color:white}.final-estimate{text-align:center;background:#fd4766;background:linear-gradient(232deg,rgba(253,71,102,1) 0,rgba(253,71,102,1) 0,rgba(230,0,0,1) 100%);color:white;padding:2rem;border-radius:12px;margin-bottom:50px}.final-estimate h3{color:white}.estimate-amount{font-size:3rem;font-weight:700;margin:1rem 0}.final-estimate p{color:rgba(255,255,255,0.8)}.whats-included{margin-bottom:2rem}.whats-included h3{font-size:1.3rem;font-weight:600;color:white;margin-bottom:1rem}.whats-included ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.whats-included li{color:#64748b;font-size:.95rem}.step-navigation-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem}.btn-back,.btn-next{padding:.8rem 2rem;border:0;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.btn-back{background:white;color:#0c0c0c}.btn-back:hover:not(:disabled){background:#e2e8f0}.btn-back:disabled{opacity:.5;cursor:not-allowed}.btn-next{background:#fd4766;color:white}.btn-next:hover{background:white;color:#0c0c0c}.project-summary{background:#0c0c0c;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);height:fit-content;position:sticky;top:2rem}.project-summary h3{font-size:1.3rem;font-weight:600;color:white;margin-bottom:1.5rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid #64748b}.summary-item>span{color:#64748b;font-weight:400}.summary-item:last-child{border-bottom:0}.summary-label{color:#64748b;font-size:.9rem}.summary-value{color:#1e293b;font-weight:600;font-size:.9rem}.estimated-cost{background:#fd4766;background:linear-gradient(232deg,rgba(253,71,102,1) 0,rgba(253,71,102,1) 0,rgba(230,0,0,1) 100%);color:white;padding:1.5rem;border-radius:12px;text-align:center;margin:1.5rem 0}.estimated-cost h4{font-size:1rem;font-weight:600;margin-bottom:.5rem}.cost-amount{font-size:2rem;font-weight:700;margin:.5rem 0}.estimated-cost p{color:rgba(255,255,255,0.8);font-size:.8rem}.whats-included-summary{margin-bottom:1.5rem}.whats-included-summary h4{font-size:1rem;font-weight:600;color:white;margin-bottom:.8rem}.whats-included-summary ul{list-style:none}.whats-included-summary li{color:#64748b;font-size:.85rem;margin-bottom:.3rem}.consultation-btn,.consultation-btn-summary{width:100%;padding:1rem;background:white;color:#191919;border:0;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}.technologies{text-align:center;margin-top:4rem}.technologies h2{font-size:2.5rem;font-weight:700;color:white;margin-bottom:1rem}.technologies p{color:#64748b;font-size:1.1rem;max-width:100%;margin:0 auto 2rem}.tech-logos{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.tech-logo{background:white;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.1);font-weight:600;color:#4f46e5}@media(max-width:768px){.container{padding:1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.features{flex-direction:column;gap:1rem}.calculator-wrapper{grid-template-columns:1fr;gap:1.5rem}.project-summary{order:-1;position:static}.step-navigation{flex-wrap:wrap;gap:1rem}.step{flex:none;min-width:120px}.step:not(:last-child)::after{display:none}.options-grid,.design-options,.features-grid,.backend-options{grid-template-columns:1fr}.tech-grid{grid-template-columns:repeat(2,1fr)}.estimate-summary{grid-template-columns:1fr}.nav-links{display:none}.tech-logos{gap:1rem}.tech-logo{padding:.8rem 1rem;font-size:.9rem}}@media(max-width:480px){.hero h1{font-size:1.8rem}.calculator-content,.project-summary{padding:1rem}.tech-grid{grid-template-columns:1fr}.step-navigation-buttons{flex-direction:column;gap:1rem}.btn-back,.btn-next{width:100%}}.design-icon{margin:auto;margin-bottom:20px;height:60px;width:60px;border-radius:50%}.design-icon.basic{background-color:#003cff}.design-icon.professional{background-color:#d97706}.design-icon.premium{background-color:#00ca11}
