*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Courier,monospace;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0d0d0d;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#0d0d0d}body{display:flex;flex-direction:column}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{margin:0;padding:0}input,button,textarea,select{font-family:inherit}button{cursor:pointer}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:#404040;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.skip-link{position:absolute;top:-40px;left:0;background:#fff;color:#0d0d0d;padding:8px 16px;text-decoration:none;font-weight:700;z-index:100;border-radius:0 0 4px}.skip-link:focus{top:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0d0d0d,#1a1a1a);color:#fff;font-family:Courier,monospace}.header{padding:2rem 1rem;display:flex;justify-content:center;align-items:center;border-bottom:1px solid rgba(255,255,255,.1)}.logo-container{max-width:1200px;width:100%}.logo{height:60px;transition:transform .3s ease,filter .3s ease}.logo:hover{transform:scale(1.05);filter:brightness(1.2)}.main-content{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem 1rem}.content-container{max-width:800px;width:100%;text-align:center}.title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);line-height:1.2}.description{font-size:1.25rem;margin-bottom:1rem;color:#e0e0e0;line-height:1.6}.subdescription{font-size:.95rem;margin-bottom:2.5rem;color:#b0b0b0;line-height:1.6;font-style:italic}.services-section,.benefits-section,.technologies-section,.faq-section{margin-bottom:3rem;padding:2rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;color:#fff;text-align:center}.services-list,.benefits-list{list-style:none;padding:0;text-align:left;max-width:600px;margin:0 auto}.services-list li,.benefits-list li{padding:.75rem 1rem;margin-bottom:.75rem;background:#ffffff0d;border-radius:8px;border-left:3px solid rgba(255,255,255,.3);transition:all .3s ease;color:#e0e0e0;line-height:1.6}.services-list li:hover,.benefits-list li:hover{background:#ffffff14;border-left-color:#fff;transform:translate(5px)}.benefits-list li strong{color:#fff;font-weight:600}.tech-description{color:#e0e0e0;line-height:1.8;font-size:1.05rem;max-width:600px;margin:0 auto}.tech-description strong{color:#fff;font-weight:600}.faq-list{max-width:600px;margin:0 auto}.faq-item{margin-bottom:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:all .3s ease}.faq-item:hover{background:#ffffff14;border-color:#fff3}.faq-item summary{padding:1rem 1.25rem;cursor:pointer;font-weight:600;color:#fff;list-style:none;-webkit-user-select:none;user-select:none;transition:background .2s ease;text-align:left}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:before{content:"▸";display:inline-block;margin-right:.5rem;transition:transform .3s ease}.faq-item[open] summary:before{transform:rotate(90deg)}.faq-item summary:hover{background:#ffffff0d}.faq-item p{padding:0 1.25rem 1rem 2.5rem;margin:0;color:#d0d0d0;line-height:1.6;text-align:left}.cta-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:#fff;text-align:center}.order-form{background:#ffffff0d;padding:2.5rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d}.form-group{margin-bottom:1.5rem;text-align:left}.form-label{display:block;margin-bottom:.5rem;font-size:1rem;font-weight:600;color:#fff}.form-input{width:100%;padding:.875rem 1rem;font-size:1rem;font-family:Courier,monospace;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;transition:all .3s ease;box-sizing:border-box}.form-input::placeholder{color:#ffffff80}.form-input:focus{outline:none;border-color:#fff;background:#ffffff26;box-shadow:0 0 0 4px #ffffff1a}.form-input:disabled{opacity:.6;cursor:not-allowed}.message{padding:.875rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.95rem;animation:slideIn .3s ease}.message.success{background:#4caf5033;border:1px solid rgba(76,175,80,.5);color:#90ee90}.message.error{background:#f4433633;border:1px solid rgba(244,67,54,.5);color:#ffcccb}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submit-button{width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:700;font-family:Courier,monospace;background:#fff;color:#0d0d0d;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.submit-button:hover:not(:disabled){background:#f0f0f0;transform:translateY(-2px);box-shadow:0 8px 16px #fff3}.submit-button:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 8px #ffffff1a}.submit-button:disabled{opacity:.6;cursor:not-allowed}.footer{padding:2rem 1rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);color:gray;font-size:.9rem}@media (max-width: 768px){.title{font-size:2rem}.description{font-size:1.1rem}.subdescription{font-size:.875rem}.order-form{padding:2rem 1.5rem}.logo{height:50px}}@media (max-width: 480px){.title{font-size:1.5rem}.description{font-size:1rem}.subdescription{font-size:.8rem;margin-bottom:2rem}.order-form{padding:1.5rem 1rem}.form-input{padding:.75rem}.submit-button{padding:.875rem 1.5rem;font-size:1rem}}
