:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;background:#f5f5f5}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.tcs-navbar{position:sticky;top:0;background:#fff;color:#000;z-index:100;box-shadow:0 6px 30px #0000000f}.nav-container{max-width:1300px;margin:auto;padding:14px 4%;display:flex;justify-content:space-between;align-items:center}.left-section{display:flex;align-items:center;gap:10px}.tcs-logo{width:40px;height:40px;object-fit:contain}.brand-text{font-weight:700;font-size:22px;white-space:nowrap}.center-menu{display:flex;gap:26px}.menu-item{font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px;cursor:pointer;position:relative}.menu-item:hover{color:#000}.right-section{display:flex;gap:16px;align-items:center}.contact-btn{background:#000;color:#fff;padding:10px 18px;border-radius:30px;border:none;font-size:14px;cursor:pointer}.menu-icon{display:none;cursor:pointer}.mobile-panel{position:fixed;inset:0;background:#fff;transform:translate(100%);transition:transform .3s ease;z-index:999;display:flex;flex-direction:column}.mobile-panel.open{transform:translate(0)}.mobile-header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee}.mobile-list{padding:20px;overflow-y:auto;flex:1}.mobile-item{padding:18px 0;border-bottom:1px solid #eee;display:flex;justify-content:space-between;font-size:16px;font-weight:600}.mobile-contact{margin:20px;background:#000;color:#fff;text-align:center;padding:14px;border-radius:30px;font-weight:600}.search-icon{display:flex;align-items:center;justify-content:flex-end;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);background:transparent;border-radius:30px;overflow:hidden}.search-icon input{width:0;opacity:0;padding:0;border:none;outline:none;font-size:14px;background:transparent;color:#333;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translate(10px);font-weight:500}.search-icon .icon-container{display:flex;align-items:center;justify-content:center;width:32px;height:28px;background:#fff;border-radius:50%;cursor:pointer;transition:all .3s ease;flex-shrink:0}.search-icon .icon{color:#000;transition:transform .3s ease}.search-icon .icon-container:hover{background:#fff;transform:scale(1.05)}.search-icon .icon-container:hover .icon{transform:scale(1.1)}.search-icon.active{background:#f8f9fa;border:1px solid #e5e7eb;padding:6px 12px 6px 20px;box-shadow:0 2px 12px #00000014}.search-icon.active input{width:240px;opacity:1;padding:8px 16px 8px 0;transform:translate(0);pointer-events:auto}.search-icon.active .icon-container,.search-icon.active .icon-container:hover{background:#fff}.search-icon.active .icon-container:hover .icon{color:#000}.search-icon.active input:focus{color:#000;background:transparent}.search-icon.active input::placeholder{color:#000;font-weight:400}.search-clear{position:absolute;right:50px;background:none;border:none;color:#fff;cursor:pointer;padding:4px;opacity:0;transition:opacity .2s ease}.search-icon.active input:not(:placeholder-shown)+.search-clear{opacity:1}@media(max-width:768px){.search-icon.active input{width:180px;padding:8px 12px 8px 0}.search-icon.active{padding:6px 10px 6px 16px}.search-icon .icon-container{width:32px;height:28px}}@media(max-width:480px){.search-icon.active input{width:140px}}@media(max-width:1024px){.center-menu,.contact-btn{display:none}.menu-icon{display:block}}@media(max-width:480px){.brand-text{font-size:18px}.tcs-logo{width:34px}.mobile-item{font-size:15px}}.search-container{position:relative}.search-wrapper{display:flex;align-items:center;background:#fff;border-radius:30px;border:1px solid transparent;padding:6px 10px;cursor:pointer;transition:all .3s ease}.search-wrapper.expanded{border-color:#e5e7eb;box-shadow:0 6px 20px #00000014}.search-input{width:220px;border:none;outline:none;font-size:14px;padding:6px 10px}.search-icon-wrapper{display:flex;align-items:center;gap:6px}.search-icon{cursor:pointer}.clear-icon{cursor:pointer;color:#666}.search-results{position:absolute;top:115%;left:0;width:100%;background:#fff;border-radius:14px;box-shadow:0 12px 30px #0000001f;overflow:hidden;z-index:99}.search-result-item{padding:12px 16px;font-size:14px;cursor:pointer;transition:background .2s ease}.search-result-item:hover{background:#f5f5f5}.no-results{padding:14px 16px;font-size:13px;color:#777}.mobile-search{display:flex;align-items:center;gap:10px;padding:14px 20px;border-bottom:1px solid #eee}.mobile-search-input{flex:1;border:none;outline:none;font-size:15px}.mobile-search-icon{color:#000}.mobile-clear-icon{cursor:pointer}.mobile-search-results{background:#fafafa;border-bottom:1px solid #eee}.mobile-search-result-item{padding:14px 20px;font-size:15px;border-bottom:1px solid #eee;cursor:pointer}.mobile-search-result-item:hover{background:#f0f0f0}.no-mobile-results{padding:16px 20px;font-size:14px;color:#777}.search-dropdown{position:absolute;top:115%;right:0;width:240px;background:#fff;border-radius:12px;box-shadow:0 12px 30px #00000026;overflow:hidden;z-index:1000}.search-dropdown-item{padding:10px 14px;font-size:14px;cursor:pointer;transition:background .2s ease}.search-dropdown-item:hover{background:#f5f5f5}.search-dropdown-empty{padding:10px 14px;font-size:13px;color:#777}.logo-skeleton{width:44px;height:44px;border-radius:50%}.brand-skeleton{width:80px;height:16px;margin-left:10px}@media(max-width:600px){.tcs-navbar{padding:10px 0}}.logo-skeleton{width:40px;height:40px;border-radius:50%}.brand-skeleton{width:100px;height:16px;margin-left:10px}.menu-skeleton{width:70px;height:14px;margin:0 10px}.btn-skeleton{width:120px;height:36px;border-radius:20px}.search-skeleton{width:200px;height:32px;border-radius:30px}.hero{background:#fff;color:#000;padding:80px 0;overflow:hidden}.container{max-width:1300px;margin:auto;padding:0 4%}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px}.hero-title{font-size:64px;font-weight:800;line-height:1.05;margin-bottom:20px;letter-spacing:-1px;opacity:0;transform:translateY(40px);animation:titleReveal 1s ease-out forwards}.hero-title .knight{display:inline-block;margin-left:6px;animation:knightFloat 2.5s ease-in-out infinite}.hero-sub{font-size:16px;color:#000;max-width:480px;margin-bottom:30px}button.btn-primary{margin-top:20px!important;padding:14px 28px!important;border-radius:30px!important;border:none!important;background:#000!important;color:#fff!important;font-size:15px!important;font-weight:600!important;cursor:pointer!important;transition:all .3s ease!important}button.btn-primary:hover{background:#fff4e4!important;color:#000!important}.btn-primary{width:auto;min-width:unset;display:inline-flex;align-items:center;justify-content:center}.hero-right{position:relative;height:460px}.hero-card{position:absolute;border-radius:18px;overflow:hidden;box-shadow:0 30px 80px #0000008c;animation:float 6s ease-in-out infinite;transition:transform .35s ease}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card{width:320px;height:420px;right:0;top:0}.hero-card.small{width:220px;height:160px;right:250px;top:60px;animation-delay:1s}.hero-card.small2{width:200px;height:140px;right:200px;bottom:30px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes titleReveal{to{opacity:1;transform:translateY(0)}}@keyframes knightFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media(max-width:1024px){.hero-title{font-size:48px}.hero-right{height:380px}.hero-card{width:280px;height:380px}.hero-card.small{width:190px;height:140px;right:220px}.hero-card.small2{width:170px;height:120px;right:160px}}@media(max-width:768px){.hero{padding:60px 0}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-title{font-size:38px}.hero-sub{font-size:15px}.hero-right{height:auto;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hero-card{position:static;width:90%;max-width:320px;height:220px;animation:none}.hero-card.small,.hero-card.small2{width:45%;height:140px}}@media(max-width:768px){.btn-primary{width:auto!important;padding:14px 26px}}@media(max-width:480px){.hero-title{font-size:32px}.btn-primary{padding:12px 22px}.hero-card,.hero-card.small,.hero-card.small2{width:100%}}.skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 37%,#e5e7eb 63%);background-size:400% 100%;animation:shimmer 1.4s infinite;border-radius:12px}.hero-title-skeleton{height:44px;width:80%;margin-bottom:14px}.hero-title-skeleton.short{width:60%}.hero-title-skeleton.shorter{width:70%}.hero-sub-skeleton{height:18px;width:90%;margin:24px 0}.hero-btn-skeleton{height:48px;width:160px;border-radius:24px}.hero-img-skeleton.large{width:280px;height:200px;margin-bottom:16px}.hero-img-skeleton.small{width:200px;height:140px;margin-bottom:12px}.hero-img-skeleton.small2{width:200px;height:140px}.services{padding:50px 6%;background:#fff}.services-container{max-width:1300px;margin:auto;display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.services-left{display:flex;flex-direction:column}.section-title{align-self:start;font-size:28px;font-weight:700;color:#111}.section-subtitle{margin:12px 0 30px;color:#555;max-width:480px}.service-slider{display:flex;flex-direction:column;gap:16px}.service-card{background:linear-gradient(135deg,#233d4d,#1a2c3a)!important;padding:22px;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;transition:all .35s ease;border-left:5px solid transparent;box-shadow:0 12px 30px #0000001f}.service-card h3{align-self:start;margin:0 0 5px;font-size:20px;font-weight:600;color:#e0f2fe}.card-bottom{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.card-bottom p{margin:0;font-size:14px;color:#dbeafe;line-height:1.5;flex:1}.card-bottom .view-more{font-size:14px;font-weight:600;color:#e0f2fe;white-space:nowrap;cursor:pointer;transition:transform .3s ease}.card-bottom .view-more:hover{transform:translate(4px)}.service-card.active{border-left:5px solid #5b6bff;background:linear-gradient(135deg,#1a2c3a,#15232a);transform:translate(10px)}.services-right{display:flex;justify-content:center}.service-image{width:100%;max-width:460px;animation:fadeSlide .5s ease}@keyframes fadeSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.services-container{grid-template-columns:1fr;text-align:center}.service-card{text-align:left}.services-right{margin-top:40px}}@media(max-width:600px){.services{padding:70px 5%}.services-container{gap:30px}.service-card{padding:18px}.service-card h3{font-size:18px}.service-card p{font-size:14px}.service-image{max-width:320px}}.skeleton-wrapper{padding:18px}.service-title-skeleton{height:20px;width:60%;margin-bottom:14px}.service-desc-skeleton{height:48px;width:100%;margin-bottom:14px}.service-link-skeleton{height:16px;width:120px}.service-image-skeleton{width:100%;height:340px;border-radius:16px}.why{padding:50px 6%;background:#fff}.why-container{max-width:1300px;margin:auto}.why-title{align-self:start;font-size:28px;font-weight:700;color:#111}.why-subtitle{text-align:start;font-size:16px;margin:12px 0 40px;max-width:640px;color:#555}.why-grid{display:grid;background:#fff;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.why-card{background:linear-gradient(135deg,#233d4d,#1b2f3c)!important;box-shadow:0 12px 28px #233d4d59,inset 0 1px #ffffff14}.why-card:hover{box-shadow:0 18px 40px #0000001f}.why-card.show{transform:translateY(0);opacity:1}.why-card-header{display:flex;gap:8px;align-items:center;color:#fff}.why-icon{width:46px;height:46px;border-radius:50%;background:#233d4d;font-size:22px;color:#8fd3ff;font-weight:700;margin-right:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-card h3{font-size:16px;margin-bottom:4px}.why-short{font-size:14px;color:#d6e4ec}.why-toggle{margin-top:16px;background:none;border:none;color:#d6e4ec;font-weight:600;cursor:pointer;padding:0}.why-faq{margin-top:8px;font-size:14px;line-height:1.7;color:#d6e4ec;border-top:1px solid #eee;padding-top:12px}@media(max-width:600px){.why{padding:70px 5%}}.skeleton-wrapper{padding:24px}.why-icon-skeleton{width:44px;height:44px;border-radius:50%}.why-text-skeleton{flex:1;margin-left:14px}.why-title-skeleton{height:18px;width:60%;margin-bottom:8px}.why-short-skeleton{height:14px;width:90%}.why-btn-skeleton{height:38px;width:160px;margin-top:18px}.about{padding:50px 6%;background:#fff}.about-container{max-width:1300px;margin:auto;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}.About-title{text-align:start;font-size:28px;font-weight:700;color:#111}.About-subtitle{text-align:start;font-size:22px;font-weight:700;margin-top:24px;color:#1e1e1e;line-height:1.2;margin-bottom:28px}.about-content h2 span{color:#5b6bff}.about-content p{font-size:16px;color:#555;line-height:1.7;max-width:520px}.about-points{margin:30px 0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.about-points div{display:flex;align-items:center;gap:12px;font-size:15px;margin-bottom:12px;color:#333}.about-icon{color:#000;font-size:18px}.about-btn{margin-top:20px;padding:14px 28px;border-radius:30px;border:none;background:#000;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.about-btn:hover{background:#fff4e4;color:#000}.about-visual{display:flex;gap:28px;justify-content:center;flex-wrap:wrap}.about-card{width:340px;height:160px;background:linear-gradient(135deg,#233d4d,#1b2f3c);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.25);box-shadow:0 20px 40px #00000026;display:flex;border-radius:4px;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:all .35s ease;position:relative;overflow:hidden}.about-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(91,107,255,.35),transparent 60%);opacity:0;transition:.4s ease}.about-card:hover:before{opacity:1}.about-card .icon{background:#233d4d;font-size:34px;color:#8fd3ff}.about-card h3{font-size:28px;font-weight:700;color:#fff4e4}.about-card p{font-size:14px;color:#8fd3ff;margin-top:4px}.card-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.card-inner h4{font-size:20px;font-weight:600;margin-bottom:4px;color:#fff4e4}.small-text{font-size:14px;color:#555;line-height:1.6}.magnetic{transition:transform .25s ease,box-shadow .25s ease}.magnetic:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 18px 40px #5b6bff59}@media(max-width:900px){.about-container{grid-template-columns:1fr}.about-visual{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.about{padding:80px 5%}.about-visual,.about-points{grid-template-columns:1fr}}.about-title-skeleton{height:32px;width:40%;margin-bottom:14px}.about-subtitle-skeleton{height:24px;width:70%;margin-bottom:18px}.about-text-skeleton{height:16px;width:90%;margin-bottom:24px}.about-point-skeleton{height:18px;width:100%;margin-bottom:12px}.about-btn-skeleton{height:46px;width:150px;border-radius:24px;margin-top:20px}.about-icon-skeleton{width:46px;height:46px;border-radius:50%;margin-bottom:12px}.about-value-skeleton{height:28px;width:50%;margin-bottom:8px}.about-label-skeleton{height:14px;width:70%}.about-card-skeleton{width:340px;height:160px;border-radius:4px}.projects{padding:50px 6%;background:#fff}.projects-container{max-width:1300px;margin:auto}.projects-title{align-self:start;font-size:28px;font-weight:700;color:#111}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.project-card{height:520px;overflow:hidden;cursor:pointer}.project-image{position:relative;width:100%;height:100%}.project-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.project-overlay{position:absolute;left:0;bottom:-100%;width:100%;height:20%;padding:16px;background:linear-gradient(to top,#233d4d,#1b2f3c);color:#fff;transition:bottom .45s ease;display:flex;flex-direction:column;justify-content:center}.project-card:hover .project-overlay{bottom:0}.project-card:hover img{transform:scale(1.08)}.project-overlay h3{font-size:20px;font-weight:600;margin-bottom:6px}.project-overlay p{font-size:14px;line-height:1.6;opacity:.9}.project-cta{text-align:center}.project-cta h3{font-size:28px;margin-bottom:8px}.project-cta p{color:#666;margin-bottom:20px}.project-cta button{padding:14px 32px;border-radius:30px;background:#000;color:#fff;font-weight:600;border:none;cursor:pointer}.project-cta button:hover{background:#333}.modal-overlay{position:fixed;inset:0;background:#1b2f3c;display:flex;align-items:center;justify-content:center;z-index:999}.modal{background:#233d4d;width:100%;max-width:520px;padding:32px;color:#fff;box-shadow:0 25px 60px #00000073;animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal h3{font-size:24px;font-weight:700;margin-bottom:6px}.modal p{font-size:14px;opacity:.85;margin-bottom:22px}.modal-form input,.modal-form select,.modal-form textarea{width:100%;padding:12px 14px;margin-bottom:14px;border:none;border-radius:8px;outline:none;background:#233d4d;color:#fff;font-size:14px}.modal-form textarea{resize:none;min-height:110px}.modal-form input::placeholder,.modal-form textarea::placeholder{color:#777}.modal-form button{width:100%;background:#1b2f3c;color:#fff;border:none;padding:14px;font-size:15px;font-weight:600;cursor:pointer;margin-top:10px}.modal-form button:hover{background:#233d4d;transform:translateY(-1px)}.modal-form button:active{transform:scale(.98)}@media(max-width:1000px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.projects{padding:70px 5%}.projects-grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px}.project-card{min-width:280px;flex-shrink:0;scroll-snap-align:start}.projects-grid::-webkit-scrollbar{display:none}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#111;color:#fff;padding:40px;border-radius:20px;width:90%;max-width:520px;animation:scaleUp .3s ease}@keyframes scaleUp{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal h3{font-size:26px}.modal p{color:#bbb;margin-bottom:24px}.modal-form{display:flex;flex-direction:column;gap:14px}.modal-form select,.modal-form textarea{padding:14px;border-radius:12px;border:none;outline:none}.modal-form textarea{min-height:110px;resize:none}.modal-row{display:flex;gap:12px}.modal-row select{flex:1}.modal-form button{margin-top:10px;padding:14px;border-radius:12px;background:linear-gradient(135deg,#5b6bff,#8f9cff);color:#fff;font-weight:600;border:none;cursor:pointer}.skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 37%,#e5e7eb 63%);background-size:400% 100%;animation:shimmer 1.4s infinite;border-radius:14px}.skeleton-wrapper{padding:0}.project-img-skeleton{height:260px;width:100%;border-radius:16px}.project-title-skeleton{height:22px;width:60%;margin:16px 0 8px}.contact{padding:70px 6%;background:#fff}.contact-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact-left h2{font-size:42px;font-weight:700;color:#233d4d;margin-bottom:16px}.contact-left p{font-size:17px;color:#475569;max-width:420px;line-height:1.6}.contact-form{background:#fff;padding:40px;border-radius:18px;box-shadow:0 25px 60px #00000014;display:flex;flex-direction:column;gap:18px}.contact-form input,.contact-form textarea{width:100%;padding:14px 16px;font-size:15px;border-radius:10px;border:1px solid #e5e7eb;outline:none;transition:all .25s ease;font-family:inherit}.contact-form textarea{min-height:120px;resize:none}.contact-form input:focus,.contact-form textarea:focus{border-color:#233d4d;box-shadow:0 0 0 3px #233d4d26}.contact-form button{margin-top:8px;padding:14px;background:#233d4d;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.contact-form button:hover{background:#1b2f3d;transform:translateY(-1px)}.contact-form button:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.success-msg{margin-top:8px;color:#16a34a;font-size:14px;font-weight:500}.error-msg{margin-top:8px;color:#dc2626;font-size:14px;font-weight:500}@media(max-width:900px){.contact-container{grid-template-columns:1fr;gap:40px}.contact-left h2{font-size:34px}.contact-form{padding:30px}}@media(max-width:480px){.contact-left h2{font-size:28px}.contact-form{padding:24px}}.contact-title-skeleton{height:36px;width:70%;margin-bottom:18px}.contact-text-skeleton{height:16px;width:90%;margin-bottom:12px}.contact-text-skeleton.short{width:75%}.input-skeleton{height:46px;width:100%;margin-bottom:14px}.textarea-skeleton{height:120px;width:100%;margin-bottom:16px}.submit-btn-skeleton{height:48px;width:160px;border-radius:24px}.footer{background:#0f172a;color:#cbd5f5;padding:80px 20px 0;font-family:Inter,system-ui,sans-serif}.footer-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:40px}.footer-brand h3{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}.footer-brand p{font-size:15px;line-height:1.7;color:#94a3b8;max-width:360px}.footer-links h4,.footer-contact h4{font-size:16px;font-weight:600;color:#fff;margin-bottom:18px;position:relative}.footer-links h4:after,.footer-contact h4:after{content:"";display:block;width:34px;height:2px;background:#2563eb;margin-top:8px}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links ul li{font-size:14.5px;color:#94a3b8;margin-bottom:12px;cursor:pointer;transition:color .3s ease,transform .3s ease}.footer-links ul li:hover{color:#fff;transform:translate(6px)}.footer-contact p{font-size:14.5px;color:#94a3b8;margin-bottom:12px;line-height:1.6}.footer-bottom{margin-top:60px;padding:18px 0;text-align:center;font-size:14px;color:#94a3b8;border-top:1px solid rgba(148,163,184,.15)}@media(max-width:1024px){.footer-container{grid-template-columns:1fr 1fr;row-gap:50px}}@media(max-width:600px){.footer{padding:60px 16px 0}.footer-container{grid-template-columns:1fr;gap:40px}.footer-brand p{max-width:100%}.footer-bottom{font-size:13px}}.footer a{color:inherit;text-decoration:none;transition:color .25s ease}.footer a:hover{color:#ffb703}.footer-links li{cursor:pointer}.footer-links li:hover{color:#ffb703}.skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 37%,#e5e7eb 63%);background-size:400% 100%;animation:shimmer 1.4s infinite;border-radius:8px}.footer-title-skeleton{height:24px;width:70%;margin-bottom:14px}.footer-text-skeleton{height:14px;width:100%;margin-bottom:10px}.footer-text-skeleton.short{width:80%}.footer-heading-skeleton{height:16px;width:60%;margin-bottom:14px}.footer-link-skeleton{height:14px;width:90%;margin-bottom:10px}.footer-bottom-skeleton{height:14px;width:240px;margin:0 auto}.service-page{max-width:1200px;margin:0 auto;padding:2rem 1.5rem;width:100%}.service-hero{margin-bottom:5rem;padding:3rem 0}.hero-content{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:992px){.hero-content{grid-template-columns:1fr 1fr;gap:4rem}}.hero-text h1{font-size:1.75rem;font-weight:700;color:#000;line-height:1.2;margin-bottom:1.5rem;max-width:100%}@media(min-width:768px){.hero-text h1{font-size:3rem}}.hero-text p{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:2.5rem;max-width:100%}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.btn-primary{background:#1e293b;color:#fff;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f640}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1e293b}.btn-outline{background:transparent;color:#000;border:2px solid #1e293b;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.btn-outline:hover{background:#1e293b;color:#fff;transform:translateY(-2px)}.hero-image{border-radius:.75rem;overflow:hidden;box-shadow:0 20px 40px #0000001a;height:100%;min-height:300px}.hero-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9;transition:transform .5s ease}.hero-image:hover img{transform:scale(1.03)}.process-section{margin-bottom:5rem;padding:3rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:1rem;border:1px solid #e2e8f0}.process-section h2{font-size:1.75rem;font-weight:700;color:#000;text-align:center;margin-bottom:3rem;position:relative}.process-section h2:after{content:"";display:block;width:80px;height:4px;background:#1e293b;margin:.75rem auto;border-radius:2px}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;counter-reset:step-counter}.process-card{position:relative;padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 20px #0000000d;transition:all .3s ease;border-top:4px solid transparent}.process-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a;border-top-color:#1e293b}.step-number{position:absolute;top:-1.5rem;left:1.5rem;background:#1e293b;color:#fff;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;box-shadow:0 4px 12px #3b82f64d}.process-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-top:1rem;margin-bottom:.75rem}.process-card p{font-size:.95rem;color:#64748b;line-height:1.5}.why-section{margin-bottom:5rem}.why-section h2{font-size:1.75rem;font-weight:700;color:#000;text-align:center;margin-bottom:3rem;position:relative}.why-section h2:after{content:"";display:block;width:80px;height:4px;background:#1e293b;margin:.75rem auto;border-radius:2px}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.why-card{padding:1.75rem 1.5rem;background:#fff;border:2px solid #e2e8f0;font-size:1.1rem;font-weight:500;color:#fff;text-align:center;transition:all .3s ease;cursor:default}.why-card:hover{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:transparent;transform:translateY(-3px);box-shadow:0 10px 25px #10b98133}.features-section{margin-bottom:5rem;padding:3rem 2rem;background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000000d}.features-section h2{font-size:2.25rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:3rem;position:relative}.features-section h2:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#f59e0b,#d97706);margin:.75rem auto;border-radius:2px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{padding:1.75rem 1.5rem;background:linear-gradient(135deg,#1e293b,#334155);border-radius:.75rem;border:1px solid #334155;font-size:1.05rem;font-weight:500;color:#e5e7eb;text-align:center;transition:all .3s ease;cursor:default;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#60a5fa)}.feature-card:hover{transform:translateY(-4px);background:linear-gradient(135deg,#0f172a,#1e293b);box-shadow:0 14px 30px #0f172a80;border-color:#3b82f6}.cta-section{padding:4rem 2rem;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:1rem;text-align:center;color:#fff;margin:3rem 0}.cta-section h2{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:768px){.cta-section h2{font-size:3rem}}.cta-section p{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.fade-up{opacity:0;transform:translateY(20px);animation:fadeUp .6s ease forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.process-card:nth-child(1){animation-delay:.1s}.process-card:nth-child(2){animation-delay:.2s}.process-card:nth-child(3){animation-delay:.3s}.process-card:nth-child(4){animation-delay:.4s}.process-card:nth-child(5){animation-delay:.5s}.process-card:nth-child(6){animation-delay:.6s}.not-found{text-align:center;padding:4rem 2rem;color:#64748b;font-size:2rem;font-weight:500}@media(max-width:768px){.service-page{padding:1rem}.hero-text h1{font-size:2rem}.process-section,.features-section{padding:2rem 1rem}.cta-section{padding:3rem 1rem}.cta-section h2{font-size:2rem}}@media(max-width:480px){.hero-buttons,.cta-buttons{flex-direction:column;width:100%}.btn-primary,.btn-outline,.btn-whatsapp{width:100%;text-align:center;justify-content:center}.hero-content{gap:2rem}.process-steps,.why-grid,.features-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.fade-up,.process-card,.why-card,.feature-card,.btn-primary,.btn-outline,.btn-whatsapp{animation:none;transition:none}.hero-image img{transition:none}}.btn-primary:focus,.btn-outline:focus,.btn-whatsapp:focus{outline:3px solid #3b82f6;outline-offset:2px}@media print{.hero-buttons,.cta-buttons{display:none}.service-hero{break-inside:avoid}.process-card,.why-card,.feature-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}}.call-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.call-modal{background:#fff;padding:2rem;border-radius:12px;width:100%;max-width:400px}.call-modal h3{margin-bottom:.5rem}.call-modal p{color:#666;margin-bottom:1.5rem}.call-modal form{display:flex;flex-direction:column;gap:12px}.call-modal input{padding:10px;border-radius:6px;border:1px solid #ddd}.call-modal button{background:#1e293b;color:#fff;padding:12px;border:none;border-radius:6px;font-weight:600;cursor:pointer}.call-modal{position:relative}.call-modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;background:#1e293b;border:none;border-radius:8px;color:#fff;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.call-modal-close:hover{background:#374151}.industries-details-container{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc}.service-page{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;width:100%}.service-hero{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media(min-width:768px){.service-hero.split{grid-template-columns:1fr 1fr;align-items:center}}.hero-text-content{order:2}@media(min-width:768px){.hero-text-content{order:1}}.hero-title{font-size:1.8rem;font-weight:700;color:#1e293b;line-height:1.2;margin-bottom:1rem}@media(min-width:768px){.hero-title{font-size:3rem}}.hero-subtitle{font-size:1.125rem;color:#64748b;line-height:1.6;max-width:90%}.hero-image-container{order:1;border-radius:.75rem;overflow:hidden;box-shadow:0 20px 40px #0000001a}@media(min-width:768px){.hero-image-container{order:2}}.hero-image{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;transition:transform .5s ease}.hero-image-container:hover .hero-image{transform:scale(1.03)}.service-section{margin-bottom:4rem;padding:2.5rem;border-radius:.75rem;background:#fff;box-shadow:0 4px 20px #0000000d}.service-section.light-bg{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0}.section-title{font-size:2rem;font-weight:600;color:#1e293b;margin-bottom:2rem;text-align:center;position:relative}.section-title:after{content:"";display:block;width:60px;height:4px;background-color:var(--accent, #233d4d);margin:.5rem auto;border-radius:2px}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.service-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:.5rem;border:2px solid #e2e8f0;transition:all .3s ease;cursor:default}.service-card:hover{border-color:var(--accent, #233d4d);box-shadow:0 10px 25px #00000014}.card-icon{font-size:1.5rem;color:var(--accent, #233d4d);flex-shrink:0}.card-text{font-size:1rem;font-weight:500;color:#f1f5f9;line-height:1.4}.features-list{list-style:none;padding:0;max-width:800px;margin:0 auto}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;margin-bottom:1rem;background:#fff;border-radius:.5rem;border-left:4px solid var(--accent, #233d4d);box-shadow:0 2px 10px #0000000d;transition:transform .3s ease}.feature-item:hover{transform:translate(5px)}.feature-icon{font-size:1.25rem;color:var(--accent, #233d4d);margin-top:.125rem;flex-shrink:0}.feature-text{font-size:1rem;color:#475569;line-height:1.5}.service-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,var(--accent, #233d4d) 0%,#1e293b 100%);border-radius:.75rem;color:#fff;margin:3rem 0}.cta-title{font-size:2rem;font-weight:600;margin-bottom:1rem}@media(min-width:768px){.cta-title{font-size:2.5rem}}.cta-description{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto 2rem;line-height:1.6}.cta-button{background:#fff;color:var(--accent, #233d4d);border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.not-found-message{display:flex;justify-content:center;align-items:center;min-height:50vh;text-align:center}.not-found-message h2{color:#64748b;font-size:2rem;font-weight:500}@media(max-width:768px){.service-page{padding:1rem}.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.service-section{padding:1.5rem}.service-cta{padding:2rem 1rem}}@media(max-width:480px){.breadcrumb{flex-direction:column;gap:1rem;align-items:flex-start}.service-grid{grid-template-columns:1fr}.hero-title{font-size:1.75rem}}@media(prefers-reduced-motion:reduce){.service-card,.feature-item,.cta-button,.breadcrumb-button,.hero-image{transition:none}}@media print{.breadcrumb-button,.cta-button{display:none}.service-page{padding:0}.service-section{box-shadow:none;break-inside:avoid}}.hero-title-skeleton{height:38px;width:70%;margin-bottom:14px}.hero-subtitle-skeleton{height:18px;width:90%}.hero-image-skeleton{height:280px;width:100%}.section-title-skeleton{height:32px;width:220px;margin-bottom:24px}.service-card-skeleton{height:70px}.feature-item-skeleton{height:20px;margin-bottom:14px}.industries{padding:50px 6%;background:#fff;color:#000}.title{text-align:start;font-size:28px;font-weight:700;color:#111}.projects-subtitle{margin:8px 0 50px;color:#555;line-height:1.6}.industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;min-height:360px}.industry-card{position:relative;padding:32px 26px;background:#fff;box-shadow:0 12px 32px #00000014;cursor:pointer;transition:all .35s ease;overflow:hidden}.industry-card:before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .35s ease;z-index:0}.industry-card:hover:before{opacity:1}.industry-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px #00000026}.industry-card *{position:relative;z-index:1}.industry-icon{width:60px;height:60px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;color:#fff;margin-bottom:20px}.industry-card h3{font-size:22px;font-weight:700;color:#111827;margin-bottom:16px}.industry-card ul{list-style:none;padding:0;margin:0 0 28px}.industry-card ul li{font-size:15px;color:#4b5563;margin-bottom:10px;padding-left:18px;position:relative}.industry-card ul li:before{content:"•";position:absolute;left:0;color:currentColor;font-weight:700}.explore-btn{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:600;font-size:15px}.explore-text{color:#2563eb;transition:color .3s ease}.arrow-circle{width:38px;height:38px;border-radius:50%;background:#111827;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s ease}.industry-card:hover .arrow-circle{transform:translate(6px)}.card-healthcare:before{background:linear-gradient(135deg,#1e88e5,#1565c0)}.card-healthcare .industry-icon{background:linear-gradient(135deg,#1e88e5,#1565c0)}.card-education:before{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.card-education .industry-icon{background:linear-gradient(135deg,#7c3aed,#5b21b6)}.card-real-estate:before{background:linear-gradient(135deg,#2e7d32,#1b5e20)}.card-real-estate .industry-icon{background:linear-gradient(135deg,#2e7d32,#1b5e20)}.card-ecommerce:before{background:linear-gradient(135deg,#f97316,#ea580c)}.card-ecommerce .industry-icon{background:linear-gradient(135deg,#f97316,#ea580c)}.industry-card:hover h3,.industry-card:hover ul li,.industry-card:hover .explore-text{color:#fff}.fade-in{opacity:0;animation:fadeUp .8s ease forwards}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 37%,#e5e7eb 63%);background-size:400% 100%;animation:shimmer 1.4s infinite;border-radius:10px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.skeleton-wrapper{min-height:340px;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.skeleton-wrapper:before{display:none!important}.skeleton-wrapper:hover{transform:none!important}.industry-icon-skeleton{width:60px;height:60px;border-radius:14px;margin-bottom:20px}.industry-title-skeleton{height:22px;width:60%;margin-bottom:18px}.industry-point-skeleton{height:14px;width:100%;margin-bottom:10px;list-style:none}.industry-btn-skeleton{height:38px;width:160px;margin-top:22px;border-radius:20px}
