.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 0;box-shadow:0 2px 10px #0000001a;text-align:center}.logo{font-size:3rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:1.2rem;color:#666}.main{flex:1;padding:3rem 0}.hero{text-align:center;padding:3rem 0;margin-bottom:4rem}.hero h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.hero-description{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.pricing{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.price{font-size:4rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.cta-button{background:#ff6b6b;color:#fff;border:none;padding:1rem 3rem;font-size:1.2rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b66}.cta-button:hover{background:#ff5252;transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b99}.cta-button:active{transform:translateY(0)}.projects-section{margin-bottom:4rem}.projects-section h3{font-size:2rem;color:#fff;text-align:center;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.loading{text-align:center;color:#fff;font-size:1.2rem;padding:2rem}.features-section{margin-bottom:4rem}.features-section h3{font-size:2rem;color:#fff;text-align:center;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{background:#fffffff2;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h4{font-size:1.3rem;margin-bottom:.5rem;color:#333}.feature p{color:#666;line-height:1.6}.footer{background:#0000004d;color:#fff;text-align:center;padding:2rem 0;margin-top:auto}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-links{display:flex;align-items:center;gap:.5rem}.footer-links a{color:#fff;text-decoration:none;transition:opacity .3s ease}.footer-links a:hover{opacity:.8;text-decoration:underline}@media (max-width: 768px){.logo,.hero h2{font-size:2rem}.price{font-size:3rem}.projects-grid,.features-grid{grid-template-columns:1fr}}.project-card{background:#fffffff2;border-radius:15px;padding:2rem;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.project-icon{font-size:4rem;text-align:center;margin-bottom:1rem}.project-name{font-size:1.5rem;color:#333;margin-bottom:1rem;text-align:center}.project-description{color:#666;line-height:1.6;margin-bottom:1.5rem;flex:1}.project-features{margin-bottom:1.5rem}.project-features h5{font-size:1rem;color:#333;margin-bottom:.5rem;font-weight:600}.project-features ul{list-style:none;padding:0}.project-features li{color:#666;padding:.3rem 0 .3rem 1.5rem;position:relative}.project-features li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.project-tech{margin-top:auto}.project-tech h5{font-size:1rem;color:#333;margin-bottom:.5rem;font-weight:600}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:15px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 40px #0000004d}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#f0f0f0;color:#333}.modal-content h2{font-size:1.8rem;margin-bottom:.5rem;color:#333}.modal-description{color:#666;margin-bottom:1rem;line-height:1.6}.price-selection{margin-bottom:2rem}.price-selection label{display:block;margin-bottom:.75rem;color:#333;font-weight:500;font-size:1rem}.price-options{display:flex;gap:1rem;margin-bottom:1rem}.price-option{flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.price-option:hover{border-color:#667eea;background:#f8f9ff}.price-option.selected{border-color:#667eea;background:#667eea;color:#fff}.modal-price{font-size:1.5rem;font-weight:700;color:#667eea;text-align:center;padding:1rem;background:#f8f9ff;border-radius:10px;margin-top:.5rem}.payment-form,.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#667eea}.error-message{background:#fee;color:#c33;padding:.75rem;border-radius:8px;margin-bottom:1rem;border:1px solid #fcc}.pay-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:1rem}.pay-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.pay-button:disabled{opacity:.6;cursor:not-allowed}.payment-info{text-align:center;color:#666;font-size:.9rem;padding-top:1rem;border-top:1px solid #e0e0e0}.payment-info p{margin:.5rem 0}@media (max-width: 600px){.modal-content{padding:1.5rem}.modal-content h2{font-size:1.5rem}}.policy-page{min-height:100vh;padding:2rem 0;background:linear-gradient(135deg,#667eea,#764ba2)}.policy-page .container{max-width:900px;margin:0 auto;padding:0 20px}.policy-page h1{color:#fff;font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.policy-page .last-updated{color:#ffffffe6;margin-bottom:2rem;font-style:italic}.policy-page section{background:#fffffff2;padding:2rem;margin-bottom:1.5rem;border-radius:10px;box-shadow:0 4px 15px #0000001a}.policy-page h2{color:#333;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.policy-page h3{color:#555;font-size:1.2rem;margin-top:1.5rem;margin-bottom:.5rem}.policy-page p{color:#666;line-height:1.8;margin-bottom:1rem}.policy-page ul{color:#666;line-height:1.8;margin-left:2rem;margin-bottom:1rem}.policy-page li{margin-bottom:.5rem}.policy-page strong{color:#333}@media (max-width: 768px){.policy-page h1{font-size:2rem}.policy-page section{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
