﻿*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#475569;font-family:outfit,inter,system-ui,-apple-system,sans-serif;line-height:1.6}.container{max-width:1240px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.flex{display:flex}.flex-column{flex-direction:column}.v-center{align-items:center}.h-center{justify-content:center}.text-center{text-align:center}h1,h2,h3,h4{font-family:outfit,sans-serif;color:#0f172a;line-height:1.1;font-weight:700}.gradient-text{background:linear-gradient(135deg,#0a192f 0%,#f47920 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.navbar{position:absolute;top:1rem;left:50%;transform:translateX(-50%);width:95%;max-width:1200px;z-index:1000;background:rgba(255,255,255,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(15,23,42,8%);border-radius:20px;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.75rem;box-shadow:0 10px 30px rgba(0,0,0,5%);transition:opacity .3s ease}.navbar.is-hidden-by-clone{opacity:0;pointer-events:none}.navbar .nav-links{display:flex;gap:2.5rem;font-weight:600;font-size:.9rem}.navbar .nav-links a{color:#0f172a}.navbar .nav-links a:hover{color:#f47920}.navbar .navbar-menu{display:flex!important;flex-grow:1;background:0 0!important;box-shadow:none!important;margin:0;align-items:center;justify-content:flex-end}.navbar .navbar-end{display:flex!important;align-items:center;gap:1rem;width:100%;justify-content:flex-end}.navbar .nav-links{display:flex!important;align-items:center;gap:2rem!important;margin-right:2rem}.navbar .navbar-burger{display:none!important}@media(max-width:1024px){.navbar .navbar-burger{display:flex!important}}.navbar .navbar-item{background:0 0!important;padding:.5rem .75rem}@media(max-width:1024px){.navbar{width:98%!important;top:.5rem!important;padding:.5rem 1.25rem!important}.navbar .navbar-brand img{max-height:2.8rem!important}.navbar .navbar-menu{display:none!important}.navbar .lang-switcher{border-left:none;border-top:1px solid rgba(0,0,0,.1);padding-top:1.25rem;margin-top:.5rem;width:100%;justify-content:center}}@media(min-width:1024px){.is-hidden-desktop{display:none!important}}@media(max-width:1023px){.is-hidden-touch{display:none!important}}@media(max-width:1023px){.navbar-brand{width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:.5rem}}#navbar-clone{position:fixed;top:1rem;left:50%;width:95%;max-width:1200px;z-index:2000;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(0,0,0,5%);display:none!important;border-radius:20px;border:1px solid rgba(15,23,42,8%)}#navbar-clone.is-active{display:flex!important;animation:slideInDownClone .3s forwards}@keyframes slideInDownClone{from{transform:translate(-50%,-150%)}to{transform:translate(-50%,0)}}.hero{background:radial-gradient(circle at 70% 30%,#fff5eb 0%,#fff 55%);padding-bottom:0}.hero-inner{display:grid;grid-template-columns:55% 1fr;gap:4rem;align-items:center;max-width:1240px;margin:0 auto;padding:10rem 2rem 4rem}.hero-content{position:relative}.hero-carousel{position:relative;min-height:380px}.hero-slide{position:absolute;top:0;left:0;width:100%;opacity:0!important;visibility:hidden!important;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease,visibility .6s ease;pointer-events:none!important}.hero-slide.active{opacity:1!important;visibility:visible!important;transform:translateY(0);pointer-events:auto!important;position:relative}.hero-slide .title{font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:900;margin:1.25rem 0;letter-spacing:-1.5px;line-height:1.1;color:#0f172a}.hero-slide .subtitle{font-size:1.05rem;color:#475569;line-height:1.8;max-width:480px;margin-bottom:0}.carousel-dots{display:flex;gap:.6rem;margin-top:2.5rem}.carousel-dots .carousel-dot{width:8px;height:8px;border-radius:50%;background:rgba(0,0,0,.15);border:none;cursor:pointer;transition:.3s;padding:0}.carousel-dots .carousel-dot.active{width:28px;border-radius:4px;background:#f47920}.carousel-dots .carousel-dot:hover{background:#f47920;opacity:.7}.service-carousel-wrap{border-top:1px solid rgba(0,0,0,6%);background:rgba(255,255,255,.6);backdrop-filter:blur(8px);padding:1.5rem 0}.hero-visual{width:100%}.hero-visual img{width:100%;display:block;border-radius:24px;box-shadow:0 40px 80px -20px rgba(0,0,0,.12)}.primary-btn{background:#f47920;color:#fff!important;font-weight:600;padding:1.1rem 2.8rem;border-radius:12px;display:inline-block;transition:.3s}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(244,121,32,.3)}.secondary-btn{background:#0a192f;color:#fff!important;font-weight:600;padding:1.1rem 2.8rem;border-radius:12px;display:inline-block;transition:.3s}.secondary-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(10,25,47,.2)}.service-carousel-wrap{border-top:1px solid rgba(0,0,0,6%);background:#fff;padding:1.5rem 0;overflow:visible;position:relative}.service-carousel-wrap::before,.service-carousel-wrap::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.service-carousel-wrap::before{left:0;background:linear-gradient(to right,#fff,transparent)}.service-carousel-wrap::after{right:0;background:linear-gradient(to left,#fff,transparent)}.service-carousel{display:flex;gap:1.5rem;padding:.8rem 2rem;overflow-x:auto;scrollbar-width:none;justify-content:center;flex-wrap:nowrap}.service-carousel::-webkit-scrollbar{display:none}.service-item{display:inline-flex;align-items:center;gap:.6rem;background:#fff;border:1.5px solid rgba(0,0,0,9%);border-radius:100px;padding:.7rem 1.4rem;white-space:nowrap;flex-shrink:0;cursor:pointer;text-decoration:none;transition:.25s}.service-item:hover{border-color:#f47920;background:rgba(244,121,32,5%);transform:translateY(-3px)}.service-item svg{width:15px;height:15px;stroke:#f47920;flex-shrink:0}.service-item span{font-size:.85rem;font-weight:600;color:#0f172a}.stats-block{background:#f8fafc;padding:8rem 0;border-radius:60px;margin:0 2rem}.stats-block .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:4rem}.stats-block .stat-card{text-align:center}.stats-block .stat-card .stat-number{font-size:4rem;font-weight:900;color:#f47920;line-height:1}.stats-block .stat-card .stat-label{font-weight:700;color:#0f172a;font-size:1.2rem;margin-top:.5rem}.stats-block .stat-card .stat-desc{color:#64748b;font-size:.9rem;margin-top:.5rem}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:5rem}.feature-item-modern{display:flex;gap:1.5rem}.feature-item-modern .icon-wrapper{background:#fff;width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px -5px rgba(0,0,0,5%);flex-shrink:0}.feature-item-modern .icon-wrapper i{font-size:1.5rem;color:#f47920}.feature-item-modern h4{margin-bottom:.75rem;font-size:1.2rem}.feature-item-modern p{font-size:.95rem;color:#64748b}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:1.5rem}.bento-grid .bento-card{background:#fff;border:1px solid rgba(0,0,0,7%);border-radius:24px;padding:2.5rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem;position:relative;overflow:hidden}.bento-grid .bento-card::before{content:'';position:absolute;inset:0;background:#f47920;opacity:0;transition:opacity .3s;border-radius:inherit}.bento-grid .bento-card:hover{transform:translateY(-6px);box-shadow:0 30px 60px -15px rgba(0,0,0,.12);border-color:#f47920}.bento-grid .bento-card .bento-icon{width:52px;height:52px;background:rgba(244,121,32,8%);border-radius:14px;display:flex;align-items:center;justify-content:center}.bento-grid .bento-card .bento-icon i,.bento-grid .bento-card .bento-icon svg{color:#f47920!important;stroke:#f47920!important;width:24px;height:24px}.bento-grid .bento-card h3{font-size:1.25rem;color:#0f172a;margin:0}.bento-grid .bento-card p{font-size:.92rem;color:#64748b;line-height:1.7;flex:1}.bento-grid .bento-card .bento-link{font-size:.88rem;font-weight:700;color:#f47920;align-self:flex-start;letter-spacing:.02em}.bento-grid .bento-card .bento-link:hover{gap:.5rem}.bento-grid .bento-card--dark{background:#0a192f;border-color:#0a192f}.bento-grid .bento-card--dark h3{color:#fff}.bento-grid .bento-card--dark p{color:rgba(255,255,255,.65)}.bento-grid .bento-card--dark .bento-icon{background:rgba(255,255,255,.1)}.bento-grid .bento-card--dark .bento-icon i,.bento-grid .bento-card--dark .bento-icon svg{color:#f47920!important;stroke:#f47920!important;stroke-width:2.5px!important;fill:none}.bento-grid .bento-card--dark .bento-link{color:#f47920}.bento-grid .bento-card--dark:hover{border-color:#f47920}.bento-grid .bento-card--wide{grid-column:span 2}.site-footer{background:#fff;border-top:1px solid #f0f0f0;padding:6rem 0 0}.site-footer .footer-main{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:5rem;padding-bottom:5rem}.site-footer .footer-brand .footer-logo{max-height:6rem;margin-bottom:1.5rem;display:block}.site-footer .footer-brand p{color:#64748b;font-size:.92rem;line-height:1.7;max-width:280px;margin-bottom:2rem}.site-footer .footer-brand .footer-social{display:flex;gap:1rem}.site-footer .footer-brand .footer-social a{width:40px;height:40px;border-radius:10px;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#475569;transition:.2s}.site-footer .footer-brand .footer-social a:hover{background:#f47920;color:#fff;transform:translateY(-3px)}.site-footer .footer-col h4{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#0f172a;margin-bottom:1.5rem}.site-footer .footer-col ul{list-style:none}.site-footer .footer-col ul li{margin-bottom:.85rem}.site-footer .footer-col ul a{color:#64748b;font-size:.92rem;transition:color .2s}.site-footer .footer-col ul a:hover{color:#f47920}.site-footer .footer-col .footer-contact li{display:flex;gap:.75rem;align-items:flex-start;color:#64748b;font-size:.92rem}.site-footer .footer-col .footer-contact li i{width:16px;height:16px;flex-shrink:0;margin-top:2px;color:#f47920}.site-footer .footer-col .footer-contact li a,.site-footer .footer-col .footer-contact li span{color:#64748b}.site-footer .footer-col .footer-contact li a:hover,.site-footer .footer-col .footer-contact li span:hover{color:#f47920}.site-footer .footer-bottom{border-top:1px solid #f0f0f0;padding:2rem 0;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#64748b}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(244,121,32,.1);border:1px solid rgba(244,121,32,.3);color:#f47920;font-size:.85rem;font-weight:600;padding:.5rem 1.2rem;border-radius:100px;margin-bottom:2rem}.hero-ctas{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:2.5rem}.hero-img-frame{background:#fff;border-radius:24px;padding:.5rem;box-shadow:0 40px 80px -20px rgba(0,0,0,.12);border:1px solid rgba(0,0,0,6%)}.hero-img-frame img{width:100%;border-radius:20px;display:block}.method-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.method-card{display:flex;gap:2rem;background:#fff;border:1px solid rgba(0,0,0,7%);border-radius:24px;padding:2.5rem;transition:.3s}.method-card:hover{box-shadow:0 20px 50px -15px rgba(0,0,0,.1);border-color:#f47920}.method-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.method-step .step-number{font-size:2.5rem;font-weight:900;color:#f47920;line-height:1}.method-step .step-line{flex:1;width:2px;background:linear-gradient(to bottom,#f47920,transparent);min-height:40px}.method-content{flex:1}.method-content .method-img-placeholder{width:100%;height:140px;background:#f8fafc;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;border:2px dashed #e2e8f0;color:#64748b;font-size:.8rem;cursor:pointer;transition:.2s}.method-content .method-img-placeholder i{width:28px;height:28px}.method-content .method-img-placeholder:hover{border-color:#f47920;color:#f47920;background:rgba(244,121,32,4%)}.method-content h3{font-size:1.2rem;margin-bottom:.25rem}.method-content .method-sub{color:#64748b;font-size:.9rem;margin-bottom:1.25rem}.method-content .method-point{font-size:.92rem;color:#475569;margin-bottom:.75rem;line-height:1.6}.method-content .method-point strong{color:#0f172a}.screenshot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.screenshot-card .screenshot-frame{background:#0a192f;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px -10px rgba(0,0,0,.15)}.screenshot-card .screenshot-frame .screenshot-bar{height:32px;background:#1a2a3a;display:flex;align-items:center;gap:6px;padding:0 1rem}.screenshot-card .screenshot-frame .screenshot-bar span{width:10px;height:10px;border-radius:50%}.screenshot-card .screenshot-frame .screenshot-bar span:nth-child(1){background:#ff5f56}.screenshot-card .screenshot-frame .screenshot-bar span:nth-child(2){background:#febc2e}.screenshot-card .screenshot-frame .screenshot-bar span:nth-child(3){background:#27c840}.screenshot-card .screenshot-frame img{width:100%;display:block}.screenshot-card .screenshot-caption{text-align:center;font-size:.9rem;font-weight:600;color:#0f172a;margin-top:1rem}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:#fff;border:1px solid rgba(0,0,0,7%);border-radius:20px;padding:2.5rem;transition:.3s}.testimonial-card:hover{box-shadow:0 20px 40px -10px rgba(0,0,0,.1);border-color:#f47920}.testimonial-card .stars{color:#f47920;font-size:1.1rem;margin-bottom:1.25rem;letter-spacing:2px}.testimonial-card .testimonial-text{color:#475569;font-size:.95rem;line-height:1.8;flex:1;font-style:italic}.testimonial-card .testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:2rem}.testimonial-card .testimonial-author .author-avatar{width:44px;height:44px;border-radius:50%;background:#0a192f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.testimonial-card .testimonial-author strong{display:block;color:#0f172a;font-size:.95rem}.testimonial-card .testimonial-author span{color:#64748b;font-size:.82rem}.cta-section{background:#0a192f;border-radius:40px;margin:0 2rem 6rem;padding:8rem 0!important}.cta-section .cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.cta-section .cta-contact-item{display:flex;align-items:center;gap:1rem;color:rgba(255,255,255,.8);font-size:.95rem}.cta-section .cta-contact-item i{color:#f47920;width:18px;height:18px;flex-shrink:0}.cta-section .cta-contact-item a{color:rgba(255,255,255,.8)}.cta-section .cta-contact-item a:hover{color:#f47920}.contact-form{background:rgba(255,255,255,5%);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem}.contact-form h3{color:#fff;font-size:1.5rem;margin-bottom:2rem}.contact-form .form-group{margin-bottom:1.25rem}.contact-form .form-group label{display:block;color:rgba(255,255,255,.7);font-size:.85rem;font-weight:600;margin-bottom:.5rem}.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea{width:100%;background:rgba(255,255,255,8%);border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:.85rem 1rem;color:#fff;font-family:outfit,sans-serif;font-size:.92rem;transition:.2s}.contact-form .form-group input::placeholder,.contact-form .form-group select::placeholder,.contact-form .form-group textarea::placeholder{color:rgba(255,255,255,.35)}.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{outline:none;border-color:#f47920;background:rgba(255,255,255,.12)}.contact-form .form-group select option{background:#0a192f;color:#fff}.contact-form .form-group textarea{resize:vertical}@media(max-width:992px){.hero-inner{grid-template-columns:1fr;text-align:center;padding:8rem 1.5rem 3rem}.hero .subtitle{margin-left:auto;margin-right:auto}.hero-visual{display:none}.hero-ctas{justify-content:center}.stats-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.bento-grid{display:flex!important;flex-direction:column!important;gap:1.5rem}.bento-card--wide{grid-column:auto}.method-grid{grid-template-columns:1fr}.screenshot-grid{grid-template-columns:1fr}.testimonial-grid{grid-template-columns:1fr}.cta-section{margin:0 1rem;border-radius:24px}.cta-section .cta-grid{grid-template-columns:1fr;gap:3rem}.site-footer .footer-main{grid-template-columns:1fr;gap:3rem}.site-footer .footer-bottom{flex-direction:column;gap:1rem;text-align:center}.svc-hero-inner{grid-template-columns:1fr}.svc-hero-visual{display:none}.overview-grid{grid-template-columns:1fr}.svc-features-grid{grid-template-columns:1fr}.proof-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-slide .title{font-size:2.2rem!important;letter-spacing:-1px}.hero-slide .subtitle{font-size:.95rem}.section{padding:4rem 0!important}.navbar{width:98%;padding:.5rem 1rem!important}.stats-block{padding:4rem 0;margin:0 1rem;border-radius:30px}.stats-block .stat-number{font-size:2.8rem}.bento-grid{display:flex!important;flex-direction:column!important;gap:1rem!important}.bento-grid .bento-card{padding:1.5rem;min-height:auto;width:100%}.bento-grid .bento-card h3{font-size:1.15rem!important}.bento-grid .bento-card p{font-size:.9rem!important}.site-footer{padding:4rem 0 0}.site-footer .footer-main{gap:2.5rem}}.svc-hero{background:radial-gradient(circle at 70% 20%,#fff5eb 0%,#fff 60%);padding-bottom:0}.svc-hero .svc-hero-inner{display:grid;grid-template-columns:55% 1fr;gap:4rem;align-items:center;max-width:1240px;margin:0 auto;padding:10rem 2rem 5rem}.svc-hero .back-link{display:inline-flex;align-items:center;gap:.5rem;color:#64748b;font-size:.88rem;margin-bottom:2rem}.svc-hero .back-link i{width:14px;height:14px}.svc-hero .back-link:hover{color:#f47920}.svc-hero .svc-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(244,121,32,.1);border:1px solid rgba(244,121,32,.3);color:#f47920;font-size:.85rem;font-weight:600;padding:.5rem 1.2rem;border-radius:100px;margin-bottom:1.5rem}.svc-hero .svc-badge i{width:14px;height:14px}.svc-hero h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:900;letter-spacing:-1.5px;margin-bottom:1.5rem;line-height:1.1}.svc-hero .svc-subtitle{font-size:1.05rem;color:#475569;line-height:1.8;max-width:480px;margin-bottom:2.5rem}.svc-hero .trust-line{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.85rem;margin-top:1.5rem}.svc-hero .trust-line i{width:14px;height:14px;color:#f47920}.svc-hero .svc-hero-mockup{background:#0a192f;border-radius:20px;overflow:hidden}.svc-hero .svc-hero-mockup .mockup-bar{height:36px;background:#1a2a3a;display:flex;align-items:center;gap:6px;padding:0 1rem}.svc-hero .svc-hero-mockup .mockup-bar span{width:10px;height:10px;border-radius:50%}.svc-hero .svc-hero-mockup .mockup-bar span:nth-child(1){background:#ff5f56}.svc-hero .svc-hero-mockup .mockup-bar span:nth-child(2){background:#febc2e}.svc-hero .svc-hero-mockup .mockup-bar span:nth-child(3){background:#27c840}.svc-hero .svc-hero-mockup .mockup-body{height:280px;display:flex;align-items:center;justify-content:center}.proof-strip{background:#0a192f;padding:3rem 0}.proof-strip .proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1240px;margin:0 auto;padding:0 2rem;text-align:center}.proof-strip .proof-item strong{display:block;font-size:2rem;font-weight:900;color:#f47920}.proof-strip .proof-item span{font-size:.88rem;color:rgba(255,255,255,.65)}.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.overview-grid h2{font-size:2rem;margin-bottom:1.5rem}.overview-grid p{color:#475569;font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.overview-grid img{width:100%;border-radius:20px;box-shadow:0 30px 60px -15px rgba(0,0,0,.12)}.overview-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.overview-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.92rem;color:#475569}.overview-list li i{width:16px;height:16px;color:#f47920;flex-shrink:0;margin-top:2px}.svc-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.svc-feature-card{background:#fff;border:1px solid rgba(0,0,0,7%);border-radius:20px;padding:2.5rem;transition:.3s}.svc-feature-card:hover{border-color:#f47920;box-shadow:0 20px 40px -10px rgba(0,0,0,8%);transform:translateY(-4px)}.svc-feature-card h3{font-size:1.15rem;margin:1rem 0 .75rem}.svc-feature-card p{font-size:.92rem;color:#64748b;line-height:1.7}.faq-grid{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid rgba(0,0,0,7%);border-radius:16px;padding:0;overflow:hidden;transition:.3s}.faq-item summary{padding:1.5rem 2rem;font-weight:600;font-size:1rem;color:#0f172a;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::after{content:'+';font-size:1.5rem;color:#f47920}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open]{border-color:#f47920}.faq-item[open] summary::after{content:'−'}.faq-item p{padding:0 2rem 1.5rem;color:#475569;font-size:.95rem;line-height:1.7}