:root{--bg-main: #1E1B2E;--text-main: #ffffff;--accent: #00eaff;--submenu-bg: #2b2740}.layout{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.navbar{background:var(--bg-main);color:var(--text-main);display:flex;flex-direction:column;padding-top:1rem;height:100vh;position:sticky;top:0}.main-content{padding:0;background:#f9f9f9}.menu{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0;margin:0}.menu li{position:relative}.menu a{color:var(--text-main);text-decoration:none;padding:.5rem 1rem;display:block;transition:color .3s;font-weight:300}.menu a:hover{color:var(--accent)}.submenu{display:none;position:absolute;background:var(--submenu-bg);left:100%;top:0;min-width:180px;padding:.5rem;border-radius:4px;z-index:4}.menu li:hover>.submenu{display:block}.menu-toggle{display:none;min-width:40px;min-height:40px;border:none;background:transparent;cursor:pointer;align-items:center;justify-content:center;padding:0}.menu-toggle svg{width:100%;height:100%;display:block}.burger-container{width:100%;height:100%}.line{fill:none;stroke:#fff;stroke-width:3.5;transition:d .6s cubic-bezier(.4,0,.2,1),stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.top-line{d:path("M 50,29 H 80");stroke-dasharray:60 207}.mid-line{d:path("M 20,50 H 80");stroke-dasharray:60 60}.bot-line{d:path("M 20,71 H 50");stroke-dasharray:60 207}.menu-toggle.active .top-line,.menu-toggle.animating .top-line{d:path("M 20,29 H 80 C 80,29 95,29 95,67 C 95,78 91,82 85,82 C 79,82 75,75 75,75 L 25,25");stroke-dasharray:90 207;stroke-dashoffset:-134}.menu-toggle.active .mid-line,.menu-toggle.animating .mid-line{d:path("M 20,50 H 80");stroke-dasharray:1 60;stroke-dashoffset:-30}.menu-toggle.active .bot-line,.menu-toggle.animating .bot-line{d:path("M 20,71 H 80 C 80,71 95,71 95,33 C 95,22 91,18 85,18 C 79,18 75,25 75,25 L 25,75");stroke-dasharray:90 207;stroke-dashoffset:-134}@media (max-width: 768px){.layout{display:block}.navbar{width:100%;height:60px;flex-direction:row;align-items:center;justify-content:space-between;padding:0 .2rem;position:sticky;z-index:5}.main-content{padding:0}.sidebar{position:fixed;top:60px;right:0;width:80%;max-width:300px;height:calc(100vh - 60px);background:var(--bg-main);transform:translate(100%);transition:transform .3s ease;z-index:2;overflow-y:auto;box-shadow:-4px 0 12px #0003;padding:1rem;visibility:hidden;opacity:0}.sidebar.active{transform:translate(0);visibility:visible;opacity:1}.menu-toggle{display:block}.submenu{position:relative;left:0;top:0;width:100%;margin-top:.5rem}.menu li:hover>.submenu{display:none}.menu li:has(.submenu.open)>.submenu{display:block}.menu a.active,.language-switcher,li.language-switcher{border-radius:12px}}.menu-item{display:inline-flex;align-items:center;gap:0px;vertical-align:middle;letter-spacing:.05em}.menu a.active{background:#00eaff26;color:var(--accent)}.menu-overlay{position:fixed;inset:0;background:#0006;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);z-index:3;display:none}.menu-overlay.active{display:block}body.menu-open{overflow:hidden;position:fixed;width:100%}.navbar:focus{outline:none}aside.navbar{padding:0}.language-switcher{position:relative;cursor:pointer;padding:10px;background-color:#00000080;backdrop-filter:blur(10px);border-radius:0;margin-top:20px}.languagepicker{display:none;position:absolute;bottom:50px;left:0;background-color:#000;backdrop-filter:blur(10px);overflow:hidden;z-index:4;width:100%;border-radius:12px}.languagepicker.active{display:block}.languagepicker li{width:100%;height:50px;padding:10px;cursor:pointer;display:flex;align-items:center;gap:10px;box-sizing:border-box}.languagepicker li:hover{background-color:#ffffff1a}.selected-language{display:flex;align-items:center;gap:10px;cursor:pointer}.selected-language img,.languagepicker li img{width:24px;height:24px;border-radius:50%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;font-size:16px;line-height:1.5;background-color:#fff;color:#000;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:.5rem}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:#00d4ff}img{max-width:100%;display:block}ul,ol{list-style:none}.logo{max-width:130px;display:block;object-fit:contain;filter:drop-shadow(0 0 6px #00eaff);transition:transform .3s ease}@media (min-width: 769px){.logo{margin:0 auto 1rem}}@media (max-width: 768px){.logo{margin:0}}.logo:hover{transform:scale(1.05)}.icon{width:18px;height:18px;margin-right:8px;vertical-align:middle}.ai-page{padding:1rem;max-width:960px;margin:0 auto;color:#111}.neon-title{font-size:1.4rem;text-align:center;color:#1e1b2e;margin-bottom:1rem;letter-spacing:.05em}.subtitle{text-align:center;color:#454444;margin-bottom:2.5rem;font-size:1.1rem;font-style:italic;font-weight:400;letter-spacing:.05em}.neon-subtitle{font-size:1rem;margin-bottom:1rem;background-color:#1e1b2e;color:#ff5ef3;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;box-shadow:0 0 10px #ff5ef326;font-weight:400}.ai-block{background:#fff;border:1px solid #c8d9df;border-left:4px solid #00eaff;border-radius:16px;padding:1.25rem 1.5rem;margin-bottom:2rem;transition:transform .2s ease;border-right:4px solid #fb5def}.ai-list{list-style:none;padding:0;margin:0}.ai-list li{display:flex;align-items:center;margin-bottom:.5rem;line-height:1.6;letter-spacing:.05em}.ai-list li:last-child{border-bottom:none}.cta-wrapper{display:flex;justify-content:flex-end;margin-top:1rem}.cta-button{background-color:#1e1b2e;border:1px solid #04d0e5;color:#04d0e5;padding:.6rem 1.2rem;border-radius:20px;cursor:pointer;font-weight:500;font-size:.95rem;box-shadow:0 0 12px #5ea9ff33;transition:all .3s ease;letter-spacing:.05em}.cta-button:hover{background-color:#04d0e5;color:#1e1b2e;box-shadow:0 0 20px #5ea9ff66;transform:translateY(-1px)}@media (max-width: 768px){.cta-wrapper{justify-content:center}.hero-content{top:40%!important;transform:translate(-50%,-40%)!important}}.price-card{background:radial-gradient(ellipse at right top,#1e1b2ecf,#1e1b2e 47% 100%);padding:1rem;border-radius:16px;box-shadow:0 0 16px #00eaff1a;color:#fff;margin-bottom:2rem;border-left:4px solid #00eaff;border-right:4px solid #fb5def}.card-title{font-size:1.6rem;margin-bottom:1rem;color:#fff;font-weight:400;letter-spacing:.05em}.price-card-chat{background:radial-gradient(ellipse at right top,#1e1b2ecf,#1e1b2e 47% 100%);padding:.2rem;border-radius:16px;box-shadow:0 0 16px #00eaff1a;color:#fff;margin-bottom:2rem;border-left:4px solid #00eaff;border-right:4px solid #fb5def}.tab-content{display:none;padding-top:1rem}.tab-content.active{display:block}.price{font-size:1.7rem;color:#00eaff}.tabs{display:flex;gap:.7rem;flex-wrap:wrap;margin-bottom:1rem}.tab{display:flex;align-items:center;gap:5px;padding:.5rem;background:transparent;border:1px solid #ff5ef3;color:#ff5ef3;font-weight:500;font-size:.95rem;border-radius:6px;cursor:pointer;box-shadow:0 0 8px #ff5ef326;transition:all .3s ease;letter-spacing:.05em}.tab.active{background:#ff5ef3;color:#1e1b2e;box-shadow:0 0 12px #ff5ef359}.tab:hover{transform:translateY(-1px);box-shadow:0 0 14px #ff5ef34d}.tab-icon{width:18px;height:18px}.tab.active .tab-icon{filter:brightness(0) saturate(100%) sepia(0%) hue-rotate(0deg)}.title-wrapper{display:flex;align-items:center;gap:.5rem}.prices-icon{width:32px;height:32px}.order-wrapper{text-align:center;margin-top:1rem}.order-button{background-color:#1e1b2e;border:1px solid #04d0e5;color:#04d0e5;padding:.6rem 1.2rem;border-radius:20px;cursor:pointer;font-weight:500;font-size:.95rem;box-shadow:0 0 12px #5ea9ff33;transition:all .3s ease;letter-spacing:.05em}.order-button:hover{background-color:#04d0e5;color:#1e1b2e;box-shadow:0 0 20px #5ea9ff66;transform:translateY(-1px)}@media (min-width: 769px){.tab-body ul{flex:1;margin:0}.order-wrapper{margin-top:0;margin-left:1rem;display:flex;align-items:center;justify-content:flex-end}}.price-button-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}@media (min-width: 769px){.price-button-wrapper{gap:2rem}}.feature-icon{display:inline-block;width:16px;height:16px;margin-right:.3rem;align-self:center;vertical-align:middle}.feature-icon{display:inline-block;width:16px;height:16px;vertical-align:middle}.delivery-revisions{display:flex;gap:2rem;align-items:center;margin-top:1rem}.delivery,.revisions{display:flex;align-items:center}.check-icon{width:16px;height:16px;margin-right:8px;vertical-align:middle}.note{font-size:.8rem;color:#bbb;margin-top:.5rem;font-style:italic}span.delivery-text{color:#e356da;letter-spacing:.05em}.hero-section{position:relative;height:100vh;overflow:hidden;background:#1e1b2e}.hero-canvas{position:absolute;top:0;left:0;width:100vw;height:100vh;opacity:0;transition:opacity 1s ease;z-index:0}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;color:#de44e7;padding:2rem .5rem;width:90vw;max-width:800px;background:#0003;border-radius:16px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-content h1{font-size:2rem;margin-bottom:1rem;opacity:1!important;transform:none!important;transition:none!important;font-weight:500;letter-spacing:.05em}.hero-content p{font-size:1.25rem;margin-bottom:2rem;color:#fff;letter-spacing:.05em}.scroll-container{width:100%;overflow-x:auto;padding:8px 0;position:relative;scroll-behavior:smooth}.scroll-wrapper{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scroll-behavior:smooth;flex-wrap:nowrap}.scroll-wrapper:active{cursor:grabbing}.scroll-item{flex:0 0 280px;scroll-snap-align:center;background:linear-gradient(200deg,#04d0e5,#000);color:#fff;border-radius:16px;padding:15px;display:flex;justify-content:center;align-items:center;gap:6px;text-align:left}.scroll-icon-container{flex-shrink:0;display:flex;justify-content:center;align-items:center}.scroll-icon{width:24px;height:24px;object-fit:contain}.scroll-content{display:flex;flex-direction:column;justify-content:center}.scroll-content h2{font-size:1rem;font-weight:300;margin:0;letter-spacing:.07em}.pagination-dots{display:flex;justify-content:center;margin-top:10px}.pagination-dots .dot{width:15px;height:3px;margin:0 5px;background:#b14fff;border-radius:3px;transition:.3s ease;cursor:pointer}.pagination-dots .dot.active{background:#04d0e5}@media (min-width: 768px) and (max-width: 1023px){.scroll-wrapper{flex-wrap:wrap;overflow-x:visible;justify-content:center}.scroll-item{scroll-snap-align:none;flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media (min-width: 1024px){.scroll-wrapper{overflow-x:visible;flex-wrap:wrap;justify-content:center}.scroll-item{scroll-snap-align:none;flex:0 0 calc(33.333% - 20px);max-width:calc(33.333% - 20px)}.pagination-dots{display:none}}@media (max-width: 768px){.scroll-wrapper{scrollbar-width:none;-ms-overflow-style:none}.scroll-wrapper::-webkit-scrollbar{display:none}.pagination-dots{display:flex}}section.partial{padding:1rem}.tech-stack{padding:3rem 1rem;text-align:center}.stack-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:960px;margin:0 auto}.stack-item{background:linear-gradient(145deg,#1e1b2e,#20243dd9);border-radius:16px;padding:1.5rem 1rem;transition:transform .2s ease,box-shadow .2s ease;width:140px;max-width:100%;text-align:center}.stack-item img,.stack-item span{display:block;font-size:2rem;margin:0 auto .8rem;color:#00eaff;width:36px;height:36px}.stack-item h3{font-size:.95rem;font-weight:500;color:#fff;letter-spacing:.05em}@media (max-width: 768px){.stack-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:auto;padding-bottom:1rem;display:flex;scrollbar-width:none}.stack-scroll::-webkit-scrollbar{display:none}.stack-grid{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:1rem;width:max-content;margin:0}.stack-item{flex:0 0 auto;width:140px;min-width:140px;scroll-snap-align:start}}.category-badge{display:inline-flex;align-items:center;gap:.6rem;padding:.4rem 1.2rem;background:#1e1b2e;border-right:4px solid #fb5def;border-left:4px solid #00eaff;color:#fb5def;font-size:1.1rem;font-weight:400;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 0 0 1px #00eaff4d,0 0 12px #00eaff66,inset 0 0 0 1px #00eaff33;margin-bottom:1.2rem;width:fit-content;border-radius:12px 0}.link-button{background-color:#1e1b2e;border:1px solid #04d0e5;color:#04d0e5;padding:.6rem 1.2rem;border-radius:20px;cursor:pointer;font-weight:500;font-size:.95rem;box-shadow:0 0 12px #5ea9ff33;transition:all .3s ease;letter-spacing:.05em}.link-button:hover{background-color:#04d0e5;color:#1e1b2e;box-shadow:0 0 20px #5ea9ff66;transform:translateY(-1px)}.reveal{opacity:0;transform:translateY(40px);transition:all .6s ease-out}.reveal.visible{opacity:1;transform:none}.success-modal{position:fixed;inset:0;background-color:#000c;z-index:10000;display:flex;justify-content:center;align-items:center}.success-modal.hidden{display:none}.success-modal-content{background:var(--bg-main);color:var(--accent);border-radius:16px;padding:2rem;max-width:480px;width:90%;text-align:center;position:relative}.success-title{font-size:1.75rem;margin-bottom:1rem;font-weight:400;letter-spacing:.1rem}.success-subtext{font-size:1rem;color:var(--text-main);margin-bottom:1.5rem;letter-spacing:.1rem}.success-message{font-size:1rem;color:var(--text-main);margin:1rem 0;line-height:1.5;letter-spacing:.08rem}.working-hours{margin-top:.75rem;font-size:.85rem;font-style:italic;color:var(--text-main);opacity:.7;text-align:center}.success-close{position:absolute;top:16px;right:16px;background:none;border:none;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:inherit;z-index:1001}.success-close img{width:24px;height:24px;object-fit:contain;pointer-events:none}.cta-social-title p,.cta-or{color:var(--text-main);margin:.5rem 0}.cta-social-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}.cta-social-btn{display:flex;align-items:center;justify-content:center;padding:.6rem 1rem;border:1px solid var(--accent);border-radius:30px;color:var(--accent);text-decoration:none;font-weight:500;font-size:.95rem;transition:.3s ease}@media (max-width: 640px){.success-modal-content{width:100%;height:100%;max-width:100%;max-height:100%;border-radius:0;padding:2rem 1rem;display:flex;flex-direction:column;justify-content:center}.success-close{top:10px;right:15px}}.hero-title-wrapper{display:inline-flex;align-items:flex-start;justify-content:center;gap:8px}.flag-icon{width:20px;height:20px;transform:translateY(-6px)}.timeline-section{width:100%;display:flex;justify-content:center;flex-wrap:wrap;margin-inline:auto;gap:3.25rem;padding:2em 0;box-sizing:border-box}.timeline-card{width:90%;max-width:20rem;display:flex;flex-direction:column;justify-content:space-between;text-align:center;border-radius:16px;padding:2rem 1.5rem;position:relative;box-sizing:border-box;z-index:1}.timeline-card:before{content:"";position:absolute;inset:0;border-radius:16px;z-index:-1;border:.155rem solid transparent;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}.timeline-card .date{position:absolute;top:1rem;left:1rem;width:2rem;height:2rem;border-radius:50%;background:#00eaff;color:#000;font-size:1.1rem;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 0 10px #00eaff88}.timeline-card h3{color:#fff;font-size:1.375rem;margin:2.5rem 0 .5rem;font-weight:400;letter-spacing:.05em}.timeline-card p{color:#bbb;margin-bottom:1.5rem;text-align:left;letter-spacing:.05em}.timeline-card .footer{display:flex;justify-content:space-between;align-items:center;background:transparent;padding:.75rem 1rem;border-radius:0 0 2.25rem 2.25rem}.timeline-card .btn-add{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;border:0;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.timeline-card .btn-add:hover{transform:scale(1.15)}.timeline-card .btn-add svg{width:1rem}.time-badge{display:flex;align-items:center;gap:.4rem;background:#222127;color:#fff;border-radius:2em;padding:.325rem .5rem;font-size:.9rem;border:1px solid white;letter-spacing:.07em}.time-badge .clock-icon{width:1rem;height:1rem;object-fit:contain}.timeline-card.violet{background:radial-gradient(ellipse at right top,#ff5ef3,#1e1b2e 47% 100%)}.timeline-card.violet:before{background:linear-gradient(45deg,#1e1b2e,#ff5ef3) border-box}.timeline-card.violet .btn-add,.timeline-card.violet .btn-countdown:hover,.timeline-card.violet .date{background:#ff5ef3;box-shadow:0 0 10px #ff5ef3}.timeline-card.cyan{background:radial-gradient(ellipse at right top,#00eaff,#1e1b2e 47% 100%)}.timeline-card.cyan:before{background:linear-gradient(45deg,#1e1b2e,#00eaff) border-box}.timeline-card.cyan .btn-add,.timeline-card.cyan .btn-countdown:hover,.timeline-card.cyan .date{background:#00eaff;box-shadow:0 0 10px #03555e}.icon img{width:2rem;height:2rem;object-fit:contain;position:absolute;top:1rem;right:1rem}.site-footer{background-color:#1e1b2e;color:#fff;padding:2rem 1rem;border-top:1px solid #333}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-menu{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem 2rem;padding:0;margin:0;width:100%}.footer-menu li a{display:flex;align-items:center;justify-content:flex-start;color:#ccc;text-decoration:none;font-weight:500;transition:color .2s ease;letter-spacing:.05em}.footer-menu li a.active,.footer-menu li a:hover{color:#00eaff}.footer-menu .icon{width:18px;height:18px;filter:brightness(0) invert(1)}.footer-menu li a.active .icon{filter:none}@media (min-width: 768px){.footer-menu{grid-template-columns:repeat(3,1fr);justify-items:start}}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;border-top:1px solid #333;padding-top:1rem;width:100%}.footer-note{font-size:.85rem;color:#888}.footer-social{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.footer-social-btn{display:inline-flex;align-items:center;gap:.4rem;color:#ccc;text-decoration:none;font-size:.85rem}.footer-social-icon{width:18px;height:18px;opacity:.85;transition:opacity .2s}.footer-social-btn:hover .footer-social-icon{opacity:1}.footer-email{display:inline-flex;align-items:center;gap:.4rem;color:#fff;font-weight:400;font-size:.85rem;text-decoration:none;letter-spacing:.05em}@media (max-width: 768px){.footer-bottom{flex-direction:column;align-items:center;text-align:center}.footer-note{text-align:center;width:100%}.footer-email{justify-content:center;text-align:center;width:100%;letter-spacing:.05em}.footer-social{justify-content:center;margin-top:.5rem}}
